| | |
| | | relations: RelationsOptions; |
| | | options: ComponentsOptionsType; |
| | | externalClasses: string[]; |
| | | properties: import("./type").TdPickerItemProps; |
| | | properties: { |
| | | useSlots: { |
| | | type: BooleanConstructor; |
| | | value: boolean; |
| | | }; |
| | | format?: { |
| | | type: undefined; |
| | | value?: (option: PickerItemOption, columnIndex: number) => PickerItemOption; |
| | | }; |
| | | options?: { |
| | | type: ArrayConstructor; |
| | | value?: PickerItemOption[]; |
| | | }; |
| | | }; |
| | | observers: { |
| | | 'options, pickerKeys'(): void; |
| | | 'options, keys'(): void; |
| | | }; |
| | | data: { |
| | | prefix: string; |
| | |
| | | value: string; |
| | | curIndex: number; |
| | | columnIndex: number; |
| | | pickerKeys: { |
| | | value: string; |
| | | label: string; |
| | | icon: string; |
| | | }; |
| | | keys: {}; |
| | | formatOptions: PickerItemOption[]; |
| | | enableVirtualScroll: boolean; |
| | | visibleOptions: any[]; |