vue-devui 1.6.34 → 1.6.36-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/auto-complete/index.es.js +1 -1
- package/auto-complete/index.umd.js +1 -1
- package/breadcrumb/index.es.js +7 -2
- package/breadcrumb/index.umd.js +3 -3
- package/button/style.css +1 -1
- package/carousel/style.css +1 -1
- package/category-search/index.es.js +39 -14
- package/category-search/index.umd.js +25 -25
- package/category-search/style.css +1 -1
- package/checkbox/index.es.js +1 -1
- package/checkbox/index.umd.js +1 -1
- package/code-review/index.es.js +1 -1
- package/code-review/index.umd.js +1 -1
- package/data-grid/index.es.js +7 -2
- package/data-grid/index.umd.js +2 -2
- package/data-grid/style.css +1 -1
- package/date-picker-pro/index.es.js +1 -1
- package/date-picker-pro/index.umd.js +1 -1
- package/date-picker-pro/style.css +1 -1
- package/dragdrop-new/index.es.js +13 -5
- package/dragdrop-new/index.umd.js +3 -3
- package/dropdown/index.es.js +7 -2
- package/dropdown/index.umd.js +3 -3
- package/editor-md/index.es.js +7 -2
- package/editor-md/index.umd.js +3 -3
- package/form/index.es.js +1 -1
- package/form/index.umd.js +1 -1
- package/image-preview/style.css +1 -1
- package/input/index.es.js +1 -1
- package/input/index.umd.js +1 -1
- package/input-number/index.es.js +1 -1
- package/input-number/index.umd.js +1 -1
- package/mention/index.es.js +1 -1
- package/mention/index.umd.js +1 -1
- package/message/index.es.js +1 -1
- package/message/index.umd.js +1 -1
- package/nuxt/components/Checkbox.js +2 -2
- package/package.json +1 -1
- package/pagination/index.es.js +13 -3
- package/pagination/index.umd.js +3 -3
- package/popover/index.es.js +1 -1
- package/popover/index.umd.js +1 -1
- package/radio/index.es.js +1 -1
- package/radio/index.umd.js +1 -1
- package/rate/style.css +1 -1
- package/search/index.es.js +1 -1
- package/search/index.umd.js +1 -1
- package/select/index.es.js +7 -2
- package/select/index.umd.js +3 -3
- package/splitter/index.es.js +1 -1
- package/splitter/index.umd.js +1 -1
- package/steps/style.css +1 -1
- package/style.css +2 -2
- package/switch/index.es.js +1 -1
- package/switch/index.umd.js +1 -1
- package/table/index.es.js +7 -2
- package/table/index.umd.js +3 -3
- package/table/style.css +1 -1
- package/tabs/style.css +1 -1
- package/textarea/index.es.js +1 -1
- package/textarea/index.umd.js +1 -1
- package/time-picker/index.es.js +1 -1
- package/time-picker/index.umd.js +1 -1
- package/time-picker/style.css +1 -1
- package/time-select/index.es.js +7 -2
- package/time-select/index.umd.js +9 -9
- package/tooltip/index.es.js +1 -1
- package/tooltip/index.umd.js +1 -1
- package/tree/index.es.js +267 -92
- package/tree/index.umd.js +30 -30
- 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 +1221 -234
- package/types/accordion/src/accordion-menu.d.ts +250 -248
- package/types/accordion/src/accordion-types.d.ts +102 -102
- package/types/accordion/src/accordion.d.ts +78 -222
- package/types/accordion/src/accordion.type.d.ts +81 -81
- package/types/accordion/src/utils.d.ts +7 -7
- package/types/action-timeline/index.d.ts +11 -11
- package/types/action-timeline/src/action-timeline-types.d.ts +46 -46
- package/types/action-timeline/src/action-timeline.d.ts +3 -3
- 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 +2 -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 +174 -174
- package/types/auto-complete/src/auto-complete.d.ts +3 -3
- 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/auto-focus/index.d.ts +9 -9
- package/types/auto-focus/src/auto-focus-directive.d.ts +4 -4
- 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 +29 -71
- 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 +18 -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 +29 -79
- package/types/breadcrumb/__tests__/breadcrumb.spec.d.ts +1 -1
- package/types/breadcrumb/index.d.ts +13 -13
- package/types/breadcrumb/src/breadcrumb-item-types.d.ts +43 -43
- package/types/breadcrumb/src/breadcrumb-item.d.ts +62 -48
- package/types/breadcrumb/src/breadcrumb-types.d.ts +32 -32
- package/types/breadcrumb/src/breadcrumb.d.ts +73 -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 +9 -15
- package/types/button/src/button-types.d.ts +57 -57
- 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 +15 -33
- package/types/carousel/__tests__/carousel.spec.d.ts +1 -1
- package/types/carousel/index.d.ts +11 -11
- package/types/carousel/src/carousel.d.ts +37 -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 +24 -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 +5 -5
- 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 +257 -257
- package/types/cascader/src/cascader.d.ts +3 -3
- package/types/category-search/index.d.ts +11 -11
- package/types/category-search/src/category-search-const.d.ts +6 -6
- package/types/category-search/src/category-search-types.d.ts +292 -281
- package/types/category-search/src/category-search.d.ts +3 -3
- package/types/category-search/src/components/category-search-clear.d.ts +8 -14
- package/types/category-search/src/components/category-search-input.d.ts +2 -2
- package/types/category-search/src/components/category-search-more.d.ts +8 -14
- package/types/category-search/src/components/category-search-save.d.ts +8 -14
- package/types/category-search/src/components/category-search-tag-dropdown.d.ts +12 -24
- package/types/category-search/src/components/category-search-tag.d.ts +11 -23
- package/types/category-search/src/components/checkbox-menu.d.ts +2 -2
- package/types/category-search/src/components/label-menu.d.ts +2 -2
- package/types/category-search/src/components/number-range-menu.d.ts +2 -2
- package/types/category-search/src/components/radio-menu.d.ts +8 -14
- package/types/category-search/src/components/text-input-menu.d.ts +2 -2
- package/types/category-search/src/composables/use-category-search-icons.d.ts +18 -18
- package/types/category-search/src/composables/use-category-search-input.d.ts +8 -8
- package/types/category-search/src/composables/use-category-search.d.ts +20 -20
- 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 +3 -3
- package/types/checkbox/src/checkbox-group.d.ts +3 -3
- package/types/checkbox/src/checkbox-types.d.ts +195 -195
- package/types/checkbox/src/checkbox.d.ts +3 -3
- package/types/checkbox/src/use-checkbox.d.ts +5 -5
- package/types/code-editor/index.d.ts +11 -11
- package/types/code-editor/src/code-editor-types.d.ts +82 -82
- package/types/code-editor/src/code-editor.d.ts +3 -3
- package/types/code-editor/src/code-highlight-directive.d.ts +5 -5
- package/types/code-editor/src/composables/use-code-editor.d.ts +5 -5
- package/types/code-review/index.d.ts +11 -11
- package/types/code-review/src/code-review-types.d.ts +83 -83
- package/types/code-review/src/code-review.d.ts +3 -3
- package/types/code-review/src/components/code-review-header.d.ts +2 -2
- package/types/code-review/src/composables/use-code-review-comment.d.ts +14 -14
- package/types/code-review/src/composables/use-code-review-expand.d.ts +6 -6
- package/types/code-review/src/composables/use-code-review-fold.d.ts +6 -6
- package/types/code-review/src/composables/use-code-review-header.d.ts +6 -6
- package/types/code-review/src/composables/use-code-review-line-selection.d.ts +20 -20
- package/types/code-review/src/composables/use-code-review.d.ts +9 -9
- package/types/code-review/src/const.d.ts +22 -22
- package/types/code-review/src/utils.d.ts +44 -44
- 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 +124 -56
- package/types/color-picker/src/components/color-alpha-slider/color-alpha-slider.d.ts +22 -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 +8 -12
- package/types/color-picker/src/components/color-edit/color-edit.d.ts +17 -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 +12 -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 +18 -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 +15 -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 +100 -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/composable.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 +43 -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 +23 -53
- package/types/countdown/src/utils.d.ts +11 -11
- package/types/data-grid/index.d.ts +11 -11
- package/types/data-grid/src/components/fix-head-grid.d.ts +2 -2
- package/types/data-grid/src/components/grid-body.d.ts +27 -69
- package/types/data-grid/src/components/grid-head.d.ts +20 -50
- package/types/data-grid/src/components/grid-td.d.ts +20 -50
- package/types/data-grid/src/components/grid-th-filter.d.ts +2 -2
- package/types/data-grid/src/components/grid-th-multiple-filter.d.ts +2 -2
- package/types/data-grid/src/components/grid-th-single-filter.d.ts +2 -2
- package/types/data-grid/src/components/grid-th.d.ts +14 -32
- package/types/data-grid/src/components/normal-head-grid.d.ts +2 -2
- package/types/data-grid/src/composables/use-column-sort.d.ts +7 -7
- package/types/data-grid/src/composables/use-data-grid-drag.d.ts +5 -5
- package/types/data-grid/src/composables/use-data-grid-scroll.d.ts +160 -86
- package/types/data-grid/src/composables/use-data-grid-tree.d.ts +13 -13
- package/types/data-grid/src/composables/use-data-grid.d.ts +386 -210
- package/types/data-grid/src/composables/use-grid-th.d.ts +35 -31
- package/types/data-grid/src/composables/use-overflow-tooltip.d.ts +13 -13
- package/types/data-grid/src/const.d.ts +6 -6
- package/types/data-grid/src/data-grid-types.d.ts +334 -334
- package/types/data-grid/src/data-grid.d.ts +3 -3
- package/types/data-grid/src/utils.d.ts +7 -7
- 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 +17 -37
- package/types/date-picker/src/components/timepicker/index.d.ts +7 -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 +21 -51
- package/types/date-picker/src/date-picker-types.d.ts +97 -97
- package/types/date-picker/src/date-picker.d.ts +29 -75
- package/types/date-picker/src/helper.d.ts +48 -48
- package/types/date-picker/src/stick-slider/index.d.ts +3 -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 +2 -2
- package/types/date-picker-pro/src/components/date-picker-panel.d.ts +2 -2
- 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 +2 -2
- package/types/date-picker-pro/src/components/range-date-picker-pro.d.ts +3 -3
- package/types/date-picker-pro/src/components/time-picker-panel.d.ts +2 -2
- package/types/date-picker-pro/src/components/year-calendar-panel.d.ts +2 -2
- 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 +247 -247
- package/types/date-picker-pro/src/date-picker-pro.d.ts +3 -3
- package/types/date-picker-pro/src/range-date-picker-types.d.ts +73 -73
- 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/draggable-directive.d.ts +2 -2
- package/types/dragdrop/src/droppable-directive.d.ts +2 -2
- package/types/dragdrop/src/sortable-directive.d.ts +4 -4
- package/types/dragdrop/src/utils.d.ts +2 -2
- package/types/dragdrop-new/index.d.ts +23 -23
- package/types/dragdrop-new/src/batch-draggable.directive.d.ts +59 -59
- package/types/dragdrop-new/src/directive-base.d.ts +49 -49
- package/types/dragdrop-new/src/drag-drop.service.d.ts +75 -75
- package/types/dragdrop-new/src/drag-preview-clone-dom-ref.component.d.ts +43 -43
- package/types/dragdrop-new/src/drag-preview.component.d.ts +20 -20
- package/types/dragdrop-new/src/drag-preview.directive.d.ts +45 -45
- package/types/dragdrop-new/src/draggable.directive.d.ts +119 -119
- package/types/dragdrop-new/src/drop-scroll-enhance.directive.d.ts +111 -111
- package/types/dragdrop-new/src/droppable.directive.d.ts +137 -137
- package/types/dragdrop-new/src/preserve-next-event-emitter.d.ts +15 -15
- package/types/dragdrop-new/src/sortable.directive.d.ts +32 -32
- package/types/dragdrop-new/src/sync/desc-reg.service.d.ts +31 -31
- package/types/dragdrop-new/src/sync/drag-drop-descendant-sync.service.d.ts +10 -10
- package/types/dragdrop-new/src/sync/drag-drop-sync-box.directive.d.ts +36 -36
- package/types/dragdrop-new/src/sync/drag-drop-sync.service.d.ts +13 -13
- package/types/dragdrop-new/src/sync/drag-sync.directive.d.ts +44 -44
- package/types/dragdrop-new/src/sync/drop-sort-sync.directive.d.ts +55 -55
- package/types/dragdrop-new/src/sync/index.d.ts +17 -17
- package/types/dragdrop-new/src/sync/query-list.d.ts +42 -42
- package/types/dragdrop-new/src/touch-support/dragdrop-touch.d.ts +148 -148
- package/types/dragdrop-new/src/utils.d.ts +38 -38
- 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 +3 -3
- 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 +33 -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 +30 -78
- package/types/dropdown/src/dropdown-types.d.ts +74 -70
- package/types/dropdown/src/dropdown.d.ts +43 -104
- package/types/dropdown/src/use-dropdown.d.ts +5 -5
- package/types/echarts/index.d.ts +11 -11
- package/types/echarts/src/echarts-theme.d.ts +351 -351
- package/types/echarts/src/echarts-types.d.ts +8 -8
- package/types/echarts/src/echarts.d.ts +10 -16
- package/types/editable-select/__tests__/basic-editable-select.spec.d.ts +1 -1
- package/types/editable-select/__tests__/clearable-editable-select.spec.d.ts +1 -1
- package/types/editable-select/__tests__/custom-template-select.spec.d.ts +1 -1
- package/types/editable-select/__tests__/disabled-editable-select.spec.d.ts +1 -1
- package/types/editable-select/__tests__/event-editable-select.spec.d.ts +1 -1
- package/types/editable-select/__tests__/search-filter-select.spec.d.ts +1 -1
- package/types/editable-select/index.d.ts +11 -11
- package/types/editable-select/src/components/dropdown/dropdown-types.d.ts +15 -15
- package/types/editable-select/src/components/dropdown/dropdown.d.ts +2 -2
- package/types/editable-select/src/components/option/option-types.d.ts +18 -18
- package/types/editable-select/src/components/option/option.d.ts +17 -37
- package/types/editable-select/src/composables/use-input-event.d.ts +14 -14
- package/types/editable-select/src/composables/use-input-render.d.ts +12 -12
- package/types/editable-select/src/composables/use-keyboard-select.d.ts +7 -7
- package/types/editable-select/src/composables/use-lazy-load.d.ts +7 -7
- package/types/editable-select/src/composables/use-option.d.ts +7 -7
- package/types/editable-select/src/composables/use-select.d.ts +27 -27
- package/types/editable-select/src/editable-select-types.d.ts +92 -92
- package/types/editable-select/src/editable-select.d.ts +3 -3
- package/types/editor-md/index.d.ts +13 -13
- package/types/editor-md/src/components/font-color.d.ts +2 -2
- package/types/editor-md/src/components/font-size.d.ts +2 -2
- package/types/editor-md/src/components/md-render.d.ts +2 -2
- package/types/editor-md/src/components/toolbar-item.d.ts +8 -14
- package/types/editor-md/src/components/toolbar.d.ts +3 -3
- package/types/editor-md/src/composables/helper.d.ts +2 -2
- package/types/editor-md/src/composables/md-render-service.d.ts +27 -27
- package/types/editor-md/src/composables/use-editor-md-render.d.ts +10 -10
- package/types/editor-md/src/composables/use-editor-md-theme.d.ts +3 -3
- package/types/editor-md/src/composables/use-editor-md-toolbar.d.ts +5 -5
- package/types/editor-md/src/composables/use-editor-md.d.ts +21 -21
- package/types/editor-md/src/editor-md-types.d.ts +184 -184
- package/types/editor-md/src/editor-md.d.ts +3 -3
- package/types/editor-md/src/icons-config.d.ts +23 -23
- package/types/editor-md/src/plugins/checkbox.d.ts +1 -1
- package/types/editor-md/src/plugins/mermaid.d.ts +2 -2
- package/types/editor-md/src/plugins/toc.d.ts +1 -1
- package/types/editor-md/src/toolbar-config.d.ts +25 -25
- package/types/editor-md/src/utils.d.ts +2 -2
- package/types/form/__tests__/form-item-input.spec.d.ts +1 -1
- package/types/form/__tests__/form.spec.d.ts +1 -1
- package/types/form/index.d.ts +15 -15
- 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 +11 -21
- package/types/form/src/components/form-control/use-form-control.d.ts +12 -12
- package/types/form/src/components/form-item/form-item-types.d.ts +92 -92
- package/types/form/src/components/form-item/form-item.d.ts +34 -90
- 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 +3 -3
- package/types/form/src/components/form-label/use-form-label.d.ts +14 -14
- 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 +106 -106
- package/types/form/src/form.d.ts +2 -2
- 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 +17 -17
- package/types/fullscreen/src/fullscreen.d.ts +3 -3
- 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 +3 -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 +118 -158
- 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 +46 -40
- package/types/gantt/src/gantt-types.d.ts +18 -18
- package/types/gantt/src/gantt.d.ts +167 -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/git-graph/index.d.ts +11 -11
- package/types/git-graph/src/git-graph-class.d.ts +43 -43
- package/types/git-graph/src/git-graph-types.d.ts +84 -84
- package/types/git-graph/src/git-graph.d.ts +3 -3
- package/types/git-graph/src/use-git-graph.d.ts +6 -6
- 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 +71 -71
- package/types/grid/src/row.d.ts +22 -52
- 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.d.ts +2 -2
- package/types/icon/src/svg-icon.d.ts +15 -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 +16 -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 +13 -13
- 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 +78 -78
- package/types/input/src/input.d.ts +3 -3
- package/types/input-icon/index.d.ts +10 -10
- package/types/input-icon/src/input-icon.d.ts +155 -155
- 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-types.d.ts +71 -71
- package/types/input-number/src/input-number.d.ts +3 -3
- 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 +10 -10
- 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/loading/src/loading.d.ts +34 -52
- package/types/locale/create.d.ts +2 -2
- package/types/locale/index.d.ts +15 -15
- package/types/locale/lang/en-us.d.ts +104 -104
- package/types/locale/lang/zh-cn.d.ts +105 -105
- package/types/mention/__tests__/mention.spec.d.ts +1 -1
- package/types/mention/index.d.ts +11 -11
- package/types/mention/src/mention-types.d.ts +39 -39
- package/types/mention/src/mention.d.ts +33 -78
- 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 +13 -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 +11 -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-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 +45 -45
- package/types/menu/src/menu.d.ts +40 -100
- 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-service.d.ts +13 -13
- package/types/message/src/message-types.d.ts +45 -45
- package/types/message/src/message.d.ts +35 -87
- package/types/modal/__tests__/modal.spec.d.ts +1 -1
- package/types/modal/index.d.ts +14 -14
- 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 +48 -124
- 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 +3 -3
- 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-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 +23 -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 +2 -2
- package/types/overlay/src/fixed-overlay/use-fixed-overlay.d.ts +3 -3
- package/types/overlay/src/flexible-overlay/flexible-overlay-types.d.ts +60 -60
- package/types/overlay/src/flexible-overlay/index.d.ts +36 -94
- package/types/overlay/src/flexible-overlay/use-flexible-overlay.d.ts +11 -11
- 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 +21 -15
- package/types/pagination/src/components/jump-page.d.ts +27 -34
- package/types/pagination/src/components/page-nums.d.ts +33 -40
- package/types/pagination/src/components/page-size.d.ts +2 -2
- package/types/pagination/src/pagination-types.d.ts +114 -114
- package/types/pagination/src/pagination.d.ts +161 -227
- 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 +26 -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-types.d.ts +57 -57
- package/types/popover/src/popover.d.ts +39 -99
- 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 +37 -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 +12 -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 +51 -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 +3 -3
- package/types/radio/src/radio-group.d.ts +3 -3
- package/types/radio/src/radio-types.d.ts +120 -120
- package/types/radio/src/radio.d.ts +3 -3
- 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 +51 -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 +10 -18
- package/types/read-tip/src/read-tip-types.d.ts +64 -64
- package/types/read-tip/src/read-tip.d.ts +10 -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 +15 -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/composables/use-search-class.d.ts +3 -3
- 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 +73 -73
- package/types/search/src/search.d.ts +47 -123
- 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 +10 -20
- package/types/select/src/components/option.d.ts +17 -41
- 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 +21 -21
- package/types/select/src/composables/use-select-function.d.ts +3 -3
- package/types/select/src/composables/use-select-menu-size.d.ts +5 -5
- package/types/select/src/const.d.ts +5 -5
- package/types/select/src/select-types.d.ts +181 -177
- package/types/select/src/select.d.ts +3 -3
- package/types/select/src/use-select.d.ts +28 -28
- 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 +2 -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-namespace.d.ts +13 -13
- 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 +15 -15
- package/types/shared/utils/is.d.ts +8 -8
- 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/to-clipboard.d.ts +1 -1
- package/types/shared/utils/url.d.ts +2 -2
- package/types/shared/utils/use-namespace.d.ts +13 -13
- 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/skeleton-item-types.d.ts +17 -17
- package/types/skeleton/src/components/skeleton-item.d.ts +12 -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 +18 -42
- 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 +3 -3
- 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 +12 -12
- package/types/splitter/src/components/splitter-bar-types.d.ts +38 -38
- package/types/splitter/src/components/splitter-bar.d.ts +53 -44
- package/types/splitter/src/components/splitter-pane-types.d.ts +66 -66
- package/types/splitter/src/components/splitter-pane.d.ts +33 -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 +70 -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 +13 -31
- package/types/steps/src/steps-types.d.ts +24 -24
- package/types/steps/src/steps.d.ts +22 -50
- package/types/steps-guide/__tests__/steps-guide-demo.d.ts +41 -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 +30 -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 +42 -42
- package/types/switch/src/switch.d.ts +3 -3
- 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 +2 -2
- 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 +2 -2
- 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 +3 -3
- package/types/table/src/components/filter/multiple-filter.d.ts +2 -2
- package/types/table/src/components/filter/single-filter.d.ts +2 -2
- package/types/table/src/components/filter/use-filter.d.ts +6 -6
- package/types/table/src/components/fix-header.d.ts +11 -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 +10 -24
- package/types/table/src/components/header-th/use-header-th.d.ts +7 -7
- package/types/table/src/components/normal-header.d.ts +11 -21
- package/types/table/src/components/sort/sort-types.d.ts +9 -9
- package/types/table/src/components/sort/sort.d.ts +11 -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 +3 -3
- package/types/tabs/src/tabs-types.d.ts +72 -72
- package/types/tabs/src/tabs.d.ts +2 -2
- 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 +28 -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 +3 -3
- 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 +65 -65
- package/types/textarea/src/textarea.d.ts +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +44 -120
- package/types/time-picker/src/composables/use-time-picker.d.ts +4 -4
- package/types/time-picker/src/time-picker-types.d.ts +57 -57
- package/types/time-picker/src/time-picker.d.ts +3 -3
- 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 +65 -65
- package/types/time-select/src/time-select.d.ts +2 -2
- 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 +25 -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 +55 -55
- package/types/tooltip/src/tooltip.d.ts +36 -96
- 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 +3 -3
- package/types/transfer/src/components/transfer-header.d.ts +2 -2
- package/types/transfer/src/components/transfer-operate.d.ts +17 -35
- package/types/transfer/src/components/transfer-panel.d.ts +2 -2
- package/types/transfer/src/composables/use-transfer-body.d.ts +84 -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 +38 -30
- package/types/transfer/src/transfer-types.d.ts +96 -96
- package/types/transfer/src/transfer.d.ts +3 -3
- 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 +18 -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 +135 -129
- package/types/tree/src/composables/use-tree.d.ts +22 -22
- 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 +3 -3
- 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 +3 -3
- 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 +12 -12
- 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 +231 -365
- 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/resize-observer.d.ts +2 -2
- 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 +8 -8
- package/types/virtual-list/src/virtual-list-types.d.ts +93 -93
- package/types/virtual-list/src/virtual-list.d.ts +29 -67
- package/types/vue-devui.d.ts +97 -97
- package/vue-devui.es.js +279 -105
- package/vue-devui.umd.js +74 -74
- package/nuxt/components/checkbox.js +0 -3
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export declare const UNDO_ICON = "<svg width=\"16px\" height=\"14px\" viewBox=\"0 0 16 14\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M11,5 C13.7614237,5 16,7.23857625 16,10 C16,12.7614237 13.7614237,15 11,15 L7,15 L7,14 L11,14 C13.209139,14 15,12.209139 15,10 C15,7.790861 13.209139,6 11,6 L5,6 L5,10 L0,5.5 L5,1 L5,5 L11,5 Z\" id=\"\u8DEF\u5F84\"></path>\n </g>\n</g>\n</svg>";
|
|
2
|
-
export declare const REDO_ICON = "<svg width=\"16px\" height=\"14px\" viewBox=\"0 0 16 14\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M5,5 L11,5 L11,1 L16,5.5 L11,10 L11,6 L5,6 C2.790861,6 1,7.790861 1,10 C1,12.209139 2.790861,14 5,14 L9,14 L9,15 L5,15 C2.23857625,15 0,12.7614237 0,10 C0,7.23857625 2.23857625,5 5,5 Z\" id=\"\u8DEF\u5F84\"></path>\n </g>\n</g>\n</svg>";
|
|
3
|
-
export declare const CLEAN_ICON = "<svg width=\"16px\" height=\"15px\" viewBox=\"0 0 16 15\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M4.32708124,14 L8.37150583,14 L10.5729409,11.5550586 L4.6297198,6.20375828 L1.25465311,9.95542661 C1.09078634,10.1375782 1.0006437,10.3742369 1.00180556,10.6192474 C1.00295568,10.8617824 1.10621221,11.092615 1.28624979,11.2551297 L4.32708124,14 L4.32708124,14 Z M16,14 L16,15 L3.93760008,15 L0.597250175,11.9923354 C0.217072683,11.6500221 1.59049582e-13,11.1091757 1.59428026e-13,10.6149383 C1.59806471e-13,10.1207008 0.183000942,9.64396706 0.513710349,9.27667705 L8.56855175,0.330869394 L16,7.02217546 L9.71713856,14 L16,14 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
4
|
-
export declare const BOLD_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M14,11 C14,13.7614237 11.7614237,16 9,16 L2,16 L2,0 L8,0 C10.209139,-4.05812251e-16 12,1.790861 12,4 C12,4.93647913 11.6781808,5.79779336 11.1391019,6.4793831 C12.8303741,7.28108833 14,9.00395379 14,11 Z M9,8 L4,8 L4,14 L9,14 C10.6568542,14 12,12.6568542 12,11 C12,9.34314575 10.6568542,8 9,8 Z M8,6 C9.1045695,6 10,5.1045695 10,4 C10,2.8954305 9.1045695,2 8,2 L4,2 L4,6 L8,6 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
5
|
-
export declare const ITALIC_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <polygon id=\"\u8DEF\u5F84\" points=\"6 15 9 1 6 1 6 0 13 0 13 1 10 1 7 15 10 15 10 16 3 16 3 15\"></polygon>\n </g>\n</g>\n</svg>";
|
|
6
|
-
export declare const UNDERLINE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M4,0 L4,7 C4,9.209139 5.790861,11 8,11 C10.209139,11 12,9.209139 12,7 L12,0 L13,0 L13,7 C13,9.76142375 10.7614237,12 8,12 C5.23857625,12 3,9.76142375 3,7 L3,0 L4,0 Z M2,14 L14,14 L14,16 L2,16 L2,14 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
7
|
-
export declare const STRIKE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M16,8 L16,10 L11.4648712,10 C11.8052114,10.5883467 12,11.2714257 12,12 C12,14.209139 10.209139,16 8,16 C5.790861,16 4,14.209139 4,12 C4,11.6547004 4.043753,11.3196199 4.12601749,11 L5.17070571,11 C5.06015422,11.3127789 5,11.6493646 5,12 C5,13.6568542 6.34314575,15 8,15 C9.65685425,15 11,13.6568542 11,12 C11,11.2316456 10.7111464,10.5307565 10.2361065,10 L0,10 L0,8 L5.3541756,8 C4.52375489,7.26705555 4,6.19469253 4,5 C4,2.790861 5.790861,1 8,1 C10.209139,1 12,2.790861 12,5 C12,5.72857429 11.8052114,6.41165327 11.4648712,7 L10.2361065,7 C10.7111464,6.46924351 11,5.76835444 11,5 C11,3.34314575 9.65685425,2 8,2 C6.34314575,2 5,3.34314575 5,5 C5,6.65685425 6.34314575,8 8,8 L16,8 Z M4.53512878,10 L5.76389349,10 L4.53512878,10 L4.53512878,10 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
8
|
-
export declare const COLOR_ICON = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.05597 9.5L4.05895 12H2.94092L7.55273 0.776367H8.44716L13.059 12H11.9409L10.9439 9.5H5.05597ZM5.45477 8.5H10.5451L7.99995 2.11801L5.45477 8.5Z\" fill=\"#3B3E55\"/>\n <path d=\"M1 13H15V16H1V13Z\" fill=\"#3B3E55\"/>\n</svg>";
|
|
9
|
-
export declare const BACKGROUND_COLOR_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g id=\"edit-icon/background-color\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <g>\n <path d=\"M10.4761905,8 L5.52380952,8 L4,12 L3,12 L7.5,-3.84581256e-13 L8.5,-3.84581256e-13 L13,12 L12,12 L10.4761905,8 L10.4761905,8 Z M10.0952381,7 L8,1.5 L5.9047619,7 L10.0952381,7 Z M2,14 L14,14 L14,16 L2,16 L2,14 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n </g>\n</g>\n</svg>";
|
|
10
|
-
export declare const LIST_UNORDERED_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g id=\"edit-icon/unordered-list\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <g>\n <path d=\"M5,1 L16,1 L16,2.5 L5,2.5 L5,1 Z M2,4 C0.8954305,4 0,3.1045695 0,2 C0,0.8954305 0.8954305,0 2,0 C3.1045695,0 4,0.8954305 4,2 C4,3.1045695 3.1045695,4 2,4 Z M2,3 C2.55228475,3 3,2.55228475 3,2 C3,1.44771525 2.55228475,1 2,1 C1.44771525,1 1,1.44771525 1,2 C1,2.55228475 1.44771525,3 2,3 Z M2,10 C0.8954305,10 0,9.1045695 0,8 C0,6.8954305 0.8954305,6 2,6 C3.1045695,6 4,6.8954305 4,8 C4,9.1045695 3.1045695,10 2,10 Z M2,9 C2.55228475,9 3,8.55228475 3,8 C3,7.44771525 2.55228475,7 2,7 C1.44771525,7 1,7.44771525 1,8 C1,8.55228475 1.44771525,9 2,9 Z M2,16 C0.8954305,16 0,15.1045695 0,14 C0,12.8954305 0.8954305,12 2,12 C3.1045695,12 4,12.8954305 4,14 C4,15.1045695 3.1045695,16 2,16 Z M2,15 C2.55228475,15 3,14.5522847 3,14 C3,13.4477153 2.55228475,13 2,13 C1.44771525,13 1,13.4477153 1,14 C1,14.5522847 1.44771525,15 2,15 Z M5,7 L16,7 L16,8.5 L5,8.5 L5,7 Z M5,13 L16,13 L16,14.5 L5,14.5 L5,13 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n </g>\n</g>\n</svg>";
|
|
11
|
-
export declare const LIST_ORDERED_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M5,1 L16,1 L16,2.5 L5,2.5 L5,1 Z M0,0 L2,0 L2,3 L3,3 L3,4 L0,4 L0,3 L1,3 L1,1 L0,1 L0,0 Z M5,7 L16,7 L16,8.5 L5,8.5 L5,7 Z M5,13 L16,13 L16,14.5 L5,14.5 L5,13 Z M0,15 L1.75,15 C1.88807119,15 2,14.8880712 2,14.75 C2,14.6119288 1.88807119,14.5 1.75,14.5 L0,14.5 L0,13.5 L1.75,13.5 C1.88807119,13.5 2,13.3880712 2,13.25 C2,13.1119288 1.88807119,13 1.75,13 L0,13 L0,12 L1.5,12 C2.32842712,12 3,12.6715729 3,13.5 C3,13.6753177 2.96992289,13.8436105 2.91464715,14 C2.96992289,14.1563895 3,14.3246823 3,14.5 C3,15.3284271 2.32842712,16 1.5,16 L0,16 L0,15 Z M2,7.5 C2,7.35127258 1.9375,7.22627258 1.84375,7.13845444 C1.76307119,7.05596441 1.63807119,7 1.5,7 C1.22385763,7 1,7.22385763 1,7.5 L1.62630326e-19,7.5 C0.147399902,6.5 0.647399902,6 1.5,6 C2.32842712,6 3,6.67157288 3,7.5 C3,8.07312512 2.50016007,8.55650475 2.22821045,8.74661255 C1.95626083,8.93672035 1.77325955,8.99789088 1.76769962,9 L3,9 L3,10 L0,10 L1.62630326e-19,9 C0.619515577,8.77257137 1.06188822,8.55939591 1.32711792,8.36047363 C1.6371448,8.12795347 1.87259637,7.91592701 1.96143498,7.69289356 C1.98627694,7.633537 2,7.5683711 2,7.5 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
12
|
-
export declare const LIST_CHECK_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M14,15 L14,9.37100497 L15,9.37100497 L15,16 L1,16 L1,2 L10.1946467,2 L10.1946467,3 L2,3 L2,15 L14,15 Z M14.4525049,2.48740937 C14.7356009,2.1850362 15.2102174,2.16940895 15.5125906,2.45250493 C15.8149638,2.73560092 15.8305911,3.21021745 15.5474951,3.51259063 L8.45990379,11.0828057 L4.46558382,7.02621226 C4.17496481,6.73106236 4.17863783,6.25620283 4.47378774,5.96558382 C4.76893764,5.67496481 5.24379717,5.67863783 5.53441618,5.97378774 L8.43263799,8.91719429 L14.4525049,2.48740937 Z\" id=\"\u5F62\u72B6\u7ED3\u5408\" fill=\"#293040\" fill-rule=\"nonzero\"></path>\n</g>\n</svg>";
|
|
13
|
-
export declare const CODE_BLOCK_ICON = "<svg class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" width=\"16\" height=\"16\">\n<path fill=\"#293040\" d=\"M181.40490722 476.99755859l58.04077149-32.33276367A49.43847656 49.43847656 0 0 0 264.80761719 401.50500488L264.80761719 264.80761719a98.87695313 98.87695313 0 0 1 98.87695312-98.87695313l49.43847657 0a24.71923828 24.71923828 0 0 1 0 49.43847657L363.68457031 215.36914062a49.43847656 49.43847656 0 0 0-49.43847655 49.43847657l0 144.50866699a98.87695313 98.87695313 0 0 1-52.30590821 87.25891113L233.01867675 512l28.9215088 15.42480469A98.87695313 98.87695313 0 0 1 314.24609375 614.63427734L314.24609376 759.19238281a49.43847656 49.43847656 0 0 0 49.43847655 49.43847657l49.43847657 0a24.71923828 24.71923828 0 1 1 0 49.43847656L363.68457031 858.06933594a98.87695313 98.87695313 0 0 1-98.87695312-98.87695313l0-136.6973877a49.43847656 49.43847656 0 0 0-25.36193848-43.15979003l-58.04077148-32.33276367a37.07885742 37.07885742 0 0 1 0-70.00488282z m611.75170899 1e-8a37.07885742 37.07885742 0 0 1 0 70.0048828l-58.04077149 32.33276368a49.43847656 49.43847656 0 0 0-25.36193848 43.15979004L709.75390624 759.19238281a98.87695313 98.87695313 0 0 1-98.87695312 98.87695313L561.43847656 858.06933594a24.71923828 24.71923828 0 1 1 0-49.43847656l49.43847657 0a49.43847656 49.43847656 0 0 0 49.43847656-49.43847657l0-144.50866699a98.87695313 98.87695313 0 0 1 52.3059082-87.25891113L741.54284668 512l-28.92150879-15.42480469A98.87695313 98.87695313 0 0 1 660.31542969 409.36572266L660.31542969 264.80761719a49.43847656 49.43847656 0 0 0-49.43847657-49.43847657L561.43847656 215.36914062a24.71923828 24.71923828 0 0 1 0-49.43847656l49.43847657 0a98.87695313 98.87695313 0 0 1 98.87695311 98.87695313l0 136.6973877a49.43847656 49.43847656 0 0 0 25.36193848 43.15979003l58.04077149 32.33276368z\" p-id=\"1449\"></path>\n</svg>";
|
|
14
|
-
export declare const IMAGE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M0,1 L16,1 L16,15 L0,15 L0,1 Z M1,2 L1,14 L15,14 L15,2 L1,2 Z M12,10 L9,11 L4,8 L1,10 L1,9 L4,7 L9,10 L12,9 L15,11 L15,12 L12,10 Z M12,7 C11.4477153,7 11,6.55228475 11,6 C11,5.44771525 11.4477153,5 12,5 C12.5522847,5 13,5.44771525 13,6 C13,6.55228475 12.5522847,7 12,7 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\"></path>\n</g>\n</svg>";
|
|
15
|
-
export declare const FILE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M16,16 L1,16 L1,0 L12,0 L16,4 L16,16 Z M11,1 L2,1 L2,15 L15,15 L15,5 L11,5 L11,1 Z M12,1.533 L12,4 L14.52,4 L12,1.533 Z\" fill-rule=\"nonzero\" id=\"\u5F62\u72B6\" fill=\"#293040\"></path>\n <polygon id=\"path\" fill=\"#293040\" points=\"8 8 6 8 8.5 5 11 8 9 8 9 12 8 12\"></polygon>\n</g>\n</svg>";
|
|
16
|
-
export declare const TABLE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M6,11 L10,11 L10,8 L6,8 L6,11 Z M6,12 L6,15 L5,15 L5,12 L1,12 L1,11 L5,11 L5,8 L1,8 L1,7 L15,7 L15,8 L11,8 L11,11 L15,11 L15,12 L11,12 L11,15 L10,15 L10,12 L6,12 Z M1,0 L15,0 C15.5522847,0 16,0.44771525 16,1 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 0,15.5522847 0,15 L0,1 C0,0.44771525 0.44771525,0 1,0 Z M1,1 L1,15 L15,15 L15,1 L1,1 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\"></path>\n</g>\n</svg>";
|
|
17
|
-
export declare const LINK_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M4.499,10.863 L10.863,4.499 L11.573,5.209 L5.209,11.573 L4.499,10.863 Z M3.64649819,6.99452063 C3.66194719,7.01086151 3.67767307,7.02703631 3.69367584,7.04303908 L4.38852082,7.73788406 L1.80224782,10.3241571 C0.732584061,11.3938208 0.732584061,13.1280884 1.80224782,14.1977522 C2.87191157,15.2674159 4.60617918,15.2674159 5.67584293,14.1977522 L8.26211594,11.6114792 L8.95696092,12.3063242 C8.97296369,12.3223269 8.98913849,12.3380528 9.00547937,12.3535018 L6.46886252,14.8901187 C4.98902073,16.3699604 2.58972313,16.3699604 1.10988134,14.8901187 C-0.369960447,13.4102769 -0.369960447,11.0109793 1.10988134,9.53113748 L3.64649819,6.99452063 Z M6.99452063,3.64649819 L9.53113748,1.10988134 C11.0109793,-0.369960447 13.4102769,-0.369960447 14.8901187,1.10988134 C16.3699604,2.58972313 16.3699604,4.98902073 14.8901187,6.46886252 L12.3535018,9.00547937 C12.3380528,8.98913849 12.3223269,8.97296369 12.3063242,8.95696092 L11.6114792,8.26211594 L14.1977522,5.67584293 C15.2674159,4.60617918 15.2674159,2.87191157 14.1977522,1.80224782 C13.1280884,0.732584061 11.3938208,0.732584061 10.3241571,1.80224782 L7.73788406,4.38852082 L7.04303908,3.69367584 C7.02703631,3.67767307 7.01086151,3.66194719 6.99452063,3.64649819 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\" fill-rule=\"nonzero\"></path>\n</g>\n</svg>";
|
|
18
|
-
export declare const CODE_ICON = "<svg viewBox=\"0 0 1024 1024\" width=\"16\" height=\"16\">\n<path d=\"M438.4 849.1l222.7-646.7c0.2-0.5 0.3-1.1 0.4-1.6L438.4 849.1z\" p-id=\"13752\"></path>\n<path d=\"M661.2 168.7h-67.5c-3.4 0-6.5 2.2-7.6 5.4L354.7 846c-0.3 0.8-0.4 1.7-0.4 2.6 0 4.4 3.6 8 8 8h67.8c3.4 0 6.5-2.2 7.6-5.4l0.7-2.1 223.1-648.3 7.4-21.4c0.3-0.8 0.4-1.7 0.4-2.6-0.1-4.5-3.6-8.1-8.1-8.1zM954.6 502.1c-0.8-1-1.7-1.9-2.7-2.7l-219-171.3c-3.5-2.7-8.5-2.1-11.2 1.4-1.1 1.4-1.7 3.1-1.7 4.9v81.3c0 2.5 1.1 4.8 3.1 6.3l115 90-115 90c-1.9 1.5-3.1 3.8-3.1 6.3v81.3c0 4.4 3.6 8 8 8 1.8 0 3.5-0.6 4.9-1.7l219-171.3c6.9-5.4 8.2-15.5 2.7-22.5zM291.1 328.1l-219 171.3c-1 0.8-1.9 1.7-2.7 2.7-5.4 7-4.2 17 2.7 22.5l219 171.3c1.4 1.1 3.1 1.7 4.9 1.7 4.4 0 8-3.6 8-8v-81.3c0-2.5-1.1-4.8-3.1-6.3l-115-90 115-90c1.9-1.5 3.1-3.8 3.1-6.3v-81.3c0-1.8-0.6-3.5-1.7-4.9-2.7-3.5-7.7-4.1-11.2-1.4z\" p-id=\"13753\"></path>\n</svg>";
|
|
19
|
-
export declare const H1_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M0,0 L16,0 L16,16 L0,16 L0,0 Z M1,1 L1,15 L15,15 L15,1 L1,1 Z M12,12 L13,12 L13,13 L10,13 L10,12 L11,12 L11,9 L10,9 L10,8 L12,8 L12,12 Z M3,3 L11,3 L11,4 L3,4 L3,3 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\"></path>\n</g>\n</svg>";
|
|
20
|
-
export declare const H2_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M0,16 L0,0 L16,0 L16,16 L0,16 Z M15,1 L1,1 L1,15 L15,15 L15,1 Z M11,4 L3,4 L3,3 L11,3 L11,4 Z M13,8 L13,11 L10,11 L10,12 L13,12 L13,13 L9,13 L9,10 L12,10 L12,9 L9,9 L9,8 L13,8 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\"></path>\n</g>\n</svg>";
|
|
21
|
-
export declare const FONT_SIZE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\" >\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M4,9 L4,16 L3,16 L3,9 L0,9 L0,8 L7,8 L7,9 L4,9 Z M11,1 L11,16 L10,16 L10,1 L5,1 L5,0 L16,0 L16,1 L11,1 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
22
|
-
export declare const FULLSCREEN_EXPAND_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M16,16 L11.429,16 L11.429,15 L14.456,15 L11.006,11.226 L11.652,10.519 L15.086,14.275 L15.086,11 L16,11 L16,16 Z M15.164,1.544 L12.009,4.994 L11.418,4.348 L14.558,0.914 L11.82,0.914 L11.82,0 L16,0 L16,4.571 L15.164,4.571 L15.164,1.544 Z M5,15 L5,16 L0,16 L0,11 L1,11 L1,14.275 L4.756,10.519 L5.463,11.226 L1.689,15 L5,15 Z M4.365,4.994 L0.914,1.544 L0.914,4.571 L3.41060513e-13,4.571 L3.41060513e-13,0 L4.571,0 L4.571,0.914 L1.578,0.914 L5.011,4.348 L4.365,4.994 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\" fill-rule=\"nonzero\"></path>\n</g>\n</svg>";
|
|
23
|
-
export declare const FULLSCREEN_CONTRACT_ICON = "<svg class=\"icon\" viewBox=\"0 0 1024 1024\" width=\"16\" height=\"16\">\n<path fill=\"#293040\" d=\"M682.666667 384h192a21.333333 21.333333 0 0 0 21.333333-21.333333v-42.666667a21.333333 21.333333 0 0 0-21.333333-21.333333H725.333333V149.333333a21.333333 21.333333 0 0 0-21.333333-21.333333h-42.666667a21.333333 21.333333 0 0 0-21.333333 21.333333V341.333333a42.666667 42.666667 0 0 0 42.666667 42.666667zM384 341.333333V149.333333a21.333333 21.333333 0 0 0-21.333333-21.333333h-42.666667a21.333333 21.333333 0 0 0-21.333333 21.333333V298.666667H149.333333a21.333333 21.333333 0 0 0-21.333333 21.333333v42.666667a21.333333 21.333333 0 0 0 21.333333 21.333333H341.333333a42.666667 42.666667 0 0 0 42.666667-42.666667z m341.333333 533.333334V725.333333h149.333334a21.333333 21.333333 0 0 0 21.333333-21.333333v-42.666667a21.333333 21.333333 0 0 0-21.333333-21.333333H682.666667a42.666667 42.666667 0 0 0-42.666667 42.666667v192a21.333333 21.333333 0 0 0 21.333333 21.333333h42.666667a21.333333 21.333333 0 0 0 21.333333-21.333333z m-405.333333 21.333333h42.666667a21.333333 21.333333 0 0 0 21.333333-21.333333V682.666667a42.666667 42.666667 0 0 0-42.666667-42.666667H149.333333a21.333333 21.333333 0 0 0-21.333333 21.333333v42.666667a21.333333 21.333333 0 0 0 21.333333 21.333333H298.666667v149.333334a21.333333 21.333333 0 0 0 21.333333 21.333333z\" p-id=\"17085\"></path>\n</svg>";
|
|
1
|
+
export declare const UNDO_ICON = "<svg width=\"16px\" height=\"14px\" viewBox=\"0 0 16 14\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M11,5 C13.7614237,5 16,7.23857625 16,10 C16,12.7614237 13.7614237,15 11,15 L7,15 L7,14 L11,14 C13.209139,14 15,12.209139 15,10 C15,7.790861 13.209139,6 11,6 L5,6 L5,10 L0,5.5 L5,1 L5,5 L11,5 Z\" id=\"\u8DEF\u5F84\"></path>\n </g>\n</g>\n</svg>";
|
|
2
|
+
export declare const REDO_ICON = "<svg width=\"16px\" height=\"14px\" viewBox=\"0 0 16 14\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M5,5 L11,5 L11,1 L16,5.5 L11,10 L11,6 L5,6 C2.790861,6 1,7.790861 1,10 C1,12.209139 2.790861,14 5,14 L9,14 L9,15 L5,15 C2.23857625,15 0,12.7614237 0,10 C0,7.23857625 2.23857625,5 5,5 Z\" id=\"\u8DEF\u5F84\"></path>\n </g>\n</g>\n</svg>";
|
|
3
|
+
export declare const CLEAN_ICON = "<svg width=\"16px\" height=\"15px\" viewBox=\"0 0 16 15\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M4.32708124,14 L8.37150583,14 L10.5729409,11.5550586 L4.6297198,6.20375828 L1.25465311,9.95542661 C1.09078634,10.1375782 1.0006437,10.3742369 1.00180556,10.6192474 C1.00295568,10.8617824 1.10621221,11.092615 1.28624979,11.2551297 L4.32708124,14 L4.32708124,14 Z M16,14 L16,15 L3.93760008,15 L0.597250175,11.9923354 C0.217072683,11.6500221 1.59049582e-13,11.1091757 1.59428026e-13,10.6149383 C1.59806471e-13,10.1207008 0.183000942,9.64396706 0.513710349,9.27667705 L8.56855175,0.330869394 L16,7.02217546 L9.71713856,14 L16,14 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
4
|
+
export declare const BOLD_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M14,11 C14,13.7614237 11.7614237,16 9,16 L2,16 L2,0 L8,0 C10.209139,-4.05812251e-16 12,1.790861 12,4 C12,4.93647913 11.6781808,5.79779336 11.1391019,6.4793831 C12.8303741,7.28108833 14,9.00395379 14,11 Z M9,8 L4,8 L4,14 L9,14 C10.6568542,14 12,12.6568542 12,11 C12,9.34314575 10.6568542,8 9,8 Z M8,6 C9.1045695,6 10,5.1045695 10,4 C10,2.8954305 9.1045695,2 8,2 L4,2 L4,6 L8,6 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
5
|
+
export declare const ITALIC_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <polygon id=\"\u8DEF\u5F84\" points=\"6 15 9 1 6 1 6 0 13 0 13 1 10 1 7 15 10 15 10 16 3 16 3 15\"></polygon>\n </g>\n</g>\n</svg>";
|
|
6
|
+
export declare const UNDERLINE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M4,0 L4,7 C4,9.209139 5.790861,11 8,11 C10.209139,11 12,9.209139 12,7 L12,0 L13,0 L13,7 C13,9.76142375 10.7614237,12 8,12 C5.23857625,12 3,9.76142375 3,7 L3,0 L4,0 Z M2,14 L14,14 L14,16 L2,16 L2,14 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
7
|
+
export declare const STRIKE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M16,8 L16,10 L11.4648712,10 C11.8052114,10.5883467 12,11.2714257 12,12 C12,14.209139 10.209139,16 8,16 C5.790861,16 4,14.209139 4,12 C4,11.6547004 4.043753,11.3196199 4.12601749,11 L5.17070571,11 C5.06015422,11.3127789 5,11.6493646 5,12 C5,13.6568542 6.34314575,15 8,15 C9.65685425,15 11,13.6568542 11,12 C11,11.2316456 10.7111464,10.5307565 10.2361065,10 L0,10 L0,8 L5.3541756,8 C4.52375489,7.26705555 4,6.19469253 4,5 C4,2.790861 5.790861,1 8,1 C10.209139,1 12,2.790861 12,5 C12,5.72857429 11.8052114,6.41165327 11.4648712,7 L10.2361065,7 C10.7111464,6.46924351 11,5.76835444 11,5 C11,3.34314575 9.65685425,2 8,2 C6.34314575,2 5,3.34314575 5,5 C5,6.65685425 6.34314575,8 8,8 L16,8 Z M4.53512878,10 L5.76389349,10 L4.53512878,10 L4.53512878,10 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
8
|
+
export declare const COLOR_ICON = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.05597 9.5L4.05895 12H2.94092L7.55273 0.776367H8.44716L13.059 12H11.9409L10.9439 9.5H5.05597ZM5.45477 8.5H10.5451L7.99995 2.11801L5.45477 8.5Z\" fill=\"#3B3E55\"/>\n <path d=\"M1 13H15V16H1V13Z\" fill=\"#3B3E55\"/>\n</svg>";
|
|
9
|
+
export declare const BACKGROUND_COLOR_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g id=\"edit-icon/background-color\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <g>\n <path d=\"M10.4761905,8 L5.52380952,8 L4,12 L3,12 L7.5,-3.84581256e-13 L8.5,-3.84581256e-13 L13,12 L12,12 L10.4761905,8 L10.4761905,8 Z M10.0952381,7 L8,1.5 L5.9047619,7 L10.0952381,7 Z M2,14 L14,14 L14,16 L2,16 L2,14 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n </g>\n</g>\n</svg>";
|
|
10
|
+
export declare const LIST_UNORDERED_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g id=\"edit-icon/unordered-list\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <g>\n <path d=\"M5,1 L16,1 L16,2.5 L5,2.5 L5,1 Z M2,4 C0.8954305,4 0,3.1045695 0,2 C0,0.8954305 0.8954305,0 2,0 C3.1045695,0 4,0.8954305 4,2 C4,3.1045695 3.1045695,4 2,4 Z M2,3 C2.55228475,3 3,2.55228475 3,2 C3,1.44771525 2.55228475,1 2,1 C1.44771525,1 1,1.44771525 1,2 C1,2.55228475 1.44771525,3 2,3 Z M2,10 C0.8954305,10 0,9.1045695 0,8 C0,6.8954305 0.8954305,6 2,6 C3.1045695,6 4,6.8954305 4,8 C4,9.1045695 3.1045695,10 2,10 Z M2,9 C2.55228475,9 3,8.55228475 3,8 C3,7.44771525 2.55228475,7 2,7 C1.44771525,7 1,7.44771525 1,8 C1,8.55228475 1.44771525,9 2,9 Z M2,16 C0.8954305,16 0,15.1045695 0,14 C0,12.8954305 0.8954305,12 2,12 C3.1045695,12 4,12.8954305 4,14 C4,15.1045695 3.1045695,16 2,16 Z M2,15 C2.55228475,15 3,14.5522847 3,14 C3,13.4477153 2.55228475,13 2,13 C1.44771525,13 1,13.4477153 1,14 C1,14.5522847 1.44771525,15 2,15 Z M5,7 L16,7 L16,8.5 L5,8.5 L5,7 Z M5,13 L16,13 L16,14.5 L5,14.5 L5,13 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n </g>\n</g>\n</svg>";
|
|
11
|
+
export declare const LIST_ORDERED_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M5,1 L16,1 L16,2.5 L5,2.5 L5,1 Z M0,0 L2,0 L2,3 L3,3 L3,4 L0,4 L0,3 L1,3 L1,1 L0,1 L0,0 Z M5,7 L16,7 L16,8.5 L5,8.5 L5,7 Z M5,13 L16,13 L16,14.5 L5,14.5 L5,13 Z M0,15 L1.75,15 C1.88807119,15 2,14.8880712 2,14.75 C2,14.6119288 1.88807119,14.5 1.75,14.5 L0,14.5 L0,13.5 L1.75,13.5 C1.88807119,13.5 2,13.3880712 2,13.25 C2,13.1119288 1.88807119,13 1.75,13 L0,13 L0,12 L1.5,12 C2.32842712,12 3,12.6715729 3,13.5 C3,13.6753177 2.96992289,13.8436105 2.91464715,14 C2.96992289,14.1563895 3,14.3246823 3,14.5 C3,15.3284271 2.32842712,16 1.5,16 L0,16 L0,15 Z M2,7.5 C2,7.35127258 1.9375,7.22627258 1.84375,7.13845444 C1.76307119,7.05596441 1.63807119,7 1.5,7 C1.22385763,7 1,7.22385763 1,7.5 L1.62630326e-19,7.5 C0.147399902,6.5 0.647399902,6 1.5,6 C2.32842712,6 3,6.67157288 3,7.5 C3,8.07312512 2.50016007,8.55650475 2.22821045,8.74661255 C1.95626083,8.93672035 1.77325955,8.99789088 1.76769962,9 L3,9 L3,10 L0,10 L1.62630326e-19,9 C0.619515577,8.77257137 1.06188822,8.55939591 1.32711792,8.36047363 C1.6371448,8.12795347 1.87259637,7.91592701 1.96143498,7.69289356 C1.98627694,7.633537 2,7.5683711 2,7.5 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
12
|
+
export declare const LIST_CHECK_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M14,15 L14,9.37100497 L15,9.37100497 L15,16 L1,16 L1,2 L10.1946467,2 L10.1946467,3 L2,3 L2,15 L14,15 Z M14.4525049,2.48740937 C14.7356009,2.1850362 15.2102174,2.16940895 15.5125906,2.45250493 C15.8149638,2.73560092 15.8305911,3.21021745 15.5474951,3.51259063 L8.45990379,11.0828057 L4.46558382,7.02621226 C4.17496481,6.73106236 4.17863783,6.25620283 4.47378774,5.96558382 C4.76893764,5.67496481 5.24379717,5.67863783 5.53441618,5.97378774 L8.43263799,8.91719429 L14.4525049,2.48740937 Z\" id=\"\u5F62\u72B6\u7ED3\u5408\" fill=\"#293040\" fill-rule=\"nonzero\"></path>\n</g>\n</svg>";
|
|
13
|
+
export declare const CODE_BLOCK_ICON = "<svg class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" width=\"16\" height=\"16\">\n<path fill=\"#293040\" d=\"M181.40490722 476.99755859l58.04077149-32.33276367A49.43847656 49.43847656 0 0 0 264.80761719 401.50500488L264.80761719 264.80761719a98.87695313 98.87695313 0 0 1 98.87695312-98.87695313l49.43847657 0a24.71923828 24.71923828 0 0 1 0 49.43847657L363.68457031 215.36914062a49.43847656 49.43847656 0 0 0-49.43847655 49.43847657l0 144.50866699a98.87695313 98.87695313 0 0 1-52.30590821 87.25891113L233.01867675 512l28.9215088 15.42480469A98.87695313 98.87695313 0 0 1 314.24609375 614.63427734L314.24609376 759.19238281a49.43847656 49.43847656 0 0 0 49.43847655 49.43847657l49.43847657 0a24.71923828 24.71923828 0 1 1 0 49.43847656L363.68457031 858.06933594a98.87695313 98.87695313 0 0 1-98.87695312-98.87695313l0-136.6973877a49.43847656 49.43847656 0 0 0-25.36193848-43.15979003l-58.04077148-32.33276367a37.07885742 37.07885742 0 0 1 0-70.00488282z m611.75170899 1e-8a37.07885742 37.07885742 0 0 1 0 70.0048828l-58.04077149 32.33276368a49.43847656 49.43847656 0 0 0-25.36193848 43.15979004L709.75390624 759.19238281a98.87695313 98.87695313 0 0 1-98.87695312 98.87695313L561.43847656 858.06933594a24.71923828 24.71923828 0 1 1 0-49.43847656l49.43847657 0a49.43847656 49.43847656 0 0 0 49.43847656-49.43847657l0-144.50866699a98.87695313 98.87695313 0 0 1 52.3059082-87.25891113L741.54284668 512l-28.92150879-15.42480469A98.87695313 98.87695313 0 0 1 660.31542969 409.36572266L660.31542969 264.80761719a49.43847656 49.43847656 0 0 0-49.43847657-49.43847657L561.43847656 215.36914062a24.71923828 24.71923828 0 0 1 0-49.43847656l49.43847657 0a98.87695313 98.87695313 0 0 1 98.87695311 98.87695313l0 136.6973877a49.43847656 49.43847656 0 0 0 25.36193848 43.15979003l58.04077149 32.33276368z\" p-id=\"1449\"></path>\n</svg>";
|
|
14
|
+
export declare const IMAGE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M0,1 L16,1 L16,15 L0,15 L0,1 Z M1,2 L1,14 L15,14 L15,2 L1,2 Z M12,10 L9,11 L4,8 L1,10 L1,9 L4,7 L9,10 L12,9 L15,11 L15,12 L12,10 Z M12,7 C11.4477153,7 11,6.55228475 11,6 C11,5.44771525 11.4477153,5 12,5 C12.5522847,5 13,5.44771525 13,6 C13,6.55228475 12.5522847,7 12,7 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\"></path>\n</g>\n</svg>";
|
|
15
|
+
export declare const FILE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M16,16 L1,16 L1,0 L12,0 L16,4 L16,16 Z M11,1 L2,1 L2,15 L15,15 L15,5 L11,5 L11,1 Z M12,1.533 L12,4 L14.52,4 L12,1.533 Z\" fill-rule=\"nonzero\" id=\"\u5F62\u72B6\" fill=\"#293040\"></path>\n <polygon id=\"path\" fill=\"#293040\" points=\"8 8 6 8 8.5 5 11 8 9 8 9 12 8 12\"></polygon>\n</g>\n</svg>";
|
|
16
|
+
export declare const TABLE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M6,11 L10,11 L10,8 L6,8 L6,11 Z M6,12 L6,15 L5,15 L5,12 L1,12 L1,11 L5,11 L5,8 L1,8 L1,7 L15,7 L15,8 L11,8 L11,11 L15,11 L15,12 L11,12 L11,15 L10,15 L10,12 L6,12 Z M1,0 L15,0 C15.5522847,0 16,0.44771525 16,1 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 0,15.5522847 0,15 L0,1 C0,0.44771525 0.44771525,0 1,0 Z M1,1 L1,15 L15,15 L15,1 L1,1 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\"></path>\n</g>\n</svg>";
|
|
17
|
+
export declare const LINK_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M4.499,10.863 L10.863,4.499 L11.573,5.209 L5.209,11.573 L4.499,10.863 Z M3.64649819,6.99452063 C3.66194719,7.01086151 3.67767307,7.02703631 3.69367584,7.04303908 L4.38852082,7.73788406 L1.80224782,10.3241571 C0.732584061,11.3938208 0.732584061,13.1280884 1.80224782,14.1977522 C2.87191157,15.2674159 4.60617918,15.2674159 5.67584293,14.1977522 L8.26211594,11.6114792 L8.95696092,12.3063242 C8.97296369,12.3223269 8.98913849,12.3380528 9.00547937,12.3535018 L6.46886252,14.8901187 C4.98902073,16.3699604 2.58972313,16.3699604 1.10988134,14.8901187 C-0.369960447,13.4102769 -0.369960447,11.0109793 1.10988134,9.53113748 L3.64649819,6.99452063 Z M6.99452063,3.64649819 L9.53113748,1.10988134 C11.0109793,-0.369960447 13.4102769,-0.369960447 14.8901187,1.10988134 C16.3699604,2.58972313 16.3699604,4.98902073 14.8901187,6.46886252 L12.3535018,9.00547937 C12.3380528,8.98913849 12.3223269,8.97296369 12.3063242,8.95696092 L11.6114792,8.26211594 L14.1977522,5.67584293 C15.2674159,4.60617918 15.2674159,2.87191157 14.1977522,1.80224782 C13.1280884,0.732584061 11.3938208,0.732584061 10.3241571,1.80224782 L7.73788406,4.38852082 L7.04303908,3.69367584 C7.02703631,3.67767307 7.01086151,3.66194719 6.99452063,3.64649819 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\" fill-rule=\"nonzero\"></path>\n</g>\n</svg>";
|
|
18
|
+
export declare const CODE_ICON = "<svg viewBox=\"0 0 1024 1024\" width=\"16\" height=\"16\">\n<path d=\"M438.4 849.1l222.7-646.7c0.2-0.5 0.3-1.1 0.4-1.6L438.4 849.1z\" p-id=\"13752\"></path>\n<path d=\"M661.2 168.7h-67.5c-3.4 0-6.5 2.2-7.6 5.4L354.7 846c-0.3 0.8-0.4 1.7-0.4 2.6 0 4.4 3.6 8 8 8h67.8c3.4 0 6.5-2.2 7.6-5.4l0.7-2.1 223.1-648.3 7.4-21.4c0.3-0.8 0.4-1.7 0.4-2.6-0.1-4.5-3.6-8.1-8.1-8.1zM954.6 502.1c-0.8-1-1.7-1.9-2.7-2.7l-219-171.3c-3.5-2.7-8.5-2.1-11.2 1.4-1.1 1.4-1.7 3.1-1.7 4.9v81.3c0 2.5 1.1 4.8 3.1 6.3l115 90-115 90c-1.9 1.5-3.1 3.8-3.1 6.3v81.3c0 4.4 3.6 8 8 8 1.8 0 3.5-0.6 4.9-1.7l219-171.3c6.9-5.4 8.2-15.5 2.7-22.5zM291.1 328.1l-219 171.3c-1 0.8-1.9 1.7-2.7 2.7-5.4 7-4.2 17 2.7 22.5l219 171.3c1.4 1.1 3.1 1.7 4.9 1.7 4.4 0 8-3.6 8-8v-81.3c0-2.5-1.1-4.8-3.1-6.3l-115-90 115-90c1.9-1.5 3.1-3.8 3.1-6.3v-81.3c0-1.8-0.6-3.5-1.7-4.9-2.7-3.5-7.7-4.1-11.2-1.4z\" p-id=\"13753\"></path>\n</svg>";
|
|
19
|
+
export declare const H1_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M0,0 L16,0 L16,16 L0,16 L0,0 Z M1,1 L1,15 L15,15 L15,1 L1,1 Z M12,12 L13,12 L13,13 L10,13 L10,12 L11,12 L11,9 L10,9 L10,8 L12,8 L12,12 Z M3,3 L11,3 L11,4 L3,4 L3,3 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\"></path>\n</g>\n</svg>";
|
|
20
|
+
export declare const H2_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M0,16 L0,0 L16,0 L16,16 L0,16 Z M15,1 L1,1 L1,15 L15,15 L15,1 Z M11,4 L3,4 L3,3 L11,3 L11,4 Z M13,8 L13,11 L10,11 L10,12 L13,12 L13,13 L9,13 L9,10 L12,10 L12,9 L9,9 L9,8 L13,8 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\"></path>\n</g>\n</svg>";
|
|
21
|
+
export declare const FONT_SIZE_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\" >\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <g fill=\"#293040\">\n <path d=\"M4,9 L4,16 L3,16 L3,9 L0,9 L0,8 L7,8 L7,9 L4,9 Z M11,1 L11,16 L10,16 L10,1 L5,1 L5,0 L16,0 L16,1 L11,1 Z\" id=\"\u5F62\u72B6\"></path>\n </g>\n</g>\n</svg>";
|
|
22
|
+
export declare const FULLSCREEN_EXPAND_ICON = "<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\">\n<g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n <path d=\"M16,16 L11.429,16 L11.429,15 L14.456,15 L11.006,11.226 L11.652,10.519 L15.086,14.275 L15.086,11 L16,11 L16,16 Z M15.164,1.544 L12.009,4.994 L11.418,4.348 L14.558,0.914 L11.82,0.914 L11.82,0 L16,0 L16,4.571 L15.164,4.571 L15.164,1.544 Z M5,15 L5,16 L0,16 L0,11 L1,11 L1,14.275 L4.756,10.519 L5.463,11.226 L1.689,15 L5,15 Z M4.365,4.994 L0.914,1.544 L0.914,4.571 L3.41060513e-13,4.571 L3.41060513e-13,0 L4.571,0 L4.571,0.914 L1.578,0.914 L5.011,4.348 L4.365,4.994 Z\" id=\"\u5F62\u72B6\" fill=\"#293040\" fill-rule=\"nonzero\"></path>\n</g>\n</svg>";
|
|
23
|
+
export declare const FULLSCREEN_CONTRACT_ICON = "<svg class=\"icon\" viewBox=\"0 0 1024 1024\" width=\"16\" height=\"16\">\n<path fill=\"#293040\" d=\"M682.666667 384h192a21.333333 21.333333 0 0 0 21.333333-21.333333v-42.666667a21.333333 21.333333 0 0 0-21.333333-21.333333H725.333333V149.333333a21.333333 21.333333 0 0 0-21.333333-21.333333h-42.666667a21.333333 21.333333 0 0 0-21.333333 21.333333V341.333333a42.666667 42.666667 0 0 0 42.666667 42.666667zM384 341.333333V149.333333a21.333333 21.333333 0 0 0-21.333333-21.333333h-42.666667a21.333333 21.333333 0 0 0-21.333333 21.333333V298.666667H149.333333a21.333333 21.333333 0 0 0-21.333333 21.333333v42.666667a21.333333 21.333333 0 0 0 21.333333 21.333333H341.333333a42.666667 42.666667 0 0 0 42.666667-42.666667z m341.333333 533.333334V725.333333h149.333334a21.333333 21.333333 0 0 0 21.333333-21.333333v-42.666667a21.333333 21.333333 0 0 0-21.333333-21.333333H682.666667a42.666667 42.666667 0 0 0-42.666667 42.666667v192a21.333333 21.333333 0 0 0 21.333333 21.333333h42.666667a21.333333 21.333333 0 0 0 21.333333-21.333333z m-405.333333 21.333333h42.666667a21.333333 21.333333 0 0 0 21.333333-21.333333V682.666667a42.666667 42.666667 0 0 0-42.666667-42.666667H149.333333a21.333333 21.333333 0 0 0-21.333333 21.333333v42.666667a21.333333 21.333333 0 0 0 21.333333 21.333333H298.666667v149.333334a21.333333 21.333333 0 0 0 21.333333 21.333333z\" p-id=\"17085\"></path>\n</svg>";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function checkbox(md: any, options: any): void;
|
|
1
|
+
export declare function checkbox(md: any, options: any): void;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function mermaidRender(md: any, options?: {}): void;
|
|
2
|
-
export declare function refreshMermaid(delay?: number): void;
|
|
1
|
+
export declare function mermaidRender(md: any, options?: {}): void;
|
|
2
|
+
export declare function refreshMermaid(delay?: number): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function (md: any, options: Record<string, any>): void;
|
|
1
|
+
export default function (md: any, options: Record<string, any>): void;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export interface IToolbarItemConfig {
|
|
2
|
-
id: string;
|
|
3
|
-
name?: string;
|
|
4
|
-
exitName?: string;
|
|
5
|
-
type?: 'button' | 'dropDown';
|
|
6
|
-
icon?: string;
|
|
7
|
-
exitIcon?: string;
|
|
8
|
-
template?: any;
|
|
9
|
-
component?: any;
|
|
10
|
-
shortKey?: string;
|
|
11
|
-
shortKeyWithCode?: string;
|
|
12
|
-
params?: {
|
|
13
|
-
[key: string]: any;
|
|
14
|
-
};
|
|
15
|
-
handler?(editor?: any, params?: any): void;
|
|
16
|
-
}
|
|
17
|
-
export declare const GET_CTRL_KEY: () => "⌘" | "Ctrl" | undefined;
|
|
18
|
-
export declare const GET_ALT_KEY: () => "Alt" | "⌥" | undefined;
|
|
19
|
-
export declare const DEFAULT_TOOLBARS: Record<string, IToolbarItemConfig>;
|
|
20
|
-
export declare const DEFAULT_TOOLBAR_CONFIG: (string | string[])[];
|
|
21
|
-
export declare const FONT_COLORS: string[];
|
|
22
|
-
export declare const FONT_SIZE_LIST: {
|
|
23
|
-
name: string;
|
|
24
|
-
value: number;
|
|
25
|
-
}[];
|
|
1
|
+
export interface IToolbarItemConfig {
|
|
2
|
+
id: string;
|
|
3
|
+
name?: string;
|
|
4
|
+
exitName?: string;
|
|
5
|
+
type?: 'button' | 'dropDown';
|
|
6
|
+
icon?: string;
|
|
7
|
+
exitIcon?: string;
|
|
8
|
+
template?: any;
|
|
9
|
+
component?: any;
|
|
10
|
+
shortKey?: string;
|
|
11
|
+
shortKeyWithCode?: string;
|
|
12
|
+
params?: {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
handler?(editor?: any, params?: any): void;
|
|
16
|
+
}
|
|
17
|
+
export declare const GET_CTRL_KEY: () => "⌘" | "Ctrl" | undefined;
|
|
18
|
+
export declare const GET_ALT_KEY: () => "Alt" | "⌥" | undefined;
|
|
19
|
+
export declare const DEFAULT_TOOLBARS: Record<string, IToolbarItemConfig>;
|
|
20
|
+
export declare const DEFAULT_TOOLBAR_CONFIG: (string | string[])[];
|
|
21
|
+
export declare const FONT_COLORS: string[];
|
|
22
|
+
export declare const FONT_SIZE_LIST: {
|
|
23
|
+
name: string;
|
|
24
|
+
value: number;
|
|
25
|
+
}[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function parseHTMLStringToDomList(html: string): NodeList | any[];
|
|
2
|
-
export declare function locale(key: string): string;
|
|
1
|
+
export declare function parseHTMLStringToDomList(html: string): NodeList | any[];
|
|
2
|
+
export declare function locale(key: string): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
package/types/form/index.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import type { App } from 'vue';
|
|
2
|
-
import Form from './src/form';
|
|
3
|
-
import FormItem from './src/components/form-item/form-item';
|
|
4
|
-
import FormOperation from './src/components/form-operation/form-operation';
|
|
5
|
-
export { Form, FormItem, FormOperation };
|
|
6
|
-
export * from './src/form-types';
|
|
7
|
-
export * from './src/components/form-item/form-item-types';
|
|
8
|
-
export * from './src/components/form-control/form-control-types';
|
|
9
|
-
declare const _default: {
|
|
10
|
-
title: string;
|
|
11
|
-
category: string;
|
|
12
|
-
status: string;
|
|
13
|
-
install(app: App): void;
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
1
|
+
import type { App } from 'vue';
|
|
2
|
+
import Form from './src/form';
|
|
3
|
+
import FormItem from './src/components/form-item/form-item';
|
|
4
|
+
import FormOperation from './src/components/form-operation/form-operation';
|
|
5
|
+
export { Form, FormItem, FormOperation };
|
|
6
|
+
export * from './src/form-types';
|
|
7
|
+
export * from './src/components/form-item/form-item-types';
|
|
8
|
+
export * from './src/components/form-control/form-control-types';
|
|
9
|
+
declare const _default: {
|
|
10
|
+
title: string;
|
|
11
|
+
category: string;
|
|
12
|
+
status: string;
|
|
13
|
+
install(app: App): void;
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import type { PropType, ExtractPropTypes, ComputedRef } from 'vue';
|
|
2
|
-
import type { FormItemContext } from '../form-item/form-item-types';
|
|
3
|
-
export type FeedbackStatus = 'success' | 'error' | 'pending';
|
|
4
|
-
export declare const formControlProps: {
|
|
5
|
-
feedbackStatus: {
|
|
6
|
-
type: PropType<FeedbackStatus>;
|
|
7
|
-
};
|
|
8
|
-
extraInfo: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
export type FormControlProps = ExtractPropTypes<typeof formControlProps>;
|
|
14
|
-
export interface UseFormControl {
|
|
15
|
-
controlClasses: ComputedRef<Record<string, boolean>>;
|
|
16
|
-
controlContainerClasses: ComputedRef<Record<string, boolean>>;
|
|
17
|
-
}
|
|
18
|
-
export interface UseFormControlValidate {
|
|
19
|
-
feedbackStatus: ComputedRef<FormItemContext['validateState']>;
|
|
20
|
-
showFeedback: ComputedRef<boolean | undefined>;
|
|
21
|
-
showPopover: ComputedRef<boolean>;
|
|
22
|
-
showMessage: ComputedRef<boolean>;
|
|
23
|
-
errorMessage: ComputedRef<FormItemContext['validateMessage']>;
|
|
24
|
-
popPosition: ComputedRef<FormItemContext['popPosition']>;
|
|
25
|
-
}
|
|
1
|
+
import type { PropType, ExtractPropTypes, ComputedRef } from 'vue';
|
|
2
|
+
import type { FormItemContext } from '../form-item/form-item-types';
|
|
3
|
+
export type FeedbackStatus = 'success' | 'error' | 'pending';
|
|
4
|
+
export declare const formControlProps: {
|
|
5
|
+
feedbackStatus: {
|
|
6
|
+
type: PropType<FeedbackStatus>;
|
|
7
|
+
};
|
|
8
|
+
extraInfo: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export type FormControlProps = ExtractPropTypes<typeof formControlProps>;
|
|
14
|
+
export interface UseFormControl {
|
|
15
|
+
controlClasses: ComputedRef<Record<string, boolean>>;
|
|
16
|
+
controlContainerClasses: ComputedRef<Record<string, boolean>>;
|
|
17
|
+
}
|
|
18
|
+
export interface UseFormControlValidate {
|
|
19
|
+
feedbackStatus: ComputedRef<FormItemContext['validateState']>;
|
|
20
|
+
showFeedback: ComputedRef<boolean | undefined>;
|
|
21
|
+
showPopover: ComputedRef<boolean>;
|
|
22
|
+
showMessage: ComputedRef<boolean>;
|
|
23
|
+
errorMessage: ComputedRef<FormItemContext['validateMessage']>;
|
|
24
|
+
popPosition: ComputedRef<FormItemContext['popPosition']>;
|
|
25
|
+
}
|
|
@@ -1,21 +1,11 @@
|
|
|
1
|
-
import './form-control.scss';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
extraInfo:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
},
|
|
11
|
-
|
|
12
|
-
type: import("vue").PropType<import("./form-control-types").FeedbackStatus>;
|
|
13
|
-
};
|
|
14
|
-
extraInfo: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
}>>, {
|
|
19
|
-
extraInfo: string;
|
|
20
|
-
}, {}>;
|
|
21
|
-
export default _default;
|
|
1
|
+
import './form-control.scss';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
extraInfo: string;
|
|
4
|
+
feedbackStatus?: import("./form-control-types").FeedbackStatus | undefined;
|
|
5
|
+
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
6
|
+
extraInfo: string;
|
|
7
|
+
feedbackStatus?: import("./form-control-types").FeedbackStatus | undefined;
|
|
8
|
+
}> & Readonly<{}>, {
|
|
9
|
+
extraInfo: string;
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
+
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { FormControlProps, UseFormControlValidate } from './form-control-types';
|
|
2
|
-
import { LabelData } from '../form-item/form-item-types';
|
|
3
|
-
export declare function useFormControl(props: FormControlProps): {
|
|
4
|
-
controlClasses: import("vue").ComputedRef<{
|
|
5
|
-
[x: string]: boolean;
|
|
6
|
-
}>;
|
|
7
|
-
controlContainerClasses: import("vue").ComputedRef<{
|
|
8
|
-
[x: string]: boolean;
|
|
9
|
-
}>;
|
|
10
|
-
labelData: LabelData;
|
|
11
|
-
};
|
|
12
|
-
export declare function useFormControlValidate(): UseFormControlValidate;
|
|
1
|
+
import { FormControlProps, UseFormControlValidate } from './form-control-types';
|
|
2
|
+
import { LabelData } from '../form-item/form-item-types';
|
|
3
|
+
export declare function useFormControl(props: FormControlProps): {
|
|
4
|
+
controlClasses: import("vue").ComputedRef<{
|
|
5
|
+
[x: string]: boolean;
|
|
6
|
+
}>;
|
|
7
|
+
controlContainerClasses: import("vue").ComputedRef<{
|
|
8
|
+
[x: string]: boolean;
|
|
9
|
+
}>;
|
|
10
|
+
labelData: LabelData;
|
|
11
|
+
};
|
|
12
|
+
export declare function useFormControlValidate(): UseFormControlValidate;
|
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
import type { RuleItem, ValidateFieldsError } from 'async-validator';
|
|
2
|
-
import type { ComputedRef, ExtractPropTypes, PropType, Ref, SetupContext } from 'vue';
|
|
3
|
-
import { LabelAlign, LabelSize, Layout, RequirePosition } from '../../form-types';
|
|
4
|
-
import { FeedbackStatus } from '../form-control/form-control-types';
|
|
5
|
-
export type FormItemValidateState = '' | 'error' | 'pending' | 'success';
|
|
6
|
-
export type MessageType = 'popover' | 'text' | 'none';
|
|
7
|
-
export type PopPosition = 'top' | 'right' | 'bottom' | 'left' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end';
|
|
8
|
-
export interface HelpTips {
|
|
9
|
-
content: string;
|
|
10
|
-
position?: PopPosition[];
|
|
11
|
-
trigger?: 'hover' | 'click';
|
|
12
|
-
popType?: string;
|
|
13
|
-
}
|
|
14
|
-
export interface FormRuleItem extends RuleItem {
|
|
15
|
-
trigger?: Array<string>;
|
|
16
|
-
}
|
|
17
|
-
export declare const formItemProps: {
|
|
18
|
-
label: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
};
|
|
21
|
-
field: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
required: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
messageType: {
|
|
30
|
-
type: PropType<MessageType>;
|
|
31
|
-
};
|
|
32
|
-
popPosition: {
|
|
33
|
-
type: PropType<PopPosition[]>;
|
|
34
|
-
};
|
|
35
|
-
rules: {
|
|
36
|
-
type: PropType<[FormRuleItem, FormRuleItem[]]>;
|
|
37
|
-
};
|
|
38
|
-
showFeedback: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: undefined;
|
|
41
|
-
};
|
|
42
|
-
helpTips: {
|
|
43
|
-
type: PropType<string | HelpTips>;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
|
-
feedbackStatus: {
|
|
47
|
-
type: PropType<FeedbackStatus>;
|
|
48
|
-
};
|
|
49
|
-
extraInfo: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
isAsyncValidate: {
|
|
54
|
-
type: BooleanConstructor;
|
|
55
|
-
default: boolean;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
export type FormItemProps = ExtractPropTypes<typeof formItemProps>;
|
|
59
|
-
export type FormValidateCallback = (isValid: boolean, invalidFields?: ValidateFieldsError) => void;
|
|
60
|
-
export type FormValidateResult = Promise<boolean>;
|
|
61
|
-
export type LabelData = ComputedRef<{
|
|
62
|
-
layout: Layout;
|
|
63
|
-
labelSize: LabelSize;
|
|
64
|
-
labelAlign: LabelAlign;
|
|
65
|
-
requiredPosition: RequirePosition;
|
|
66
|
-
helpTips: string | HelpTips;
|
|
67
|
-
formItemCtx: SetupContext;
|
|
68
|
-
}>;
|
|
69
|
-
export interface FormItemContext extends FormItemProps {
|
|
70
|
-
isRequired: boolean;
|
|
71
|
-
validateState: FormItemValidateState;
|
|
72
|
-
validateMessage: string;
|
|
73
|
-
validate: (trigger: string, callback?: FormValidateCallback) => FormValidateResult;
|
|
74
|
-
resetField: () => void;
|
|
75
|
-
clearValidate: () => void;
|
|
76
|
-
}
|
|
77
|
-
export interface UseFormItem {
|
|
78
|
-
itemClasses: ComputedRef<Record<string, boolean>>;
|
|
79
|
-
isRequired: ComputedRef<boolean>;
|
|
80
|
-
}
|
|
81
|
-
export interface UseFormItemValidate {
|
|
82
|
-
validateState: Ref<FormItemValidateState>;
|
|
83
|
-
validateMessage: Ref<string>;
|
|
84
|
-
validate: (trigger: string, callback?: FormValidateCallback) => FormValidateResult;
|
|
85
|
-
resetField: () => void;
|
|
86
|
-
clearValidate: () => void;
|
|
87
|
-
}
|
|
88
|
-
export interface UseFormItemRule {
|
|
89
|
-
_rules: ComputedRef<FormRuleItem[]>;
|
|
90
|
-
}
|
|
91
|
-
export declare const FORM_ITEM_TOKEN = "dFormItem";
|
|
92
|
-
export declare const LABEL_DATA = "dFormLabelData";
|
|
1
|
+
import type { RuleItem, ValidateFieldsError } from 'async-validator';
|
|
2
|
+
import type { ComputedRef, ExtractPropTypes, PropType, Ref, SetupContext } from 'vue';
|
|
3
|
+
import { LabelAlign, LabelSize, Layout, RequirePosition } from '../../form-types';
|
|
4
|
+
import { FeedbackStatus } from '../form-control/form-control-types';
|
|
5
|
+
export type FormItemValidateState = '' | 'error' | 'pending' | 'success';
|
|
6
|
+
export type MessageType = 'popover' | 'text' | 'none';
|
|
7
|
+
export type PopPosition = 'top' | 'right' | 'bottom' | 'left' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end';
|
|
8
|
+
export interface HelpTips {
|
|
9
|
+
content: string;
|
|
10
|
+
position?: PopPosition[];
|
|
11
|
+
trigger?: 'hover' | 'click';
|
|
12
|
+
popType?: string;
|
|
13
|
+
}
|
|
14
|
+
export interface FormRuleItem extends RuleItem {
|
|
15
|
+
trigger?: Array<string>;
|
|
16
|
+
}
|
|
17
|
+
export declare const formItemProps: {
|
|
18
|
+
label: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
field: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
required: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
messageType: {
|
|
30
|
+
type: PropType<MessageType>;
|
|
31
|
+
};
|
|
32
|
+
popPosition: {
|
|
33
|
+
type: PropType<PopPosition[]>;
|
|
34
|
+
};
|
|
35
|
+
rules: {
|
|
36
|
+
type: PropType<[FormRuleItem, FormRuleItem[]]>;
|
|
37
|
+
};
|
|
38
|
+
showFeedback: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: undefined;
|
|
41
|
+
};
|
|
42
|
+
helpTips: {
|
|
43
|
+
type: PropType<string | HelpTips>;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
feedbackStatus: {
|
|
47
|
+
type: PropType<FeedbackStatus>;
|
|
48
|
+
};
|
|
49
|
+
extraInfo: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
isAsyncValidate: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
export type FormItemProps = ExtractPropTypes<typeof formItemProps>;
|
|
59
|
+
export type FormValidateCallback = (isValid: boolean, invalidFields?: ValidateFieldsError) => void;
|
|
60
|
+
export type FormValidateResult = Promise<boolean>;
|
|
61
|
+
export type LabelData = ComputedRef<{
|
|
62
|
+
layout: Layout;
|
|
63
|
+
labelSize: LabelSize;
|
|
64
|
+
labelAlign: LabelAlign;
|
|
65
|
+
requiredPosition: RequirePosition;
|
|
66
|
+
helpTips: string | HelpTips;
|
|
67
|
+
formItemCtx: SetupContext;
|
|
68
|
+
}>;
|
|
69
|
+
export interface FormItemContext extends FormItemProps {
|
|
70
|
+
isRequired: boolean;
|
|
71
|
+
validateState: FormItemValidateState;
|
|
72
|
+
validateMessage: string;
|
|
73
|
+
validate: (trigger: string, callback?: FormValidateCallback) => FormValidateResult;
|
|
74
|
+
resetField: () => void;
|
|
75
|
+
clearValidate: () => void;
|
|
76
|
+
}
|
|
77
|
+
export interface UseFormItem {
|
|
78
|
+
itemClasses: ComputedRef<Record<string, boolean>>;
|
|
79
|
+
isRequired: ComputedRef<boolean>;
|
|
80
|
+
}
|
|
81
|
+
export interface UseFormItemValidate {
|
|
82
|
+
validateState: Ref<FormItemValidateState>;
|
|
83
|
+
validateMessage: Ref<string>;
|
|
84
|
+
validate: (trigger: string, callback?: FormValidateCallback) => FormValidateResult;
|
|
85
|
+
resetField: () => void;
|
|
86
|
+
clearValidate: () => void;
|
|
87
|
+
}
|
|
88
|
+
export interface UseFormItemRule {
|
|
89
|
+
_rules: ComputedRef<FormRuleItem[]>;
|
|
90
|
+
}
|
|
91
|
+
export declare const FORM_ITEM_TOKEN = "dFormItem";
|
|
92
|
+
export declare const LABEL_DATA = "dFormLabelData";
|