bkui-vue 1.0.3-beta.9 → 2.0.1-beta.10
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/dist/index.cjs.js +162 -164
- package/dist/index.esm.js +31999 -29678
- package/dist/index.umd.js +162 -164
- package/dist/locale/en.esm.js +1 -1
- package/dist/locale/en.esm.js.map +1 -1
- package/dist/locale/en.umd.js +1 -1
- package/dist/locale/en.umd.js.map +1 -1
- package/dist/locale/zh-cn.esm.js +1 -1
- package/dist/locale/zh-cn.esm.js.map +1 -1
- package/dist/locale/zh-cn.umd.js +1 -1
- package/dist/locale/zh-cn.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.variable.css +3 -0
- package/lib/affix/index.js +7 -7
- package/lib/alert/alert.d.ts +5 -5
- package/lib/alert/alert.variable.css +3 -0
- package/lib/alert/index.d.ts +11 -11
- package/lib/backtop/backtop.d.ts +1 -1
- package/lib/backtop/backtop.variable.css +3 -0
- package/lib/backtop/index.d.ts +3 -3
- package/lib/backtop/index.js +6 -6
- package/lib/badge/badge.variable.css +3 -0
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb.variable.css +3 -0
- package/lib/button/button.d.ts +7 -7
- package/lib/button/button.variable.css +3 -0
- package/lib/button/index.d.ts +8 -8
- package/lib/button/index.js +6 -6
- package/lib/card/card.variable.css +3 -0
- package/lib/cascader/cascader-panel.d.ts +1 -1
- package/lib/cascader/cascader.css +3 -3
- package/lib/cascader/cascader.d.ts +1 -1
- package/lib/cascader/cascader.less +4 -4
- package/lib/cascader/cascader.variable.css +6 -3
- package/lib/cascader/index.js +35 -36
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/checkbox.variable.css +3 -0
- package/lib/checkbox/index.js +7 -7
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/code-diff.variable.css +3 -0
- package/lib/code-diff/index.js +8 -8
- package/lib/collapse/collapse.css +11 -0
- package/lib/collapse/collapse.d.ts +11 -0
- package/lib/collapse/collapse.less +15 -1
- package/lib/collapse/collapse.variable.css +14 -0
- package/lib/collapse/index.d.ts +23 -0
- package/lib/collapse/index.js +11 -3
- package/lib/collapse/props.d.ts +8 -0
- package/lib/collapse/utils.d.ts +2 -2
- package/lib/collapse-transition/collapse-transition.variable.css +3 -0
- package/lib/color-picker/color-picker.css +3 -3
- package/lib/color-picker/color-picker.less +3 -3
- package/lib/color-picker/color-picker.variable.css +6 -3
- package/lib/color-picker/index.js +45 -45
- package/lib/components.d.ts +32 -30
- package/lib/components.js +31 -29
- package/lib/config-provider/config-provider.d.ts +3 -0
- package/lib/config-provider/config-provider.variable.css +3 -0
- package/lib/config-provider/index.d.ts +5 -1
- package/lib/config-provider/token.d.ts +1 -0
- package/lib/container/container.variable.css +3 -0
- package/lib/container/index.js +6 -6
- package/lib/date-picker/base/date-table.d.ts +1 -1
- package/lib/date-picker/base/month-table.d.ts +3 -3
- package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
- package/lib/date-picker/base/year-table.d.ts +3 -3
- package/lib/date-picker/date-picker.d.ts +1 -0
- package/lib/date-picker/date-picker.variable.css +3 -0
- package/lib/date-picker/index.d.ts +3 -0
- package/lib/date-picker/index.js +340 -224
- package/lib/date-picker/interface.d.ts +9 -9
- package/lib/date-picker/panel/date-range.d.ts +2 -64
- package/lib/date-picker/panel/date.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +1 -1
- package/lib/date-picker/panel/time.d.ts +1 -1
- package/lib/date-picker/props.d.ts +1 -1
- package/lib/date-picker/time-picker.d.ts +1 -0
- package/lib/date-picker/utils.d.ts +9 -1
- package/lib/dialog/dialog.css +172 -150
- package/lib/dialog/dialog.d.ts +55 -124
- package/lib/dialog/dialog.less +51 -124
- package/lib/dialog/dialog.variable.css +175 -150
- package/lib/dialog/index.d.ts +132 -296
- package/lib/dialog/index.js +244 -246
- package/lib/dialog/props.d.ts +16 -41
- package/lib/directives/index.d.ts +3 -3
- package/lib/directives/index.js +166 -167
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +2 -2
- package/lib/divider/divider.d.ts +5 -5
- package/lib/divider/divider.variable.css +3 -0
- package/lib/divider/index.d.ts +11 -11
- package/lib/divider/index.js +2 -2
- package/lib/divider/props.d.ts +2 -2
- package/lib/dropdown/dropdown.css +3 -1
- package/lib/dropdown/dropdown.d.ts +5 -5
- package/lib/dropdown/dropdown.variable.css +6 -1
- package/lib/dropdown/index.d.ts +11 -11
- package/lib/dropdown/index.js +7 -7
- package/lib/exception/exception.d.ts +9 -9
- package/lib/exception/exception.variable.css +3 -0
- package/lib/exception/index.d.ts +11 -11
- package/lib/exception/index.js +10 -10
- package/lib/exception/typings/index.d.ts +1 -1
- package/lib/fixed-navbar/fixed-navbar.variable.css +3 -0
- package/lib/fixed-navbar/index.js +2 -2
- package/lib/form/form.d.ts +2 -2
- package/lib/form/form.variable.css +3 -0
- package/lib/form/index.js +17 -15
- package/lib/form/type.d.ts +2 -2
- package/lib/icon/image-fill.js +82 -167
- package/lib/icon/img-error.js +82 -167
- package/lib/icon/img-placehoulder.js +82 -167
- package/lib/icon/index.d.ts +12 -11
- package/lib/icon/index.js +87 -2427
- package/lib/icon/info-line.js +82 -167
- package/lib/icon/info.js +82 -167
- package/lib/icon/left-shape.js +82 -167
- package/lib/icon/left-turn-line.js +82 -167
- package/lib/icon/loading.js +82 -167
- package/lib/icon/narrow-line.js +82 -167
- package/lib/icon/original.js +82 -167
- package/lib/icon/pdf-fill.js +82 -167
- package/lib/icon/play-shape.js +82 -167
- package/lib/icon/plus.js +82 -167
- package/lib/icon/ppt-fill.js +82 -167
- package/lib/icon/qq.js +82 -167
- package/lib/icon/right-shape.js +82 -167
- package/lib/icon/right-turn-line.js +82 -167
- package/lib/icon/search.js +82 -167
- package/lib/icon/share.js +82 -167
- package/lib/icon/spinner.js +82 -167
- package/lib/icon/success.js +82 -167
- package/lib/icon/switcher-loading.js +82 -167
- package/lib/icon/text-all.d.ts +4 -0
- package/lib/icon/text-all.js +191 -0
- package/lib/icon/text-file.js +82 -167
- package/lib/icon/text-fill.js +82 -167
- package/lib/icon/transfer.js +82 -167
- package/lib/icon/tree-application-shape.js +82 -167
- package/lib/icon/unfull-screen.js +82 -167
- package/lib/icon/unvisible.js +82 -167
- package/lib/icon/up-shape.js +82 -167
- package/lib/icon/upload.js +82 -167
- package/lib/icon/video-fill.js +82 -167
- package/lib/icon/warn.js +82 -167
- package/lib/icon/weixin-pro.js +82 -167
- package/lib/icon/weixin.js +82 -167
- package/lib/image/image-viewer.d.ts +1 -1
- package/lib/image/image-viewer.variable.css +3 -0
- package/lib/image/image.variable.css +3 -0
- package/lib/image/index.js +25 -22
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- package/lib/info-box/index.d.ts +2 -2
- package/lib/info-box/index.js +257 -516
- package/lib/info-box/info-box.css +58 -28
- package/lib/info-box/info-box.d.ts +25 -23
- package/lib/info-box/info-box.less +82 -51
- package/lib/info-box/info-box.variable.css +61 -28
- package/lib/info-box/render-component.d.ts +4 -0
- package/lib/input/index.d.ts +15 -15
- package/lib/input/index.js +23 -17
- package/lib/input/input.d.ts +15 -15
- package/lib/input/input.variable.css +3 -0
- package/lib/link/index.d.ts +11 -11
- package/lib/link/index.js +3 -3
- package/lib/link/link.d.ts +5 -5
- package/lib/link/link.variable.css +3 -0
- package/lib/loading/index.d.ts +4 -4
- package/lib/loading/index.js +6 -6
- package/lib/loading/loading.d.ts +6 -6
- package/lib/loading/loading.variable.css +3 -0
- package/lib/locale/index.d.ts +1 -1
- package/lib/locale/index.js +4 -2
- package/lib/locale/lang/en.d.ts +1 -0
- package/lib/menu/index.js +0 -1
- package/lib/menu/menu.variable.css +3 -0
- package/lib/menu/submenu.variable.css +3 -0
- package/lib/menu/utils.d.ts +3 -3
- package/lib/message/index.js +18 -18
- package/lib/message/message.variable.css +3 -0
- package/lib/message/messageConstructor.d.ts +11 -11
- package/lib/modal/hooks.d.ts +6 -0
- package/lib/modal/index.d.ts +44 -312
- package/lib/modal/index.js +286 -672
- package/lib/modal/mask.d.ts +6 -0
- package/lib/modal/modal.css +151 -76
- package/lib/modal/modal.d.ts +19 -117
- package/lib/modal/modal.less +103 -56
- package/lib/modal/modal.variable.css +154 -76
- package/lib/modal/props.mixin.d.ts +5 -41
- package/lib/navigation/index.js +20 -20
- package/lib/navigation/navigation.d.ts +1 -1
- package/lib/navigation/navigation.variable.css +3 -0
- package/lib/notify/index.js +4 -4
- package/lib/notify/notify.variable.css +3 -0
- package/lib/overflow-title/components/overflow-title.d.ts +9 -9
- package/lib/overflow-title/index.d.ts +19 -19
- package/lib/overflow-title/index.js +107 -63
- package/lib/overflow-title/props.d.ts +18 -18
- package/lib/pagination/index.js +16 -15
- package/lib/pagination/pagination.variable.css +3 -0
- package/lib/pagination/type.d.ts +1 -1
- package/lib/pagination/use-limit.d.ts +1 -1
- package/lib/pagination/use-total.d.ts +1 -1
- package/lib/plugin-popover/index.d.ts +1 -1
- package/lib/plugin-popover/index.js +62 -44
- package/lib/pop-confirm/index.js +17 -14
- package/lib/pop-confirm/pop-confirm.variable.css +3 -0
- package/lib/pop-confirm/props.d.ts +2 -2
- package/lib/popover/const.d.ts +3 -3
- package/lib/popover/content.d.ts +1 -1
- package/lib/popover/index.d.ts +19 -19
- package/lib/popover/index.js +62 -44
- package/lib/popover/plugin-popover.d.ts +4 -1
- package/lib/popover/popover.css +3 -1
- package/lib/popover/popover.d.ts +7 -7
- package/lib/popover/popover.less +4 -1
- package/lib/popover/popover.variable.css +6 -1
- package/lib/popover/props.d.ts +4 -4
- package/lib/preset.d.ts +2 -0
- package/lib/process/index.js +3 -3
- package/lib/process/process.variable.css +3 -0
- package/lib/progress/index.d.ts +11 -11
- package/lib/progress/index.js +10 -10
- package/lib/progress/progress.d.ts +7 -7
- package/lib/progress/progress.variable.css +3 -0
- package/lib/radio/index.d.ts +29 -0
- package/lib/radio/index.js +49 -31
- package/lib/radio/radio-button.d.ts +10 -0
- package/lib/radio/radio-group.d.ts +10 -0
- package/lib/radio/radio.d.ts +10 -0
- package/lib/radio/radio.variable.css +3 -0
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.js +8 -8
- package/lib/rate/rate.css +27 -0
- package/lib/rate/rate.less +33 -0
- package/lib/rate/rate.variable.css +30 -0
- package/lib/resize-layout/index.d.ts +11 -11
- package/lib/resize-layout/index.js +8 -9
- package/lib/resize-layout/resize-layout.d.ts +5 -5
- package/lib/resize-layout/resize-layout.variable.css +3 -0
- package/lib/scrollbar/index.d.ts +15 -0
- package/lib/scrollbar/index.js +18762 -0
- package/lib/scrollbar/scrollbar-core/can-use-dom.d.ts +2 -0
- package/lib/scrollbar/scrollbar-core/helpers.d.ts +5 -0
- package/lib/scrollbar/scrollbar-core/index.d.ts +241 -0
- package/lib/scrollbar/scrollbar-core/mouse-wheel.d.ts +5 -0
- package/lib/scrollbar/scrollbar-core/scrollbar-width.d.ts +1 -0
- package/lib/scrollbar/scrollbar.css +75 -0
- package/lib/scrollbar/scrollbar.less +94 -0
- package/lib/{rate/star.variable.css → scrollbar/scrollbar.variable.css} +70 -19
- package/lib/search-select/index.d.ts +375 -16
- package/lib/search-select/index.js +754 -419
- package/lib/search-select/input.d.ts +14 -5
- package/lib/search-select/menu.d.ts +1 -1
- package/lib/search-select/search-select.css +20 -6
- package/lib/search-select/search-select.d.ts +129 -7
- package/lib/search-select/search-select.less +16 -12
- package/lib/search-select/search-select.variable.css +23 -6
- package/lib/search-select/selected.d.ts +117 -7
- package/lib/search-select/utils.d.ts +22 -9
- package/lib/select/index.d.ts +185 -67
- package/lib/select/index.js +1396 -136
- package/lib/select/option.d.ts +3 -1
- package/lib/select/pinyin/core.d.ts +14 -0
- package/lib/select/pinyin/dict.d.ts +34 -0
- package/lib/select/pinyin/index.d.ts +2 -0
- package/lib/select/select.css +56 -14
- package/lib/select/select.d.ts +74 -26
- package/lib/select/select.less +70 -21
- package/lib/select/select.variable.css +59 -14
- package/lib/select/selectTagInput.d.ts +13 -6
- package/lib/select/type.d.ts +4 -5
- package/lib/shared/index.d.ts +1 -2
- package/lib/shared/index.js +108 -96
- package/lib/shared/popover.d.ts +3 -3
- package/lib/shared/token.d.ts +1 -1
- package/lib/shared/utils.d.ts +12 -0
- package/lib/shared/vue-types.d.ts +51 -46
- package/lib/shared/z-index-manager.d.ts +6 -6
- package/lib/sideslider/index.d.ts +58 -188
- package/lib/sideslider/index.js +83 -57
- package/lib/sideslider/sideslider.css +26 -90
- package/lib/sideslider/sideslider.d.ts +26 -88
- package/lib/sideslider/sideslider.less +56 -132
- package/lib/sideslider/sideslider.variable.css +29 -90
- package/lib/slider/index.d.ts +19 -0
- package/lib/slider/index.js +64 -26
- package/lib/slider/slider.css +14 -0
- package/lib/slider/slider.d.ts +9 -0
- package/lib/slider/slider.less +15 -0
- package/lib/slider/slider.variable.css +17 -0
- package/lib/steps/index.d.ts +11 -11
- package/lib/steps/index.js +3 -3
- package/lib/steps/steps.d.ts +7 -7
- package/lib/steps/steps.variable.css +3 -0
- package/lib/styles/index.d.ts +0 -1
- package/lib/styles/mixins/animate.variable.css +3 -0
- package/lib/styles/mixins/popper.variable.css +3 -0
- package/lib/styles/mixins/scroll.variable.css +3 -0
- package/lib/styles/reset.css +1 -3
- package/lib/styles/reset.less +3 -6
- package/lib/styles/reset.variable.css +4 -3
- package/lib/styles/themes/themes.less +5 -0
- package/lib/swiper/index.js +5 -5
- package/lib/swiper/swiper.variable.css +3 -0
- package/lib/switcher/index.js +2 -2
- package/lib/switcher/switcher.d.ts +2 -2
- package/lib/switcher/switcher.variable.css +3 -0
- package/lib/tab/index.d.ts +22 -22
- package/lib/tab/index.js +15 -15
- package/lib/tab/props.d.ts +15 -15
- package/lib/tab/tab-nav.d.ts +10 -10
- package/lib/tab/tab.d.ts +10 -10
- package/lib/tab/tab.variable.css +3 -0
- package/lib/table/cache.d.ts +11 -3
- package/lib/table/components/table-cell.d.ts +3 -2
- package/lib/table/components/table-column.d.ts +30 -100
- package/lib/table/const.d.ts +12 -12
- package/lib/table/events.d.ts +21 -21
- package/lib/table/index.d.ts +220 -305
- package/lib/table/index.js +18165 -688
- package/lib/table/plugins/head-filter.css +8 -4
- package/lib/table/plugins/head-filter.less +6 -3
- package/lib/table/plugins/head-filter.variable.css +11 -4
- package/lib/table/plugins/head-sort.variable.css +3 -0
- package/lib/table/plugins/settings.variable.css +3 -0
- package/lib/table/plugins/use-active-columns.d.ts +2 -2
- package/lib/table/plugins/use-column-template.d.ts +7 -0
- package/lib/table/plugins/use-draggable.d.ts +2 -2
- package/lib/table/plugins/use-fixed-column.d.ts +1 -1
- package/lib/table/plugins/use-observer-resize.d.ts +5 -0
- package/lib/table/plugins/use-pagination.d.ts +3 -1
- package/lib/table/plugins/use-shift-key.d.ts +13 -0
- package/lib/table/props.d.ts +49 -39
- package/lib/table/table.css +112 -58
- package/lib/table/table.d.ts +58 -47
- package/lib/table/table.less +46 -58
- package/lib/table/table.variable.css +115 -58
- package/lib/table/use-attributes.d.ts +9 -46
- package/lib/table/use-column.d.ts +18 -139
- package/lib/table/use-common.d.ts +5 -5
- package/lib/table/use-render.d.ts +1 -1
- package/lib/table/utils.d.ts +6 -6
- package/lib/table-column/index.d.ts +127 -431
- package/lib/table-column/index.js +43 -117
- package/lib/tag/index.d.ts +11 -11
- package/lib/tag/index.js +2 -2
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag/tag.variable.css +3 -0
- package/lib/tag-input/common.d.ts +1 -1
- package/lib/tag-input/index.d.ts +12 -12
- package/lib/tag-input/index.js +30 -30
- package/lib/tag-input/tag-input.d.ts +6 -6
- package/lib/tag-input/tag-input.variable.css +3 -0
- package/lib/tag-input/tag-props.d.ts +3 -3
- package/lib/tag-input/tag-render.d.ts +1 -1
- package/lib/time-picker/index.d.ts +38 -35
- package/lib/time-picker/time-picker.variable.css +3 -0
- package/lib/timeline/index.d.ts +80 -44
- package/lib/timeline/index.js +56 -67
- package/lib/timeline/timeline.d.ts +46 -29
- package/lib/timeline/timeline.variable.css +3 -0
- package/lib/transfer/const.d.ts +2 -2
- package/lib/transfer/index.js +19 -19
- package/lib/transfer/transfer.css +9 -9
- package/lib/transfer/transfer.less +3 -3
- package/lib/transfer/transfer.variable.css +12 -9
- package/lib/tree/constant.d.ts +22 -20
- package/lib/tree/index.d.ts +64 -20
- package/lib/tree/index.js +17595 -72
- package/lib/tree/props.d.ts +24 -6
- package/lib/tree/tree.css +76 -2
- package/lib/tree/tree.d.ts +34 -8
- package/lib/tree/tree.less +1 -1
- package/lib/tree/tree.variable.css +79 -2
- package/lib/tree/use-empty.d.ts +1 -1
- package/lib/tree/use-intersection-observer.d.ts +27 -0
- package/lib/tree/use-node-action.d.ts +2 -2
- package/lib/tree/use-node-attribute.d.ts +9 -0
- package/lib/tree/use-search.d.ts +1 -1
- package/lib/tree/util.d.ts +1 -1
- package/lib/upload/index.d.ts +12 -0
- package/lib/upload/index.js +62 -65
- package/lib/upload/props.d.ts +4 -1
- package/lib/upload/upload-trigger.d.ts +6 -0
- package/lib/upload/upload.d.ts +6 -0
- package/lib/upload/upload.type.d.ts +7 -7
- package/lib/upload/upload.variable.css +3 -0
- package/lib/upload/use-file-handler.d.ts +1 -1
- package/lib/virtual-render/index.d.ts +36 -9
- package/lib/virtual-render/index.js +295 -80
- package/lib/virtual-render/props.d.ts +16 -0
- package/lib/virtual-render/use-fix-top.d.ts +2 -7
- package/lib/virtual-render/use-scrollbar.d.ts +24 -0
- package/lib/virtual-render/v-virtual-render.d.ts +2 -1
- package/lib/virtual-render/virtual-render.css +76 -2
- package/lib/virtual-render/virtual-render.d.ts +16 -3
- package/lib/virtual-render/virtual-render.less +3 -3
- package/lib/virtual-render/virtual-render.variable.css +79 -2
- package/package.json +13 -49
- package/lib/rate/star.css +0 -27
- package/lib/rate/star.less +0 -34
- package/lib/shared/mask.d.ts +0 -11
@@ -12,6 +12,7 @@
|
|
12
12
|
--whitesmoke-color: #fafbfd;
|
13
13
|
--disable-color: #dcdee5;
|
14
14
|
--disable-bg-color: #f9fafd;
|
15
|
+
--border-color: #dcdee5;
|
15
16
|
--font-size-base: 12px;
|
16
17
|
--font-size-medium: 14px;
|
17
18
|
--font-size-large: 16px;
|
@@ -123,105 +124,182 @@
|
|
123
124
|
--search-select-placeholder-color: var(--light-gray);
|
124
125
|
--search-select-message-color: var(--danger-color);
|
125
126
|
--search-select-menu-border-color: var(--disable-color);
|
127
|
+
--select-active-color: #e1ecff;
|
128
|
+
--select-hover-color: #f5f7fa;
|
126
129
|
}
|
127
|
-
.bk-
|
128
|
-
|
130
|
+
.bk-infobox {
|
131
|
+
font-size: 12px;
|
129
132
|
}
|
130
|
-
.bk-
|
131
|
-
|
133
|
+
.bk-infobox .bk-modal-wrapper {
|
134
|
+
top: 50%;
|
135
|
+
left: 50%;
|
136
|
+
transform: translate(-50%, -50%);
|
132
137
|
}
|
133
|
-
.bk-
|
134
|
-
|
138
|
+
.bk-infobox-header {
|
139
|
+
padding-top: 24px;
|
135
140
|
}
|
136
|
-
.bk-
|
137
|
-
|
141
|
+
.bk-infobox-type {
|
142
|
+
display: flex;
|
143
|
+
justify-content: center;
|
144
|
+
align-items: center;
|
138
145
|
}
|
139
|
-
.bk-
|
140
|
-
|
146
|
+
.bk-infobox-icon {
|
147
|
+
width: 42px;
|
148
|
+
height: 42px;
|
149
|
+
font-size: 42px;
|
141
150
|
}
|
142
|
-
.bk-
|
143
|
-
|
144
|
-
margin: 15px 0 10px;
|
151
|
+
.bk-infobox-icon.success {
|
152
|
+
color: #2dcb56;
|
145
153
|
}
|
146
|
-
.bk-
|
147
|
-
|
148
|
-
max-height: 100%;
|
149
|
-
min-height: 100%;
|
150
|
-
padding: 0 50px 10px;
|
151
|
-
word-break: break-all;
|
152
|
-
}
|
153
|
-
.bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper .bk-modal-content .bk-info-sub-title {
|
154
|
-
margin-bottom: 10px;
|
155
|
-
text-align: center;
|
156
|
-
word-break: break-all;
|
157
|
-
}
|
158
|
-
.bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper .bk-modal-footer {
|
159
|
-
padding: 0 65px 33px;
|
160
|
-
background-color: #fff;
|
161
|
-
border-top: none;
|
162
|
-
}
|
163
|
-
.bk-modal-ctx.bk-info-wrapper .bk-modal-wrapper .bk-modal-footer .bk-dialog-footer button {
|
164
|
-
min-width: 88px;
|
154
|
+
.bk-infobox-icon.warning {
|
155
|
+
color: #ff9c01;
|
165
156
|
}
|
166
|
-
.bk-
|
167
|
-
|
168
|
-
top: 0px;
|
169
|
-
left: 0px;
|
170
|
-
width: 100%;
|
171
|
-
height: 100%;
|
157
|
+
.bk-infobox-icon.danger {
|
158
|
+
color: #ea3636;
|
172
159
|
}
|
173
|
-
.bk-
|
174
|
-
|
160
|
+
.bk-infobox-icon.loading {
|
161
|
+
color: #3a84ff;
|
175
162
|
}
|
176
|
-
.bk-
|
177
|
-
|
163
|
+
.bk-infobox-title {
|
164
|
+
padding-right: 24px;
|
165
|
+
padding-left: 24px;
|
166
|
+
margin-top: 24px;
|
167
|
+
font-size: 20px;
|
168
|
+
line-height: 32px;
|
169
|
+
color: #313238;
|
178
170
|
}
|
179
|
-
.bk-
|
180
|
-
|
181
|
-
left:
|
171
|
+
.bk-infobox-content {
|
172
|
+
padding-right: 24px;
|
173
|
+
padding-left: 24px;
|
174
|
+
margin-top: 16px;
|
175
|
+
}
|
176
|
+
.bk-infobox-footer {
|
177
|
+
display: flex;
|
178
|
+
padding-right: 24px;
|
179
|
+
padding-bottom: 24px;
|
180
|
+
padding-left: 24px;
|
181
|
+
margin-top: 24px;
|
182
|
+
align-content: center;
|
183
|
+
}
|
184
|
+
.bk-infobox-footer.is-position-right {
|
185
|
+
justify-content: right;
|
186
|
+
}
|
187
|
+
.bk-infobox-footer.is-position-center {
|
188
|
+
justify-content: center;
|
189
|
+
}
|
190
|
+
.bk-infobox-footer.is-position-left {
|
191
|
+
justify-content: left;
|
192
|
+
}
|
193
|
+
.bk-infobox-footer .bk-button {
|
194
|
+
min-width: 88px;
|
195
|
+
}
|
196
|
+
.bk-infobox-footer .bk-button ~ .bk-button {
|
197
|
+
margin-left: 8px;
|
198
|
+
}
|
199
|
+
.bk-modal-mask {
|
200
|
+
position: fixed;
|
182
201
|
top: 0;
|
202
|
+
left: 0;
|
183
203
|
width: 100%;
|
184
204
|
height: 100%;
|
185
205
|
background-color: rgba(0, 0, 0, 0.6);
|
186
206
|
}
|
187
|
-
.bk-modal-
|
207
|
+
.bk-modal-wrapper {
|
188
208
|
position: fixed;
|
189
|
-
display: inherit;
|
190
209
|
}
|
191
|
-
.bk-modal-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
width: 480px;
|
210
|
+
.bk-modal-body {
|
211
|
+
height: 100%;
|
212
|
+
overflow: hidden;
|
213
|
+
background: #fff;
|
196
214
|
border-radius: 2px;
|
197
|
-
|
215
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
198
216
|
}
|
199
|
-
.bk-modal-
|
200
|
-
position:
|
201
|
-
|
202
|
-
right: 0;
|
203
|
-
bottom: 0;
|
204
|
-
left: 0;
|
217
|
+
.bk-modal-content {
|
218
|
+
position: relative;
|
219
|
+
max-height: 100vh;
|
205
220
|
}
|
206
|
-
.bk-modal-
|
207
|
-
|
208
|
-
height: 240px;
|
221
|
+
.bk-modal-footer {
|
222
|
+
position: relative;
|
209
223
|
}
|
210
|
-
.bk-modal-
|
211
|
-
|
212
|
-
|
224
|
+
.bk-modal-close {
|
225
|
+
position: absolute;
|
226
|
+
top: 6px;
|
227
|
+
right: 6px;
|
228
|
+
display: flex;
|
229
|
+
width: 32px;
|
230
|
+
height: 32px;
|
231
|
+
font-size: 18px;
|
232
|
+
color: #979ba5;
|
233
|
+
cursor: pointer;
|
234
|
+
align-items: center;
|
235
|
+
justify-content: center;
|
236
|
+
border-radius: 50%;
|
237
|
+
transition: 0.15s;
|
213
238
|
}
|
214
|
-
.bk-modal-
|
215
|
-
|
216
|
-
height: 400px;
|
239
|
+
.bk-modal-close:hover {
|
240
|
+
background: #f0f1f5;
|
217
241
|
}
|
218
|
-
.
|
219
|
-
|
220
|
-
height: 720px;
|
242
|
+
.modal-fadein-enter-from {
|
243
|
+
opacity: 0;
|
221
244
|
}
|
222
|
-
.
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
245
|
+
.modal-fadein-enter-from .bk-modal-body {
|
246
|
+
transform: translateY(-20px);
|
247
|
+
}
|
248
|
+
.modal-fadein-enter-to {
|
249
|
+
opacity: 1;
|
250
|
+
}
|
251
|
+
.modal-fadein-enter-to .bk-modal-body {
|
252
|
+
transform: translateY(0);
|
253
|
+
}
|
254
|
+
.modal-fadein-leave-from {
|
255
|
+
opacity: 1;
|
256
|
+
}
|
257
|
+
.modal-fadein-leave-from .bk-modal-body {
|
258
|
+
transform: translateY(0);
|
259
|
+
}
|
260
|
+
.modal-fadein-leave-to {
|
261
|
+
opacity: 0;
|
262
|
+
}
|
263
|
+
.modal-fadein-leave-to .bk-modal-body {
|
264
|
+
transform: translateY(-20px);
|
265
|
+
}
|
266
|
+
.modal-fadein-enter-active,
|
267
|
+
.modal-fadein-leave-active {
|
268
|
+
transition: opacity 0.15s linear;
|
269
|
+
}
|
270
|
+
.modal-fadein-enter-active .bk-modal-body,
|
271
|
+
.modal-fadein-leave-active .bk-modal-body {
|
272
|
+
transition: transform 0.08s linear;
|
273
|
+
}
|
274
|
+
.modal-right-enter-from {
|
275
|
+
transform: translateX(100%);
|
276
|
+
}
|
277
|
+
.modal-right-enter-to {
|
278
|
+
transform: translateX(0);
|
279
|
+
}
|
280
|
+
.modal-right-leave-from {
|
281
|
+
transform: translateX(0);
|
282
|
+
}
|
283
|
+
.modal-right-leave-to {
|
284
|
+
transform: translateX(100%);
|
285
|
+
}
|
286
|
+
.modal-right-enter-active,
|
287
|
+
.modal-right-leave-active {
|
288
|
+
transition: transform 0.15s ease;
|
289
|
+
}
|
290
|
+
.modal-left-enter-from {
|
291
|
+
transform: translateX(-100%);
|
292
|
+
}
|
293
|
+
.modal-left-enter-to {
|
294
|
+
transform: translateX(0);
|
295
|
+
}
|
296
|
+
.modal-left-leave-from {
|
297
|
+
transform: translateX(0);
|
298
|
+
}
|
299
|
+
.modal-left-leave-to {
|
300
|
+
transform: translateX(-100%);
|
301
|
+
}
|
302
|
+
.modal-left-enter-active,
|
303
|
+
.modal-left-leave-active {
|
304
|
+
transition: transform 0.15s ease;
|
227
305
|
}
|
@@ -4,18 +4,8 @@ export declare const propsMixin: {
|
|
4
4
|
} & {
|
5
5
|
default: boolean;
|
6
6
|
};
|
7
|
-
width: import("vue-types").VueTypeDef<string | number
|
8
|
-
|
9
|
-
};
|
10
|
-
height: import("vue-types").VueTypeDef<string | number> & {
|
11
|
-
default: string | number;
|
12
|
-
};
|
13
|
-
extCls: (import("vue-types").VueTypeValidableDef<string> & {
|
14
|
-
default: string;
|
15
|
-
}) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
|
16
|
-
default: () => unknown[];
|
17
|
-
});
|
18
|
-
scrollable: import("vue-types").VueTypeValidableDef<boolean> & {
|
7
|
+
width: import("vue-types").VueTypeDef<string | number>;
|
8
|
+
fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
|
19
9
|
default: boolean;
|
20
10
|
} & {
|
21
11
|
default: boolean;
|
@@ -35,17 +25,6 @@ export declare const propsMixin: {
|
|
35
25
|
} & {
|
36
26
|
default: boolean;
|
37
27
|
};
|
38
|
-
fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
|
39
|
-
default: boolean;
|
40
|
-
} & {
|
41
|
-
default: boolean;
|
42
|
-
};
|
43
|
-
size: import("vue-types").VueTypeDef<"small" | "medium" | "large" | "normal">;
|
44
|
-
draggable: import("vue-types").VueTypeValidableDef<boolean> & {
|
45
|
-
default: boolean;
|
46
|
-
} & {
|
47
|
-
default: boolean;
|
48
|
-
};
|
49
28
|
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
50
29
|
default: boolean;
|
51
30
|
} & {
|
@@ -55,17 +34,6 @@ export declare const propsMixin: {
|
|
55
34
|
default: string | boolean | (() => HTMLElement);
|
56
35
|
};
|
57
36
|
zIndex: import("vue-types").VueTypeDef<string | number>;
|
58
|
-
maxHeight: import("vue-types").VueTypeValidableDef<string> & {
|
59
|
-
default: string;
|
60
|
-
};
|
61
|
-
direction: import("vue-types").VueTypeValidableDef<string> & {
|
62
|
-
default: string;
|
63
|
-
};
|
64
|
-
title: import("vue-types").VueTypeValidableDef<string> & {
|
65
|
-
default: string;
|
66
|
-
} & {
|
67
|
-
default: string;
|
68
|
-
};
|
69
37
|
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
70
38
|
default: string;
|
71
39
|
} & {
|
@@ -75,17 +43,13 @@ export declare const propsMixin: {
|
|
75
43
|
default: "show" | "if";
|
76
44
|
};
|
77
45
|
beforeClose: import("vue-types").VueTypeDef<unknown>;
|
78
|
-
dialogType: import("vue-types").VueTypeDef<"show" | "process" | "operation" | "confirm">;
|
79
|
-
multiInstance: import("vue-types").VueTypeValidableDef<boolean> & {
|
80
|
-
default: boolean;
|
81
|
-
} & {
|
82
|
-
default: boolean;
|
83
|
-
};
|
84
|
-
infoType: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary">;
|
85
46
|
left: import("vue-types").VueTypeValidableDef<string> & {
|
86
47
|
default: string;
|
87
48
|
};
|
88
49
|
top: import("vue-types").VueTypeValidableDef<string> & {
|
89
50
|
default: string;
|
90
51
|
};
|
52
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
53
|
+
default: string;
|
54
|
+
};
|
91
55
|
};
|
package/lib/navigation/index.js
CHANGED
@@ -99,10 +99,10 @@ var TitleProps = {
|
|
99
99
|
return function () {
|
100
100
|
var _slots$default, _slots$sideIcon;
|
101
101
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
102
|
-
"class": "".concat(resolveClassName('navigation-title')),
|
103
102
|
"style": {
|
104
103
|
borderBottomWidth: props.navigationType === 'left-right' ? '0' : '1px'
|
105
|
-
}
|
104
|
+
},
|
105
|
+
"class": "".concat(resolveClassName('navigation-title'))
|
106
106
|
}, [((_slots$default = slots["default"]) === null || _slots$default === void 0 ? void 0 : _slots$default.call(slots)) || [(0,external_vue_namespaceObject.createVNode)("span", {
|
107
107
|
"class": "title-icon"
|
108
108
|
}, [((_slots$sideIcon = slots['side-icon']) === null || _slots$sideIcon === void 0 ? void 0 : _slots$sideIcon.call(slots)) || (0,external_vue_namespaceObject.createVNode)("i", {
|
@@ -259,10 +259,10 @@ var NavigationProps = {
|
|
259
259
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
260
260
|
"class": "".concat(this.resolveClassName('navigation'))
|
261
261
|
}, [this.navigationType === 'top-bottom' && (0,external_vue_namespaceObject.createVNode)("div", {
|
262
|
-
"class": "".concat(this.resolveClassName('navigation-header')),
|
263
262
|
"style": {
|
264
263
|
flexBasis: "".concat(this.headHeight, "px")
|
265
|
-
}
|
264
|
+
},
|
265
|
+
"class": "".concat(this.resolveClassName('navigation-header'))
|
266
266
|
}, [(0,external_vue_namespaceObject.createVNode)(navigation_title, {
|
267
267
|
"sideTitle": this.sideTitle
|
268
268
|
}, {
|
@@ -273,18 +273,18 @@ var NavigationProps = {
|
|
273
273
|
}, [(_this$$slots$header = (_this$$slots = this.$slots).header) === null || _this$$slots$header === void 0 ? void 0 : _this$$slots$header.call(_this$$slots)])]), (0,external_vue_namespaceObject.createVNode)("div", {
|
274
274
|
"class": "".concat(this.resolveClassName('navigation-wrapper'))
|
275
275
|
}, [this.needMenu && (0,external_vue_namespaceObject.createVNode)("div", {
|
276
|
-
"class": "navigation-nav",
|
277
276
|
"style": {
|
278
277
|
width: !this.nav.click ? "".concat(this.navWidth, "px") : "".concat(this.hoverWidth, "px")
|
279
|
-
}
|
278
|
+
},
|
279
|
+
"class": "navigation-nav"
|
280
280
|
}, [(0,external_vue_namespaceObject.createVNode)("div", {
|
281
|
-
"class": "nav-slider",
|
282
|
-
"onMouseenter": this.handleMouseOver,
|
283
|
-
"onMouseleave": this.handleMouseLeave,
|
284
281
|
"style": {
|
285
282
|
width: !this.nav.hover ? "".concat(this.navWidth, "px") : "".concat(this.hoverWidth, "px"),
|
286
283
|
borderRight: this.navigationType !== 'top-bottom' ? 'none' : '1px solid #DCDEE5'
|
287
|
-
}
|
284
|
+
},
|
285
|
+
"class": "nav-slider",
|
286
|
+
"onMouseenter": this.handleMouseOver,
|
287
|
+
"onMouseleave": this.handleMouseLeave
|
288
288
|
}, [this.navigationType !== 'top-bottom' && this.showSideNavTitle && (0,external_vue_namespaceObject.createVNode)(navigation_title, {
|
289
289
|
"style": {
|
290
290
|
flexBasis: "".concat(this.headHeight, "px")
|
@@ -294,10 +294,10 @@ var NavigationProps = {
|
|
294
294
|
"default": this.$slots['side-header'],
|
295
295
|
'side-icon': !this.$slots['side-header'] ? this.$slots['side-icon'] : undefined
|
296
296
|
}), (0,external_vue_namespaceObject.createVNode)("div", {
|
297
|
-
"class": "nav-slider-list",
|
298
297
|
"style": {
|
299
298
|
height: "calc(100vh - ".concat(+this.headHeight + 56, "px)")
|
300
|
-
}
|
299
|
+
},
|
300
|
+
"class": "nav-slider-list"
|
301
301
|
}, [(_this$$slots$menu = (_this$$slots2 = this.$slots).menu) === null || _this$$slots$menu === void 0 ? void 0 : _this$$slots$menu.call(_this$$slots2)]), (0,external_vue_namespaceObject.createVNode)("div", {
|
302
302
|
"class": "nav-slider-footer"
|
303
303
|
}, [(0,external_vue_namespaceObject.createVNode)("div", {
|
@@ -307,29 +307,29 @@ var NavigationProps = {
|
|
307
307
|
},
|
308
308
|
"onClick": this.handleClick
|
309
309
|
}, [(0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.CollapseLeft, {
|
310
|
-
"class": "footer-icon-svg",
|
311
310
|
"style": {
|
312
311
|
transform: this.nav.click ? 'rotate(180deg)' : 'rotate(0deg)'
|
313
|
-
}
|
312
|
+
},
|
313
|
+
"class": "footer-icon-svg"
|
314
314
|
}, null)])]), (_this$$slots$sideFoo = (_this$$slots3 = this.$slots)['side-footer']) === null || _this$$slots$sideFoo === void 0 ? void 0 : _this$$slots$sideFoo.call(_this$$slots3)])]), (0,external_vue_namespaceObject.createVNode)("div", {
|
315
|
-
"class": "navigation-container",
|
316
315
|
"style": {
|
317
316
|
maxWidth: this.needMenu ? 'calc(100vw - 60px)' : '100vw'
|
318
|
-
}
|
317
|
+
},
|
318
|
+
"class": "navigation-container"
|
319
319
|
}, [this.navigationType !== 'top-bottom' && (0,external_vue_namespaceObject.createVNode)("div", {
|
320
|
-
"class": "container-header",
|
321
320
|
"style": {
|
322
321
|
flexBasis: "".concat(this.headHeight, "px")
|
323
|
-
}
|
322
|
+
},
|
323
|
+
"class": "container-header"
|
324
324
|
}, [((_this$$slots$header2 = (_this$$slots4 = this.$slots).header) === null || _this$$slots$header2 === void 0 ? void 0 : _this$$slots$header2.call(_this$$slots4)) || [(0,external_vue_namespaceObject.createVNode)("div", {
|
325
325
|
"class": "container-header-title"
|
326
326
|
}, [this.headerTitle]), (0,external_vue_namespaceObject.createVNode)("div", {
|
327
327
|
"class": "container-header-sets"
|
328
328
|
}, [(_this$$slots$headerS = (_this$$slots5 = this.$slots)['header-set']) === null || _this$$slots$headerS === void 0 ? void 0 : _this$$slots$headerS.call(_this$$slots5)])]]), (0,external_vue_namespaceObject.createVNode)("div", {
|
329
|
-
"class": "container-content",
|
330
329
|
"style": {
|
331
330
|
maxHeight: "calc(100vh - ".concat(this.headHeight, "px)")
|
332
|
-
}
|
331
|
+
},
|
332
|
+
"class": "container-content"
|
333
333
|
}, [(_this$$slots$default = (_this$$slots6 = this.$slots)["default"]) === null || _this$$slots$default === void 0 ? void 0 : _this$$slots$default.call(_this$$slots6), (0,external_vue_namespaceObject.createVNode)("div", {
|
334
334
|
"class": "container-footer"
|
335
335
|
}, [(_this$$slots$footer = (_this$$slots7 = this.$slots).footer) === null || _this$$slots$footer === void 0 ? void 0 : _this$$slots$footer.call(_this$$slots7)])])])])]);
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { PropType, SlotsType } from 'vue';
|
2
|
-
export type BkNavigationType = '
|
2
|
+
export type BkNavigationType = 'left-right' | 'top-bottom';
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
4
4
|
navWidth: {
|
5
5
|
type: (NumberConstructor | StringConstructor)[];
|
@@ -12,6 +12,7 @@
|
|
12
12
|
--whitesmoke-color: #fafbfd;
|
13
13
|
--disable-color: #dcdee5;
|
14
14
|
--disable-bg-color: #f9fafd;
|
15
|
+
--border-color: #dcdee5;
|
15
16
|
--font-size-base: 12px;
|
16
17
|
--font-size-medium: 14px;
|
17
18
|
--font-size-large: 16px;
|
@@ -123,6 +124,8 @@
|
|
123
124
|
--search-select-placeholder-color: var(--light-gray);
|
124
125
|
--search-select-message-color: var(--danger-color);
|
125
126
|
--search-select-menu-border-color: var(--disable-color);
|
127
|
+
--select-active-color: #e1ecff;
|
128
|
+
--select-hover-color: #f5f7fa;
|
126
129
|
}
|
127
130
|
.bk-navigation {
|
128
131
|
display: flex;
|
package/lib/notify/index.js
CHANGED
@@ -250,10 +250,10 @@ const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE
|
|
250
250
|
|
251
251
|
var NotifyThemeEnum;
|
252
252
|
(function (NotifyThemeEnum) {
|
253
|
+
NotifyThemeEnum["ERROR"] = "error";
|
253
254
|
NotifyThemeEnum["PRIMARY"] = "primary";
|
254
|
-
NotifyThemeEnum["WARNING"] = "warning";
|
255
255
|
NotifyThemeEnum["SUCCESS"] = "success";
|
256
|
-
NotifyThemeEnum["
|
256
|
+
NotifyThemeEnum["WARNING"] = "warning";
|
257
257
|
})(NotifyThemeEnum || (NotifyThemeEnum = {}));
|
258
258
|
var notifyProps = {
|
259
259
|
id: shared_namespaceObject.PropTypes.string.def(''),
|
@@ -343,8 +343,8 @@ var notifyProps = {
|
|
343
343
|
}, {
|
344
344
|
"default": function _default() {
|
345
345
|
return [(0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("div", {
|
346
|
-
"
|
347
|
-
"
|
346
|
+
"style": _this.styles,
|
347
|
+
"class": _this.classNames
|
348
348
|
}, [(0,external_vue_namespaceObject.createVNode)("div", {
|
349
349
|
"class": "".concat(_this.resolveClassName('notify-content'))
|
350
350
|
}, [(0,external_vue_namespaceObject.createVNode)("div", {
|
@@ -12,6 +12,7 @@
|
|
12
12
|
--whitesmoke-color: #fafbfd;
|
13
13
|
--disable-color: #dcdee5;
|
14
14
|
--disable-bg-color: #f9fafd;
|
15
|
+
--border-color: #dcdee5;
|
15
16
|
--font-size-base: 12px;
|
16
17
|
--font-size-medium: 14px;
|
17
18
|
--font-size-large: 16px;
|
@@ -123,6 +124,8 @@
|
|
123
124
|
--search-select-placeholder-color: var(--light-gray);
|
124
125
|
--search-select-message-color: var(--danger-color);
|
125
126
|
--search-select-menu-border-color: var(--disable-color);
|
127
|
+
--select-active-color: #e1ecff;
|
128
|
+
--select-hover-color: #f5f7fa;
|
126
129
|
}
|
127
130
|
.bk-notify {
|
128
131
|
position: fixed;
|
@@ -12,8 +12,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
12
12
|
boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
|
13
13
|
default: string | (() => HTMLElement);
|
14
14
|
};
|
15
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
16
|
-
default: "auto" | "auto-
|
15
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
16
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
17
17
|
};
|
18
18
|
resizeable: import("vue-types").VueTypeValidableDef<boolean> & {
|
19
19
|
default: boolean;
|
@@ -55,8 +55,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
55
55
|
} & {
|
56
56
|
default: boolean;
|
57
57
|
};
|
58
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
59
|
-
default: "auto" | "auto-
|
58
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
59
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
60
60
|
};
|
61
61
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
62
62
|
default: string;
|
@@ -167,8 +167,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
167
167
|
boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
|
168
168
|
default: string | (() => HTMLElement);
|
169
169
|
};
|
170
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
171
|
-
default: "auto" | "auto-
|
170
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
171
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
172
172
|
};
|
173
173
|
resizeable: import("vue-types").VueTypeValidableDef<boolean> & {
|
174
174
|
default: boolean;
|
@@ -210,8 +210,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
210
210
|
} & {
|
211
211
|
default: boolean;
|
212
212
|
};
|
213
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
214
|
-
default: "auto" | "auto-
|
213
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
214
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
215
215
|
};
|
216
216
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
217
217
|
default: string;
|
@@ -304,7 +304,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
304
304
|
}>>, {
|
305
305
|
type: string;
|
306
306
|
content: string;
|
307
|
-
placement: "auto" | "auto-
|
307
|
+
placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
308
308
|
boundary: string | HTMLElement;
|
309
309
|
calType: string;
|
310
310
|
resizeable: boolean;
|