@polyv/vue-components 1.8.0 → 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 +16056 -13178
- 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 +11 -3
- 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 +31 -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 +17289 -14411
- 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 +11 -3
- 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 +31 -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
|
@@ -5,8 +5,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
5
5
|
default: boolean;
|
|
6
6
|
};
|
|
7
7
|
selectProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
8
|
-
options: import('vue-types').VueTypeValidableDef<SelectOptionItem<import('../../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<SelectOptionItem<import('../../select').SelectValue>[]>> & {
|
|
9
|
-
default: () => SelectOptionItem<import('../../select').SelectValue>[];
|
|
8
|
+
options: import('vue-types').VueTypeValidableDef<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[]>> & {
|
|
9
|
+
default: () => (SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[];
|
|
10
10
|
};
|
|
11
11
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
12
12
|
default: string;
|
|
@@ -57,6 +57,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
57
57
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
60
63
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
61
64
|
default: boolean;
|
|
62
65
|
};
|
|
@@ -112,6 +115,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
112
115
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
113
116
|
default: boolean;
|
|
114
117
|
};
|
|
118
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
115
121
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
116
122
|
default: boolean;
|
|
117
123
|
};
|
|
@@ -168,6 +174,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
168
174
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
169
175
|
default: boolean;
|
|
170
176
|
};
|
|
177
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
178
|
+
default: boolean;
|
|
179
|
+
};
|
|
171
180
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
172
181
|
default: boolean;
|
|
173
182
|
};
|
|
@@ -208,8 +217,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
208
217
|
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
209
218
|
"v-model-key": import('vue-types').VueTypeDef<import('../../select').SelectValue | import('../../select').SelectValue[]>;
|
|
210
219
|
}>>, import('vue-types/dist/types').ValidatorFunction<Partial<import('vue').ExtractPropTypes<{
|
|
211
|
-
options: import('vue-types').VueTypeValidableDef<SelectOptionItem<import('../../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<SelectOptionItem<import('../../select').SelectValue>[]>> & {
|
|
212
|
-
default: () => SelectOptionItem<import('../../select').SelectValue>[];
|
|
220
|
+
options: import('vue-types').VueTypeValidableDef<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[]>> & {
|
|
221
|
+
default: () => (SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[];
|
|
213
222
|
};
|
|
214
223
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
215
224
|
default: string;
|
|
@@ -260,6 +269,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
260
269
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
261
270
|
default: boolean;
|
|
262
271
|
};
|
|
272
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
273
|
+
default: boolean;
|
|
274
|
+
};
|
|
263
275
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
264
276
|
default: boolean;
|
|
265
277
|
};
|
|
@@ -315,6 +327,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
315
327
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
316
328
|
default: boolean;
|
|
317
329
|
};
|
|
330
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
331
|
+
default: boolean;
|
|
332
|
+
};
|
|
318
333
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
319
334
|
default: boolean;
|
|
320
335
|
};
|
|
@@ -371,6 +386,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
371
386
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
372
387
|
default: boolean;
|
|
373
388
|
};
|
|
389
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
390
|
+
default: boolean;
|
|
391
|
+
};
|
|
374
392
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
375
393
|
default: boolean;
|
|
376
394
|
};
|
|
@@ -412,8 +430,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
412
430
|
"v-model-key": import('vue-types').VueTypeDef<import('../../select').SelectValue | import('../../select').SelectValue[]>;
|
|
413
431
|
}>>>> & {
|
|
414
432
|
default: () => Partial<import('vue').ExtractPropTypes<{
|
|
415
|
-
options: import('vue-types').VueTypeValidableDef<SelectOptionItem<import('../../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<SelectOptionItem<import('../../select').SelectValue>[]>> & {
|
|
416
|
-
default: () => SelectOptionItem<import('../../select').SelectValue>[];
|
|
433
|
+
options: import('vue-types').VueTypeValidableDef<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[]>> & {
|
|
434
|
+
default: () => (SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[];
|
|
417
435
|
};
|
|
418
436
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
419
437
|
default: string;
|
|
@@ -464,6 +482,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
464
482
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
465
483
|
default: boolean;
|
|
466
484
|
};
|
|
485
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
486
|
+
default: boolean;
|
|
487
|
+
};
|
|
467
488
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
468
489
|
default: boolean;
|
|
469
490
|
};
|
|
@@ -519,6 +540,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
519
540
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
520
541
|
default: boolean;
|
|
521
542
|
};
|
|
543
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
544
|
+
default: boolean;
|
|
545
|
+
};
|
|
522
546
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
523
547
|
default: boolean;
|
|
524
548
|
};
|
|
@@ -575,6 +599,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
575
599
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
576
600
|
default: boolean;
|
|
577
601
|
};
|
|
602
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
603
|
+
default: boolean;
|
|
604
|
+
};
|
|
578
605
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
579
606
|
default: boolean;
|
|
580
607
|
};
|
|
@@ -636,8 +663,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
636
663
|
default: boolean;
|
|
637
664
|
};
|
|
638
665
|
selectProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
639
|
-
options: import('vue-types').VueTypeValidableDef<SelectOptionItem<import('../../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<SelectOptionItem<import('../../select').SelectValue>[]>> & {
|
|
640
|
-
default: () => SelectOptionItem<import('../../select').SelectValue>[];
|
|
666
|
+
options: import('vue-types').VueTypeValidableDef<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[]>> & {
|
|
667
|
+
default: () => (SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[];
|
|
641
668
|
};
|
|
642
669
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
643
670
|
default: string;
|
|
@@ -688,6 +715,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
688
715
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
689
716
|
default: boolean;
|
|
690
717
|
};
|
|
718
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
719
|
+
default: boolean;
|
|
720
|
+
};
|
|
691
721
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
692
722
|
default: boolean;
|
|
693
723
|
};
|
|
@@ -743,6 +773,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
743
773
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
744
774
|
default: boolean;
|
|
745
775
|
};
|
|
776
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
777
|
+
default: boolean;
|
|
778
|
+
};
|
|
746
779
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
747
780
|
default: boolean;
|
|
748
781
|
};
|
|
@@ -799,6 +832,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
799
832
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
800
833
|
default: boolean;
|
|
801
834
|
};
|
|
835
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
836
|
+
default: boolean;
|
|
837
|
+
};
|
|
802
838
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
803
839
|
default: boolean;
|
|
804
840
|
};
|
|
@@ -839,8 +875,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
839
875
|
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
840
876
|
"v-model-key": import('vue-types').VueTypeDef<import('../../select').SelectValue | import('../../select').SelectValue[]>;
|
|
841
877
|
}>>, import('vue-types/dist/types').ValidatorFunction<Partial<import('vue').ExtractPropTypes<{
|
|
842
|
-
options: import('vue-types').VueTypeValidableDef<SelectOptionItem<import('../../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<SelectOptionItem<import('../../select').SelectValue>[]>> & {
|
|
843
|
-
default: () => SelectOptionItem<import('../../select').SelectValue>[];
|
|
878
|
+
options: import('vue-types').VueTypeValidableDef<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[]>> & {
|
|
879
|
+
default: () => (SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[];
|
|
844
880
|
};
|
|
845
881
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
846
882
|
default: string;
|
|
@@ -891,6 +927,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
891
927
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
892
928
|
default: boolean;
|
|
893
929
|
};
|
|
930
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
931
|
+
default: boolean;
|
|
932
|
+
};
|
|
894
933
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
895
934
|
default: boolean;
|
|
896
935
|
};
|
|
@@ -946,6 +985,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
946
985
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
947
986
|
default: boolean;
|
|
948
987
|
};
|
|
988
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
989
|
+
default: boolean;
|
|
990
|
+
};
|
|
949
991
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
950
992
|
default: boolean;
|
|
951
993
|
};
|
|
@@ -1002,6 +1044,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1002
1044
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1003
1045
|
default: boolean;
|
|
1004
1046
|
};
|
|
1047
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1048
|
+
default: boolean;
|
|
1049
|
+
};
|
|
1005
1050
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1006
1051
|
default: boolean;
|
|
1007
1052
|
};
|
|
@@ -1043,8 +1088,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1043
1088
|
"v-model-key": import('vue-types').VueTypeDef<import('../../select').SelectValue | import('../../select').SelectValue[]>;
|
|
1044
1089
|
}>>>> & {
|
|
1045
1090
|
default: () => Partial<import('vue').ExtractPropTypes<{
|
|
1046
|
-
options: import('vue-types').VueTypeValidableDef<SelectOptionItem<import('../../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<SelectOptionItem<import('../../select').SelectValue>[]>> & {
|
|
1047
|
-
default: () => SelectOptionItem<import('../../select').SelectValue>[];
|
|
1091
|
+
options: import('vue-types').VueTypeValidableDef<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[]>> & {
|
|
1092
|
+
default: () => (SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[];
|
|
1048
1093
|
};
|
|
1049
1094
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1050
1095
|
default: string;
|
|
@@ -1095,6 +1140,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1095
1140
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1096
1141
|
default: boolean;
|
|
1097
1142
|
};
|
|
1143
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1144
|
+
default: boolean;
|
|
1145
|
+
};
|
|
1098
1146
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1099
1147
|
default: boolean;
|
|
1100
1148
|
};
|
|
@@ -1150,6 +1198,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1150
1198
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1151
1199
|
default: boolean;
|
|
1152
1200
|
};
|
|
1201
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1202
|
+
default: boolean;
|
|
1203
|
+
};
|
|
1153
1204
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1154
1205
|
default: boolean;
|
|
1155
1206
|
};
|
|
@@ -1206,6 +1257,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1206
1257
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1207
1258
|
default: boolean;
|
|
1208
1259
|
};
|
|
1260
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1261
|
+
default: boolean;
|
|
1262
|
+
};
|
|
1209
1263
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1210
1264
|
default: boolean;
|
|
1211
1265
|
};
|
|
@@ -1261,10 +1315,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1261
1315
|
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1262
1316
|
}>>, {
|
|
1263
1317
|
validateForm: boolean;
|
|
1264
|
-
defaultTimezone: boolean;
|
|
1265
1318
|
selectProps: Partial<import('vue').ExtractPropTypes<{
|
|
1266
|
-
options: import('vue-types').VueTypeValidableDef<SelectOptionItem<import('../../select').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<SelectOptionItem<import('../../select').SelectValue>[]>> & {
|
|
1267
|
-
default: () => SelectOptionItem<import('../../select').SelectValue>[];
|
|
1319
|
+
options: import('vue-types').VueTypeValidableDef<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[]>> & {
|
|
1320
|
+
default: () => (SelectOptionItem<import('../../select').SelectValue> | import('../../select').SelectGroupItem<import('../../select').SelectValue>)[];
|
|
1268
1321
|
};
|
|
1269
1322
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1270
1323
|
default: string;
|
|
@@ -1315,6 +1368,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1315
1368
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1316
1369
|
default: boolean;
|
|
1317
1370
|
};
|
|
1371
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1372
|
+
default: boolean;
|
|
1373
|
+
};
|
|
1318
1374
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1319
1375
|
default: boolean;
|
|
1320
1376
|
};
|
|
@@ -1370,6 +1426,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1370
1426
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1371
1427
|
default: boolean;
|
|
1372
1428
|
};
|
|
1429
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1430
|
+
default: boolean;
|
|
1431
|
+
};
|
|
1373
1432
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1374
1433
|
default: boolean;
|
|
1375
1434
|
};
|
|
@@ -1426,6 +1485,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1426
1485
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1427
1486
|
default: boolean;
|
|
1428
1487
|
};
|
|
1488
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1489
|
+
default: boolean;
|
|
1490
|
+
};
|
|
1429
1491
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1430
1492
|
default: boolean;
|
|
1431
1493
|
};
|
|
@@ -1466,5 +1528,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1466
1528
|
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1467
1529
|
"v-model-key": import('vue-types').VueTypeDef<import('../../select').SelectValue | import('../../select').SelectValue[]>;
|
|
1468
1530
|
}>>;
|
|
1531
|
+
defaultTimezone: boolean;
|
|
1469
1532
|
}>;
|
|
1470
1533
|
export default _default;
|
|
@@ -82,8 +82,8 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
82
82
|
};
|
|
83
83
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
84
84
|
search: (arg: string) => void;
|
|
85
|
-
"update:currentPage": (arg: number) => void;
|
|
86
85
|
"page-change": (arg: number) => void;
|
|
86
|
+
"update:currentPage": (arg: number) => void;
|
|
87
87
|
"click-checkbox": (arg: TransferItem) => void;
|
|
88
88
|
}, string, Readonly<import('vue').ExtractPropTypes<{
|
|
89
89
|
data: import('vue-types').VueTypeValidableDef<TransferItem[], import('vue-types/dist/types').ValidatorFunction<TransferItem[]>> & {
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export { default as PwcIconAdd } from './icons/add';
|
|
6
6
|
export { default as PwcIconAddCircleOutline } from './icons/add-circle-outline';
|
|
7
|
+
export { default as PwcIconAi } from './icons/ai';
|
|
7
8
|
export { default as PwcIconApplication } from './icons/application';
|
|
8
9
|
export { default as PwcIconArrowDownCircleOutline } from './icons/arrow-down-circle-outline';
|
|
9
10
|
export { default as PwcIconArrowLeftCircleOutline } from './icons/arrow-left-circle-outline';
|
|
@@ -27,9 +28,11 @@ export { default as PwcIconComputerDown } from './icons/computer-down';
|
|
|
27
28
|
export { default as PwcIconComputerFilled } from './icons/computer-filled';
|
|
28
29
|
export { default as PwcIconComputerPlay } from './icons/computer-play';
|
|
29
30
|
export { default as PwcIconCopy } from './icons/copy';
|
|
31
|
+
export { default as PwcIconCustomerService } from './icons/customer-service';
|
|
30
32
|
export { default as PwcIconDataExport } from './icons/data-export';
|
|
31
33
|
export { default as PwcIconDataExportTwo } from './icons/data-export-two';
|
|
32
34
|
export { default as PwcIconDelete } from './icons/delete';
|
|
35
|
+
export { default as PwcIconDesign } from './icons/design';
|
|
33
36
|
export { default as PwcIconDown } from './icons/down';
|
|
34
37
|
export { default as PwcIconDownload } from './icons/download';
|
|
35
38
|
export { default as PwcIconDrag } from './icons/drag';
|
|
@@ -40,9 +43,11 @@ export { default as PwcIconEmptyPrize } from './icons/empty-prize';
|
|
|
40
43
|
export { default as PwcIconError } from './icons/error';
|
|
41
44
|
export { default as PwcIconErrorCircleFilled } from './icons/error-circle-filled';
|
|
42
45
|
export { default as PwcIconErrorCircleOutline } from './icons/error-circle-outline';
|
|
46
|
+
export { default as PwcIconFavorite } from './icons/favorite';
|
|
43
47
|
export { default as PwcIconFeedback } from './icons/feedback';
|
|
44
48
|
export { default as PwcIconFile } from './icons/file';
|
|
45
49
|
export { default as PwcIconFilter } from './icons/filter';
|
|
50
|
+
export { default as PwcIconHamburger } from './icons/hamburger';
|
|
46
51
|
export { default as PwcIconHome } from './icons/home';
|
|
47
52
|
export { default as PwcIconIdCard } from './icons/id-card';
|
|
48
53
|
export { default as PwcIconIdCardFilled } from './icons/id-card-filled';
|
|
@@ -53,6 +58,7 @@ export { default as PwcIconInstruction } from './icons/instruction';
|
|
|
53
58
|
export { default as PwcIconInstructionFilled } from './icons/instruction-filled';
|
|
54
59
|
export { default as PwcIconLandscape } from './icons/landscape';
|
|
55
60
|
export { default as PwcIconLang } from './icons/lang';
|
|
61
|
+
export { default as PwcIconLayout } from './icons/layout';
|
|
56
62
|
export { default as PwcIconLeft } from './icons/left';
|
|
57
63
|
export { default as PwcIconLink } from './icons/link';
|
|
58
64
|
export { default as PwcIconList } from './icons/list';
|
|
@@ -65,6 +71,7 @@ export { default as PwcIconMoney } from './icons/money';
|
|
|
65
71
|
export { default as PwcIconMore } from './icons/more';
|
|
66
72
|
export { default as PwcIconMoveDown } from './icons/move-down';
|
|
67
73
|
export { default as PwcIconMoveUp } from './icons/move-up';
|
|
74
|
+
export { default as PwcIconPeoples } from './icons/peoples';
|
|
68
75
|
export { default as PwcIconPlatform } from './icons/platform';
|
|
69
76
|
export { default as PwcIconPlatformFilled } from './icons/platform-filled';
|
|
70
77
|
export { default as PwcIconPlayFast } from './icons/play-fast';
|
|
@@ -72,6 +79,7 @@ export { default as PwcIconPlayRollback } from './icons/play-rollback';
|
|
|
72
79
|
export { default as PwcIconPortrait } from './icons/portrait';
|
|
73
80
|
export { default as PwcIconPreviewClose } from './icons/preview-close';
|
|
74
81
|
export { default as PwcIconPreviewOpen } from './icons/preview-open';
|
|
82
|
+
export { default as PwcIconProduct } from './icons/product';
|
|
75
83
|
export { default as PwcIconProtect } from './icons/protect';
|
|
76
84
|
export { default as PwcIconQuestionCircleFilled } from './icons/question-circle-filled';
|
|
77
85
|
export { default as PwcIconQuestionCircleOutline } from './icons/question-circle-outline';
|
|
@@ -85,16 +93,21 @@ export { default as PwcIconSetting } from './icons/setting';
|
|
|
85
93
|
export { default as PwcIconSettingTwo } from './icons/setting-two';
|
|
86
94
|
export { default as PwcIconSettingTwoFilled } from './icons/setting-two-filled';
|
|
87
95
|
export { default as PwcIconShare } from './icons/share';
|
|
96
|
+
export { default as PwcIconShopping } from './icons/shopping';
|
|
88
97
|
export { default as PwcIconStatistics } from './icons/statistics';
|
|
89
98
|
export { default as PwcIconStatisticsFilled } from './icons/statistics-filled';
|
|
90
99
|
export { default as PwcIconSuccess } from './icons/success';
|
|
91
100
|
export { default as PwcIconSuccessCircleFilled } from './icons/success-circle-filled';
|
|
92
101
|
export { default as PwcIconSuccessCircleOutline } from './icons/success-circle-outline';
|
|
93
102
|
export { default as PwcIconTag } from './icons/tag';
|
|
103
|
+
export { default as PwcIconTransfer } from './icons/transfer';
|
|
104
|
+
export { default as PwcIconTranslate } from './icons/translate';
|
|
94
105
|
export { default as PwcIconUp } from './icons/up';
|
|
95
106
|
export { default as PwcIconUpload } from './icons/upload';
|
|
107
|
+
export { default as PwcIconUploadImage } from './icons/upload-image';
|
|
96
108
|
export { default as PwcIconUploadThree } from './icons/upload-three';
|
|
97
109
|
export { default as PwcIconUploadTwo } from './icons/upload-two';
|
|
110
|
+
export { default as PwcIconUploadVideo } from './icons/upload-video';
|
|
98
111
|
export { default as PwcIconUser } from './icons/user';
|
|
99
112
|
export { default as PwcIconUserFilled } from './icons/user-filled';
|
|
100
113
|
export { default as PwcIconVideo } from './icons/video';
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export declare const PwcLink: import('../../vue-utils/install-utils').SFCInstall<import('vue/types/v3-component-public-instance').ComponentPublicInstanceConstructor<import('vue/types/v3-component-public-instance').Vue3Instance<{}, Readonly<import('vue').ExtractPropTypes<{
|
|
2
|
+
href: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
3
|
+
text: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
4
|
+
target: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
5
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
}>>, Readonly<import('vue').ExtractPropTypes<{
|
|
12
|
+
href: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
13
|
+
text: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
14
|
+
target: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
15
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
}>>, {}, {
|
|
22
|
+
copy: boolean;
|
|
23
|
+
tag: string;
|
|
24
|
+
}, true, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import('vue').ExtractPropTypes<{
|
|
25
|
+
href: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
26
|
+
text: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
27
|
+
target: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
28
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
}>>> & import('vue').ShallowUnwrapRef<{}> & import('vue/types/v3-component-options').ExtractComputedReturns<{}> & import('vue').ComponentCustomProperties & Readonly<import('vue').ExtractPropTypes<{
|
|
35
|
+
href: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
36
|
+
text: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
37
|
+
target: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
38
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
}>>> & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
45
|
+
href: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
46
|
+
text: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
47
|
+
target: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
48
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
55
|
+
copy: boolean;
|
|
56
|
+
tag: string;
|
|
57
|
+
}> & {
|
|
58
|
+
props: {
|
|
59
|
+
href: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
60
|
+
text: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
61
|
+
target: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
62
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
} & (new () => {
|
|
70
|
+
$scopedSlots: {
|
|
71
|
+
default?(_: {}): any;
|
|
72
|
+
};
|
|
73
|
+
}), import('../../vue-utils/install-utils').InstallOptions>;
|
|
74
|
+
export * from './src/props-define';
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: any;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
11
|
+
href: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
12
|
+
text: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
13
|
+
target: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
14
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
|
|
21
|
+
href: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
22
|
+
text: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
23
|
+
target: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
24
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
}>>, {
|
|
31
|
+
copy: boolean;
|
|
32
|
+
tag: string;
|
|
33
|
+
}>;
|
|
34
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
|
+
export default _default;
|
|
36
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
new (): {
|
|
38
|
+
$scopedSlots: S;
|
|
39
|
+
};
|
|
40
|
+
};
|