升级package, 以及更新声明文件
This commit is contained in:
@@ -4,9 +4,22 @@ export default class PickerItem extends SuperComponent {
|
||||
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;
|
||||
@@ -16,11 +29,7 @@ export default class PickerItem extends SuperComponent {
|
||||
value: string;
|
||||
curIndex: number;
|
||||
columnIndex: number;
|
||||
pickerKeys: {
|
||||
value: string;
|
||||
label: string;
|
||||
icon: string;
|
||||
};
|
||||
keys: {};
|
||||
formatOptions: PickerItemOption[];
|
||||
enableVirtualScroll: boolean;
|
||||
visibleOptions: any[];
|
||||
|
||||
Reference in New Issue
Block a user