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
package/lib/tag-input/index.js
CHANGED
@@ -2,7 +2,6 @@ import "../styles/reset.css";
|
|
2
2
|
import "./tag-input.less";
|
3
3
|
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
|
4
4
|
import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
|
5
|
-
import * as __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__ from "lodash/debounce";
|
6
5
|
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
|
7
6
|
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__ from "../directives";
|
8
7
|
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
|
@@ -10,6 +9,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__ from "../l
|
|
10
9
|
import "../loading/loading.less";
|
11
10
|
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
|
12
11
|
import "../popover/popover.less";
|
12
|
+
import * as __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__ from "lodash/debounce";
|
13
13
|
import * as __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__ from "vue-types";
|
14
14
|
/******/ var __webpack_modules__ = ({
|
15
15
|
|
@@ -17446,10 +17446,6 @@ function _defineProperty(obj, key, value) {
|
|
17446
17446
|
var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
17447
17447
|
var external_vue_y = x => () => x
|
17448
17448
|
const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createTextVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["markRaw"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.markRaw, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["toRefs"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRefs, ["vModelText"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.vModelText, ["vShow"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.vShow, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
|
17449
|
-
;// CONCATENATED MODULE: external "lodash/debounce"
|
17450
|
-
var debounce_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
17451
|
-
var debounce_y = x => () => x
|
17452
|
-
const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__["default"] });
|
17453
17449
|
;// CONCATENATED MODULE: external "../config-provider"
|
17454
17450
|
var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
17455
17451
|
var config_provider_y = x => () => x
|
@@ -17478,6 +17474,10 @@ const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNA
|
|
17478
17474
|
var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
17479
17475
|
var popover_less_y = x => () => x
|
17480
17476
|
const popover_less_namespaceObject = popover_less_x({ });
|
17477
|
+
;// CONCATENATED MODULE: external "lodash/debounce"
|
17478
|
+
var debounce_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
17479
|
+
var debounce_y = x => () => x
|
17480
|
+
const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__["default"] });
|
17481
17481
|
;// CONCATENATED MODULE: ../../packages/tag-input/src/common.ts
|
17482
17482
|
|
17483
17483
|
|
@@ -17909,8 +17909,8 @@ function tag_render_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
|
|
17909
17909
|
return this.tpl(this.node, external_vue_namespaceObject.h, this);
|
17910
17910
|
}
|
17911
17911
|
return (0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("div", {
|
17912
|
-
"
|
17913
|
-
"
|
17912
|
+
"ref": "tagRef",
|
17913
|
+
"class": "tag"
|
17914
17914
|
}, [(0,external_vue_namespaceObject.createVNode)("span", {
|
17915
17915
|
"class": "text"
|
17916
17916
|
}, [this.node[this.displayKey]])]), [[(0,external_vue_namespaceObject.resolveDirective)("bk-tooltips"), this.overflowTips]]);
|
@@ -18791,8 +18791,8 @@ function tag_input_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
|
|
18791
18791
|
render: function render() {
|
18792
18792
|
var _this = this;
|
18793
18793
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
18794
|
-
"class": "".concat(this.resolveClassName('tag-input')),
|
18795
18794
|
"ref": "bkTagSelectorRef",
|
18795
|
+
"class": "".concat(this.resolveClassName('tag-input')),
|
18796
18796
|
"onClick": this.focusInputTrigger,
|
18797
18797
|
"onMouseenter": function onMouseenter() {
|
18798
18798
|
return _this.isHover = true;
|
@@ -18801,54 +18801,54 @@ function tag_input_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
|
|
18801
18801
|
return _this.isHover = false;
|
18802
18802
|
}
|
18803
18803
|
}, [(0,external_vue_namespaceObject.createVNode)(popover_namespaceObject["default"], (0,external_vue_namespaceObject.mergeProps)({
|
18804
|
-
"
|
18805
|
-
"trigger": "manual",
|
18804
|
+
"arrow": false,
|
18806
18805
|
"placement": "bottom-start",
|
18807
|
-
"
|
18806
|
+
"theme": "light ".concat(this.resolveClassName('tag-input-popover-content')),
|
18807
|
+
"trigger": "manual"
|
18808
18808
|
}, this.popoverProps), {
|
18809
18809
|
"default": function _default() {
|
18810
18810
|
var _this$$slots$suffix, _this$$slots, _this$$slots$suffix2;
|
18811
18811
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
18812
18812
|
"class": _this.triggerClass
|
18813
18813
|
}, [(0,external_vue_namespaceObject.createVNode)("ul", {
|
18814
|
-
"class": "tag-list",
|
18815
18814
|
"ref": "tagListRef",
|
18816
18815
|
"style": {
|
18817
18816
|
marginLeft: "".concat(_this.leftSpace, "px")
|
18818
|
-
}
|
18817
|
+
},
|
18818
|
+
"class": "tag-list"
|
18819
18819
|
}, [_this.selectedTagList.map(function (item, index) {
|
18820
18820
|
var isOverflow = _this.localCollapseTags && _this.overflowTagIndex && index >= _this.overflowTagIndex;
|
18821
18821
|
return (0,external_vue_namespaceObject.createVNode)("li", {
|
18822
|
-
"class": "tag-item",
|
18823
18822
|
"style": {
|
18824
18823
|
display: isOverflow ? 'none' : ''
|
18825
18824
|
},
|
18825
|
+
"class": "tag-item",
|
18826
18826
|
"onClick": _this.tagFocus
|
18827
18827
|
}, [(0,external_vue_namespaceObject.createVNode)(tag_render, {
|
18828
|
-
"node": item,
|
18829
|
-
"tpl": _this.tagTpl,
|
18830
18828
|
"displayKey": _this.displayKey,
|
18829
|
+
"node": item,
|
18830
|
+
"tagOverflowTips": _this.tagOverflowTips,
|
18831
18831
|
"tooltipKey": _this.tooltipKey || _this.displayKey,
|
18832
|
-
"
|
18832
|
+
"tpl": _this.tagTpl
|
18833
18833
|
}, null), _this.showTagClose && (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Error, {
|
18834
18834
|
"class": "remove-tag",
|
18835
18835
|
"onClick": _this.handleTagRemove.bind(_this, item, index)
|
18836
18836
|
}, null)]);
|
18837
18837
|
}), (0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("li", {
|
18838
|
-
"ref": "tagInputItemRef",
|
18839
18838
|
"id": "tagInputItem",
|
18839
|
+
"ref": "tagInputItemRef",
|
18840
18840
|
"class": "tag-input-item",
|
18841
18841
|
"role": "input"
|
18842
18842
|
}, [(0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("input", {
|
18843
|
-
"type": "text",
|
18844
|
-
"class": "tag-input",
|
18845
18843
|
"ref": "tagInputRef",
|
18844
|
+
"class": "tag-input",
|
18846
18845
|
"onUpdate:modelValue": function onUpdateModelValue($event) {
|
18847
18846
|
return _this.curInputValue = $event;
|
18848
18847
|
},
|
18849
|
-
"
|
18850
|
-
"onFocus": _this.handleFocus,
|
18848
|
+
"type": "text",
|
18851
18849
|
"onBlur": _this.handleBlur,
|
18850
|
+
"onFocus": _this.handleFocus,
|
18851
|
+
"onInput": _this.handleInput,
|
18852
18852
|
"onKeydown": _this.handleKeydown,
|
18853
18853
|
"onPaste": _this.handlePaste
|
18854
18854
|
}, null), [[external_vue_namespaceObject.vModelText, _this.curInputValue]])]), [[external_vue_namespaceObject.vShow, _this.isEdit]]), !!_this.overflowTagIndex && _this.localCollapseTags && (0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("li", {
|
@@ -18887,12 +18887,12 @@ function tag_input_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
|
|
18887
18887
|
}, _this.activeClass(item, index)],
|
18888
18888
|
"onClick": _this.handleTagSelected.bind(_this, item, 'select')
|
18889
18889
|
}, [(0,external_vue_namespaceObject.createVNode)(list_tag_render, {
|
18890
|
-
"
|
18890
|
+
"disabled": item.disabled,
|
18891
18891
|
"displayKey": _this.displayKey,
|
18892
|
-
"
|
18892
|
+
"node": item,
|
18893
18893
|
"searchKey": _this.searchKey,
|
18894
18894
|
"searchKeyword": _this.curInputValue,
|
18895
|
-
"
|
18895
|
+
"tpl": _this.tpl
|
18896
18896
|
}, null)]);
|
18897
18897
|
})])]) : (0,external_vue_namespaceObject.createVNode)("li", {
|
18898
18898
|
"class": ["".concat(_this.resolveClassName('selector-list-item')), {
|
@@ -18900,18 +18900,18 @@ function tag_input_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
|
|
18900
18900
|
}, _this.activeClass(group, index)],
|
18901
18901
|
"onClick": _this.handleTagSelected.bind(_this, group, 'select')
|
18902
18902
|
}, [(0,external_vue_namespaceObject.createVNode)(list_tag_render, {
|
18903
|
-
"
|
18903
|
+
"disabled": group.disabled,
|
18904
18904
|
"displayKey": _this.displayKey,
|
18905
|
-
"
|
18905
|
+
"node": group,
|
18906
18906
|
"searchKey": _this.searchKey,
|
18907
18907
|
"searchKeyword": _this.curInputValue,
|
18908
|
-
"
|
18908
|
+
"tpl": _this.tpl
|
18909
18909
|
}, null)]);
|
18910
18910
|
}), _this.isPageLoading ? (0,external_vue_namespaceObject.createVNode)("li", {
|
18911
18911
|
"class": "".concat(_this.resolveClassName('selector-list-item'), " loading")
|
18912
18912
|
}, [(0,external_vue_namespaceObject.createVNode)(loading_namespaceObject["default"], {
|
18913
|
-
"
|
18914
|
-
"
|
18913
|
+
"size": loading_namespaceObject.BkLoadingSize.Small,
|
18914
|
+
"theme": "primary"
|
18915
18915
|
}, null)]) : null])]);
|
18916
18916
|
}
|
18917
18917
|
})]);
|
@@ -176,8 +176,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
176
176
|
} & {
|
177
177
|
default: boolean;
|
178
178
|
};
|
179
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
180
|
-
default: "auto" | "auto-
|
179
|
+
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"> & {
|
180
|
+
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";
|
181
181
|
};
|
182
182
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
183
183
|
default: string;
|
@@ -274,7 +274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
274
274
|
default: boolean;
|
275
275
|
};
|
276
276
|
tagOverflowTips: {
|
277
|
-
type: import("vue").PropType<Partial<import("../directives/
|
277
|
+
type: import("vue").PropType<Partial<import("../directives/tooltips").IOptions>>; /**
|
278
278
|
* 不显示条件:
|
279
279
|
* 1. 设置不可清除
|
280
280
|
* 2. 禁用时
|
@@ -516,8 +516,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
516
516
|
} & {
|
517
517
|
default: boolean;
|
518
518
|
};
|
519
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
520
|
-
default: "auto" | "auto-
|
519
|
+
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"> & {
|
520
|
+
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";
|
521
521
|
};
|
522
522
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
523
523
|
default: string;
|
@@ -614,7 +614,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
614
614
|
default: boolean;
|
615
615
|
};
|
616
616
|
tagOverflowTips: {
|
617
|
-
type: import("vue").PropType<Partial<import("../directives/
|
617
|
+
type: import("vue").PropType<Partial<import("../directives/tooltips").IOptions>>; /**
|
618
618
|
* 不显示条件:
|
619
619
|
* 1. 设置不可清除
|
620
620
|
* 2. 禁用时
|
@@ -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-tag-input {
|
128
131
|
position: relative;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ExtractPropTypes, PropType, VNode } from 'vue';
|
2
|
-
import { IOptions } from '../directives/
|
2
|
+
import { IOptions } from '../directives/tooltips';
|
3
3
|
declare const tagProps: () => {
|
4
4
|
modelValue: import("vue-types").VueTypeDef<string[]> & {
|
5
5
|
default: () => string[];
|
@@ -169,8 +169,8 @@ declare const tagProps: () => {
|
|
169
169
|
} & {
|
170
170
|
default: boolean;
|
171
171
|
};
|
172
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
173
|
-
default: "auto" | "auto-
|
172
|
+
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"> & {
|
173
|
+
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";
|
174
174
|
};
|
175
175
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
176
176
|
default: string;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { PropType } from 'vue';
|
2
|
-
import { IOptions } from '../directives/
|
2
|
+
import { IOptions } from '../directives/tooltips';
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
4
4
|
node: import("vue-types").VueTypeValidableDef<{
|
5
5
|
[key: string]: any;
|
@@ -25,7 +25,7 @@ declare const BkTimePicker: {
|
|
25
25
|
readonly default: true;
|
26
26
|
};
|
27
27
|
type: {
|
28
|
-
type: import("vue").PropType<import("
|
28
|
+
type: import("vue").PropType<import("../date-picker/interface").PickerTypeType>;
|
29
29
|
default: string;
|
30
30
|
validator(value: any): boolean;
|
31
31
|
};
|
@@ -89,7 +89,7 @@ declare const BkTimePicker: {
|
|
89
89
|
readonly default: false;
|
90
90
|
};
|
91
91
|
shortcuts: {
|
92
|
-
readonly type: import("vue").PropType<import("
|
92
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerShortcutsType>;
|
93
93
|
readonly default: () => any[];
|
94
94
|
};
|
95
95
|
shortcutClose: {
|
@@ -97,10 +97,10 @@ declare const BkTimePicker: {
|
|
97
97
|
readonly default: false;
|
98
98
|
};
|
99
99
|
modelValue: {
|
100
|
-
readonly type: import("vue").PropType<import("
|
100
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerValueType>;
|
101
101
|
};
|
102
102
|
value: {
|
103
|
-
readonly type: import("vue").PropType<import("
|
103
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerValueType>;
|
104
104
|
};
|
105
105
|
options: {
|
106
106
|
readonly type: ObjectConstructor;
|
@@ -135,7 +135,7 @@ declare const BkTimePicker: {
|
|
135
135
|
readonly default: "normal";
|
136
136
|
readonly validator: (v: any) => boolean;
|
137
137
|
};
|
138
|
-
disabledDate: import("vue").PropType<import("
|
138
|
+
disabledDate: import("vue").PropType<import("../date-picker/interface").DisabledDateType>;
|
139
139
|
withValidate: {
|
140
140
|
readonly type: BooleanConstructor;
|
141
141
|
readonly default: true;
|
@@ -149,7 +149,7 @@ declare const BkTimePicker: {
|
|
149
149
|
"onOpen-change"?: (...args: any[]) => any;
|
150
150
|
"onShortcut-change"?: (...args: any[]) => any;
|
151
151
|
}, {
|
152
|
-
panel: import("vue").ComputedRef<import("
|
152
|
+
panel: import("vue").ComputedRef<import("../date-picker/interface").DatePickerPanelType>;
|
153
153
|
publicStringValue: import("vue").ComputedRef<any>;
|
154
154
|
opened: import("vue").ComputedRef<boolean>;
|
155
155
|
visualValue: import("vue").ComputedRef<any>;
|
@@ -172,6 +172,7 @@ declare const BkTimePicker: {
|
|
172
172
|
inputRef: import("vue").Ref<any>;
|
173
173
|
triggerRef: import("vue").Ref<HTMLElement>;
|
174
174
|
pickerPanelRef: import("vue").Ref<any>;
|
175
|
+
teleportTo: import("vue").Ref<any>;
|
175
176
|
handleClose: (e?: Event) => boolean;
|
176
177
|
handleIconClick: () => void;
|
177
178
|
handleInputMouseenter: () => void;
|
@@ -191,7 +192,7 @@ declare const BkTimePicker: {
|
|
191
192
|
internalValue: import("vue").Ref<any>;
|
192
193
|
disableClickOutSide: import("vue").Ref<boolean>;
|
193
194
|
disableCloseUnderTransfer: import("vue").Ref<boolean>;
|
194
|
-
selectionMode: import("vue").Ref<import("
|
195
|
+
selectionMode: import("vue").Ref<import("../date-picker/interface").SelectionModeType>;
|
195
196
|
forceInputRerender: import("vue").Ref<number>;
|
196
197
|
isFocused: import("vue").Ref<boolean>;
|
197
198
|
focusedDate: import("vue").Ref<any>;
|
@@ -204,7 +205,7 @@ declare const BkTimePicker: {
|
|
204
205
|
internalFocus: import("vue").Ref<boolean>;
|
205
206
|
timeEnterMode: import("vue").Ref<boolean>;
|
206
207
|
shortcut: import("vue").Ref<any>;
|
207
|
-
onSelectionModeChange: import("vue").Ref<(_type: any) => import("
|
208
|
+
onSelectionModeChange: import("vue").Ref<(_type: any) => import("../date-picker/interface").SelectionModeType>;
|
208
209
|
tmpValue: import("vue").Ref<any>;
|
209
210
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
210
211
|
disabledHours: {
|
@@ -232,7 +233,7 @@ declare const BkTimePicker: {
|
|
232
233
|
readonly default: true;
|
233
234
|
};
|
234
235
|
type: {
|
235
|
-
type: import("vue").PropType<import("
|
236
|
+
type: import("vue").PropType<import("../date-picker/interface").PickerTypeType>;
|
236
237
|
default: string;
|
237
238
|
validator(value: any): boolean;
|
238
239
|
};
|
@@ -296,7 +297,7 @@ declare const BkTimePicker: {
|
|
296
297
|
readonly default: false;
|
297
298
|
};
|
298
299
|
shortcuts: {
|
299
|
-
readonly type: import("vue").PropType<import("
|
300
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerShortcutsType>;
|
300
301
|
readonly default: () => any[];
|
301
302
|
};
|
302
303
|
shortcutClose: {
|
@@ -304,10 +305,10 @@ declare const BkTimePicker: {
|
|
304
305
|
readonly default: false;
|
305
306
|
};
|
306
307
|
modelValue: {
|
307
|
-
readonly type: import("vue").PropType<import("
|
308
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerValueType>;
|
308
309
|
};
|
309
310
|
value: {
|
310
|
-
readonly type: import("vue").PropType<import("
|
311
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerValueType>;
|
311
312
|
};
|
312
313
|
options: {
|
313
314
|
readonly type: ObjectConstructor;
|
@@ -342,7 +343,7 @@ declare const BkTimePicker: {
|
|
342
343
|
readonly default: "normal";
|
343
344
|
readonly validator: (v: any) => boolean;
|
344
345
|
};
|
345
|
-
disabledDate: import("vue").PropType<import("
|
346
|
+
disabledDate: import("vue").PropType<import("../date-picker/interface").DisabledDateType>;
|
346
347
|
withValidate: {
|
347
348
|
readonly type: BooleanConstructor;
|
348
349
|
readonly default: true;
|
@@ -356,7 +357,7 @@ declare const BkTimePicker: {
|
|
356
357
|
"onOpen-change"?: (...args: any[]) => any;
|
357
358
|
"onShortcut-change"?: (...args: any[]) => any;
|
358
359
|
}, {
|
359
|
-
type: import("
|
360
|
+
type: import("../date-picker/interface").PickerTypeType;
|
360
361
|
width: number;
|
361
362
|
disabled: boolean;
|
362
363
|
placement: import("@popperjs/core").ComputedPlacement;
|
@@ -375,7 +376,7 @@ declare const BkTimePicker: {
|
|
375
376
|
timePickerOptions: {};
|
376
377
|
splitPanels: boolean;
|
377
378
|
appendToBody: boolean;
|
378
|
-
shortcuts: import("
|
379
|
+
shortcuts: import("../date-picker/interface").DatePickerShortcutsType;
|
379
380
|
shortcutClose: boolean;
|
380
381
|
upToNow: boolean;
|
381
382
|
useShortcutText: boolean;
|
@@ -429,7 +430,7 @@ declare const BkTimePicker: {
|
|
429
430
|
readonly default: true;
|
430
431
|
};
|
431
432
|
type: {
|
432
|
-
type: import("vue").PropType<import("
|
433
|
+
type: import("vue").PropType<import("../date-picker/interface").PickerTypeType>;
|
433
434
|
default: string;
|
434
435
|
validator(value: any): boolean;
|
435
436
|
};
|
@@ -493,7 +494,7 @@ declare const BkTimePicker: {
|
|
493
494
|
readonly default: false;
|
494
495
|
};
|
495
496
|
shortcuts: {
|
496
|
-
readonly type: import("vue").PropType<import("
|
497
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerShortcutsType>;
|
497
498
|
readonly default: () => any[];
|
498
499
|
};
|
499
500
|
shortcutClose: {
|
@@ -501,10 +502,10 @@ declare const BkTimePicker: {
|
|
501
502
|
readonly default: false;
|
502
503
|
};
|
503
504
|
modelValue: {
|
504
|
-
readonly type: import("vue").PropType<import("
|
505
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerValueType>;
|
505
506
|
};
|
506
507
|
value: {
|
507
|
-
readonly type: import("vue").PropType<import("
|
508
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerValueType>;
|
508
509
|
};
|
509
510
|
options: {
|
510
511
|
readonly type: ObjectConstructor;
|
@@ -539,7 +540,7 @@ declare const BkTimePicker: {
|
|
539
540
|
readonly default: "normal";
|
540
541
|
readonly validator: (v: any) => boolean;
|
541
542
|
};
|
542
|
-
disabledDate: import("vue").PropType<import("
|
543
|
+
disabledDate: import("vue").PropType<import("../date-picker/interface").DisabledDateType>;
|
543
544
|
withValidate: {
|
544
545
|
readonly type: BooleanConstructor;
|
545
546
|
readonly default: true;
|
@@ -553,7 +554,7 @@ declare const BkTimePicker: {
|
|
553
554
|
"onOpen-change"?: (...args: any[]) => any;
|
554
555
|
"onShortcut-change"?: (...args: any[]) => any;
|
555
556
|
}, {
|
556
|
-
panel: import("vue").ComputedRef<import("
|
557
|
+
panel: import("vue").ComputedRef<import("../date-picker/interface").DatePickerPanelType>;
|
557
558
|
publicStringValue: import("vue").ComputedRef<any>;
|
558
559
|
opened: import("vue").ComputedRef<boolean>;
|
559
560
|
visualValue: import("vue").ComputedRef<any>;
|
@@ -576,6 +577,7 @@ declare const BkTimePicker: {
|
|
576
577
|
inputRef: import("vue").Ref<any>;
|
577
578
|
triggerRef: import("vue").Ref<HTMLElement>;
|
578
579
|
pickerPanelRef: import("vue").Ref<any>;
|
580
|
+
teleportTo: import("vue").Ref<any>;
|
579
581
|
handleClose: (e?: Event) => boolean;
|
580
582
|
handleIconClick: () => void;
|
581
583
|
handleInputMouseenter: () => void;
|
@@ -595,7 +597,7 @@ declare const BkTimePicker: {
|
|
595
597
|
internalValue: import("vue").Ref<any>;
|
596
598
|
disableClickOutSide: import("vue").Ref<boolean>;
|
597
599
|
disableCloseUnderTransfer: import("vue").Ref<boolean>;
|
598
|
-
selectionMode: import("vue").Ref<import("
|
600
|
+
selectionMode: import("vue").Ref<import("../date-picker/interface").SelectionModeType>;
|
599
601
|
forceInputRerender: import("vue").Ref<number>;
|
600
602
|
isFocused: import("vue").Ref<boolean>;
|
601
603
|
focusedDate: import("vue").Ref<any>;
|
@@ -608,10 +610,10 @@ declare const BkTimePicker: {
|
|
608
610
|
internalFocus: import("vue").Ref<boolean>;
|
609
611
|
timeEnterMode: import("vue").Ref<boolean>;
|
610
612
|
shortcut: import("vue").Ref<any>;
|
611
|
-
onSelectionModeChange: import("vue").Ref<(_type: any) => import("
|
613
|
+
onSelectionModeChange: import("vue").Ref<(_type: any) => import("../date-picker/interface").SelectionModeType>;
|
612
614
|
tmpValue: import("vue").Ref<any>;
|
613
615
|
}, {}, {}, {}, {
|
614
|
-
type: import("
|
616
|
+
type: import("../date-picker/interface").PickerTypeType;
|
615
617
|
width: number;
|
616
618
|
disabled: boolean;
|
617
619
|
placement: import("@popperjs/core").ComputedPlacement;
|
@@ -630,7 +632,7 @@ declare const BkTimePicker: {
|
|
630
632
|
timePickerOptions: {};
|
631
633
|
splitPanels: boolean;
|
632
634
|
appendToBody: boolean;
|
633
|
-
shortcuts: import("
|
635
|
+
shortcuts: import("../date-picker/interface").DatePickerShortcutsType;
|
634
636
|
shortcutClose: boolean;
|
635
637
|
upToNow: boolean;
|
636
638
|
useShortcutText: boolean;
|
@@ -673,7 +675,7 @@ declare const BkTimePicker: {
|
|
673
675
|
readonly default: true;
|
674
676
|
};
|
675
677
|
type: {
|
676
|
-
type: import("vue").PropType<import("
|
678
|
+
type: import("vue").PropType<import("../date-picker/interface").PickerTypeType>;
|
677
679
|
default: string;
|
678
680
|
validator(value: any): boolean;
|
679
681
|
};
|
@@ -737,7 +739,7 @@ declare const BkTimePicker: {
|
|
737
739
|
readonly default: false;
|
738
740
|
};
|
739
741
|
shortcuts: {
|
740
|
-
readonly type: import("vue").PropType<import("
|
742
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerShortcutsType>;
|
741
743
|
readonly default: () => any[];
|
742
744
|
};
|
743
745
|
shortcutClose: {
|
@@ -745,10 +747,10 @@ declare const BkTimePicker: {
|
|
745
747
|
readonly default: false;
|
746
748
|
};
|
747
749
|
modelValue: {
|
748
|
-
readonly type: import("vue").PropType<import("
|
750
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerValueType>;
|
749
751
|
};
|
750
752
|
value: {
|
751
|
-
readonly type: import("vue").PropType<import("
|
753
|
+
readonly type: import("vue").PropType<import("../date-picker/interface").DatePickerValueType>;
|
752
754
|
};
|
753
755
|
options: {
|
754
756
|
readonly type: ObjectConstructor;
|
@@ -783,7 +785,7 @@ declare const BkTimePicker: {
|
|
783
785
|
readonly default: "normal";
|
784
786
|
readonly validator: (v: any) => boolean;
|
785
787
|
};
|
786
|
-
disabledDate: import("vue").PropType<import("
|
788
|
+
disabledDate: import("vue").PropType<import("../date-picker/interface").DisabledDateType>;
|
787
789
|
withValidate: {
|
788
790
|
readonly type: BooleanConstructor;
|
789
791
|
readonly default: true;
|
@@ -797,7 +799,7 @@ declare const BkTimePicker: {
|
|
797
799
|
"onOpen-change"?: (...args: any[]) => any;
|
798
800
|
"onShortcut-change"?: (...args: any[]) => any;
|
799
801
|
}, {
|
800
|
-
panel: import("vue").ComputedRef<import("
|
802
|
+
panel: import("vue").ComputedRef<import("../date-picker/interface").DatePickerPanelType>;
|
801
803
|
publicStringValue: import("vue").ComputedRef<any>;
|
802
804
|
opened: import("vue").ComputedRef<boolean>;
|
803
805
|
visualValue: import("vue").ComputedRef<any>;
|
@@ -820,6 +822,7 @@ declare const BkTimePicker: {
|
|
820
822
|
inputRef: import("vue").Ref<any>;
|
821
823
|
triggerRef: import("vue").Ref<HTMLElement>;
|
822
824
|
pickerPanelRef: import("vue").Ref<any>;
|
825
|
+
teleportTo: import("vue").Ref<any>;
|
823
826
|
handleClose: (e?: Event) => boolean;
|
824
827
|
handleIconClick: () => void;
|
825
828
|
handleInputMouseenter: () => void;
|
@@ -839,7 +842,7 @@ declare const BkTimePicker: {
|
|
839
842
|
internalValue: import("vue").Ref<any>;
|
840
843
|
disableClickOutSide: import("vue").Ref<boolean>;
|
841
844
|
disableCloseUnderTransfer: import("vue").Ref<boolean>;
|
842
|
-
selectionMode: import("vue").Ref<import("
|
845
|
+
selectionMode: import("vue").Ref<import("../date-picker/interface").SelectionModeType>;
|
843
846
|
forceInputRerender: import("vue").Ref<number>;
|
844
847
|
isFocused: import("vue").Ref<boolean>;
|
845
848
|
focusedDate: import("vue").Ref<any>;
|
@@ -852,10 +855,10 @@ declare const BkTimePicker: {
|
|
852
855
|
internalFocus: import("vue").Ref<boolean>;
|
853
856
|
timeEnterMode: import("vue").Ref<boolean>;
|
854
857
|
shortcut: import("vue").Ref<any>;
|
855
|
-
onSelectionModeChange: import("vue").Ref<(_type: any) => import("
|
858
|
+
onSelectionModeChange: import("vue").Ref<(_type: any) => import("../date-picker/interface").SelectionModeType>;
|
856
859
|
tmpValue: import("vue").Ref<any>;
|
857
860
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], "change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", {
|
858
|
-
type: import("
|
861
|
+
type: import("../date-picker/interface").PickerTypeType;
|
859
862
|
width: number;
|
860
863
|
disabled: boolean;
|
861
864
|
placement: import("@popperjs/core").ComputedPlacement;
|
@@ -874,7 +877,7 @@ declare const BkTimePicker: {
|
|
874
877
|
timePickerOptions: {};
|
875
878
|
splitPanels: boolean;
|
876
879
|
appendToBody: boolean;
|
877
|
-
shortcuts: import("
|
880
|
+
shortcuts: import("../date-picker/interface").DatePickerShortcutsType;
|
878
881
|
shortcutClose: boolean;
|
879
882
|
upToNow: boolean;
|
880
883
|
useShortcutText: boolean;
|
@@ -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-time-picker-header {
|
128
131
|
height: 46px;
|