vue-devui 1.2.1-alpha.0 → 1.3.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/README.md +230 -229
- package/button/style.css +1 -1
- package/date-picker-pro/style.css +1 -1
- package/package.json +1 -1
- package/search/index.es.js +21 -28
- package/search/index.umd.js +6 -6
- package/search/style.css +1 -1
- package/style.css +1 -1
- package/table/style.css +1 -1
- package/time-picker/style.css +1 -1
- package/types/accordion/index.d.ts +14 -14
- package/types/accordion/src/accordion-item-hreflink.d.ts +248 -248
- package/types/accordion/src/accordion-item-routerlink.d.ts +248 -248
- package/types/accordion/src/accordion-item.d.ts +248 -248
- package/types/accordion/src/accordion-list.d.ts +234 -234
- package/types/accordion/src/accordion-menu.d.ts +248 -248
- package/types/accordion/src/accordion-types.d.ts +102 -102
- package/types/accordion/src/accordion.d.ts +222 -222
- package/types/accordion/src/accordion.type.d.ts +81 -81
- package/types/accordion/src/utils.d.ts +7 -7
- package/types/alert/__tests__/alert.spec.d.ts +1 -1
- package/types/alert/index.d.ts +11 -11
- package/types/alert/src/alert-types.d.ts +29 -29
- package/types/alert/src/alert.d.ts +62 -62
- package/types/alert/src/components/alert-close-icon.d.ts +2 -2
- package/types/alert/src/components/alert-type-icon.d.ts +5 -5
- package/types/anchor/index.d.ts +11 -11
- package/types/anchor/src/anchor.d.ts +8 -8
- package/types/anchor/src/d-anchor-box.d.ts +5 -5
- package/types/anchor/src/d-anchor-link.d.ts +8 -8
- package/types/anchor/src/d-anchor.d.ts +8 -8
- package/types/anchor/src/utils.d.ts +4 -4
- package/types/auto-complete/__tests__/auto-complete.spec.d.ts +1 -1
- package/types/auto-complete/index.d.ts +11 -11
- package/types/auto-complete/src/auto-complete-types.d.ts +169 -169
- package/types/auto-complete/src/auto-complete.d.ts +249 -249
- package/types/auto-complete/src/components/dropdown.d.ts +2 -2
- package/types/auto-complete/src/composables/use-auto-complete-render.d.ts +4 -4
- package/types/auto-complete/src/composables/use-custom-template.d.ts +11 -11
- package/types/auto-complete/src/composables/use-input-handle.d.ts +3 -3
- package/types/auto-complete/src/composables/use-keyboard-select.d.ts +6 -6
- package/types/auto-complete/src/composables/use-lazy-handle.d.ts +7 -7
- package/types/auto-complete/src/composables/use-searchfn.d.ts +8 -8
- package/types/auto-complete/src/composables/use-select-handle.d.ts +6 -6
- package/types/avatar/__tests__/avatar.spec.d.ts +1 -1
- package/types/avatar/index.d.ts +11 -11
- package/types/avatar/src/avatar-types.d.ts +36 -36
- package/types/avatar/src/avatar.d.ts +69 -69
- package/types/avatar/src/components/avatar-body-icon.d.ts +23 -23
- package/types/avatar/src/components/avatar-nobody-icon.d.ts +23 -23
- package/types/avatar/src/components/icon-body.d.ts +2 -2
- package/types/avatar/src/components/icon-nobody.d.ts +2 -2
- package/types/back-top/index.d.ts +10 -10
- package/types/back-top/src/back-top-types.d.ts +25 -25
- package/types/back-top/src/back-top.d.ts +42 -42
- package/types/back-top/src/hooks/index.d.ts +6 -6
- package/types/back-top/src/hooks/use-event-listener.d.ts +3 -3
- package/types/back-top/src/hooks/use-position.d.ts +2 -2
- package/types/back-top/src/hooks/use-target.d.ts +2 -2
- package/types/back-top/src/hooks/use-throttle.d.ts +1 -1
- package/types/back-top/src/hooks/use-visibility.d.ts +3 -3
- package/types/badge/__tests__/badge.spec.d.ts +1 -1
- package/types/badge/index.d.ts +11 -11
- package/types/badge/src/badge-types.d.ts +40 -40
- package/types/badge/src/badge.d.ts +79 -79
- package/types/breadcrumb/__tests__/breadcrumb.spec.d.ts +1 -1
- package/types/breadcrumb/index.d.ts +12 -12
- package/types/breadcrumb/src/breadcrumb-item-types.d.ts +43 -43
- package/types/breadcrumb/src/breadcrumb-item.d.ts +48 -48
- package/types/breadcrumb/src/breadcrumb-types.d.ts +32 -32
- package/types/breadcrumb/src/breadcrumb.d.ts +22 -22
- package/types/breadcrumb/src/utils.d.ts +1 -1
- package/types/button/__tests__/button-group.spec.d.ts +1 -1
- package/types/button/__tests__/button.spec.d.ts +1 -1
- package/types/button/index.d.ts +12 -12
- package/types/button/src/button-group.d.ts +15 -15
- package/types/button/src/button-types.d.ts +52 -52
- package/types/button/src/button.d.ts +3 -3
- package/types/button/src/use-button.d.ts +3 -3
- package/types/card/__tests__/card.spec.d.ts +1 -1
- package/types/card/index.d.ts +11 -11
- package/types/card/src/card-types.d.ts +16 -16
- package/types/card/src/card.d.ts +33 -33
- package/types/carousel/__tests__/carousel.spec.d.ts +1 -1
- package/types/carousel/index.d.ts +12 -12
- package/types/carousel/src/carousel.d.ts +91 -91
- package/types/carousel/src/item.d.ts +2 -2
- package/types/carousel/src/types.d.ts +43 -43
- package/types/cascader/__tests__/cascader.spec.d.ts +1 -1
- package/types/cascader/components/cascader-item/index.d.ts +3 -3
- package/types/cascader/components/cascader-list/index.d.ts +60 -60
- package/types/cascader/components/cascader-multiple/index.d.ts +4 -4
- package/types/cascader/components/cascader-tag/index.d.ts +12 -12
- package/types/cascader/hooks/use-cascader-class.d.ts +9 -9
- package/types/cascader/hooks/use-cascader-item.d.ts +3 -3
- package/types/cascader/hooks/use-cascader-multiple.d.ts +32 -32
- package/types/cascader/hooks/use-cascader-options.d.ts +17 -17
- package/types/cascader/hooks/use-cascader-popup.d.ts +6 -6
- package/types/cascader/hooks/use-cascader-single.d.ts +26 -26
- package/types/cascader/hooks/use-cascader-style.d.ts +6 -6
- package/types/cascader/hooks/use-cascader.d.ts +3 -3
- package/types/cascader/hooks/use-filter.d.ts +3 -3
- package/types/cascader/index.d.ts +10 -10
- package/types/cascader/src/cascader-types.d.ts +254 -254
- package/types/cascader/src/cascader.d.ts +3 -3
- package/types/checkbox/__tests__/checkbox-button.spec.d.ts +1 -1
- package/types/checkbox/__tests__/checkbox-group.spec.d.ts +1 -1
- package/types/checkbox/__tests__/checkbox.spec.d.ts +1 -1
- package/types/checkbox/index.d.ts +13 -13
- package/types/checkbox/src/checkbox-button.d.ts +148 -148
- package/types/checkbox/src/checkbox-group.d.ts +170 -170
- package/types/checkbox/src/checkbox-types.d.ts +189 -189
- package/types/checkbox/src/checkbox.d.ts +148 -148
- package/types/checkbox/src/use-checkbox.d.ts +5 -5
- package/types/collapse/__tests__/collapse.spec.d.ts +1 -1
- package/types/collapse/index.d.ts +12 -12
- package/types/collapse/src/collapse-item.d.ts +34 -34
- package/types/collapse/src/collapse-open-icon.d.ts +2 -2
- package/types/collapse/src/collapse-types.d.ts +33 -33
- package/types/collapse/src/collapse.d.ts +30 -30
- package/types/collapse/src/const.d.ts +3 -3
- package/types/color-picker/index.d.ts +10 -10
- package/types/color-picker/src/color-picker-types.d.ts +26 -26
- package/types/color-picker/src/color-picker.d.ts +56 -56
- package/types/color-picker/src/components/color-alpha-slider/color-alpha-slider.d.ts +50 -50
- package/types/color-picker/src/components/color-alpha-slider/color-picker-alpha-slider-types.d.ts +24 -24
- package/types/color-picker/src/components/color-basic/color-basic-types.d.ts +8 -8
- package/types/color-picker/src/components/color-basic/color-basic.d.ts +12 -12
- package/types/color-picker/src/components/color-edit/color-edit.d.ts +31 -31
- package/types/color-picker/src/components/color-edit/color-picker-edit-types.d.ts +18 -18
- package/types/color-picker/src/components/color-history/color-history.d.ts +14 -14
- package/types/color-picker/src/components/color-history/color-picker-history-types.d.ts +8 -8
- package/types/color-picker/src/components/color-hue-slider/color-hue-slider.d.ts +38 -38
- package/types/color-picker/src/components/color-hue-slider/color-picker-hue-slider-types.d.ts +22 -22
- package/types/color-picker/src/components/color-palette/color-palette.d.ts +27 -27
- package/types/color-picker/src/components/color-palette/color-picker-palette-types.d.ts +13 -13
- package/types/color-picker/src/components/color-picker-panel/color-picker-panel-types.d.ts +18 -18
- package/types/color-picker/src/components/color-picker-panel/color-picker-panel.d.ts +39 -39
- package/types/color-picker/src/utils/color-utils-types.d.ts +61 -61
- package/types/color-picker/src/utils/color-utils.d.ts +39 -39
- package/types/color-picker/src/utils/color.d.ts +1 -1
- package/types/color-picker/src/utils/composeable.d.ts +6 -6
- package/types/color-picker/src/utils/dom-dragger.d.ts +112 -112
- package/types/color-picker/src/utils/helpers.d.ts +10 -10
- package/types/comment/__tests__/comment.spec.d.ts +1 -1
- package/types/comment/index.d.ts +11 -11
- package/types/comment/src/comment-types.d.ts +16 -16
- package/types/comment/src/comment.d.ts +33 -33
- package/types/countdown/__tests__/countdown.spec.d.ts +1 -1
- package/types/countdown/index.d.ts +11 -11
- package/types/countdown/src/countdown-types.d.ts +33 -33
- package/types/countdown/src/countdown.d.ts +53 -53
- package/types/countdown/src/utils.d.ts +11 -11
- package/types/date-picker/index.d.ts +15 -15
- package/types/date-picker/src/components/calendar/index.d.ts +4 -4
- package/types/date-picker/src/components/helper.d.ts +5 -5
- package/types/date-picker/src/components/panel/index.d.ts +4 -4
- package/types/date-picker/src/components/popup/index.d.ts +39 -39
- package/types/date-picker/src/components/timepicker/index.d.ts +11 -11
- package/types/date-picker/src/components/today-default/index.d.ts +6 -6
- package/types/date-picker/src/components/toolbar/index.d.ts +7 -7
- package/types/date-picker/src/components/toolbar/svg-icon.d.ts +3 -3
- package/types/date-picker/src/components/types.d.ts +63 -63
- package/types/date-picker/src/components/utils.d.ts +41 -41
- package/types/date-picker/src/components/vertical-slider/index.d.ts +51 -51
- package/types/date-picker/src/date-picker-types.d.ts +97 -97
- package/types/date-picker/src/date-picker.d.ts +75 -75
- package/types/date-picker/src/helper.d.ts +48 -48
- package/types/date-picker/src/stick-slider/index.d.ts +9 -9
- package/types/date-picker/src/utils.d.ts +27 -27
- package/types/date-picker-pro/__tests__/const.d.ts +2 -2
- package/types/date-picker-pro/__tests__/date-picker-pro.spec.d.ts +1 -1
- package/types/date-picker-pro/__tests__/month-picker.spec.d.ts +1 -1
- package/types/date-picker-pro/__tests__/range-date-picker-pro.spec.d.ts +1 -1
- package/types/date-picker-pro/__tests__/utils.d.ts +3 -3
- package/types/date-picker-pro/__tests__/year-picker.spec.d.ts +1 -1
- package/types/date-picker-pro/index.d.ts +12 -12
- package/types/date-picker-pro/src/components/calendar-panel.d.ts +95 -95
- package/types/date-picker-pro/src/components/date-picker-panel.d.ts +95 -95
- package/types/date-picker-pro/src/components/icon-calendar.d.ts +1 -1
- package/types/date-picker-pro/src/components/icon-close.d.ts +1 -1
- package/types/date-picker-pro/src/components/month-calendar-panel.d.ts +95 -95
- package/types/date-picker-pro/src/components/range-date-picker-pro.d.ts +90 -90
- package/types/date-picker-pro/src/components/time-picker-panel.d.ts +23 -23
- package/types/date-picker-pro/src/components/year-calendar-panel.d.ts +95 -95
- package/types/date-picker-pro/src/composables/use-calendar-panel.d.ts +3 -3
- package/types/date-picker-pro/src/composables/use-calendar-selected.d.ts +3 -3
- package/types/date-picker-pro/src/composables/use-date-picker.d.ts +3 -3
- package/types/date-picker-pro/src/composables/use-month-calendar-panel.d.ts +3 -3
- package/types/date-picker-pro/src/composables/use-range-date-picker-pro.d.ts +3 -3
- package/types/date-picker-pro/src/composables/use-time-picker-panel.d.ts +3 -3
- package/types/date-picker-pro/src/composables/use-year-calendar-panel.d.ts +3 -3
- package/types/date-picker-pro/src/const.d.ts +11 -11
- package/types/date-picker-pro/src/date-picker-pro-types.d.ts +222 -222
- package/types/date-picker-pro/src/date-picker-pro.d.ts +81 -81
- package/types/date-picker-pro/src/range-date-picker-types.d.ts +65 -65
- package/types/date-picker-pro/src/use-picker-pro.d.ts +3 -3
- package/types/date-picker-pro/src/utils.d.ts +6 -6
- package/types/dragdrop/__tests__/dragdrop.spec.d.ts +1 -1
- package/types/dragdrop/index.d.ts +12 -12
- package/types/dragdrop/src/const.d.ts +1 -1
- package/types/dragdrop/src/draggable-directive.d.ts +19 -19
- package/types/dragdrop/src/droppable-directive.d.ts +15 -15
- package/types/dragdrop/src/sortable-directive.d.ts +18 -18
- package/types/dragdrop/src/utils.d.ts +80 -80
- package/types/drawer/__tests__/drawer.spec.d.ts +1 -1
- package/types/drawer/index.d.ts +11 -11
- package/types/drawer/src/components/drawer-overlay.d.ts +21 -21
- package/types/drawer/src/drawer-service.d.ts +6 -6
- package/types/drawer/src/drawer-types.d.ts +57 -57
- package/types/drawer/src/drawer.d.ts +79 -79
- package/types/drawer/src/use-drawer.d.ts +2 -2
- package/types/dropdown/__tests__/dropdown.spec.d.ts +1 -1
- package/types/dropdown/index.d.ts +12 -12
- package/types/dropdown/src/dropdown-menu-types.d.ts +43 -43
- package/types/dropdown/src/dropdown-menu.d.ts +78 -78
- package/types/dropdown/src/dropdown-types.d.ts +71 -71
- package/types/dropdown/src/dropdown.d.ts +104 -104
- package/types/dropdown/src/use-dropdown.d.ts +5 -5
- package/types/editable-select/__tests__/editable-select.spec.d.ts +1 -1
- package/types/editable-select/index.d.ts +11 -11
- package/types/editable-select/src/composables/use-cache-filtered-options.d.ts +7 -7
- package/types/editable-select/src/composables/use-filter-options.d.ts +7 -7
- package/types/editable-select/src/composables/use-input.d.ts +6 -6
- package/types/editable-select/src/composables/use-keyboard-select.d.ts +7 -7
- package/types/editable-select/src/composables/use-lazy-load.d.ts +6 -6
- package/types/editable-select/src/composables/use-select.d.ts +7 -7
- package/types/editable-select/src/editable-select-types.d.ts +50 -50
- package/types/editable-select/src/editable-select.d.ts +3 -3
- package/types/editable-select/src/utils/index.d.ts +9 -9
- package/types/form/__tests__/form.spec.d.ts +1 -1
- package/types/form/index.d.ts +14 -14
- package/types/form/src/components/form-control/form-control-types.d.ts +25 -25
- package/types/form/src/components/form-control/form-control.d.ts +21 -21
- package/types/form/src/components/form-control/use-form-control.d.ts +3 -3
- package/types/form/src/components/form-icons.d.ts +4 -4
- package/types/form/src/components/form-item/form-item-types.d.ts +79 -79
- package/types/form/src/components/form-item/form-item.d.ts +81 -81
- package/types/form/src/components/form-item/use-form-item.d.ts +5 -5
- package/types/form/src/components/form-label/form-label-types.d.ts +12 -12
- package/types/form/src/components/form-label/form-label.d.ts +15 -15
- package/types/form/src/components/form-label/use-form-label.d.ts +2 -2
- package/types/form/src/components/form-operation/form-operation.d.ts +3 -3
- package/types/form/src/composables/use-field-collection.d.ts +2 -2
- package/types/form/src/composables/use-form-validation.d.ts +3 -3
- package/types/form/src/composables/use-validate.d.ts +2 -2
- package/types/form/src/form-types.d.ts +86 -86
- package/types/form/src/form.d.ts +98 -98
- package/types/fullscreen/__tests__/fullscreen.spec.d.ts +1 -1
- package/types/fullscreen/index.d.ts +11 -11
- package/types/fullscreen/src/composables/use-fullscreen.d.ts +3 -3
- package/types/fullscreen/src/composables/use-keydown.d.ts +3 -3
- package/types/fullscreen/src/fullscreen-types.d.ts +18 -18
- package/types/fullscreen/src/fullscreen.d.ts +33 -33
- package/types/fullscreen/src/utils.d.ts +19 -19
- package/types/gantt/__tests__/gantt.spec.d.ts +1 -1
- package/types/gantt/index.d.ts +10 -10
- package/types/gantt/src/gantt-bar/index.d.ts +9 -9
- package/types/gantt/src/gantt-bar-parent/index.d.ts +51 -51
- package/types/gantt/src/gantt-milestone/index.d.ts +23 -23
- package/types/gantt/src/gantt-milestone/milestone-icon.d.ts +1 -1
- package/types/gantt/src/gantt-model.d.ts +55 -55
- package/types/gantt/src/gantt-scale/gantt-marker-directive.d.ts +26 -26
- package/types/gantt/src/gantt-scale/index.d.ts +155 -155
- package/types/gantt/src/gantt-scale/use-scale-data.d.ts +5 -5
- package/types/gantt/src/gantt-service.d.ts +23 -23
- package/types/gantt/src/gantt-tools/index.d.ts +40 -40
- package/types/gantt/src/gantt-types.d.ts +18 -18
- package/types/gantt/src/gantt.d.ts +36 -36
- package/types/gantt/src/i18n-gantt.d.ts +16 -16
- package/types/gantt/src/use-gantt.d.ts +4 -4
- package/types/gantt/src/utils.d.ts +2 -2
- package/types/grid/__tests__/grid.spec.d.ts +1 -1
- package/types/grid/index.d.ts +12 -12
- package/types/grid/src/col.d.ts +29 -29
- package/types/grid/src/composables/use-grid.d.ts +4 -4
- package/types/grid/src/composables/use-screen.d.ts +22 -22
- package/types/grid/src/grid-types.d.ts +67 -67
- package/types/grid/src/row.d.ts +43 -43
- package/types/icon/__tests__/icon.spec.d.ts +1 -1
- package/types/icon/index.d.ts +12 -12
- package/types/icon/src/composables/use-icon-dom.d.ts +3 -3
- package/types/icon/src/const.d.ts +1 -1
- package/types/icon/src/icon-group.d.ts +3 -3
- package/types/icon/src/icon-types.d.ts +55 -55
- package/types/icon/src/icon.d.ts +76 -76
- package/types/icon/src/svg-icon.d.ts +35 -35
- package/types/image-preview/__tests__/image-preview.spec.d.ts +1 -1
- package/types/image-preview/index.d.ts +12 -12
- package/types/image-preview/src/image-preview-directive.d.ts +11 -11
- package/types/image-preview/src/image-preview-service.d.ts +9 -9
- package/types/image-preview/src/image-preview-types.d.ts +34 -34
- package/types/image-preview/src/image-preview.d.ts +44 -44
- package/types/image-preview/src/transform.d.ts +39 -39
- package/types/input/__tests__/input.spec.d.ts +1 -1
- package/types/input/index.d.ts +11 -11
- package/types/input/src/composables/use-input-event.d.ts +3 -3
- package/types/input/src/composables/use-input-function.d.ts +3 -3
- package/types/input/src/composables/use-input-render.d.ts +3 -3
- package/types/input/src/input-types.d.ts +66 -66
- package/types/input/src/input.d.ts +93 -93
- package/types/input-icon/index.d.ts +10 -10
- package/types/input-icon/src/input-icon.d.ts +128 -128
- package/types/input-number/__tests__/input-number.spec.d.ts +1 -1
- package/types/input-number/index.d.ts +10 -10
- package/types/input-number/src/input-number-icons.d.ts +2 -2
- package/types/input-number/src/input-number-types.d.ts +64 -64
- package/types/input-number/src/input-number.d.ts +78 -78
- package/types/input-number/src/use-input-number.d.ts +5 -5
- package/types/layout/__tests__/layout.spec.d.ts +1 -1
- package/types/layout/index.d.ts +14 -14
- package/types/layout/src/aside.d.ts +2 -2
- package/types/layout/src/content.d.ts +3 -3
- package/types/layout/src/footer.d.ts +3 -3
- package/types/layout/src/header.d.ts +3 -3
- package/types/layout/src/layout.d.ts +3 -3
- package/types/list/index.d.ts +11 -11
- package/types/list/src/list-item.d.ts +3 -3
- package/types/list/src/list.d.ts +3 -3
- package/types/loading/__tests__/loading.spec.d.ts +1 -1
- package/types/loading/index.d.ts +12 -12
- package/types/loading/src/loading-directive.d.ts +7 -7
- package/types/loading/src/loading-service.d.ts +9 -9
- package/types/loading/src/loading-types.d.ts +42 -42
- package/types/locale/create.d.ts +2 -2
- package/types/locale/index.d.ts +12 -12
- package/types/locale/lang/en-us.d.ts +100 -100
- package/types/locale/lang/zh-cn.d.ts +101 -101
- package/types/mention/index.d.ts +11 -11
- package/types/mention/src/mention-types.d.ts +35 -35
- package/types/mention/src/mention.d.ts +69 -69
- package/types/menu/__tests__/menu.spec.d.ts +1 -1
- package/types/menu/index.d.ts +12 -12
- package/types/menu/src/components/menu-item/menu-item-types.d.ts +20 -20
- package/types/menu/src/components/menu-item/menu-item.d.ts +29 -29
- package/types/menu/src/components/menu-item/use-menu-item.d.ts +7 -7
- package/types/menu/src/components/menu-transition/menu-transition.d.ts +2 -2
- package/types/menu/src/components/sub-menu/sub-menu-types.d.ts +12 -12
- package/types/menu/src/components/sub-menu/sub-menu.d.ts +23 -23
- package/types/menu/src/components/sub-menu/use-sub-menu.d.ts +3 -3
- package/types/menu/src/composables/use-click.d.ts +5 -5
- package/types/menu/src/composables/use-layer-operate.d.ts +9 -9
- package/types/menu/src/composables/use-nearest-menu-element.d.ts +1 -1
- package/types/menu/src/composables/use-store.d.ts +8 -8
- package/types/menu/src/menu-types.d.ts +41 -41
- package/types/menu/src/menu.d.ts +91 -91
- package/types/message/__tests__/message.spec.d.ts +1 -1
- package/types/message/index.d.ts +11 -11
- package/types/message/src/instance.d.ts +10 -10
- package/types/message/src/message-icon-close.d.ts +4 -4
- package/types/message/src/message-icons.d.ts +4 -4
- package/types/message/src/message-service.d.ts +13 -13
- package/types/message/src/message-types.d.ts +45 -45
- package/types/message/src/message.d.ts +87 -87
- package/types/modal/__tests__/modal.spec.d.ts +1 -1
- package/types/modal/index.d.ts +11 -11
- package/types/modal/src/components/body.d.ts +2 -2
- package/types/modal/src/components/footer.d.ts +2 -2
- package/types/modal/src/components/header.d.ts +2 -2
- package/types/modal/src/composables/use-draggable.d.ts +7 -7
- package/types/modal/src/composables/use-modal.d.ts +3 -3
- package/types/modal/src/composables/use-moveable.d.ts +9 -9
- package/types/modal/src/modal-types.d.ts +61 -61
- package/types/modal/src/modal.d.ts +123 -123
- package/types/modal/src/services/common-modal-service.d.ts +12 -12
- package/types/modal/src/services/modal-service.d.ts +17 -17
- package/types/multi-auto-complete/__tests__/multi-auto-complete.spec.d.ts +1 -1
- package/types/multi-auto-complete/index.d.ts +11 -11
- package/types/multi-auto-complete/src/multi-auto-complete-types.d.ts +3 -3
- package/types/multi-auto-complete/src/multi-auto-complete.d.ts +9 -9
- package/types/nav-sprite/index.d.ts +10 -10
- package/types/nav-sprite/src/nav-sprite-types.d.ts +68 -68
- package/types/nav-sprite/src/nav-sprite.d.ts +121 -121
- package/types/notification/__tests__/notification.spec.d.ts +1 -1
- package/types/notification/index.d.ts +12 -12
- package/types/notification/src/notification-icon-close.d.ts +4 -4
- package/types/notification/src/notification-icons.d.ts +4 -4
- package/types/notification/src/notification-image.d.ts +16 -16
- package/types/notification/src/notification-service.d.ts +4 -4
- package/types/notification/src/notification-types.d.ts +35 -35
- package/types/notification/src/notification.d.ts +51 -51
- package/types/notification/src/use-notification.d.ts +11 -11
- package/types/overlay/__tests__/overlay.spec.d.ts +1 -1
- package/types/overlay/index.d.ts +13 -13
- package/types/overlay/src/base-overlay.d.ts +2 -2
- package/types/overlay/src/fixed-overlay/fixed-overlay-types.d.ts +19 -19
- package/types/overlay/src/fixed-overlay/index.d.ts +32 -32
- package/types/overlay/src/fixed-overlay/use-fixed-overlay.d.ts +3 -3
- package/types/overlay/src/flexible-overlay/flexible-overlay-types.d.ts +61 -61
- package/types/overlay/src/flexible-overlay/index.d.ts +85 -85
- package/types/overlay/src/flexible-overlay/use-flexible-overlay.d.ts +2 -2
- package/types/overlay/src/flexible-overlay/utils.d.ts +1 -1
- package/types/pagination/__tests__/pagination.spec.d.ts +1 -1
- package/types/pagination/index.d.ts +11 -11
- package/types/pagination/src/components/config-menu.d.ts +15 -15
- package/types/pagination/src/components/jump-page.d.ts +34 -34
- package/types/pagination/src/components/page-link-icons.d.ts +2 -2
- package/types/pagination/src/components/page-nums.d.ts +40 -40
- package/types/pagination/src/components/page-size.d.ts +2 -2
- package/types/pagination/src/pagination-types.d.ts +119 -119
- package/types/pagination/src/utils.d.ts +8 -8
- package/types/panel/__tests__/panel.spec.d.ts +1 -1
- package/types/panel/index.d.ts +18 -18
- package/types/panel/src/components/panel-body.d.ts +59 -59
- package/types/panel/src/components/panel-footer.d.ts +2 -2
- package/types/panel/src/components/panel-header.d.ts +61 -61
- package/types/panel/src/panel-types.d.ts +29 -29
- package/types/panel/src/panel.d.ts +62 -62
- package/types/panel/src/store/index.d.ts +7 -7
- package/types/popover/__tests__/popover.spec.d.ts +1 -1
- package/types/popover/index.d.ts +11 -11
- package/types/popover/src/popover-icon.d.ts +17 -17
- package/types/popover/src/popover-icons.d.ts +4 -4
- package/types/popover/src/popover-types.d.ts +62 -62
- package/types/popover/src/popover.d.ts +108 -108
- package/types/popover/src/use-popover.d.ts +6 -6
- package/types/progress/__tests__/progress.spec.d.ts +1 -1
- package/types/progress/index.d.ts +11 -11
- package/types/progress/src/progress-types.d.ts +52 -52
- package/types/progress/src/progress.d.ts +91 -91
- package/types/quadrant-diagram/__tests__/quadrant-diagram.spec.d.ts +1 -1
- package/types/quadrant-diagram/config.d.ts +45 -45
- package/types/quadrant-diagram/index.d.ts +10 -10
- package/types/quadrant-diagram/src/components/axis/index.d.ts +24 -24
- package/types/quadrant-diagram/src/components/axis/types.d.ts +14 -14
- package/types/quadrant-diagram/src/quadrant-diagram-types.d.ts +42 -42
- package/types/quadrant-diagram/src/quadrant-diagram.d.ts +120 -120
- package/types/quadrant-diagram/type.d.ts +56 -56
- package/types/radio/__tests__/radio-button.spec.d.ts +1 -1
- package/types/radio/__tests__/radio-group.spec.d.ts +1 -1
- package/types/radio/__tests__/radio.spec.d.ts +1 -1
- package/types/radio/index.d.ts +12 -12
- package/types/radio/src/radio-button.d.ts +71 -71
- package/types/radio/src/radio-group.d.ts +96 -96
- package/types/radio/src/radio-types.d.ts +110 -110
- package/types/radio/src/radio.d.ts +71 -71
- package/types/radio/src/use-radio.d.ts +5 -5
- package/types/rate/__tests__/rate.spec.d.ts +1 -1
- package/types/rate/index.d.ts +11 -11
- package/types/rate/src/rate-types.d.ts +46 -46
- package/types/rate/src/rate.d.ts +107 -107
- package/types/read-tip/__tests__/read-tip-template.spec.d.ts +1 -1
- package/types/read-tip/__tests__/read-tip.spec.d.ts +1 -1
- package/types/read-tip/index.d.ts +11 -11
- package/types/read-tip/src/read-tip-directive.d.ts +2 -2
- package/types/read-tip/src/read-tip-template.d.ts +18 -18
- package/types/read-tip/src/read-tip-types.d.ts +64 -64
- package/types/read-tip/src/read-tip.d.ts +18 -18
- package/types/result/__tests__/result.spec.d.ts +1 -1
- package/types/result/index.d.ts +11 -11
- package/types/result/src/result-types.d.ts +17 -17
- package/types/result/src/result.d.ts +33 -33
- package/types/ripple/__tests__/ripple.spec.d.ts +1 -1
- package/types/ripple/index.d.ts +10 -10
- package/types/ripple/src/options.d.ts +75 -75
- package/types/ripple/src/ripple-directive.d.ts +6 -6
- package/types/ripple/src/utils/create-container-element.d.ts +1 -1
- package/types/ripple/src/utils/create-ripple-element.d.ts +2 -2
- package/types/ripple/src/utils/getdistance-tofurthestcorner.d.ts +1 -1
- package/types/ripple/src/utils/getrelative-pointer.d.ts +1 -1
- package/types/ripple/src/utils/magnitude.d.ts +1 -1
- package/types/ripple/src/utils/ripple-count.d.ts +4 -4
- package/types/ripple/src/v-ripple.d.ts +3 -3
- package/types/search/__tests__/search.spec.d.ts +1 -1
- package/types/search/index.d.ts +11 -11
- package/types/search/src/components/search-close-icon.d.ts +2 -0
- package/types/search/src/components/search-icon.d.ts +2 -0
- package/types/search/src/composables/use-search-class.d.ts +7 -7
- package/types/search/src/composables/use-search-keydown.d.ts +8 -8
- package/types/search/src/composables/use-search-keywords.d.ts +8 -8
- package/types/search/src/search-types.d.ts +64 -64
- package/types/search/src/search.d.ts +117 -117
- package/types/select/__tests__/option-group.spec.d.ts +1 -1
- package/types/select/__tests__/option.spec.d.ts +1 -1
- package/types/select/__tests__/select.spec.d.ts +1 -1
- package/types/select/index.d.ts +12 -12
- package/types/select/src/components/option-group.d.ts +20 -20
- package/types/select/src/components/option.d.ts +41 -41
- package/types/select/src/components/select-arrow-icon.d.ts +2 -2
- package/types/select/src/components/select-content.d.ts +2 -2
- package/types/select/src/composables/use-option.d.ts +2 -2
- package/types/select/src/composables/use-select-content.d.ts +2 -2
- package/types/select/src/composables/use-select-function.d.ts +3 -3
- package/types/select/src/const.d.ts +5 -5
- package/types/select/src/select-types.d.ts +205 -205
- package/types/select/src/select.d.ts +204 -204
- package/types/select/src/use-select.d.ts +4 -4
- package/types/select/src/utils.d.ts +10 -10
- package/types/shared/components/popper-trigger/index.d.ts +2 -2
- package/types/shared/components/popper-trigger/src/popper-trigger-types.d.ts +2 -2
- package/types/shared/components/popper-trigger/src/popper-trigger.d.ts +4 -4
- package/types/shared/components/popper-trigger/src/use-popper-trigger.d.ts +2 -2
- package/types/shared/devui-api/devui-api.d.ts +8 -8
- package/types/shared/devui-api-table/devui-api-table.d.ts +26 -26
- package/types/shared/devui-api-table/devui-api-table.type.d.ts +19 -19
- package/types/shared/devui-api-table/index.d.ts +1 -1
- package/types/shared/devui-codebox/codebox-collapse-icon.d.ts +2 -2
- package/types/shared/devui-codebox/codebox-copied-icon.d.ts +2 -2
- package/types/shared/devui-codebox/codebox-copy-icon.d.ts +2 -2
- package/types/shared/devui-codebox/devui-codebox.d.ts +18 -18
- package/types/shared/devui-codebox/devui-source-data.d.ts +5 -5
- package/types/shared/devui-directive/clickoutside.d.ts +12 -12
- package/types/shared/devui-directive/utils.d.ts +2 -2
- package/types/shared/devui-highlight/devui-highlight.d.ts +8 -8
- package/types/shared/hooks/use-demo.d.ts +9 -9
- package/types/shared/hooks/use-namespace.d.ts +14 -14
- package/types/shared/scripts/component.d.ts +12 -12
- package/types/shared/utils/class.d.ts +19 -19
- package/types/shared/utils/common-var.d.ts +1 -1
- package/types/shared/utils/debounce.d.ts +8 -8
- package/types/shared/utils/deep-assign.d.ts +1 -1
- package/types/shared/utils/dom.d.ts +13 -13
- package/types/shared/utils/index.d.ts +12 -12
- package/types/shared/utils/is.d.ts +7 -7
- package/types/shared/utils/lock-scroll.d.ts +1 -1
- package/types/shared/utils/middle-num.d.ts +9 -9
- package/types/shared/utils/omit.d.ts +3 -3
- package/types/shared/utils/props-util.d.ts +2 -2
- package/types/shared/utils/random-id.d.ts +1 -1
- package/types/shared/utils/set-style.d.ts +8 -8
- package/types/shared/utils/url.d.ts +2 -2
- package/types/shared/utils/wait.d.ts +1 -1
- package/types/skeleton/__tests__/skeleton.spec.d.ts +1 -1
- package/types/skeleton/index.d.ts +13 -13
- package/types/skeleton/src/components/image-icon.d.ts +1 -1
- package/types/skeleton/src/components/skeleton-item-types.d.ts +17 -17
- package/types/skeleton/src/components/skeleton-item.d.ts +24 -24
- package/types/skeleton/src/composables/use-skeleton-item.d.ts +2 -2
- package/types/skeleton/src/skeleton-types.d.ts +22 -22
- package/types/skeleton/src/skeleton.d.ts +44 -44
- package/types/slider/__tests__/slider.spec.d.ts +1 -1
- package/types/slider/index.d.ts +11 -11
- package/types/slider/src/slider-types.d.ts +36 -36
- package/types/slider/src/slider.d.ts +60 -60
- package/types/slider/src/use-slider.d.ts +3 -3
- package/types/splitter/__mocks__/event-helper.d.ts +9 -9
- package/types/splitter/__tests__/splitter.spec.d.ts +1 -1
- package/types/splitter/index.d.ts +11 -11
- package/types/splitter/src/components/splitter-bar-types.d.ts +38 -38
- package/types/splitter/src/components/splitter-bar.d.ts +44 -44
- package/types/splitter/src/components/splitter-pane-types.d.ts +66 -66
- package/types/splitter/src/components/splitter-pane.d.ts +81 -81
- package/types/splitter/src/d-resize-directive.d.ts +28 -28
- package/types/splitter/src/splitter-store.d.ts +40 -40
- package/types/splitter/src/splitter-types.d.ts +37 -37
- package/types/splitter/src/splitter.d.ts +42 -42
- package/types/statistic/__tests__/statistic.spec.d.ts +1 -1
- package/types/statistic/index.d.ts +11 -11
- package/types/statistic/src/statistic-types.d.ts +43 -43
- package/types/statistic/src/statistic.d.ts +3 -3
- package/types/statistic/src/utils/animation.d.ts +42 -42
- package/types/statistic/src/utils/easing.d.ts +15 -15
- package/types/statistic/src/utils/separator.d.ts +4 -4
- package/types/status/__tests__/status.spec.d.ts +1 -1
- package/types/status/index.d.ts +15 -15
- package/types/status/src/status-types.d.ts +1 -1
- package/types/status/src/status.d.ts +16 -16
- package/types/steps/__tests__/steps.spec.d.ts +1 -1
- package/types/steps/index.d.ts +13 -13
- package/types/steps/src/const.d.ts +3 -3
- package/types/steps/src/step-types.d.ts +18 -18
- package/types/steps/src/step.d.ts +31 -31
- package/types/steps/src/steps-types.d.ts +24 -24
- package/types/steps/src/steps.d.ts +50 -50
- package/types/steps-guide/__tests__/steps-guide-demo.d.ts +13 -13
- package/types/steps-guide/__tests__/steps-guide.spec.d.ts +1 -1
- package/types/steps-guide/composables/index.d.ts +2 -2
- package/types/steps-guide/composables/use-steps-guide-ctrl.d.ts +7 -7
- package/types/steps-guide/composables/use-steps-guide-position.d.ts +12 -12
- package/types/steps-guide/index.d.ts +12 -12
- package/types/steps-guide/src/steps-guide-directive.d.ts +5 -5
- package/types/steps-guide/src/steps-guide-types.d.ts +43 -43
- package/types/steps-guide/src/steps-guide.d.ts +66 -66
- package/types/sticky/index.d.ts +10 -10
- package/types/sticky/src/sticky.d.ts +41 -41
- package/types/switch/__tests__/switch.spec.d.ts +1 -1
- package/types/switch/index.d.ts +11 -11
- package/types/switch/src/switch-types.d.ts +43 -43
- package/types/switch/src/switch.d.ts +78 -78
- package/types/switch/src/use-switch.d.ts +3 -3
- package/types/table/__tests__/table.spec.d.ts +1 -1
- package/types/table/index.d.ts +12 -12
- package/types/table/src/components/body/body-types.d.ts +23 -23
- package/types/table/src/components/body/body.d.ts +3 -3
- package/types/table/src/components/body/use-body.d.ts +4 -4
- package/types/table/src/components/body-td/body-td-types.d.ts +30 -30
- package/types/table/src/components/body-td/body-td.d.ts +44 -44
- package/types/table/src/components/body-td/use-body-td.d.ts +3 -3
- package/types/table/src/components/colgroup/colgroup.d.ts +2 -2
- package/types/table/src/components/column/column-types.d.ts +143 -143
- package/types/table/src/components/column/column.d.ts +188 -188
- package/types/table/src/components/column/config.d.ts +28 -28
- package/types/table/src/components/column/use-column.d.ts +9 -9
- package/types/table/src/components/filter/filter-types.d.ts +34 -34
- package/types/table/src/components/filter/filter.d.ts +24 -24
- package/types/table/src/components/filter/multiple-filter.d.ts +16 -16
- package/types/table/src/components/filter/single-filter.d.ts +16 -16
- package/types/table/src/components/filter/use-filter.d.ts +6 -6
- package/types/table/src/components/fix-header.d.ts +21 -21
- package/types/table/src/components/header/header.d.ts +4 -4
- package/types/table/src/components/header/header.type.d.ts +3 -3
- package/types/table/src/components/header/use-header.d.ts +5 -5
- package/types/table/src/components/header-th/header-th-types.d.ts +33 -33
- package/types/table/src/components/header-th/header-th.d.ts +24 -24
- package/types/table/src/components/header-th/use-header-th.d.ts +7 -7
- package/types/table/src/components/normal-header.d.ts +21 -21
- package/types/table/src/components/sort/sort-types.d.ts +9 -9
- package/types/table/src/components/sort/sort.d.ts +17 -17
- package/types/table/src/composables/use-horizontal-scroll.d.ts +3 -3
- package/types/table/src/composables/use-sort.d.ts +3 -3
- package/types/table/src/composables/use-table-types.d.ts +10 -10
- package/types/table/src/composables/use-table.d.ts +8 -8
- package/types/table/src/store/index.d.ts +11 -11
- package/types/table/src/store/store-types.d.ts +49 -49
- package/types/table/src/store/use-edit-table-cell.d.ts +2 -2
- package/types/table/src/store/use-expand.d.ts +4 -4
- package/types/table/src/table-types.d.ts +135 -135
- package/types/table/src/table.d.ts +3 -3
- package/types/table/src/utils.d.ts +9 -9
- package/types/tabs/__tests__/tabs.spec.d.ts +1 -1
- package/types/tabs/index.d.ts +12 -12
- package/types/tabs/src/components/tab/tab-types.d.ts +25 -25
- package/types/tabs/src/components/tab/tab.d.ts +42 -42
- package/types/tabs/src/components/tab-nav/composables/use-tab-nav-event.d.ts +3 -3
- package/types/tabs/src/components/tab-nav/composables/use-tab-nav-function.d.ts +4 -4
- package/types/tabs/src/components/tab-nav/composables/use-tab-nav-render.d.ts +3 -3
- package/types/tabs/src/components/tab-nav/tab-nav-types.d.ts +26 -26
- package/types/tabs/src/components/tab-nav/tab-nav.d.ts +96 -96
- package/types/tabs/src/tabs-types.d.ts +72 -72
- package/types/tabs/src/tabs.d.ts +95 -95
- package/types/tabs/src/use-tabs.d.ts +4 -4
- package/types/tag/__tests__/tag.spec.d.ts +1 -1
- package/types/tag/index.d.ts +11 -11
- package/types/tag/src/composables/index.d.ts +3 -3
- package/types/tag/src/composables/use-class.d.ts +3 -3
- package/types/tag/src/composables/use-color.d.ts +3 -3
- package/types/tag/src/tag-types.d.ts +30 -30
- package/types/tag/src/tag.d.ts +64 -64
- package/types/tag-input/__tests__/tag-input.spec.d.ts +1 -1
- package/types/tag-input/index.d.ts +11 -11
- package/types/tag-input/src/components/icon-remove.d.ts +2 -2
- package/types/tag-input/src/composables/use-input-keydown.d.ts +2 -2
- package/types/tag-input/src/tag-input-types.d.ts +69 -69
- package/types/tag-input/src/tag-input.d.ts +133 -133
- package/types/textarea/__tests__/textarea.spec.d.ts +1 -1
- package/types/textarea/index.d.ts +11 -11
- package/types/textarea/src/composables/use-textarea-autosize.d.ts +3 -3
- package/types/textarea/src/composables/use-textarea-event.d.ts +3 -3
- package/types/textarea/src/composables/use-textarea-render.d.ts +2 -2
- package/types/textarea/src/textarea-types.d.ts +61 -61
- package/types/textarea/src/textarea.d.ts +87 -87
- package/types/textarea/src/utils.d.ts +6 -6
- package/types/theme/core/theme.d.ts +8 -8
- package/types/theme/theme.d.ts +3 -3
- package/types/theme/themes/dark.d.ts +87 -87
- package/types/theme/themes/light.d.ts +124 -124
- package/types/time-picker/__tests__/time-picker.spec.d.ts +1 -1
- package/types/time-picker/index.d.ts +10 -10
- package/types/time-picker/src/components/popup-line/composables/use-popup-line.d.ts +4 -4
- package/types/time-picker/src/components/popup-line/index.d.ts +70 -70
- package/types/time-picker/src/components/popup-line/popup-line-types.d.ts +33 -33
- package/types/time-picker/src/components/time-popup/index.d.ts +78 -78
- package/types/time-picker/src/components/time-popup/time-popup-types.d.ts +36 -36
- package/types/time-picker/src/components/time-scroll/composables/use-time-scroll.d.ts +2 -2
- package/types/time-picker/src/components/time-scroll/index.d.ts +105 -105
- package/types/time-picker/src/composables/use-time-picker.d.ts +4 -4
- package/types/time-picker/src/time-picker-types.d.ts +49 -49
- package/types/time-picker/src/time-picker.d.ts +105 -105
- package/types/time-picker/src/types.d.ts +67 -67
- package/types/time-picker/src/utils.d.ts +16 -16
- package/types/time-select/__tests__/time-select.spec.d.ts +1 -1
- package/types/time-select/index.d.ts +10 -10
- package/types/time-select/src/time-select-types.d.ts +66 -66
- package/types/time-select/src/time-select.d.ts +101 -101
- package/types/time-select/src/use-time-select.d.ts +3 -3
- package/types/timeline/__tests__/timeline.spec.d.ts +1 -1
- package/types/timeline/index.d.ts +12 -12
- package/types/timeline/src/components/timeline-item-types.d.ts +31 -31
- package/types/timeline/src/components/timeline-item.d.ts +57 -57
- package/types/timeline/src/timeline-types.d.ts +28 -28
- package/types/timeline/src/timeline.d.ts +42 -42
- package/types/tooltip/__tests__/tooltip.spec.d.ts +1 -1
- package/types/tooltip/index.d.ts +11 -11
- package/types/tooltip/src/tooltip-types.d.ts +47 -47
- package/types/tooltip/src/tooltip.d.ts +78 -78
- package/types/tooltip/src/use-tooltip.d.ts +4 -4
- package/types/transfer/__tests__/transfer.spec.d.ts +1 -1
- package/types/transfer/index.d.ts +10 -10
- package/types/transfer/src/components/transfer-body.d.ts +122 -122
- package/types/transfer/src/components/transfer-header.d.ts +73 -73
- package/types/transfer/src/components/transfer-operate.d.ts +35 -35
- package/types/transfer/src/components/transfer-panel.d.ts +148 -148
- package/types/transfer/src/composables/use-transfer-body.d.ts +80 -80
- package/types/transfer/src/composables/use-transfer-header.d.ts +39 -39
- package/types/transfer/src/composables/use-transfer-operate.d.ts +23 -23
- package/types/transfer/src/composables/use-transfer-panel.d.ts +84 -84
- package/types/transfer/src/composables/use-transfer.d.ts +30 -30
- package/types/transfer/src/transfer-types.d.ts +96 -96
- package/types/transfer/src/transfer.d.ts +173 -173
- package/types/transfer/types.d.ts +24 -24
- package/types/tree/__tests__/basic-tree/basic-tree-data.d.ts +2 -2
- package/types/tree/__tests__/basic-tree/basic-tree.spec.d.ts +1 -1
- package/types/tree/__tests__/checkable-tree/checkable-tree-data.d.ts +3 -3
- package/types/tree/__tests__/checkable-tree/checkable-tree.spec.d.ts +1 -1
- package/types/tree/__tests__/dragdrop-tree/dragdrop-tree-data.d.ts +2 -2
- package/types/tree/__tests__/dragdrop-tree/dragdrop-tree.spec.d.ts +1 -1
- package/types/tree/__tests__/lazy-node-tree/lazy-tree-data.d.ts +3 -3
- package/types/tree/__tests__/lazy-node-tree/node-lazy-tree.spec.d.ts +1 -1
- package/types/tree/__tests__/node-merge/node-merge-data.d.ts +2 -2
- package/types/tree/__tests__/node-merge/node-merge.spec.d.ts +1 -1
- package/types/tree/__tests__/search-filter-tree/search-filter-data.d.ts +2 -2
- package/types/tree/__tests__/search-filter-tree/search-filter-tree.spec.d.ts +1 -1
- package/types/tree/index.d.ts +12 -12
- package/types/tree/src/components/icon-close.d.ts +1 -1
- package/types/tree/src/components/icon-open.d.ts +1 -1
- package/types/tree/src/components/tree-node-content.d.ts +16 -16
- package/types/tree/src/components/tree-node-loading.d.ts +2 -2
- package/types/tree/src/components/tree-node-toggle.d.ts +16 -16
- package/types/tree/src/components/tree-node.d.ts +42 -42
- package/types/tree/src/composables/index.d.ts +15 -15
- package/types/tree/src/composables/use-check.d.ts +5 -5
- package/types/tree/src/composables/use-core.d.ts +3 -3
- package/types/tree/src/composables/use-disable.d.ts +3 -3
- package/types/tree/src/composables/use-dragdrop.d.ts +4 -4
- package/types/tree/src/composables/use-init-select-collection.d.ts +2 -2
- package/types/tree/src/composables/use-lazy-load.d.ts +3 -3
- package/types/tree/src/composables/use-merge-nodes.d.ts +3 -3
- package/types/tree/src/composables/use-operate.d.ts +3 -3
- package/types/tree/src/composables/use-search-filter.d.ts +3 -3
- package/types/tree/src/composables/use-select.d.ts +3 -3
- package/types/tree/src/composables/use-toggle.d.ts +3 -3
- package/types/tree/src/composables/use-tree-node.d.ts +21 -21
- package/types/tree/src/composables/use-tree-types.d.ts +129 -129
- package/types/tree/src/composables/use-tree.d.ts +4 -4
- package/types/tree/src/composables/utils.d.ts +3 -3
- package/types/tree/src/const.d.ts +4 -4
- package/types/tree/src/tree-types.d.ts +43 -43
- package/types/tree/src/tree.d.ts +48 -48
- package/types/tree/src/utils.d.ts +15 -15
- package/types/tree-select/__tests__/tree-select.spec.d.ts +1 -1
- package/types/tree-select/assets/close.d.ts +2 -2
- package/types/tree-select/assets/open.d.ts +2 -2
- package/types/tree-select/hooks/use-clear.d.ts +3 -3
- package/types/tree-select/hooks/use-select.d.ts +2 -2
- package/types/tree-select/hooks/use-toggle.d.ts +2 -2
- package/types/tree-select/index.d.ts +10 -10
- package/types/tree-select/src/tree-select-types.d.ts +63 -63
- package/types/tree-select/src/tree-select.d.ts +106 -106
- package/types/tree-select/src/utils.d.ts +12 -12
- package/types/upload/__tests__/upload.spec.d.ts +1 -1
- package/types/upload/index.d.ts +11 -11
- package/types/upload/src/composables/use-select-files.d.ts +14 -14
- package/types/upload/src/composables/use-upload.d.ts +16 -16
- package/types/upload/src/file-drop-directive.d.ts +12 -12
- package/types/upload/src/file-uploader.d.ts +16 -16
- package/types/upload/src/i18n-upload.d.ts +17 -17
- package/types/upload/src/upload-types.d.ts +139 -139
- package/types/upload/src/upload.d.ts +388 -388
- package/types/virtual-list/index.d.ts +10 -10
- package/types/virtual-list/src/components/container.d.ts +28 -28
- package/types/virtual-list/src/components/item.d.ts +12 -12
- package/types/virtual-list/src/components/scroll-bar.d.ts +46 -46
- package/types/virtual-list/src/const.d.ts +1 -1
- package/types/virtual-list/src/hooks/use-frame-wheel.d.ts +7 -7
- package/types/virtual-list/src/hooks/use-heights.d.ts +5 -5
- package/types/virtual-list/src/hooks/use-mobile-touch-move.d.ts +2 -2
- package/types/virtual-list/src/hooks/use-origin-scroll.d.ts +3 -3
- package/types/virtual-list/src/hooks/use-virtual.d.ts +8 -8
- package/types/virtual-list/src/utils.d.ts +12 -12
- package/types/virtual-list/src/virtual-list-types.d.ts +93 -93
- package/types/virtual-list/src/virtual-list.d.ts +67 -67
- package/types/vue-devui.d.ts +63 -63
- package/vue-devui.es.js +21 -15
- package/vue-devui.umd.js +11 -11
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { ColorPickerColor, position, ColorInt, HSV, HSVA, RGB, RGBA, HSL, HSLA, Hex, Hexa, Color } from './color-utils-types';
|
|
2
|
-
export declare function isCssColor(color?: string | false): boolean;
|
|
3
|
-
export declare function colorToInt(color: Color): ColorInt;
|
|
4
|
-
export declare function intToHex(color: ColorInt): string;
|
|
5
|
-
export declare function colorToHex(color: Color): string;
|
|
6
|
-
/**
|
|
7
|
-
* Converts HSVA to RGBA. Based on formula from https://en.wikipedia.org/wiki/HSL_and_HSV
|
|
8
|
-
*
|
|
9
|
-
* @param color HSVA color as an array [0-360, 0-1, 0-1, 0-1]
|
|
10
|
-
*/
|
|
11
|
-
export declare function HSVAtoRGBA(hsva: HSVA): RGBA;
|
|
12
|
-
/**
|
|
13
|
-
* Converts RGBA to HSVA. Based on formula from https://en.wikipedia.org/wiki/HSL_and_HSV
|
|
14
|
-
*
|
|
15
|
-
* @param color RGBA color as an array [0-255, 0-255, 0-255, 0-1]
|
|
16
|
-
*/
|
|
17
|
-
export declare function RGBAtoHSVA(rgba: RGBA): HSVA;
|
|
18
|
-
export declare function HSVAtoHSLA(hsva: HSVA): HSLA;
|
|
19
|
-
export declare function HSLAtoHSVA(hsl: HSLA): HSVA;
|
|
20
|
-
export declare function RGBAtoCSS(rgba: RGBA): string;
|
|
21
|
-
export declare function RGBtoCSS(rgba: RGBA): string;
|
|
22
|
-
export declare function RGBAtoHex(rgba: RGBA): Hex;
|
|
23
|
-
export declare function HexToRGBA(hex: Hex): RGBA;
|
|
24
|
-
export declare function HexToHSVA(hex: Hex): HSVA;
|
|
25
|
-
export declare function HSVAtoHex(hsva: HSVA): Hex;
|
|
26
|
-
export declare function parseHex(hex: string): Hex;
|
|
27
|
-
export declare function RGBtoInt(rgba: RGBA): ColorInt;
|
|
28
|
-
export declare function fromHSVA(hsva: HSVA): Partial<ColorPickerColor>;
|
|
29
|
-
export declare function fromRGBA(rgba: RGBA): Partial<ColorPickerColor>;
|
|
30
|
-
export declare function fromHexa(hexa: Hexa): Partial<ColorPickerColor>;
|
|
31
|
-
export declare function fromHSLA(hsla: HSLA): Partial<ColorPickerColor>;
|
|
32
|
-
export declare function fromHex(hex: Hex): Partial<ColorPickerColor>;
|
|
33
|
-
export declare function parseColor(color: Color, oldColor?: Partial<ColorPickerColor>): Partial<ColorPickerColor>;
|
|
34
|
-
export declare function extractColor(color: ColorPickerColor, input: Color, mode: string, showAlpha: boolean): string | ColorPickerColor | Record<string, unknown> | undefined;
|
|
35
|
-
export declare function hasAlpha(color: Color): boolean;
|
|
36
|
-
export declare const elementResize: (parentElement: HTMLElement) => position;
|
|
37
|
-
export declare function RGBtoRGBA(rgba: RGBA): RGBA;
|
|
38
|
-
export declare function RGBtoHSV(rgb: RGB): HSV;
|
|
39
|
-
export declare function HSVtoHSL(hsv: HSV): HSL;
|
|
1
|
+
import { ColorPickerColor, position, ColorInt, HSV, HSVA, RGB, RGBA, HSL, HSLA, Hex, Hexa, Color } from './color-utils-types';
|
|
2
|
+
export declare function isCssColor(color?: string | false): boolean;
|
|
3
|
+
export declare function colorToInt(color: Color): ColorInt;
|
|
4
|
+
export declare function intToHex(color: ColorInt): string;
|
|
5
|
+
export declare function colorToHex(color: Color): string;
|
|
6
|
+
/**
|
|
7
|
+
* Converts HSVA to RGBA. Based on formula from https://en.wikipedia.org/wiki/HSL_and_HSV
|
|
8
|
+
*
|
|
9
|
+
* @param color HSVA color as an array [0-360, 0-1, 0-1, 0-1]
|
|
10
|
+
*/
|
|
11
|
+
export declare function HSVAtoRGBA(hsva: HSVA): RGBA;
|
|
12
|
+
/**
|
|
13
|
+
* Converts RGBA to HSVA. Based on formula from https://en.wikipedia.org/wiki/HSL_and_HSV
|
|
14
|
+
*
|
|
15
|
+
* @param color RGBA color as an array [0-255, 0-255, 0-255, 0-1]
|
|
16
|
+
*/
|
|
17
|
+
export declare function RGBAtoHSVA(rgba: RGBA): HSVA;
|
|
18
|
+
export declare function HSVAtoHSLA(hsva: HSVA): HSLA;
|
|
19
|
+
export declare function HSLAtoHSVA(hsl: HSLA): HSVA;
|
|
20
|
+
export declare function RGBAtoCSS(rgba: RGBA): string;
|
|
21
|
+
export declare function RGBtoCSS(rgba: RGBA): string;
|
|
22
|
+
export declare function RGBAtoHex(rgba: RGBA): Hex;
|
|
23
|
+
export declare function HexToRGBA(hex: Hex): RGBA;
|
|
24
|
+
export declare function HexToHSVA(hex: Hex): HSVA;
|
|
25
|
+
export declare function HSVAtoHex(hsva: HSVA): Hex;
|
|
26
|
+
export declare function parseHex(hex: string): Hex;
|
|
27
|
+
export declare function RGBtoInt(rgba: RGBA): ColorInt;
|
|
28
|
+
export declare function fromHSVA(hsva: HSVA): Partial<ColorPickerColor>;
|
|
29
|
+
export declare function fromRGBA(rgba: RGBA): Partial<ColorPickerColor>;
|
|
30
|
+
export declare function fromHexa(hexa: Hexa): Partial<ColorPickerColor>;
|
|
31
|
+
export declare function fromHSLA(hsla: HSLA): Partial<ColorPickerColor>;
|
|
32
|
+
export declare function fromHex(hex: Hex): Partial<ColorPickerColor>;
|
|
33
|
+
export declare function parseColor(color: Color, oldColor?: Partial<ColorPickerColor>): Partial<ColorPickerColor>;
|
|
34
|
+
export declare function extractColor(color: ColorPickerColor, input: Color, mode: string, showAlpha: boolean): string | ColorPickerColor | Record<string, unknown> | undefined;
|
|
35
|
+
export declare function hasAlpha(color: Color): boolean;
|
|
36
|
+
export declare const elementResize: (parentElement: HTMLElement) => position;
|
|
37
|
+
export declare function RGBtoRGBA(rgba: RGBA): RGBA;
|
|
38
|
+
export declare function RGBtoHSV(rgb: RGB): HSV;
|
|
39
|
+
export declare function HSVtoHSL(hsv: HSV): HSL;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const color: string[];
|
|
1
|
+
export declare const color: string[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
import { ColorPickerColor, CssColorObject } from './color-utils-types';
|
|
3
|
-
export declare function colorPickerResize(colorCubeRef: Ref<HTMLElement | null>, top: Ref<number>, left: Ref<number>): void;
|
|
4
|
-
export declare function isExhibitionColorPicker(event: PointerEvent, colorCubeRef: Ref<HTMLElement | null>, pickerRef: Ref<HTMLElement | null>, showColorPicker: Ref<boolean>): void;
|
|
5
|
-
export declare function useReactive<T>(source: () => T): Ref<T | undefined>;
|
|
6
|
-
export declare function changeColorValue(value: ColorPickerColor, maxValue: number): CssColorObject;
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { ColorPickerColor, CssColorObject } from './color-utils-types';
|
|
3
|
+
export declare function colorPickerResize(colorCubeRef: Ref<HTMLElement | null>, top: Ref<number>, left: Ref<number>): void;
|
|
4
|
+
export declare function isExhibitionColorPicker(event: PointerEvent, colorCubeRef: Ref<HTMLElement | null>, pickerRef: Ref<HTMLElement | null>, showColorPicker: Ref<boolean>): void;
|
|
5
|
+
export declare function useReactive<T>(source: () => T): Ref<T | undefined>;
|
|
6
|
+
export declare function changeColorValue(value: ColorPickerColor, maxValue: number): CssColorObject;
|
|
@@ -1,112 +1,112 @@
|
|
|
1
|
-
export declare const isObject: (val: unknown) => val is Record<never, never>;
|
|
2
|
-
export declare const isString: (val: unknown) => val is string;
|
|
3
|
-
export declare const enum NodeType {
|
|
4
|
-
ELEMENT_NODE = 1,
|
|
5
|
-
ATTRIBUTE_NODE = 2,
|
|
6
|
-
TEXT_NODE = 3,
|
|
7
|
-
CDATA_SECTION_NODE = 4,
|
|
8
|
-
ENTITY_REFERENCE_NODE = 5,
|
|
9
|
-
COMMENT_NODE = 6,
|
|
10
|
-
PROCESSING_INSTRUCTION_NODE = 7,
|
|
11
|
-
DOCUMENT_NODE = 9
|
|
12
|
-
}
|
|
13
|
-
export interface DragEventOptions {
|
|
14
|
-
drag?: (event: Event) => void;
|
|
15
|
-
start?: (event: Event) => void;
|
|
16
|
-
end?: (event: Event) => void;
|
|
17
|
-
}
|
|
18
|
-
export declare type ScrollElement = Element | Window;
|
|
19
|
-
export declare class DOMUtils {
|
|
20
|
-
static isWindow(val: unknown): val is Window;
|
|
21
|
-
/**
|
|
22
|
-
* 添加事件
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
* @param element 如果为null将不会添加事件
|
|
26
|
-
* @param event
|
|
27
|
-
* @param handler
|
|
28
|
-
* @param options
|
|
29
|
-
*/
|
|
30
|
-
static addEventListener(element: HTMLElement | Document | Window | null, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
31
|
-
/**
|
|
32
|
-
* 移除事件
|
|
33
|
-
*
|
|
34
|
-
* @param element 如果为null将不会移除事件
|
|
35
|
-
* @param event
|
|
36
|
-
* @param handler
|
|
37
|
-
* @param options
|
|
38
|
-
*/
|
|
39
|
-
static removeEventListener(element: HTMLElement | Document | Window | null, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
40
|
-
/**
|
|
41
|
-
* 触发拖拽事件
|
|
42
|
-
*
|
|
43
|
-
* @param element
|
|
44
|
-
* @param options
|
|
45
|
-
*/
|
|
46
|
-
static triggerDragEvent(element: HTMLElement, options: DragEventOptions): void;
|
|
47
|
-
static getBoundingClientRect(element: HTMLElement): DOMRect | null;
|
|
48
|
-
/**
|
|
49
|
-
* 判断是否存在className样式
|
|
50
|
-
*
|
|
51
|
-
* @param element
|
|
52
|
-
* @param className
|
|
53
|
-
*/
|
|
54
|
-
static hasClass(element: HTMLElement, className: string): boolean;
|
|
55
|
-
/**
|
|
56
|
-
* 添加样式
|
|
57
|
-
*
|
|
58
|
-
* @param element
|
|
59
|
-
* @param className
|
|
60
|
-
*/
|
|
61
|
-
static addClass(element: HTMLElement, className: string): void;
|
|
62
|
-
/**
|
|
63
|
-
* 移除样式
|
|
64
|
-
*
|
|
65
|
-
* @param element
|
|
66
|
-
* @param className
|
|
67
|
-
*/
|
|
68
|
-
static removeClass(element: HTMLElement, className: string): void;
|
|
69
|
-
/**
|
|
70
|
-
* 切换样式
|
|
71
|
-
*
|
|
72
|
-
* @param element
|
|
73
|
-
* @param className
|
|
74
|
-
* @param force
|
|
75
|
-
*/
|
|
76
|
-
static toggleClass(element: HTMLElement, className: string, force?: boolean): void;
|
|
77
|
-
/**
|
|
78
|
-
* 替换样式
|
|
79
|
-
*
|
|
80
|
-
* @param element
|
|
81
|
-
* @param oldClassName
|
|
82
|
-
* @param newClassName
|
|
83
|
-
*/
|
|
84
|
-
static replaceClass(element: HTMLElement, oldClassName: string, newClassName: string): void;
|
|
85
|
-
static getScrollTop(el: ScrollElement): number;
|
|
86
|
-
static setScrollTop(el: ScrollElement, value: number): void;
|
|
87
|
-
static getRootScrollTop(): number;
|
|
88
|
-
static setRootScrollTop(value: number): void;
|
|
89
|
-
static getElementTop(el: ScrollElement, scroller?: HTMLElement): number;
|
|
90
|
-
static getVisibleHeight(el: ScrollElement): number;
|
|
91
|
-
static isHidden(el: HTMLElement): boolean;
|
|
92
|
-
/**
|
|
93
|
-
* 触发事件
|
|
94
|
-
*
|
|
95
|
-
* @param el
|
|
96
|
-
* @param type
|
|
97
|
-
*/
|
|
98
|
-
static triggerEvent(el: Element, type: string): void;
|
|
99
|
-
/**
|
|
100
|
-
* 计算相对于中心点的旋转角度
|
|
101
|
-
* @param element
|
|
102
|
-
* @param event
|
|
103
|
-
*/
|
|
104
|
-
static calcAngle(element: HTMLElement, event: MouseEvent): number;
|
|
105
|
-
/**
|
|
106
|
-
* querySelector
|
|
107
|
-
*
|
|
108
|
-
* @param selectors
|
|
109
|
-
* @param parentElement
|
|
110
|
-
*/
|
|
111
|
-
static querySelector<E extends Element = Element>(selectors: string, parentElement?: HTMLElement): E | null;
|
|
112
|
-
}
|
|
1
|
+
export declare const isObject: (val: unknown) => val is Record<never, never>;
|
|
2
|
+
export declare const isString: (val: unknown) => val is string;
|
|
3
|
+
export declare const enum NodeType {
|
|
4
|
+
ELEMENT_NODE = 1,
|
|
5
|
+
ATTRIBUTE_NODE = 2,
|
|
6
|
+
TEXT_NODE = 3,
|
|
7
|
+
CDATA_SECTION_NODE = 4,
|
|
8
|
+
ENTITY_REFERENCE_NODE = 5,
|
|
9
|
+
COMMENT_NODE = 6,
|
|
10
|
+
PROCESSING_INSTRUCTION_NODE = 7,
|
|
11
|
+
DOCUMENT_NODE = 9
|
|
12
|
+
}
|
|
13
|
+
export interface DragEventOptions {
|
|
14
|
+
drag?: (event: Event) => void;
|
|
15
|
+
start?: (event: Event) => void;
|
|
16
|
+
end?: (event: Event) => void;
|
|
17
|
+
}
|
|
18
|
+
export declare type ScrollElement = Element | Window;
|
|
19
|
+
export declare class DOMUtils {
|
|
20
|
+
static isWindow(val: unknown): val is Window;
|
|
21
|
+
/**
|
|
22
|
+
* 添加事件
|
|
23
|
+
*
|
|
24
|
+
*
|
|
25
|
+
* @param element 如果为null将不会添加事件
|
|
26
|
+
* @param event
|
|
27
|
+
* @param handler
|
|
28
|
+
* @param options
|
|
29
|
+
*/
|
|
30
|
+
static addEventListener(element: HTMLElement | Document | Window | null, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
31
|
+
/**
|
|
32
|
+
* 移除事件
|
|
33
|
+
*
|
|
34
|
+
* @param element 如果为null将不会移除事件
|
|
35
|
+
* @param event
|
|
36
|
+
* @param handler
|
|
37
|
+
* @param options
|
|
38
|
+
*/
|
|
39
|
+
static removeEventListener(element: HTMLElement | Document | Window | null, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
40
|
+
/**
|
|
41
|
+
* 触发拖拽事件
|
|
42
|
+
*
|
|
43
|
+
* @param element
|
|
44
|
+
* @param options
|
|
45
|
+
*/
|
|
46
|
+
static triggerDragEvent(element: HTMLElement, options: DragEventOptions): void;
|
|
47
|
+
static getBoundingClientRect(element: HTMLElement): DOMRect | null;
|
|
48
|
+
/**
|
|
49
|
+
* 判断是否存在className样式
|
|
50
|
+
*
|
|
51
|
+
* @param element
|
|
52
|
+
* @param className
|
|
53
|
+
*/
|
|
54
|
+
static hasClass(element: HTMLElement, className: string): boolean;
|
|
55
|
+
/**
|
|
56
|
+
* 添加样式
|
|
57
|
+
*
|
|
58
|
+
* @param element
|
|
59
|
+
* @param className
|
|
60
|
+
*/
|
|
61
|
+
static addClass(element: HTMLElement, className: string): void;
|
|
62
|
+
/**
|
|
63
|
+
* 移除样式
|
|
64
|
+
*
|
|
65
|
+
* @param element
|
|
66
|
+
* @param className
|
|
67
|
+
*/
|
|
68
|
+
static removeClass(element: HTMLElement, className: string): void;
|
|
69
|
+
/**
|
|
70
|
+
* 切换样式
|
|
71
|
+
*
|
|
72
|
+
* @param element
|
|
73
|
+
* @param className
|
|
74
|
+
* @param force
|
|
75
|
+
*/
|
|
76
|
+
static toggleClass(element: HTMLElement, className: string, force?: boolean): void;
|
|
77
|
+
/**
|
|
78
|
+
* 替换样式
|
|
79
|
+
*
|
|
80
|
+
* @param element
|
|
81
|
+
* @param oldClassName
|
|
82
|
+
* @param newClassName
|
|
83
|
+
*/
|
|
84
|
+
static replaceClass(element: HTMLElement, oldClassName: string, newClassName: string): void;
|
|
85
|
+
static getScrollTop(el: ScrollElement): number;
|
|
86
|
+
static setScrollTop(el: ScrollElement, value: number): void;
|
|
87
|
+
static getRootScrollTop(): number;
|
|
88
|
+
static setRootScrollTop(value: number): void;
|
|
89
|
+
static getElementTop(el: ScrollElement, scroller?: HTMLElement): number;
|
|
90
|
+
static getVisibleHeight(el: ScrollElement): number;
|
|
91
|
+
static isHidden(el: HTMLElement): boolean;
|
|
92
|
+
/**
|
|
93
|
+
* 触发事件
|
|
94
|
+
*
|
|
95
|
+
* @param el
|
|
96
|
+
* @param type
|
|
97
|
+
*/
|
|
98
|
+
static triggerEvent(el: Element, type: string): void;
|
|
99
|
+
/**
|
|
100
|
+
* 计算相对于中心点的旋转角度
|
|
101
|
+
* @param element
|
|
102
|
+
* @param event
|
|
103
|
+
*/
|
|
104
|
+
static calcAngle(element: HTMLElement, event: MouseEvent): number;
|
|
105
|
+
/**
|
|
106
|
+
* querySelector
|
|
107
|
+
*
|
|
108
|
+
* @param selectors
|
|
109
|
+
* @param parentElement
|
|
110
|
+
*/
|
|
111
|
+
static querySelector<E extends Element = Element>(selectors: string, parentElement?: HTMLElement): E | null;
|
|
112
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare function padEnd(str: string, length: number, char?: string): string;
|
|
2
|
-
export declare function chunk(str: string, size?: number): string[];
|
|
3
|
-
export declare function mergeObjects<T extends Record<string, unknown>, K extends Record<string, unknown>>(source: T, target: K): Record<string, unknown>;
|
|
4
|
-
export declare function parseHex(value: string): number;
|
|
5
|
-
export declare const clamp: (value: number, min: number, max: number) => number;
|
|
6
|
-
export declare const upperCase: (word: string) => string;
|
|
7
|
-
export declare const lowerCase: (word: string) => string;
|
|
8
|
-
export declare function splitStr(str: string, chars: string): string;
|
|
9
|
-
export declare function keepDecimal(value: number, digits?: number): number;
|
|
10
|
-
export declare function has<T extends Record<string, unknown>>(obj: T, key: string[]): boolean;
|
|
1
|
+
export declare function padEnd(str: string, length: number, char?: string): string;
|
|
2
|
+
export declare function chunk(str: string, size?: number): string[];
|
|
3
|
+
export declare function mergeObjects<T extends Record<string, unknown>, K extends Record<string, unknown>>(source: T, target: K): Record<string, unknown>;
|
|
4
|
+
export declare function parseHex(value: string): number;
|
|
5
|
+
export declare const clamp: (value: number, min: number, max: number) => number;
|
|
6
|
+
export declare const upperCase: (word: string) => string;
|
|
7
|
+
export declare const lowerCase: (word: string) => string;
|
|
8
|
+
export declare function splitStr(str: string, chars: string): string;
|
|
9
|
+
export declare function keepDecimal(value: number, digits?: number): number;
|
|
10
|
+
export declare function has<T extends Record<string, unknown>>(obj: T, key: string[]): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
package/types/comment/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { App } from 'vue';
|
|
2
|
-
import Comment from './src/comment';
|
|
3
|
-
export * from './src/comment-types';
|
|
4
|
-
export { Comment };
|
|
5
|
-
declare const _default: {
|
|
6
|
-
title: string;
|
|
7
|
-
category: string;
|
|
8
|
-
status: string;
|
|
9
|
-
install(app: App): void;
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
|
1
|
+
import type { App } from 'vue';
|
|
2
|
+
import Comment from './src/comment';
|
|
3
|
+
export * from './src/comment-types';
|
|
4
|
+
export { Comment };
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
category: string;
|
|
8
|
+
status: string;
|
|
9
|
+
install(app: App): void;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import type { ExtractPropTypes } from 'vue';
|
|
2
|
-
export declare const commentProps: {
|
|
3
|
-
readonly author: {
|
|
4
|
-
readonly type: StringConstructor;
|
|
5
|
-
readonly default: "";
|
|
6
|
-
};
|
|
7
|
-
readonly avatar: {
|
|
8
|
-
readonly type: StringConstructor;
|
|
9
|
-
readonly default: "";
|
|
10
|
-
};
|
|
11
|
-
readonly datetime: {
|
|
12
|
-
readonly type: StringConstructor;
|
|
13
|
-
readonly default: "";
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
export declare type CommentProps = ExtractPropTypes<typeof commentProps>;
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
|
2
|
+
export declare const commentProps: {
|
|
3
|
+
readonly author: {
|
|
4
|
+
readonly type: StringConstructor;
|
|
5
|
+
readonly default: "";
|
|
6
|
+
};
|
|
7
|
+
readonly avatar: {
|
|
8
|
+
readonly type: StringConstructor;
|
|
9
|
+
readonly default: "";
|
|
10
|
+
};
|
|
11
|
+
readonly datetime: {
|
|
12
|
+
readonly type: StringConstructor;
|
|
13
|
+
readonly default: "";
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export declare type CommentProps = ExtractPropTypes<typeof commentProps>;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import './comment.scss';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
readonly author: {
|
|
4
|
-
readonly type: StringConstructor;
|
|
5
|
-
readonly default: "";
|
|
6
|
-
};
|
|
7
|
-
readonly avatar: {
|
|
8
|
-
readonly type: StringConstructor;
|
|
9
|
-
readonly default: "";
|
|
10
|
-
};
|
|
11
|
-
readonly datetime: {
|
|
12
|
-
readonly type: StringConstructor;
|
|
13
|
-
readonly default: "";
|
|
14
|
-
};
|
|
15
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
-
readonly author: {
|
|
17
|
-
readonly type: StringConstructor;
|
|
18
|
-
readonly default: "";
|
|
19
|
-
};
|
|
20
|
-
readonly avatar: {
|
|
21
|
-
readonly type: StringConstructor;
|
|
22
|
-
readonly default: "";
|
|
23
|
-
};
|
|
24
|
-
readonly datetime: {
|
|
25
|
-
readonly type: StringConstructor;
|
|
26
|
-
readonly default: "";
|
|
27
|
-
};
|
|
28
|
-
}>>, {
|
|
29
|
-
readonly datetime: string;
|
|
30
|
-
readonly avatar: string;
|
|
31
|
-
readonly author: string;
|
|
32
|
-
}>;
|
|
33
|
-
export default _default;
|
|
1
|
+
import './comment.scss';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
readonly author: {
|
|
4
|
+
readonly type: StringConstructor;
|
|
5
|
+
readonly default: "";
|
|
6
|
+
};
|
|
7
|
+
readonly avatar: {
|
|
8
|
+
readonly type: StringConstructor;
|
|
9
|
+
readonly default: "";
|
|
10
|
+
};
|
|
11
|
+
readonly datetime: {
|
|
12
|
+
readonly type: StringConstructor;
|
|
13
|
+
readonly default: "";
|
|
14
|
+
};
|
|
15
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
readonly author: {
|
|
17
|
+
readonly type: StringConstructor;
|
|
18
|
+
readonly default: "";
|
|
19
|
+
};
|
|
20
|
+
readonly avatar: {
|
|
21
|
+
readonly type: StringConstructor;
|
|
22
|
+
readonly default: "";
|
|
23
|
+
};
|
|
24
|
+
readonly datetime: {
|
|
25
|
+
readonly type: StringConstructor;
|
|
26
|
+
readonly default: "";
|
|
27
|
+
};
|
|
28
|
+
}>>, {
|
|
29
|
+
readonly datetime: string;
|
|
30
|
+
readonly avatar: string;
|
|
31
|
+
readonly author: string;
|
|
32
|
+
}>;
|
|
33
|
+
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { App } from 'vue';
|
|
2
|
-
import Countdown from './src/countdown';
|
|
3
|
-
export * from './src/countdown-types';
|
|
4
|
-
export { Countdown };
|
|
5
|
-
declare const _default: {
|
|
6
|
-
title: string;
|
|
7
|
-
category: string;
|
|
8
|
-
status: string;
|
|
9
|
-
install(app: App): void;
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
|
1
|
+
import type { App } from 'vue';
|
|
2
|
+
import Countdown from './src/countdown';
|
|
3
|
+
export * from './src/countdown-types';
|
|
4
|
+
export { Countdown };
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
category: string;
|
|
8
|
+
status: string;
|
|
9
|
+
install(app: App): void;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import type { ExtractPropTypes } from 'vue';
|
|
2
|
-
export declare const countdownProps: {
|
|
3
|
-
readonly value: {
|
|
4
|
-
readonly type: NumberConstructor;
|
|
5
|
-
readonly required: true;
|
|
6
|
-
};
|
|
7
|
-
readonly format: {
|
|
8
|
-
readonly type: StringConstructor;
|
|
9
|
-
readonly default: "HH:mm:ss";
|
|
10
|
-
};
|
|
11
|
-
readonly prefix: {
|
|
12
|
-
readonly type: StringConstructor;
|
|
13
|
-
readonly default: "";
|
|
14
|
-
};
|
|
15
|
-
readonly suffix: {
|
|
16
|
-
readonly type: StringConstructor;
|
|
17
|
-
readonly default: "";
|
|
18
|
-
};
|
|
19
|
-
readonly valueStyle: {
|
|
20
|
-
readonly type: ObjectConstructor;
|
|
21
|
-
readonly default: () => {};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export interface DateFormat {
|
|
25
|
-
Y?: string | number;
|
|
26
|
-
M?: string | number;
|
|
27
|
-
D?: string | number;
|
|
28
|
-
H?: string | number;
|
|
29
|
-
m?: string | number;
|
|
30
|
-
s?: string | number;
|
|
31
|
-
S?: string | number;
|
|
32
|
-
}
|
|
33
|
-
export declare type CountdownProps = ExtractPropTypes<typeof countdownProps>;
|
|
1
|
+
import type { ExtractPropTypes } from 'vue';
|
|
2
|
+
export declare const countdownProps: {
|
|
3
|
+
readonly value: {
|
|
4
|
+
readonly type: NumberConstructor;
|
|
5
|
+
readonly required: true;
|
|
6
|
+
};
|
|
7
|
+
readonly format: {
|
|
8
|
+
readonly type: StringConstructor;
|
|
9
|
+
readonly default: "HH:mm:ss";
|
|
10
|
+
};
|
|
11
|
+
readonly prefix: {
|
|
12
|
+
readonly type: StringConstructor;
|
|
13
|
+
readonly default: "";
|
|
14
|
+
};
|
|
15
|
+
readonly suffix: {
|
|
16
|
+
readonly type: StringConstructor;
|
|
17
|
+
readonly default: "";
|
|
18
|
+
};
|
|
19
|
+
readonly valueStyle: {
|
|
20
|
+
readonly type: ObjectConstructor;
|
|
21
|
+
readonly default: () => {};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export interface DateFormat {
|
|
25
|
+
Y?: string | number;
|
|
26
|
+
M?: string | number;
|
|
27
|
+
D?: string | number;
|
|
28
|
+
H?: string | number;
|
|
29
|
+
m?: string | number;
|
|
30
|
+
s?: string | number;
|
|
31
|
+
S?: string | number;
|
|
32
|
+
}
|
|
33
|
+
export declare type CountdownProps = ExtractPropTypes<typeof countdownProps>;
|