@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
|
@@ -196,9 +196,14 @@ export declare const useExternalLinks: ({ props, emit }: UseExternalLinksOptions
|
|
|
196
196
|
"last-7-days": string;
|
|
197
197
|
"last-30-days": string;
|
|
198
198
|
"last-90-days": string;
|
|
199
|
+
"last-100-days": string;
|
|
199
200
|
"last-180-days": string;
|
|
200
201
|
"last-360-days": string;
|
|
201
202
|
};
|
|
203
|
+
timePicker: {
|
|
204
|
+
placeholder: string;
|
|
205
|
+
placeholderRange: string;
|
|
206
|
+
};
|
|
202
207
|
timezonePicker: {
|
|
203
208
|
placeholder: string;
|
|
204
209
|
};
|
|
@@ -212,6 +217,11 @@ export declare const useExternalLinks: ({ props, emit }: UseExternalLinksOptions
|
|
|
212
217
|
index: string;
|
|
213
218
|
single: string;
|
|
214
219
|
allCount: string;
|
|
220
|
+
customColumn: string;
|
|
221
|
+
customColumnLeftTitle: string;
|
|
222
|
+
customColumnRightTitle: string;
|
|
223
|
+
customColumnOpen: string;
|
|
224
|
+
selected: string;
|
|
215
225
|
};
|
|
216
226
|
pagination: {
|
|
217
227
|
totalItems: string;
|
|
@@ -316,6 +326,15 @@ export declare const useExternalLinks: ({ props, emit }: UseExternalLinksOptions
|
|
|
316
326
|
reset: string;
|
|
317
327
|
expand: string;
|
|
318
328
|
collapse: string;
|
|
329
|
+
all: string;
|
|
330
|
+
search: string;
|
|
331
|
+
};
|
|
332
|
+
input: {
|
|
333
|
+
copy: string;
|
|
334
|
+
};
|
|
335
|
+
cascader: {
|
|
336
|
+
placeholder: string;
|
|
337
|
+
empty: string;
|
|
319
338
|
};
|
|
320
339
|
} & {
|
|
321
340
|
common: {
|
|
@@ -177,9 +177,14 @@ export declare const useRewardReceive: (options: {
|
|
|
177
177
|
"last-7-days": string;
|
|
178
178
|
"last-30-days": string;
|
|
179
179
|
"last-90-days": string;
|
|
180
|
+
"last-100-days": string;
|
|
180
181
|
"last-180-days": string;
|
|
181
182
|
"last-360-days": string;
|
|
182
183
|
};
|
|
184
|
+
timePicker: {
|
|
185
|
+
placeholder: string;
|
|
186
|
+
placeholderRange: string;
|
|
187
|
+
};
|
|
183
188
|
timezonePicker: {
|
|
184
189
|
placeholder: string;
|
|
185
190
|
};
|
|
@@ -193,6 +198,11 @@ export declare const useRewardReceive: (options: {
|
|
|
193
198
|
index: string;
|
|
194
199
|
single: string;
|
|
195
200
|
allCount: string;
|
|
201
|
+
customColumn: string;
|
|
202
|
+
customColumnLeftTitle: string;
|
|
203
|
+
customColumnRightTitle: string;
|
|
204
|
+
customColumnOpen: string;
|
|
205
|
+
selected: string;
|
|
196
206
|
};
|
|
197
207
|
pagination: {
|
|
198
208
|
totalItems: string;
|
|
@@ -297,6 +307,15 @@ export declare const useRewardReceive: (options: {
|
|
|
297
307
|
reset: string;
|
|
298
308
|
expand: string;
|
|
299
309
|
collapse: string;
|
|
310
|
+
all: string;
|
|
311
|
+
search: string;
|
|
312
|
+
};
|
|
313
|
+
input: {
|
|
314
|
+
copy: string;
|
|
315
|
+
};
|
|
316
|
+
cascader: {
|
|
317
|
+
placeholder: string;
|
|
318
|
+
empty: string;
|
|
300
319
|
};
|
|
301
320
|
} & {
|
|
302
321
|
common: {
|
|
@@ -73,12 +73,12 @@ export declare const buttonProps: () => {
|
|
|
73
73
|
default: boolean;
|
|
74
74
|
};
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* 图标组件或是否启用图标模式(传入图标组件则渲染,传入 `true` 仅占位)
|
|
77
77
|
* @default false
|
|
78
78
|
*/
|
|
79
79
|
icon: import('vue-types').VueTypeDef<boolean | IconComponentOption>;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* 按钮最小宽度(传入 `number` 指定像素值,传入 `true` 默认四个中文字符宽度)
|
|
82
82
|
* @default false
|
|
83
83
|
*/
|
|
84
84
|
minWidth: import('vue-types').VueTypeDef<number | boolean> & {
|
|
@@ -8,9 +8,15 @@ export declare const PwcConditionFilter: import('../../vue-utils/install-utils')
|
|
|
8
8
|
[key: string]: any;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
+
showSearch: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
11
14
|
resetFilter: import('vue-types').VueTypeDef<boolean | (() => any)> & {
|
|
12
15
|
default: boolean | (() => any);
|
|
13
16
|
};
|
|
17
|
+
allOptionValue: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
14
20
|
}>>, Readonly<import('vue').ExtractPropTypes<{
|
|
15
21
|
"v-model-key": import('vue-types').VueTypeValidableDef<{
|
|
16
22
|
[key: string]: any;
|
|
@@ -21,9 +27,15 @@ export declare const PwcConditionFilter: import('../../vue-utils/install-utils')
|
|
|
21
27
|
[key: string]: any;
|
|
22
28
|
};
|
|
23
29
|
};
|
|
30
|
+
showSearch: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
24
33
|
resetFilter: import('vue-types').VueTypeDef<boolean | (() => any)> & {
|
|
25
34
|
default: boolean | (() => any);
|
|
26
35
|
};
|
|
36
|
+
allOptionValue: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
27
39
|
}>>, {
|
|
28
40
|
search: (arg: any) => void;
|
|
29
41
|
reset: (arg?: void | undefined) => void;
|
|
@@ -31,7 +43,9 @@ export declare const PwcConditionFilter: import('../../vue-utils/install-utils')
|
|
|
31
43
|
"v-model-key": {
|
|
32
44
|
[key: string]: any;
|
|
33
45
|
};
|
|
46
|
+
showSearch: boolean;
|
|
34
47
|
resetFilter: boolean | (() => any);
|
|
48
|
+
allOptionValue: string;
|
|
35
49
|
}, true, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import('vue').ExtractPropTypes<{
|
|
36
50
|
"v-model-key": import('vue-types').VueTypeValidableDef<{
|
|
37
51
|
[key: string]: any;
|
|
@@ -42,9 +56,15 @@ export declare const PwcConditionFilter: import('../../vue-utils/install-utils')
|
|
|
42
56
|
[key: string]: any;
|
|
43
57
|
};
|
|
44
58
|
};
|
|
59
|
+
showSearch: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
45
62
|
resetFilter: import('vue-types').VueTypeDef<boolean | (() => any)> & {
|
|
46
63
|
default: boolean | (() => any);
|
|
47
64
|
};
|
|
65
|
+
allOptionValue: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
48
68
|
}>>> & import('vue').ShallowUnwrapRef<{}> & import('vue/types/v3-component-options').ExtractComputedReturns<{}> & import('vue').ComponentCustomProperties & Readonly<import('vue').ExtractPropTypes<{
|
|
49
69
|
"v-model-key": import('vue-types').VueTypeValidableDef<{
|
|
50
70
|
[key: string]: any;
|
|
@@ -55,9 +75,15 @@ export declare const PwcConditionFilter: import('../../vue-utils/install-utils')
|
|
|
55
75
|
[key: string]: any;
|
|
56
76
|
};
|
|
57
77
|
};
|
|
78
|
+
showSearch: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
58
81
|
resetFilter: import('vue-types').VueTypeDef<boolean | (() => any)> & {
|
|
59
82
|
default: boolean | (() => any);
|
|
60
83
|
};
|
|
84
|
+
allOptionValue: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
61
87
|
}>>> & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
62
88
|
"v-model-key": import('vue-types').VueTypeValidableDef<{
|
|
63
89
|
[key: string]: any;
|
|
@@ -68,9 +94,15 @@ export declare const PwcConditionFilter: import('../../vue-utils/install-utils')
|
|
|
68
94
|
[key: string]: any;
|
|
69
95
|
};
|
|
70
96
|
};
|
|
97
|
+
showSearch: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
98
|
+
default: boolean;
|
|
99
|
+
};
|
|
71
100
|
resetFilter: import('vue-types').VueTypeDef<boolean | (() => any)> & {
|
|
72
101
|
default: boolean | (() => any);
|
|
73
102
|
};
|
|
103
|
+
allOptionValue: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
104
|
+
default: string;
|
|
105
|
+
};
|
|
74
106
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
75
107
|
search: (arg: any) => void;
|
|
76
108
|
reset: (arg?: void | undefined) => void;
|
|
@@ -78,7 +110,9 @@ export declare const PwcConditionFilter: import('../../vue-utils/install-utils')
|
|
|
78
110
|
"v-model-key": {
|
|
79
111
|
[key: string]: any;
|
|
80
112
|
};
|
|
113
|
+
showSearch: boolean;
|
|
81
114
|
resetFilter: boolean | (() => any);
|
|
115
|
+
allOptionValue: string;
|
|
82
116
|
}> & {
|
|
83
117
|
props: {
|
|
84
118
|
"v-model-key": import('vue-types').VueTypeValidableDef<{
|
|
@@ -90,29 +124,60 @@ export declare const PwcConditionFilter: import('../../vue-utils/install-utils')
|
|
|
90
124
|
[key: string]: any;
|
|
91
125
|
};
|
|
92
126
|
};
|
|
127
|
+
showSearch: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
93
130
|
resetFilter: import('vue-types').VueTypeDef<boolean | (() => any)> & {
|
|
94
131
|
default: boolean | (() => any);
|
|
95
132
|
};
|
|
133
|
+
allOptionValue: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
134
|
+
default: string;
|
|
135
|
+
};
|
|
96
136
|
};
|
|
97
137
|
} & (new () => {
|
|
98
138
|
$scopedSlots: {
|
|
139
|
+
prefix?(_: {}): any;
|
|
99
140
|
default?(_: {}): any;
|
|
100
|
-
extra?(_: {
|
|
141
|
+
extra?(_: {
|
|
142
|
+
emitSearch: () => void;
|
|
143
|
+
}): any;
|
|
101
144
|
};
|
|
102
145
|
}), import('../../vue-utils/install-utils').InstallOptions>;
|
|
103
146
|
export declare const PwcConditionFilterItem: 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<{
|
|
104
147
|
label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
148
|
+
injectAllOption: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
105
151
|
}>>, Readonly<import('vue').ExtractPropTypes<{
|
|
106
152
|
label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
107
|
-
|
|
153
|
+
injectAllOption: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
154
|
+
default: boolean;
|
|
155
|
+
};
|
|
156
|
+
}>>, {}, {
|
|
157
|
+
injectAllOption: boolean;
|
|
158
|
+
}, true, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import('vue').ExtractPropTypes<{
|
|
108
159
|
label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
160
|
+
injectAllOption: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
161
|
+
default: boolean;
|
|
162
|
+
};
|
|
109
163
|
}>>> & import('vue').ShallowUnwrapRef<{}> & import('vue/types/v3-component-options').ExtractComputedReturns<{}> & import('vue').ComponentCustomProperties & Readonly<import('vue').ExtractPropTypes<{
|
|
110
164
|
label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
165
|
+
injectAllOption: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
166
|
+
default: boolean;
|
|
167
|
+
};
|
|
111
168
|
}>>> & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
112
169
|
label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
113
|
-
|
|
170
|
+
injectAllOption: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
171
|
+
default: boolean;
|
|
172
|
+
};
|
|
173
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
174
|
+
injectAllOption: boolean;
|
|
175
|
+
}> & {
|
|
114
176
|
props: {
|
|
115
177
|
label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
178
|
+
injectAllOption: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
179
|
+
default: boolean;
|
|
180
|
+
};
|
|
116
181
|
};
|
|
117
182
|
} & (new () => {
|
|
118
183
|
$scopedSlots: {
|
|
@@ -9,9 +9,17 @@ declare function __VLS_template(): {
|
|
|
9
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
10
|
declare const __VLS_component: import('vue').DefineComponent<{
|
|
11
11
|
label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
12
|
+
injectAllOption: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
12
15
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
|
|
13
16
|
label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
14
|
-
|
|
17
|
+
injectAllOption: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
}>>, {
|
|
21
|
+
injectAllOption: boolean;
|
|
22
|
+
}>;
|
|
15
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
24
|
export default _default;
|
|
17
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
attrs: Partial<{}>;
|
|
3
3
|
slots: {
|
|
4
|
+
prefix?(_: {}): any;
|
|
4
5
|
default?(_: {}): any;
|
|
5
|
-
extra?(_: {
|
|
6
|
+
extra?(_: {
|
|
7
|
+
emitSearch: () => void;
|
|
8
|
+
}): any;
|
|
6
9
|
};
|
|
7
10
|
refs: {};
|
|
8
11
|
rootEl: HTMLDivElement;
|
|
@@ -18,9 +21,15 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
18
21
|
[key: string]: any;
|
|
19
22
|
};
|
|
20
23
|
};
|
|
24
|
+
showSearch: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
21
27
|
resetFilter: import('vue-types').VueTypeDef<boolean | (() => any)> & {
|
|
22
28
|
default: boolean | (() => any);
|
|
23
29
|
};
|
|
30
|
+
allOptionValue: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
24
33
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
34
|
search: (arg: any) => void;
|
|
26
35
|
reset: (arg?: void | undefined) => void;
|
|
@@ -34,14 +43,22 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
34
43
|
[key: string]: any;
|
|
35
44
|
};
|
|
36
45
|
};
|
|
46
|
+
showSearch: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
37
49
|
resetFilter: import('vue-types').VueTypeDef<boolean | (() => any)> & {
|
|
38
50
|
default: boolean | (() => any);
|
|
39
51
|
};
|
|
52
|
+
allOptionValue: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
40
55
|
}>>, {
|
|
41
56
|
"v-model-key": {
|
|
42
57
|
[key: string]: any;
|
|
43
58
|
};
|
|
59
|
+
showSearch: boolean;
|
|
44
60
|
resetFilter: boolean | (() => any);
|
|
61
|
+
allOptionValue: string;
|
|
45
62
|
}>;
|
|
46
63
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
64
|
export default _default;
|
|
@@ -1,5 +1,13 @@
|
|
|
1
|
-
import { InjectionKey } from 'vue';
|
|
1
|
+
import { ComputedRef, InjectionKey } from 'vue';
|
|
2
|
+
import { SelectOptionItem } from '../../form/select/src/type';
|
|
3
|
+
import { VueProps } from '../../../vue-utils';
|
|
4
|
+
import { conditionFilterProps } from './props-define';
|
|
2
5
|
export declare const CONDITION_FILTER_INJECT_KEY: InjectionKey<{
|
|
6
|
+
conditionFilterProps: VueProps<typeof conditionFilterProps>;
|
|
3
7
|
addItemCount: () => void;
|
|
4
8
|
removeItemCount: () => void;
|
|
9
|
+
emitSearch: () => void;
|
|
10
|
+
}>;
|
|
11
|
+
export declare const CONDITION_FILTER_ITEM_INJECT_KEY: InjectionKey<{
|
|
12
|
+
extraPrefixSelectOptions: ComputedRef<SelectOptionItem[]>;
|
|
5
13
|
}>;
|
|
@@ -11,6 +11,13 @@ export declare const conditionFilterProps: () => {
|
|
|
11
11
|
[key: string]: any;
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
|
+
/**
|
|
15
|
+
* 显示搜索按钮
|
|
16
|
+
* @default false
|
|
17
|
+
*/
|
|
18
|
+
showSearch: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
14
21
|
/**
|
|
15
22
|
* 重置筛选
|
|
16
23
|
* @default false
|
|
@@ -18,6 +25,13 @@ export declare const conditionFilterProps: () => {
|
|
|
18
25
|
resetFilter: import('vue-types').VueTypeDef<boolean | (() => any)> & {
|
|
19
26
|
default: boolean | (() => any);
|
|
20
27
|
};
|
|
28
|
+
/**
|
|
29
|
+
* 全部选项的 value 值
|
|
30
|
+
* @default ''
|
|
31
|
+
*/
|
|
32
|
+
allOptionValue: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
21
35
|
};
|
|
22
36
|
export declare const conditionFilterEmits: () => {
|
|
23
37
|
/**
|
|
@@ -30,14 +44,30 @@ export declare const conditionFilterEmits: () => {
|
|
|
30
44
|
reset: import('../../../vue-utils').EmitFuncType<void>;
|
|
31
45
|
};
|
|
32
46
|
export interface ConditionFilterSlots {
|
|
47
|
+
/**
|
|
48
|
+
* 前缀内容
|
|
49
|
+
*/
|
|
50
|
+
prefix: void;
|
|
33
51
|
/**
|
|
34
52
|
* 额外内容
|
|
35
53
|
*/
|
|
36
|
-
extra:
|
|
54
|
+
extra: {
|
|
55
|
+
/**
|
|
56
|
+
* 回调搜索
|
|
57
|
+
*/
|
|
58
|
+
emitSearch: () => void;
|
|
59
|
+
};
|
|
37
60
|
}
|
|
38
61
|
export declare const conditionFilterItemProps: () => {
|
|
39
62
|
/**
|
|
40
63
|
* 标签
|
|
41
64
|
*/
|
|
42
65
|
label: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
66
|
+
/**
|
|
67
|
+
* 注入全部选项
|
|
68
|
+
* @default true
|
|
69
|
+
*/
|
|
70
|
+
injectAllOption: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
43
73
|
};
|
|
@@ -14,6 +14,10 @@ export declare const PwcDropdown: import('../../vue-utils/install-utils').SFCIns
|
|
|
14
14
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
15
15
|
default: boolean;
|
|
16
16
|
};
|
|
17
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
18
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
19
|
+
default: "center" | "left" | "right";
|
|
20
|
+
};
|
|
17
21
|
}>>, Readonly<import('vue').ExtractPropTypes<{
|
|
18
22
|
trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
|
|
19
23
|
default: "click" | "focus" | "custom" | "hover" | "long-press";
|
|
@@ -30,10 +34,15 @@ export declare const PwcDropdown: import('../../vue-utils/install-utils').SFCIns
|
|
|
30
34
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
31
35
|
default: boolean;
|
|
32
36
|
};
|
|
37
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
38
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
39
|
+
default: "center" | "left" | "right";
|
|
40
|
+
};
|
|
33
41
|
}>>, {
|
|
34
|
-
command: (arg:
|
|
42
|
+
command: (arg: any) => void;
|
|
35
43
|
}, {
|
|
36
44
|
disabled: boolean;
|
|
45
|
+
align: "center" | "left" | "right";
|
|
37
46
|
trigger: "click" | "focus" | "custom" | "hover" | "long-press";
|
|
38
47
|
placement: "left" | "right" | "top" | "bottom" | "bottom-start" | "bottom-end" | "top-start" | "top-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
39
48
|
showArrow: boolean;
|
|
@@ -54,6 +63,10 @@ export declare const PwcDropdown: import('../../vue-utils/install-utils').SFCIns
|
|
|
54
63
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
55
64
|
default: boolean;
|
|
56
65
|
};
|
|
66
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
67
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
68
|
+
default: "center" | "left" | "right";
|
|
69
|
+
};
|
|
57
70
|
}>>> & import('vue').ShallowUnwrapRef<{}> & import('vue/types/v3-component-options').ExtractComputedReturns<{}> & import('vue').ComponentCustomProperties & Readonly<import('vue').ExtractPropTypes<{
|
|
58
71
|
trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
|
|
59
72
|
default: "click" | "focus" | "custom" | "hover" | "long-press";
|
|
@@ -70,6 +83,10 @@ export declare const PwcDropdown: import('../../vue-utils/install-utils').SFCIns
|
|
|
70
83
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
71
84
|
default: boolean;
|
|
72
85
|
};
|
|
86
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
87
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
88
|
+
default: "center" | "left" | "right";
|
|
89
|
+
};
|
|
73
90
|
}>>> & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
74
91
|
trigger: import('vue-types').VueTypeDef<"click" | "focus" | "custom" | "hover" | "long-press"> & {
|
|
75
92
|
default: "click" | "focus" | "custom" | "hover" | "long-press";
|
|
@@ -86,10 +103,15 @@ export declare const PwcDropdown: import('../../vue-utils/install-utils').SFCIns
|
|
|
86
103
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
87
104
|
default: boolean;
|
|
88
105
|
};
|
|
106
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
107
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
108
|
+
default: "center" | "left" | "right";
|
|
109
|
+
};
|
|
89
110
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
90
|
-
command: (arg:
|
|
111
|
+
command: (arg: any) => void;
|
|
91
112
|
}, string, {
|
|
92
113
|
disabled: boolean;
|
|
114
|
+
align: "center" | "left" | "right";
|
|
93
115
|
trigger: "click" | "focus" | "custom" | "hover" | "long-press";
|
|
94
116
|
placement: "left" | "right" | "top" | "bottom" | "bottom-start" | "bottom-end" | "top-start" | "top-end" | "left-start" | "left-end" | "right-start" | "right-end";
|
|
95
117
|
showArrow: boolean;
|
|
@@ -111,6 +133,10 @@ export declare const PwcDropdown: import('../../vue-utils/install-utils').SFCIns
|
|
|
111
133
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
112
134
|
default: boolean;
|
|
113
135
|
};
|
|
136
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
137
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
138
|
+
default: "center" | "left" | "right";
|
|
139
|
+
};
|
|
114
140
|
};
|
|
115
141
|
} & (new () => {
|
|
116
142
|
$scopedSlots: {
|
|
@@ -128,53 +154,121 @@ export declare const PwcDropdownMenu: import('../../vue-utils/install-utils').SF
|
|
|
128
154
|
};
|
|
129
155
|
}), import('../../vue-utils/install-utils').InstallOptions>;
|
|
130
156
|
export declare const PwcDropdownItem: 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<{
|
|
131
|
-
command: import('vue-types').VueTypeValidableDef<
|
|
157
|
+
command: import('vue-types').VueTypeValidableDef<any, import('vue-types/dist/types').ValidatorFunction<any>>;
|
|
132
158
|
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
133
159
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
134
160
|
default: boolean;
|
|
135
161
|
};
|
|
162
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
136
165
|
}>>, Readonly<import('vue').ExtractPropTypes<{
|
|
137
|
-
command: import('vue-types').VueTypeValidableDef<
|
|
166
|
+
command: import('vue-types').VueTypeValidableDef<any, import('vue-types/dist/types').ValidatorFunction<any>>;
|
|
138
167
|
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
139
168
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
140
169
|
default: boolean;
|
|
141
170
|
};
|
|
171
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
142
174
|
}>>, {
|
|
143
|
-
click: (arg
|
|
175
|
+
click: (arg: MouseEvent) => void;
|
|
144
176
|
}, {
|
|
145
177
|
disabled: boolean;
|
|
178
|
+
tag: string;
|
|
146
179
|
}, true, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import('vue').ExtractPropTypes<{
|
|
147
|
-
command: import('vue-types').VueTypeValidableDef<
|
|
180
|
+
command: import('vue-types').VueTypeValidableDef<any, import('vue-types/dist/types').ValidatorFunction<any>>;
|
|
148
181
|
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
149
182
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
150
183
|
default: boolean;
|
|
151
184
|
};
|
|
185
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
152
188
|
}>>> & import('vue').ShallowUnwrapRef<{}> & import('vue/types/v3-component-options').ExtractComputedReturns<{}> & import('vue').ComponentCustomProperties & Readonly<import('vue').ExtractPropTypes<{
|
|
153
|
-
command: import('vue-types').VueTypeValidableDef<
|
|
189
|
+
command: import('vue-types').VueTypeValidableDef<any, import('vue-types/dist/types').ValidatorFunction<any>>;
|
|
154
190
|
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
155
191
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
156
192
|
default: boolean;
|
|
157
193
|
};
|
|
194
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
195
|
+
default: string;
|
|
196
|
+
};
|
|
158
197
|
}>>> & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
159
|
-
command: import('vue-types').VueTypeValidableDef<
|
|
198
|
+
command: import('vue-types').VueTypeValidableDef<any, import('vue-types/dist/types').ValidatorFunction<any>>;
|
|
160
199
|
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
161
200
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
162
201
|
default: boolean;
|
|
163
202
|
};
|
|
203
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
204
|
+
default: string;
|
|
205
|
+
};
|
|
164
206
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
165
|
-
click: (arg
|
|
207
|
+
click: (arg: MouseEvent) => void;
|
|
166
208
|
}, string, {
|
|
167
209
|
disabled: boolean;
|
|
210
|
+
tag: string;
|
|
168
211
|
}> & {
|
|
169
212
|
props: {
|
|
170
|
-
command: import('vue-types').VueTypeValidableDef<
|
|
213
|
+
command: import('vue-types').VueTypeValidableDef<any, import('vue-types/dist/types').ValidatorFunction<any>>;
|
|
171
214
|
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
172
215
|
disabled: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
173
216
|
default: boolean;
|
|
174
217
|
};
|
|
218
|
+
tag: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
219
|
+
default: string;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
} & (new () => {
|
|
223
|
+
$scopedSlots: {
|
|
224
|
+
default?(_: {}): any;
|
|
225
|
+
};
|
|
226
|
+
}), import('../../vue-utils/install-utils').InstallOptions>;
|
|
227
|
+
export declare const PwcSubDropdown: 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<{
|
|
228
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
229
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
230
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
231
|
+
default: "center" | "left" | "right";
|
|
232
|
+
};
|
|
233
|
+
}>>, Readonly<import('vue').ExtractPropTypes<{
|
|
234
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
235
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
236
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
237
|
+
default: "center" | "left" | "right";
|
|
238
|
+
};
|
|
239
|
+
}>>, {}, {
|
|
240
|
+
align: "center" | "left" | "right";
|
|
241
|
+
}, true, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import('vue').ExtractPropTypes<{
|
|
242
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
243
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
244
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
245
|
+
default: "center" | "left" | "right";
|
|
246
|
+
};
|
|
247
|
+
}>>> & import('vue').ShallowUnwrapRef<{}> & import('vue/types/v3-component-options').ExtractComputedReturns<{}> & import('vue').ComponentCustomProperties & Readonly<import('vue').ExtractPropTypes<{
|
|
248
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
249
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
250
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
251
|
+
default: "center" | "left" | "right";
|
|
252
|
+
};
|
|
253
|
+
}>>> & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
254
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
255
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
256
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
257
|
+
default: "center" | "left" | "right";
|
|
258
|
+
};
|
|
259
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
260
|
+
align: "center" | "left" | "right";
|
|
261
|
+
}> & {
|
|
262
|
+
props: {
|
|
263
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
264
|
+
popperWidth: import('vue-types').VueTypeDef<string | number>;
|
|
265
|
+
align: import('vue-types').VueTypeDef<"center" | "left" | "right"> & {
|
|
266
|
+
default: "center" | "left" | "right";
|
|
267
|
+
};
|
|
175
268
|
};
|
|
176
269
|
} & (new () => {
|
|
177
270
|
$scopedSlots: {
|
|
271
|
+
title?(_: {}): any;
|
|
178
272
|
default?(_: {}): any;
|
|
179
273
|
};
|
|
180
274
|
}), import('../../vue-utils/install-utils').InstallOptions>;
|