| | |
| | | type: BooleanConstructor; |
| | | value: boolean; |
| | | }; |
| | | placement?: { |
| | | tId: { |
| | | type: StringConstructor; |
| | | value?: "left" | "right"; |
| | | }; |
| | | allowUncheck?: { |
| | | type: BooleanConstructor; |
| | |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | style?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | readonly?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | disabled?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | externalClasses?: { |
| | | type: ArrayConstructor; |
| | | value?: ["t-class", "t-class-icon", "t-class-label", "t-class-content", "t-class-border"]; |
| | | }; |
| | | icon?: { |
| | | type: null; |
| | | value?: string[] | "circle" | "line"; |
| | | value?: string[] | "circle" | "line" | "dot"; |
| | | }; |
| | | label?: { |
| | | type: StringConstructor; |
| | |
| | | name?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | placement?: { |
| | | type: StringConstructor; |
| | | value?: "left" | "right"; |
| | | }; |
| | | readonly?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | value?: { |
| | | type: null; |
| | |
| | | iconVal: any[]; |
| | | _placement: string; |
| | | _disabled: boolean; |
| | | _readonly: boolean; |
| | | }; |
| | | observers: { |
| | | disabled(v: any): void; |
| | | readonly(v: any): void; |
| | | }; |
| | | methods: { |
| | | handleTap(e: any): void; |
| | | doChange(): void; |
| | | init(): void; |
| | | setDisabled(disabled: Boolean): void; |
| | | setReadonly(readonly: Boolean): void; |
| | | }; |
| | | } |