@polyv/vue-components 1.10.1 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vue2/index.es.js +11205 -10718
- package/vue2/src/components/business/external-links/use-external-links.d.ts +1 -0
- package/vue2/src/components/business/reward-receive/hooks/use-reward-receive.d.ts +1 -0
- package/vue2/src/components/exports.d.ts +1 -0
- package/vue2/src/components/form/date-picker/index.d.ts +9 -0
- package/vue2/src/components/form/date-picker/src/components/picker-popper/vertical-pick-popper.vue.d.ts +2 -0
- package/vue2/src/components/form/date-picker/src/components/time-select/time-input-select.vue.d.ts +2 -0
- package/vue2/src/components/form/date-picker/src/date-picker.vue.d.ts +9 -0
- package/vue2/src/components/form/date-picker/src/hooks/props-define.d.ts +11 -0
- package/vue2/src/components/form/date-picker/src/types/index.d.ts +3 -1
- package/vue2/src/components/form/file-upload/index.d.ts +38 -0
- package/vue2/src/components/form/file-upload/src/file-upload.vue.d.ts +13 -0
- package/vue2/src/components/form/file-upload/src/hooks/props-define.d.ts +6 -0
- package/vue2/src/components/form/file-upload/src/hooks/use-file-upload.d.ts +1 -0
- package/vue2/src/components/form/form-submit-button/index.d.ts +1 -1
- package/vue2/src/components/form/form-submit-button/src/form-submit-button.vue.d.ts +1 -1
- package/vue2/src/components/form/image-upload/index.d.ts +12 -0
- package/vue2/src/components/form/image-upload/src/hooks/props-define.d.ts +6 -0
- package/vue2/src/components/form/image-upload/src/image-upload.vue.d.ts +12 -0
- package/vue2/src/components/form/select/index.d.ts +32 -0
- package/vue2/src/components/form/select/src/props-define.d.ts +15 -0
- package/vue2/src/components/form/select/src/select.vue.d.ts +11 -0
- package/vue2/src/components/form/timezone-picker/index.d.ts +42 -0
- package/vue2/src/components/form/timezone-picker/src/hooks/props-define.d.ts +22 -0
- package/vue2/src/components/form/timezone-picker/src/timezone-picker.vue.d.ts +42 -0
- package/vue2/src/components/form/types/index.d.ts +0 -1
- package/vue2/src/components/icons/icons/crop-two/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/email/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/location/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/number/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/option/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/phone/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/qa/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/qa-one/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/text/index.d.ts +6 -0
- package/vue2/src/components/icons/map.d.ts +9 -0
- package/vue2/src/components/image-cropper/index.d.ts +27 -1
- package/vue2/src/components/image-cropper/src/hooks/props-define.d.ts +34 -0
- package/vue2/src/components/image-cropper/src/hooks/use-image-cropper.d.ts +7 -14
- package/vue2/src/components/image-cropper/src/image-cropper-preview.vue.d.ts +16 -0
- package/vue2/src/components/image-cropper/src/image-cropper.vue.d.ts +13 -3
- package/vue2/src/components/image-preview/hooks/props-define.d.ts +7 -0
- package/vue2/src/components/image-preview/hooks/use-image-preview.d.ts +5 -0
- package/vue2/src/components/image-preview/image-preview.vue.d.ts +7 -0
- package/vue2/src/components/sensitive-text/index.d.ts +5 -5
- package/vue2/src/components/sensitive-text/src/props-define.d.ts +2 -2
- package/vue2/src/components/sensitive-text/src/sensitive-text.vue.d.ts +5 -5
- package/vue2/src/components/space/index.d.ts +76 -0
- package/vue2/src/components/space/src/props-define.d.ts +36 -0
- package/vue2/src/components/space/src/space.vue.d.ts +41 -0
- package/vue2/src/components/swiper/hooks/use-swiper-wrapper.d.ts +2 -0
- package/vue2/src/components/table/index.d.ts +48 -26
- package/vue2/src/components/table/src/components/table-body-row/use-table-body-row.d.ts +6 -1
- package/vue2/src/components/table/src/hooks/props-define.d.ts +39 -3
- package/vue2/src/components/table/src/hooks/use-table/use-table-render-data.d.ts +1 -0
- package/vue2/src/components/table/src/hooks/use-table/use-table-request.d.ts +1 -1
- package/vue2/src/components/table/src/hooks/use-table/use-table.d.ts +2 -1
- package/vue2/src/components/table/src/table-column.vue.d.ts +7 -7
- package/vue2/src/components/table/src/table.vue.d.ts +14 -7
- package/vue2/src/components/tabs/index.d.ts +14 -14
- package/vue2/src/components/tabs/src/props-define.d.ts +2 -2
- package/vue2/src/components/tabs/src/tabs.vue.d.ts +5 -5
- package/vue2/src/index.d.ts +5 -0
- package/vue2/src/lang/internal/en.json.d.ts +2 -1
- package/vue2/src/lang/internal/index.d.ts +1 -0
- package/vue2/src/lang/internal/ja.json.d.ts +2 -1
- package/vue2/src/lang/internal/ko.json.d.ts +2 -1
- package/vue2/src/lang/internal/ru.json.d.ts +2 -1
- package/vue2/src/lang/internal/zh-CN.json.d.ts +2 -1
- package/vue2/src/lang/internal/zh-TW.json.d.ts +2 -1
- package/vue3/index.es.js +7105 -6618
- package/vue3/src/components/business/external-links/use-external-links.d.ts +1 -0
- package/vue3/src/components/business/reward-receive/hooks/use-reward-receive.d.ts +1 -0
- package/vue3/src/components/exports.d.ts +1 -0
- package/vue3/src/components/form/date-picker/index.d.ts +9 -0
- package/vue3/src/components/form/date-picker/src/components/picker-popper/vertical-pick-popper.vue.d.ts +2 -0
- package/vue3/src/components/form/date-picker/src/components/time-select/time-input-select.vue.d.ts +2 -0
- package/vue3/src/components/form/date-picker/src/date-picker.vue.d.ts +9 -0
- package/vue3/src/components/form/date-picker/src/hooks/props-define.d.ts +11 -0
- package/vue3/src/components/form/date-picker/src/types/index.d.ts +3 -1
- package/vue3/src/components/form/file-upload/index.d.ts +38 -0
- package/vue3/src/components/form/file-upload/src/file-upload.vue.d.ts +13 -0
- package/vue3/src/components/form/file-upload/src/hooks/props-define.d.ts +6 -0
- package/vue3/src/components/form/file-upload/src/hooks/use-file-upload.d.ts +1 -0
- package/vue3/src/components/form/form-submit-button/index.d.ts +1 -1
- package/vue3/src/components/form/form-submit-button/src/form-submit-button.vue.d.ts +1 -1
- package/vue3/src/components/form/image-upload/index.d.ts +12 -0
- package/vue3/src/components/form/image-upload/src/hooks/props-define.d.ts +6 -0
- package/vue3/src/components/form/image-upload/src/image-upload.vue.d.ts +12 -0
- package/vue3/src/components/form/select/index.d.ts +32 -0
- package/vue3/src/components/form/select/src/props-define.d.ts +15 -0
- package/vue3/src/components/form/select/src/select.vue.d.ts +11 -0
- package/vue3/src/components/form/timezone-picker/index.d.ts +42 -0
- package/vue3/src/components/form/timezone-picker/src/hooks/props-define.d.ts +22 -0
- package/vue3/src/components/form/timezone-picker/src/timezone-picker.vue.d.ts +42 -0
- package/vue3/src/components/form/types/index.d.ts +0 -1
- package/vue3/src/components/icons/icons/crop-two/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/email/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/location/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/number/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/option/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/phone/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/qa/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/qa-one/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/text/index.d.ts +6 -0
- package/vue3/src/components/icons/map.d.ts +9 -0
- package/vue3/src/components/image-cropper/index.d.ts +27 -1
- package/vue3/src/components/image-cropper/src/hooks/props-define.d.ts +34 -0
- package/vue3/src/components/image-cropper/src/hooks/use-image-cropper.d.ts +7 -14
- package/vue3/src/components/image-cropper/src/image-cropper-preview.vue.d.ts +16 -0
- package/vue3/src/components/image-cropper/src/image-cropper.vue.d.ts +13 -3
- package/vue3/src/components/image-preview/hooks/props-define.d.ts +7 -0
- package/vue3/src/components/image-preview/hooks/use-image-preview.d.ts +5 -0
- package/vue3/src/components/image-preview/image-preview.vue.d.ts +7 -0
- package/vue3/src/components/sensitive-text/index.d.ts +5 -5
- package/vue3/src/components/sensitive-text/src/props-define.d.ts +2 -2
- package/vue3/src/components/sensitive-text/src/sensitive-text.vue.d.ts +5 -5
- package/vue3/src/components/space/index.d.ts +76 -0
- package/vue3/src/components/space/src/props-define.d.ts +36 -0
- package/vue3/src/components/space/src/space.vue.d.ts +41 -0
- package/vue3/src/components/swiper/hooks/use-swiper-wrapper.d.ts +2 -0
- package/vue3/src/components/table/index.d.ts +48 -26
- package/vue3/src/components/table/src/components/table-body-row/use-table-body-row.d.ts +6 -1
- package/vue3/src/components/table/src/hooks/props-define.d.ts +39 -3
- package/vue3/src/components/table/src/hooks/use-table/use-table-render-data.d.ts +1 -0
- package/vue3/src/components/table/src/hooks/use-table/use-table-request.d.ts +1 -1
- package/vue3/src/components/table/src/hooks/use-table/use-table.d.ts +2 -1
- package/vue3/src/components/table/src/table-column.vue.d.ts +7 -7
- package/vue3/src/components/table/src/table.vue.d.ts +14 -7
- package/vue3/src/components/tabs/index.d.ts +14 -14
- package/vue3/src/components/tabs/src/props-define.d.ts +2 -2
- package/vue3/src/components/tabs/src/tabs.vue.d.ts +5 -5
- package/vue3/src/index.d.ts +5 -0
- package/vue3/src/lang/internal/en.json.d.ts +2 -1
- package/vue3/src/lang/internal/index.d.ts +1 -0
- package/vue3/src/lang/internal/ja.json.d.ts +2 -1
- package/vue3/src/lang/internal/ko.json.d.ts +2 -1
- package/vue3/src/lang/internal/ru.json.d.ts +2 -1
- package/vue3/src/lang/internal/zh-CN.json.d.ts +2 -1
- package/vue3/src/lang/internal/zh-TW.json.d.ts +2 -1
|
@@ -36,6 +36,10 @@ export declare const selectProps: () => {
|
|
|
36
36
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
37
37
|
default: boolean;
|
|
38
38
|
};
|
|
39
|
+
/**
|
|
40
|
+
* 搜索输入框占位
|
|
41
|
+
*/
|
|
42
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
39
43
|
/**
|
|
40
44
|
* 搜索输入框参数
|
|
41
45
|
* @propType InputProps
|
|
@@ -225,10 +229,21 @@ export declare const selectProps: () => {
|
|
|
225
229
|
* 选项宽度
|
|
226
230
|
*/
|
|
227
231
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
232
|
+
/**
|
|
233
|
+
* 选项位置
|
|
234
|
+
* @default 'bottom'
|
|
235
|
+
*/
|
|
236
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
237
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
238
|
+
};
|
|
228
239
|
/**
|
|
229
240
|
* 获取选项信息
|
|
230
241
|
*/
|
|
231
242
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: SelectValue) => SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: SelectValue) => SelectOptionItem | undefined>>;
|
|
243
|
+
/**
|
|
244
|
+
* 格式化选中项展示:单选为输入框文案,多选为各标签文案(下拉选项仍用原始 label)
|
|
245
|
+
*/
|
|
246
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: SelectOptionItem) => string>>;
|
|
232
247
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
233
248
|
default: boolean;
|
|
234
249
|
};
|
|
@@ -54,6 +54,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
54
54
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
55
55
|
default: boolean;
|
|
56
56
|
};
|
|
57
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
57
58
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
58
59
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
59
60
|
default: string;
|
|
@@ -233,7 +234,11 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
233
234
|
};
|
|
234
235
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
235
236
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
237
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
238
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
239
|
+
};
|
|
236
240
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: SelectValue) => SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: SelectValue) => SelectOptionItem | undefined>>;
|
|
241
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: SelectOptionItem) => string>>;
|
|
237
242
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
238
243
|
default: boolean;
|
|
239
244
|
};
|
|
@@ -272,6 +277,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
272
277
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
273
278
|
default: boolean;
|
|
274
279
|
};
|
|
280
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
275
281
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
276
282
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
277
283
|
default: string;
|
|
@@ -451,7 +457,11 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
451
457
|
};
|
|
452
458
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
453
459
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
460
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
461
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
462
|
+
};
|
|
454
463
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: SelectValue) => SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: SelectValue) => SelectOptionItem | undefined>>;
|
|
464
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: SelectOptionItem) => string>>;
|
|
455
465
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
456
466
|
default: boolean;
|
|
457
467
|
};
|
|
@@ -535,6 +545,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
535
545
|
default: import('../../input').InputValueType;
|
|
536
546
|
};
|
|
537
547
|
}>>;
|
|
548
|
+
optionPlacement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
538
549
|
}>;
|
|
539
550
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
540
551
|
export default _default;
|
|
@@ -19,6 +19,7 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
19
19
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
22
23
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
23
24
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
24
25
|
default: string;
|
|
@@ -198,7 +199,11 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
198
199
|
};
|
|
199
200
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
200
201
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
202
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
203
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
204
|
+
};
|
|
201
205
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined>>;
|
|
206
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: import('../select').SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: import('../select').SelectOptionItem) => string>>;
|
|
202
207
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
203
208
|
default: boolean;
|
|
204
209
|
};
|
|
@@ -231,6 +236,7 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
231
236
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
232
237
|
default: boolean;
|
|
233
238
|
};
|
|
239
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
234
240
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
235
241
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
236
242
|
default: string;
|
|
@@ -410,7 +416,11 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
410
416
|
};
|
|
411
417
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
412
418
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
419
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
420
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
421
|
+
};
|
|
413
422
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined>>;
|
|
423
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: import('../select').SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: import('../select').SelectOptionItem) => string>>;
|
|
414
424
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
415
425
|
default: boolean;
|
|
416
426
|
};
|
|
@@ -444,6 +454,7 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
444
454
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
445
455
|
default: boolean;
|
|
446
456
|
};
|
|
457
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
447
458
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
448
459
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
449
460
|
default: string;
|
|
@@ -623,7 +634,11 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
623
634
|
};
|
|
624
635
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
625
636
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
637
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
638
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
639
|
+
};
|
|
626
640
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined>>;
|
|
641
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: import('../select').SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: import('../select').SelectOptionItem) => string>>;
|
|
627
642
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
628
643
|
default: boolean;
|
|
629
644
|
};
|
|
@@ -642,6 +657,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
642
657
|
"v-model-key": import('vue-types').VueTypeDef<import('../select').SelectValue | import('../select').SelectValue[]>;
|
|
643
658
|
}>>;
|
|
644
659
|
};
|
|
660
|
+
fullText: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
661
|
+
default: boolean;
|
|
662
|
+
};
|
|
645
663
|
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
646
664
|
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
647
665
|
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
@@ -677,6 +695,7 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
677
695
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
678
696
|
default: boolean;
|
|
679
697
|
};
|
|
698
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
680
699
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
681
700
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
682
701
|
default: string;
|
|
@@ -856,7 +875,11 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
856
875
|
};
|
|
857
876
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
858
877
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
878
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
879
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
880
|
+
};
|
|
859
881
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined>>;
|
|
882
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: import('../select').SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: import('../select').SelectOptionItem) => string>>;
|
|
860
883
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
861
884
|
default: boolean;
|
|
862
885
|
};
|
|
@@ -889,6 +912,7 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
889
912
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
890
913
|
default: boolean;
|
|
891
914
|
};
|
|
915
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
892
916
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
893
917
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
894
918
|
default: string;
|
|
@@ -1068,7 +1092,11 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1068
1092
|
};
|
|
1069
1093
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
1070
1094
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
1095
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
1096
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
1097
|
+
};
|
|
1071
1098
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined>>;
|
|
1099
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: import('../select').SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: import('../select').SelectOptionItem) => string>>;
|
|
1072
1100
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1073
1101
|
default: boolean;
|
|
1074
1102
|
};
|
|
@@ -1102,6 +1130,7 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1102
1130
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1103
1131
|
default: boolean;
|
|
1104
1132
|
};
|
|
1133
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1105
1134
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
1106
1135
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1107
1136
|
default: string;
|
|
@@ -1281,7 +1310,11 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1281
1310
|
};
|
|
1282
1311
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
1283
1312
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
1313
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
1314
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
1315
|
+
};
|
|
1284
1316
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined>>;
|
|
1317
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: import('../select').SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: import('../select').SelectOptionItem) => string>>;
|
|
1285
1318
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1286
1319
|
default: boolean;
|
|
1287
1320
|
};
|
|
@@ -1300,6 +1333,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1300
1333
|
"v-model-key": import('vue-types').VueTypeDef<import('../select').SelectValue | import('../select').SelectValue[]>;
|
|
1301
1334
|
}>>;
|
|
1302
1335
|
};
|
|
1336
|
+
fullText: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1337
|
+
default: boolean;
|
|
1338
|
+
};
|
|
1303
1339
|
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
1304
1340
|
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
1305
1341
|
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
@@ -1330,6 +1366,7 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1330
1366
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1331
1367
|
default: boolean;
|
|
1332
1368
|
};
|
|
1369
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1333
1370
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
1334
1371
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1335
1372
|
default: string;
|
|
@@ -1509,7 +1546,11 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1509
1546
|
};
|
|
1510
1547
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
1511
1548
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
1549
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
1550
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
1551
|
+
};
|
|
1512
1552
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../select').SelectValue) => import('../select').SelectOptionItem | undefined>>;
|
|
1553
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: import('../select').SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: import('../select').SelectOptionItem) => string>>;
|
|
1513
1554
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1514
1555
|
default: boolean;
|
|
1515
1556
|
};
|
|
@@ -1528,5 +1569,6 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1528
1569
|
"v-model-key": import('vue-types').VueTypeDef<import('../select').SelectValue | import('../select').SelectValue[]>;
|
|
1529
1570
|
}>>;
|
|
1530
1571
|
defaultTimezone: boolean;
|
|
1572
|
+
fullText: boolean;
|
|
1531
1573
|
}>, import('../../../vue-utils/install-utils').InstallOptions>;
|
|
1532
1574
|
export * from './src/hooks/props-define';
|
|
@@ -29,6 +29,7 @@ export declare const timezonePickerProps: () => {
|
|
|
29
29
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
30
30
|
default: boolean;
|
|
31
31
|
};
|
|
32
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
32
33
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
33
34
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
34
35
|
default: string;
|
|
@@ -208,7 +209,11 @@ export declare const timezonePickerProps: () => {
|
|
|
208
209
|
};
|
|
209
210
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
210
211
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
212
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
213
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
214
|
+
};
|
|
211
215
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../../../select').SelectValue) => import('../../../select').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../../../select').SelectValue) => import('../../../select').SelectOptionItem | undefined>>;
|
|
216
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: import('../../../select').SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: import('../../../select').SelectOptionItem) => string>>;
|
|
212
217
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
213
218
|
default: boolean;
|
|
214
219
|
};
|
|
@@ -241,6 +246,7 @@ export declare const timezonePickerProps: () => {
|
|
|
241
246
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
242
247
|
default: boolean;
|
|
243
248
|
};
|
|
249
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
244
250
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
245
251
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
246
252
|
default: string;
|
|
@@ -420,7 +426,11 @@ export declare const timezonePickerProps: () => {
|
|
|
420
426
|
};
|
|
421
427
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
422
428
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
429
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
430
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
431
|
+
};
|
|
423
432
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../../../select').SelectValue) => import('../../../select').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../../../select').SelectValue) => import('../../../select').SelectOptionItem | undefined>>;
|
|
433
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: import('../../../select').SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: import('../../../select').SelectOptionItem) => string>>;
|
|
424
434
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
425
435
|
default: boolean;
|
|
426
436
|
};
|
|
@@ -454,6 +464,7 @@ export declare const timezonePickerProps: () => {
|
|
|
454
464
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
455
465
|
default: boolean;
|
|
456
466
|
};
|
|
467
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
457
468
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
458
469
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
459
470
|
default: string;
|
|
@@ -633,7 +644,11 @@ export declare const timezonePickerProps: () => {
|
|
|
633
644
|
};
|
|
634
645
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
635
646
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
647
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
648
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
649
|
+
};
|
|
636
650
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../../../select').SelectValue) => import('../../../select').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../../../select').SelectValue) => import('../../../select').SelectOptionItem | undefined>>;
|
|
651
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: import('../../../select').SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: import('../../../select').SelectOptionItem) => string>>;
|
|
637
652
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
638
653
|
default: boolean;
|
|
639
654
|
};
|
|
@@ -652,6 +667,13 @@ export declare const timezonePickerProps: () => {
|
|
|
652
667
|
"v-model-key": import('vue-types').VueTypeDef<import('../../../select').SelectValue | import('../../../select').SelectValue[]>;
|
|
653
668
|
}>>;
|
|
654
669
|
};
|
|
670
|
+
/**
|
|
671
|
+
* 完整文案
|
|
672
|
+
* @default false
|
|
673
|
+
*/
|
|
674
|
+
fullText: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
675
|
+
default: boolean;
|
|
676
|
+
};
|
|
655
677
|
business: import('vue-types').VueTypeValidableDef<import('../../../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../../../..').BusinessType>>;
|
|
656
678
|
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
657
679
|
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
@@ -20,6 +20,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
20
20
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
|
23
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
23
24
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
24
25
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
25
26
|
default: string;
|
|
@@ -199,7 +200,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
199
200
|
};
|
|
200
201
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
201
202
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
203
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
204
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
205
|
+
};
|
|
202
206
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../../select').SelectValue) => SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../../select').SelectValue) => SelectOptionItem | undefined>>;
|
|
207
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: SelectOptionItem) => string>>;
|
|
203
208
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
204
209
|
default: boolean;
|
|
205
210
|
};
|
|
@@ -232,6 +237,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
232
237
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
233
238
|
default: boolean;
|
|
234
239
|
};
|
|
240
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
235
241
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
236
242
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
237
243
|
default: string;
|
|
@@ -411,7 +417,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
411
417
|
};
|
|
412
418
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
413
419
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
420
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
421
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
422
|
+
};
|
|
414
423
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../../select').SelectValue) => SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../../select').SelectValue) => SelectOptionItem | undefined>>;
|
|
424
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: SelectOptionItem) => string>>;
|
|
415
425
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
416
426
|
default: boolean;
|
|
417
427
|
};
|
|
@@ -445,6 +455,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
445
455
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
446
456
|
default: boolean;
|
|
447
457
|
};
|
|
458
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
448
459
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
449
460
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
450
461
|
default: string;
|
|
@@ -624,7 +635,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
624
635
|
};
|
|
625
636
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
626
637
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
638
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
639
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
640
|
+
};
|
|
627
641
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../../select').SelectValue) => SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../../select').SelectValue) => SelectOptionItem | undefined>>;
|
|
642
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: SelectOptionItem) => string>>;
|
|
628
643
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
629
644
|
default: boolean;
|
|
630
645
|
};
|
|
@@ -643,6 +658,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
643
658
|
"v-model-key": import('vue-types').VueTypeDef<import('../../select').SelectValue | import('../../select').SelectValue[]>;
|
|
644
659
|
}>>;
|
|
645
660
|
};
|
|
661
|
+
fullText: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
662
|
+
default: boolean;
|
|
663
|
+
};
|
|
646
664
|
business: import('vue-types').VueTypeValidableDef<import('../../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../../..').BusinessType>>;
|
|
647
665
|
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
648
666
|
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
@@ -678,6 +696,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
678
696
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
679
697
|
default: boolean;
|
|
680
698
|
};
|
|
699
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
681
700
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
682
701
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
683
702
|
default: string;
|
|
@@ -857,7 +876,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
857
876
|
};
|
|
858
877
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
859
878
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
879
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
880
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
881
|
+
};
|
|
860
882
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../../select').SelectValue) => SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../../select').SelectValue) => SelectOptionItem | undefined>>;
|
|
883
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: SelectOptionItem) => string>>;
|
|
861
884
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
862
885
|
default: boolean;
|
|
863
886
|
};
|
|
@@ -890,6 +913,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
890
913
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
891
914
|
default: boolean;
|
|
892
915
|
};
|
|
916
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
893
917
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
894
918
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
895
919
|
default: string;
|
|
@@ -1069,7 +1093,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1069
1093
|
};
|
|
1070
1094
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
1071
1095
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
1096
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
1097
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
1098
|
+
};
|
|
1072
1099
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../../select').SelectValue) => SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../../select').SelectValue) => SelectOptionItem | undefined>>;
|
|
1100
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: SelectOptionItem) => string>>;
|
|
1073
1101
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1074
1102
|
default: boolean;
|
|
1075
1103
|
};
|
|
@@ -1103,6 +1131,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1103
1131
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1104
1132
|
default: boolean;
|
|
1105
1133
|
};
|
|
1134
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1106
1135
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
1107
1136
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1108
1137
|
default: string;
|
|
@@ -1282,7 +1311,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1282
1311
|
};
|
|
1283
1312
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
1284
1313
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
1314
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
1315
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
1316
|
+
};
|
|
1285
1317
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../../select').SelectValue) => SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../../select').SelectValue) => SelectOptionItem | undefined>>;
|
|
1318
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: SelectOptionItem) => string>>;
|
|
1286
1319
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1287
1320
|
default: boolean;
|
|
1288
1321
|
};
|
|
@@ -1301,6 +1334,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1301
1334
|
"v-model-key": import('vue-types').VueTypeDef<import('../../select').SelectValue | import('../../select').SelectValue[]>;
|
|
1302
1335
|
}>>;
|
|
1303
1336
|
};
|
|
1337
|
+
fullText: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1338
|
+
default: boolean;
|
|
1339
|
+
};
|
|
1304
1340
|
business: import('vue-types').VueTypeValidableDef<import('../../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../../..').BusinessType>>;
|
|
1305
1341
|
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
1306
1342
|
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
@@ -1331,6 +1367,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1331
1367
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1332
1368
|
default: boolean;
|
|
1333
1369
|
};
|
|
1370
|
+
searchPlaceholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1334
1371
|
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
1335
1372
|
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1336
1373
|
default: string;
|
|
@@ -1510,7 +1547,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1510
1547
|
};
|
|
1511
1548
|
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
1512
1549
|
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
1550
|
+
optionPlacement: import('vue-types').VueTypeDef<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end"> & {
|
|
1551
|
+
default: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
1552
|
+
};
|
|
1513
1553
|
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('../../select').SelectValue) => SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('../../select').SelectValue) => SelectOptionItem | undefined>>;
|
|
1554
|
+
formatLabel: import('vue-types').VueTypeValidableDef<(option: SelectOptionItem) => string, import('vue-types/dist/types').ValidatorFunction<(option: SelectOptionItem) => string>>;
|
|
1514
1555
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1515
1556
|
default: boolean;
|
|
1516
1557
|
};
|
|
@@ -1529,5 +1570,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1529
1570
|
"v-model-key": import('vue-types').VueTypeDef<import('../../select').SelectValue | import('../../select').SelectValue[]>;
|
|
1530
1571
|
}>>;
|
|
1531
1572
|
defaultTimezone: boolean;
|
|
1573
|
+
fullText: boolean;
|
|
1532
1574
|
}>;
|
|
1533
1575
|
export default _default;
|