vue-devui 1.6.32 → 1.6.34-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 +132 -27
- package/auto-complete/index.umd.js +13 -13
- package/breadcrumb/index.es.js +1 -1
- package/breadcrumb/index.umd.js +1 -1
- package/button/style.css +1 -1
- package/carousel/style.css +1 -1
- package/category-search/index.es.js +1 -1
- package/category-search/index.umd.js +1 -1
- 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 +132 -27
- package/data-grid/index.umd.js +19 -19
- package/data-grid/style.css +1 -1
- package/date-picker-pro/index.es.js +132 -27
- package/date-picker-pro/index.umd.js +17 -17
- 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 +1 -1
- package/dropdown/index.umd.js +1 -1
- package/editable-select/index.es.js +131 -26
- package/editable-select/index.umd.js +16 -16
- package/editor-md/index.es.js +7 -3
- package/editor-md/index.umd.js +17 -16
- 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 +137 -32
- package/input/index.umd.js +23 -23
- package/input-number/index.es.js +1 -1
- package/input-number/index.umd.js +1 -1
- package/locale/index.es.js +271 -0
- package/locale/index.umd.js +1 -0
- package/locale/package.json +8 -0
- 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/nuxt/components/Locale.js +2 -0
- package/package.json +1 -1
- package/pagination/index.es.js +132 -27
- package/pagination/index.umd.js +12 -12
- 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 +137 -32
- package/search/index.umd.js +13 -13
- package/select/index.es.js +132 -27
- package/select/index.umd.js +22 -22
- package/splitter/index.es.js +137 -32
- package/splitter/index.umd.js +15 -15
- 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 +132 -27
- package/table/index.umd.js +11 -11
- 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 +132 -27
- package/time-picker/index.umd.js +16 -16
- package/time-picker/style.css +1 -1
- package/time-select/index.es.js +132 -27
- package/time-select/index.umd.js +19 -19
- package/tooltip/index.es.js +1 -1
- package/tooltip/index.umd.js +1 -1
- package/tree/index.es.js +398 -118
- package/tree/index.umd.js +31 -31
- 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 +59 -48
- package/types/breadcrumb/src/breadcrumb-types.d.ts +32 -32
- package/types/breadcrumb/src/breadcrumb.d.ts +70 -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 +281 -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 +70 -70
- package/types/dropdown/src/dropdown.d.ts +40 -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 -12
- 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 +177 -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/upload/index.es.js +131 -26
- package/upload/index.umd.js +3 -3
- package/vue-devui.es.js +372 -119
- package/vue-devui.umd.js +74 -73
- package/nuxt/components/checkbox.js +0 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
.devui-fixed-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--devui-shadow, rgba(37, 43, 58, .24));opacity:1;z-index:1050}.devui-fixed-overlay--fade-enter-active,.devui-fixed-overlay--fade-leave-active{transition:opacity .1s cubic-bezier(0,0,1,1)}.devui-fixed-overlay--fade-enter-from,.devui-fixed-overlay--fade-leave-to{opacity:0}.devui-flexible-overlay{position:fixed;border-radius:var(--devui-border-radius, 2px);background-color:var(--devui-connected-overlay-bg, #ffffff);box-shadow:var(--devui-shadow-length-connected-overlay, 0 2px 12px 0) var(--devui-shadow, rgba(37, 43, 58, .24));z-index:1000}.devui-flexible-overlay__arrow{position:absolute;width:8px;height:8px;transform:rotate(45deg);background-color:inherit}.devui-popover__icon-wrap{width:16px;height:16px;margin-right:8px}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--success>g>path{fill:var(--devui-success, #50d4ab)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--success>g>circle,.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--success>g>polygon{fill:var(--devui-light-text, #ffffff)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--warning>g>path{fill:var(--devui-warning, #fac20a)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--warning>g>polygon{fill:var(--devui-light-text, #ffffff)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--info>g>g{fill:var(--devui-info, #5e7ce0)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--info>g>circle{fill:var(--devui-light-text, #ffffff)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--error>g>path{fill:var(--devui-danger, #f66f6a)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--error>g>circle{fill:var(--devui-light-text, #ffffff)}.devui-popover__content.devui-flexible-overlay{display:flex;flex-wrap:wrap;align-items:center;white-space:nowrap;padding:4px 12px;line-height:1.5;border-radius:var(--devui-border-radius-feedback, 4px);color:var(--devui-feedback-overlay-text, #dfe1e6);background-color:var(--devui-feedback-overlay-bg, #464d6e);font-size:var(--devui-font-size-sm, 12px)}.devui-popover__content.devui-flexible-overlay.is-icon{flex-wrap:nowrap}.devui-popover--fade-bottom-enter-from,.devui-popover--fade-bottom-leave-to,.devui-popover--fade-top-enter-from,.devui-popover--fade-top-leave-to{opacity:.8;transform:scaleY(.8)}.devui-popover--fade-bottom-enter-to,.devui-popover--fade-bottom-leave-from,.devui-popover--fade-top-enter-to,.devui-popover--fade-top-leave-from{opacity:1;transform:scaleY(1)}.devui-popover--fade-bottom-enter-active,.devui-popover--fade-top-enter-active{transition:transform .1s cubic-bezier(.16,.75,.5,1),opacity .1s cubic-bezier(.16,.75,.5,1)}.devui-popover--fade-bottom-leave-active,.devui-popover--fade-top-leave-active{transition:transform .1s cubic-bezier(.5,0,.84,.25),opacity .1s cubic-bezier(.5,0,.84,.25)}.devui-popover--fade-left-enter-from,.devui-popover--fade-left-leave-to,.devui-popover--fade-right-enter-from,.devui-popover--fade-right-leave-to{opacity:.8;transform:scaleX(.8)}.devui-popover--fade-left-enter-to,.devui-popover--fade-left-leave-from,.devui-popover--fade-right-enter-to,.devui-popover--fade-right-leave-from{opacity:1;transform:scaleX(1)}.devui-popover--fade-left-enter-active,.devui-popover--fade-right-enter-active{transition:transform .1s cubic-bezier(.16,.75,.5,1),opacity .1s cubic-bezier(.16,.75,.5,1)}.devui-popover--fade-left-leave-active,.devui-popover--fade-right-leave-active{transition:transform .1s cubic-bezier(.5,0,.84,.25),opacity .1s cubic-bezier(.5,0,.84,.25)}.devui-form__label{align-self:flex-start}.devui-form__label--vertical{padding-bottom:8px}.devui-form__label--sm{flex:0 0 80px}.devui-form__label--md{flex:0 0 100px}.devui-form__label--lg{flex:0 0 150px}.devui-form__label--start{text-align:left}.devui-form__label--center{text-align:center}.devui-form__label--end{text-align:end}.devui-form__label-span{display:inline-block;vertical-align:middle;font-size:var(--devui-font-size, 12px);color:var(--devui-aide-text, #71757f)}.devui-form__label--required:before{content:"*";color:red;display:inline-block;margin-right:8px;margin-left:-12px}.devui-form__label--required-right:after{content:"*";color:red;display:inline-block;margin-left:8px}.devui-form__label--required-hide:before,.devui-form__label--required-hide:after{display:none}.devui-form__label-help{position:relative;top:-.1em;display:inline-block;vertical-align:middle;margin-left:4px;cursor:pointer}.devui-form__label-tips-popover .dv-popover__icon-wrap+span{flex:1}.devui-form__control{flex:1 1 auto;position:relative;width:100%}.devui-form__control--horizontal{margin-left:16px}.devui-form__control .devui-star{color:red}.devui-form__control .devui-form__control-container{position:relative}.devui-form__control .devui-form__control-container--horizontal{display:flex;width:100%}.devui-form__control .devui-form__control-container--horizontal .devui-validate-tip{margin:0}.devui-form__control .devui-form__control-container .devui-form__feedback-icon{position:absolute;top:50%;right:0;z-index:1;width:32px;height:16px;text-align:center;visibility:visible;pointer-events:none;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--error svg circle{fill:var(--devui-danger, #f66f6a)}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--error svg polygon{fill:var(--devui-base-bg, #ffffff)}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--success svg circle{fill:var(--devui-success, #50d4ab)}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--success svg polygon{fill:var(--devui-base-bg, #ffffff)}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--pending svg{animation:loading-keyframes 1s infinite linear}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--pending svg path{fill:var(--devui-brand, #5e7ce0)}.devui-form__control .devui-form__control-container--has-feedback{display:flex;align-items:center}.devui-form__control .devui-form__control-container--has-feedback input{padding-right:28px}.devui-form__control .devui-form__control-container--feedback-error{border:1px solid #f66f6a;border-radius:2px}.devui-form__control .devui-form__control-container--feedback-error input{background-color:#ffeeed;border-color:transparent}.devui-form__control .devui-form__control-container--feedback-error input:hover{border-color:transparent!important}.devui-form__control .devui-form__control-container--feedback-error input:focus{border-color:transparent!important}.devui-form__control .devui-form__control-container--feedback-error .devui-select-arrow{right:24px!important}.devui-form__control .devui-form__control-info{line-height:1}.devui-form__control .devui-form__control-info .error-message{display:inline-block;min-height:20px;line-height:1.5;font-size:var(--devui-font-size, 12px);color:var(--devui-danger, #f66f6a)}.devui-form__control .devui-form__control-info .devui-form__control-extra{font-size:var(--devui-font-size, 12px);color:var(--devui-aide-text, #71757f);min-height:20px;line-height:1.5;text-align:justify}@keyframes loading-keyframes{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.devui-form__item--horizontal{display:flex;align-items:center;margin-bottom:20px}.devui-form__item--vertical{display:flex;flex-direction:column;margin-bottom:20px}.devui-form__item--error{margin-bottom:0}.devui-form-operation .star{color:red}.devui-icon__container{display:inline-block;color:var(--devui-icon-fill, #71757f)}.devui-icon__container>*:not(:last-child){vertical-align:middle;margin-right:8px}.devui-icon__container i{vertical-align:middle;transition:all var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1))}.devui-icon--no-slots i,.devui-icon--no-slots img{display:block}.devui-icon--disabled{color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed}.devui-icon--disabled i{color:var(--devui-disabled-text, #cfd0d3)}.devui-icon--operable:not(.devui-icon--disabled){cursor:pointer;transition:color var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1))}.devui-icon--operable:not(.devui-icon--disabled) i{cursor:pointer}.devui-icon--operable:hover:not(.devui-icon--disabled){color:var(--devui-icon-fill-hover, #252b3a)}.devui-icon--operable:hover:not(.devui-icon--disabled).devui-icon__container{background-color:var(--devui-icon-background-hover, var(--devui-list-item-hover-bg, #f2f2f3))}.devui-icon--operable:hover:not(.devui-icon--disabled) i{color:var(--devui-icon-fill-hover, #252b3a)}.devui-icon--operable:active:not(.devui-icon--disabled){color:var(--devui-icon-active-color, var(--devui-icon-fill-active, #252b3a))}.devui-icon--operable:active:not(.devui-icon--disabled).devui-icon__container{background-color:var(--devui-icon-background-active, var(--devui-list-item-active-bg, #f2f5fc))}.devui-icon--operable:active:not(.devui-icon--disabled) i{color:var(--devui-icon-active-color, var(--devui-icon-fill-active, #252b3a))}.devui-icon--operable.devui-icon__container{height:32px;line-height:32px;padding:0 8px;margin-left:-8px;border-radius:var(--devui-border-radius, 2px);transition:all var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1))}.devui-icon--spin{animation:iconSpin 2.5s linear infinite}.devui-svg-icon{vertical-align:middle}@keyframes iconSpin{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.devui-input{width:100%;height:32px;font-size:var(--devui-font-size, 12px)}.devui-input__wrapper{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:0 8px;box-sizing:border-box;border:1px solid var(--devui-form-control-line, #d7d8da);border-radius:var(--devui-border-radius, 2px);background-color:var(--devui-form-control-bg, #ffffff);transition:border-color .3s var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1)),box-shadow var(--devui-animation-duration-base, .2s) var(--devui-animation-ease-in, cubic-bezier(.5, 0, .84, .25));height:100%}.devui-input__wrapper:not(.devui-input--error):not(.devui-input--disabled):not(.devui-input--focus):hover{border-color:var(--devui-form-control-line-hover, #9b9fa8)}.devui-input__wrapper.devui-input--glow-style:not(.devui-input--error):not(.devui-input--disabled):not(.devui-input--focus):hover{box-shadow:0 0 0 4px var(--devui-form-control-interactive-outline, rgba(94, 124, 224, .08));border-color:var(--devui-form-control-line, #d7d8da)}.devui-input--focus:not(.devui-input--error){border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-input--focus.devui-input--glow-style:not(.devui-input--error){box-shadow:0 0 0 4px var(--devui-form-control-interactive-outline, rgba(94, 124, 224, .08));border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-input--disabled{color:var(--devui-disabled-text, #cfd0d3);border-color:var(--devui-disabled-line, #dfe1e6);background-color:var(--devui-disabled-bg, #f5f5f5);cursor:not-allowed}.devui-input--disabled:hover{border-color:var(--devui-disabled-line, #dfe1e6)}.devui-input--disabled .devui-input__inner{color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed}.devui-input--error{border-color:var(--devui-danger-line, #f66f6a);background-color:var(--devui-danger-bg, #ffd5d4)}.devui-input--sm{height:26px;font-size:var(--devui-font-size-sm, 12px)}.devui-input--sm .devui-input__clear--icon{width:14px;height:14px}.devui-input--lg{height:46px;font-size:var(--devui-font-size-lg, 14px)}.devui-input--lg .devui-input__clear--icon{width:18px;height:18px}.devui-input--feedback{padding-right:28px}.devui-input__inner{width:100%;height:100%;color:var(--devui-text, #252b3a);font-size:inherit;padding:4px 0;border:none;background:none;outline:none;box-sizing:border-box}.devui-input__inner::placeholder{color:var(--devui-placeholder, #babbc0)}.devui-input--prepend .devui-input__wrapper{border-top-left-radius:0;border-bottom-left-radius:0}.devui-input--append .devui-input__wrapper{border-top-right-radius:0;border-bottom-right-radius:0}.devui-input-slot{display:inline-flex;width:100%;align-items:stretch}.devui-input-slot__prepend,.devui-input-slot__append{color:var(--devui-text);position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:100%;padding:0 20px;white-space:nowrap;border:1px solid var(--devui-form-control-line, #d7d8da);border-radius:var(--devui-border-radius, 2px);background-color:var(--devui-form-control-bg, #ffffff)}.devui-input-slot__prepend .devui-button,.devui-input-slot__prepend .devui-select .devui-select__selection,.devui-input-slot__append .devui-button,.devui-input-slot__append .devui-select .devui-select__selection{border:none!important;background-color:transparent!important;color:inherit}.devui-input-slot__prepend .devui-button,.devui-input-slot__prepend .devui-select__selection,.devui-input-slot__append .devui-button,.devui-input-slot__append .devui-select__selection{margin:0 -20px}.devui-input-slot__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.devui-input-slot__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.devui-input-slot__prefix,.devui-input-slot__suffix{display:inline-flex;white-space:nowrap;flex-shrink:0;flex-wrap:nowrap;align-items:center}.devui-input-slot__prefix>*{margin-right:8px}.devui-input-slot__suffix>*{margin-left:8px}.devui-input__clear--icon,.devui-input__password--icon{cursor:pointer}.devui-input__clear--icon path{fill:var(--devui-shape-icon-fill, #d7d8da);transition:all var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1)) var(--devui-animation-duration-slow, .3s)}.devui-input__clear--icon:hover path{fill:var(--devui-shape-icon-fill-hover, #babbc0)}.devui-input--gray-style:not(.devui-input--disabled) .devui-input__wrapper:not(.devui-input--error){background:#f5f5f5;border-color:#f5f5f5}.devui-input--gray-style:not(.devui-input--disabled) .devui-input__wrapper:not(.devui-input--error):hover{background:#ebebeb;border-color:#ebebeb}body[ui-theme=galaxy-theme] .devui-input__inner:-webkit-autofill,body[ui-theme=galaxy-theme] .devui-input__inner:-webkit-autofill:hover,body[ui-theme=galaxy-theme] .devui-input__inner:-webkit-autofill:focus,body[ui-theme=galaxy-theme] .devui-input__inner:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;box-shadow:0 0 0 1000px transparent inset!important;caret-color:#fff}body[ui-theme=galaxy-theme] .devui-input__inner:-internal-autofill-previewed,body[ui-theme=galaxy-theme] .devui-input__inner:-internal-autofill-selected{-webkit-text-fill-color:var(--devui-text, #252b3a);transition:background-color 99999s ease-out .5s}.devui-scroll-box{width:100%;height:100%;overflow:hidden;position:relative}.devui-scroll-box *{user-select:none}.devui-scroll-box .box-content{position:static;height:100%;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}.devui-scroll-box .box-content-behavior-auto{scroll-behavior:auto}.devui-scroll-box .box-sroll{width:8px;height:100%;position:absolute;right:0;top:0;opacity:0;background-color:#d46b6b00}.devui-scroll-box .box-sroll .scroll-child{width:100%;position:absolute;top:0;right:0;background:var(--devui-line, #d7d8da);border-radius:8px}.devui-popup-line{width:100%;height:256px;border-bottom:1px solid var(--devui-dividing-line, #f2f2f3);display:flex}.devui-popup-line .time-item{height:100%;display:inline-block;border-right:1px solid var(--devui-dividing-line, #f2f2f3);overflow-y:auto}.devui-popup-line .time-item:last-child{border-right:none}.devui-popup-line .time-item .time-ul{width:100%;height:100%;cursor:pointer;padding:0;margin:0 auto;list-style:none}.devui-popup-line .time-item .time-ul .time-li{display:block;box-sizing:border-box;list-style:none;text-align:center;margin:0 0 6px;height:26px;overflow:hidden;line-height:26px;font-size:0;color:var(--devui-text, #252b3a)}.devui-popup-line .time-item .time-ul .time-li:hover{background-color:var(--devui-list-item-hover-bg, #f2f2f3);color:var(--devui-list-item-hover-text, #252b3a)}.devui-popup-line .time-item .time-ul .time-li span{display:block;font-size:var(--devui-font-size-md, 12px)}.devui-popup-line .time-item .time-ul:last-child:after{content:"";display:block;height:224px}.devui-popup-line .time-item .time-ul .active-li,.devui-popup-line .time-item .time-ul .active-li:hover{background-color:var(--devui-list-item-active-bg, #f2f5fc);color:var(--devui-list-item-active-text, #252b3a)}.devui-popup-line .time-item .time-ul .disabled-li{background-color:var(--devui-disabled-bg, #f5f5f5);color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed}.devui-icon-group{display:inline-flex;align-items:center}.devui-icon-group>.devui-icon__container:not(.devui-icon--operable){padding:8px;margin-left:0}.devui-icon-group>.devui-icon__container:not(.devui-icon--operable):first-child{margin-left:-8px}.devui-icon-group>*:not(:first-child){margin-left:0}@keyframes devui-busy-spinner-anim{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.5)}to{transform:rotate(360deg) scale(1)}}.devui-loading__mask{z-index:var(--devui-z-index-full-page-overlay, 1080);position:absolute;left:0;right:0;bottom:0;top:0;background-color:var(--devui-line, #d7d8da);opacity:.3}.devui-loading__wrapper{text-align:center}.devui-loading--full{position:fixed;left:0;right:0;bottom:0;top:0;z-index:var(--devui-z-index-full-page-overlay, 1080)}.devui-loading--hidden{overflow:hidden}.devui-loading__text{margin-left:10px}.devui-loading__area{position:absolute;transform:translate(-50%,-50%);padding:12px 14px;background:var(--devui-base-bg, #ffffff);border-radius:var(--devui-border-radius-card, 6px)}.devui-loading__busy-default-spinner{position:relative;display:inline-block;width:15px;height:15px;animation:devui-busy-spinner-anim 1s linear infinite}.devui-loading__busy-default-spinner div{position:absolute;left:44.5%;top:37%;width:6px;height:6px;border-radius:50%}.devui-loading__busy-default-spinner .devui-loading__bar1{top:0;left:0;background:#5e7ce0;background:var(--devui-brand, #5e7ce0)}.devui-loading__busy-default-spinner .devui-loading__bar2{top:0;left:9px;background:#859bff;background:var(--devui-brand-foil, #859bff)}.devui-loading__busy-default-spinner .devui-loading__bar3{top:9px;left:0;background:#859bff;background:var(--devui-brand-foil, #859bff)}.devui-loading__busy-default-spinner .devui-loading__bar4{top:9px;left:9px;background:#5e7ce0;background:var(--devui-brand, #5e7ce0)}.devui-button{position:relative;padding:var(--devui-btn-padding, 0 20px);font-size:var(--devui-font-size-md, 12px);height:32px;line-height:var(--devui-line-height-base, 1.5);border-radius:var(--devui-border-radius, 2px);border-width:1px;border-color:transparent;background-color:transparent;overflow:hidden}.devui-button.mousedown:not(:disabled){transform:scale(.95)}.devui-button .water-wave{position:absolute;background-color:var(--devui-base-bg, #ffffff);border-radius:50%;opacity:0;width:20px;height:20px;transform:translate(-50%,-50%);animation:waterWave var(--devui-animation-duration-slow, .3s) var(--devui-animation-linear, cubic-bezier(0, 0, 1, 1))}.devui-button:hover{cursor:pointer}.devui-button:disabled{cursor:not-allowed}.devui-button--is-loading{pointer-events:none}.devui-button--solid{color:var(--devui-light-text, #ffffff);min-width:64px}.devui-button--solid i{color:var(--devui-light-text, #ffffff)}.devui-button--solid--secondary{color:var(--devui-text, #252b3a);border-color:var(--devui-btn-common-border-color, var(--devui-line, #d7d8da));background-color:var(--devui-btn-common-bg, var(--devui-base-bg, #ffffff))}.devui-button--solid--secondary:hover{color:var(--devui-btn-common-color-hover, var(--devui-brand-active, #526ecc));border-color:var(--devui-btn-common-border-color-hover, var(--devui-form-control-line-active, #5e7ce0));background-color:var(--devui-btn-common-bg-hover, var(--devui-base-bg, #ffffff))}.devui-button--solid--secondary:focus{color:var(--devui-btn-common-color-active, var(--devui-brand-active, #526ecc));border-color:var(--devui-btn-common-border-color-active, var(--devui-form-control-line-active, #5e7ce0));background-color:var(--devui-btn-common-bg-hover, var(--devui-base-bg, #ffffff))}.devui-button--solid--secondary:active{color:var(--devui-btn-common-color-active, var(--devui-brand-active, #526ecc));border-color:var(--devui-btn-common-border-color-active, var(--devui-form-control-line-active, #5e7ce0));background-color:var(--devui-btn-common-bg-hover, var(--devui-base-bg, #ffffff))}.devui-button--solid--secondary:disabled{opacity:.8}.devui-button--solid--primary{background-color:var(--devui-primary, #5e7ce0)}.devui-button--solid--primary:hover{background-color:var(--devui-primary-hover, #7693f5)}.devui-button--solid--primary:focus{background-color:var(--devui-primary-hover, #7693f5)}.devui-button--solid--primary:active{background-color:var(--devui-primary-active, #344899)}.devui-button--solid--primary:disabled{color:var(--devui-light-text, #ffffff);background:var(--devui-primary-disabled, #beccfa);border:none}.devui-button--solid--danger{background-color:var(--devui-contrast, #c7000b)}.devui-button--solid--danger:hover{background-color:var(--devui-contrast-hover, #d64a52)}.devui-button--solid--danger:focus{background-color:var(--devui-contrast-hover, #d64a52)}.devui-button--solid--danger:active{background-color:var(--devui-contrast-active, #b12220)}.devui-button--solid--danger:disabled{background-color:var(--devui-contrast-disabled, #ffbcba)}.devui-button--outline{background-color:var(--devui-block, #ffffff);border-style:solid}.devui-button--outline i{color:var(--devui-text, #252b3a)}.devui-button--outline--secondary{color:var(--devui-text, #252b3a);border-color:var(--devui-line, #d7d8da)}.devui-button--outline--secondary:hover,.devui-button--outline--secondary:focus,.devui-button--outline--secondary:active{color:var(--devui-brand-active, #526ecc);border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-button--outline--secondary:hover i,.devui-button--outline--secondary:focus i,.devui-button--outline--secondary:active i{color:var(--devui-brand-active, #526ecc);border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-button--outline--secondary:disabled{color:var(--devui-disabled-text, #cfd0d3);border-color:var(--devui-disabled-line, #dfe1e6);background-color:var(--devui-disabled-bg, #f5f5f5)}.devui-button--outline--secondary:disabled i{color:var(--devui-disabled-text, #cfd0d3)}.devui-button--outline--primary{color:var(--devui-brand-active, #526ecc);border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-button--outline--primary:hover,.devui-button--outline--primary:focus,.devui-button--outline--primary:active{color:var(--devui-brand-active-focus, #344899);border-color:var(--devui-form-control-line-active-hover, #344899)}.devui-button--outline--primary:hover i,.devui-button--outline--primary:focus i,.devui-button--outline--primary:active i{color:var(--devui-brand-active-focus, #344899);border-color:var(--devui-form-control-line-active-hover, #344899)}.devui-button--outline--primary:disabled{opacity:.8;color:var(--devui-brand-active, #526ecc);border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-button--outline--primary:disabled i{color:var(--devui-brand-active, #526ecc)}.devui-button--outline--danger{color:var(--devui-contrast, #c7000b);border-color:var(--devui-contrast, #c7000b)}.devui-button--outline--danger i{color:var(--devui-contrast, #c7000b)}.devui-button--outline--danger:hover,.devui-button--outline--danger:focus,.devui-button--outline--danger:active,.devui-button--outline--danger:disabled{opacity:.8}.devui-button--text{padding:0}.devui-button--text--secondary{color:var(--devui-text, #252b3a)}.devui-button--text--secondary:hover{color:var(--devui-list-item-hover-text, #252b3a)}.devui-button--text--secondary:focus{color:var(--devui-list-item-hover-text, #252b3a)}.devui-button--text--secondary:active{color:var(--devui-list-item-hover-text, #252b3a)}.devui-button--text--secondary:disabled{color:var(--devui-disabled-text, #cfd0d3)}.devui-button--text--primary{color:var(--devui-brand-active, #526ecc)}.devui-button--text--primary:hover{color:var(--devui-link-active, #526ecc)}.devui-button--text--primary:focus{color:var(--devui-brand-active-focus, #344899)}.devui-button--text--primary:active{color:var(--devui-brand-active-focus, #344899)}.devui-button--text--primary:disabled{opacity:.8}.devui-button--text--danger{color:var(--devui-contrast, #c7000b)}.devui-button--text--danger:hover,.devui-button--text--danger:focus,.devui-button--text--danger:active,.devui-button--text--danger:disabled{opacity:.8}.devui-button--sm{padding:var(--devui-btn-sm-padding, 0 16px);height:24px;font-size:var(--devui-font-size-sm, 12px);min-width:56px}.devui-button--lg{padding:var(--devui-btn-lg-padding, 0 24px);height:40px;font-size:var(--devui-font-size-lg, 14px);min-width:72px}.devui-button.devui-button__icon:not(.devui-button--solid):hover,.devui-button.devui-button__icon:not(.devui-button--solid):focus{border:1px solid var(--devui-list-item-hover-bg, #f2f2f3);background-color:var(--devui-list-item-hover-bg, #f2f2f3)}.devui-button.devui-button__icon:not(.devui-button--solid):disabled{background-color:var(--devui-disabled-bg, #f5f5f5)}.devui-button:not(:disabled).devui-button--text.devui-button__icon-wrap{color:var(--devui-text, #252b3a)}.devui-button:not(:disabled).devui-button--text.devui-button__icon-wrap .devui-button__icon-fix{color:var(--devui-text-weak, #575d6c)}.devui-button:not(:disabled).devui-button--text.devui-button__icon-wrap:hover{color:var(--devui-list-item-hover-text, #252b3a)}.devui-button:not(:disabled).devui-button--text.devui-button__icon-wrap:hover .devui-button__icon-fix{color:var(--devui-icon-fill-active, #252b3a)}.devui-button:not(:disabled).devui-button--text.devui-button__icon-wrap:hover .button-content{color:var(--devui-brand, #5e7ce0)}.devui-button--circle{border-radius:100%}.devui-button--round{border-radius:20px}.devui-loading .devui-loading-default-spinner div{background-color:var(--devui-text, #252b3a)}.devui-button{transition:background-color var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1)),border-color var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1)),color var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1));white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;border-style:solid}.devui-button.devui-button__icon{padding:8px;line-height:1em;min-width:unset}.devui-button.devui-button__icon:not(.devui-button--circle){border:1px solid transparent}.devui-button.devui-button__icon.devui-button--sm{padding:4px;min-width:24px}.devui-button.devui-button__icon.devui-button--lg{min-width:32px}.devui-button.devui-button__icon.devui-button--lg .icon{font-size:var(--devui-font-size-icon, 16px)}.devui-button.devui-button__icon.devui-button--circle{width:32px}.devui-button.devui-button__icon.devui-button--circle.devui-button--sm{width:24px}.devui-button.devui-button__icon.devui-button--circle.devui-button--lg{width:40px}.devui-button:not(.devui-button__icon) .icon-fix{font-size:var(--devui-font-size-icon, 16px)}.devui-button__icon-fix{position:relative;font-size:var(--devui-font-size, 12px)}.button-content{display:inline-block;position:relative}.clear-right-5{margin-right:5px}.loading-icon__container{display:inline-flex;align-items:center;margin-right:5px}.loading-icon__container .button-icon-loading{animation:rotating 1.5s linear infinite}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes waterWave{0%{opacity:.2;width:30px;height:30px}to{opacity:0;width:200px;height:200px}}.devui-button-group{display:flex}.devui-button-group>*{position:relative}.devui-button-group>*:not(:first-child),.devui-button-group>*:not(:first-child) .devui-button{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.devui-button-group>*:not(:first-child).devui-button--solid--primary,.devui-button-group>*:not(:first-child) .devui-button.devui-button--solid--primary{border-left:1px solid var(--devui-brand-hover, #7693f5);margin-left:0}.devui-button-group>*:not(:last-child),.devui-button-group>*:not(:last-child) .devui-button{border-top-right-radius:0;border-bottom-right-radius:0}.devui-button-group>*:hover,.devui-button-group>*:active{z-index:1}.devui-button-group>*:focus-within{z-index:1}.devui-date-picker-pro{display:inline-block;background-color:var(--devui-base-bg, #ffffff)}.devui-date-picker-pro .devui-date-picker-pro__single-picker{position:relative}.devui-date-picker-pro .devui-date-picker-pro__single-picker-icon{display:inline-flex;align-items:center}.devui-date-picker-pro .devui-date-picker-pro__single-picker .devui-input-slot__suffix{cursor:pointer}.devui-date-picker-pro .devui-date-picker-pro__single-picker .close-icon{width:16px;height:16px;display:inline-flex;line-height:12px;align-items:center}.devui-date-picker-pro .devui-date-picker-pro__single-picker .close-icon svg path{fill:var(--devui-shape-icon-fill, #d7d8da)}.devui-date-picker-pro .devui-date-picker-pro__single-picker .close-icon:hover svg path{fill:var(--devui-shape-icon-fill-active, #babbc0)}.devui-date-picker-pro .devui-date-picker-pro__single-picker .devui-date-picker-pro--icon-visible{visibility:visible}.devui-date-picker-pro .devui-date-picker-pro__single-picker .devui-date-picker-pro--icon-hidden{visibility:hidden}.devui-date-picker-pro__panel{width:max-content}.devui-date-picker-pro__panel-content{display:flex}.devui-date-picker-pro__panel-footer{border-top:1px solid var(--devui-dividing-line, #f2f2f3);padding:8px}.devui-date-picker-pro__panel-footer-center{text-align:center}.devui-date-picker-pro__panel-right-area{padding:8px 16px;display:inline-block;height:305px;font-size:var(--devui-font-size-sm, 12px);overflow:auto;-ms-overflow-style:none;scrollbar-width:none;border-left:1px solid var(--devui-dividing-line, #f2f2f3)}.devui-date-picker-pro__panel-right-area::-webkit-scrollbar{width:0!important}.devui-date-picker-pro__calendar-panel{text-align:center;display:flex}.devui-date-picker-pro__calendar-panel--year-list{display:inline-block;width:80px;height:305px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.devui-date-picker-pro__calendar-panel--year-list::-webkit-scrollbar{width:0!important}.devui-date-picker-pro__calendar-panel--year-list-item{background-color:var(--devui-global-bg, #f6f6f8)}.devui-date-picker-pro__calendar-panel--year-list-item .devui-date-picker-pro__year-title{font-size:var(--devui-font-size-md, 12px);font-weight:700;line-height:30px;cursor:pointer}.devui-date-picker-pro__calendar-panel--year-list-item .devui-date-picker-pro__month-title{font-size:var(--devui-font-size-sm, 12px);line-height:30px;cursor:pointer}.devui-date-picker-pro__calendar-panel--year-list-item.devui-date-picker-pro__year-title-active{background-color:var(--devui-base-bg, #ffffff)}.devui-date-picker-pro__calendar-panel--year-list-item:hover:not(.devui-date-picker-pro__year-title-active){background-color:var(--devui-list-item-selected-bg, #f2f5fc)}.devui-date-picker-pro__calendar-panel--main{padding:4px;display:inline-block;width:253px;height:305px;font-size:var(--devui-font-size-sm, 12px);overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.devui-date-picker-pro__calendar-panel--main::-webkit-scrollbar{width:0!important}.devui-date-picker-pro__calendar-panel--main .devui-date-picker-pro__calendar-table tr,.devui-date-picker-pro__calendar-panel--main .devui-date-picker-pro__calendar-table td{border:none;padding:0;text-align:center;font-size:var(--devui-font-size-sm, 12px)}.devui-date-picker-pro__tbody-wrapper{height:270px;width:100%;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.devui-date-picker-pro__tbody-wrapper::-webkit-scrollbar{width:0!important}.devui-date-picker-pro__calendar-table{border-spacing:0;margin:0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-week-header td{width:35px;height:22px;padding:0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-title{text-align:start;line-height:26px;color:var(--devui-aide-text, #71757f);padding-left:8px}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content{color:var(--devui-text, #252b3a);border-spacing:0 4px;border-collapse:separate;margin:0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date{padding:0 4px;width:30px}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date span{cursor:pointer;display:block;width:22px;height:22px;line-height:22px;border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date:not(.devui-date-picker-pro__table-date-selected):not(.devui-date-picker-pro__table-date-disabled):hover span{background-color:var(--devui-range-item-hover-bg, #e9edfa)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-today span{color:var(--devui-brand, #5e7ce0)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-selected span,.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-start span,.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-end span{background-color:var(--devui-list-item-active-bg, #f2f5fc);color:var(--devui-list-item-active-text, #252b3a)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-in-range{background-color:var(--devui-list-item-hover-bg, #f2f2f3)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-in-range span:hover{background-color:var(--devui-range-item-hover-bg, #e9edfa)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-start:not(.devui-date-picker-pro__table-date-end){position:relative}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-start:not(.devui-date-picker-pro__table-date-end):after{content:"";display:block;position:absolute;width:8px;height:22px;background-color:var(--devui-list-item-hover-bg, #f2f2f3);right:0;top:0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-start:not(.devui-date-picker-pro__table-date-end):hover:after{display:none}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-start:not(.devui-date-picker-pro__table-date-end) span:not(:hover){border-radius:var(--devui-border-radius-feedback, 4px) 0 0 var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-end:not(.devui-date-picker-pro__table-date-start){position:relative}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-end:not(.devui-date-picker-pro__table-date-start):after{content:"";display:block;position:absolute;width:5px;height:22px;background-color:var(--devui-list-item-hover-bg, #f2f2f3);left:0;top:0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-end:not(.devui-date-picker-pro__table-date-start):hover:after{display:none}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-end:not(.devui-date-picker-pro__table-date-start) span:not(:hover){border-radius:0 var(--devui-border-radius-feedback, 4px) var(--devui-border-radius-feedback, 4px) 0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-disabled span{color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed}.devui-date-picker-pro__panel-time{display:inline-block;border-left:1px solid var(--devui-dividing-line, #f2f2f3);height:305px;text-align:center;width:115px}.devui-date-picker-pro__panel-time--title{display:flex;height:30px}.devui-date-picker-pro__panel-time--title-item{flex:1 1 0%;line-height:30px}.devui-date-picker-pro__panel-time .devui-time-list,.devui-date-picker-pro__panel-time .devui-time-list .time-item{border:none}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .time-li{padding:0 7px;line-height:22px;height:22px;margin-bottom:8px}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .time-li:hover{background-color:transparent}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .time-li span{font-size:var(--devui-font-size-sm, 12px);border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .time-li span:hover{background-color:var(--devui-list-item-hover-bg, #f2f2f3);color:var(--devui-list-item-hover-text, #252b3a)}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .active-li{background-color:transparent}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .active-li span,.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .active-li span:hover{background-color:var(--devui-list-item-active-bg, #f2f5fc);color:var(--devui-list-item-active-text, #252b3a)}.devui-range-date-picker-pro{display:inline-block;background-color:var(--devui-base-bg, #ffffff)}.devui-range-date-picker-pro.devui-range-date-picker-pro__range-width{width:300px}.devui-range-date-picker-pro.devui-range-date-picker-pro__range-time-width{width:400px}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker{display:flex;justify-content:center;align-items:center;position:relative;box-sizing:border-box;width:100%;min-height:24px;border:1px solid var(--devui-form-control-line, #d7d8da);border-radius:var(--devui-border-radius, 2px);background-color:var(--devui-form-control-bg, #ffffff);transition:border-color .3s var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1)),box-shadow var(--devui-animation-duration-base, .2s) var(--devui-animation-ease-in, cubic-bezier(.5, 0, .84, .25))}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker:not(.devui-range-date-picker-pro--error,.devui-range-date-picker-pro--disabled,.devui-range-date-picker-pro--glow-style):hover{border-color:var(--devui-form-control-line-hover, #9b9fa8)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro__input{flex:1 1}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-input{display:inline-block;height:26px;width:100%}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-input__wrapper{border:none}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-input.devui-input--sm{height:24px}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-input.devui-input--lg{height:44px}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro__start .devui-input--feedback{padding-right:0}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro__active-input .devui-input__inner{color:var(--devui-brand, #5e7ce0)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro__normal-input .devui-input__inner{color:var(--devui-text, #252b3a)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro__separator{display:inline-block;padding:0 4px}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-input-slot__suffix{cursor:pointer}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker-icon{display:inline-flex;align-items:center}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .close-icon{width:16px;height:16px;display:inline-flex;line-height:12px;align-items:center}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .close-icon svg path{fill:var(--devui-shape-icon-fill, #d7d8da)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .close-icon:hover svg path{fill:var(--devui-shape-icon-fill-active, #babbc0)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro--icon-visible{visibility:visible}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro--icon-hidden{visibility:hidden}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker.devui-range-date-picker-pro--disabled{color:var(--devui-disabled-text, #cfd0d3);border-color:var(--devui-disabled-line, #dfe1e6);background-color:var(--devui-disabled-bg, #f5f5f5);cursor:not-allowed}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker.devui-range-date-picker-pro--disabled:hover{border-color:var(--devui-disabled-line, #dfe1e6)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker.devui-range-date-picker-pro--disabled .devui-input__inner{color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker.devui-range-date-picker-pro--error{border-color:var(--devui-danger-line, #f66f6a);background-color:var(--devui-danger-bg, #ffd5d4)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker.devui-range-date-picker-pro--glow-style:hover{box-shadow:0 0 0 4px var(--devui-form-control-interactive-outline, rgba(94, 124, 224, .08))}.devui-range-date-picker-pro--open .devui-range-date-picker-pro__range-picker{border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-range-date-picker-pro--open .devui-range-date-picker-pro__range-picker:not(.devui-range-date-picker-pro--error):not(.devui-range-date-picker-pro--disabled):hover{border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-range-date-picker-pro--open .devui-range-date-picker-pro--glow-style{box-shadow:0 0 0 4px var(--devui-form-control-interactive-outline, rgba(94, 124, 224, .08))}.devui-date-picker-pro__year-calendar-panel{height:200px;width:204px;padding:8px 12px;font-size:var(--devui-font-size-sm, 12px)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list{width:184px;height:186px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list::-webkit-scrollbar{width:0}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-list-item{display:flex;padding:4px 0;height:48px}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title{width:60px;height:40px;line-height:40px;text-align:center;cursor:pointer;border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title:hover:not(.devui-date-picker-pro__year-active):not(.devui-date-picker-pro__year-disabled){background-color:var(--devui-list-item-hover-bg, #f2f2f3)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__this-year{color:var(--devui-brand, #5e7ce0)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-active{background-color:var(--devui-list-item-active-bg, #f2f5fc);color:var(--devui-list-item-active-text, #252b3a)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-in-range:not(.devui-date-picker-pro__year-active){background:var(--devui-list-item-hover-bg, #f2f2f3);border-radius:0}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-in-range:not(.devui-date-picker-pro__year-active):hover{background-color:var(--devui-range-item-hover-bg, #e9edfa);border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-start:not(.devui-date-picker-pro__year-end):not(:hover){border-radius:var(--devui-border-radius-feedback, 4px) 0 0 var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-end:not(.devui-date-picker-pro__year-start):not(:hover){border-radius:0 var(--devui-border-radius-feedback, 4px) var(--devui-border-radius-feedback, 4px) 0}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-disabled{color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed;border-radius:0}.devui-date-picker-pro__month-calendar-panel{height:300px;text-align:center;font-size:var(--devui-font-size-sm, 12px);display:flex}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__year-list{height:100%;overflow:auto;scrollbar-width:none;display:inline-block;width:80px;-ms-overflow-style:none}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__year-list::-webkit-scrollbar{width:0}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__year-list-item{background-color:var(--devui-global-bg, #f6f6f8);font-size:var(--devui-font-size-md, 12px);height:30px;line-height:30px;cursor:pointer}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__year-list-item.devui-date-picker-pro__year-item-active{background-color:var(--devui-base-bg, #ffffff)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__year-list-item:hover:not(.devui-date-picker-pro__year-item-active){background-color:var(--devui-list-item-selected-bg, #f2f5fc)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper{height:300px;width:208px;padding:4px;display:inline-block}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__month-list{height:100%;width:100%;overflow:auto;scrollbar-width:none}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__month-list::-webkit-scrollbar{width:0}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__month-list tr,.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__month-list td{text-align:center;border:none;padding:0;font-size:var(--devui-font-size-sm, 12px)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-title{text-align:start;line-height:26px;color:var(--devui-aide-text, #71757f);padding-left:8px}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content{color:var(--devui-text, #252b3a);margin:0}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item{width:60px;height:40px;padding:4px 0;box-sizing:border-box;text-align:center;cursor:pointer}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item span{cursor:pointer;display:block;height:32px;line-height:32px;border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item:hover:not(.devui-date-picker-pro__month-active):not(.devui-date-picker-pro__month-disabled) span{background-color:var(--devui-list-item-hover-bg, #f2f2f3)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__this-month span{color:var(--devui-brand, #5e7ce0)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-active span{background-color:var(--devui-list-item-active-bg, #f2f5fc);color:var(--devui-list-item-active-text, #252b3a)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-in-range:not(.devui-date-picker-pro__month-active) span{background:var(--devui-list-item-hover-bg, #f2f2f3);border-radius:0}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-in-range:not(.devui-date-picker-pro__month-active):hover span{background-color:var(--devui-range-item-hover-bg, #e9edfa);border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-start:not(.devui-date-picker-pro__month-end):not(:hover) span{border-radius:var(--devui-border-radius-feedback, 4px) 0 0 var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-end:not(.devui-date-picker-pro__month-start):not(:hover) span{border-radius:0 var(--devui-border-radius-feedback, 4px) var(--devui-border-radius-feedback, 4px) 0}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-disabled{cursor:not-allowed}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-disabled span{color:var(--devui-disabled-text, #cfd0d3);border-radius:0}.devui-range-date-picker-pro--fade-bottom-enter-from,.devui-range-date-picker-pro--fade-bottom-leave-to,.devui-date-picker-pro--fade-bottom-enter-from,.devui-date-picker-pro--fade-bottom-leave-to{opacity:.8;transform:scaleY(.8) translateY(-4px)}.devui-range-date-picker-pro--fade-bottom-enter-to,.devui-range-date-picker-pro--fade-bottom-leave-from,.devui-date-picker-pro--fade-bottom-enter-to,.devui-date-picker-pro--fade-bottom-leave-from{opacity:1;transform:scaleY(.9999) translateY(0)}.devui-range-date-picker-pro--fade-bottom-enter-active,.devui-date-picker-pro--fade-bottom-enter-active{transition:transform .2s cubic-bezier(.16,.75,.5,1),opacity .2s cubic-bezier(.16,.75,.5,1)}.devui-range-date-picker-pro--fade-bottom-leave-active,.devui-date-picker-pro--fade-bottom-leave-active{transition:transform .2s cubic-bezier(.5,0,.84,.25),opacity .2s cubic-bezier(.5,0,.84,.25)}.devui-range-date-picker-pro--fade-top-enter-from,.devui-range-date-picker-pro--fade-top-leave-to,.devui-date-picker-pro--fade-top-enter-from,.devui-date-picker-pro--fade-top-leave-to{opacity:.8;transform:scaleY(.8) translateY(4px)}.devui-range-date-picker-pro--fade-top-enter-to,.devui-range-date-picker-pro--fade-top-leave-from,.devui-date-picker-pro--fade-top-enter-to,.devui-date-picker-pro--fade-top-leave-from{opacity:1;transform:scaleY(.9999) translateY(0)}.devui-range-date-picker-pro--fade-top-enter-active,.devui-date-picker-pro--fade-top-enter-active{transition:transform .2s cubic-bezier(.16,.75,.5,1),opacity .2s cubic-bezier(.16,.75,.5,1)}.devui-range-date-picker-pro--fade-top-leave-active,.devui-date-picker-pro--fade-top-leave-active{transition:transform .2s cubic-bezier(.5,0,.84,.25),opacity .2s cubic-bezier(.5,0,.84,.25)}
|
|
1
|
+
.devui-fixed-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--devui-shadow, rgba(37, 43, 58, .24));opacity:1;z-index:1050}.devui-fixed-overlay--fade-enter-active,.devui-fixed-overlay--fade-leave-active{transition:opacity .1s cubic-bezier(0,0,1,1)}.devui-fixed-overlay--fade-enter-from,.devui-fixed-overlay--fade-leave-to{opacity:0}.devui-flexible-overlay{position:fixed;border-radius:var(--devui-border-radius, 2px);background-color:var(--devui-connected-overlay-bg, #ffffff);box-shadow:var(--devui-shadow-length-connected-overlay, 0 2px 12px 0) var(--devui-shadow, rgba(37, 43, 58, .24));z-index:1000}.devui-flexible-overlay__arrow{position:absolute;width:8px;height:8px;transform:rotate(45deg);background-color:inherit}.devui-popover__icon-wrap{width:16px;height:16px;margin-right:8px}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--success>g>path{fill:var(--devui-success, #50d4ab)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--success>g>circle,.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--success>g>polygon{fill:var(--devui-light-text, #ffffff)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--warning>g>path{fill:var(--devui-warning, #fac20a)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--warning>g>polygon{fill:var(--devui-light-text, #ffffff)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--info>g>g{fill:var(--devui-info, #5e7ce0)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--info>g>circle{fill:var(--devui-light-text, #ffffff)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--error>g>path{fill:var(--devui-danger, #f66f6a)}.devui-popover__icon-wrap .devui-popover__icon.devui-popover__icon--error>g>circle{fill:var(--devui-light-text, #ffffff)}.devui-popover__content.devui-flexible-overlay{display:flex;flex-wrap:wrap;align-items:center;white-space:nowrap;padding:4px 12px;line-height:1.5;border-radius:var(--devui-border-radius-feedback, 4px);color:var(--devui-feedback-overlay-text, #dfe1e6);background-color:var(--devui-feedback-overlay-bg, #464d6e);font-size:var(--devui-font-size-sm, 12px)}.devui-popover__content.devui-flexible-overlay.is-icon{flex-wrap:nowrap}.devui-popover--fade-bottom-enter-from,.devui-popover--fade-bottom-leave-to,.devui-popover--fade-top-enter-from,.devui-popover--fade-top-leave-to{opacity:.8;transform:scaleY(.8)}.devui-popover--fade-bottom-enter-to,.devui-popover--fade-bottom-leave-from,.devui-popover--fade-top-enter-to,.devui-popover--fade-top-leave-from{opacity:1;transform:scaleY(1)}.devui-popover--fade-bottom-enter-active,.devui-popover--fade-top-enter-active{transition:transform .1s cubic-bezier(.16,.75,.5,1),opacity .1s cubic-bezier(.16,.75,.5,1)}.devui-popover--fade-bottom-leave-active,.devui-popover--fade-top-leave-active{transition:transform .1s cubic-bezier(.5,0,.84,.25),opacity .1s cubic-bezier(.5,0,.84,.25)}.devui-popover--fade-left-enter-from,.devui-popover--fade-left-leave-to,.devui-popover--fade-right-enter-from,.devui-popover--fade-right-leave-to{opacity:.8;transform:scaleX(.8)}.devui-popover--fade-left-enter-to,.devui-popover--fade-left-leave-from,.devui-popover--fade-right-enter-to,.devui-popover--fade-right-leave-from{opacity:1;transform:scaleX(1)}.devui-popover--fade-left-enter-active,.devui-popover--fade-right-enter-active{transition:transform .1s cubic-bezier(.16,.75,.5,1),opacity .1s cubic-bezier(.16,.75,.5,1)}.devui-popover--fade-left-leave-active,.devui-popover--fade-right-leave-active{transition:transform .1s cubic-bezier(.5,0,.84,.25),opacity .1s cubic-bezier(.5,0,.84,.25)}.devui-form__label{align-self:flex-start}.devui-form__label--vertical{padding-bottom:8px}.devui-form__label--sm{flex:0 0 80px}.devui-form__label--md{flex:0 0 100px}.devui-form__label--lg{flex:0 0 150px}.devui-form__label--start{text-align:left}.devui-form__label--center{text-align:center}.devui-form__label--end{text-align:end}.devui-form__label-span{display:inline-block;vertical-align:middle;font-size:var(--devui-font-size, 12px);color:var(--devui-aide-text, #71757f)}.devui-form__label--required:before{content:"*";color:red;display:inline-block;margin-right:8px;margin-left:-12px}.devui-form__label--required-right:after{content:"*";color:red;display:inline-block;margin-left:8px}.devui-form__label--required-hide:before,.devui-form__label--required-hide:after{display:none}.devui-form__label-help{position:relative;top:-.1em;display:inline-block;vertical-align:middle;margin-left:4px;cursor:pointer}.devui-form__label-tips-popover .dv-popover__icon-wrap+span{flex:1}.devui-form__control{flex:1 1 auto;position:relative;width:100%}.devui-form__control--horizontal{margin-left:16px}.devui-form__control .devui-star{color:red}.devui-form__control .devui-form__control-container{position:relative}.devui-form__control .devui-form__control-container--horizontal{display:flex;width:100%}.devui-form__control .devui-form__control-container--horizontal .devui-validate-tip{margin:0}.devui-form__control .devui-form__control-container .devui-form__feedback-icon{position:absolute;top:50%;right:0;z-index:1;width:32px;height:16px;text-align:center;visibility:visible;pointer-events:none;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--error svg circle{fill:var(--devui-danger, #f66f6a)}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--error svg polygon{fill:var(--devui-base-bg, #ffffff)}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--success svg circle{fill:var(--devui-success, #50d4ab)}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--success svg polygon{fill:var(--devui-base-bg, #ffffff)}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--pending svg{animation:loading-keyframes 1s infinite linear}.devui-form__control .devui-form__control-container .devui-form__feedback-icon--pending svg path{fill:var(--devui-brand, #5e7ce0)}.devui-form__control .devui-form__control-container--has-feedback{display:flex;align-items:center}.devui-form__control .devui-form__control-container--has-feedback input{padding-right:28px}.devui-form__control .devui-form__control-container--feedback-error{border:1px solid #f66f6a;border-radius:2px}.devui-form__control .devui-form__control-container--feedback-error input{background-color:#ffeeed;border-color:transparent}.devui-form__control .devui-form__control-container--feedback-error input:hover{border-color:transparent!important}.devui-form__control .devui-form__control-container--feedback-error input:focus{border-color:transparent!important}.devui-form__control .devui-form__control-container--feedback-error .devui-select-arrow{right:24px!important}.devui-form__control .devui-form__control-info{line-height:1}.devui-form__control .devui-form__control-info .error-message{display:inline-block;min-height:20px;line-height:1.5;font-size:var(--devui-font-size, 12px);color:var(--devui-danger, #f66f6a)}.devui-form__control .devui-form__control-info .devui-form__control-extra{font-size:var(--devui-font-size, 12px);color:var(--devui-aide-text, #71757f);min-height:20px;line-height:1.5;text-align:justify}@keyframes loading-keyframes{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.devui-form__item--horizontal{display:flex;align-items:center;margin-bottom:20px}.devui-form__item--vertical{display:flex;flex-direction:column;margin-bottom:20px}.devui-form__item--error{margin-bottom:0}.devui-form-operation .star{color:red}.devui-icon__container{display:inline-block;color:var(--devui-icon-fill, #71757f)}.devui-icon__container>*:not(:last-child){vertical-align:middle;margin-right:8px}.devui-icon__container i{vertical-align:middle;transition:all var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1))}.devui-icon--no-slots i,.devui-icon--no-slots img{display:block}.devui-icon--disabled{color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed}.devui-icon--disabled i{color:var(--devui-disabled-text, #cfd0d3)}.devui-icon--operable:not(.devui-icon--disabled){cursor:pointer;transition:color var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1))}.devui-icon--operable:not(.devui-icon--disabled) i{cursor:pointer}.devui-icon--operable:hover:not(.devui-icon--disabled){color:var(--devui-icon-fill-hover, #252b3a)}.devui-icon--operable:hover:not(.devui-icon--disabled).devui-icon__container{background-color:var(--devui-icon-background-hover, var(--devui-list-item-hover-bg, #f2f2f3))}.devui-icon--operable:hover:not(.devui-icon--disabled) i{color:var(--devui-icon-fill-hover, #252b3a)}.devui-icon--operable:active:not(.devui-icon--disabled){color:var(--devui-icon-active-color, var(--devui-icon-fill-active, #252b3a))}.devui-icon--operable:active:not(.devui-icon--disabled).devui-icon__container{background-color:var(--devui-icon-background-active, var(--devui-list-item-active-bg, #f2f5fc))}.devui-icon--operable:active:not(.devui-icon--disabled) i{color:var(--devui-icon-active-color, var(--devui-icon-fill-active, #252b3a))}.devui-icon--operable.devui-icon__container{height:32px;line-height:32px;padding:0 8px;margin-left:-8px;border-radius:var(--devui-border-radius, 2px);transition:all var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1))}.devui-icon--spin{animation:iconSpin 2.5s linear infinite}.devui-svg-icon{vertical-align:middle}@keyframes iconSpin{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.devui-input{width:100%;height:32px;font-size:var(--devui-font-size, 12px)}.devui-input__wrapper{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:0 8px;box-sizing:border-box;border:1px solid var(--devui-form-control-line, #d7d8da);border-radius:var(--devui-border-radius, 2px);background-color:var(--devui-form-control-bg, #ffffff);transition:border-color .3s var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1)),box-shadow var(--devui-animation-duration-base, .2s) var(--devui-animation-ease-in, cubic-bezier(.5, 0, .84, .25));height:100%}.devui-input__wrapper:not(.devui-input--error):not(.devui-input--disabled):not(.devui-input--focus):hover{border-color:var(--devui-form-control-line-hover, #9b9fa8)}.devui-input__wrapper.devui-input--glow-style:not(.devui-input--error):not(.devui-input--disabled):not(.devui-input--focus):hover{box-shadow:0 0 0 4px var(--devui-form-control-interactive-outline, rgba(94, 124, 224, .08));border-color:var(--devui-form-control-line, #d7d8da)}.devui-input--focus:not(.devui-input--error){border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-input--focus.devui-input--glow-style:not(.devui-input--error){box-shadow:0 0 0 4px var(--devui-form-control-interactive-outline, rgba(94, 124, 224, .08));border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-input--disabled{color:var(--devui-disabled-text, #cfd0d3);border-color:var(--devui-disabled-line, #dfe1e6);background-color:var(--devui-disabled-bg, #f5f5f5);cursor:not-allowed}.devui-input--disabled:hover{border-color:var(--devui-disabled-line, #dfe1e6)}.devui-input--disabled .devui-input__inner{color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed}.devui-input--error{border-color:var(--devui-danger-line, #f66f6a);background-color:var(--devui-danger-bg, #ffd5d4)}.devui-input--sm{height:26px;font-size:var(--devui-font-size-sm, 12px)}.devui-input--sm .devui-input__clear--icon{width:14px;height:14px}.devui-input--lg{height:46px;font-size:var(--devui-font-size-lg, 14px)}.devui-input--lg .devui-input__clear--icon{width:18px;height:18px}.devui-input--feedback{padding-right:28px}.devui-input__inner{width:100%;height:100%;color:var(--devui-text, #252b3a);font-size:inherit;padding:4px 0;border:none;background:none;outline:none;box-sizing:border-box}.devui-input__inner::placeholder{color:var(--devui-placeholder, #babbc0)}.devui-input--prepend .devui-input__wrapper{border-top-left-radius:0;border-bottom-left-radius:0}.devui-input--append .devui-input__wrapper{border-top-right-radius:0;border-bottom-right-radius:0}.devui-input-slot{display:inline-flex;width:100%;align-items:stretch}.devui-input-slot__prepend,.devui-input-slot__append{color:var(--devui-text);position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:100%;padding:0 20px;white-space:nowrap;border:1px solid var(--devui-form-control-line, #d7d8da);border-radius:var(--devui-border-radius, 2px);background-color:var(--devui-form-control-bg, #ffffff)}.devui-input-slot__prepend .devui-button,.devui-input-slot__prepend .devui-select .devui-select__selection,.devui-input-slot__append .devui-button,.devui-input-slot__append .devui-select .devui-select__selection{border:none!important;background-color:transparent!important;color:inherit}.devui-input-slot__prepend .devui-button,.devui-input-slot__prepend .devui-select__selection,.devui-input-slot__append .devui-button,.devui-input-slot__append .devui-select__selection{margin:0 -20px}.devui-input-slot__prepend{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.devui-input-slot__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.devui-input-slot__prefix,.devui-input-slot__suffix{display:inline-flex;white-space:nowrap;flex-shrink:0;flex-wrap:nowrap;align-items:center}.devui-input-slot__prefix>*{margin-right:8px}.devui-input-slot__suffix>*{margin-left:8px}.devui-input__clear--icon,.devui-input__password--icon{cursor:pointer}.devui-input__clear--icon path{fill:var(--devui-shape-icon-fill, #d7d8da);transition:all var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1)) var(--devui-animation-duration-slow, .3s)}.devui-input__clear--icon:hover path{fill:var(--devui-shape-icon-fill-hover, #babbc0)}.devui-input--gray-style:not(.devui-input--disabled) .devui-input__wrapper:not(.devui-input--error){background:#f5f5f5;border-color:#f5f5f5}.devui-input--gray-style:not(.devui-input--disabled) .devui-input__wrapper:not(.devui-input--error):hover{background:#ebebeb;border-color:#ebebeb}body[ui-theme=galaxy-theme] .devui-input__inner:-webkit-autofill,body[ui-theme=galaxy-theme] .devui-input__inner:-webkit-autofill:hover,body[ui-theme=galaxy-theme] .devui-input__inner:-webkit-autofill:focus,body[ui-theme=galaxy-theme] .devui-input__inner:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;box-shadow:0 0 0 1000px transparent inset!important;caret-color:#fff}body[ui-theme=galaxy-theme] .devui-input__inner:-internal-autofill-previewed,body[ui-theme=galaxy-theme] .devui-input__inner:-internal-autofill-selected{-webkit-text-fill-color:var(--devui-text, #252b3a);transition:background-color 99999s ease-out .5s}.devui-scroll-box{width:100%;height:100%;overflow:hidden;position:relative}.devui-scroll-box *{user-select:none}.devui-scroll-box .box-content{position:static;height:100%;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}.devui-scroll-box .box-content-behavior-auto{scroll-behavior:auto}.devui-scroll-box .box-sroll{width:8px;height:100%;position:absolute;right:0;top:0;opacity:0;background-color:#d46b6b00}.devui-scroll-box .box-sroll .scroll-child{width:100%;position:absolute;top:0;right:0;background:var(--devui-line, #d7d8da);border-radius:8px}.devui-popup-line{width:100%;height:256px;border-bottom:1px solid var(--devui-dividing-line, #f2f2f3);display:flex}.devui-popup-line .time-item{height:100%;display:inline-block;border-right:1px solid var(--devui-dividing-line, #f2f2f3);overflow-y:auto}.devui-popup-line .time-item:last-child{border-right:none}.devui-popup-line .time-item .time-ul{width:100%;height:100%;cursor:pointer;padding:0;margin:0 auto;list-style:none}.devui-popup-line .time-item .time-ul .time-li{display:block;box-sizing:border-box;list-style:none;text-align:center;margin:0 0 6px;height:26px;overflow:hidden;line-height:26px;font-size:0;color:var(--devui-text, #252b3a)}.devui-popup-line .time-item .time-ul .time-li:hover{background-color:var(--devui-list-item-hover-bg, #f2f2f3);color:var(--devui-list-item-hover-text, #252b3a)}.devui-popup-line .time-item .time-ul .time-li span{display:block;font-size:var(--devui-font-size-md, 12px)}.devui-popup-line .time-item .time-ul:last-child:after{content:"";display:block;height:224px}.devui-popup-line .time-item .time-ul .active-li,.devui-popup-line .time-item .time-ul .active-li:hover{background-color:var(--devui-list-item-active-bg, #f2f5fc);color:var(--devui-list-item-active-text, #252b3a)}.devui-popup-line .time-item .time-ul .disabled-li{background-color:var(--devui-disabled-bg, #f5f5f5);color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed}.devui-icon-group{display:inline-flex;align-items:center}.devui-icon-group>.devui-icon__container:not(.devui-icon--operable){padding:8px;margin-left:0}.devui-icon-group>.devui-icon__container:not(.devui-icon--operable):first-child{margin-left:-8px}.devui-icon-group>*:not(:first-child){margin-left:0}@keyframes devui-busy-spinner-anim{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.5)}to{transform:rotate(360deg) scale(1)}}.devui-loading__mask{z-index:var(--devui-z-index-full-page-overlay, 1080);position:absolute;left:0;right:0;bottom:0;top:0;background-color:var(--devui-line, #d7d8da);opacity:.3}.devui-loading__wrapper{text-align:center}.devui-loading--full{position:fixed;left:0;right:0;bottom:0;top:0;z-index:var(--devui-z-index-full-page-overlay, 1080)}.devui-loading--hidden{overflow:hidden}.devui-loading__text{margin-left:10px}.devui-loading__area{position:absolute;transform:translate(-50%,-50%);padding:12px 14px;background:var(--devui-base-bg, #ffffff);border-radius:var(--devui-border-radius-card, 6px)}.devui-loading__busy-default-spinner{position:relative;display:inline-block;width:15px;height:15px;animation:devui-busy-spinner-anim 1s linear infinite}.devui-loading__busy-default-spinner div{position:absolute;left:44.5%;top:37%;width:6px;height:6px;border-radius:50%}.devui-loading__busy-default-spinner .devui-loading__bar1{top:0;left:0;background:#5e7ce0;background:var(--devui-brand, #5e7ce0)}.devui-loading__busy-default-spinner .devui-loading__bar2{top:0;left:9px;background:#859bff;background:var(--devui-brand-foil, #859bff)}.devui-loading__busy-default-spinner .devui-loading__bar3{top:9px;left:0;background:#859bff;background:var(--devui-brand-foil, #859bff)}.devui-loading__busy-default-spinner .devui-loading__bar4{top:9px;left:9px;background:#5e7ce0;background:var(--devui-brand, #5e7ce0)}.devui-button{position:relative;padding:var(--devui-btn-padding, 0 20px);font-size:var(--devui-font-size-md, 12px);height:32px;line-height:var(--devui-line-height-base, 1.5);border-radius:var(--devui-border-radius, 2px);border-width:1px;border-color:transparent;background-color:transparent;overflow:hidden}.devui-button.mousedown:not(:disabled){transform:scale(.95)}.devui-button .water-wave{position:absolute;background-color:var(--devui-base-bg, #ffffff);border-radius:50%;opacity:0;width:20px;height:20px;transform:translate(-50%,-50%);animation:waterWave var(--devui-animation-duration-slow, .3s) var(--devui-animation-linear, cubic-bezier(0, 0, 1, 1))}.devui-button:hover{cursor:pointer}.devui-button:disabled{cursor:not-allowed}.devui-button--is-loading{pointer-events:none}.devui-button--solid{color:var(--devui-light-text, #ffffff);min-width:64px}.devui-button--solid i{color:var(--devui-light-text, #ffffff)}.devui-button--solid--secondary{color:var(--devui-text, #252b3a);border-color:var(--devui-btn-common-border-color, var(--devui-line, #d7d8da));background-color:var(--devui-btn-common-bg, var(--devui-base-bg, #ffffff))}.devui-button--solid--secondary:hover{color:var(--devui-btn-common-color-hover, var(--devui-brand-active, #526ecc));border-color:var(--devui-btn-common-border-color-hover, var(--devui-form-control-line-active, #5e7ce0));background-color:var(--devui-btn-common-bg-hover, var(--devui-base-bg, #ffffff))}.devui-button--solid--secondary:focus{color:var(--devui-btn-common-color-active, var(--devui-brand-active, #526ecc));border-color:var(--devui-btn-common-border-color-active, var(--devui-form-control-line-active, #5e7ce0));background-color:var(--devui-btn-common-bg-hover, var(--devui-base-bg, #ffffff))}.devui-button--solid--secondary:active{color:var(--devui-btn-common-color-active, var(--devui-brand-active, #526ecc));border-color:var(--devui-btn-common-border-color-active, var(--devui-form-control-line-active, #5e7ce0));background-color:var(--devui-btn-common-bg-hover, var(--devui-base-bg, #ffffff))}.devui-button--solid--secondary:disabled{opacity:.8}.devui-button--solid--primary{background-color:var(--devui-primary, #5e7ce0)}.devui-button--solid--primary:hover{background-color:var(--devui-primary-hover, #7693f5)}.devui-button--solid--primary:focus{background-color:var(--devui-primary-hover, #7693f5)}.devui-button--solid--primary:active{background-color:var(--devui-primary-active, #344899)}.devui-button--solid--primary:disabled{color:var(--devui-light-text, #ffffff);background:var(--devui-primary-disabled, #beccfa);border:none}.devui-button--solid--danger{background-color:var(--devui-contrast, #c7000b)}.devui-button--solid--danger:hover{background-color:var(--devui-contrast-hover, #d64a52)}.devui-button--solid--danger:focus{background-color:var(--devui-contrast-hover, #d64a52)}.devui-button--solid--danger:active{background-color:var(--devui-contrast-active, #b12220)}.devui-button--solid--danger:disabled{background-color:var(--devui-contrast-disabled, #ffbcba)}.devui-button--outline{background-color:var(--devui-block, #ffffff);border-style:solid}.devui-button--outline i{color:var(--devui-text, #252b3a)}.devui-button--outline--secondary{color:var(--devui-text, #252b3a);border-color:var(--devui-line, #d7d8da)}.devui-button--outline--secondary:hover,.devui-button--outline--secondary:focus,.devui-button--outline--secondary:active{color:var(--devui-brand-active, #526ecc);border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-button--outline--secondary:hover i,.devui-button--outline--secondary:focus i,.devui-button--outline--secondary:active i{color:var(--devui-brand-active, #526ecc);border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-button--outline--secondary:disabled{color:var(--devui-disabled-text, #cfd0d3);border-color:var(--devui-disabled-line, #dfe1e6);background-color:var(--devui-disabled-bg, #f5f5f5)}.devui-button--outline--secondary:disabled i{color:var(--devui-disabled-text, #cfd0d3)}.devui-button--outline--primary{color:var(--devui-brand-active, #526ecc);border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-button--outline--primary:hover,.devui-button--outline--primary:focus,.devui-button--outline--primary:active{color:var(--devui-brand-active-focus, #344899);border-color:var(--devui-form-control-line-active-hover, #344899)}.devui-button--outline--primary:hover i,.devui-button--outline--primary:focus i,.devui-button--outline--primary:active i{color:var(--devui-brand-active-focus, #344899);border-color:var(--devui-form-control-line-active-hover, #344899)}.devui-button--outline--primary:disabled{opacity:.8;color:var(--devui-brand-active, #526ecc);border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-button--outline--primary:disabled i{color:var(--devui-brand-active, #526ecc)}.devui-button--outline--danger{color:var(--devui-contrast, #c7000b);border-color:var(--devui-contrast, #c7000b)}.devui-button--outline--danger i{color:var(--devui-contrast, #c7000b)}.devui-button--outline--danger:hover,.devui-button--outline--danger:focus,.devui-button--outline--danger:active,.devui-button--outline--danger:disabled{opacity:.8}.devui-button--text{padding:0}.devui-button--text--secondary{color:var(--devui-text, #252b3a)}.devui-button--text--secondary:hover{color:var(--devui-list-item-hover-text, #252b3a)}.devui-button--text--secondary:focus{color:var(--devui-list-item-hover-text, #252b3a)}.devui-button--text--secondary:active{color:var(--devui-list-item-hover-text, #252b3a)}.devui-button--text--secondary:disabled{color:var(--devui-disabled-text, #cfd0d3)}.devui-button--text--primary{color:var(--devui-brand-active, #526ecc)}.devui-button--text--primary:hover{color:var(--devui-link-active, #526ecc)}.devui-button--text--primary:focus{color:var(--devui-brand-active-focus, #344899)}.devui-button--text--primary:active{color:var(--devui-brand-active-focus, #344899)}.devui-button--text--primary:disabled{opacity:.8}.devui-button--text--danger{color:var(--devui-contrast, #c7000b)}.devui-button--text--danger:hover,.devui-button--text--danger:focus,.devui-button--text--danger:active,.devui-button--text--danger:disabled{opacity:.8}.devui-button--sm{padding:var(--devui-btn-sm-padding, 0 16px);height:24px;font-size:var(--devui-font-size-sm, 12px);min-width:56px}.devui-button--lg{padding:var(--devui-btn-lg-padding, 0 24px);height:40px;font-size:var(--devui-font-size-lg, 14px);min-width:72px}.devui-button.devui-button__icon:not(.devui-button--solid):hover,.devui-button.devui-button__icon:not(.devui-button--solid):focus{border:1px solid var(--devui-list-item-hover-bg, #f2f2f3);background-color:var(--devui-list-item-hover-bg, #f2f2f3)}.devui-button.devui-button__icon:not(.devui-button--solid):disabled{background-color:var(--devui-disabled-bg, #f5f5f5)}.devui-button:not(:disabled).devui-button--text.devui-button__icon-wrap{color:var(--devui-text, #252b3a)}.devui-button:not(:disabled).devui-button--text.devui-button__icon-wrap .devui-button__icon-fix{color:var(--devui-text-weak, #575d6c)}.devui-button:not(:disabled).devui-button--text.devui-button__icon-wrap:hover{color:var(--devui-list-item-hover-text, #252b3a)}.devui-button:not(:disabled).devui-button--text.devui-button__icon-wrap:hover .devui-button__icon-fix{color:var(--devui-icon-fill-active, #252b3a)}.devui-button:not(:disabled).devui-button--text.devui-button__icon-wrap:hover .button-content{color:var(--devui-brand, #5e7ce0)}.devui-button--circle{border-radius:100%}.devui-button--round{border-radius:20px}.devui-loading .devui-loading-default-spinner div{background-color:var(--devui-text, #252b3a)}.devui-button{transition:background-color var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1)),border-color var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1)),color var(--devui-animation-duration-slow, .3s) var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1));white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;border-style:solid}.devui-button.devui-button__icon{padding:8px;line-height:1em;min-width:unset}.devui-button.devui-button__icon:not(.devui-button--circle){border:1px solid transparent}.devui-button.devui-button__icon.devui-button--sm{padding:4px;min-width:24px}.devui-button.devui-button__icon.devui-button--lg .icon{font-size:var(--devui-font-size-icon, 16px)}.devui-button.devui-button__icon.devui-button--lg{min-width:32px}.devui-button.devui-button__icon.devui-button--circle{width:32px}.devui-button.devui-button__icon.devui-button--circle.devui-button--sm{width:24px}.devui-button.devui-button__icon.devui-button--circle.devui-button--lg{width:40px}.devui-button:not(.devui-button__icon) .icon-fix{font-size:var(--devui-font-size-icon, 16px)}.devui-button__icon-fix{position:relative;font-size:var(--devui-font-size, 12px)}.button-content{display:inline-block;position:relative}.clear-right-5{margin-right:5px}.loading-icon__container{display:inline-flex;align-items:center;margin-right:5px}.loading-icon__container .button-icon-loading{animation:rotating 1.5s linear infinite}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes waterWave{0%{opacity:.2;width:30px;height:30px}to{opacity:0;width:200px;height:200px}}.devui-button-group{display:flex}.devui-button-group>*{position:relative}.devui-button-group>*:not(:first-child),.devui-button-group>*:not(:first-child) .devui-button{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.devui-button-group>*:not(:first-child).devui-button--solid--primary,.devui-button-group>*:not(:first-child) .devui-button.devui-button--solid--primary{border-left:1px solid var(--devui-brand-hover, #7693f5);margin-left:0}.devui-button-group>*:not(:last-child),.devui-button-group>*:not(:last-child) .devui-button{border-top-right-radius:0;border-bottom-right-radius:0}.devui-button-group>*:hover,.devui-button-group>*:active{z-index:1}.devui-button-group>*:focus-within{z-index:1}.devui-date-picker-pro{display:inline-block;background-color:var(--devui-base-bg, #ffffff)}.devui-date-picker-pro .devui-date-picker-pro__single-picker{position:relative}.devui-date-picker-pro .devui-date-picker-pro__single-picker-icon{display:inline-flex;align-items:center}.devui-date-picker-pro .devui-date-picker-pro__single-picker .devui-input-slot__suffix{cursor:pointer}.devui-date-picker-pro .devui-date-picker-pro__single-picker .close-icon{width:16px;height:16px;display:inline-flex;line-height:12px;align-items:center}.devui-date-picker-pro .devui-date-picker-pro__single-picker .close-icon svg path{fill:var(--devui-shape-icon-fill, #d7d8da)}.devui-date-picker-pro .devui-date-picker-pro__single-picker .close-icon:hover svg path{fill:var(--devui-shape-icon-fill-active, #babbc0)}.devui-date-picker-pro .devui-date-picker-pro__single-picker .devui-date-picker-pro--icon-visible{visibility:visible}.devui-date-picker-pro .devui-date-picker-pro__single-picker .devui-date-picker-pro--icon-hidden{visibility:hidden}.devui-date-picker-pro__panel{width:max-content}.devui-date-picker-pro__panel-content{display:flex}.devui-date-picker-pro__panel-footer{border-top:1px solid var(--devui-dividing-line, #f2f2f3);padding:8px}.devui-date-picker-pro__panel-footer-center{text-align:center}.devui-date-picker-pro__panel-right-area{padding:8px 16px;display:inline-block;height:305px;font-size:var(--devui-font-size-sm, 12px);overflow:auto;-ms-overflow-style:none;scrollbar-width:none;border-left:1px solid var(--devui-dividing-line, #f2f2f3)}.devui-date-picker-pro__panel-right-area::-webkit-scrollbar{width:0!important}.devui-date-picker-pro__calendar-panel{text-align:center;display:flex}.devui-date-picker-pro__calendar-panel--year-list{display:inline-block;width:80px;height:305px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.devui-date-picker-pro__calendar-panel--year-list::-webkit-scrollbar{width:0!important}.devui-date-picker-pro__calendar-panel--year-list-item{background-color:var(--devui-global-bg, #f6f6f8)}.devui-date-picker-pro__calendar-panel--year-list-item .devui-date-picker-pro__year-title{font-size:var(--devui-font-size-md, 12px);font-weight:700;line-height:30px;cursor:pointer}.devui-date-picker-pro__calendar-panel--year-list-item .devui-date-picker-pro__month-title{font-size:var(--devui-font-size-sm, 12px);line-height:30px;cursor:pointer}.devui-date-picker-pro__calendar-panel--year-list-item.devui-date-picker-pro__year-title-active{background-color:var(--devui-base-bg, #ffffff)}.devui-date-picker-pro__calendar-panel--year-list-item:hover:not(.devui-date-picker-pro__year-title-active){background-color:var(--devui-list-item-selected-bg, #f2f5fc)}.devui-date-picker-pro__calendar-panel--main{padding:4px;display:inline-block;width:253px;height:305px;font-size:var(--devui-font-size-sm, 12px);overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.devui-date-picker-pro__calendar-panel--main::-webkit-scrollbar{width:0!important}.devui-date-picker-pro__calendar-panel--main .devui-date-picker-pro__calendar-table tr,.devui-date-picker-pro__calendar-panel--main .devui-date-picker-pro__calendar-table td{border:none;padding:0;text-align:center;font-size:var(--devui-font-size-sm, 12px)}.devui-date-picker-pro__tbody-wrapper{height:270px;width:100%;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.devui-date-picker-pro__tbody-wrapper::-webkit-scrollbar{width:0!important}.devui-date-picker-pro__calendar-table{border-spacing:0;margin:0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-week-header td{width:35px;height:22px;padding:0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-title{text-align:start;line-height:26px;color:var(--devui-aide-text, #71757f);padding-left:8px}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content{color:var(--devui-text, #252b3a);border-spacing:0 4px;border-collapse:separate;margin:0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date{padding:0 4px;width:30px}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date span{cursor:pointer;display:block;width:22px;height:22px;line-height:22px;border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date:not(.devui-date-picker-pro__table-date-selected):not(.devui-date-picker-pro__table-date-disabled):hover span{background-color:var(--devui-range-item-hover-bg, #e9edfa)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-today span{color:var(--devui-brand, #5e7ce0)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-selected span,.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-start span,.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-end span{background-color:var(--devui-list-item-active-bg, #f2f5fc);color:var(--devui-list-item-active-text, #252b3a)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-in-range{background-color:var(--devui-list-item-hover-bg, #f2f2f3)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-in-range span:hover{background-color:var(--devui-range-item-hover-bg, #e9edfa)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-start:not(.devui-date-picker-pro__table-date-end){position:relative}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-start:not(.devui-date-picker-pro__table-date-end):after{content:"";display:block;position:absolute;width:8px;height:22px;background-color:var(--devui-list-item-hover-bg, #f2f2f3);right:0;top:0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-start:not(.devui-date-picker-pro__table-date-end):hover:after{display:none}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-start:not(.devui-date-picker-pro__table-date-end) span:not(:hover){border-radius:var(--devui-border-radius-feedback, 4px) 0 0 var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-end:not(.devui-date-picker-pro__table-date-start){position:relative}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-end:not(.devui-date-picker-pro__table-date-start):after{content:"";display:block;position:absolute;width:5px;height:22px;background-color:var(--devui-list-item-hover-bg, #f2f2f3);left:0;top:0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-end:not(.devui-date-picker-pro__table-date-start):hover:after{display:none}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-end:not(.devui-date-picker-pro__table-date-start) span:not(:hover){border-radius:0 var(--devui-border-radius-feedback, 4px) var(--devui-border-radius-feedback, 4px) 0}.devui-date-picker-pro__calendar-table .devui-date-picker-pro__table-month-content .devui-date-picker-pro__table-date.devui-date-picker-pro__table-date-disabled span{color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed}.devui-date-picker-pro__panel-time{display:inline-block;border-left:1px solid var(--devui-dividing-line, #f2f2f3);height:305px;text-align:center;width:115px}.devui-date-picker-pro__panel-time--title{display:flex;height:30px}.devui-date-picker-pro__panel-time--title-item{flex:1 1 0%;line-height:30px}.devui-date-picker-pro__panel-time .devui-time-list,.devui-date-picker-pro__panel-time .devui-time-list .time-item{border:none}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .time-li{padding:0 7px;line-height:22px;height:22px;margin-bottom:8px}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .time-li:hover{background-color:transparent}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .time-li span{font-size:var(--devui-font-size-sm, 12px);border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .time-li span:hover{background-color:var(--devui-list-item-hover-bg, #f2f2f3);color:var(--devui-list-item-hover-text, #252b3a)}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .active-li{background-color:transparent}.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .active-li span,.devui-date-picker-pro__panel-time .devui-time-list .time-item .time-ul .active-li span:hover{background-color:var(--devui-list-item-active-bg, #f2f5fc);color:var(--devui-list-item-active-text, #252b3a)}.devui-range-date-picker-pro{display:inline-block;background-color:var(--devui-base-bg, #ffffff)}.devui-range-date-picker-pro.devui-range-date-picker-pro__range-width{width:300px}.devui-range-date-picker-pro.devui-range-date-picker-pro__range-time-width{width:400px}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker{display:flex;justify-content:center;align-items:center;position:relative;box-sizing:border-box;width:100%;min-height:24px;border:1px solid var(--devui-form-control-line, #d7d8da);border-radius:var(--devui-border-radius, 2px);background-color:var(--devui-form-control-bg, #ffffff);transition:border-color .3s var(--devui-animation-ease-in-out-smooth, cubic-bezier(.645, .045, .355, 1)),box-shadow var(--devui-animation-duration-base, .2s) var(--devui-animation-ease-in, cubic-bezier(.5, 0, .84, .25))}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker:not(.devui-range-date-picker-pro--error,.devui-range-date-picker-pro--disabled,.devui-range-date-picker-pro--glow-style):hover{border-color:var(--devui-form-control-line-hover, #9b9fa8)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro__input{flex:1 1}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-input{display:inline-block;height:26px;width:100%}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-input__wrapper{border:none}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-input.devui-input--sm{height:24px}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-input.devui-input--lg{height:44px}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro__start .devui-input--feedback{padding-right:0}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro__active-input .devui-input__inner{color:var(--devui-brand, #5e7ce0)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro__normal-input .devui-input__inner{color:var(--devui-text, #252b3a)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro__separator{display:inline-block;padding:0 4px}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-input-slot__suffix{cursor:pointer}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker-icon{display:inline-flex;align-items:center}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .close-icon{width:16px;height:16px;display:inline-flex;line-height:12px;align-items:center}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .close-icon svg path{fill:var(--devui-shape-icon-fill, #d7d8da)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .close-icon:hover svg path{fill:var(--devui-shape-icon-fill-active, #babbc0)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro--icon-visible{visibility:visible}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker .devui-range-date-picker-pro--icon-hidden{visibility:hidden}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker.devui-range-date-picker-pro--disabled{color:var(--devui-disabled-text, #cfd0d3);border-color:var(--devui-disabled-line, #dfe1e6);background-color:var(--devui-disabled-bg, #f5f5f5);cursor:not-allowed}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker.devui-range-date-picker-pro--disabled:hover{border-color:var(--devui-disabled-line, #dfe1e6)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker.devui-range-date-picker-pro--disabled .devui-input__inner{color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker.devui-range-date-picker-pro--error{border-color:var(--devui-danger-line, #f66f6a);background-color:var(--devui-danger-bg, #ffd5d4)}.devui-range-date-picker-pro .devui-range-date-picker-pro__range-picker.devui-range-date-picker-pro--glow-style:hover{box-shadow:0 0 0 4px var(--devui-form-control-interactive-outline, rgba(94, 124, 224, .08))}.devui-range-date-picker-pro--open .devui-range-date-picker-pro__range-picker{border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-range-date-picker-pro--open .devui-range-date-picker-pro__range-picker:not(.devui-range-date-picker-pro--error):not(.devui-range-date-picker-pro--disabled):hover{border-color:var(--devui-form-control-line-active, #5e7ce0)}.devui-range-date-picker-pro--open .devui-range-date-picker-pro--glow-style{box-shadow:0 0 0 4px var(--devui-form-control-interactive-outline, rgba(94, 124, 224, .08))}.devui-date-picker-pro__year-calendar-panel{height:200px;width:204px;padding:8px 12px;font-size:var(--devui-font-size-sm, 12px)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list{width:184px;height:186px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list::-webkit-scrollbar{width:0}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-list-item{display:flex;padding:4px 0;height:48px}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title{width:60px;height:40px;line-height:40px;text-align:center;cursor:pointer;border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title:hover:not(.devui-date-picker-pro__year-active):not(.devui-date-picker-pro__year-disabled){background-color:var(--devui-list-item-hover-bg, #f2f2f3)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__this-year{color:var(--devui-brand, #5e7ce0)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-active{background-color:var(--devui-list-item-active-bg, #f2f5fc);color:var(--devui-list-item-active-text, #252b3a)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-in-range:not(.devui-date-picker-pro__year-active){background:var(--devui-list-item-hover-bg, #f2f2f3);border-radius:0}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-in-range:not(.devui-date-picker-pro__year-active):hover{background-color:var(--devui-range-item-hover-bg, #e9edfa);border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-start:not(.devui-date-picker-pro__year-end):not(:hover){border-radius:var(--devui-border-radius-feedback, 4px) 0 0 var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-end:not(.devui-date-picker-pro__year-start):not(:hover){border-radius:0 var(--devui-border-radius-feedback, 4px) var(--devui-border-radius-feedback, 4px) 0}.devui-date-picker-pro__year-calendar-panel .devui-date-picker-pro__year-list .devui-date-picker-pro__year-item-title.devui-date-picker-pro__year-disabled{color:var(--devui-disabled-text, #cfd0d3);cursor:not-allowed;border-radius:0}.devui-date-picker-pro__month-calendar-panel{height:300px;text-align:center;font-size:var(--devui-font-size-sm, 12px);display:flex}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__year-list{height:100%;overflow:auto;scrollbar-width:none;display:inline-block;width:80px;-ms-overflow-style:none}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__year-list::-webkit-scrollbar{width:0}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__year-list-item{background-color:var(--devui-global-bg, #f6f6f8);font-size:var(--devui-font-size-md, 12px);height:30px;line-height:30px;cursor:pointer}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__year-list-item.devui-date-picker-pro__year-item-active{background-color:var(--devui-base-bg, #ffffff)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__year-list-item:hover:not(.devui-date-picker-pro__year-item-active){background-color:var(--devui-list-item-selected-bg, #f2f5fc)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper{height:300px;width:208px;padding:4px;display:inline-block}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__month-list{height:100%;width:100%;overflow:auto;scrollbar-width:none}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__month-list::-webkit-scrollbar{width:0}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__month-list tr,.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__month-list td{text-align:center;border:none;padding:0;font-size:var(--devui-font-size-sm, 12px)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-title{text-align:start;line-height:26px;color:var(--devui-aide-text, #71757f);padding-left:8px}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content{color:var(--devui-text, #252b3a);margin:0}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item{width:60px;height:40px;padding:4px 0;box-sizing:border-box;text-align:center;cursor:pointer}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item span{cursor:pointer;display:block;height:32px;line-height:32px;border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item:hover:not(.devui-date-picker-pro__month-active):not(.devui-date-picker-pro__month-disabled) span{background-color:var(--devui-list-item-hover-bg, #f2f2f3)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__this-month span{color:var(--devui-brand, #5e7ce0)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-active span{background-color:var(--devui-list-item-active-bg, #f2f5fc);color:var(--devui-list-item-active-text, #252b3a)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-in-range:not(.devui-date-picker-pro__month-active) span{background:var(--devui-list-item-hover-bg, #f2f2f3);border-radius:0}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-in-range:not(.devui-date-picker-pro__month-active):hover span{background-color:var(--devui-range-item-hover-bg, #e9edfa);border-radius:var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-start:not(.devui-date-picker-pro__month-end):not(:hover) span{border-radius:var(--devui-border-radius-feedback, 4px) 0 0 var(--devui-border-radius-feedback, 4px)}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-end:not(.devui-date-picker-pro__month-start):not(:hover) span{border-radius:0 var(--devui-border-radius-feedback, 4px) var(--devui-border-radius-feedback, 4px) 0}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-disabled{cursor:not-allowed}.devui-date-picker-pro__month-calendar-panel .devui-date-picker-pro__month-wrapper .devui-date-picker-pro__table-month-content .devui-date-picker-pro__month-item.devui-date-picker-pro__month-disabled span{color:var(--devui-disabled-text, #cfd0d3);border-radius:0}.devui-range-date-picker-pro--fade-bottom-enter-from,.devui-range-date-picker-pro--fade-bottom-leave-to,.devui-date-picker-pro--fade-bottom-enter-from,.devui-date-picker-pro--fade-bottom-leave-to{opacity:.8;transform:scaleY(.8) translateY(-4px)}.devui-range-date-picker-pro--fade-bottom-enter-to,.devui-range-date-picker-pro--fade-bottom-leave-from,.devui-date-picker-pro--fade-bottom-enter-to,.devui-date-picker-pro--fade-bottom-leave-from{opacity:1;transform:scaleY(.9999) translateY(0)}.devui-range-date-picker-pro--fade-bottom-enter-active,.devui-date-picker-pro--fade-bottom-enter-active{transition:transform .2s cubic-bezier(.16,.75,.5,1),opacity .2s cubic-bezier(.16,.75,.5,1)}.devui-range-date-picker-pro--fade-bottom-leave-active,.devui-date-picker-pro--fade-bottom-leave-active{transition:transform .2s cubic-bezier(.5,0,.84,.25),opacity .2s cubic-bezier(.5,0,.84,.25)}.devui-range-date-picker-pro--fade-top-enter-from,.devui-range-date-picker-pro--fade-top-leave-to,.devui-date-picker-pro--fade-top-enter-from,.devui-date-picker-pro--fade-top-leave-to{opacity:.8;transform:scaleY(.8) translateY(4px)}.devui-range-date-picker-pro--fade-top-enter-to,.devui-range-date-picker-pro--fade-top-leave-from,.devui-date-picker-pro--fade-top-enter-to,.devui-date-picker-pro--fade-top-leave-from{opacity:1;transform:scaleY(.9999) translateY(0)}.devui-range-date-picker-pro--fade-top-enter-active,.devui-date-picker-pro--fade-top-enter-active{transition:transform .2s cubic-bezier(.16,.75,.5,1),opacity .2s cubic-bezier(.16,.75,.5,1)}.devui-range-date-picker-pro--fade-top-leave-active,.devui-date-picker-pro--fade-top-leave-active{transition:transform .2s cubic-bezier(.5,0,.84,.25),opacity .2s cubic-bezier(.5,0,.84,.25)}
|
package/dragdrop-new/index.es.js
CHANGED
|
@@ -56,8 +56,8 @@ function __generator(thisArg, body) {
|
|
|
56
56
|
if (t[0] & 1)
|
|
57
57
|
throw t[1];
|
|
58
58
|
return t[1];
|
|
59
|
-
}, trys: [], ops: [] }, f, y, t, g;
|
|
60
|
-
return g =
|
|
59
|
+
}, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
60
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
|
61
61
|
return this;
|
|
62
62
|
}), g;
|
|
63
63
|
function verb(n) {
|
|
@@ -180,16 +180,24 @@ function __asyncGenerator(thisArg, _arguments, generator) {
|
|
|
180
180
|
if (!Symbol.asyncIterator)
|
|
181
181
|
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
182
182
|
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
183
|
-
return i =
|
|
183
|
+
return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function() {
|
|
184
184
|
return this;
|
|
185
185
|
}, i;
|
|
186
|
-
function
|
|
187
|
-
|
|
186
|
+
function awaitReturn(f) {
|
|
187
|
+
return function(v) {
|
|
188
|
+
return Promise.resolve(v).then(f, reject);
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
function verb(n, f) {
|
|
192
|
+
if (g[n]) {
|
|
188
193
|
i[n] = function(v) {
|
|
189
194
|
return new Promise(function(a, b) {
|
|
190
195
|
q.push([n, v, a, b]) > 1 || resume(n, v);
|
|
191
196
|
});
|
|
192
197
|
};
|
|
198
|
+
if (f)
|
|
199
|
+
i[n] = f(i[n]);
|
|
200
|
+
}
|
|
193
201
|
}
|
|
194
202
|
function resume(n, v) {
|
|
195
203
|
try {
|