| | |
| | | <template name="button"> |
| | | <t-button |
| | | t-id="{{tId || ''}}" |
| | | block="{{block || false}}" |
| | | class="{{class || ''}}" |
| | | t-class="{{externalClass}}" |
| | | disabled="{{disabled || false}}" |
| | | data-type="{{type}}" |
| | | data-extra="{{extra}}" |
| | | content="{{content || ''}}" |
| | | icon="{{icon || ''}}" |
| | | loading="{{loading || false}}" |
| | | theme="{{theme || 'default'}}" |
| | |
| | | size="{{size || 'medium'}}" |
| | | variant="{{variant || 'base'}}" |
| | | open-type="{{openType || ''}}" |
| | | hover-class="{{hoverClass || ''}}" |
| | | hover-stop-propagation="{{hoverStopPropagation || false}}" |
| | | hover-start-time="{{hoverStartTime || 20}}" |
| | | hover-stay-time="{{hoverStayTime || 70}}" |
| | |
| | | bind:error="onTplButtonTap" |
| | | bind:opensetting="onTplButtonTap" |
| | | bind:launchapp="onTplButtonTap" |
| | | bind:agreeprivacyauthorization="onTplButtonTap" |
| | | aria-label="{{ariaLabel || ''}}" |
| | | >{{content}}</t-button |
| | | > |
| | | /> |
| | | </template> |