vue-devui 1.6.3-select.0 → 1.6.4-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/auto-complete/index.es.js +5 -2
- package/auto-complete/index.umd.js +1 -1
- package/button/index.es.js +1 -2
- package/button/index.umd.js +1 -1
- package/carousel/index.es.js +36 -213
- package/carousel/index.umd.js +1 -1
- package/carousel/style.css +1 -1
- package/category-search/index.es.js +12333 -0
- package/category-search/index.umd.js +66 -0
- package/category-search/package.json +8 -0
- package/category-search/style.css +1 -0
- package/collapse/index.es.js +15 -18
- package/collapse/index.umd.js +5 -5
- package/data-grid/index.es.js +11546 -0
- package/data-grid/index.umd.js +45 -0
- package/data-grid/package.json +8 -0
- package/data-grid/style.css +1 -0
- package/date-picker-pro/index.es.js +25 -6
- package/date-picker-pro/index.umd.js +12 -12
- package/date-picker-pro/style.css +1 -1
- package/dragdrop-new/index.es.js +5174 -0
- package/dragdrop-new/index.umd.js +24 -0
- package/dragdrop-new/package.json +8 -0
- package/editable-select/index.es.js +5 -2
- package/editable-select/index.umd.js +2 -2
- package/global.d.ts +10 -0
- package/icon/index.es.js +1 -2
- package/icon/index.umd.js +1 -1
- package/input/index.es.js +25 -6
- package/input/index.umd.js +11 -11
- package/input/style.css +1 -1
- package/mention/index.es.js +1 -2
- package/mention/index.umd.js +1 -1
- package/message/index.es.js +1 -2
- package/message/index.umd.js +1 -1
- package/modal/index.es.js +27 -4
- package/modal/index.umd.js +7 -1
- package/modal/style.css +1 -1
- package/notification/index.es.js +1 -2
- package/notification/index.umd.js +2 -2
- package/nuxt/components/CategorySearch.js +3 -0
- package/nuxt/components/DataGrid.js +3 -0
- package/nuxt/components/DataGridInjectionKey.js +3 -0
- package/nuxt/components/DescendantChildren.js +2 -0
- package/nuxt/components/DescendantRegisterService.js +2 -0
- package/nuxt/components/DescendantRoot.js +2 -0
- package/nuxt/components/DragDropService.js +2 -0
- package/nuxt/components/DragDropSyncBox.js +2 -0
- package/nuxt/components/DragDropSyncService.js +2 -0
- package/nuxt/components/DragPreviewCloneDomRefComponent.js +2 -0
- package/nuxt/components/DragPreviewComponent.js +2 -0
- package/nuxt/components/DragPreviewTemplate.js +2 -0
- package/nuxt/components/DragSync.js +2 -0
- package/nuxt/components/DragSyncDescendantRegisterService.js +2 -0
- package/nuxt/components/Draggable.js +2 -0
- package/nuxt/components/DropEvent.js +2 -0
- package/nuxt/components/DropScrollEnhanceTimingFunctionGroup.js +2 -0
- package/nuxt/components/DropScrollEnhanced.js +2 -0
- package/nuxt/components/DropScrollEnhancedSide.js +2 -0
- package/nuxt/components/DropScrollOrientation.js +2 -0
- package/nuxt/components/DropSortSync.js +2 -0
- package/nuxt/components/DropSortSyncDescendantRegisterService.js +2 -0
- package/nuxt/components/Droppable.js +2 -0
- package/nuxt/components/Sortable.js +2 -0
- package/nuxt/components/categorySearchDropdownProps.js +3 -0
- package/nuxt/components/categorySearchInjectionKey.js +3 -0
- package/nuxt/components/categorySearchProps.js +3 -0
- package/nuxt/components/categorySearchTagProps.js +3 -0
- package/nuxt/components/dataGridProps.js +3 -0
- package/nuxt/components/extendIconProps.js +3 -0
- package/nuxt/components/gridBodyProps.js +3 -0
- package/nuxt/components/gridHeadProps.js +3 -0
- package/nuxt/components/gridTdProps.js +3 -0
- package/nuxt/components/gridThFilterProps.js +3 -0
- package/nuxt/components/gridThProps.js +3 -0
- package/nuxt/components/typeMenuProps.js +3 -0
- package/nuxt/components/useDragDropService.js +2 -0
- package/package.json +4 -2
- package/pagination/index.es.js +54 -238
- package/pagination/index.umd.js +16 -21
- package/pagination/style.css +1 -1
- package/result/index.es.js +1 -2
- package/result/index.umd.js +1 -1
- package/search/index.es.js +52 -27
- package/search/index.umd.js +19 -15
- package/search/style.css +1 -1
- package/select/index.es.js +44 -42
- package/select/index.umd.js +10 -15
- package/select/style.css +1 -1
- package/splitter/index.es.js +4 -0
- package/splitter/index.umd.js +7 -7
- package/steps/index.es.js +1 -2
- package/steps/index.umd.js +1 -1
- package/style.css +2 -2
- package/table/index.es.js +5 -2
- package/table/index.umd.js +2 -2
- package/time-picker/index.es.js +25 -6
- package/time-picker/index.umd.js +16 -16
- package/time-picker/style.css +1 -1
- package/time-select/index.es.js +44 -42
- package/time-select/index.umd.js +6 -11
- package/time-select/style.css +1 -1
- package/timeline/index.es.js +1 -2
- package/timeline/index.umd.js +1 -1
- package/tree/index.es.js +4 -0
- package/tree/index.umd.js +1 -1
- package/types/accordion/src/accordion-item-hreflink.d.ts +2 -2
- package/types/accordion/src/accordion-item-routerlink.d.ts +2 -2
- package/types/accordion/src/accordion-item.d.ts +2 -2
- package/types/accordion/src/accordion-list.d.ts +2 -2
- package/types/accordion/src/accordion-menu.d.ts +2 -2
- package/types/accordion/src/accordion.d.ts +2 -2
- package/types/action-timeline/src/action-timeline.d.ts +1 -53
- package/types/alert/src/alert.d.ts +1 -1
- package/types/anchor/src/anchor.d.ts +2 -2
- package/types/auto-complete/src/auto-complete.d.ts +1 -247
- package/types/auto-complete/src/components/dropdown.d.ts +1 -1
- package/types/avatar/src/avatar.d.ts +1 -1
- package/types/avatar/src/components/avatar-body-icon.d.ts +2 -2
- package/types/avatar/src/components/avatar-nobody-icon.d.ts +2 -2
- package/types/back-top/src/back-top.d.ts +2 -2
- package/types/badge/src/badge.d.ts +2 -2
- package/types/breadcrumb/src/breadcrumb-item.d.ts +2 -2
- package/types/breadcrumb/src/breadcrumb.d.ts +2 -2
- package/types/button/src/button-group.d.ts +2 -2
- package/types/button/src/button.d.ts +1 -1
- package/types/card/src/card.d.ts +2 -2
- package/types/carousel/src/carousel.d.ts +1 -1
- package/types/carousel/src/components/carousel-icons.d.ts +2 -0
- package/types/carousel/src/item.d.ts +1 -1
- package/types/cascader/components/cascader-list/index.d.ts +2 -2
- package/types/cascader/src/cascader.d.ts +1 -1
- package/types/category-search/index.d.ts +11 -0
- package/types/category-search/src/category-search-const.d.ts +6 -0
- package/types/category-search/src/category-search-types.d.ts +276 -0
- package/types/category-search/src/category-search.d.ts +3 -0
- package/types/category-search/src/components/category-search-clear.d.ts +14 -0
- package/types/category-search/src/components/category-search-icons.d.ts +4 -0
- package/types/category-search/src/components/category-search-input.d.ts +2 -0
- package/types/category-search/src/components/category-search-more.d.ts +14 -0
- package/types/category-search/src/components/category-search-save.d.ts +14 -0
- package/types/category-search/src/components/category-search-tag-dropdown.d.ts +24 -0
- package/types/category-search/src/components/category-search-tag.d.ts +23 -0
- package/types/category-search/src/components/checkbox-menu.d.ts +2 -0
- package/types/category-search/src/components/label-menu.d.ts +2 -0
- package/types/category-search/src/components/number-range-menu.d.ts +2 -0
- package/types/category-search/src/components/radio-menu.d.ts +14 -0
- package/types/category-search/src/components/text-input-menu.d.ts +2 -0
- package/types/category-search/src/composables/use-category-search-icons.d.ts +18 -0
- package/types/category-search/src/composables/use-category-search-input.d.ts +8 -0
- package/types/category-search/src/composables/use-category-search.d.ts +20 -0
- package/types/checkbox/src/checkbox-button.d.ts +1 -146
- package/types/checkbox/src/checkbox-group.d.ts +1 -168
- package/types/checkbox/src/checkbox.d.ts +1 -146
- package/types/code-editor/src/code-editor.d.ts +1 -118
- package/types/code-review/src/code-review.d.ts +1 -84
- package/types/code-review/src/components/code-review-header.d.ts +1 -1
- package/types/collapse/src/collapse-item.d.ts +2 -2
- package/types/collapse/src/collapse.d.ts +1 -1
- package/types/color-picker/src/color-picker.d.ts +1 -1
- package/types/color-picker/src/components/color-alpha-slider/color-alpha-slider.d.ts +1 -1
- package/types/color-picker/src/components/color-basic/color-basic.d.ts +2 -2
- package/types/color-picker/src/components/color-edit/color-edit.d.ts +1 -1
- package/types/color-picker/src/components/color-history/color-history.d.ts +1 -1
- package/types/color-picker/src/components/color-hue-slider/color-hue-slider.d.ts +1 -1
- package/types/color-picker/src/components/color-palette/color-palette.d.ts +1 -1
- package/types/color-picker/src/components/color-picker-panel/color-picker-panel.d.ts +1 -1
- package/types/comment/src/comment.d.ts +2 -2
- package/types/countdown/src/countdown.d.ts +1 -1
- package/types/data-grid/index.d.ts +11 -0
- package/types/data-grid/src/components/fix-head-grid.d.ts +2 -0
- package/types/data-grid/src/components/grid-body.d.ts +69 -0
- package/types/data-grid/src/components/grid-head.d.ts +50 -0
- package/types/data-grid/src/components/grid-icons.d.ts +4 -0
- package/types/data-grid/src/components/grid-td.d.ts +50 -0
- package/types/data-grid/src/components/grid-th-filter.d.ts +2 -0
- package/types/data-grid/src/components/grid-th-multiple-filter.d.ts +2 -0
- package/types/data-grid/src/components/grid-th-single-filter.d.ts +2 -0
- package/types/data-grid/src/components/grid-th.d.ts +32 -0
- package/types/data-grid/src/components/normal-head-grid.d.ts +2 -0
- package/types/data-grid/src/composables/use-column-sort.d.ts +7 -0
- package/types/data-grid/src/composables/use-data-grid-drag.d.ts +5 -0
- package/types/data-grid/src/composables/use-data-grid-scroll.d.ts +86 -0
- package/types/data-grid/src/composables/use-data-grid-tree.d.ts +13 -0
- package/types/data-grid/src/composables/use-data-grid.d.ts +210 -0
- package/types/data-grid/src/composables/use-grid-th.d.ts +31 -0
- package/types/data-grid/src/composables/use-overflow-tooltip.d.ts +13 -0
- package/types/data-grid/src/const.d.ts +6 -0
- package/types/data-grid/src/data-grid-types.d.ts +330 -0
- package/types/data-grid/src/data-grid.d.ts +3 -0
- package/types/data-grid/src/utils.d.ts +7 -0
- package/types/date-picker/src/components/popup/index.d.ts +2 -2
- package/types/date-picker/src/components/timepicker/index.d.ts +2 -2
- package/types/date-picker/src/components/vertical-slider/index.d.ts +2 -2
- package/types/date-picker/src/date-picker.d.ts +3 -3
- package/types/date-picker/src/stick-slider/index.d.ts +2 -2
- package/types/date-picker-pro/src/components/calendar-panel.d.ts +1 -94
- package/types/date-picker-pro/src/components/date-picker-panel.d.ts +1 -94
- package/types/date-picker-pro/src/components/month-calendar-panel.d.ts +1 -94
- package/types/date-picker-pro/src/components/range-date-picker-pro.d.ts +1 -88
- package/types/date-picker-pro/src/components/time-picker-panel.d.ts +1 -22
- package/types/date-picker-pro/src/components/year-calendar-panel.d.ts +1 -94
- package/types/date-picker-pro/src/date-picker-pro.d.ts +1 -79
- package/types/dragdrop-new/index.d.ts +23 -0
- package/types/dragdrop-new/src/batch-draggable.directive.d.ts +59 -0
- package/types/dragdrop-new/src/directive-base.d.ts +49 -0
- package/types/dragdrop-new/src/drag-drop.service.d.ts +75 -0
- package/types/dragdrop-new/src/drag-preview-clone-dom-ref.component.d.ts +43 -0
- package/types/dragdrop-new/src/drag-preview.component.d.ts +20 -0
- package/types/dragdrop-new/src/drag-preview.directive.d.ts +45 -0
- package/types/dragdrop-new/src/draggable.directive.d.ts +119 -0
- package/types/dragdrop-new/src/drop-scroll-enhance.directive.d.ts +111 -0
- package/types/dragdrop-new/src/droppable.directive.d.ts +137 -0
- package/types/dragdrop-new/src/preserve-next-event-emitter.d.ts +15 -0
- package/types/dragdrop-new/src/sortable.directive.d.ts +32 -0
- package/types/dragdrop-new/src/sync/desc-reg.service.d.ts +31 -0
- package/types/dragdrop-new/src/sync/drag-drop-descendant-sync.service.d.ts +10 -0
- package/types/dragdrop-new/src/sync/drag-drop-sync-box.directive.d.ts +36 -0
- package/types/dragdrop-new/src/sync/drag-drop-sync.service.d.ts +13 -0
- package/types/dragdrop-new/src/sync/drag-sync.directive.d.ts +44 -0
- package/types/dragdrop-new/src/sync/drop-sort-sync.directive.d.ts +55 -0
- package/types/dragdrop-new/src/sync/index.d.ts +17 -0
- package/types/dragdrop-new/src/sync/query-list.d.ts +42 -0
- package/types/dragdrop-new/src/touch-support/dragdrop-touch.d.ts +148 -0
- package/types/dragdrop-new/src/utils.d.ts +38 -0
- package/types/drawer/src/components/drawer-overlay.d.ts +1 -19
- package/types/drawer/src/drawer.d.ts +1 -1
- package/types/dropdown/src/dropdown-menu.d.ts +1 -1
- package/types/dropdown/src/dropdown.d.ts +1 -1
- package/types/echarts/src/echarts.d.ts +1 -1
- package/types/editable-select/src/components/dropdown/dropdown.d.ts +1 -1
- package/types/editable-select/src/components/option/option.d.ts +1 -1
- package/types/editable-select/src/editable-select.d.ts +1 -130
- package/types/editor-md/src/components/font-color.d.ts +1 -1
- package/types/editor-md/src/components/font-size.d.ts +1 -1
- package/types/editor-md/src/components/md-render.d.ts +1 -94
- package/types/editor-md/src/components/toolbar-item.d.ts +2 -2
- package/types/editor-md/src/components/toolbar.d.ts +1 -1
- package/types/editor-md/src/editor-md.d.ts +1 -199
- package/types/form/src/components/form-control/form-control.d.ts +2 -2
- package/types/form/src/components/form-item/form-item.d.ts +2 -2
- package/types/form/src/components/form-label/form-label.d.ts +1 -1
- package/types/form/src/components/form-operation/form-operation.d.ts +1 -1
- package/types/form/src/form.d.ts +1 -124
- package/types/fullscreen/src/fullscreen.d.ts +1 -31
- package/types/gantt/src/gantt-bar/index.d.ts +2 -2
- package/types/gantt/src/gantt-bar-parent/index.d.ts +5 -5
- package/types/gantt/src/gantt-milestone/index.d.ts +2 -2
- package/types/gantt/src/gantt-scale/index.d.ts +1 -1
- package/types/gantt/src/gantt-service.d.ts +5 -5
- package/types/gantt/src/gantt-tools/index.d.ts +1 -1
- package/types/gantt/src/gantt.d.ts +2 -2
- package/types/git-graph/src/git-graph.d.ts +1 -9
- package/types/grid/src/col.d.ts +2 -2
- package/types/grid/src/row.d.ts +1 -1
- package/types/icon/src/icon-group.d.ts +1 -1
- package/types/icon/src/icon-types.d.ts +0 -1
- package/types/icon/src/icon.d.ts +1 -75
- package/types/icon/src/svg-icon.d.ts +2 -2
- package/types/image-preview/src/image-preview.d.ts +1 -1
- package/types/input/src/input.d.ts +1 -109
- package/types/input-icon/src/input-icon.d.ts +2 -2
- package/types/input-number/src/input-number.d.ts +1 -73
- package/types/layout/src/aside.d.ts +1 -1
- package/types/layout/src/content.d.ts +1 -1
- package/types/layout/src/footer.d.ts +1 -1
- package/types/layout/src/header.d.ts +1 -1
- package/types/layout/src/layout.d.ts +1 -1
- package/types/list/src/list-item.d.ts +1 -1
- package/types/list/src/list.d.ts +1 -1
- package/types/locale/lang/en-us.d.ts +4 -0
- package/types/locale/lang/zh-cn.d.ts +4 -0
- package/types/mention/src/mention.d.ts +1 -1
- package/types/menu/src/components/menu-item/menu-item.d.ts +2 -2
- package/types/menu/src/components/menu-transition/menu-transition.d.ts +1 -1
- package/types/menu/src/components/sub-menu/sub-menu.d.ts +2 -2
- package/types/menu/src/menu.d.ts +1 -1
- package/types/message/src/message-icon-close.d.ts +1 -1
- package/types/message/src/message.d.ts +1 -1
- package/types/modal/src/components/body.d.ts +1 -1
- package/types/modal/src/components/footer.d.ts +1 -1
- package/types/modal/src/components/header.d.ts +1 -1
- package/types/modal/src/components/modal-icons.d.ts +1 -0
- package/types/modal/src/modal.d.ts +1 -1
- package/types/multi-auto-complete/src/multi-auto-complete.d.ts +1 -7
- package/types/nav-sprite/src/nav-sprite.d.ts +1 -1
- package/types/notification/src/notification-icon-close.d.ts +1 -1
- package/types/notification/src/notification-image.d.ts +2 -2
- package/types/notification/src/notification.d.ts +1 -1
- package/types/overlay/src/base-overlay.d.ts +1 -1
- package/types/overlay/src/fixed-overlay/index.d.ts +1 -31
- package/types/overlay/src/flexible-overlay/index.d.ts +1 -1
- package/types/pagination/src/components/config-menu.d.ts +2 -2
- package/types/pagination/src/components/jump-page.d.ts +1 -1
- package/types/pagination/src/components/page-nums.d.ts +1 -1
- package/types/pagination/src/components/page-size.d.ts +1 -1
- package/types/pagination/src/pagination.d.ts +1 -1
- package/types/panel/src/components/panel-body.d.ts +2 -2
- package/types/panel/src/components/panel-footer.d.ts +1 -1
- package/types/panel/src/components/panel-header.d.ts +1 -1
- package/types/panel/src/panel.d.ts +1 -1
- package/types/popover/src/popover-icon.d.ts +2 -2
- package/types/popover/src/popover.d.ts +1 -1
- package/types/progress/src/progress.d.ts +2 -2
- package/types/quadrant-diagram/src/components/axis/index.d.ts +2 -2
- package/types/quadrant-diagram/src/quadrant-diagram.d.ts +2 -2
- package/types/radio/src/radio-button.d.ts +1 -75
- package/types/radio/src/radio-group.d.ts +1 -91
- package/types/radio/src/radio.d.ts +1 -75
- package/types/rate/src/rate.d.ts +1 -1
- package/types/read-tip/src/read-tip-template.d.ts +1 -1
- package/types/read-tip/src/read-tip.d.ts +1 -1
- package/types/result/src/result.d.ts +2 -2
- package/types/search/src/search.d.ts +1 -1
- package/types/select/src/components/option-group.d.ts +2 -2
- package/types/select/src/components/option.d.ts +2 -2
- package/types/select/src/components/select-content.d.ts +1 -1
- package/types/select/src/select.d.ts +1 -202
- package/types/shared/components/popper-trigger/src/popper-trigger.d.ts +1 -1
- package/types/shared/devui-api/devui-api.d.ts +2 -2
- package/types/shared/devui-api-table/devui-api-table.d.ts +2 -2
- package/types/shared/devui-codebox/codebox-collapse-icon.d.ts +1 -1
- package/types/shared/devui-codebox/codebox-copied-icon.d.ts +1 -1
- package/types/shared/devui-codebox/codebox-copy-icon.d.ts +1 -1
- package/types/shared/devui-codebox/devui-codebox.d.ts +2 -2
- package/types/shared/devui-highlight/devui-highlight.d.ts +2 -2
- package/types/skeleton/src/components/skeleton-item.d.ts +2 -2
- package/types/skeleton/src/skeleton.d.ts +2 -2
- package/types/slider/src/slider.d.ts +1 -58
- package/types/splitter/src/components/splitter-bar.d.ts +2 -2
- package/types/splitter/src/components/splitter-pane.d.ts +2 -2
- package/types/splitter/src/splitter.d.ts +1 -1
- package/types/statistic/src/statistic.d.ts +1 -1
- package/types/status/src/status.d.ts +2 -2
- package/types/steps/src/step.d.ts +2 -2
- package/types/steps/src/steps.d.ts +1 -1
- package/types/steps-guide/__tests__/steps-guide-demo.d.ts +1 -1
- package/types/steps-guide/src/steps-guide.d.ts +1 -1
- package/types/sticky/src/sticky.d.ts +1 -1
- package/types/svg-icons/index.d.ts +3 -0
- package/types/switch/src/switch.d.ts +1 -73
- package/types/table/src/components/body/body.d.ts +1 -1
- package/types/table/src/components/body-td/body-td.d.ts +1 -43
- package/types/table/src/components/colgroup/colgroup.d.ts +1 -1
- package/types/table/src/components/column/column.d.ts +1 -187
- package/types/table/src/components/filter/filter.d.ts +1 -22
- package/types/table/src/components/filter/multiple-filter.d.ts +1 -15
- package/types/table/src/components/filter/single-filter.d.ts +1 -15
- package/types/table/src/components/fix-header.d.ts +2 -2
- package/types/table/src/components/header/header.d.ts +1 -1
- package/types/table/src/components/header-th/header-th.d.ts +2 -2
- package/types/table/src/components/normal-header.d.ts +2 -2
- package/types/table/src/components/sort/sort.d.ts +1 -1
- package/types/table/src/table.d.ts +1 -1
- package/types/tabs/src/components/tab/tab.d.ts +2 -2
- package/types/tabs/src/components/tab-nav/tab-nav.d.ts +1 -94
- package/types/tabs/src/tabs.d.ts +1 -94
- package/types/tag/src/tag.d.ts +3 -3
- package/types/tag-input/src/tag-input.d.ts +1 -131
- package/types/textarea/src/textarea.d.ts +1 -85
- package/types/time-picker/src/components/popup-line/index.d.ts +1 -68
- package/types/time-picker/src/components/time-popup/index.d.ts +1 -76
- package/types/time-picker/src/components/time-scroll/index.d.ts +2 -2
- package/types/time-picker/src/time-picker.d.ts +1 -100
- package/types/time-select/src/time-select.d.ts +1 -97
- package/types/timeline/src/components/timeline-item.d.ts +1 -1
- package/types/timeline/src/timeline.d.ts +1 -1
- package/types/tooltip/src/tooltip.d.ts +2 -2
- package/types/transfer/src/components/transfer-body.d.ts +1 -120
- package/types/transfer/src/components/transfer-header.d.ts +1 -72
- package/types/transfer/src/components/transfer-operate.d.ts +2 -2
- package/types/transfer/src/components/transfer-panel.d.ts +1 -147
- package/types/transfer/src/transfer.d.ts +1 -171
- package/types/tree/src/components/tree-node-content.d.ts +2 -2
- package/types/tree/src/components/tree-node-loading.d.ts +1 -1
- package/types/tree/src/components/tree-node-toggle.d.ts +2 -2
- package/types/tree/src/components/tree-node.d.ts +2 -2
- package/types/tree/src/composables/use-tree.d.ts +19 -1
- package/types/tree/src/tree.d.ts +1 -46
- package/types/tree-select/src/tree-select.d.ts +1 -104
- package/types/upload/src/upload.d.ts +1 -1
- package/types/virtual-list/src/components/container.d.ts +2 -2
- package/types/virtual-list/src/components/resize-observer.d.ts +1 -1
- package/types/virtual-list/src/components/scroll-bar.d.ts +2 -2
- package/types/virtual-list/src/virtual-list.d.ts +2 -2
- package/types/vue-devui.d.ts +5 -1
- package/upload/index.es.js +5 -2
- package/upload/index.umd.js +2 -2
- package/vue-devui.es.js +19380 -9309
- package/vue-devui.umd.js +148 -99
- package/types/search/src/components/search-close-icon.d.ts +0 -2
- package/types/search/src/components/search-icon.d.ts +0 -2
- package/types/select/src/components/select-arrow-icon.d.ts +0 -2
- package/types/transfer/src/composables/use-transfer-body.d.ts +0 -80
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './header.scss';
|
|
2
2
|
import '../body/body.scss';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
4
4
|
export default _default;
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
readonly rowspan: {
|
|
10
10
|
readonly type: NumberConstructor;
|
|
11
11
|
};
|
|
12
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
12
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
readonly column: {
|
|
14
14
|
readonly type: import("vue").PropType<import("../column/column-types").Column>;
|
|
15
15
|
readonly required: true;
|
|
@@ -20,5 +20,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
readonly rowspan: {
|
|
21
21
|
readonly type: NumberConstructor;
|
|
22
22
|
};
|
|
23
|
-
}>>, {}>;
|
|
23
|
+
}>>, {}, {}>;
|
|
24
24
|
export default _default;
|
|
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
isEmpty: {
|
|
7
7
|
type: BooleanConstructor;
|
|
8
8
|
};
|
|
9
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
9
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
10
|
classes: {
|
|
11
11
|
type: ObjectConstructor;
|
|
12
12
|
default: () => {};
|
|
@@ -17,5 +17,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
}>>, {
|
|
18
18
|
classes: Record<string, any>;
|
|
19
19
|
isEmpty: boolean;
|
|
20
|
-
}>;
|
|
20
|
+
}, {}>;
|
|
21
21
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import './table.scss';
|
|
2
|
-
declare const _default:
|
|
2
|
+
declare const _default: (props: Record<string, any> & {}) => any;
|
|
3
3
|
export default _default;
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
readonly type: BooleanConstructor;
|
|
17
17
|
readonly default: false;
|
|
18
18
|
};
|
|
19
|
-
}, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
19
|
+
}, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
readonly title: {
|
|
21
21
|
readonly type: import("vue").PropType<string | number>;
|
|
22
22
|
readonly default: null;
|
|
@@ -38,5 +38,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
readonly title: string | number;
|
|
39
39
|
readonly disabled: boolean;
|
|
40
40
|
readonly closeable: boolean;
|
|
41
|
-
}>;
|
|
41
|
+
}, {}>;
|
|
42
42
|
export default _default;
|
|
@@ -1,96 +1,3 @@
|
|
|
1
1
|
import './tab-nav.scss';
|
|
2
|
-
declare const _default:
|
|
3
|
-
readonly modelValue: {
|
|
4
|
-
readonly type: import("vue").PropType<string | number>;
|
|
5
|
-
readonly default: null;
|
|
6
|
-
};
|
|
7
|
-
readonly type: {
|
|
8
|
-
readonly type: () => import("../../tabs-types").ITabsType;
|
|
9
|
-
readonly default: "tabs";
|
|
10
|
-
};
|
|
11
|
-
readonly showContent: {
|
|
12
|
-
readonly type: BooleanConstructor;
|
|
13
|
-
readonly default: true;
|
|
14
|
-
};
|
|
15
|
-
readonly reactivable: {
|
|
16
|
-
readonly type: BooleanConstructor;
|
|
17
|
-
readonly default: true;
|
|
18
|
-
};
|
|
19
|
-
readonly customWidth: {
|
|
20
|
-
readonly type: StringConstructor;
|
|
21
|
-
readonly default: "";
|
|
22
|
-
};
|
|
23
|
-
readonly cssClass: {
|
|
24
|
-
readonly type: StringConstructor;
|
|
25
|
-
readonly default: "";
|
|
26
|
-
};
|
|
27
|
-
readonly beforeChange: {
|
|
28
|
-
readonly type: import("vue").PropType<(id: import("../../tabs-types").Active) => boolean>;
|
|
29
|
-
readonly default: null;
|
|
30
|
-
};
|
|
31
|
-
readonly closeable: {
|
|
32
|
-
readonly type: BooleanConstructor;
|
|
33
|
-
readonly default: false;
|
|
34
|
-
};
|
|
35
|
-
readonly addable: {
|
|
36
|
-
readonly type: BooleanConstructor;
|
|
37
|
-
readonly default: false;
|
|
38
|
-
};
|
|
39
|
-
readonly tabPosition: {
|
|
40
|
-
readonly type: () => import("../../tabs-types").ITabPositionType;
|
|
41
|
-
readonly default: "top";
|
|
42
|
-
};
|
|
43
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "active-tab-change" | "tab-remove" | "tab-change" | "tab-add", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
-
readonly modelValue: {
|
|
45
|
-
readonly type: import("vue").PropType<string | number>;
|
|
46
|
-
readonly default: null;
|
|
47
|
-
};
|
|
48
|
-
readonly type: {
|
|
49
|
-
readonly type: () => import("../../tabs-types").ITabsType;
|
|
50
|
-
readonly default: "tabs";
|
|
51
|
-
};
|
|
52
|
-
readonly showContent: {
|
|
53
|
-
readonly type: BooleanConstructor;
|
|
54
|
-
readonly default: true;
|
|
55
|
-
};
|
|
56
|
-
readonly reactivable: {
|
|
57
|
-
readonly type: BooleanConstructor;
|
|
58
|
-
readonly default: true;
|
|
59
|
-
};
|
|
60
|
-
readonly customWidth: {
|
|
61
|
-
readonly type: StringConstructor;
|
|
62
|
-
readonly default: "";
|
|
63
|
-
};
|
|
64
|
-
readonly cssClass: {
|
|
65
|
-
readonly type: StringConstructor;
|
|
66
|
-
readonly default: "";
|
|
67
|
-
};
|
|
68
|
-
readonly beforeChange: {
|
|
69
|
-
readonly type: import("vue").PropType<(id: import("../../tabs-types").Active) => boolean>;
|
|
70
|
-
readonly default: null;
|
|
71
|
-
};
|
|
72
|
-
readonly closeable: {
|
|
73
|
-
readonly type: BooleanConstructor;
|
|
74
|
-
readonly default: false;
|
|
75
|
-
};
|
|
76
|
-
readonly addable: {
|
|
77
|
-
readonly type: BooleanConstructor;
|
|
78
|
-
readonly default: false;
|
|
79
|
-
};
|
|
80
|
-
readonly tabPosition: {
|
|
81
|
-
readonly type: () => import("../../tabs-types").ITabPositionType;
|
|
82
|
-
readonly default: "top";
|
|
83
|
-
};
|
|
84
|
-
}>>, {
|
|
85
|
-
readonly type: import("../../tabs-types").ITabsType;
|
|
86
|
-
readonly cssClass: string;
|
|
87
|
-
readonly closeable: boolean;
|
|
88
|
-
readonly modelValue: string | number;
|
|
89
|
-
readonly beforeChange: (id: import("../../tabs-types").Active) => boolean;
|
|
90
|
-
readonly showContent: boolean;
|
|
91
|
-
readonly reactivable: boolean;
|
|
92
|
-
readonly customWidth: string;
|
|
93
|
-
readonly addable: boolean;
|
|
94
|
-
readonly tabPosition: import("../../tabs-types").ITabPositionType;
|
|
95
|
-
}>;
|
|
2
|
+
declare const _default: (props: Record<string, any> & {}) => any;
|
|
96
3
|
export default _default;
|
package/types/tabs/src/tabs.d.ts
CHANGED
|
@@ -1,95 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
readonly modelValue: {
|
|
3
|
-
readonly type: import("vue").PropType<string | number>;
|
|
4
|
-
readonly default: null;
|
|
5
|
-
};
|
|
6
|
-
readonly type: {
|
|
7
|
-
readonly type: () => import("./tabs-types").ITabsType;
|
|
8
|
-
readonly default: "tabs";
|
|
9
|
-
};
|
|
10
|
-
readonly showContent: {
|
|
11
|
-
readonly type: BooleanConstructor;
|
|
12
|
-
readonly default: true;
|
|
13
|
-
};
|
|
14
|
-
readonly reactivable: {
|
|
15
|
-
readonly type: BooleanConstructor;
|
|
16
|
-
readonly default: true;
|
|
17
|
-
};
|
|
18
|
-
readonly customWidth: {
|
|
19
|
-
readonly type: StringConstructor;
|
|
20
|
-
readonly default: "";
|
|
21
|
-
};
|
|
22
|
-
readonly cssClass: {
|
|
23
|
-
readonly type: StringConstructor;
|
|
24
|
-
readonly default: "";
|
|
25
|
-
};
|
|
26
|
-
readonly beforeChange: {
|
|
27
|
-
readonly type: import("vue").PropType<(id: import("./tabs-types").Active) => boolean>;
|
|
28
|
-
readonly default: null;
|
|
29
|
-
};
|
|
30
|
-
readonly closeable: {
|
|
31
|
-
readonly type: BooleanConstructor;
|
|
32
|
-
readonly default: false;
|
|
33
|
-
};
|
|
34
|
-
readonly addable: {
|
|
35
|
-
readonly type: BooleanConstructor;
|
|
36
|
-
readonly default: false;
|
|
37
|
-
};
|
|
38
|
-
readonly tabPosition: {
|
|
39
|
-
readonly type: () => import("./tabs-types").ITabPositionType;
|
|
40
|
-
readonly default: "top";
|
|
41
|
-
};
|
|
42
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "update:modelValue" | "active-tab-change" | "tab-remove" | "tab-change" | "tab-add", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
|
-
readonly modelValue: {
|
|
44
|
-
readonly type: import("vue").PropType<string | number>;
|
|
45
|
-
readonly default: null;
|
|
46
|
-
};
|
|
47
|
-
readonly type: {
|
|
48
|
-
readonly type: () => import("./tabs-types").ITabsType;
|
|
49
|
-
readonly default: "tabs";
|
|
50
|
-
};
|
|
51
|
-
readonly showContent: {
|
|
52
|
-
readonly type: BooleanConstructor;
|
|
53
|
-
readonly default: true;
|
|
54
|
-
};
|
|
55
|
-
readonly reactivable: {
|
|
56
|
-
readonly type: BooleanConstructor;
|
|
57
|
-
readonly default: true;
|
|
58
|
-
};
|
|
59
|
-
readonly customWidth: {
|
|
60
|
-
readonly type: StringConstructor;
|
|
61
|
-
readonly default: "";
|
|
62
|
-
};
|
|
63
|
-
readonly cssClass: {
|
|
64
|
-
readonly type: StringConstructor;
|
|
65
|
-
readonly default: "";
|
|
66
|
-
};
|
|
67
|
-
readonly beforeChange: {
|
|
68
|
-
readonly type: import("vue").PropType<(id: import("./tabs-types").Active) => boolean>;
|
|
69
|
-
readonly default: null;
|
|
70
|
-
};
|
|
71
|
-
readonly closeable: {
|
|
72
|
-
readonly type: BooleanConstructor;
|
|
73
|
-
readonly default: false;
|
|
74
|
-
};
|
|
75
|
-
readonly addable: {
|
|
76
|
-
readonly type: BooleanConstructor;
|
|
77
|
-
readonly default: false;
|
|
78
|
-
};
|
|
79
|
-
readonly tabPosition: {
|
|
80
|
-
readonly type: () => import("./tabs-types").ITabPositionType;
|
|
81
|
-
readonly default: "top";
|
|
82
|
-
};
|
|
83
|
-
}>>, {
|
|
84
|
-
readonly type: import("./tabs-types").ITabsType;
|
|
85
|
-
readonly cssClass: string;
|
|
86
|
-
readonly closeable: boolean;
|
|
87
|
-
readonly modelValue: string | number;
|
|
88
|
-
readonly beforeChange: (id: import("./tabs-types").Active) => boolean;
|
|
89
|
-
readonly showContent: boolean;
|
|
90
|
-
readonly reactivable: boolean;
|
|
91
|
-
readonly customWidth: string;
|
|
92
|
-
readonly addable: boolean;
|
|
93
|
-
readonly tabPosition: import("./tabs-types").ITabPositionType;
|
|
94
|
-
}>;
|
|
1
|
+
declare const _default: (props: Record<string, any> & {}) => any;
|
|
95
2
|
export default _default;
|
package/types/tag/src/tag.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
readonly type: import("vue").PropType<import("./tag-types").SizeType>;
|
|
25
25
|
readonly default: "md";
|
|
26
26
|
};
|
|
27
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "
|
|
27
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "tagDelete" | "checkedChange")[], "click" | "tagDelete" | "checkedChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
readonly type: {
|
|
29
29
|
readonly type: import("vue").PropType<import("./tag-types").TagType>;
|
|
30
30
|
readonly default: "";
|
|
@@ -51,8 +51,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
};
|
|
52
52
|
}>> & {
|
|
53
53
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
54
|
-
onCheckedChange?: ((...args: any[]) => any) | undefined;
|
|
55
54
|
onTagDelete?: ((...args: any[]) => any) | undefined;
|
|
55
|
+
onCheckedChange?: ((...args: any[]) => any) | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
readonly type: import("./tag-types").TagType;
|
|
58
58
|
readonly color: string;
|
|
@@ -60,5 +60,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
readonly checked: boolean;
|
|
61
61
|
readonly titleContent: string;
|
|
62
62
|
readonly deletable: boolean;
|
|
63
|
-
}>;
|
|
63
|
+
}, {}>;
|
|
64
64
|
export default _default;
|
|
@@ -1,133 +1,3 @@
|
|
|
1
|
-
import { Suggestion } from './tag-input-types';
|
|
2
1
|
import './tag-input.scss';
|
|
3
|
-
declare const _default:
|
|
4
|
-
readonly modelValue: {
|
|
5
|
-
readonly type: import("vue").PropType<Suggestion[]>;
|
|
6
|
-
readonly default: () => [];
|
|
7
|
-
};
|
|
8
|
-
readonly displayProperty: {
|
|
9
|
-
readonly type: StringConstructor;
|
|
10
|
-
readonly default: "name";
|
|
11
|
-
};
|
|
12
|
-
readonly placeholder: {
|
|
13
|
-
readonly type: StringConstructor;
|
|
14
|
-
readonly default: "";
|
|
15
|
-
};
|
|
16
|
-
readonly minLength: {
|
|
17
|
-
readonly type: NumberConstructor;
|
|
18
|
-
readonly default: 3;
|
|
19
|
-
};
|
|
20
|
-
readonly maxLength: {
|
|
21
|
-
readonly type: NumberConstructor;
|
|
22
|
-
readonly default: number;
|
|
23
|
-
};
|
|
24
|
-
readonly maxTags: {
|
|
25
|
-
readonly type: NumberConstructor;
|
|
26
|
-
readonly default: number;
|
|
27
|
-
};
|
|
28
|
-
readonly maxTagsText: {
|
|
29
|
-
readonly type: StringConstructor;
|
|
30
|
-
readonly default: "";
|
|
31
|
-
};
|
|
32
|
-
readonly spellcheck: {
|
|
33
|
-
readonly type: BooleanConstructor;
|
|
34
|
-
readonly default: true;
|
|
35
|
-
};
|
|
36
|
-
readonly suggestionList: {
|
|
37
|
-
readonly type: import("vue").PropType<Suggestion[]>;
|
|
38
|
-
readonly default: () => [];
|
|
39
|
-
};
|
|
40
|
-
readonly disabled: {
|
|
41
|
-
readonly type: BooleanConstructor;
|
|
42
|
-
readonly default: false;
|
|
43
|
-
};
|
|
44
|
-
readonly isAddBySpace: {
|
|
45
|
-
readonly type: BooleanConstructor;
|
|
46
|
-
readonly default: true;
|
|
47
|
-
};
|
|
48
|
-
readonly disabledText: {
|
|
49
|
-
readonly type: StringConstructor;
|
|
50
|
-
readonly default: "";
|
|
51
|
-
};
|
|
52
|
-
readonly noData: {
|
|
53
|
-
readonly type: StringConstructor;
|
|
54
|
-
readonly default: "暂无数据";
|
|
55
|
-
};
|
|
56
|
-
readonly caseSensitivity: {
|
|
57
|
-
readonly type: BooleanConstructor;
|
|
58
|
-
readonly default: false;
|
|
59
|
-
};
|
|
60
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "change" | "update:modelValue" | "update:suggestionList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
|
-
readonly modelValue: {
|
|
62
|
-
readonly type: import("vue").PropType<Suggestion[]>;
|
|
63
|
-
readonly default: () => [];
|
|
64
|
-
};
|
|
65
|
-
readonly displayProperty: {
|
|
66
|
-
readonly type: StringConstructor;
|
|
67
|
-
readonly default: "name";
|
|
68
|
-
};
|
|
69
|
-
readonly placeholder: {
|
|
70
|
-
readonly type: StringConstructor;
|
|
71
|
-
readonly default: "";
|
|
72
|
-
};
|
|
73
|
-
readonly minLength: {
|
|
74
|
-
readonly type: NumberConstructor;
|
|
75
|
-
readonly default: 3;
|
|
76
|
-
};
|
|
77
|
-
readonly maxLength: {
|
|
78
|
-
readonly type: NumberConstructor;
|
|
79
|
-
readonly default: number;
|
|
80
|
-
};
|
|
81
|
-
readonly maxTags: {
|
|
82
|
-
readonly type: NumberConstructor;
|
|
83
|
-
readonly default: number;
|
|
84
|
-
};
|
|
85
|
-
readonly maxTagsText: {
|
|
86
|
-
readonly type: StringConstructor;
|
|
87
|
-
readonly default: "";
|
|
88
|
-
};
|
|
89
|
-
readonly spellcheck: {
|
|
90
|
-
readonly type: BooleanConstructor;
|
|
91
|
-
readonly default: true;
|
|
92
|
-
};
|
|
93
|
-
readonly suggestionList: {
|
|
94
|
-
readonly type: import("vue").PropType<Suggestion[]>;
|
|
95
|
-
readonly default: () => [];
|
|
96
|
-
};
|
|
97
|
-
readonly disabled: {
|
|
98
|
-
readonly type: BooleanConstructor;
|
|
99
|
-
readonly default: false;
|
|
100
|
-
};
|
|
101
|
-
readonly isAddBySpace: {
|
|
102
|
-
readonly type: BooleanConstructor;
|
|
103
|
-
readonly default: true;
|
|
104
|
-
};
|
|
105
|
-
readonly disabledText: {
|
|
106
|
-
readonly type: StringConstructor;
|
|
107
|
-
readonly default: "";
|
|
108
|
-
};
|
|
109
|
-
readonly noData: {
|
|
110
|
-
readonly type: StringConstructor;
|
|
111
|
-
readonly default: "暂无数据";
|
|
112
|
-
};
|
|
113
|
-
readonly caseSensitivity: {
|
|
114
|
-
readonly type: BooleanConstructor;
|
|
115
|
-
readonly default: false;
|
|
116
|
-
};
|
|
117
|
-
}>>, {
|
|
118
|
-
readonly spellcheck: boolean;
|
|
119
|
-
readonly disabled: boolean;
|
|
120
|
-
readonly placeholder: string;
|
|
121
|
-
readonly noData: string;
|
|
122
|
-
readonly modelValue: Suggestion[];
|
|
123
|
-
readonly maxLength: number;
|
|
124
|
-
readonly displayProperty: string;
|
|
125
|
-
readonly minLength: number;
|
|
126
|
-
readonly maxTags: number;
|
|
127
|
-
readonly maxTagsText: string;
|
|
128
|
-
readonly suggestionList: Suggestion[];
|
|
129
|
-
readonly isAddBySpace: boolean;
|
|
130
|
-
readonly disabledText: string;
|
|
131
|
-
readonly caseSensitivity: boolean;
|
|
132
|
-
}>;
|
|
2
|
+
declare const _default: (props: Record<string, any> & {}) => any;
|
|
133
3
|
export default _default;
|
|
@@ -1,87 +1,3 @@
|
|
|
1
1
|
import './textarea.scss';
|
|
2
|
-
declare const _default:
|
|
3
|
-
readonly autofocus: {
|
|
4
|
-
readonly type: BooleanConstructor;
|
|
5
|
-
readonly default: false;
|
|
6
|
-
};
|
|
7
|
-
readonly showCount: {
|
|
8
|
-
readonly type: BooleanConstructor;
|
|
9
|
-
readonly default: false;
|
|
10
|
-
};
|
|
11
|
-
readonly placeholder: {
|
|
12
|
-
readonly type: StringConstructor;
|
|
13
|
-
readonly default: undefined;
|
|
14
|
-
};
|
|
15
|
-
readonly modelValue: {
|
|
16
|
-
readonly type: StringConstructor;
|
|
17
|
-
readonly default: "";
|
|
18
|
-
};
|
|
19
|
-
readonly disabled: {
|
|
20
|
-
readonly type: BooleanConstructor;
|
|
21
|
-
readonly default: false;
|
|
22
|
-
};
|
|
23
|
-
readonly error: {
|
|
24
|
-
readonly type: BooleanConstructor;
|
|
25
|
-
readonly default: false;
|
|
26
|
-
};
|
|
27
|
-
readonly resize: {
|
|
28
|
-
readonly type: import("vue").PropType<import("./textarea-types").Resize>;
|
|
29
|
-
readonly default: "none";
|
|
30
|
-
};
|
|
31
|
-
readonly autosize: {
|
|
32
|
-
readonly type: import("vue").PropType<import("./textarea-types").TextareaAutoSize>;
|
|
33
|
-
readonly default: false;
|
|
34
|
-
};
|
|
35
|
-
readonly validateEvent: {
|
|
36
|
-
readonly type: BooleanConstructor;
|
|
37
|
-
readonly default: true;
|
|
38
|
-
};
|
|
39
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "blur" | "change" | "focus" | "keydown" | "update" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
-
readonly autofocus: {
|
|
41
|
-
readonly type: BooleanConstructor;
|
|
42
|
-
readonly default: false;
|
|
43
|
-
};
|
|
44
|
-
readonly showCount: {
|
|
45
|
-
readonly type: BooleanConstructor;
|
|
46
|
-
readonly default: false;
|
|
47
|
-
};
|
|
48
|
-
readonly placeholder: {
|
|
49
|
-
readonly type: StringConstructor;
|
|
50
|
-
readonly default: undefined;
|
|
51
|
-
};
|
|
52
|
-
readonly modelValue: {
|
|
53
|
-
readonly type: StringConstructor;
|
|
54
|
-
readonly default: "";
|
|
55
|
-
};
|
|
56
|
-
readonly disabled: {
|
|
57
|
-
readonly type: BooleanConstructor;
|
|
58
|
-
readonly default: false;
|
|
59
|
-
};
|
|
60
|
-
readonly error: {
|
|
61
|
-
readonly type: BooleanConstructor;
|
|
62
|
-
readonly default: false;
|
|
63
|
-
};
|
|
64
|
-
readonly resize: {
|
|
65
|
-
readonly type: import("vue").PropType<import("./textarea-types").Resize>;
|
|
66
|
-
readonly default: "none";
|
|
67
|
-
};
|
|
68
|
-
readonly autosize: {
|
|
69
|
-
readonly type: import("vue").PropType<import("./textarea-types").TextareaAutoSize>;
|
|
70
|
-
readonly default: false;
|
|
71
|
-
};
|
|
72
|
-
readonly validateEvent: {
|
|
73
|
-
readonly type: BooleanConstructor;
|
|
74
|
-
readonly default: true;
|
|
75
|
-
};
|
|
76
|
-
}>>, {
|
|
77
|
-
readonly error: boolean;
|
|
78
|
-
readonly resize: import("./textarea-types").Resize;
|
|
79
|
-
readonly autofocus: boolean;
|
|
80
|
-
readonly disabled: boolean;
|
|
81
|
-
readonly placeholder: string;
|
|
82
|
-
readonly autosize: import("./textarea-types").TextareaAutoSize;
|
|
83
|
-
readonly modelValue: string;
|
|
84
|
-
readonly validateEvent: boolean;
|
|
85
|
-
readonly showCount: boolean;
|
|
86
|
-
}>;
|
|
2
|
+
declare const _default: (props: Record<string, any> & {}) => any;
|
|
87
3
|
export default _default;
|
|
@@ -1,70 +1,3 @@
|
|
|
1
|
-
import { ArrType } from '../../types';
|
|
2
1
|
import './index.scss';
|
|
3
|
-
declare const _default:
|
|
4
|
-
hourList: {
|
|
5
|
-
type: import("vue").PropType<ArrType[]>;
|
|
6
|
-
default: () => ArrType[];
|
|
7
|
-
};
|
|
8
|
-
minuteList: {
|
|
9
|
-
type: import("vue").PropType<ArrType[]>;
|
|
10
|
-
default: () => ArrType[];
|
|
11
|
-
};
|
|
12
|
-
secondList: {
|
|
13
|
-
type: import("vue").PropType<ArrType[]>;
|
|
14
|
-
default: () => ArrType[];
|
|
15
|
-
};
|
|
16
|
-
format: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
minTime: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
maxTime: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
itemHeight: {
|
|
29
|
-
type: NumberConstructor;
|
|
30
|
-
default: number;
|
|
31
|
-
};
|
|
32
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
-
hourList: {
|
|
34
|
-
type: import("vue").PropType<ArrType[]>;
|
|
35
|
-
default: () => ArrType[];
|
|
36
|
-
};
|
|
37
|
-
minuteList: {
|
|
38
|
-
type: import("vue").PropType<ArrType[]>;
|
|
39
|
-
default: () => ArrType[];
|
|
40
|
-
};
|
|
41
|
-
secondList: {
|
|
42
|
-
type: import("vue").PropType<ArrType[]>;
|
|
43
|
-
default: () => ArrType[];
|
|
44
|
-
};
|
|
45
|
-
format: {
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
minTime: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
maxTime: {
|
|
54
|
-
type: StringConstructor;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
itemHeight: {
|
|
58
|
-
type: NumberConstructor;
|
|
59
|
-
default: number;
|
|
60
|
-
};
|
|
61
|
-
}>>, {
|
|
62
|
-
format: string;
|
|
63
|
-
itemHeight: number;
|
|
64
|
-
hourList: ArrType[];
|
|
65
|
-
minuteList: ArrType[];
|
|
66
|
-
secondList: ArrType[];
|
|
67
|
-
minTime: string;
|
|
68
|
-
maxTime: string;
|
|
69
|
-
}>;
|
|
2
|
+
declare const _default: (props: Record<string, any> & {}) => any;
|
|
70
3
|
export default _default;
|
|
@@ -1,78 +1,3 @@
|
|
|
1
1
|
import './index.scss';
|
|
2
|
-
declare const _default:
|
|
3
|
-
showPopup: {
|
|
4
|
-
type: BooleanConstructor;
|
|
5
|
-
default: boolean;
|
|
6
|
-
};
|
|
7
|
-
popupTop: {
|
|
8
|
-
type: NumberConstructor;
|
|
9
|
-
default: number;
|
|
10
|
-
};
|
|
11
|
-
popupLeft: {
|
|
12
|
-
type: NumberConstructor;
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
popupWidth: {
|
|
16
|
-
type: NumberConstructor;
|
|
17
|
-
default: number;
|
|
18
|
-
};
|
|
19
|
-
popupFormat: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
|
-
minTime: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
maxTime: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
bindData: {
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "change" | "submitData", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
-
showPopup: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
|
-
popupTop: {
|
|
41
|
-
type: NumberConstructor;
|
|
42
|
-
default: number;
|
|
43
|
-
};
|
|
44
|
-
popupLeft: {
|
|
45
|
-
type: NumberConstructor;
|
|
46
|
-
default: number;
|
|
47
|
-
};
|
|
48
|
-
popupWidth: {
|
|
49
|
-
type: NumberConstructor;
|
|
50
|
-
default: number;
|
|
51
|
-
};
|
|
52
|
-
popupFormat: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
minTime: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
maxTime: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
bindData: {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
default: string;
|
|
67
|
-
};
|
|
68
|
-
}>>, {
|
|
69
|
-
bindData: string;
|
|
70
|
-
minTime: string;
|
|
71
|
-
maxTime: string;
|
|
72
|
-
showPopup: boolean;
|
|
73
|
-
popupTop: number;
|
|
74
|
-
popupLeft: number;
|
|
75
|
-
popupWidth: number;
|
|
76
|
-
popupFormat: string;
|
|
77
|
-
}>;
|
|
2
|
+
declare const _default: (props: Record<string, any> & {}) => any;
|
|
78
3
|
export default _default;
|