@polyv/vue-components 1.8.1 → 1.9.1
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 +16851 -13973
- 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 +17474 -14596
- 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
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCInstall<import('vue
|
|
2
|
-
options: import('vue-types').VueTypeValidableDef<import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[]>> & {
|
|
3
|
-
default: () => import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[];
|
|
1
|
+
export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCInstall<import('vue').DefineComponent<{
|
|
2
|
+
options: import('vue-types').VueTypeValidableDef<(import('./src/type').SelectOptionItem<import('./src/type').SelectValue> | import('./src/type').SelectGroupItem<import('./src/type').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('./src/type').SelectOptionItem<import('./src/type').SelectValue> | import('./src/type').SelectGroupItem<import('./src/type').SelectValue>)[]>> & {
|
|
3
|
+
default: () => (import('./src/type').SelectOptionItem<import('./src/type').SelectValue> | import('./src/type').SelectGroupItem<import('./src/type').SelectValue>)[];
|
|
4
4
|
};
|
|
5
5
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
6
6
|
default: string;
|
|
@@ -51,681 +51,7 @@ export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCIn
|
|
|
51
51
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
52
52
|
default: boolean;
|
|
53
53
|
};
|
|
54
|
-
|
|
55
|
-
default: boolean;
|
|
56
|
-
};
|
|
57
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
58
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
59
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
60
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
61
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
62
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
63
|
-
default: boolean;
|
|
64
|
-
};
|
|
65
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
66
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
67
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
68
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
69
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
70
|
-
default: import('../input').InputValueType;
|
|
71
|
-
};
|
|
72
|
-
}>>, import('vue-types/dist/types').ValidatorFunction<Partial<import('vue').ExtractPropTypes<{
|
|
73
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
74
|
-
default: string;
|
|
75
|
-
};
|
|
76
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
77
|
-
default: string;
|
|
78
|
-
};
|
|
79
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
80
|
-
default: number;
|
|
81
|
-
};
|
|
82
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
83
|
-
default: boolean;
|
|
84
|
-
};
|
|
85
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
86
|
-
default: string;
|
|
87
|
-
};
|
|
88
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
89
|
-
default: string;
|
|
90
|
-
};
|
|
91
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
92
|
-
default: boolean;
|
|
93
|
-
};
|
|
94
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
95
|
-
default: number;
|
|
96
|
-
};
|
|
97
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
98
|
-
default: boolean;
|
|
99
|
-
};
|
|
100
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
101
|
-
default: number;
|
|
102
|
-
};
|
|
103
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
104
|
-
default: number;
|
|
105
|
-
};
|
|
106
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
107
|
-
default: boolean;
|
|
108
|
-
};
|
|
109
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
110
|
-
default: boolean;
|
|
111
|
-
};
|
|
112
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
113
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
114
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
115
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
116
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
117
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
118
|
-
default: boolean;
|
|
119
|
-
};
|
|
120
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
121
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
122
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
123
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
124
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
125
|
-
default: import('../input').InputValueType;
|
|
126
|
-
};
|
|
127
|
-
}>>>> & {
|
|
128
|
-
default: () => Partial<import('vue').ExtractPropTypes<{
|
|
129
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
130
|
-
default: string;
|
|
131
|
-
};
|
|
132
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
133
|
-
default: string;
|
|
134
|
-
};
|
|
135
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
136
|
-
default: number;
|
|
137
|
-
};
|
|
138
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
139
|
-
default: boolean;
|
|
140
|
-
};
|
|
141
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
145
|
-
default: string;
|
|
146
|
-
};
|
|
147
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
148
|
-
default: boolean;
|
|
149
|
-
};
|
|
150
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
151
|
-
default: number;
|
|
152
|
-
};
|
|
153
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
154
|
-
default: boolean;
|
|
155
|
-
};
|
|
156
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
157
|
-
default: number;
|
|
158
|
-
};
|
|
159
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
160
|
-
default: number;
|
|
161
|
-
};
|
|
162
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
163
|
-
default: boolean;
|
|
164
|
-
};
|
|
165
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
166
|
-
default: boolean;
|
|
167
|
-
};
|
|
168
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
169
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
170
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
171
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
172
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
173
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
174
|
-
default: boolean;
|
|
175
|
-
};
|
|
176
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
177
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
178
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
179
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
180
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
181
|
-
default: import('../input').InputValueType;
|
|
182
|
-
};
|
|
183
|
-
}>>;
|
|
184
|
-
};
|
|
185
|
-
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
186
|
-
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
187
|
-
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('./src/type').SelectValue) => import('./src/type').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('./src/type').SelectValue) => import('./src/type').SelectOptionItem | undefined>>;
|
|
188
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
189
|
-
default: boolean;
|
|
190
|
-
};
|
|
191
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
192
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
193
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
194
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
195
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
196
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
197
|
-
default: boolean;
|
|
198
|
-
};
|
|
199
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
200
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
201
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
202
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
203
|
-
"v-model-key": import('vue-types').VueTypeDef<import('./src/type').SelectValue | import('./src/type').SelectValue[]>;
|
|
204
|
-
}>>, Readonly<import('vue').ExtractPropTypes<{
|
|
205
|
-
options: import('vue-types').VueTypeValidableDef<import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[]>> & {
|
|
206
|
-
default: () => import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[];
|
|
207
|
-
};
|
|
208
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
209
|
-
default: string;
|
|
210
|
-
};
|
|
211
|
-
multiple: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
212
|
-
default: boolean;
|
|
213
|
-
};
|
|
214
|
-
max: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
215
|
-
default: number;
|
|
216
|
-
};
|
|
217
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
218
|
-
default: boolean;
|
|
219
|
-
};
|
|
220
|
-
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
221
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
222
|
-
default: string;
|
|
223
|
-
};
|
|
224
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
225
|
-
default: string;
|
|
226
|
-
};
|
|
227
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
228
|
-
default: number;
|
|
229
|
-
};
|
|
230
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
231
|
-
default: boolean;
|
|
232
|
-
};
|
|
233
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
234
|
-
default: string;
|
|
235
|
-
};
|
|
236
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
237
|
-
default: string;
|
|
238
|
-
};
|
|
239
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
240
|
-
default: boolean;
|
|
241
|
-
};
|
|
242
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
243
|
-
default: number;
|
|
244
|
-
};
|
|
245
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
246
|
-
default: boolean;
|
|
247
|
-
};
|
|
248
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
249
|
-
default: number;
|
|
250
|
-
};
|
|
251
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
252
|
-
default: number;
|
|
253
|
-
};
|
|
254
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
255
|
-
default: boolean;
|
|
256
|
-
};
|
|
257
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
258
|
-
default: boolean;
|
|
259
|
-
};
|
|
260
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
261
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
262
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
263
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
264
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
265
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
266
|
-
default: boolean;
|
|
267
|
-
};
|
|
268
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
269
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
270
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
271
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
272
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
273
|
-
default: import('../input').InputValueType;
|
|
274
|
-
};
|
|
275
|
-
}>>, import('vue-types/dist/types').ValidatorFunction<Partial<import('vue').ExtractPropTypes<{
|
|
276
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
277
|
-
default: string;
|
|
278
|
-
};
|
|
279
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
280
|
-
default: string;
|
|
281
|
-
};
|
|
282
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
283
|
-
default: number;
|
|
284
|
-
};
|
|
285
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
286
|
-
default: boolean;
|
|
287
|
-
};
|
|
288
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
289
|
-
default: string;
|
|
290
|
-
};
|
|
291
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
292
|
-
default: string;
|
|
293
|
-
};
|
|
294
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
295
|
-
default: boolean;
|
|
296
|
-
};
|
|
297
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
298
|
-
default: number;
|
|
299
|
-
};
|
|
300
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
301
|
-
default: boolean;
|
|
302
|
-
};
|
|
303
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
304
|
-
default: number;
|
|
305
|
-
};
|
|
306
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
307
|
-
default: number;
|
|
308
|
-
};
|
|
309
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
310
|
-
default: boolean;
|
|
311
|
-
};
|
|
312
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
313
|
-
default: boolean;
|
|
314
|
-
};
|
|
315
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
316
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
317
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
318
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
319
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
320
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
321
|
-
default: boolean;
|
|
322
|
-
};
|
|
323
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
324
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
325
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
326
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
327
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
328
|
-
default: import('../input').InputValueType;
|
|
329
|
-
};
|
|
330
|
-
}>>>> & {
|
|
331
|
-
default: () => Partial<import('vue').ExtractPropTypes<{
|
|
332
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
333
|
-
default: string;
|
|
334
|
-
};
|
|
335
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
336
|
-
default: string;
|
|
337
|
-
};
|
|
338
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
339
|
-
default: number;
|
|
340
|
-
};
|
|
341
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
342
|
-
default: boolean;
|
|
343
|
-
};
|
|
344
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
345
|
-
default: string;
|
|
346
|
-
};
|
|
347
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
348
|
-
default: string;
|
|
349
|
-
};
|
|
350
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
351
|
-
default: boolean;
|
|
352
|
-
};
|
|
353
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
354
|
-
default: number;
|
|
355
|
-
};
|
|
356
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
357
|
-
default: boolean;
|
|
358
|
-
};
|
|
359
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
360
|
-
default: number;
|
|
361
|
-
};
|
|
362
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
363
|
-
default: number;
|
|
364
|
-
};
|
|
365
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
366
|
-
default: boolean;
|
|
367
|
-
};
|
|
368
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
369
|
-
default: boolean;
|
|
370
|
-
};
|
|
371
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
372
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
373
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
374
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
375
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
376
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
377
|
-
default: boolean;
|
|
378
|
-
};
|
|
379
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
380
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
381
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
382
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
383
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
384
|
-
default: import('../input').InputValueType;
|
|
385
|
-
};
|
|
386
|
-
}>>;
|
|
387
|
-
};
|
|
388
|
-
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
389
|
-
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
390
|
-
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('./src/type').SelectValue) => import('./src/type').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('./src/type').SelectValue) => import('./src/type').SelectOptionItem | undefined>>;
|
|
391
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
392
|
-
default: boolean;
|
|
393
|
-
};
|
|
394
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
395
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
396
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
397
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
398
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
399
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
400
|
-
default: boolean;
|
|
401
|
-
};
|
|
402
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
403
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
404
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
405
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
406
|
-
"v-model-key": import('vue-types').VueTypeDef<import('./src/type').SelectValue | import('./src/type').SelectValue[]>;
|
|
407
|
-
}>>, {
|
|
408
|
-
change: (arg: import('./src/type').SelectValue | import('./src/type').SelectValue[]) => void;
|
|
409
|
-
clear: (arg?: void | undefined) => void;
|
|
410
|
-
"options-end-reached": (arg?: void | undefined) => void;
|
|
411
|
-
}, {
|
|
412
|
-
search: boolean;
|
|
413
|
-
placeholder: string;
|
|
414
|
-
multiple: boolean;
|
|
415
|
-
options: import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[];
|
|
416
|
-
validateForm: boolean;
|
|
417
|
-
clearable: boolean;
|
|
418
|
-
max: number;
|
|
419
|
-
searchInputProps: Partial<import('vue').ExtractPropTypes<{
|
|
420
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
421
|
-
default: string;
|
|
422
|
-
};
|
|
423
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
424
|
-
default: string;
|
|
425
|
-
};
|
|
426
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
427
|
-
default: number;
|
|
428
|
-
};
|
|
429
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
430
|
-
default: boolean;
|
|
431
|
-
};
|
|
432
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
433
|
-
default: string;
|
|
434
|
-
};
|
|
435
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
436
|
-
default: string;
|
|
437
|
-
};
|
|
438
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
439
|
-
default: boolean;
|
|
440
|
-
};
|
|
441
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
442
|
-
default: number;
|
|
443
|
-
};
|
|
444
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
445
|
-
default: boolean;
|
|
446
|
-
};
|
|
447
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
448
|
-
default: number;
|
|
449
|
-
};
|
|
450
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
451
|
-
default: number;
|
|
452
|
-
};
|
|
453
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
454
|
-
default: boolean;
|
|
455
|
-
};
|
|
456
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
457
|
-
default: boolean;
|
|
458
|
-
};
|
|
459
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
460
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
461
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
462
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
463
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
464
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
465
|
-
default: boolean;
|
|
466
|
-
};
|
|
467
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
468
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
469
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
470
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
471
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
472
|
-
default: import('../input').InputValueType;
|
|
473
|
-
};
|
|
474
|
-
}>>;
|
|
475
|
-
}, true, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, any>> & Readonly<Readonly<import('vue').ExtractPropTypes<{
|
|
476
|
-
options: import('vue-types').VueTypeValidableDef<import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[]>> & {
|
|
477
|
-
default: () => import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[];
|
|
478
|
-
};
|
|
479
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
480
|
-
default: string;
|
|
481
|
-
};
|
|
482
|
-
multiple: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
483
|
-
default: boolean;
|
|
484
|
-
};
|
|
485
|
-
max: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
486
|
-
default: number;
|
|
487
|
-
};
|
|
488
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
489
|
-
default: boolean;
|
|
490
|
-
};
|
|
491
|
-
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
492
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
493
|
-
default: string;
|
|
494
|
-
};
|
|
495
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
496
|
-
default: string;
|
|
497
|
-
};
|
|
498
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
499
|
-
default: number;
|
|
500
|
-
};
|
|
501
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
502
|
-
default: boolean;
|
|
503
|
-
};
|
|
504
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
505
|
-
default: string;
|
|
506
|
-
};
|
|
507
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
508
|
-
default: string;
|
|
509
|
-
};
|
|
510
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
511
|
-
default: boolean;
|
|
512
|
-
};
|
|
513
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
514
|
-
default: number;
|
|
515
|
-
};
|
|
516
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
517
|
-
default: boolean;
|
|
518
|
-
};
|
|
519
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
520
|
-
default: number;
|
|
521
|
-
};
|
|
522
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
523
|
-
default: number;
|
|
524
|
-
};
|
|
525
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
526
|
-
default: boolean;
|
|
527
|
-
};
|
|
528
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
529
|
-
default: boolean;
|
|
530
|
-
};
|
|
531
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
532
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
533
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
534
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
535
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
536
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
537
|
-
default: boolean;
|
|
538
|
-
};
|
|
539
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
540
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
541
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
542
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
543
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
544
|
-
default: import('../input').InputValueType;
|
|
545
|
-
};
|
|
546
|
-
}>>, import('vue-types/dist/types').ValidatorFunction<Partial<import('vue').ExtractPropTypes<{
|
|
547
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
548
|
-
default: string;
|
|
549
|
-
};
|
|
550
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
551
|
-
default: string;
|
|
552
|
-
};
|
|
553
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
554
|
-
default: number;
|
|
555
|
-
};
|
|
556
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
557
|
-
default: boolean;
|
|
558
|
-
};
|
|
559
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
560
|
-
default: string;
|
|
561
|
-
};
|
|
562
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
563
|
-
default: string;
|
|
564
|
-
};
|
|
565
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
566
|
-
default: boolean;
|
|
567
|
-
};
|
|
568
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
569
|
-
default: number;
|
|
570
|
-
};
|
|
571
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
572
|
-
default: boolean;
|
|
573
|
-
};
|
|
574
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
575
|
-
default: number;
|
|
576
|
-
};
|
|
577
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
578
|
-
default: number;
|
|
579
|
-
};
|
|
580
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
581
|
-
default: boolean;
|
|
582
|
-
};
|
|
583
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
584
|
-
default: boolean;
|
|
585
|
-
};
|
|
586
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
587
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
588
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
589
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
590
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
591
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
592
|
-
default: boolean;
|
|
593
|
-
};
|
|
594
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
595
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
596
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
597
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
598
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
599
|
-
default: import('../input').InputValueType;
|
|
600
|
-
};
|
|
601
|
-
}>>>> & {
|
|
602
|
-
default: () => Partial<import('vue').ExtractPropTypes<{
|
|
603
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
604
|
-
default: string;
|
|
605
|
-
};
|
|
606
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
607
|
-
default: string;
|
|
608
|
-
};
|
|
609
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
610
|
-
default: number;
|
|
611
|
-
};
|
|
612
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
613
|
-
default: boolean;
|
|
614
|
-
};
|
|
615
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
616
|
-
default: string;
|
|
617
|
-
};
|
|
618
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
619
|
-
default: string;
|
|
620
|
-
};
|
|
621
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
622
|
-
default: boolean;
|
|
623
|
-
};
|
|
624
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
625
|
-
default: number;
|
|
626
|
-
};
|
|
627
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
628
|
-
default: boolean;
|
|
629
|
-
};
|
|
630
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
631
|
-
default: number;
|
|
632
|
-
};
|
|
633
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
634
|
-
default: number;
|
|
635
|
-
};
|
|
636
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
637
|
-
default: boolean;
|
|
638
|
-
};
|
|
639
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
640
|
-
default: boolean;
|
|
641
|
-
};
|
|
642
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
643
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
644
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
645
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
646
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
647
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
648
|
-
default: boolean;
|
|
649
|
-
};
|
|
650
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
651
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
652
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
653
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
654
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
655
|
-
default: import('../input').InputValueType;
|
|
656
|
-
};
|
|
657
|
-
}>>;
|
|
658
|
-
};
|
|
659
|
-
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
660
|
-
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
661
|
-
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('./src/type').SelectValue) => import('./src/type').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('./src/type').SelectValue) => import('./src/type').SelectOptionItem | undefined>>;
|
|
662
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
663
|
-
default: boolean;
|
|
664
|
-
};
|
|
665
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
666
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
667
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
668
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
669
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
670
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
671
|
-
default: boolean;
|
|
672
|
-
};
|
|
673
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
674
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
675
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
676
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
677
|
-
"v-model-key": import('vue-types').VueTypeDef<import('./src/type').SelectValue | import('./src/type').SelectValue[]>;
|
|
678
|
-
}>>> & import('vue').ShallowUnwrapRef<{}> & import('vue/types/v3-component-options').ExtractComputedReturns<{}> & import('vue').ComponentCustomProperties & Readonly<import('vue').ExtractPropTypes<{
|
|
679
|
-
options: import('vue-types').VueTypeValidableDef<import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[]>> & {
|
|
680
|
-
default: () => import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[];
|
|
681
|
-
};
|
|
682
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
683
|
-
default: string;
|
|
684
|
-
};
|
|
685
|
-
multiple: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
686
|
-
default: boolean;
|
|
687
|
-
};
|
|
688
|
-
max: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
689
|
-
default: number;
|
|
690
|
-
};
|
|
691
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
692
|
-
default: boolean;
|
|
693
|
-
};
|
|
694
|
-
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
695
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
696
|
-
default: string;
|
|
697
|
-
};
|
|
698
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
699
|
-
default: string;
|
|
700
|
-
};
|
|
701
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
702
|
-
default: number;
|
|
703
|
-
};
|
|
704
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
705
|
-
default: boolean;
|
|
706
|
-
};
|
|
707
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
708
|
-
default: string;
|
|
709
|
-
};
|
|
710
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
711
|
-
default: string;
|
|
712
|
-
};
|
|
713
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
714
|
-
default: boolean;
|
|
715
|
-
};
|
|
716
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
717
|
-
default: number;
|
|
718
|
-
};
|
|
719
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
720
|
-
default: boolean;
|
|
721
|
-
};
|
|
722
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
723
|
-
default: number;
|
|
724
|
-
};
|
|
725
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
726
|
-
default: number;
|
|
727
|
-
};
|
|
728
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
54
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
729
55
|
default: boolean;
|
|
730
56
|
};
|
|
731
57
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
@@ -783,6 +109,9 @@ export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCIn
|
|
|
783
109
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
784
110
|
default: boolean;
|
|
785
111
|
};
|
|
112
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
786
115
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
787
116
|
default: boolean;
|
|
788
117
|
};
|
|
@@ -839,6 +168,9 @@ export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCIn
|
|
|
839
168
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
840
169
|
default: boolean;
|
|
841
170
|
};
|
|
171
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
172
|
+
default: boolean;
|
|
173
|
+
};
|
|
842
174
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
843
175
|
default: boolean;
|
|
844
176
|
};
|
|
@@ -878,9 +210,13 @@ export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCIn
|
|
|
878
210
|
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
879
211
|
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
880
212
|
"v-model-key": import('vue-types').VueTypeDef<import('./src/type').SelectValue | import('./src/type').SelectValue[]>;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
|
|
213
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
214
|
+
change: (arg: import('./src/type').SelectValue | import('./src/type').SelectValue[]) => void;
|
|
215
|
+
clear: (arg?: void | undefined) => void;
|
|
216
|
+
"options-end-reached": (arg?: void | undefined) => void;
|
|
217
|
+
}, string, Readonly<import('vue').ExtractPropTypes<{
|
|
218
|
+
options: import('vue-types').VueTypeValidableDef<(import('./src/type').SelectOptionItem<import('./src/type').SelectValue> | import('./src/type').SelectGroupItem<import('./src/type').SelectValue>)[], import('vue-types/dist/types').ValidatorFunction<(import('./src/type').SelectOptionItem<import('./src/type').SelectValue> | import('./src/type').SelectGroupItem<import('./src/type').SelectValue>)[]>> & {
|
|
219
|
+
default: () => (import('./src/type').SelectOptionItem<import('./src/type').SelectValue> | import('./src/type').SelectGroupItem<import('./src/type').SelectValue>)[];
|
|
884
220
|
};
|
|
885
221
|
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
886
222
|
default: string;
|
|
@@ -931,6 +267,9 @@ export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCIn
|
|
|
931
267
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
932
268
|
default: boolean;
|
|
933
269
|
};
|
|
270
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
271
|
+
default: boolean;
|
|
272
|
+
};
|
|
934
273
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
935
274
|
default: boolean;
|
|
936
275
|
};
|
|
@@ -986,6 +325,9 @@ export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCIn
|
|
|
986
325
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
987
326
|
default: boolean;
|
|
988
327
|
};
|
|
328
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
329
|
+
default: boolean;
|
|
330
|
+
};
|
|
989
331
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
990
332
|
default: boolean;
|
|
991
333
|
};
|
|
@@ -1042,6 +384,9 @@ export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCIn
|
|
|
1042
384
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1043
385
|
default: boolean;
|
|
1044
386
|
};
|
|
387
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
388
|
+
default: boolean;
|
|
389
|
+
};
|
|
1045
390
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1046
391
|
default: boolean;
|
|
1047
392
|
};
|
|
@@ -1081,15 +426,11 @@ export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCIn
|
|
|
1081
426
|
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1082
427
|
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1083
428
|
"v-model-key": import('vue-types').VueTypeDef<import('./src/type').SelectValue | import('./src/type').SelectValue[]>;
|
|
1084
|
-
}>>, {
|
|
1085
|
-
change: (arg: import('./src/type').SelectValue | import('./src/type').SelectValue[]) => void;
|
|
1086
|
-
clear: (arg?: void | undefined) => void;
|
|
1087
|
-
"options-end-reached": (arg?: void | undefined) => void;
|
|
1088
|
-
}, string, {
|
|
429
|
+
}>>, {
|
|
1089
430
|
search: boolean;
|
|
1090
431
|
placeholder: string;
|
|
1091
432
|
multiple: boolean;
|
|
1092
|
-
options: import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[];
|
|
433
|
+
options: (import('./src/type').SelectOptionItem<import('./src/type').SelectValue> | import('./src/type').SelectGroupItem<import('./src/type').SelectValue>)[];
|
|
1093
434
|
validateForm: boolean;
|
|
1094
435
|
clearable: boolean;
|
|
1095
436
|
max: number;
|
|
@@ -1130,6 +471,9 @@ export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCIn
|
|
|
1130
471
|
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1131
472
|
default: boolean;
|
|
1132
473
|
};
|
|
474
|
+
copy: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
475
|
+
default: boolean;
|
|
476
|
+
};
|
|
1133
477
|
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1134
478
|
default: boolean;
|
|
1135
479
|
};
|
|
@@ -1149,220 +493,6 @@ export declare const PwcSelect: import('../../../vue-utils/install-utils').SFCIn
|
|
|
1149
493
|
default: import('../input').InputValueType;
|
|
1150
494
|
};
|
|
1151
495
|
}>>;
|
|
1152
|
-
}
|
|
1153
|
-
props: {
|
|
1154
|
-
options: import('vue-types').VueTypeValidableDef<import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[], import('vue-types/dist/types').ValidatorFunction<import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[]>> & {
|
|
1155
|
-
default: () => import('./src/type').SelectOptionItem<import('./src/type').SelectValue>[];
|
|
1156
|
-
};
|
|
1157
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1158
|
-
default: string;
|
|
1159
|
-
};
|
|
1160
|
-
multiple: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1161
|
-
default: boolean;
|
|
1162
|
-
};
|
|
1163
|
-
max: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1164
|
-
default: number;
|
|
1165
|
-
};
|
|
1166
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1167
|
-
default: boolean;
|
|
1168
|
-
};
|
|
1169
|
-
searchInputProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
1170
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1171
|
-
default: string;
|
|
1172
|
-
};
|
|
1173
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1174
|
-
default: string;
|
|
1175
|
-
};
|
|
1176
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1177
|
-
default: number;
|
|
1178
|
-
};
|
|
1179
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1180
|
-
default: boolean;
|
|
1181
|
-
};
|
|
1182
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1183
|
-
default: string;
|
|
1184
|
-
};
|
|
1185
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1186
|
-
default: string;
|
|
1187
|
-
};
|
|
1188
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1189
|
-
default: boolean;
|
|
1190
|
-
};
|
|
1191
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1192
|
-
default: number;
|
|
1193
|
-
};
|
|
1194
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1195
|
-
default: boolean;
|
|
1196
|
-
};
|
|
1197
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1198
|
-
default: number;
|
|
1199
|
-
};
|
|
1200
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1201
|
-
default: number;
|
|
1202
|
-
};
|
|
1203
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1204
|
-
default: boolean;
|
|
1205
|
-
};
|
|
1206
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1207
|
-
default: boolean;
|
|
1208
|
-
};
|
|
1209
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
1210
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
1211
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
1212
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
1213
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
1214
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1215
|
-
default: boolean;
|
|
1216
|
-
};
|
|
1217
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1218
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1219
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1220
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1221
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
1222
|
-
default: import('../input').InputValueType;
|
|
1223
|
-
};
|
|
1224
|
-
}>>, import('vue-types/dist/types').ValidatorFunction<Partial<import('vue').ExtractPropTypes<{
|
|
1225
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1226
|
-
default: string;
|
|
1227
|
-
};
|
|
1228
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1229
|
-
default: string;
|
|
1230
|
-
};
|
|
1231
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1232
|
-
default: number;
|
|
1233
|
-
};
|
|
1234
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1235
|
-
default: boolean;
|
|
1236
|
-
};
|
|
1237
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1238
|
-
default: string;
|
|
1239
|
-
};
|
|
1240
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1241
|
-
default: string;
|
|
1242
|
-
};
|
|
1243
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1244
|
-
default: boolean;
|
|
1245
|
-
};
|
|
1246
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1247
|
-
default: number;
|
|
1248
|
-
};
|
|
1249
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1250
|
-
default: boolean;
|
|
1251
|
-
};
|
|
1252
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1253
|
-
default: number;
|
|
1254
|
-
};
|
|
1255
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1256
|
-
default: number;
|
|
1257
|
-
};
|
|
1258
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1259
|
-
default: boolean;
|
|
1260
|
-
};
|
|
1261
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1262
|
-
default: boolean;
|
|
1263
|
-
};
|
|
1264
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
1265
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
1266
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
1267
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
1268
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
1269
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1270
|
-
default: boolean;
|
|
1271
|
-
};
|
|
1272
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1273
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1274
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1275
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1276
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
1277
|
-
default: import('../input').InputValueType;
|
|
1278
|
-
};
|
|
1279
|
-
}>>>> & {
|
|
1280
|
-
default: () => Partial<import('vue').ExtractPropTypes<{
|
|
1281
|
-
type: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1282
|
-
default: string;
|
|
1283
|
-
};
|
|
1284
|
-
placeholder: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1285
|
-
default: string;
|
|
1286
|
-
};
|
|
1287
|
-
maxlength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1288
|
-
default: number;
|
|
1289
|
-
};
|
|
1290
|
-
showWordLimit: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1291
|
-
default: boolean;
|
|
1292
|
-
};
|
|
1293
|
-
prefixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1294
|
-
default: string;
|
|
1295
|
-
};
|
|
1296
|
-
suffixText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
1297
|
-
default: string;
|
|
1298
|
-
};
|
|
1299
|
-
useTextarea: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1300
|
-
default: boolean;
|
|
1301
|
-
};
|
|
1302
|
-
rows: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1303
|
-
default: number;
|
|
1304
|
-
};
|
|
1305
|
-
autoFocus: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1306
|
-
default: boolean;
|
|
1307
|
-
};
|
|
1308
|
-
cnLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1309
|
-
default: number;
|
|
1310
|
-
};
|
|
1311
|
-
enLength: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>> & {
|
|
1312
|
-
default: number;
|
|
1313
|
-
};
|
|
1314
|
-
search: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1315
|
-
default: boolean;
|
|
1316
|
-
};
|
|
1317
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1318
|
-
default: boolean;
|
|
1319
|
-
};
|
|
1320
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
1321
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
1322
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
1323
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
1324
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
1325
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1326
|
-
default: boolean;
|
|
1327
|
-
};
|
|
1328
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1329
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1330
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1331
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1332
|
-
"v-model-key": import('vue-types').VueTypeDef<import('../input').InputValueType> & {
|
|
1333
|
-
default: import('../input').InputValueType;
|
|
1334
|
-
};
|
|
1335
|
-
}>>;
|
|
1336
|
-
};
|
|
1337
|
-
customSearch: import('vue-types').VueTypeValidableDef<(keyword: string) => unknown, import('vue-types/dist/types').ValidatorFunction<(keyword: string) => unknown>>;
|
|
1338
|
-
optionWidth: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
1339
|
-
getOptionInfo: import('vue-types').VueTypeValidableDef<(value: import('./src/type').SelectValue) => import('./src/type').SelectOptionItem | undefined, import('vue-types/dist/types').ValidatorFunction<(value: import('./src/type').SelectValue) => import('./src/type').SelectOptionItem | undefined>>;
|
|
1340
|
-
clearable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1341
|
-
default: boolean;
|
|
1342
|
-
};
|
|
1343
|
-
business: import('vue-types').VueTypeValidableDef<import('../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../..').BusinessType>>;
|
|
1344
|
-
size: import('vue-types').VueTypeDef<"small" | "large" | "medium">;
|
|
1345
|
-
disabled: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
1346
|
-
readonly: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
1347
|
-
effect: import('vue-types').VueTypeDef<"fill" | "outline">;
|
|
1348
|
-
validateForm: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
1349
|
-
default: boolean;
|
|
1350
|
-
};
|
|
1351
|
-
prepend: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1352
|
-
append: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1353
|
-
prefix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1354
|
-
suffix: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
1355
|
-
"v-model-key": import('vue-types').VueTypeDef<import('./src/type').SelectValue | import('./src/type').SelectValue[]>;
|
|
1356
|
-
};
|
|
1357
|
-
} & (new () => {
|
|
1358
|
-
$scopedSlots: {
|
|
1359
|
-
'option-prefix'?(_: {
|
|
1360
|
-
option: import('./src/type').SelectOptionItem;
|
|
1361
|
-
}): any;
|
|
1362
|
-
'option-suffix'?(_: {
|
|
1363
|
-
option: import('./src/type').SelectOptionItem;
|
|
1364
|
-
}): any;
|
|
1365
|
-
};
|
|
1366
|
-
}), import('../../../vue-utils/install-utils').InstallOptions>;
|
|
496
|
+
}>, import('../../../vue-utils/install-utils').InstallOptions>;
|
|
1367
497
|
export * from './src/props-define';
|
|
1368
498
|
export * from './src/type';
|