| | |
| | | classPrefix: string; |
| | | checkboxOptions: any[]; |
| | | }; |
| | | properties: { |
| | | borderless: { |
| | | type: BooleanConstructor; |
| | | value: boolean; |
| | | }; |
| | | style?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | disabled?: { |
| | | type: BooleanConstructor; |
| | | value?: boolean; |
| | | }; |
| | | max?: { |
| | | type: NumberConstructor; |
| | | value?: number; |
| | | }; |
| | | name?: { |
| | | type: StringConstructor; |
| | | value?: string; |
| | | }; |
| | | options?: { |
| | | type: ArrayConstructor; |
| | | value?: import("./type").CheckboxOption[]; |
| | | }; |
| | | value?: { |
| | | type: ArrayConstructor; |
| | | value?: import("./type").CheckboxGroupValue; |
| | | }; |
| | | defaultValue?: { |
| | | type: ArrayConstructor; |
| | | value?: import("./type").CheckboxGroupValue; |
| | | }; |
| | | }; |
| | | properties: import("./type").TdCheckboxGroupProps<import("./type").CheckboxGroupValue>; |
| | | observers: { |
| | | value(): void; |
| | | options(): void; |
| | | disabled(v: any): void; |
| | | }; |
| | | lifetimes: { |
| | | ready(): void; |
| | |
| | | }[]; |
| | | $checkAll: any; |
| | | methods: { |
| | | getChilds(): any; |
| | | getChildren(): any; |
| | | updateChildren(): void; |
| | | updateValue({ value, checked, checkAll, indeterminate }: { |
| | | updateValue({ value, checked, checkAll, item, indeterminate }: { |
| | | value: any; |
| | | checked: any; |
| | | checkAll: any; |
| | | item: any; |
| | | indeterminate: any; |
| | | }): void; |
| | | initWithOptions(): void; |