| | |
| | | import { SuperComponent, RelationsOptions } from '../common/src/index'; |
| | | export default class Picker extends SuperComponent { |
| | | behaviors: string[]; |
| | | properties: import("./type").TdPickerProps; |
| | | externalClasses: string[]; |
| | | options: { |
| | |
| | | }; |
| | | relations: RelationsOptions; |
| | | observers: { |
| | | value(): void; |
| | | 'value, visible'(): void; |
| | | keys(obj: any): void; |
| | | }; |
| | | lifetimes: { |
| | | attached(): void; |
| | | }; |
| | | data: { |
| | | prefix: string; |
| | |
| | | valueAlias: string; |
| | | defaultPopUpProps: {}; |
| | | defaultPopUpzIndex: number; |
| | | pickItemHeight: number; |
| | | }; |
| | | methods: { |
| | | updateChildren(): void; |