@polyv/vue-components 1.8.1 → 1.9.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 -2
- package/styles/root/basic.scss +1 -0
- package/vue2/index.es.js +16054 -13182
- package/vue2/src/components/business/external-links/use-external-links.d.ts +19 -0
- package/vue2/src/components/business/reward-receive/hooks/use-reward-receive.d.ts +19 -0
- package/vue2/src/components/button/src/use-button.d.ts +2 -2
- package/vue2/src/components/condition-filter/index.d.ts +68 -3
- package/vue2/src/components/condition-filter/src/condition-filter-item.vue.d.ts +9 -1
- package/vue2/src/components/condition-filter/src/condition-filter.vue.d.ts +18 -1
- package/vue2/src/components/condition-filter/src/hooks.d.ts +9 -1
- package/vue2/src/components/condition-filter/src/props-define.d.ts +31 -1
- package/vue2/src/components/dropdown/index.d.ts +104 -10
- package/vue2/src/components/dropdown/src/dropdown-item.vue.d.ts +11 -4
- package/vue2/src/components/dropdown/src/dropdown.vue.d.ts +10 -1
- package/vue2/src/components/dropdown/src/sub-dropdown.vue.d.ts +35 -0
- package/vue2/src/components/dropdown/src/use-dropdown.d.ts +39 -4
- package/vue2/src/components/empty/index.d.ts +6 -6
- package/vue2/src/components/empty/src/empty.vue.d.ts +2 -2
- package/vue2/src/components/empty/src/props-define.d.ts +2 -2
- package/vue2/src/components/exports.d.ts +5 -0
- package/vue2/src/components/form/cascader/index.d.ts +77 -0
- package/vue2/src/components/form/cascader/src/cascader-option.vue.d.ts +23 -0
- package/vue2/src/components/form/cascader/src/cascader-panel.vue.d.ts +35 -0
- package/vue2/src/components/form/cascader/src/cascader.vue.d.ts +78 -0
- package/vue2/src/components/form/cascader/src/inject-key.d.ts +12 -0
- package/vue2/src/components/form/cascader/src/props-define.d.ts +77 -0
- package/vue2/src/components/form/cascader/src/use-cascader.d.ts +20 -0
- package/vue2/src/components/form/checkbox/index.d.ts +6 -20
- package/vue2/src/components/form/checkbox/src/checkbox.vue.d.ts +2 -7
- package/vue2/src/components/form/checkbox/src/props-define.d.ts +1 -3
- package/vue2/src/components/form/checkbox/src/type.d.ts +1 -1
- package/vue2/src/components/form/date-picker/index.d.ts +9 -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/picker-types/use-date-value-item.d.ts +2 -0
- package/vue2/src/components/form/date-picker/src/hooks/props-define.d.ts +13 -0
- package/vue2/src/components/form/date-picker/src/types/index.d.ts +1 -1
- package/vue2/src/components/form/input/index.d.ts +7 -0
- package/vue2/src/components/form/input/src/input.vue.d.ts +7 -0
- package/vue2/src/components/form/input/src/props-define.d.ts +7 -0
- package/vue2/src/components/form/radio/index.d.ts +20 -6
- package/vue2/src/components/form/radio/src/props-define.d.ts +6 -1
- package/vue2/src/components/form/radio/src/radio-group.vue.d.ts +7 -2
- package/vue2/src/components/form/select/index.d.ts +32 -902
- package/vue2/src/components/form/select/src/hooks.d.ts +15 -0
- package/vue2/src/components/form/select/src/props-define.d.ts +12 -3
- package/vue2/src/components/form/select/src/select-option.vue.d.ts +11 -0
- package/vue2/src/components/form/select/src/select.vue.d.ts +28 -19
- package/vue2/src/components/form/select/src/type.d.ts +10 -0
- package/vue2/src/components/form/select/src/use-select-options.d.ts +12 -0
- package/vue2/src/components/form/switch/index.d.ts +9 -0
- package/vue2/src/components/form/switch/src/props-define.d.ts +13 -0
- package/vue2/src/components/form/switch/src/switch.vue.d.ts +9 -0
- package/vue2/src/components/form/time-picker/index.d.ts +93 -0
- package/vue2/src/components/form/time-picker/src/components/time-picker-column.vue.d.ts +37 -0
- package/vue2/src/components/form/time-picker/src/hooks/types/use-pick-time.d.ts +2 -0
- package/vue2/src/components/form/time-picker/src/hooks/use-time-picker.d.ts +19 -0
- package/vue2/src/components/form/time-picker/src/props-define.d.ts +88 -0
- package/vue2/src/components/form/time-picker/src/time-picker.vue.d.ts +93 -0
- package/vue2/src/components/form/time-picker/src/utils/time-value.d.ts +14 -0
- package/vue2/src/components/form/timezone-picker/index.d.ts +78 -15
- package/vue2/src/components/form/timezone-picker/src/hooks/props-define.d.ts +33 -6
- package/vue2/src/components/form/timezone-picker/src/timezone-picker.vue.d.ts +78 -15
- package/vue2/src/components/form/transfer/transfer.vue.d.ts +1 -1
- package/vue2/src/components/icons/icons/ai/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/customer-service/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/design/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/favorite/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/hamburger/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/layout/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/peoples/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/product/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/shopping/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/transfer/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/translate/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/upload-image/index.d.ts +6 -0
- package/vue2/src/components/icons/icons/upload-video/index.d.ts +6 -0
- package/vue2/src/components/icons/map.d.ts +13 -0
- package/vue2/src/components/link/index.d.ts +74 -0
- package/vue2/src/components/link/src/link.vue.d.ts +40 -0
- package/vue2/src/components/link/src/props-define.d.ts +28 -0
- package/vue2/src/components/message-box/_component/message-box-element.vue.d.ts +12 -0
- package/vue2/src/components/message-box/_component/use-message-box-element.d.ts +6 -0
- package/vue2/src/components/pagination/index.d.ts +50 -1
- package/vue2/src/components/popup/src/hooks/use-popup-scroll.d.ts +4 -4
- package/vue2/src/components/popup/src/popup.vue.d.ts +4 -4
- package/vue2/src/components/scrollbar/index.d.ts +6 -6
- package/vue2/src/components/scrollbar/src/props-define.d.ts +1 -1
- package/vue2/src/components/scrollbar/src/scrollbar.vue.d.ts +2 -2
- package/vue2/src/components/sensitive-text/index.d.ts +39 -0
- package/vue2/src/components/sensitive-text/src/props-define.d.ts +36 -0
- package/vue2/src/components/sensitive-text/src/sensitive-text.vue.d.ts +39 -0
- package/vue2/src/components/table/index.d.ts +216 -35
- package/vue2/src/components/table/src/components/table-body-cell/use-table-body-cell.d.ts +1 -0
- package/vue2/src/components/table/src/components/table-custom-column/index.vue.d.ts +5 -0
- package/vue2/src/components/table/src/components/table-header-cell/header-cell-sensitive.vue.d.ts +2 -0
- package/vue2/src/components/table/src/components/table-multiple-select/table-footer-selection.vue.d.ts +2 -0
- package/vue2/src/components/table/src/components/table-multiple-select/table-multiple-controller.vue.d.ts +2 -0
- package/vue2/src/components/table/src/components/table-multiple-select/table-row-multiple.vue.d.ts +30 -0
- package/{vue3/src/components/table/src/hooks/table-data → vue2/src/components/table/src/components/table-multiple-select}/use-table-multiple.d.ts +2 -1
- package/vue2/src/components/table/src/components/table-toolbar/table-toolbar.vue.d.ts +2 -0
- package/vue2/src/components/table/src/hooks/props-define.d.ts +121 -6
- package/vue2/src/components/table/src/hooks/use-table/use-column-computed.d.ts +3 -56
- package/vue2/src/components/table/src/hooks/use-table/use-column-list.d.ts +17 -121
- package/vue2/src/components/table/src/hooks/use-table/use-table-custom-column.d.ts +15 -0
- package/vue2/src/components/table/src/hooks/use-table/use-table-pagination.d.ts +8 -2
- package/vue2/src/components/table/src/hooks/use-table/use-table-render-data.d.ts +2 -0
- package/vue2/src/components/table/src/hooks/use-table/use-table-request.d.ts +32 -0
- package/vue2/src/components/table/src/hooks/use-table/use-table-scroll.d.ts +1 -1
- package/vue2/src/components/table/src/hooks/use-table/use-table-slots.d.ts +5 -0
- package/vue2/src/components/table/src/hooks/use-table/use-table-status.d.ts +2 -0
- package/vue2/src/components/table/src/hooks/use-table/use-table-toolbar.d.ts +17 -0
- package/vue2/src/components/table/src/hooks/use-table/use-table.d.ts +30 -191
- package/vue2/src/components/table/src/hooks/use-table-column/use-column-children.d.ts +2 -55
- package/vue2/src/components/table/src/hooks/use-table-column/use-column-sensitive.d.ts +13 -0
- package/vue2/src/components/table/src/hooks/use-table-column/use-column-visible.d.ts +15 -0
- package/vue2/src/components/table/src/hooks/use-table-column/use-column-width.d.ts +10 -0
- package/vue2/src/components/table/src/hooks/use-table-column/use-table-column.d.ts +6 -2
- package/vue2/src/components/table/src/table-column.vue.d.ts +29 -4
- package/vue2/src/components/table/src/table.vue.d.ts +45 -8
- package/vue2/src/components/table/src/types/index.d.ts +4 -1
- package/vue2/src/components/table-operation/index.d.ts +36 -0
- package/vue2/src/components/table-operation/src/hooks.d.ts +2 -0
- package/vue2/src/components/table-operation/src/props-define.d.ts +21 -0
- package/vue2/src/components/table-operation/src/table-operation-dropdown.vue.d.ts +17 -0
- package/vue2/src/components/table-operation/src/table-operation-item.vue.d.ts +24 -0
- package/vue2/src/components/table-operation/src/table-operation.d.ts +12 -0
- package/vue2/src/components/tooltip/index.d.ts +26 -2
- package/vue2/src/components/tooltip/src/props-define.d.ts +9 -1
- package/vue2/src/components/tooltip/src/tooltip-popper.vue.d.ts +2 -0
- package/vue2/src/components/tooltip/src/tooltip.vue.d.ts +11 -1
- package/vue2/src/hooks/exports.d.ts +1 -0
- package/vue2/src/hooks/tools/use-polling/index.d.ts +44 -0
- package/vue2/src/lang/internal/en.json.d.ts +22 -3
- package/vue2/src/lang/internal/index.d.ts +19 -0
- package/vue2/src/lang/internal/ja.json.d.ts +21 -2
- package/vue2/src/lang/internal/ko.json.d.ts +21 -2
- package/vue2/src/lang/internal/ru.json.d.ts +21 -2
- package/vue2/src/lang/internal/zh-CN.json.d.ts +21 -2
- package/vue2/src/lang/internal/zh-TW.json.d.ts +21 -2
- package/vue2/src/utils/phone-code-data.d.ts +14 -0
- package/vue2/src/vue-utils/version-compatible/types.d.ts +1 -0
- package/vue3/index.es.js +16788 -13916
- package/vue3/src/components/business/external-links/use-external-links.d.ts +19 -0
- package/vue3/src/components/business/reward-receive/hooks/use-reward-receive.d.ts +19 -0
- package/vue3/src/components/button/src/use-button.d.ts +2 -2
- package/vue3/src/components/condition-filter/index.d.ts +68 -3
- package/vue3/src/components/condition-filter/src/condition-filter-item.vue.d.ts +9 -1
- package/vue3/src/components/condition-filter/src/condition-filter.vue.d.ts +18 -1
- package/vue3/src/components/condition-filter/src/hooks.d.ts +9 -1
- package/vue3/src/components/condition-filter/src/props-define.d.ts +31 -1
- package/vue3/src/components/dropdown/index.d.ts +104 -10
- package/vue3/src/components/dropdown/src/dropdown-item.vue.d.ts +11 -4
- package/vue3/src/components/dropdown/src/dropdown.vue.d.ts +10 -1
- package/vue3/src/components/dropdown/src/sub-dropdown.vue.d.ts +35 -0
- package/vue3/src/components/dropdown/src/use-dropdown.d.ts +39 -4
- package/vue3/src/components/empty/index.d.ts +6 -6
- package/vue3/src/components/empty/src/empty.vue.d.ts +2 -2
- package/vue3/src/components/empty/src/props-define.d.ts +2 -2
- package/vue3/src/components/empty/src/svgs/lock-icon.vue.d.ts +2 -0
- package/vue3/src/components/exports.d.ts +5 -0
- package/vue3/src/components/form/cascader/index.d.ts +77 -0
- package/vue3/src/components/form/cascader/src/cascader-option.vue.d.ts +23 -0
- package/vue3/src/components/form/cascader/src/cascader-panel.vue.d.ts +35 -0
- package/vue3/src/components/form/cascader/src/cascader.vue.d.ts +78 -0
- package/vue3/src/components/form/cascader/src/inject-key.d.ts +12 -0
- package/vue3/src/components/form/cascader/src/props-define.d.ts +77 -0
- package/vue3/src/components/form/cascader/src/use-cascader.d.ts +20 -0
- package/vue3/src/components/form/checkbox/index.d.ts +6 -20
- package/vue3/src/components/form/checkbox/src/checkbox.vue.d.ts +2 -7
- package/vue3/src/components/form/checkbox/src/props-define.d.ts +1 -3
- package/vue3/src/components/form/checkbox/src/type.d.ts +1 -1
- package/vue3/src/components/form/date-picker/index.d.ts +9 -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/picker-types/use-date-value-item.d.ts +2 -0
- package/vue3/src/components/form/date-picker/src/hooks/props-define.d.ts +13 -0
- package/vue3/src/components/form/date-picker/src/types/index.d.ts +1 -1
- package/vue3/src/components/form/input/index.d.ts +7 -0
- package/vue3/src/components/form/input/src/input.vue.d.ts +7 -0
- package/vue3/src/components/form/input/src/props-define.d.ts +7 -0
- package/vue3/src/components/form/radio/index.d.ts +20 -6
- package/vue3/src/components/form/radio/src/props-define.d.ts +6 -1
- package/vue3/src/components/form/radio/src/radio-group.vue.d.ts +7 -2
- package/vue3/src/components/form/select/index.d.ts +32 -902
- package/vue3/src/components/form/select/src/hooks.d.ts +15 -0
- package/vue3/src/components/form/select/src/props-define.d.ts +12 -3
- package/vue3/src/components/form/select/src/select-option.vue.d.ts +11 -0
- package/vue3/src/components/form/select/src/select-search-input.vue.d.ts +2 -0
- package/vue3/src/components/form/select/src/select.vue.d.ts +28 -19
- package/vue3/src/components/form/select/src/type.d.ts +10 -0
- package/vue3/src/components/form/select/src/use-select-options.d.ts +12 -0
- package/vue3/src/components/form/switch/index.d.ts +9 -0
- package/vue3/src/components/form/switch/src/props-define.d.ts +13 -0
- package/vue3/src/components/form/switch/src/switch.vue.d.ts +9 -0
- package/vue3/src/components/form/time-picker/index.d.ts +93 -0
- package/vue3/src/components/form/time-picker/src/components/time-picker-column.vue.d.ts +37 -0
- package/vue3/src/components/form/time-picker/src/components/time-picker-panel.vue.d.ts +2 -0
- package/vue3/src/components/form/time-picker/src/hooks/types/use-pick-time.d.ts +2 -0
- package/vue3/src/components/form/time-picker/src/hooks/use-time-picker.d.ts +19 -0
- package/vue3/src/components/form/time-picker/src/props-define.d.ts +88 -0
- package/vue3/src/components/form/time-picker/src/time-picker.vue.d.ts +93 -0
- package/vue3/src/components/form/time-picker/src/utils/time-value.d.ts +14 -0
- package/vue3/src/components/form/timezone-picker/index.d.ts +78 -15
- package/vue3/src/components/form/timezone-picker/src/hooks/props-define.d.ts +33 -6
- package/vue3/src/components/form/timezone-picker/src/timezone-picker.vue.d.ts +78 -15
- package/vue3/src/components/form/transfer/transfer.vue.d.ts +1 -1
- package/vue3/src/components/icons/icons/ai/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/customer-service/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/design/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/favorite/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/hamburger/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/layout/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/peoples/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/product/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/shopping/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/transfer/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/translate/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/upload-image/index.d.ts +6 -0
- package/vue3/src/components/icons/icons/upload-video/index.d.ts +6 -0
- package/vue3/src/components/icons/map.d.ts +13 -0
- package/vue3/src/components/link/index.d.ts +74 -0
- package/vue3/src/components/link/src/link.vue.d.ts +40 -0
- package/vue3/src/components/link/src/props-define.d.ts +28 -0
- package/vue3/src/components/message-box/_component/message-box-element.vue.d.ts +12 -0
- package/vue3/src/components/message-box/_component/use-message-box-element.d.ts +6 -0
- package/vue3/src/components/pagination/index.d.ts +50 -1
- package/vue3/src/components/popup/src/hooks/use-popup-scroll.d.ts +4 -4
- package/vue3/src/components/popup/src/popup.vue.d.ts +4 -4
- package/vue3/src/components/scrollbar/index.d.ts +6 -6
- package/vue3/src/components/scrollbar/src/props-define.d.ts +1 -1
- package/vue3/src/components/scrollbar/src/scrollbar.vue.d.ts +2 -2
- package/vue3/src/components/sensitive-text/index.d.ts +39 -0
- package/vue3/src/components/sensitive-text/src/props-define.d.ts +36 -0
- package/vue3/src/components/sensitive-text/src/sensitive-text.vue.d.ts +39 -0
- package/vue3/src/components/table/index.d.ts +216 -35
- package/vue3/src/components/table/src/components/table-body-cell/use-table-body-cell.d.ts +1 -0
- package/vue3/src/components/table/src/components/table-custom-column/index.vue.d.ts +5 -0
- package/vue3/src/components/table/src/components/table-empty/index.vue.d.ts +2 -0
- package/vue3/src/components/table/src/components/table-header-cell/header-cell-sensitive.vue.d.ts +2 -0
- package/vue3/src/components/table/src/components/table-multiple-select/table-footer-selection.vue.d.ts +2 -0
- package/vue3/src/components/table/src/components/table-multiple-select/table-multiple-controller.vue.d.ts +2 -0
- package/vue3/src/components/table/src/components/table-multiple-select/table-row-multiple.vue.d.ts +30 -0
- package/{vue2/src/components/table/src/hooks/table-data → vue3/src/components/table/src/components/table-multiple-select}/use-table-multiple.d.ts +2 -1
- package/vue3/src/components/table/src/components/table-toolbar/table-toolbar.vue.d.ts +2 -0
- package/vue3/src/components/table/src/hooks/props-define.d.ts +121 -6
- package/vue3/src/components/table/src/hooks/use-table/use-column-computed.d.ts +3 -56
- package/vue3/src/components/table/src/hooks/use-table/use-column-list.d.ts +17 -121
- package/vue3/src/components/table/src/hooks/use-table/use-table-custom-column.d.ts +15 -0
- package/vue3/src/components/table/src/hooks/use-table/use-table-pagination.d.ts +8 -2
- package/vue3/src/components/table/src/hooks/use-table/use-table-render-data.d.ts +2 -0
- package/vue3/src/components/table/src/hooks/use-table/use-table-request.d.ts +32 -0
- package/vue3/src/components/table/src/hooks/use-table/use-table-scroll.d.ts +1 -1
- package/vue3/src/components/table/src/hooks/use-table/use-table-slots.d.ts +5 -0
- package/vue3/src/components/table/src/hooks/use-table/use-table-status.d.ts +2 -0
- package/vue3/src/components/table/src/hooks/use-table/use-table-toolbar.d.ts +17 -0
- package/vue3/src/components/table/src/hooks/use-table/use-table.d.ts +30 -191
- package/vue3/src/components/table/src/hooks/use-table-column/use-column-children.d.ts +2 -55
- package/vue3/src/components/table/src/hooks/use-table-column/use-column-sensitive.d.ts +13 -0
- package/vue3/src/components/table/src/hooks/use-table-column/use-column-visible.d.ts +15 -0
- package/vue3/src/components/table/src/hooks/use-table-column/use-column-width.d.ts +10 -0
- package/vue3/src/components/table/src/hooks/use-table-column/use-table-column.d.ts +6 -2
- package/vue3/src/components/table/src/table-column.vue.d.ts +29 -4
- package/vue3/src/components/table/src/table.vue.d.ts +45 -8
- package/vue3/src/components/table/src/types/index.d.ts +4 -1
- package/vue3/src/components/table-operation/index.d.ts +36 -0
- package/vue3/src/components/table-operation/src/hooks.d.ts +2 -0
- package/vue3/src/components/table-operation/src/props-define.d.ts +21 -0
- package/vue3/src/components/table-operation/src/table-operation-dropdown.vue.d.ts +17 -0
- package/vue3/src/components/table-operation/src/table-operation-item.vue.d.ts +24 -0
- package/vue3/src/components/table-operation/src/table-operation.d.ts +12 -0
- package/vue3/src/components/tooltip/index.d.ts +26 -2
- package/vue3/src/components/tooltip/src/props-define.d.ts +9 -1
- package/vue3/src/components/tooltip/src/tooltip-popper.vue.d.ts +2 -0
- package/vue3/src/components/tooltip/src/tooltip.vue.d.ts +11 -1
- package/vue3/src/hooks/exports.d.ts +1 -0
- package/vue3/src/hooks/tools/use-polling/index.d.ts +44 -0
- package/vue3/src/lang/internal/en.json.d.ts +22 -3
- package/vue3/src/lang/internal/index.d.ts +19 -0
- package/vue3/src/lang/internal/ja.json.d.ts +21 -2
- package/vue3/src/lang/internal/ko.json.d.ts +21 -2
- package/vue3/src/lang/internal/ru.json.d.ts +21 -2
- package/vue3/src/lang/internal/zh-CN.json.d.ts +21 -2
- package/vue3/src/lang/internal/zh-TW.json.d.ts +21 -2
- package/vue3/src/utils/phone-code-data.d.ts +14 -0
- package/vue3/src/vue-utils/version-compatible/types.d.ts +1 -0
- package/vue2/src/components/table/src/components/render-slot.d.ts +0 -10
- package/vue3/src/components/table/src/components/render-slot.d.ts +0 -10
- /package/vue2/src/components/{table/src/components/table-body-cell/body-cell-multiple.vue.d.ts → empty/src/svgs/lock-icon.vue.d.ts} +0 -0
- /package/vue2/src/components/{table/src/components/table-header-cell/header-cell-multiple.vue.d.ts → form/select/src/select-search-input.vue.d.ts} +0 -0
- /package/{vue3/src/components/table/src/components/table-body-cell/body-cell-multiple.vue.d.ts → vue2/src/components/form/time-picker/src/components/time-picker-panel.vue.d.ts} +0 -0
- /package/{vue3/src/components/table/src/components/table-header-cell/header-cell-multiple.vue.d.ts → vue2/src/components/table/src/components/table-empty/index.vue.d.ts} +0 -0
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
"v-model-key": import('vue-types').VueTypeDef<import('./props-define').TimePickerValue | undefined> & {
|
|
3
|
+
default: number | (() => import('./props-define').Hms) | (() => [import('./props-define').TimePickerItemValue, import('./props-define').TimePickerItemValue]) | undefined;
|
|
4
|
+
};
|
|
5
|
+
valueFormat: import('vue-types').VueTypeDef<"second" | "hms"> & {
|
|
6
|
+
default: "second" | "hms";
|
|
7
|
+
};
|
|
8
|
+
type: import('vue-types').VueTypeDef<"time" | "timerange"> & {
|
|
9
|
+
default: "time" | "timerange";
|
|
10
|
+
};
|
|
11
|
+
disabledHours: import('vue-types').VueTypeDef<number[] | (() => number[])>;
|
|
12
|
+
disabledMinutes: import('vue-types').VueTypeDef<number[] | ((params: {
|
|
13
|
+
hour: number;
|
|
14
|
+
}) => number[])>;
|
|
15
|
+
disabledSeconds: import('vue-types').VueTypeDef<number[] | ((params: {
|
|
16
|
+
hour: number;
|
|
17
|
+
minute: number;
|
|
18
|
+
}) => number[])>;
|
|
19
|
+
renderHours: import('vue-types').VueTypeDef<number | number[] | (() => number | number[] | undefined)>;
|
|
20
|
+
renderMinutes: import('vue-types').VueTypeDef<number | number[] | ((params: {
|
|
21
|
+
hour: number;
|
|
22
|
+
}) => number | number[] | undefined)>;
|
|
23
|
+
renderSeconds: import('vue-types').VueTypeDef<number | number[] | ((params: {
|
|
24
|
+
hour: number;
|
|
25
|
+
minute: number;
|
|
26
|
+
}) => number | number[] | undefined)>;
|
|
27
|
+
business: import('vue-types').VueTypeValidableDef<import('../../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../../..').BusinessType>>;
|
|
28
|
+
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
29
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
30
|
+
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
31
|
+
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
32
|
+
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
36
|
+
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
37
|
+
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
38
|
+
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
39
|
+
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
43
|
+
change: (arg: import('./props-define').TimePickerValue | undefined) => void;
|
|
44
|
+
clear: (arg?: void | undefined) => void;
|
|
45
|
+
}, string, Readonly<import('vue').ExtractPropTypes<{
|
|
46
|
+
"v-model-key": import('vue-types').VueTypeDef<import('./props-define').TimePickerValue | undefined> & {
|
|
47
|
+
default: number | (() => import('./props-define').Hms) | (() => [import('./props-define').TimePickerItemValue, import('./props-define').TimePickerItemValue]) | undefined;
|
|
48
|
+
};
|
|
49
|
+
valueFormat: import('vue-types').VueTypeDef<"second" | "hms"> & {
|
|
50
|
+
default: "second" | "hms";
|
|
51
|
+
};
|
|
52
|
+
type: import('vue-types').VueTypeDef<"time" | "timerange"> & {
|
|
53
|
+
default: "time" | "timerange";
|
|
54
|
+
};
|
|
55
|
+
disabledHours: import('vue-types').VueTypeDef<number[] | (() => number[])>;
|
|
56
|
+
disabledMinutes: import('vue-types').VueTypeDef<number[] | ((params: {
|
|
57
|
+
hour: number;
|
|
58
|
+
}) => number[])>;
|
|
59
|
+
disabledSeconds: import('vue-types').VueTypeDef<number[] | ((params: {
|
|
60
|
+
hour: number;
|
|
61
|
+
minute: number;
|
|
62
|
+
}) => number[])>;
|
|
63
|
+
renderHours: import('vue-types').VueTypeDef<number | number[] | (() => number | number[] | undefined)>;
|
|
64
|
+
renderMinutes: import('vue-types').VueTypeDef<number | number[] | ((params: {
|
|
65
|
+
hour: number;
|
|
66
|
+
}) => number | number[] | undefined)>;
|
|
67
|
+
renderSeconds: import('vue-types').VueTypeDef<number | number[] | ((params: {
|
|
68
|
+
hour: number;
|
|
69
|
+
minute: number;
|
|
70
|
+
}) => number | number[] | undefined)>;
|
|
71
|
+
business: import('vue-types').VueTypeValidableDef<import('../../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../../..').BusinessType>>;
|
|
72
|
+
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
73
|
+
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
74
|
+
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
75
|
+
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
76
|
+
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
80
|
+
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
81
|
+
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
82
|
+
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
83
|
+
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
}>>, {
|
|
87
|
+
"v-model-key": import('./props-define').TimePickerValue | undefined;
|
|
88
|
+
type: "time" | "timerange";
|
|
89
|
+
validateForm: boolean;
|
|
90
|
+
clearable: boolean;
|
|
91
|
+
valueFormat: "second" | "hms";
|
|
92
|
+
}>;
|
|
93
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Hms, TimePickerItemValue, TimePickerType, TimePickerValue, TimePickerValueFormat } from '../props-define';
|
|
2
|
+
export declare function clamp(n: number, min: number, max: number): number;
|
|
3
|
+
export declare function normalizeHms(parts: [number, number, number]): Hms;
|
|
4
|
+
export declare function secondsToHms(total: number): Hms;
|
|
5
|
+
export declare function hmsToSeconds([h, m, s]: Hms): number;
|
|
6
|
+
export declare function formatHmsString(hms: Hms): string;
|
|
7
|
+
export declare function parseItemToHms(val: TimePickerItemValue | undefined | null): Hms | undefined;
|
|
8
|
+
export declare function formatItemValue(hms: Hms, valueFormat: 'second' | 'array'): TimePickerItemValue;
|
|
9
|
+
export declare function normalizeOuterValue(val: TimePickerValue | undefined | null, type: TimePickerType): {
|
|
10
|
+
single?: Hms;
|
|
11
|
+
range?: [Hms | undefined, Hms | undefined];
|
|
12
|
+
};
|
|
13
|
+
export declare function rangeInclusive(max: number): number[];
|
|
14
|
+
export declare function hmsToItemValue(hms: Hms, valueFormat: TimePickerValueFormat): TimePickerItemValue;
|
|
@@ -4,8 +4,8 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
6
|
selectProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
7
|
-
options: import('vue-types').VueTypeValidableDef<import('../select').SelectOptionItem<import('../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('../select').SelectOptionItem<import('../select').SelectValue>[]>> & {
|
|
8
|
-
default: () => import('../select').SelectOptionItem<import('../select').SelectValue>[];
|
|
7
|
+
options: import('vue-types').VueTypeValidableDef<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[]>> & {
|
|
8
|
+
default: () => (import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[];
|
|
9
9
|
};
|
|
10
10
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
11
11
|
default: string;
|
|
@@ -56,6 +56,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
56
56
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
57
57
|
default: boolean;
|
|
58
58
|
};
|
|
59
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
59
62
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
60
63
|
default: boolean;
|
|
61
64
|
};
|
|
@@ -111,6 +114,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
111
114
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
112
115
|
default: boolean;
|
|
113
116
|
};
|
|
117
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
114
120
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
115
121
|
default: boolean;
|
|
116
122
|
};
|
|
@@ -167,6 +173,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
167
173
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
168
174
|
default: boolean;
|
|
169
175
|
};
|
|
176
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
177
|
+
default: boolean;
|
|
178
|
+
};
|
|
170
179
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
171
180
|
default: boolean;
|
|
172
181
|
};
|
|
@@ -207,8 +216,8 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
207
216
|
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
208
217
|
"v-model-key": import('vue-types').VueTypeDef<import('../select').SelectValue | import('../select').SelectValue[]>;
|
|
209
218
|
}>>, import('vue-types/dist/types').ValidatorFunction<Partial<import('vue').ExtractPropTypes<{
|
|
210
|
-
options: import('vue-types').VueTypeValidableDef<import('../select').SelectOptionItem<import('../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('../select').SelectOptionItem<import('../select').SelectValue>[]>> & {
|
|
211
|
-
default: () => import('../select').SelectOptionItem<import('../select').SelectValue>[];
|
|
219
|
+
options: import('vue-types').VueTypeValidableDef<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[]>> & {
|
|
220
|
+
default: () => (import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[];
|
|
212
221
|
};
|
|
213
222
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
214
223
|
default: string;
|
|
@@ -259,6 +268,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
259
268
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
260
269
|
default: boolean;
|
|
261
270
|
};
|
|
271
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
272
|
+
default: boolean;
|
|
273
|
+
};
|
|
262
274
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
263
275
|
default: boolean;
|
|
264
276
|
};
|
|
@@ -314,6 +326,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
314
326
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
315
327
|
default: boolean;
|
|
316
328
|
};
|
|
329
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
330
|
+
default: boolean;
|
|
331
|
+
};
|
|
317
332
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
318
333
|
default: boolean;
|
|
319
334
|
};
|
|
@@ -370,6 +385,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
370
385
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
371
386
|
default: boolean;
|
|
372
387
|
};
|
|
388
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
389
|
+
default: boolean;
|
|
390
|
+
};
|
|
373
391
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
374
392
|
default: boolean;
|
|
375
393
|
};
|
|
@@ -411,8 +429,8 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
411
429
|
"v-model-key": import('vue-types').VueTypeDef<import('../select').SelectValue | import('../select').SelectValue[]>;
|
|
412
430
|
}>>>> & {
|
|
413
431
|
default: () => Partial<import('vue').ExtractPropTypes<{
|
|
414
|
-
options: import('vue-types').VueTypeValidableDef<import('../select').SelectOptionItem<import('../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('../select').SelectOptionItem<import('../select').SelectValue>[]>> & {
|
|
415
|
-
default: () => import('../select').SelectOptionItem<import('../select').SelectValue>[];
|
|
432
|
+
options: import('vue-types').VueTypeValidableDef<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[]>> & {
|
|
433
|
+
default: () => (import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[];
|
|
416
434
|
};
|
|
417
435
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
418
436
|
default: string;
|
|
@@ -463,6 +481,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
463
481
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
464
482
|
default: boolean;
|
|
465
483
|
};
|
|
484
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
485
|
+
default: boolean;
|
|
486
|
+
};
|
|
466
487
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
467
488
|
default: boolean;
|
|
468
489
|
};
|
|
@@ -518,6 +539,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
518
539
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
519
540
|
default: boolean;
|
|
520
541
|
};
|
|
542
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
543
|
+
default: boolean;
|
|
544
|
+
};
|
|
521
545
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
522
546
|
default: boolean;
|
|
523
547
|
};
|
|
@@ -574,6 +598,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
574
598
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
575
599
|
default: boolean;
|
|
576
600
|
};
|
|
601
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
602
|
+
default: boolean;
|
|
603
|
+
};
|
|
577
604
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
578
605
|
default: boolean;
|
|
579
606
|
};
|
|
@@ -635,8 +662,8 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
635
662
|
default: boolean;
|
|
636
663
|
};
|
|
637
664
|
selectProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
638
|
-
options: import('vue-types').VueTypeValidableDef<import('../select').SelectOptionItem<import('../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('../select').SelectOptionItem<import('../select').SelectValue>[]>> & {
|
|
639
|
-
default: () => import('../select').SelectOptionItem<import('../select').SelectValue>[];
|
|
665
|
+
options: import('vue-types').VueTypeValidableDef<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[]>> & {
|
|
666
|
+
default: () => (import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[];
|
|
640
667
|
};
|
|
641
668
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
642
669
|
default: string;
|
|
@@ -687,6 +714,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
687
714
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
688
715
|
default: boolean;
|
|
689
716
|
};
|
|
717
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
718
|
+
default: boolean;
|
|
719
|
+
};
|
|
690
720
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
691
721
|
default: boolean;
|
|
692
722
|
};
|
|
@@ -742,6 +772,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
742
772
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
743
773
|
default: boolean;
|
|
744
774
|
};
|
|
775
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
776
|
+
default: boolean;
|
|
777
|
+
};
|
|
745
778
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
746
779
|
default: boolean;
|
|
747
780
|
};
|
|
@@ -798,6 +831,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
798
831
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
799
832
|
default: boolean;
|
|
800
833
|
};
|
|
834
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
835
|
+
default: boolean;
|
|
836
|
+
};
|
|
801
837
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
802
838
|
default: boolean;
|
|
803
839
|
};
|
|
@@ -838,8 +874,8 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
838
874
|
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
839
875
|
"v-model-key": import('vue-types').VueTypeDef<import('../select').SelectValue | import('../select').SelectValue[]>;
|
|
840
876
|
}>>, import('vue-types/dist/types').ValidatorFunction<Partial<import('vue').ExtractPropTypes<{
|
|
841
|
-
options: import('vue-types').VueTypeValidableDef<import('../select').SelectOptionItem<import('../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('../select').SelectOptionItem<import('../select').SelectValue>[]>> & {
|
|
842
|
-
default: () => import('../select').SelectOptionItem<import('../select').SelectValue>[];
|
|
877
|
+
options: import('vue-types').VueTypeValidableDef<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[]>> & {
|
|
878
|
+
default: () => (import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[];
|
|
843
879
|
};
|
|
844
880
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
845
881
|
default: string;
|
|
@@ -890,6 +926,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
890
926
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
891
927
|
default: boolean;
|
|
892
928
|
};
|
|
929
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
930
|
+
default: boolean;
|
|
931
|
+
};
|
|
893
932
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
894
933
|
default: boolean;
|
|
895
934
|
};
|
|
@@ -945,6 +984,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
945
984
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
946
985
|
default: boolean;
|
|
947
986
|
};
|
|
987
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
988
|
+
default: boolean;
|
|
989
|
+
};
|
|
948
990
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
949
991
|
default: boolean;
|
|
950
992
|
};
|
|
@@ -1001,6 +1043,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1001
1043
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1002
1044
|
default: boolean;
|
|
1003
1045
|
};
|
|
1046
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1047
|
+
default: boolean;
|
|
1048
|
+
};
|
|
1004
1049
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1005
1050
|
default: boolean;
|
|
1006
1051
|
};
|
|
@@ -1042,8 +1087,8 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1042
1087
|
"v-model-key": import('vue-types').VueTypeDef<import('../select').SelectValue | import('../select').SelectValue[]>;
|
|
1043
1088
|
}>>>> & {
|
|
1044
1089
|
default: () => Partial<import('vue').ExtractPropTypes<{
|
|
1045
|
-
options: import('vue-types').VueTypeValidableDef<import('../select').SelectOptionItem<import('../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('../select').SelectOptionItem<import('../select').SelectValue>[]>> & {
|
|
1046
|
-
default: () => import('../select').SelectOptionItem<import('../select').SelectValue>[];
|
|
1090
|
+
options: import('vue-types').VueTypeValidableDef<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[]>> & {
|
|
1091
|
+
default: () => (import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[];
|
|
1047
1092
|
};
|
|
1048
1093
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1049
1094
|
default: string;
|
|
@@ -1094,6 +1139,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1094
1139
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1095
1140
|
default: boolean;
|
|
1096
1141
|
};
|
|
1142
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1143
|
+
default: boolean;
|
|
1144
|
+
};
|
|
1097
1145
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1098
1146
|
default: boolean;
|
|
1099
1147
|
};
|
|
@@ -1149,6 +1197,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1149
1197
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1150
1198
|
default: boolean;
|
|
1151
1199
|
};
|
|
1200
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1201
|
+
default: boolean;
|
|
1202
|
+
};
|
|
1152
1203
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1153
1204
|
default: boolean;
|
|
1154
1205
|
};
|
|
@@ -1205,6 +1256,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1205
1256
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1206
1257
|
default: boolean;
|
|
1207
1258
|
};
|
|
1259
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1260
|
+
default: boolean;
|
|
1261
|
+
};
|
|
1208
1262
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1209
1263
|
default: boolean;
|
|
1210
1264
|
};
|
|
@@ -1260,10 +1314,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1260
1314
|
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1261
1315
|
}>>, {
|
|
1262
1316
|
validateForm: boolean;
|
|
1263
|
-
defaultTimezone: boolean;
|
|
1264
1317
|
selectProps: Partial<import('vue').ExtractPropTypes<{
|
|
1265
|
-
options: import('vue-types').VueTypeValidableDef<import('../select').SelectOptionItem<import('../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('../select').SelectOptionItem<import('../select').SelectValue>[]>> & {
|
|
1266
|
-
default: () => import('../select').SelectOptionItem<import('../select').SelectValue>[];
|
|
1318
|
+
options: import('vue-types').VueTypeValidableDef<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[]>> & {
|
|
1319
|
+
default: () => (import('../select').SelectOptionItem<import('../select').SelectValue> | import('../select').SelectGroupItem<import('../select').SelectValue>)[];
|
|
1267
1320
|
};
|
|
1268
1321
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1269
1322
|
default: string;
|
|
@@ -1314,6 +1367,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1314
1367
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1315
1368
|
default: boolean;
|
|
1316
1369
|
};
|
|
1370
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1371
|
+
default: boolean;
|
|
1372
|
+
};
|
|
1317
1373
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1318
1374
|
default: boolean;
|
|
1319
1375
|
};
|
|
@@ -1369,6 +1425,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1369
1425
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1370
1426
|
default: boolean;
|
|
1371
1427
|
};
|
|
1428
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1429
|
+
default: boolean;
|
|
1430
|
+
};
|
|
1372
1431
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1373
1432
|
default: boolean;
|
|
1374
1433
|
};
|
|
@@ -1425,6 +1484,9 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1425
1484
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1426
1485
|
default: boolean;
|
|
1427
1486
|
};
|
|
1487
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1488
|
+
default: boolean;
|
|
1489
|
+
};
|
|
1428
1490
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1429
1491
|
default: boolean;
|
|
1430
1492
|
};
|
|
@@ -1465,5 +1527,6 @@ export declare const PwcTimezonePicker: import('../../../vue-utils/install-utils
|
|
|
1465
1527
|
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1466
1528
|
"v-model-key": import('vue-types').VueTypeDef<import('../select').SelectValue | import('../select').SelectValue[]>;
|
|
1467
1529
|
}>>;
|
|
1530
|
+
defaultTimezone: boolean;
|
|
1468
1531
|
}>, import('../../../vue-utils/install-utils').InstallOptions>;
|
|
1469
1532
|
export * from './src/hooks/props-define';
|
|
@@ -14,8 +14,8 @@ export declare const timezonePickerProps: () => {
|
|
|
14
14
|
* 选择器参数
|
|
15
15
|
*/
|
|
16
16
|
selectProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
17
|
-
options: import('vue-types').VueTypeValidableDef<import('../../../select').SelectOptionItem<import('../../../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('../../../select').SelectOptionItem<import('../../../select').SelectValue>[]>> & {
|
|
18
|
-
default: () => import('../../../select').SelectOptionItem<import('../../../select').SelectValue>[];
|
|
17
|
+
options: import('vue-types').VueTypeValidableDef<(import('../../../select').SelectOptionItem<import('../../../select').SelectValue> | import('../../../select').SelectGroupItem<import('../../../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('../../../select').SelectOptionItem<import('../../../select').SelectValue> | import('../../../select').SelectGroupItem<import('../../../select').SelectValue>)[]>> & {
|
|
18
|
+
default: () => (import('../../../select').SelectOptionItem<import('../../../select').SelectValue> | import('../../../select').SelectGroupItem<import('../../../select').SelectValue>)[];
|
|
19
19
|
};
|
|
20
20
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
21
21
|
default: string;
|
|
@@ -66,6 +66,9 @@ export declare const timezonePickerProps: () => {
|
|
|
66
66
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
67
67
|
default: boolean;
|
|
68
68
|
};
|
|
69
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
69
72
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
70
73
|
default: boolean;
|
|
71
74
|
};
|
|
@@ -121,6 +124,9 @@ export declare const timezonePickerProps: () => {
|
|
|
121
124
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
122
125
|
default: boolean;
|
|
123
126
|
};
|
|
127
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
124
130
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
125
131
|
default: boolean;
|
|
126
132
|
};
|
|
@@ -177,6 +183,9 @@ export declare const timezonePickerProps: () => {
|
|
|
177
183
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
178
184
|
default: boolean;
|
|
179
185
|
};
|
|
186
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
187
|
+
default: boolean;
|
|
188
|
+
};
|
|
180
189
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
181
190
|
default: boolean;
|
|
182
191
|
};
|
|
@@ -217,8 +226,8 @@ export declare const timezonePickerProps: () => {
|
|
|
217
226
|
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
218
227
|
"v-model-key": import('vue-types').VueTypeDef<import('../../../select').SelectValue | import('../../../select').SelectValue[]>;
|
|
219
228
|
}>>, import('vue-types/dist/types').ValidatorFunction<Partial<import('vue').ExtractPropTypes<{
|
|
220
|
-
options: import('vue-types').VueTypeValidableDef<import('../../../select').SelectOptionItem<import('../../../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('../../../select').SelectOptionItem<import('../../../select').SelectValue>[]>> & {
|
|
221
|
-
default: () => import('../../../select').SelectOptionItem<import('../../../select').SelectValue>[];
|
|
229
|
+
options: import('vue-types').VueTypeValidableDef<(import('../../../select').SelectOptionItem<import('../../../select').SelectValue> | import('../../../select').SelectGroupItem<import('../../../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('../../../select').SelectOptionItem<import('../../../select').SelectValue> | import('../../../select').SelectGroupItem<import('../../../select').SelectValue>)[]>> & {
|
|
230
|
+
default: () => (import('../../../select').SelectOptionItem<import('../../../select').SelectValue> | import('../../../select').SelectGroupItem<import('../../../select').SelectValue>)[];
|
|
222
231
|
};
|
|
223
232
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
224
233
|
default: string;
|
|
@@ -269,6 +278,9 @@ export declare const timezonePickerProps: () => {
|
|
|
269
278
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
270
279
|
default: boolean;
|
|
271
280
|
};
|
|
281
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
282
|
+
default: boolean;
|
|
283
|
+
};
|
|
272
284
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
273
285
|
default: boolean;
|
|
274
286
|
};
|
|
@@ -324,6 +336,9 @@ export declare const timezonePickerProps: () => {
|
|
|
324
336
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
325
337
|
default: boolean;
|
|
326
338
|
};
|
|
339
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
340
|
+
default: boolean;
|
|
341
|
+
};
|
|
327
342
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
328
343
|
default: boolean;
|
|
329
344
|
};
|
|
@@ -380,6 +395,9 @@ export declare const timezonePickerProps: () => {
|
|
|
380
395
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
381
396
|
default: boolean;
|
|
382
397
|
};
|
|
398
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
399
|
+
default: boolean;
|
|
400
|
+
};
|
|
383
401
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
384
402
|
default: boolean;
|
|
385
403
|
};
|
|
@@ -421,8 +439,8 @@ export declare const timezonePickerProps: () => {
|
|
|
421
439
|
"v-model-key": import('vue-types').VueTypeDef<import('../../../select').SelectValue | import('../../../select').SelectValue[]>;
|
|
422
440
|
}>>>> & {
|
|
423
441
|
default: () => Partial<import('vue').ExtractPropTypes<{
|
|
424
|
-
options: import('vue-types').VueTypeValidableDef<import('../../../select').SelectOptionItem<import('../../../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('../../../select').SelectOptionItem<import('../../../select').SelectValue>[]>> & {
|
|
425
|
-
default: () => import('../../../select').SelectOptionItem<import('../../../select').SelectValue>[];
|
|
442
|
+
options: import('vue-types').VueTypeValidableDef<(import('../../../select').SelectOptionItem<import('../../../select').SelectValue> | import('../../../select').SelectGroupItem<import('../../../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('../../../select').SelectOptionItem<import('../../../select').SelectValue> | import('../../../select').SelectGroupItem<import('../../../select').SelectValue>)[]>> & {
|
|
443
|
+
default: () => (import('../../../select').SelectOptionItem<import('../../../select').SelectValue> | import('../../../select').SelectGroupItem<import('../../../select').SelectValue>)[];
|
|
426
444
|
};
|
|
427
445
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
428
446
|
default: string;
|
|
@@ -473,6 +491,9 @@ export declare const timezonePickerProps: () => {
|
|
|
473
491
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
474
492
|
default: boolean;
|
|
475
493
|
};
|
|
494
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
495
|
+
default: boolean;
|
|
496
|
+
};
|
|
476
497
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
477
498
|
default: boolean;
|
|
478
499
|
};
|
|
@@ -528,6 +549,9 @@ export declare const timezonePickerProps: () => {
|
|
|
528
549
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
529
550
|
default: boolean;
|
|
530
551
|
};
|
|
552
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
553
|
+
default: boolean;
|
|
554
|
+
};
|
|
531
555
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
532
556
|
default: boolean;
|
|
533
557
|
};
|
|
@@ -584,6 +608,9 @@ export declare const timezonePickerProps: () => {
|
|
|
584
608
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
585
609
|
default: boolean;
|
|
586
610
|
};
|
|
611
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
612
|
+
default: boolean;
|
|
613
|
+
};
|
|
587
614
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
588
615
|
default: boolean;
|
|
589
616
|
};
|