| | |
| | | type: StringConstructor; |
| | | value: string; |
| | | }; |
| | | borderless: { |
| | | type: BooleanConstructor; |
| | | value: boolean; |
| | | }; |
| | | placement?: { |
| | | type: StringConstructor; |
| | | value?: "left" | "right"; |
| | | }; |
| | | block?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | borderless?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | style?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | disabled?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | |
| | | }; |
| | | icon?: { |
| | | type: null; |
| | | value?: string[] | "circle" | "rectangle" | "line"; |
| | | value?: string[] | "rectangle" | "circle" | "line"; |
| | | }; |
| | | indeterminate?: { |
| | | type: BooleanConstructor; |
| | |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | placement?: { |
| | | type: StringConstructor; |
| | | value?: "left" | "right"; |
| | | }; |
| | | readonly?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | |
| | | data: { |
| | | prefix: string; |
| | | classPrefix: string; |
| | | _disabled: boolean; |
| | | }; |
| | | observers: { |
| | | disabled(v: any): void; |
| | | }; |
| | | controlledProps: { |
| | | key: string; |
| | | event: string; |
| | | }[]; |
| | | methods: { |
| | | onChange(e: WechatMiniprogram.TouchEvent): void; |
| | | handleTap(e: WechatMiniprogram.TouchEvent): void; |
| | | setDisabled(disabled: Boolean): void; |
| | | }; |
| | | } |