vue-devui 1.3.0 โ 1.3.2
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 +239 -229
- package/button/index.es.js +10 -4
- package/button/index.umd.js +5 -5
- package/button/style.css +1 -1
- package/date-picker-pro/index.es.js +15 -5
- package/date-picker-pro/index.umd.js +8 -8
- package/date-picker-pro/style.css +1 -1
- package/mention/index.es.js +2 -2
- package/mention/index.umd.js +1 -1
- package/package.json +1 -1
- package/pagination/index.es.js +6 -1
- package/pagination/index.umd.js +1 -1
- package/pagination/style.css +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/index.es.js +10 -4
- package/table/index.umd.js +1 -1
- package/table/style.css +1 -1
- package/tabs/style.css +1 -1
- package/time-picker/index.es.js +10 -4
- package/time-picker/index.umd.js +5 -5
- package/time-picker/style.css +1 -1
- package/tree/index.es.js +5 -1
- package/tree/index.umd.js +12 -12
- 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 +86 -63
- package/vue-devui.es.js +45 -24
- package/vue-devui.umd.js +17 -17
package/README.md
CHANGED
|
@@ -1,229 +1,239 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://devui.design/" target="_blank" rel="noopener noreferrer">
|
|
3
|
-
<img alt="DevUI Logo" src="https://vue-devui.github.io/assets/logo.svg" width="180" style="max-width:100%;">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<h1 align="center">Vue DevUI</h1>
|
|
8
|
-
|
|
9
|
-
<p align="center">Vue3 component library based on <a href="https://devui.design/" target="_blank" rel="noopener noreferrer">DevUI Design</a></p>
|
|
10
|
-
|
|
11
|
-
English | [็ฎไฝไธญๆ](README.zh-CN.md)
|
|
12
|
-
|
|
13
|
-
๐ Features๏ผ
|
|
14
|
-
|
|
15
|
-
- ๐ฆ 55 high-quality components that are simple, easy to use, and flexible.
|
|
16
|
-
- ๐ Support for TypeScript.
|
|
17
|
-
- โฐ๏ธ Support for Nuxt3.
|
|
18
|
-
- โก Support for on-demand import.
|
|
19
|
-
- ๐ Support internationalization.
|
|
20
|
-
- ๐จ Support theme customization, and built-in seven beautiful themes such as `Galaxy`, `Sweet` and `Provence`.
|
|
21
|
-
|
|
22
|
-
## ๐ง Usage
|
|
23
|
-
|
|
24
|
-
First install vue-devui with npm, yarn or pnpm.
|
|
25
|
-
|
|
26
|
-
Install with npm
|
|
27
|
-
|
|
28
|
-
```sh
|
|
29
|
-
npm install vue-devui --save
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
Install with yarn
|
|
33
|
-
|
|
34
|
-
```sh
|
|
35
|
-
yarn add vue-devui
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
Install with pnpm
|
|
39
|
-
|
|
40
|
-
```sh
|
|
41
|
-
pnpm add vue-devui
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
Then import `DevUI` in the `main.ts` file:
|
|
46
|
-
|
|
47
|
-
```ts
|
|
48
|
-
import { createApp } from 'vue'
|
|
49
|
-
import App from './App.vue'
|
|
50
|
-
|
|
51
|
-
// Import Vue DevUI component and style
|
|
52
|
-
import DevUI from 'vue-devui'
|
|
53
|
-
import 'vue-devui/style.css'
|
|
54
|
-
|
|
55
|
-
createApp(App).use(DevUI).mount('#app')
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
Then you can use the vue devui component(such as `<d-button>`) in the `App.vue` file:
|
|
59
|
-
|
|
60
|
-
```vue
|
|
61
|
-
<template>
|
|
62
|
-
<d-button>Button</d-button>
|
|
63
|
-
</template>
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
## ๐ฅ๏ธ Development
|
|
67
|
-
|
|
68
|
-
```sh
|
|
69
|
-
git clone git@github.com:DevCloudFE/vue-devui.git
|
|
70
|
-
cd vue-devui
|
|
71
|
-
pnpm install
|
|
72
|
-
pnpm dev
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
Open your browser and visit: [http://localhost:3000/](http://localhost:3000/).
|
|
76
|
-
|
|
77
|
-
Or you can run other command
|
|
78
|
-
|
|
79
|
-
```sh
|
|
80
|
-
pnpm scripts
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
## ๐ค Contributing
|
|
84
|
-
|
|
85
|
-
Welcome to join our Vue DevUI open source project!๐
|
|
86
|
-
|
|
87
|
-
By participating in the Vue DevUI project, we can together:
|
|
88
|
-
|
|
89
|
-
- ๐ฅ Learn the latest cool `Vite` + `Vue3` + `TypeScript` + `JSX` technology.
|
|
90
|
-
- ๐ Learn how to design and develop UI components.
|
|
91
|
-
- โญ Hone programming skills and learn excellent programming practice.
|
|
92
|
-
- ๐ Meet a group of friends who love learning and open source.
|
|
93
|
-
|
|
94
|
-
If you don't know how to start, please read our [contributing guide](https://vue-devui.github.io/contributing/)
|
|
95
|
-
|
|
96
|
-
## โจ Maintainers
|
|
97
|
-
|
|
98
|
-
Maintainers are community members who have made outstanding contributions and have been active in the DevUI community for a long time.
|
|
99
|
-
|
|
100
|
-
- [kagol](https://github.com/kagol)
|
|
101
|
-
- [xingyan95](https://github.com/xingyan95)
|
|
102
|
-
- [linxiang07](https://github.com/linxiang07)
|
|
103
|
-
- [Zcating](https://github.com/Zcating)
|
|
104
|
-
- [TinsFox](https://github.com/TinsFox)
|
|
105
|
-
- [JensonMiao](https://github.com/JensonMiao)
|
|
106
|
-
- [xiejay97](https://github.com/xiejay97)
|
|
107
|
-
- [daviForevel](https://github.com/daviForevel)
|
|
108
|
-
- [AlanLee97](https://github.com/AlanLee97)
|
|
109
|
-
- [SituC](https://github.com/SituC)
|
|
110
|
-
- [lj1990111](https://github.com/lj1990111)
|
|
111
|
-
- [newer2333](https://github.com/newer2333)
|
|
112
|
-
- [vaebe](https://github.com/vaebe)
|
|
113
|
-
- [ivestszheng](https://github.com/ivestszheng)
|
|
114
|
-
- [ElsaOOo](https://github.com/ElsaOOo)
|
|
115
|
-
- [asdlml6](https://github.com/asdlml6)
|
|
116
|
-
- [GaoNeng-wWw](https://github.com/GaoNeng-wWw)
|
|
117
|
-
- [chenxi24](https://github.com/chenxi24)
|
|
118
|
-
- [ErKeLost](https://github.com/ErKeLost)
|
|
119
|
-
- [brenner8023](https://github.com/brenner8023)
|
|
120
|
-
|
|
121
|
-
Outstanding contributions include, but are not limited to, the following:
|
|
122
|
-
- 10 or more PRs are merged
|
|
123
|
-
- Put forward more than 10 review opinions approved by PR authors
|
|
124
|
-
- Provide constructive optimization advice and promote the project to become better
|
|
125
|
-
|
|
126
|
-
## โจ Contributors
|
|
127
|
-
|
|
128
|
-
Contributors are community members who have 1 or more PR merged in DevUI.
|
|
129
|
-
|
|
130
|
-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
131
|
-
|
|
132
|
-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
133
|
-
<!-- prettier-ignore-start -->
|
|
134
|
-
<!-- markdownlint-disable -->
|
|
135
|
-
<table>
|
|
136
|
-
<tbody>
|
|
137
|
-
<tr>
|
|
138
|
-
<td align="center"><a href="https://juejin.cn/user/712139267650141"><img src="https://avatars.githubusercontent.com/u/9566362?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kagol</b></sub></a><br /><a href="#maintenance-kagol" title="Maintenance">๐ง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=kagol" title="Code">๐ป</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=kagol" title="Documentation">๐</a></td>
|
|
139
|
-
<td align="center"><a href="https://github.com/TinsFox"><img src="https://avatars.githubusercontent.com/u/33956589?v=4?s=100" width="100px;" alt=""/><br /><sub><b>TinsFox</b></sub></a><br /><a href="#maintenance-TinsFox" title="Maintenance">๐ง</a> <a href="#infra-TinsFox" title="Infrastructure (Hosting, Build-Tools, etc)">๐</a></td>
|
|
140
|
-
<td align="center"><a href="https://github.com/lnzhangsong"><img src="https://avatars.githubusercontent.com/u/15092594?v=4?s=100" width="100px;" alt=""/><br /><sub><b>nif</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=lnzhangsong" title="Code">๐ป</a></td>
|
|
141
|
-
<td align="center"><a href="https://github.com/Zcating"><img src="https://avatars.githubusercontent.com/u/13329558?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Zcating</b></sub></a><br /><a href="#maintenance-Zcating" title="Maintenance">๐ง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=Zcating" title="Code">๐ป</a></td>
|
|
142
|
-
<td align="center"><a href="https://github.com/sufuwang"><img src="https://avatars.githubusercontent.com/u/46395105?v=4?s=100" width="100px;" alt=""/><br /><sub><b>็ๅฏ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=sufuwang" title="Code">๐ป</a></td>
|
|
143
|
-
<td align="center"><a href="https://github.com/iel-h"><img src="https://avatars.githubusercontent.com/u/53589602?v=4?s=100" width="100px;" alt=""/><br /><sub><b>iel</b></sub></a><br /><a href="#maintenance-iel-h" title="Maintenance">๐ง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=iel-h" title="Code">๐ป</a></td>
|
|
144
|
-
<td align="center"><a href="https://github.com/chenxi24"><img src="https://avatars.githubusercontent.com/u/40349890?v=4?s=100" width="100px;" alt=""/><br /><sub><b>chenxi24</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=chenxi24" title="Code">๐ป</a></td>
|
|
145
|
-
<td align="center"><a href="https://github.com/asdlml6"><img src="https://avatars.githubusercontent.com/u/61737780?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅฐไนไน</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=asdlml6" title="Code">๐ป</a></td>
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
<td align="center"><a href="https://github.com/GaoNeng-wWw"><img src="https://avatars.githubusercontent.com/u/31283122?v=4?s=100" width="100px;" alt=""/><br /><sub><b>GaoNeng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=GaoNeng-wWw" title="Code">๐ป</a></td>
|
|
151
|
-
<td align="center"><a href="https://github.com/xingyan95"><img src="https://avatars.githubusercontent.com/u/11143986?v=4?s=100" width="100px;" alt=""/><br /><sub><b>่ก่จ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xingyan95" title="Code">๐ป</a> <a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3Axingyan95" title="Bug reports">๐</a></td>
|
|
152
|
-
<td align="center"><a href="https://devin974.github.io/"><img src="https://avatars.githubusercontent.com/u/67035714?v=4?s=100" width="100px;" alt=""/><br /><sub><b>devin</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=devin974" title="Code">๐ป</a></td>
|
|
153
|
-
<td align="center"><a href="https://juejin.cn/user/1618116899507735/posts"><img src="https://avatars.githubusercontent.com/u/70649502?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๆ ๅฃฐ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=ivestszheng" title="Code">๐ป</a></td>
|
|
154
|
-
<td align="center"><a href="https://github.com/zxlfly"><img src="https://avatars.githubusercontent.com/u/26324442?v=4?s=100" width="100px;" alt=""/><br /><sub><b>sleep_fish</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=zxlfly" title="Code">๐ป</a></td>
|
|
155
|
-
<td align="center"><a href="https://github.com/whylost"><img src="https://avatars.githubusercontent.com/u/62528887?v=4?s=100" width="100px;" alt=""/><br /><sub><b>่ฟทๅฟwhylost</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=whylost" title="Code">๐ป</a></td>
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
<td align="center"><a href="https://
|
|
159
|
-
<td align="center"><a href="
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
<td align="center"><a href="https://github.com/ElsaOOo"><img src="https://avatars.githubusercontent.com/u/48074435?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ElsaOOo</b></sub></a><br /><a href="#maintenance-ElsaOOo" title="Maintenance">๐ง</a> <a href="#infra-ElsaOOo" title="Infrastructure (Hosting, Build-Tools, etc)">๐</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=ElsaOOo" title="Code">๐ป</a></td>
|
|
163
|
-
<td align="center"><a href="https://github.com/liuxdi"><img src="https://avatars.githubusercontent.com/u/10958003?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅๅฐ่ฟช</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=liuxdi" title="Code">๐ป</a></td>
|
|
164
|
-
<td align="center"><a href="https://github.com/unfound"><img src="https://avatars.githubusercontent.com/u/32935349?v=4?s=100" width="100px;" alt=""/><br /><sub><b>unfound</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=unfound" title="Code">๐ป</a></td>
|
|
165
|
-
<td align="center"><a href="https://github.com/Roading"><img src="https://avatars.githubusercontent.com/u/7751774?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Roading</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Roading" title="Code">๐ป</a></td>
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
<td align="center"><a href="
|
|
169
|
-
<td align="center"><a href="https://github.com/
|
|
170
|
-
<td align="center"><a href="https://github.com/
|
|
171
|
-
<td align="center"><a href="https://github.com/
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
<td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=eltociear" title="Documentation">๐</a></td>
|
|
175
|
-
<td align="center"><a href="https://xiaoborao.github.io/"><img src="https://avatars.githubusercontent.com/u/27467603?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bob</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xiaoboRao" title="Code">๐ป</a></td>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
<td align="center"><a href="https://github.com/
|
|
179
|
-
<td align="center"><a href="https://github.com/
|
|
180
|
-
<td align="center"><a href="https://github.com/
|
|
181
|
-
<td align="center"><a href="https://github.com/
|
|
182
|
-
<td align="center"><a href="https://
|
|
183
|
-
<td align="center"><a href="https://github.com/
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
<td align="center"><a href="https://github.com/
|
|
189
|
-
<td align="center"><a href="https://github.com/
|
|
190
|
-
<td align="center"><a href="https://github.com/
|
|
191
|
-
<td align="center"><a href="https://github.com/
|
|
192
|
-
<td align="center"><a href="https://
|
|
193
|
-
<td align="center"><a href="
|
|
194
|
-
<td align="center"><a href="https://
|
|
195
|
-
<td align="center"><a href="
|
|
196
|
-
</tr>
|
|
197
|
-
<tr>
|
|
198
|
-
<td align="center"><a href="https://github.com/
|
|
199
|
-
<td align="center"><a href="https://
|
|
200
|
-
<td align="center"><a href="https://github.com/
|
|
201
|
-
<td align="center"><a href="https://github.com/
|
|
202
|
-
<td align="center"><a href="https://github.com/
|
|
203
|
-
<td align="center"><a href="https://github.com/
|
|
204
|
-
<td align="center"><a href="https://github.com/
|
|
205
|
-
<td align="center"><a href="https://github.com/
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
<td align="center"><a href="https://github.com/
|
|
211
|
-
<td align="center"><a href="https://github.com/
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
</
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://devui.design/" target="_blank" rel="noopener noreferrer">
|
|
3
|
+
<img alt="DevUI Logo" src="https://vue-devui.github.io/assets/logo.svg" width="180" style="max-width:100%;">
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
<h1 align="center">Vue DevUI</h1>
|
|
8
|
+
|
|
9
|
+
<p align="center">Vue3 component library based on <a href="https://devui.design/" target="_blank" rel="noopener noreferrer">DevUI Design</a></p>
|
|
10
|
+
|
|
11
|
+
English | [็ฎไฝไธญๆ](README.zh-CN.md)
|
|
12
|
+
|
|
13
|
+
๐ Features๏ผ
|
|
14
|
+
|
|
15
|
+
- ๐ฆ 55 high-quality components that are simple, easy to use, and flexible.
|
|
16
|
+
- ๐ Support for TypeScript.
|
|
17
|
+
- โฐ๏ธ Support for Nuxt3.
|
|
18
|
+
- โก Support for on-demand import.
|
|
19
|
+
- ๐ Support internationalization.
|
|
20
|
+
- ๐จ Support theme customization, and built-in seven beautiful themes such as `Galaxy`, `Sweet` and `Provence`.
|
|
21
|
+
|
|
22
|
+
## ๐ง Usage
|
|
23
|
+
|
|
24
|
+
First install vue-devui with npm, yarn or pnpm.
|
|
25
|
+
|
|
26
|
+
Install with npm
|
|
27
|
+
|
|
28
|
+
```sh
|
|
29
|
+
npm install vue-devui --save
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Install with yarn
|
|
33
|
+
|
|
34
|
+
```sh
|
|
35
|
+
yarn add vue-devui
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
Install with pnpm
|
|
39
|
+
|
|
40
|
+
```sh
|
|
41
|
+
pnpm add vue-devui
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
Then import `DevUI` in the `main.ts` file:
|
|
46
|
+
|
|
47
|
+
```ts
|
|
48
|
+
import { createApp } from 'vue'
|
|
49
|
+
import App from './App.vue'
|
|
50
|
+
|
|
51
|
+
// Import Vue DevUI component and style
|
|
52
|
+
import DevUI from 'vue-devui'
|
|
53
|
+
import 'vue-devui/style.css'
|
|
54
|
+
|
|
55
|
+
createApp(App).use(DevUI).mount('#app')
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
Then you can use the vue devui component(such as `<d-button>`) in the `App.vue` file:
|
|
59
|
+
|
|
60
|
+
```vue
|
|
61
|
+
<template>
|
|
62
|
+
<d-button>Button</d-button>
|
|
63
|
+
</template>
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
## ๐ฅ๏ธ Development
|
|
67
|
+
|
|
68
|
+
```sh
|
|
69
|
+
git clone git@github.com:DevCloudFE/vue-devui.git
|
|
70
|
+
cd vue-devui
|
|
71
|
+
pnpm install
|
|
72
|
+
pnpm dev
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
Open your browser and visit: [http://localhost:3000/](http://localhost:3000/).
|
|
76
|
+
|
|
77
|
+
Or you can run other command
|
|
78
|
+
|
|
79
|
+
```sh
|
|
80
|
+
pnpm scripts
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## ๐ค Contributing
|
|
84
|
+
|
|
85
|
+
Welcome to join our Vue DevUI open source project!๐
|
|
86
|
+
|
|
87
|
+
By participating in the Vue DevUI project, we can together:
|
|
88
|
+
|
|
89
|
+
- ๐ฅ Learn the latest cool `Vite` + `Vue3` + `TypeScript` + `JSX` technology.
|
|
90
|
+
- ๐ Learn how to design and develop UI components.
|
|
91
|
+
- โญ Hone programming skills and learn excellent programming practice.
|
|
92
|
+
- ๐ Meet a group of friends who love learning and open source.
|
|
93
|
+
|
|
94
|
+
If you don't know how to start, please read our [contributing guide](https://vue-devui.github.io/contributing/)
|
|
95
|
+
|
|
96
|
+
## โจ Maintainers
|
|
97
|
+
|
|
98
|
+
Maintainers are community members who have made outstanding contributions and have been active in the DevUI community for a long time.
|
|
99
|
+
|
|
100
|
+
- [kagol](https://github.com/kagol)
|
|
101
|
+
- [xingyan95](https://github.com/xingyan95)
|
|
102
|
+
- [linxiang07](https://github.com/linxiang07)
|
|
103
|
+
- [Zcating](https://github.com/Zcating)
|
|
104
|
+
- [TinsFox](https://github.com/TinsFox)
|
|
105
|
+
- [JensonMiao](https://github.com/JensonMiao)
|
|
106
|
+
- [xiejay97](https://github.com/xiejay97)
|
|
107
|
+
- [daviForevel](https://github.com/daviForevel)
|
|
108
|
+
- [AlanLee97](https://github.com/AlanLee97)
|
|
109
|
+
- [SituC](https://github.com/SituC)
|
|
110
|
+
- [lj1990111](https://github.com/lj1990111)
|
|
111
|
+
- [newer2333](https://github.com/newer2333)
|
|
112
|
+
- [vaebe](https://github.com/vaebe)
|
|
113
|
+
- [ivestszheng](https://github.com/ivestszheng)
|
|
114
|
+
- [ElsaOOo](https://github.com/ElsaOOo)
|
|
115
|
+
- [asdlml6](https://github.com/asdlml6)
|
|
116
|
+
- [GaoNeng-wWw](https://github.com/GaoNeng-wWw)
|
|
117
|
+
- [chenxi24](https://github.com/chenxi24)
|
|
118
|
+
- [ErKeLost](https://github.com/ErKeLost)
|
|
119
|
+
- [brenner8023](https://github.com/brenner8023)
|
|
120
|
+
|
|
121
|
+
Outstanding contributions include, but are not limited to, the following:
|
|
122
|
+
- 10 or more PRs are merged
|
|
123
|
+
- Put forward more than 10 review opinions approved by PR authors
|
|
124
|
+
- Provide constructive optimization advice and promote the project to become better
|
|
125
|
+
|
|
126
|
+
## โจ Contributors
|
|
127
|
+
|
|
128
|
+
Contributors are community members who have 1 or more PR merged in DevUI.
|
|
129
|
+
|
|
130
|
+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
131
|
+
|
|
132
|
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
133
|
+
<!-- prettier-ignore-start -->
|
|
134
|
+
<!-- markdownlint-disable -->
|
|
135
|
+
<table>
|
|
136
|
+
<tbody>
|
|
137
|
+
<tr>
|
|
138
|
+
<td align="center"><a href="https://juejin.cn/user/712139267650141"><img src="https://avatars.githubusercontent.com/u/9566362?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kagol</b></sub></a><br /><a href="#maintenance-kagol" title="Maintenance">๐ง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=kagol" title="Code">๐ป</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=kagol" title="Documentation">๐</a></td>
|
|
139
|
+
<td align="center"><a href="https://github.com/TinsFox"><img src="https://avatars.githubusercontent.com/u/33956589?v=4?s=100" width="100px;" alt=""/><br /><sub><b>TinsFox</b></sub></a><br /><a href="#maintenance-TinsFox" title="Maintenance">๐ง</a> <a href="#infra-TinsFox" title="Infrastructure (Hosting, Build-Tools, etc)">๐</a></td>
|
|
140
|
+
<td align="center"><a href="https://github.com/lnzhangsong"><img src="https://avatars.githubusercontent.com/u/15092594?v=4?s=100" width="100px;" alt=""/><br /><sub><b>nif</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=lnzhangsong" title="Code">๐ป</a></td>
|
|
141
|
+
<td align="center"><a href="https://github.com/Zcating"><img src="https://avatars.githubusercontent.com/u/13329558?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Zcating</b></sub></a><br /><a href="#maintenance-Zcating" title="Maintenance">๐ง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=Zcating" title="Code">๐ป</a></td>
|
|
142
|
+
<td align="center"><a href="https://github.com/sufuwang"><img src="https://avatars.githubusercontent.com/u/46395105?v=4?s=100" width="100px;" alt=""/><br /><sub><b>็ๅฏ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=sufuwang" title="Code">๐ป</a></td>
|
|
143
|
+
<td align="center"><a href="https://github.com/iel-h"><img src="https://avatars.githubusercontent.com/u/53589602?v=4?s=100" width="100px;" alt=""/><br /><sub><b>iel</b></sub></a><br /><a href="#maintenance-iel-h" title="Maintenance">๐ง</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=iel-h" title="Code">๐ป</a></td>
|
|
144
|
+
<td align="center"><a href="https://github.com/chenxi24"><img src="https://avatars.githubusercontent.com/u/40349890?v=4?s=100" width="100px;" alt=""/><br /><sub><b>chenxi24</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=chenxi24" title="Code">๐ป</a></td>
|
|
145
|
+
<td align="center"><a href="https://github.com/asdlml6"><img src="https://avatars.githubusercontent.com/u/61737780?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅฐไนไน</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=asdlml6" title="Code">๐ป</a></td>
|
|
146
|
+
</tr>
|
|
147
|
+
<tr>
|
|
148
|
+
<td align="center"><a href="http://blog.alanlee.top"><img src="https://avatars.githubusercontent.com/u/42601044?v=4?s=100" width="100px;" alt=""/><br /><sub><b>AlanLee</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=AlanLee97" title="Code">๐ป</a></td>
|
|
149
|
+
<td align="center"><a href="https://github.com/ForeseeBear"><img src="https://avatars.githubusercontent.com/u/15258339?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Echo</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=ForeseeBear" title="Code">๐ป</a></td>
|
|
150
|
+
<td align="center"><a href="https://github.com/GaoNeng-wWw"><img src="https://avatars.githubusercontent.com/u/31283122?v=4?s=100" width="100px;" alt=""/><br /><sub><b>GaoNeng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=GaoNeng-wWw" title="Code">๐ป</a></td>
|
|
151
|
+
<td align="center"><a href="https://github.com/xingyan95"><img src="https://avatars.githubusercontent.com/u/11143986?v=4?s=100" width="100px;" alt=""/><br /><sub><b>่ก่จ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xingyan95" title="Code">๐ป</a> <a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3Axingyan95" title="Bug reports">๐</a></td>
|
|
152
|
+
<td align="center"><a href="https://devin974.github.io/"><img src="https://avatars.githubusercontent.com/u/67035714?v=4?s=100" width="100px;" alt=""/><br /><sub><b>devin</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=devin974" title="Code">๐ป</a></td>
|
|
153
|
+
<td align="center"><a href="https://juejin.cn/user/1618116899507735/posts"><img src="https://avatars.githubusercontent.com/u/70649502?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๆ ๅฃฐ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=ivestszheng" title="Code">๐ป</a></td>
|
|
154
|
+
<td align="center"><a href="https://github.com/zxlfly"><img src="https://avatars.githubusercontent.com/u/26324442?v=4?s=100" width="100px;" alt=""/><br /><sub><b>sleep_fish</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=zxlfly" title="Code">๐ป</a></td>
|
|
155
|
+
<td align="center"><a href="https://github.com/whylost"><img src="https://avatars.githubusercontent.com/u/62528887?v=4?s=100" width="100px;" alt=""/><br /><sub><b>่ฟทๅฟwhylost</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=whylost" title="Code">๐ป</a></td>
|
|
156
|
+
</tr>
|
|
157
|
+
<tr>
|
|
158
|
+
<td align="center"><a href="https://juejin.im/user/5c15d35fe51d4545ae495e43"><img src="https://avatars.githubusercontent.com/u/31237954?v=4?s=100" width="100px;" alt=""/><br /><sub><b>X.Q. Chen</b></sub></a><br /><a href="#infra-brenner8023" title="Infrastructure (Hosting, Build-Tools, etc)">๐</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=brenner8023" title="Code">๐ป</a></td>
|
|
159
|
+
<td align="center"><a href="https://github.com/git-Where"><img src="https://avatars.githubusercontent.com/u/16344566?v=4?s=100" width="100px;" alt=""/><br /><sub><b>่ๅฎถ็ทๅญฉ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=git-Where" title="Code">๐ป</a></td>
|
|
160
|
+
<td align="center"><a href="https://github.com/CatsAndMice"><img src="https://avatars.githubusercontent.com/u/58327088?v=4?s=100" width="100px;" alt=""/><br /><sub><b>lihai</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=CatsAndMice" title="Code">๐ป</a></td>
|
|
161
|
+
<td align="center"><a href="http://www.naluduo.vip"><img src="https://avatars.githubusercontent.com/u/28448589?v=4?s=100" width="100px;" alt=""/><br /><sub><b>็บณๆธๅค</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=naluduo233" title="Code">๐ป</a></td>
|
|
162
|
+
<td align="center"><a href="https://github.com/ElsaOOo"><img src="https://avatars.githubusercontent.com/u/48074435?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ElsaOOo</b></sub></a><br /><a href="#maintenance-ElsaOOo" title="Maintenance">๐ง</a> <a href="#infra-ElsaOOo" title="Infrastructure (Hosting, Build-Tools, etc)">๐</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=ElsaOOo" title="Code">๐ป</a></td>
|
|
163
|
+
<td align="center"><a href="https://github.com/liuxdi"><img src="https://avatars.githubusercontent.com/u/10958003?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅๅฐ่ฟช</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=liuxdi" title="Code">๐ป</a></td>
|
|
164
|
+
<td align="center"><a href="https://github.com/unfound"><img src="https://avatars.githubusercontent.com/u/32935349?v=4?s=100" width="100px;" alt=""/><br /><sub><b>unfound</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=unfound" title="Code">๐ป</a></td>
|
|
165
|
+
<td align="center"><a href="https://github.com/Roading"><img src="https://avatars.githubusercontent.com/u/7751774?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Roading</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Roading" title="Code">๐ป</a></td>
|
|
166
|
+
</tr>
|
|
167
|
+
<tr>
|
|
168
|
+
<td align="center"><a href="http://inreasons.cn"><img src="https://avatars.githubusercontent.com/u/47918504?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chestnut</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=banlify" title="Code">๐ป</a></td>
|
|
169
|
+
<td align="center"><a href="https://github.com/c0dedance"><img src="https://avatars.githubusercontent.com/u/38075730?v=4?s=100" width="100px;" alt=""/><br /><sub><b>c0dedance</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=c0dedance" title="Code">๐ป</a></td>
|
|
170
|
+
<td align="center"><a href="https://github.com/duqingyu"><img src="https://avatars.githubusercontent.com/u/30541930?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๆๅบๆ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=duqingyu" title="Code">๐ป</a></td>
|
|
171
|
+
<td align="center"><a href="https://github.com/linxiang07"><img src="https://avatars.githubusercontent.com/u/40119767?v=4?s=100" width="100px;" alt=""/><br /><sub><b>linxiang</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=linxiang07" title="Code">๐ป</a></td>
|
|
172
|
+
<td align="center"><a href="https://github.com/nextniko"><img src="https://avatars.githubusercontent.com/u/40553790?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๆๅขๅฟ่
</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=nextniko" title="Code">๐ป</a></td>
|
|
173
|
+
<td align="center"><a href="https://github.com/zcj996"><img src="https://avatars.githubusercontent.com/u/52314078?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ไธไธชๅคง่ๅญ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=zcj996" title="Code">๐ป</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=zcj996" title="Documentation">๐</a></td>
|
|
174
|
+
<td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=eltociear" title="Documentation">๐</a></td>
|
|
175
|
+
<td align="center"><a href="https://xiaoborao.github.io/"><img src="https://avatars.githubusercontent.com/u/27467603?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bob</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xiaoboRao" title="Code">๐ป</a></td>
|
|
176
|
+
</tr>
|
|
177
|
+
<tr>
|
|
178
|
+
<td align="center"><a href="https://github.com/NidusP"><img src="https://avatars.githubusercontent.com/u/30283065?v=4?s=100" width="100px;" alt=""/><br /><sub><b>populus</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=NidusP" title="Code">๐ป</a></td>
|
|
179
|
+
<td align="center"><a href="https://github.com/554246839"><img src="https://avatars.githubusercontent.com/u/24663941?v=4?s=100" width="100px;" alt=""/><br /><sub><b>tohalf</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=554246839" title="Code">๐ป</a></td>
|
|
180
|
+
<td align="center"><a href="https://github.com/Lonely-shang"><img src="https://avatars.githubusercontent.com/u/34124930?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Miliky</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Lonely-shang" title="Code">๐ป</a> <a href="https://github.com/DevCloudFE/vue-devui/commits?author=Lonely-shang" title="Tests">โ ๏ธ</a></td>
|
|
181
|
+
<td align="center"><a href="https://github.com/MICD0704"><img src="https://avatars.githubusercontent.com/u/20532893?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MICD</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=MICD0704" title="Code">๐ป</a> <a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AMICD0704" title="Bug reports">๐</a></td>
|
|
182
|
+
<td align="center"><a href="https://github.com/ming-bin"><img src="https://avatars.githubusercontent.com/u/54826175?v=4?s=100" width="100px;" alt=""/><br /><sub><b>mingBin</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=ming-bin" title="Code">๐ป</a> <a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3Aming-bin" title="Bug reports">๐</a></td>
|
|
183
|
+
<td align="center"><a href="https://github.com/icjs-cc"><img src="https://avatars.githubusercontent.com/u/27618209?v=4?s=100" width="100px;" alt=""/><br /><sub><b>้ๅๆฏ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=icjs-cc" title="Code">๐ป</a></td>
|
|
184
|
+
<td align="center"><a href="https://www.merlin218.top/"><img src="https://avatars.githubusercontent.com/u/61051874?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Merlin218</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AMerlin218" title="Bug reports">๐</a></td>
|
|
185
|
+
<td align="center"><a href="https://github.com/jingyiliu"><img src="https://avatars.githubusercontent.com/u/6957175?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Johnny.Liu</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3Ajingyiliu" title="Bug reports">๐</a></td>
|
|
186
|
+
</tr>
|
|
187
|
+
<tr>
|
|
188
|
+
<td align="center"><a href="https://github.com/Yangxfeng"><img src="https://avatars.githubusercontent.com/u/35209766?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yangxfeng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AYangxfeng" title="Bug reports">๐</a></td>
|
|
189
|
+
<td align="center"><a href="https://github.com/jCodeLife"><img src="https://avatars.githubusercontent.com/u/50767049?v=4?s=100" width="100px;" alt=""/><br /><sub><b>jCodeLife</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AjCodeLife" title="Bug reports">๐</a></td>
|
|
190
|
+
<td align="center"><a href="https://github.com/XiaoRIGE"><img src="https://avatars.githubusercontent.com/u/33147011?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅฎๅฐๆฅ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/issues?q=author%3AXiaoRIGE" title="Bug reports">๐</a></td>
|
|
191
|
+
<td align="center"><a href="https://github.com/daviForevel"><img src="https://avatars.githubusercontent.com/u/39021499?v=4?s=100" width="100px;" alt=""/><br /><sub><b>daviForevel</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=daviForevel" title="Code">๐ป</a></td>
|
|
192
|
+
<td align="center"><a href="https://github.com/lj1990111"><img src="https://avatars.githubusercontent.com/u/8649913?v=4?s=100" width="100px;" alt=""/><br /><sub><b>lj1990111</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=lj1990111" title="Code">๐ป</a></td>
|
|
193
|
+
<td align="center"><a href="https://github.com/newer2333"><img src="https://avatars.githubusercontent.com/u/32949033?v=4?s=100" width="100px;" alt=""/><br /><sub><b>newer2333</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=newer2333" title="Code">๐ป</a></td>
|
|
194
|
+
<td align="center"><a href="https://husky-bear.gitee.io/blob/"><img src="https://avatars.githubusercontent.com/u/50540342?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅๅฃซๅฅ-้ป</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Husky-Yellow" title="Code">๐ป</a></td>
|
|
195
|
+
<td align="center"><a href="http://innei.ren"><img src="https://avatars.githubusercontent.com/u/41265413?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ๅฏป</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Innei" title="Code">๐ป</a></td>
|
|
196
|
+
</tr>
|
|
197
|
+
<tr>
|
|
198
|
+
<td align="center"><a href="https://github.com/aolyang"><img src="https://avatars.githubusercontent.com/u/72056179?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Anthonio OuYang</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=aolyang" title="Code">๐ป</a></td>
|
|
199
|
+
<td align="center"><a href="https://yyblog.top"><img src="https://avatars.githubusercontent.com/u/57666140?v=4?s=100" width="100px;" alt=""/><br /><sub><b>FlingYP</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=flingyp" title="Code">๐ป</a></td>
|
|
200
|
+
<td align="center"><a href="https://github.com/xzxldl55"><img src="https://avatars.githubusercontent.com/u/22699218?v=4?s=100" width="100px;" alt=""/><br /><sub><b>xzxldl55</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xzxldl55" title="Code">๐ป</a></td>
|
|
201
|
+
<td align="center"><a href="https://github.com/79E"><img src="https://avatars.githubusercontent.com/u/71202421?v=4?s=100" width="100px;" alt=""/><br /><sub><b>79</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=79E" title="Code">๐ป</a></td>
|
|
202
|
+
<td align="center"><a href="https://github.com/SituC"><img src="https://avatars.githubusercontent.com/u/29355875?v=4?s=100" width="100px;" alt=""/><br /><sub><b>wailen</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=SituC" title="Code">๐ป</a></td>
|
|
203
|
+
<td align="center"><a href="https://github.com/JensonMiao"><img src="https://avatars.githubusercontent.com/u/46488783?v=4?s=100" width="100px;" alt=""/><br /><sub><b>jenson</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=JensonMiao" title="Code">๐ป</a></td>
|
|
204
|
+
<td align="center"><a href="https://github.com/dbsdaicheng"><img src="https://avatars.githubusercontent.com/u/62135142?v=4?s=100" width="100px;" alt=""/><br /><sub><b>dbsdaicheng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=dbsdaicheng" title="Tests">โ ๏ธ</a></td>
|
|
205
|
+
<td align="center"><a href="https://github.com/qinwencheng"><img src="https://avatars.githubusercontent.com/u/24841685?v=4?s=100" width="100px;" alt=""/><br /><sub><b>qinwencheng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=qinwencheng" title="Code">๐ป</a></td>
|
|
206
|
+
</tr>
|
|
207
|
+
<tr>
|
|
208
|
+
<td align="center"><a href="https://github.com/angelanana"><img src="https://avatars.githubusercontent.com/u/63281354?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Angelanana</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=angelanana" title="Code">๐ป</a></td>
|
|
209
|
+
<td align="center"><a href="https://github.com/joo1es"><img src="https://avatars.githubusercontent.com/u/76929557?v=4?s=100" width="100px;" alt=""/><br /><sub><b>joo1es</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=joo1es" title="Code">๐ป</a></td>
|
|
210
|
+
<td align="center"><a href="https://github.com/handsomezyw"><img src="https://avatars.githubusercontent.com/u/34366225?v=4?s=100" width="100px;" alt=""/><br /><sub><b>handsomezyw</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=handsomezyw" title="Code">๐ป</a></td>
|
|
211
|
+
<td align="center"><a href="https://github.com/iamyoki"><img src="https://avatars.githubusercontent.com/u/74389358?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yoki</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=iamyoki" title="Code">๐ป</a></td>
|
|
212
|
+
<td align="center"><a href="https://github.com/LadyChatterleyLover"><img src="https://avatars.githubusercontent.com/u/35223515?v=4?s=100" width="100px;" alt=""/><br /><sub><b>luopei</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=LadyChatterleyLover" title="Code">๐ป</a></td>
|
|
213
|
+
<td align="center"><a href="https://github.com/wowCheng"><img src="https://avatars.githubusercontent.com/u/69743874?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mr.Cheng</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=wowCheng" title="Code">๐ป</a></td>
|
|
214
|
+
<td align="center"><a href="https://github.com/Bbbtt04"><img src="https://avatars.githubusercontent.com/u/89759610?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bbbtt04</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Bbbtt04" title="Code">๐ป</a></td>
|
|
215
|
+
<td align="center"><a href="https://github.com/Zz-ZzzZ"><img src="https://avatars.githubusercontent.com/u/48228016?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Zz-ZzzZ</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Zz-ZzzZ" title="Code">๐ป</a></td>
|
|
216
|
+
</tr>
|
|
217
|
+
<tr>
|
|
218
|
+
<td align="center"><a href="https://github.com/buaalkn"><img src="https://avatars.githubusercontent.com/u/89232641?v=4?s=100" width="100px;" alt=""/><br /><sub><b>buaalkn</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=buaalkn" title="Code">๐ป</a></td>
|
|
219
|
+
<td align="center"><a href="https://github.com/hxj9102"><img src="https://avatars.githubusercontent.com/u/58357112?v=4?s=100" width="100px;" alt=""/><br /><sub><b>hxj9102</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=hxj9102" title="Code">๐ป</a></td>
|
|
220
|
+
<td align="center"><a href="https://github.com/Whbbit1999"><img src="https://avatars.githubusercontent.com/u/60510247?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Whbbit1999</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Whbbit1999" title="Code">๐ป</a></td>
|
|
221
|
+
</tr>
|
|
222
|
+
</tbody>
|
|
223
|
+
</table>
|
|
224
|
+
|
|
225
|
+
<!-- markdownlint-restore -->
|
|
226
|
+
<!-- prettier-ignore-end -->
|
|
227
|
+
|
|
228
|
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
229
|
+
|
|
230
|
+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
|
231
|
+
|
|
232
|
+
## Partner project
|
|
233
|
+
|
|
234
|
+
- [H5-Dooring - ่ฎฉH5ๅถไฝ๏ผๆด็ฎๅ](http://h5.dooring.cn/)
|
|
235
|
+
- [็ฏๅก - ๅ
ฌ็ๆง่ดจ็ๅ้ธๅๅข้](https://www.light-tower.top/)
|
|
236
|
+
|
|
237
|
+
## License
|
|
238
|
+
|
|
239
|
+
[MIT](https://github.com/DevCloudFE/vue-devui/blob/dev/LICENSE)
|