bkui-vue 0.0.1-beta.18 → 0.0.1-beta.19

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.
Files changed (54) hide show
  1. package/dist/bkui-vue.cjs.js +452 -405
  2. package/dist/bkui-vue.esm.js +451 -403
  3. package/dist/bkui-vue.umd.js +452 -405
  4. package/lib/badge/badge.d.ts +1 -1
  5. package/lib/badge/index.d.ts +4 -4
  6. package/lib/breadcrumb/breadcrumb-item.d.ts +1 -1
  7. package/lib/breadcrumb/breadcrumb.d.ts +1 -1
  8. package/lib/breadcrumb/index.d.ts +5 -5
  9. package/lib/button/button.d.ts +1 -1
  10. package/lib/button/index.d.ts +4 -4
  11. package/lib/date-picker/date-picker.d.ts +2 -2
  12. package/lib/date-picker/index.d.ts +7 -7
  13. package/lib/date-picker/index.js +1 -1
  14. package/lib/dialog/dialog.d.ts +12 -3
  15. package/lib/dialog/index.d.ts +27 -8
  16. package/lib/dialog/index.js +1 -1
  17. package/lib/directives/index.js +1 -1
  18. package/lib/divider/divider.d.ts +1 -1
  19. package/lib/divider/index.d.ts +4 -4
  20. package/lib/exception/exception.d.ts +1 -1
  21. package/lib/exception/index.d.ts +4 -4
  22. package/lib/form/form-item.d.ts +2 -2
  23. package/lib/form/index.d.ts +2 -2
  24. package/lib/input/index.d.ts +4 -4
  25. package/lib/input/input.d.ts +1 -1
  26. package/lib/modal/index.d.ts +24 -1
  27. package/lib/modal/index.js +1 -1
  28. package/lib/modal/modal.d.ts +9 -0
  29. package/lib/modal/props.mixin.d.ts +4 -0
  30. package/lib/pagination/index.d.ts +4 -4
  31. package/lib/pagination/pagination.d.ts +1 -1
  32. package/lib/popover/index.d.ts +7 -7
  33. package/lib/popover/popover.d.ts +2 -2
  34. package/lib/progress/index.d.ts +10 -10
  35. package/lib/progress/progress.d.ts +3 -3
  36. package/lib/shared/bk-mask-manager.d.ts +32 -3
  37. package/lib/shared/bk-pop-manager.d.ts +8 -1
  38. package/lib/shared/index.js +1 -1
  39. package/lib/shared/vue-types.d.ts +2 -6
  40. package/lib/sideslider/index.d.ts +23 -4
  41. package/lib/sideslider/sideslider.d.ts +10 -1
  42. package/lib/steps/index.d.ts +4 -4
  43. package/lib/steps/steps.d.ts +1 -1
  44. package/lib/tab/index.d.ts +4 -4
  45. package/lib/tab/tab.d.ts +1 -1
  46. package/lib/table/index.d.ts +4 -4
  47. package/lib/table/index.js +1 -1
  48. package/lib/table/table.d.ts +3 -3
  49. package/lib/table/utils.d.ts +6 -0
  50. package/lib/tree/index.d.ts +4 -4
  51. package/lib/tree/tree.d.ts +1 -1
  52. package/lib/virtual-render/index.d.ts +7 -7
  53. package/lib/virtual-render/virtual-render.d.ts +2 -2
  54. package/package.json +46 -46
@@ -37,68 +37,57 @@ var __publicField = (obj, key, value) => {
37
37
  typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("vue")) : typeof define === "function" && define.amd ? define(["exports", "vue"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.bkuiVue = {}, global.Vue));
38
38
  })(this, function(exports2, vue) {
39
39
  "use strict";
40
- var reset = "html,\nbody {\n padding: 0;\n margin: 0;\n}\n* {\n box-sizing: border-box;\n}\n/**\n * HTML5 display definitions\n * ==========================================================================\n *\n * Correct `block` display not defined for any HTML5 element in IE 8/9.\n * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.\n * Correct `block` display not defined for `main` in IE 11.\n */\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nmenu,\nnav,\nsection,\nsummary {\n display: block;\n}\n/**\n * 1. Correct `inline-block` display not defined in IE 8/9.\n * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n */\naudio,\ncanvas,\nprogress,\nvideo {\n /* 1 */\n display: inline-block;\n /* 2 */\n vertical-align: baseline;\n}\n/**\n * Prevent modern browsers from displaying `audio` without controls.\n * Remove excess height in iOS 5 devices.\n */\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n/**\n * Address `[hidden]` styling not present in IE 8/9/10.\n * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.\n */\n[hidden],\ntemplate {\n display: none;\n}\n/**\n * Links\n * ==========================================================================\n *\n * Remove the gray background color from active links in IE 10.\n */\na {\n background-color: transparent;\n}\n/**\n * Improve readability of focused elements when they are also in an\n * active/hover state.\n */\na:active,\na:hover {\n outline: 0;\n}\n/**\n * Text-level semantics\n * ==========================================================================\n *\n * Address styling not present in IE 8/9/10/11, Safari, and Chrome.\n */\nabbr[title] {\n border-bottom: 1px dotted;\n}\n/**\n * Embedded content\n * ==========================================================================\n *\n * Remove border when inside `a` element in IE 8/9/10.\n */\nimg {\n border: 0;\n}\n/**\n * Correct overflow not hidden in IE 9/10/11.\n */\nsvg:not(:root) {\n overflow: hidden;\n}\n/**\n * Grouping content\n * ==========================================================================\n *\n * Address margin not present in IE 8/9 and Safari.\n */\nfigure {\n margin: 1em 40px;\n}\n/**\n * Address differences between Firefox and other browsers.\n */\nhr {\n height: 0;\n box-sizing: content-box;\n}\n/**\n * Address odd `em`-unit font size rendering in all browsers.\n *\n * Forms\n * ==========================================================================\n *\n * Known limitation: by default, Chrome and Safari on OS X allow very limited\n * styling of `select`, unless a `border` property is set.\n *\n * 1. Correct color not being inherited.\n * Known issue: affects color of disabled elements.\n * 2. Correct font properties not being inherited.\n * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\n */\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n /* 3 */\n margin: 0;\n /* 2 */\n font: inherit;\n /* 1 */\n color: inherit;\n}\n/**\n * Address `overflow` set to `hidden` in IE 8/9/10/11.\n */\nbutton {\n overflow: visible;\n}\n/**\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\n * All other form control elements do not inherit `text-transform` values.\n * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.\n * Correct `select` style inheritance in Firefox.\n */\nbutton,\nselect {\n text-transform: none;\n}\n/**\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.\n * 2. Correct inability to style clickable `input` types in iOS.\n * 3. Improve usability and consistency of cursor style between image-type `input` and others.\n */\nbutton,\nhtml input[type='button'],\ninput[type='reset'],\ninput[type='submit'] {\n /* 3 */\n cursor: pointer;\n /* 2 */\n appearance: button;\n}\n/* Re-set default cursor for disabled elements. */\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n/* Remove inner padding and border in Firefox 4+. */\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n padding: 0;\n border: 0;\n}\n/**\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet.\n */\ninput {\n line-height: normal;\n}\n/**\n * It's recommended that you don't attempt to style these elements.\n * Firefox's implementation doesn't respect box-sizing, padding, or width.\n *\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\n * 2. Remove excess padding in IE 8/9/10.\n */\ninput[type='checkbox'],\ninput[type='radio'] {\n /* 2 */\n padding: 0;\n /* 1 */\n box-sizing: border-box;\n}\n/**\n * Fix the cursor style for Chrome's increment/decrement buttons. For certain\n * `font-size` values of the `input`, it causes the cursor style of the\n * decrement button to change from `default` to `text`.\n */\ninput[type='number']::-webkit-inner-spin-button,\ninput[type='number']::-webkit-outer-spin-button {\n height: auto;\n}\n::-ms-clear,\n::-ms-reveal {\n display: none;\n}\ninput[type='text']::-ms-clear {\n display: none;\n}\ninput[type='text']::-ms-reveal {\n display: none;\n}\n/**\n * 1. Address `appearance` set to `searchfield` in Safari and Chrome.\n * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.\n */\ninput[type='search'] {\n /* 2 */\n box-sizing: content-box;\n /* 1 */\n appearance: textfield;\n}\n/**\n * Remove inner padding and search cancel button in Safari and Chrome on OS X.\n * Safari (but not Chrome) clips the cancel button when the search input has\n * padding (and `textfield` appearance).\n */\ninput[type='search']::-webkit-search-cancel-button,\ninput[type='search']::-webkit-search-decoration {\n appearance: none;\n}\n/**\n * Define consistent border, margin, and padding.\n */\nfieldset {\n padding: 0.35em 0.625em 0.75em;\n margin: 0 2px;\n border: 1px solid #c0c0c0;\n}\n/**\n * 1. Correct `color` not being inherited in IE 8/9/10/11.\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\n */\nlegend {\n /* 2 */\n padding: 0;\n /* 1 */\n border: 0;\n}\n/**\n * Remove default vertical scrollbar in IE 8/9/10/11.\n */\ntextarea {\n overflow: auto;\n}\n/**\n * Don't inherit the `font-weight` (applied by a rule above).\n * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n */\noptgroup {\n font-weight: bold;\n}\n";
41
- var alert = ".bk-alert {\n position: relative;\n font-size: 12px;\n color: #63656e;\n text-align: left;\n word-wrap: break-word;\n border: 1px solid;\n border-radius: 2px;\n}\n.bk-alert .bk-alert-icon-info {\n margin-right: 8px;\n font-size: 16px;\n}\n.bk-alert .icon-close {\n font-size: 17px;\n}\n.bk-alert-wraper {\n display: flex;\n padding: 8px 10px;\n}\n.bk-alert-info {\n background-color: #f0f8ff;\n border-color: #c5daff;\n}\n.bk-alert-info .bk-alert-icon-info {\n color: #3a84ff;\n}\n.bk-alert-success {\n background-color: #f2fff4;\n border-color: #94f5a4;\n}\n.bk-alert-success .bk-alert-icon-info {\n color: #2dcb56;\n}\n.bk-alert-warning {\n background-color: #fff4e2;\n border-color: #ffdfac;\n}\n.bk-alert-warning .bk-alert-icon-info {\n color: #ff9c01;\n}\n.bk-alert-error {\n background-color: #ffeded;\n border-color: #ffd2d2;\n}\n.bk-alert-error .bk-alert-icon-info {\n color: #ea3636;\n}\n.bk-alert-content {\n display: flex;\n flex: 1;\n flex-direction: column;\n overflow: hidden;\n}\n.bk-alert-title {\n line-height: 16px;\n}\n.bk-alert-close {\n padding: 8px 12px 0 6px;\n margin-top: -8px;\n margin-right: -10px;\n font-size: 12px;\n white-space: nowrap;\n cursor: pointer;\n}\n.bk-alert-leave-leave {\n opacity: 1;\n}\n.bk-alert-leave-leave-active {\n overflow: hidden;\n transition: opacity 0.15s, height 0.2s;\n}\n.bk-alert-leave-leave-to {\n opacity: 0;\n}\n";
42
- var backtop = "@keyframes loading-scale-animate {\n 0% {\n transform: scale(1);\n }\n 100% {\n transform: scale(0.6);\n }\n}\n@keyframes fade {\n 100% {\n background-color: transparent;\n }\n}\n.bk-fade-transtion .bk-fade-enter-active,\n.bk-fade-transtion .bk-fade-leave-active {\n transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);\n}\n.bk-fade-transtion .bk-fade-enter,\n.bk-fade-transtion .bk-fade-leave-to {\n opacity: 0;\n}\n.bk-backtop {\n position: fixed;\n display: flex;\n width: 52px;\n height: 52px;\n cursor: pointer;\n background: #fff;\n border-radius: 50%;\n opacity: 1;\n box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);\n align-items: center;\n justify-content: center;\n}\n.bk-fade-enter-active,\n.bk-fade-leave-active {\n transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);\n}\n.bk-fade-enter,\n.bk-fade-leave-to {\n opacity: 0;\n}\n";
43
- var badge = ".bk-badge-main {\n position: relative;\n display: inline-block;\n}\n.bk-badge-main .bk-badge {\n position: relative;\n display: inline-block;\n height: 16px;\n padding: 1px 5px;\n font-size: 12px;\n line-height: 16px;\n text-align: center;\n background-color: white;\n border-radius: 18px;\n}\n.bk-badge-main .bk-badge.pinned {\n position: absolute;\n}\n.bk-badge-main .bk-badge.pinned.top-right {\n top: 0;\n right: 0;\n transform: translate(50%, -50%) scale(1, 1);\n}\n.bk-badge-main .bk-badge.pinned.top-right.fade-center-enter,\n.bk-badge-main .bk-badge.pinned.top-right.fade-center-leave-active {\n opacity: 0;\n transform: translate(50%, -50%) scale(0, 0);\n}\n.bk-badge-main .bk-badge.pinned.right {\n top: 50%;\n right: 0%;\n transform: translate(100%, -50%) scale(1, 1);\n}\n.bk-badge-main .bk-badge.pinned.right.fade-center-enter,\n.bk-badge-main .bk-badge.pinned.right.fade-center-leave-active {\n opacity: 0;\n transform: translate(50%, -50%) scale(0, 0);\n}\n.bk-badge-main .bk-badge.pinned.bottom-right {\n right: 0;\n bottom: 0;\n transform: translate(50%, 50%) scale(1, 1);\n}\n.bk-badge-main .bk-badge.pinned.bottom-right.fade-center-enter,\n.bk-badge-main .bk-badge.pinned.bottom-right.fade-center-leave-active {\n opacity: 0;\n transform: translate(50%, 50%) scale(0, 0);\n}\n.bk-badge-main .bk-badge.pinned.top-left {\n top: 0;\n left: 0;\n transform: translate(-50%, -50%) scale(1, 1);\n}\n.bk-badge-main .bk-badge.pinned.top-left.fade-center-enter,\n.bk-badge-main .bk-badge.pinned.top-left.fade-center-leave-active {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0, 0);\n}\n.bk-badge-main .bk-badge.pinned.bottom-left {\n bottom: 0;\n left: 0;\n transform: translate(-50%, 50%) scale(1, 1);\n}\n.bk-badge-main .bk-badge.pinned.bottom-left.fade-center-enter,\n.bk-badge-main .bk-badge.pinned.bottom-left.fade-center-leave-active {\n opacity: 0;\n transform: translate(-50%, 50%) scale(0, 0);\n}\n.bk-badge-main .bk-badge.bk-danger {\n color: white;\n background-color: #ea3636;\n border: 2px solid white;\n}\n.bk-badge-main .bk-badge.bk-danger.is-icon {\n color: #ea3636;\n background-color: white;\n border-color: white;\n}\n.bk-badge-main .bk-badge.bk-warning {\n color: white;\n background-color: #ff9c01;\n border: 2px solid white;\n}\n.bk-badge-main .bk-badge.bk-warning.is-icon {\n color: #ff9c01;\n background-color: white;\n border-color: white;\n}\n.bk-badge-main .bk-badge.bk-success {\n color: white;\n background-color: #2dcb56;\n border: 2px solid white;\n}\n.bk-badge-main .bk-badge.bk-success.is-icon {\n color: #2dcb56;\n background-color: white;\n border-color: white;\n}\n.bk-badge-main .bk-badge.bk-primary {\n color: white;\n background-color: #3a84ff;\n border: 2px solid white;\n}\n.bk-badge-main .bk-badge.bk-primary.is-icon {\n color: #3a84ff;\n background-color: white;\n border-color: white;\n}\n.bk-badge-main .bk-badge.dot {\n width: 6px;\n height: 6px;\n min-width: 6px;\n padding: 0;\n border: 1px solid white;\n}\n.bk-badge-main .bk-badge.bk-badge-icon {\n display: inline-block;\n padding: 0;\n padding-bottom: 1px;\n font-size: 16px;\n}\n";
44
- var breadcrumb = "@keyframes loading-scale-animate {\n 0% {\n transform: scale(1);\n }\n 100% {\n transform: scale(0.6);\n }\n}\n@keyframes fade {\n 100% {\n background-color: transparent;\n }\n}\n.bk-fade-transtion .bk-fade-enter-active,\n.bk-fade-transtion .bk-fade-leave-active {\n transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);\n}\n.bk-fade-transtion .bk-fade-enter,\n.bk-fade-transtion .bk-fade-leave-to {\n opacity: 0;\n}\n.bk-breadcrumb {\n display: flex;\n font-size: 14px;\n color: #979ba5;\n align-items: center;\n}\n.bk-breadcrumb::after {\n clear: both;\n}\n.bk-breadcrumb-separator {\n margin: 0 9px;\n font-weight: bold;\n}\n.bk-breadcrumb-separator[class*=icon] {\n margin: 0 6px;\n font-weight: normal;\n}\n.bk-breadcrumb-goback {\n margin-right: 12px;\n color: #0082ff;\n cursor: pointer;\n}\n.bk-breadcrumb-goback svg {\n font-size: 26px;\n}\n.bk-breadcrumb-item-inner.is-link,\n.bk-breadcrumb-item-inner a {\n color: #63656e;\n text-decoration: none;\n}\n.bk-breadcrumb-item-inner.is-link:hover,\n.bk-breadcrumb-item-inner a:hover {\n color: #0082ff;\n cursor: pointer;\n}\n.bk-breadcrumb-item:last-child {\n color: #979ba5;\n}\n.bk-breadcrumb-item:last-child .el-breadcrumb__inner,\n.bk-breadcrumb-item:last-child .el-breadcrumb__inner a,\n.bk-breadcrumb-item:last-child .el-breadcrumb__inner:hover,\n.bk-breadcrumb-item:last-child .el-breadcrumb__inner a:hover {\n cursor: text;\n}\n.bk-breadcrumb-item:last-child .bk-breadcrumb-separator {\n display: none;\n}\n";
45
- var button = ".bk-button {\n display: inline-block;\n height: 32px;\n min-width: 64px;\n padding: 0 15px;\n font-size: 14px;\n color: #63656e;\n text-align: center;\n text-decoration: none;\n white-space: nowrap;\n vertical-align: middle;\n cursor: pointer;\n background-color: white;\n border: 1px solid #c4c6cc;\n border-radius: 2px;\n outline: none;\n box-sizing: border-box;\n transition: background-color ease 0.3s;\n appearance: none;\n}\n.bk-button.bk-button-primary {\n background-color: #3a84ff;\n color: white;\n border-color: #3a84ff;\n}\n.bk-button.bk-button-primary:hover {\n background-color: #5594fa;\n border-color: #5594fa;\n}\n.bk-button.bk-button-primary:active {\n background-color: #2c77f4;\n border-color: #2c77f4;\n}\n.bk-button.bk-button-primary.is-disabled {\n background-color: #dcdee5;\n border-color: #dcdee5;\n}\n.bk-button.bk-button-primary.is-outline {\n color: #3a84ff;\n border-color: #3a84ff;\n background-color: white;\n}\n.bk-button.bk-button-primary.is-outline:hover {\n background-color: #5594fa;\n border-color: #5594fa;\n color: white;\n}\n.bk-button.bk-button-primary.is-text {\n color: #3a84ff;\n background: none;\n border: none;\n}\n.bk-button.bk-button-primary.is-text:hover {\n color: #5594fa;\n}\n.bk-button.bk-button-hover-primary:hover {\n background-color: #5594fa;\n border-color: #5594fa;\n color: white;\n}\n.bk-button.bk-button-warning {\n background-color: #ff9c01;\n color: white;\n border-color: #ff9c01;\n}\n.bk-button.bk-button-warning:hover {\n background-color: #ffb848;\n border-color: #ffb848;\n}\n.bk-button.bk-button-warning:active {\n background-color: #eb9000;\n border-color: #eb9000;\n}\n.bk-button.bk-button-warning.is-disabled {\n background-color: #dcdee5;\n border-color: #dcdee5;\n}\n.bk-button.bk-button-warning.is-outline {\n color: #ff9c01;\n border-color: #ff9c01;\n background-color: white;\n}\n.bk-button.bk-button-warning.is-outline:hover {\n background-color: #ffb848;\n border-color: #ffb848;\n color: white;\n}\n.bk-button.bk-button-warning.is-text {\n color: #ff9c01;\n background: none;\n border: none;\n}\n.bk-button.bk-button-warning.is-text:hover {\n color: #ffb848;\n}\n.bk-button.bk-button-hover-warning:hover {\n background-color: #ffb848;\n border-color: #ffb848;\n color: white;\n}\n.bk-button.bk-button-success {\n background-color: #2dcb56;\n color: white;\n border-color: #2dcb56;\n}\n.bk-button.bk-button-success:hover {\n background-color: #45e35f;\n border-color: #45e35f;\n}\n.bk-button.bk-button-success:active {\n background-color: #1ab943;\n border-color: #1ab943;\n}\n.bk-button.bk-button-success.is-disabled {\n background-color: #dcdee5;\n border-color: #dcdee5;\n}\n.bk-button.bk-button-success.is-outline {\n color: #2dcb56;\n border-color: #2dcb56;\n background-color: white;\n}\n.bk-button.bk-button-success.is-outline:hover {\n background-color: #45e35f;\n border-color: #45e35f;\n color: white;\n}\n.bk-button.bk-button-success.is-text {\n color: #2dcb56;\n background: none;\n border: none;\n}\n.bk-button.bk-button-success.is-text:hover {\n color: #45e35f;\n}\n.bk-button.bk-button-hover-success:hover {\n background-color: #45e35f;\n border-color: #45e35f;\n color: white;\n}\n.bk-button.bk-button-danger {\n background-color: #ea3636;\n color: white;\n border-color: #ea3636;\n}\n.bk-button.bk-button-danger:hover {\n background-color: #ff5656;\n border-color: #ff5656;\n}\n.bk-button.bk-button-danger:active {\n background-color: #db2626;\n border-color: #db2626;\n}\n.bk-button.bk-button-danger.is-disabled {\n background-color: #dcdee5;\n border-color: #dcdee5;\n}\n.bk-button.bk-button-danger.is-outline {\n color: #ea3636;\n border-color: #ea3636;\n background-color: white;\n}\n.bk-button.bk-button-danger.is-outline:hover {\n background-color: #ff5656;\n border-color: #ff5656;\n color: white;\n}\n.bk-button.bk-button-danger.is-text {\n color: #ea3636;\n background: none;\n border: none;\n}\n.bk-button.bk-button-danger.is-text:hover {\n color: #ff5656;\n}\n.bk-button.bk-button-hover-danger:hover {\n background-color: #ff5656;\n border-color: #ff5656;\n color: white;\n}\n.bk-button.bk-button-small {\n min-width: 48px;\n height: 26px;\n padding: 0 12px;\n}\n.bk-button.bk-button-large {\n min-width: 74px;\n height: 38px;\n padding: 0 20px;\n}\n.bk-button:hover {\n border-color: #979ba5;\n}\n.bk-button:active {\n color: #3a84ff;\n border-color: #3a84ff;\n}\n.bk-button.is-disabled {\n color: #dcdee5;\n cursor: auto;\n border-color: #dcdee5;\n}\n.bk-button.is-text {\n font-size: 14px;\n color: #63656e;\n text-decoration: none;\n cursor: pointer;\n background: none;\n border: none;\n outline: none;\n}\n.bk-button-group {\n display: inline-block;\n font-size: 0;\n}\n.bk-button-group.bk-button-group-small .bk-button {\n min-width: 48px;\n height: 26px;\n padding: 0 12px;\n}\n.bk-button-group.bk-button-group-large .bk-button {\n min-width: 74px;\n height: 38px;\n padding: 0 20px;\n}\n.bk-button-group .bk-button {\n height: 32px;\n min-width: 64px;\n margin: 0 0 0 -1px;\n border-radius: 0;\n}\n.bk-button-group .bk-button:not(.is-disabled) {\n color: #63656e;\n background-color: white;\n border-color: #c4c6cc;\n}\n.bk-button-group .bk-button:first-child {\n border-radius: 2px 0 0 2px;\n}\n.bk-button-group .bk-button:last-child {\n border-radius: 0 2px 2px 0;\n}\n.bk-button-group .bk-button:only-child {\n border-radius: 2px;\n}\n.bk-button-group .bk-button:hover:not(.is-disabled),\n.bk-button-group .bk-button.is-selected:not(.is-disabled) {\n position: relative;\n z-index: 1;\n color: #3a84ff;\n background-color: white;\n border-color: #3a84ff;\n}\n";
46
- var card = "@keyframes loading-scale-animate {\n 0% {\n transform: scale(1);\n }\n 100% {\n transform: scale(0.6);\n }\n}\n@keyframes fade {\n 100% {\n background-color: transparent;\n }\n}\n.bk-fade-transtion .bk-fade-enter-active,\n.bk-fade-transtion .bk-fade-leave-active {\n transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);\n}\n.bk-fade-transtion .bk-fade-enter,\n.bk-fade-transtion .bk-fade-leave-to {\n opacity: 0;\n}\n.bk-card {\n position: relative;\n display: inline-block;\n width: 100%;\n text-align: left;\n cursor: pointer;\n background: white;\n border: 1px solid #dcdee5;\n border-radius: 2px;\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);\n}\n.bk-card .bk-card-head {\n position: relative;\n width: 100%;\n height: 50px;\n padding: 0 20px;\n line-height: 50px;\n border-bottom: 1px solid #f0f2f5;\n}\n.bk-card .bk-card-head .title {\n font-weight: 600;\n color: #63656e;\n display: inline-block;\n max-width: 85%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.bk-card .bk-card-body {\n width: 100%;\n padding: 0 20px;\n text-align: left;\n}\n.bk-card .bk-card-footer {\n width: 100%;\n height: 50px;\n line-height: 50px;\n border-top: 1px solid #f0f2f5;\n}\n.bk-card-border-none {\n border: none;\n}\n";
47
- var checkbox = ".bk-checkbox {\n display: inline-block;\n margin-right: 30px;\n font-size: 14px;\n letter-spacing: normal;\n color: #63656e;\n cursor: pointer;\n user-select: none;\n}\n.bk-checkbox.is-checked .bk-checkbox-input {\n background: #3a84ff;\n border-color: #3a84ff;\n transition: all 0.1s;\n}\n.bk-checkbox.is-checked .bk-checkbox-input::after {\n position: absolute;\n top: 1px;\n left: 5px;\n width: 4px;\n height: 8px;\n border: 2px solid #fff;\n border-top: 0;\n border-left: 0;\n content: '';\n transform: scaleY(1) rotate(45deg);\n transform-origin: center;\n}\n.bk-checkbox.is-disabled {\n color: #c4c6cc;\n cursor: not-allowed;\n}\n.bk-checkbox.is-disabled .bk-checkbox-input {\n background: #fafbfd;\n border-color: #dcdee5;\n}\n.bk-checkbox.is-disabled .bk-checkbox-input::after {\n background: #dcdee5;\n}\n.bk-checkbox.is-disabled.is-checked .bk-checkbox-input {\n background: #dcdee5;\n}\n.bk-checkbox .bk-checkbox-input {\n position: relative;\n display: inline-block;\n width: 16px;\n height: 16px;\n margin-right: 5px;\n vertical-align: middle;\n border: 1px solid #979ba5;\n border-radius: 2px;\n}\n.bk-checkbox .bk-checkbox-original {\n position: absolute;\n top: 0;\n left: 0;\n z-index: -1;\n width: 0;\n height: 0;\n}\n.bk-checkbox .bk-checkbox-label {\n display: inline-block;\n line-height: 18px;\n vertical-align: middle;\n}\n";
48
- var collapse = ".bk-collapse-wrapper .bk-collapse-item {\n text-align: left;\n}\n.bk-collapse-wrapper .bk-collapse-item .bk-collapse-header {\n position: relative;\n height: 42px;\n padding: 0 10px;\n overflow: hidden;\n font-size: 14px;\n line-height: 42px;\n color: #63656e;\n text-overflow: ellipsis;\n cursor: pointer;\n}\n.bk-collapse-wrapper .bk-collapse-item .bk-collapse-header .bk-collapse-icon {\n position: absolute;\n right: 10px;\n}\n.bk-collapse-wrapper .bk-collapse-item .bk-collapse-header .bk-collapse-icon svg {\n font-size: 20px;\n}\n.bk-collapse-wrapper .bk-collapse-item .bk-collapse-content {\n display: none;\n padding: 0 10px;\n font-size: 13px;\n color: #979ba5;\n}\n.bk-collapse-wrapper .bk-collapse-item .bk-collapse-content.active {\n display: block;\n}\n";
49
- var dialog = ".bk-modal-wrapper.bk-dialog-wrapper {\n position: relative;\n}\n.bk-modal-wrapper.bk-dialog-wrapper * {\n box-sizing: border-box;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n.bk-modal-wrapper.bk-dialog-wrapper.scroll-able .bk-modal-content {\n overflow: auto;\n}\n.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-tool {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n height: 30px;\n}\n.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-tool .bk-dialog-close {\n position: absolute;\n top: 5px;\n right: 5px;\n display: flex;\n width: 26px;\n height: 26px;\n font-size: 22px;\n font-weight: 700;\n line-height: 26px;\n color: #979ba5;\n text-align: center;\n cursor: pointer;\n border-radius: 50%;\n transform: rotate(45deg);\n justify-content: center;\n align-items: center;\n}\n.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-header {\n padding: 24px;\n font-size: 20px;\n line-height: 1;\n}\n.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-header .bk-dialog-title {\n display: inline-block;\n width: 100%;\n overflow: hidden;\n font-size: 24px;\n color: #313238;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.bk-modal-wrapper.bk-dialog-wrapper .bk-modal-content {\n height: calc(100% - 132px);\n padding: 3px 24px 26px;\n margin-bottom: 58px;\n font-size: 14px;\n line-height: 1.5;\n color: #63656e;\n}\n.bk-modal-wrapper.bk-dialog-wrapper .bk-modal-footer {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 58px;\n padding: 12px 24px;\n background-color: #fafbfd;\n border-top: 1px solid #dcdee5;\n border-radius: 2px;\n}\n";
50
- var exception = ".bk-exception-wrapper {\n position: relative;\n display: flex;\n width: 100%;\n align-items: center;\n flex-direction: column;\n}\n.bk-exception-wrapper .bk-exception-img {\n display: flex;\n width: 480px;\n height: 240px;\n align-items: center;\n justify-content: center;\n}\n.bk-exception-wrapper .bk-exception-img.part-img {\n width: 120px;\n height: 100px;\n}\n.bk-exception-wrapper .bk-exception-img .exception-image {\n display: block;\n height: 100%;\n vertical-align: middle;\n object-fit: contain;\n}\n.bk-exception-wrapper .bk-exception-text {\n font-size: 24px;\n color: #63656e;\n text-align: center;\n}\n.bk-exception-wrapper .bk-exception-text.part-text {\n font-size: 14px;\n}\n";
51
- var fixedNavbar = ".bk-fixed-navbar {\n position: fixed;\n right: 10px;\n width: 52px;\n padding: 22px 14px;\n background: #fff;\n border-radius: 26px;\n opacity: 1;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);\n box-sizing: border-box;\n}\n.bk-fixed-navbar.middle {\n top: 50%;\n transform: translateY(-50%);\n}\n.bk-fixed-navbar.bottom {\n bottom: 10%;\n}\n.bk-fixed-navbar.top {\n top: 10%;\n}\n.bk-fixed-navbar .fixed-navbar-item {\n display: flex;\n color: #63656e;\n align-items: center;\n justify-content: center;\n flex-direction: column;\n}\n.bk-fixed-navbar .fixed-navbar-item:hover {\n color: #3a84ff;\n cursor: pointer;\n}\n.bk-fixed-navbar .fixed-navbar-item:not(:last-of-type) {\n margin-bottom: 25px;\n}\n.bk-fixed-navbar .fixed-navbar-item .icon {\n margin-bottom: 5px;\n font-size: 17px;\n}\n.bk-fixed-navbar .fixed-navbar-item .text {\n font-size: 12px;\n}\n";
52
- var input = "@keyframes loading-scale-animate {\n 0% {\n transform: scale(1);\n }\n 100% {\n transform: scale(0.6);\n }\n}\n@keyframes fade {\n 100% {\n background-color: transparent;\n }\n}\n.bk-fade-transtion .bk-fade-enter-active,\n.bk-fade-transtion .bk-fade-leave-active {\n transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);\n}\n.bk-fade-transtion .bk-fade-enter,\n.bk-fade-transtion .bk-fade-leave-to {\n opacity: 0;\n}\n.bk-input {\n display: flex;\n align-items: stretch;\n height: 32px;\n font-size: 12px;\n border: 1px solid #c4c6cc;\n border-radius: 2px;\n transition: all 0.3s;\n}\n.bk-input--suffix-icon {\n padding-right: 10px;\n font-size: 16px;\n line-height: 1;\n color: #c4c6cc;\n align-self: center;\n}\n.bk-input--large {\n height: 38px;\n font-size: 16px;\n}\n.bk-input--small {\n height: 26px;\n font-size: 12px;\n}\n.bk-input.is-focused:not(.is-readonly) {\n border-color: #3a84ff;\n outline: 0;\n box-shadow: 0px 0px 3px 0px #a3c5fd;\n}\n.bk-input.is-disabled {\n cursor: not-allowed;\n background-color: #fafbfd;\n opacity: 1;\n}\n.bk-input--prefix-area,\n.bk-input--suffix-area {\n display: flex;\n padding: 0 10px;\n color: #63656e;\n background-color: #f4f6fa;\n border-right: 1px solid #c4c6cc;\n align-items: center;\n}\n.bk-input--suffix-area {\n border: 0;\n border-left: 1px solid #c4c6cc;\n}\n.bk-input--max-length {\n align-self: center;\n padding-right: 10px;\n}\n.bk-input--max-length span {\n color: #979ba5;\n}\n.bk-input--text {\n padding: 0 10px;\n font-size: 12px;\n line-height: 1;\n color: #63656e;\n background-color: white;\n background-image: none;\n border: none;\n outline: none;\n box-sizing: border-box;\n transition: all 0.3s;\n flex: 1;\n}\n.bk-input--text[type='search']::-webkit-search-decoration,\n.bk-input--text[type='search']::-webkit-search-cancel-button,\n.bk-input--text[type='search']::-webkit-search-results-button,\n.bk-input--text[type='search']::-webkit-search-results-decoration {\n appearance: none;\n}\n.bk-input--text [type=search]::-ms-clear {\n display: none;\n width: 0;\n height: 0;\n}\n.bk-input--text [type=search]::-ms-reveal {\n display: none;\n width: 0;\n height: 0;\n}\n.bk-input--text[type='number']::-webkit-inner-spin-button,\n.bk-input--text[type='number']::-webkit-outer-spin-button {\n margin: 0;\n appearance: none;\n}\n.bk-input--text::placeholder {\n color: #c4c6cc;\n}\n.bk-input--number-control {\n width: 26px;\n height: 100%;\n font-size: 0;\n flex-direction: column;\n}\n.bk-input--number-control span {\n display: block;\n height: 50%;\n overflow: hidden;\n color: #c4c6cc;\n}\n.bk-input--number-control svg {\n font-size: 16px;\n}\n.bk-input--number-control span:first-child {\n transform: rotate(180deg);\n}\n.bk-input--number-control span:hover {\n background-color: #f4f6fa;\n}\n";
53
- var link = ".bk-link {\n font-size: 14px;\n text-decoration: none;\n}\n.bk-link.is-disabled {\n cursor: not-allowed;\n}\n.bk-link.has-underline {\n text-decoration: underline;\n}\n.bk-link.default {\n color: #63656e;\n}\n.bk-link.default.is-disabled {\n color: #dcdee5;\n}\n.bk-link.default:hover {\n color: #979ba5;\n}\n.bk-link.primary {\n color: #3a84ff;\n}\n.bk-link.primary.is-disabled {\n color: #a3c5fd;\n}\n.bk-link.primary:hover {\n color: #699df4;\n}\n.bk-link.success {\n color: #2dcb56;\n}\n.bk-link.success.is-disabled {\n color: #94f5a4;\n}\n.bk-link.success:hover {\n color: #45e35f;\n}\n.bk-link.warning {\n color: #ff9c01;\n}\n.bk-link.warning.is-disabled {\n color: #ffd695;\n}\n.bk-link.warning:hover {\n color: #ffb848;\n}\n.bk-link.danger {\n color: #ea3636;\n}\n.bk-link.danger:hover {\n color: #ff5656;\n}\n.bk-link.danger.is-disabled {\n color: #fd9c9c;\n}\n";
54
- var dropdown = ".bk-dropdown {\n display: inline-block;\n}\n.bk-dropdown .bk-dropdown-content {\n display: none;\n box-shadow: 0 2px 6px rgba(51, 60, 72, 0.1);\n}\n.bk-dropdown .bk-dropdown-content[data-show] {\n display: block;\n}\n.bk-dropdown-menu {\n min-width: 100%;\n padding: 5px 0;\n margin: 0;\n background: #fff;\n border: 1px solid #dcdee5;\n border-radius: 2px;\n box-sizing: border-box;\n}\n.bk-dropdown-menu::-webkit-scrollbar {\n width: 4px;\n height: 4px;\n}\n.bk-dropdown-menu::-webkit-scrollbar-thumb {\n background: #dde4eb;\n border-radius: 20px;\n box-shadow: inset 0 0 6px hsla(0, 0%, 80%, 0.3);\n}\n.bk-dropdown-item {\n display: block;\n height: 32px;\n padding: 0 16px;\n font-size: 12px;\n line-height: 33px;\n color: #63656e;\n white-space: nowrap;\n list-style: none;\n cursor: pointer;\n}\n.bk-dropdown-item:hover {\n color: #3a84ff;\n background-color: #eaf3ff;\n}\n";
55
- var loading = "@keyframes loading-scale-animate {\n 0% {\n transform: scale(1);\n }\n 100% {\n transform: scale(0.6);\n }\n}\n@keyframes fade {\n 100% {\n background-color: transparent;\n }\n}\n.bk-fade-transtion .bk-fade-enter-active,\n.bk-fade-transtion .bk-fade-leave-active {\n transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);\n}\n.bk-fade-transtion .bk-fade-enter,\n.bk-fade-transtion .bk-fade-leave-to {\n opacity: 0;\n}\n.bk-loading-wrapper {\n position: static;\n display: inline-block;\n font-size: 0;\n}\n.bk-loading-wrapper.bk-nested-loading {\n position: relative;\n}\n.bk-loading-wrapper.bk-nested-loading .bk-loading-indicator {\n position: absolute;\n top: 50%;\n left: 50%;\n z-index: 4;\n transform: translate(-50%, -50%);\n}\n.bk-loading-wrapper .bk-loading-mask {\n opacity: 0.5;\n}\n.bk-loading-wrapper .bk-loading-mask::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 10;\n width: 100%;\n height: 100%;\n background-color: rgba(255, 255, 255, 0.9);\n content: '';\n}\n.bk-loading-wrapper .bk-loading-indicator {\n font-size: 14px;\n}\n.bk-loading-wrapper .bk-loading-indicator .dot-1 {\n background-color: #ea3636;\n animation-delay: 0.1s;\n}\n.bk-loading-wrapper .bk-loading-indicator .dot-2 {\n background-color: #ff9c01;\n animation-delay: 0.25s;\n}\n.bk-loading-wrapper .bk-loading-indicator .dot-3 {\n background-color: #2dcb56;\n animation-delay: 0.4s;\n}\n.bk-loading-wrapper .bk-loading-indicator .dot-4 {\n background-color: #3a84ff;\n animation-delay: 0.55s;\n margin-right: 0;\n}\n.bk-loading-wrapper .bk-loading-indicator .oval-1 {\n transform: rotate(-135deg);\n animation-delay: 0.6s;\n}\n.bk-loading-wrapper .bk-loading-indicator .oval-2 {\n transform: rotate(-90deg);\n animation-delay: 0.75s;\n}\n.bk-loading-wrapper .bk-loading-indicator .oval-3 {\n transform: rotate(-45deg);\n animation-delay: 0.9s;\n}\n.bk-loading-wrapper .bk-loading-indicator .oval-4 {\n transform: rotate(0deg);\n animation-delay: 1.05s;\n}\n.bk-loading-wrapper .bk-loading-indicator .oval-5 {\n transform: rotate(45deg);\n animation-delay: 1.2s;\n}\n.bk-loading-wrapper .bk-loading-indicator .oval-6 {\n transform: rotate(90deg);\n animation-delay: 1.35s;\n}\n.bk-loading-wrapper .bk-loading-indicator .oval-7 {\n transform: rotate(135deg);\n animation-delay: 1.5s;\n}\n.bk-loading-wrapper .bk-loading-indicator .oval-8 {\n transform: rotate(180deg);\n animation-delay: 1.65s;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .oval,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot1,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot2,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot3,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot4 {\n background-color: #2dcb56;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .oval,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot1,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot2,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot3,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot4 {\n background-color: #ea3636;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .oval,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot1,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot2,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot3,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot4 {\n background-color: #ff9c01;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .oval,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot1,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot2,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot3,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot4 {\n background-color: #3a84ff;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .oval,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot1,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot2,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot3,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot4 {\n background-color: white;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .oval,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot1,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot2,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot3,\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot4 {\n background-color: #c4c6cc;\n}\n.bk-loading-wrapper .bk-loading-indicator .bk-spin-indicator {\n height: 40px;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .bk-spin-indicator {\n height: 22px;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .dot {\n width: 6px;\n height: 6px;\n margin-right: 6px;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .dot.dot-4 {\n margin-right: 0;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .oval {\n width: 4px;\n height: 5px;\n border-radius: 5px;\n transform-origin: center 11px;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .bk-loading-title {\n font-size: 12px;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .bk-spin-indicator {\n height: 52px;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .dot {\n width: 20px;\n height: 20px;\n margin-right: 12px;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .dot.dot-4 {\n margin-right: 0;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .oval {\n width: 8px;\n height: 12px;\n border-radius: 12px;\n transform-origin: center 26px;\n}\n.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .bk-loading-title {\n font-size: 14px;\n}\n.bk-loading-wrapper .bk-loading-indicator .bk-loading-title {\n margin-top: 8px;\n font-size: 14px;\n line-height: normal;\n color: #63656e;\n text-align: center;\n}\n.bk-loading-wrapper .bk-loading-indicator .dot {\n display: inline-block;\n width: 14px;\n height: 14px;\n margin-right: 10px;\n border-radius: 50%;\n transform: scale(0.6);\n animation-duration: 0.8s;\n animation-iteration-count: infinite;\n animation-name: loading-scale-animate;\n animation-direction: normal;\n}\n.bk-loading-wrapper .bk-loading-indicator .oval {\n position: absolute;\n width: 6px;\n height: 8px;\n background-color: #63656e;\n border-radius: 8px;\n animation-duration: 1.2s;\n animation-iteration-count: infinite;\n animation-name: fade;\n transform-origin: center 20px;\n animation-direction: normal;\n}\n";
56
- var modal = ".bk-modal-wrapper {\n position: absolute;\n top: 50%;\n left: 50%;\n background: #fff;\n transform: translate(-50%, -50%);\n}\n.bk-modal-wrapper .bk-modal-body {\n height: 100%;\n box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n}\n";
57
- var popover = ".bk-popover .bk-popover-reference {\n display: inline-block;\n}\n.bk-popover .fade-in-enter-active,\n.bk-popover .fade-in-linear-leave-active {\n transition: opacity 200ms linear;\n}\n.bk-popover .fade-in-enter,\n.bk-popover .fade-in-leave,\n.bk-popover .fade-in-leave-active {\n opacity: 0;\n}\n.bk-popover-content {\n display: none;\n padding: 7px 14px;\n font-size: 12px;\n color: #fff;\n background: #26323d;\n border-radius: 4px;\n box-sizing: border-box;\n}\n.bk-popover-content[data-theme^='dark'] {\n color: #fff;\n background: #26323d;\n}\n.bk-popover-content[data-theme^='light'] {\n color: #26323d;\n background-color: #fff;\n box-shadow: 0 0 6px 0 #dcdee5;\n}\n.bk-popover-content[data-theme^='light'][data-show] {\n box-shadow: 0 0 6px 0 #dcdee5;\n}\n.bk-popover-content[data-show] {\n display: block;\n}\n.bk-popover-content .arrow {\n position: absolute;\n z-index: -1;\n width: 8px;\n height: 8px;\n background: inherit;\n visibility: hidden;\n}\n.bk-popover-content .arrow::before {\n position: absolute;\n width: 8px;\n height: 8px;\n background: inherit;\n content: '';\n visibility: visible;\n transform: rotate(45deg);\n}\n.bk-popover-content[data-popper-placement^='top'] > .arrow {\n bottom: -4px;\n}\n.bk-popover-content[data-popper-placement^='bottom'] > .arrow {\n top: -4px;\n}\n.bk-popover-content[data-popper-placement^='left'] > .arrow {\n right: -4px;\n}\n.bk-popover-content[data-popper-placement^='right'] > .arrow {\n left: -4px;\n}\n";
58
- var progress = "@keyframes loading-scale-animate {\n 0% {\n transform: scale(1);\n }\n 100% {\n transform: scale(0.6);\n }\n}\n@keyframes fade {\n 100% {\n background-color: transparent;\n }\n}\n.bk-fade-transtion .bk-fade-enter-active,\n.bk-fade-transtion .bk-fade-leave-active {\n transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);\n}\n.bk-fade-transtion .bk-fade-enter,\n.bk-fade-transtion .bk-fade-leave-to {\n opacity: 0;\n}\n.bk-progress {\n display: inline-block;\n}\n.bk-progress .progress-outer {\n display: flex;\n width: 100%;\n align-items: center;\n}\n.bk-progress .progress-bar {\n position: relative;\n width: 100%;\n height: 4px;\n text-align: center;\n vertical-align: middle;\n background: #f0f1f5;\n border-radius: 50px;\n}\n.bk-progress .progress-bar.bk-progress-small {\n height: 2px;\n}\n.bk-progress .progress-bar.bk-progress-normal {\n height: 4px;\n}\n.bk-progress .progress-bar.bk-progress-large {\n height: 12px;\n}\n.bk-progress .progress-inner {\n position: absolute;\n top: 0;\n left: 0;\n width: 50%;\n height: 100%;\n border-radius: 50px;\n transition: width 0.5s ease;\n}\n.bk-progress .progress-inner.bk-primary {\n background: #3a84ff;\n}\n.bk-progress .progress-inner.bk-success {\n background: #2dcb56;\n}\n.bk-progress .progress-inner.bk-warning {\n background: #ff9c01;\n}\n.bk-progress .progress-inner.bk-danger {\n background: #ea3636;\n}\n.bk-progress .inner-text {\n width: 100%;\n height: 100%;\n color: #fff;\n text-align: center;\n}\n.bk-progress .progress-text {\n width: 7%;\n text-align: center;\n}\n.bk-progress .progress-circle-text {\n position: absolute;\n top: 50%;\n left: 0;\n width: 100%;\n margin: 0;\n text-align: center;\n transform: translateY(-50%);\n}\n.bk-progress-line {\n width: 100%;\n}\n.bk-progress-circle,\n.bk-progress-dashboard {\n position: relative;\n}\n";
59
- var radio = ".bk-radio {\n display: inline-block;\n margin-right: 30px;\n font-size: 12px;\n font-weight: normal;\n line-height: 1;\n letter-spacing: normal;\n color: #63656e;\n white-space: nowrap;\n cursor: pointer;\n outline: none;\n user-select: none;\n}\n.bk-radio:last-child {\n margin-right: 0;\n}\n.bk-radio.is-checked .bk-radio-input {\n padding: 3px;\n color: #3a84ff;\n background-color: #3a84ff;\n border-color: #3a84ff;\n}\n.bk-radio.is-disabled {\n color: #dcdee5;\n cursor: not-allowed;\n}\n.bk-radio.is-disabled.is-checked .bk-radio-input {\n background-color: #dcdee5;\n}\n.bk-radio.is-disabled .bk-radio-input {\n cursor: not-allowed;\n border-color: #dcdee5;\n}\n.bk-radio.is-disabled .bk-radio-text {\n cursor: not-allowed;\n}\n.bk-radio.is-focus .bk-radio-input {\n border-color: #3a84ff;\n}\n.bk-radio .bk-radio-text {\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n color: #63656e;\n vertical-align: middle;\n cursor: pointer;\n}\n.bk-radio .bk-radio-input {\n position: relative;\n display: inline-block;\n width: 16px;\n height: 16px;\n margin: 0 5px 0 0;\n color: #fff;\n vertical-align: middle;\n cursor: pointer;\n background-color: #fff;\n border: 1px solid #63656e;\n border-radius: 50%;\n outline: none;\n visibility: visible;\n transition: all 0.3s;\n background-clip: content-box;\n appearance: none;\n}\n.bk-radio-button {\n position: relative;\n z-index: 1;\n display: inline-block;\n font-size: 0;\n font-weight: normal;\n line-height: 1;\n letter-spacing: normal;\n color: #63656e;\n white-space: nowrap;\n cursor: pointer;\n outline: none;\n opacity: 1;\n user-select: none;\n}\n.bk-radio-button:nth-child(n+2) {\n margin-left: -1px;\n}\n.bk-radio-button:first-child .bk-radio-button-text {\n border-bottom-left-radius: 2px;\n border-top-left-radius: 2px;\n}\n.bk-radio-button:last-child .bk-radio-button-text {\n border-top-right-radius: 2px;\n border-bottom-right-radius: 2px;\n}\n.bk-radio-button.is-checked {\n z-index: 2;\n}\n.bk-radio-button.is-checked .bk-radio-button-text {\n color: #fff;\n background: #3a84ff;\n border-color: #3a84ff;\n}\n.bk-radio-button.is-disabled {\n z-index: 0;\n color: #dcdee5;\n cursor: not-allowed;\n}\n.bk-radio-button.is-disabled .bk-radio-button-text {\n cursor: not-allowed;\n background: #dcdee5;\n border-color: #dcdee5;\n}\n.bk-radio-button.is-focus .bk-radio-button-text {\n border-color: #3a84ff;\n}\n.bk-radio-button .bk-radio-button-input {\n position: absolute;\n z-index: -1;\n outline: none;\n opacity: 0;\n}\n.bk-radio-button .bk-radio-button-text {\n height: 32px;\n padding: 0 18px;\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n line-height: 32px;\n color: #63656e;\n text-align: center;\n vertical-align: middle;\n cursor: pointer;\n border: 1px solid #63656e;\n transition: all 0.3s;\n}\n.bk-radio-group {\n display: inline-block;\n font-size: 0;\n line-height: 0;\n letter-spacing: normal;\n}\n";
60
- var rate = ".bk-rate {\n position: relative;\n}\n.bk-rate .bk-score-real {\n position: absolute;\n top: 0;\n left: 0;\n display: flex;\n overflow: hidden;\n}\n";
61
- var star$1 = ".bk-rate-stars {\n padding: 0;\n margin: 0;\n}\n.bk-rate-stars .bk-is-edit {\n cursor: pointer;\n}\n.bk-rate-stars:after {\n display: table;\n clear: both;\n content: '';\n}\n.bk-rate-stars .bk-rate-star {\n float: left;\n margin-right: 3px;\n enable-background: new 0 0 64 64;\n fill: #c5c7d1;\n}\n.bk-rate-stars .bk-rate-star.bk-is-select {\n fill: #ffb848;\n}\n.bk-rate-stars .bk-rate-star:last-child {\n margin-right: 0;\n}\n";
62
- var select = ".bk-select {\n display: inline-block;\n}\n.bk-select ul {\n padding: 0;\n margin: 0;\n font-weight: normal;\n list-style: none;\n}\n.bk-select .bk-popover-content {\n padding: 0;\n}\n.bk-select.is-focus .bk-select-trigger .bk-select-input {\n border-color: #3a84ff;\n box-shadow: 0px 0px 3px 0px #a3c5fd;\n}\n.bk-select.is-disabled .bk-select-trigger .bk-select-input {\n cursor: not-allowed;\n background: #fafbfd;\n border-color: #dcdee5;\n box-shadow: unset;\n}\n.bk-select.popover-show .bk-select-trigger .angle-up {\n transform: rotate(0);\n}\n.bk-select .bk-select-trigger {\n position: relative;\n cursor: pointer;\n}\n.bk-select .bk-select-trigger .bk-select-input {\n width: 100%;\n height: 32px;\n padding: 0 28px 0 10px;\n font-size: 12px;\n line-height: normal;\n color: #63656e;\n text-align: left;\n vertical-align: middle;\n cursor: pointer;\n background-color: white;\n border: 1px solid #c4c6cc;\n border-radius: 2px;\n outline: none;\n box-sizing: border-box;\n transition: all 0.1s;\n resize: none;\n}\n.bk-select .bk-select-trigger .bk-select-input::placeholder {\n color: #c4c6cc;\n}\n.bk-select .bk-select-trigger .bk-select-prefix {\n position: absolute;\n top: 6px;\n left: 4px;\n font-size: 14px;\n}\n.bk-select .bk-select-trigger .angle-up {\n transform: rotate(180deg);\n transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n display: flex;\n align-items: center;\n justify-content: center;\n width: 20px;\n height: 20px;\n font-size: 20px;\n color: #979ba5;\n position: absolute;\n top: 6px;\n right: 4px;\n}\n.bk-select .bk-select-trigger .clear-icon {\n transition: all 0.1s;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 20px;\n height: 20px;\n font-size: 14px;\n color: #c4c6cc;\n position: absolute;\n top: 6px;\n right: 4px;\n}\n.bk-select .bk-select-trigger .clear-icon:hover {\n color: #979ba5;\n}\n.bk-select .bk-select-trigger .spinner {\n position: absolute;\n top: 6px;\n right: 4px;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 20px;\n height: 20px;\n font-size: 16px;\n color: #3A84FF;\n}\n.bk-select .bk-select-empty {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 56px;\n color: #63656e;\n}\n.bk-select .bk-select-empty .spinner {\n display: flex;\n width: 14px;\n height: 14px;\n margin-right: 4px;\n font-size: 14px;\n color: #c4c6cc;\n align-items: center;\n justify-content: center;\n}\n.bk-select .bk-select-dropdown {\n overflow: auto;\n}\n.bk-select .bk-select-dropdown .bk-select-search {\n position: relative;\n padding: 0 5px;\n}\n.bk-select .bk-select-dropdown .bk-select-search-icon {\n position: absolute;\n top: 50%;\n left: 8px;\n font-size: 16px;\n color: #979ba5;\n transform: translateY(-50%);\n}\n.bk-select .bk-select-dropdown .bk-select-search-input {\n width: 100%;\n height: 32px;\n padding: 0 10px 0 26px;\n font-size: 12px;\n cursor: text;\n border: none;\n border-bottom: 1px solid #dcdee5;\n outline: 0;\n}\n.bk-select .bk-select-extension {\n display: flex;\n height: 40px;\n background-color: #fafbfd;\n align-items: center;\n}\n.bk-select .bk-select-options {\n padding: 8px 0;\n}\n.bk-select .bk-select-option {\n position: relative;\n height: 32px;\n padding: 0 12px;\n line-height: 32px;\n color: #63656e;\n text-align: left;\n cursor: pointer;\n user-select: none;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.bk-select .bk-select-option:hover {\n color: #3a84ff;\n background-color: #f5f7fa;\n}\n.bk-select .bk-select-option.is-selected {\n color: #3a84ff;\n}\n.bk-select .bk-select-option.is-selected.is-multiple::after {\n position: absolute;\n right: 12px;\n font-size: 12px;\n font-weight: 700;\n content: '\\2713';\n}\n.bk-select .bk-select-option.is-disabled {\n color: #c4c6cc;\n cursor: not-allowed;\n background-color: transparent;\n}\n.bk-select .bk-option-group-label {\n height: 32px;\n padding: 0 8px;\n line-height: 32px;\n color: #979ba5;\n text-align: left;\n}\n.bk-select .bk-option-group-label.collapsible {\n cursor: pointer;\n}\n.bk-select .bk-option-group.collapsible .bk-select-option {\n padding-left: 40px;\n}\n.bk-select .bk-option-group .default-group-label {\n display: flex;\n user-select: none;\n align-items: center;\n}\n.bk-select .bk-option-group .default-group-label-icon {\n display: flex;\n width: 12px;\n height: 12px;\n margin-right: 8px;\n font-size: 12px;\n transition: all 0.1s;\n align-items: center;\n justify-content: center;\n}\n.bk-select .bk-option-group .default-group-label-icon.collapse {\n transform: rotate(-90deg);\n}\n.bk-select .bk-option-group .bk-select-option {\n padding-left: 24px;\n}\n";
63
- var sideslider = ".bk-modal-wrapper.bk-sideslider-wrapper {\n position: fixed;\n top: 0;\n bottom: 0;\n left: auto;\n background: #fff;\n transform: initial;\n box-shadow: -5px 0 8px -5px rgba(0, 0, 0, 0.2);\n}\n.bk-modal-wrapper.bk-sideslider-wrapper.scroll-able .bk-modal-content {\n overflow: auto;\n}\n.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header {\n width: 100%;\n height: 60px;\n background: #fff;\n border-bottom: 1px solid #dcdee5;\n}\n.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-close {\n position: absolute;\n top: 0;\n width: 30px;\n height: 60px;\n font-size: 24px;\n line-height: 60px;\n color: #fff;\n text-align: center;\n cursor: pointer;\n background-color: #3a84ff;\n}\n.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-close.right {\n left: 0;\n}\n.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-close.right::before {\n top: 50%;\n left: 50%;\n display: inline-block;\n width: 8px;\n height: 8px;\n border-top: solid 2px #fff;\n border-right: solid 2px #fff;\n content: '';\n transform: translate(-50%, -50%) rotate(45deg);\n}\n.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-close.left {\n right: 0;\n}\n.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-close.left::before {\n top: 50%;\n left: 50%;\n display: inline-block;\n width: 8px;\n height: 8px;\n border-top: solid 2px #fff;\n border-left: solid 2px #fff;\n content: '';\n transform: translate(50%, -50%) rotate(-45deg);\n}\n.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title {\n height: 60px;\n padding-left: 30px;\n font-size: 16px;\n font-weight: 700;\n line-height: 60px;\n color: #666;\n}\n.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title.right {\n padding: 0px 0px 0px 50px;\n}\n";
64
- var switcher = "@keyframes loading-scale-animate {\n 0% {\n transform: scale(1);\n }\n 100% {\n transform: scale(0.6);\n }\n}\n@keyframes fade {\n 100% {\n background-color: transparent;\n }\n}\n.bk-fade-transtion .bk-fade-enter-active,\n.bk-fade-transtion .bk-fade-leave-active {\n transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);\n}\n.bk-fade-transtion .bk-fade-enter,\n.bk-fade-transtion .bk-fade-leave-to {\n opacity: 0;\n}\n.bk-switcher {\n position: relative;\n display: inline-block;\n height: 20px;\n /* \u9ED8\u8BA4\u5C3A\u5BF8 */\n min-width: 36px;\n padding: 0;\n margin: 0;\n font-size: 14px;\n line-height: 20px;\n text-align: left;\n vertical-align: middle;\n list-style: none;\n cursor: pointer;\n background-color: #c4c6cc;\n border: 1px solid transparent;\n border-radius: 50px;\n border-radius: 100px;\n box-sizing: border-box;\n transition: all 0.4s ease;\n transition: all 0.36s;\n user-select: none;\n /* \u663E\u793A\u6587\u672C\u65F6\u56FA\u5B9A\u5C3A\u5BF8 */\n}\n.bk-switcher:after {\n position: absolute;\n top: 1px;\n left: 1px;\n width: 16px;\n height: 16px;\n cursor: pointer;\n background: #fff;\n background-color: #fff;\n border-radius: 18px;\n content: ' ';\n transition: all 0.3s ease;\n}\n.bk-switcher .switcher-text {\n display: block;\n margin-right: 6px;\n margin-left: 28px;\n font-size: 12px;\n font-weight: 400;\n color: #fff;\n text-align: center;\n transition: all 0.3s ease;\n}\n.bk-switcher .animating-node {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n display: block;\n pointer-events: none;\n border-radius: inherit;\n content: '';\n opacity: 0.2;\n box-shadow: 0 0 0 0 #1890ff;\n animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);\n animation-fill-mode: forwards;\n}\n.bk-switcher .bk-switcher-loading {\n position: absolute;\n top: 1px;\n left: 1px;\n z-index: 1;\n width: 16px;\n height: 16px;\n font-size: 12px;\n color: #c4c6cc;\n cursor: pointer;\n background: transparent;\n border-radius: 16px;\n content: ' ';\n transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);\n}\n.bk-switcher .bk-switcher-loading svg {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n margin: auto;\n animation: loading 1s linear infinite;\n}\n.bk-switcher.is-loading {\n cursor: defalt;\n}\n.bk-switcher.is-loading input[type=checkbox] {\n cursor: default;\n}\n.bk-switcher.show-label {\n height: 28px;\n min-width: 60px;\n line-height: 28px;\n}\n.bk-switcher.show-label::after {\n width: 24px;\n height: 24px;\n}\n.bk-switcher.show-label .bk-switcher-loading {\n width: 24px;\n height: 24px;\n font-size: 20px;\n}\n.bk-switcher.show-label.is-checked .bk-switcher-loading {\n left: 100%;\n margin-left: -25px;\n}\n.bk-switcher.is-disabled {\n cursor: not-allowed;\n opacity: 0.3;\n}\n.bk-switcher.is-disabled .bk-switcher-loading {\n cursor: not-allowed;\n}\n.bk-switcher.is-disabled::after {\n cursor: not-allowed;\n}\n.bk-switcher.is-checked {\n background: #2dcb56;\n}\n.bk-switcher.is-checked .bk-switcher-loading svg {\n color: #2dcb56;\n}\n.bk-switcher.is-checked:not(.bk-switcher-outline).bk-switcher.is-checked.primary {\n background: #3a84ff;\n}\n.bk-switcher.is-checked:not(.bk-switcher-outline).bk-switcher.is-checked.primary .bk-switcher-loading svg {\n color: #3a84ff;\n}\n.bk-switcher.is-checked:after {\n left: 100%;\n margin-left: -1px;\n transform: translateX(-100%);\n}\n.bk-switcher.is-checked .switcher-text {\n margin-right: 28px;\n margin-left: 6px;\n}\n.bk-switcher:not(.show-label).is-checked .bk-switcher-loading {\n left: 100%;\n margin-left: -17px;\n}\n.bk-switcher.bk-switcher-outline {\n background: #fff;\n border: 1px solid #c4c6cc;\n}\n.bk-switcher.bk-switcher-outline:after {\n width: 24px;\n height: 24px;\n background-color: #c4c6cc;\n box-shadow: none;\n}\n.bk-switcher.bk-switcher-outline .switcher-text {\n color: #c4c6cc;\n}\n.bk-switcher.bk-switcher-outline.is-checked {\n border: 1px solid #2dcb56;\n}\n.bk-switcher.bk-switcher-outline.is-checked:after {\n background-color: #2dcb56;\n}\n.bk-switcher.bk-switcher-outline.is-checked .switcher-text {\n color: #2dcb56;\n}\n.bk-switcher.bk-switcher-outline .bk-switcher-loading svg {\n color: #fff;\n}\n.bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked {\n border: 1px solid #3a84ff;\n}\n.bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked:after {\n background: #3a84ff;\n}\n.bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked .switcher-text {\n color: #3a84ff;\n}\n.bk-switcher.bk-switcher-square {\n border-radius: 2px;\n}\n.bk-switcher.bk-switcher-square:after {\n border-radius: 2px;\n}\n.bk-switcher.bk-switcher-large {\n height: 24px;\n min-width: 42px;\n line-height: 22px;\n}\n.bk-switcher.bk-switcher-large:after {\n width: 20px;\n height: 20px;\n}\n.bk-switcher.bk-switcher-large .bk-switcher-loading {\n width: 20px;\n height: 20px;\n font-size: 16px;\n}\n.bk-switcher.bk-switcher-large.is-checked .bk-switcher-loading {\n margin-left: -21px;\n}\n.bk-switcher.bk-switcher-small {\n height: 16px;\n min-width: 26px;\n line-height: 22px;\n}\n.bk-switcher.bk-switcher-small:after {\n width: 12px;\n height: 12px;\n}\n.bk-switcher.bk-switcher-small .bk-switcher-loading {\n width: 12px;\n height: 12px;\n font-weight: 700;\n transform: scale(0.66667);\n}\n.bk-switcher.bk-switcher-small.is-checked .bk-switcher-loading {\n margin-left: -13px;\n}\n:not(.show-label).bk-switcher-nomal.bk-switcher-outline::after {\n width: 16px;\n height: 16px;\n}\n:not(.show-label).bk-switcher-outline.is-checked.bk-switcher-small::after {\n width: 12px;\n height: 12px;\n}\n:not(.show-label).bk-switcher-outline.is-checked.bk-switcher-large::after {\n width: 20px;\n height: 20px;\n}\n:not(.show-label).bk-switcher-outline.is-checked::after {\n width: 16px;\n height: 16px;\n}\n@keyframes fadeEffect {\n 100% {\n opacity: 0;\n }\n}\n@keyframes waveEffect {\n 100% {\n box-shadow: 0 0 0 #1890ff;\n }\n}\n@keyframes loading {\n 100% {\n transform: rotate(1turn);\n }\n}\n";
65
- var table = ".bk-table {\n overflow: auto;\n border-top: 1px solid #dcdee5;\n border-bottom: 1px solid #dcdee5;\n}\n.bk-table .bk-table-head,\n.bk-table .bk-table-body {\n background: white;\n}\n.bk-table .bk-table-head table,\n.bk-table .bk-table-body table {\n width: 100%;\n border-collapse: collapse;\n}\n.bk-table .bk-table-head table th,\n.bk-table .bk-table-body table th,\n.bk-table .bk-table-head table td,\n.bk-table .bk-table-body table td {\n min-width: 80px;\n}\n.bk-table .bk-table-head table th .cell,\n.bk-table .bk-table-body table th .cell,\n.bk-table .bk-table-head table td .cell,\n.bk-table .bk-table-body table td .cell {\n height: var(--row-height);\n padding: 0 15px;\n overflow: hidden;\n line-height: var(--row-height);\n color: #575961;\n text-align: left;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.bk-table .bk-table-head table thead th,\n.bk-table .bk-table-body table thead th {\n position: sticky;\n top: 0;\n z-index: 1;\n color: #313238;\n background-color: #fafbfd;\n}\n.bk-table .bk-table-head table thead th.active,\n.bk-table .bk-table-body table thead th.active,\n.bk-table .bk-table-head table thead th:hover,\n.bk-table .bk-table-body table thead th:hover {\n background: #f0f1f5;\n}\n.bk-table .bk-table-head table tbody tr:hover td,\n.bk-table .bk-table-body table tbody tr:hover td {\n background: #f5f7fa;\n}\n.bk-table.bordered-row .cell {\n border-bottom: 1px solid #dcdee5;\n}\n.bk-table.bordered-outer {\n border-right: 1px solid #dcdee5;\n border-left: 1px solid #dcdee5;\n}\n.bk-table.bordered-col th .cell,\n.bk-table.bordered-col td .cell {\n border-right: 1px solid #dcdee5;\n}\n.bk-table.bordered-col th:last-child .cell,\n.bk-table.bordered-col td:last-child .cell {\n border-right: none;\n}\n.bk-table.bordered-none th .cell,\n.bk-table.bordered-none td .cell {\n border-top: none;\n border-right: none;\n border-bottom: none;\n border-left: none;\n}\n.bk-table .bk-table-fixed {\n width: 100%;\n}\n.bk-table colgroup col {\n background: white;\n}\n.bk-table colgroup col.active {\n position: relative;\n background: #f0f1f5;\n}\n";
40
+ var reset = "";
41
+ var alert = "";
42
+ var backtop = "";
43
+ var badge = "";
44
+ var breadcrumb = "";
45
+ var button = "";
46
+ var card = "";
47
+ var checkbox = "";
48
+ var collapse = "";
49
+ var dialog = "";
50
+ var exception = "";
51
+ var fixedNavbar = "";
52
+ var input = "";
53
+ var link = "";
54
+ var dropdown = "";
55
+ var loading = "";
56
+ var modal = "";
57
+ var popover = "";
58
+ var progress = "";
59
+ var radio = "";
60
+ var rate = "";
61
+ var star$1 = "";
62
+ var select = "";
63
+ var sideslider = "";
64
+ var switcher = "";
65
+ var table = "";
66
66
  var tag = "";
67
- var form = ".bk-form {\n text-align: left;\n}\n.bk-form .bk-form-item {\n display: flex;\n margin-bottom: 24px;\n}\n.bk-form .bk-form-label {\n width: 150px;\n padding-right: 24px;\n font-size: 14px;\n font-weight: normal;\n line-height: 32px;\n color: #63656e;\n text-align: right;\n}\n.bk-form .bk-form-content {\n position: relative;\n line-height: 32px;\n}\n.bk-form .bk-form-error {\n position: absolute;\n left: 0;\n padding-top: 4px;\n font-size: 12px;\n line-height: 1;\n color: #ea3636;\n text-align: left;\n}\n.bk-form--vertical .bk-form-item {\n flex-direction: column;\n}\n.bk-form--vertical .bk-form-label {\n width: auto;\n text-align: left;\n}\n.bk-form--vertical .bk-form-content {\n text-align: left;\n}\n";
68
- var steps = "* {\n box-sizing: border-box;\n}\n@keyframes loadingCircle {\n 100% {\n transform: rotate(360deg);\n }\n}\n.bk-steps {\n display: flex;\n width: 100%;\n font-size: 0;\n}\n.bk-steps .icon-circle-4-1 {\n width: 12px;\n height: 12px;\n border: 2px solid #fff;\n border-right: 0;\n border-bottom: 0;\n border-left: 0;\n border-radius: 7px;\n}\n.bk-steps .bk-icon {\n font-size: 24px;\n line-height: 24px;\n}\n.bk-steps .bk-icon.icon-loading {\n display: inline-block;\n font-size: 14px;\n animation: loadingCircle 1s infinite linear;\n}\n.bk-steps .bk-step {\n position: relative;\n margin-right: 8px;\n overflow: hidden;\n text-align: left;\n white-space: nowrap;\n flex: 1;\n}\n.bk-steps .bk-step .bk-step-indicator {\n z-index: 1;\n display: inline-flex;\n width: 24px;\n height: 24px;\n padding: 0;\n margin-right: 8px;\n line-height: 24px;\n color: #979ba5;\n text-align: center;\n vertical-align: top;\n background-color: #fff;\n border: 1px solid #979ba5;\n border-radius: 50%;\n box-sizing: border-box;\n align-items: center;\n justify-content: center;\n}\n.bk-steps .bk-step .bk-step-number {\n font-family: arial;\n font-size: 14px;\n}\n.bk-steps .bk-step .bk-step-content {\n display: inline-block;\n vertical-align: top;\n}\n.bk-steps .bk-step .bk-step-title {\n position: relative;\n display: inline-block;\n padding-right: 8px;\n font-size: 14px;\n line-height: 24px;\n color: #63656e;\n word-break: break-all;\n}\n.bk-steps .bk-step .bk-step-title::after {\n position: absolute;\n top: 12px;\n left: 100%;\n width: 99999px;\n height: 1px;\n background-color: transparent;\n content: '';\n}\n.bk-steps .bk-step .bk-step-description {\n max-width: 140px;\n font-size: 12px;\n color: #979ba5;\n white-space: normal;\n}\n.bk-steps .bk-step.bk-step-no-content .bk-step-indicator {\n margin-right: 0;\n}\n.bk-steps .bk-step.bk-step-no-content .bk-step-indicator::after {\n position: absolute;\n top: 12px;\n left: 100%;\n width: 99999px;\n height: 1px;\n background-color: transparent;\n content: '';\n}\n.bk-steps .bk-step.bk-step-no-content .bk-step-indicator::after {\n top: 10px;\n left: 32px;\n}\n.bk-steps .bk-step:last-child {\n margin-right: 0;\n flex: none;\n}\n.bk-steps .bk-step:last-child .bk-step-title {\n padding-right: 0;\n}\n.bk-steps .bk-step:last-child .bk-step-title::after {\n display: none;\n}\n.bk-steps .bk-step.done .bk-step-title,\n.bk-steps .bk-step.done .bk-step-description {\n color: #63656e;\n}\n.bk-steps .bk-step.done .bk-steps-icon {\n font-size: 22px;\n}\n.bk-steps .bk-step.current .bk-step-number,\n.bk-steps .bk-step.current .bk-step-icon,\n.bk-steps .bk-step.current .bk-step-text {\n border-width: 2px;\n}\n.bk-steps .bk-step.current .bk-step-title,\n.bk-steps .bk-step.current .bk-step-description {\n color: #63656e;\n}\n.bk-steps .bk-step.current.bk-step-error .bk-step-indicator {\n background-color: #ea3636;\n border-color: #ea3636;\n}\n.bk-steps .bk-step.current.bk-step-error .bk-step-title,\n.bk-steps .bk-step.current.bk-step-error .bk-step-description {\n color: #ea3636;\n}\n.bk-steps-primary .bk-step.done .bk-step-number,\n.bk-steps-primary .bk-step.done .bk-step-icon,\n.bk-steps-primary .bk-step.done .bk-step-text {\n color: #3a84ff;\n border-color: #3a84ff;\n}\n.bk-steps-primary .bk-step.done .bk-step-title::after,\n.bk-steps-primary .bk-step.done .bk-step-indicator::after {\n background-image: linear-gradient(to right, #3a84ff 50%, transparent 0%);\n}\n.bk-steps-primary .bk-step.done::after {\n background-image: linear-gradient(#3a84ff 50%, transparent 0%);\n}\n.bk-steps-primary .bk-step.current .bk-step-number,\n.bk-steps-primary .bk-step.current .bk-step-icon,\n.bk-steps-primary .bk-step.current .bk-step-text {\n color: #fff;\n background-color: #3a84ff;\n border-color: #3a84ff;\n}\n.bk-steps-warning .bk-step.done .bk-step-number,\n.bk-steps-warning .bk-step.done .bk-step-icon,\n.bk-steps-warning .bk-step.done .bk-step-text {\n color: #ff9c01;\n border-color: #ff9c01;\n}\n.bk-steps-warning .bk-step.done .bk-step-title::after,\n.bk-steps-warning .bk-step.done .bk-step-indicator::after {\n background-image: linear-gradient(to right, #ff9c01 50%, transparent 0%);\n}\n.bk-steps-warning .bk-step.done::after {\n background-image: linear-gradient(#ff9c01 50%, transparent 0%);\n}\n.bk-steps-warning .bk-step.current .bk-step-number,\n.bk-steps-warning .bk-step.current .bk-step-icon,\n.bk-steps-warning .bk-step.current .bk-step-text {\n color: #fff;\n background-color: #ff9c01;\n border-color: #ff9c01;\n}\n.bk-steps-success .bk-step.done .bk-step-number,\n.bk-steps-success .bk-step.done .bk-step-icon,\n.bk-steps-success .bk-step.done .bk-step-text {\n color: #2dcb56;\n border-color: #2dcb56;\n}\n.bk-steps-success .bk-step.done .bk-step-title::after,\n.bk-steps-success .bk-step.done .bk-step-indicator::after {\n background-image: linear-gradient(to right, #2dcb56 50%, transparent 0%);\n}\n.bk-steps-success .bk-step.done::after {\n background-image: linear-gradient(#2dcb56 50%, transparent 0%);\n}\n.bk-steps-success .bk-step.current .bk-step-number,\n.bk-steps-success .bk-step.current .bk-step-icon,\n.bk-steps-success .bk-step.current .bk-step-text {\n color: #fff;\n background-color: #2dcb56;\n border-color: #2dcb56;\n}\n.bk-steps-danger .bk-step.done .bk-step-number,\n.bk-steps-danger .bk-step.done .bk-step-icon,\n.bk-steps-danger .bk-step.done .bk-step-text {\n color: #ea3636;\n border-color: #ea3636;\n}\n.bk-steps-danger .bk-step.done .bk-step-title::after,\n.bk-steps-danger .bk-step.done .bk-step-indicator::after {\n background-image: linear-gradient(to right, #ea3636 50%, transparent 0%);\n}\n.bk-steps-danger .bk-step.done::after {\n background-image: linear-gradient(#ea3636 50%, transparent 0%);\n}\n.bk-steps-danger .bk-step.current .bk-step-number,\n.bk-steps-danger .bk-step.current .bk-step-icon,\n.bk-steps-danger .bk-step.current .bk-step-text {\n color: #fff;\n background-color: #ea3636;\n border-color: #ea3636;\n}\n.bk-steps-dashed .bk-step .bk-step-title::after,\n.bk-steps-dashed .bk-step .bk-step-indicator::after {\n background-image: linear-gradient(to right, #c4c6cc 50%, transparent 0%);\n background-position: bottom;\n background-repeat: repeat-x;\n background-size: 6px 1px;\n}\n.bk-steps-solid .bk-step .bk-step-title::after,\n.bk-steps-solid .bk-step .bk-step-indicator::after {\n background-color: #c4c6cc;\n}\n.bk-steps-vertical {\n flex-direction: column;\n height: 100%;\n}\n.bk-steps-vertical .bk-step {\n margin-right: 0;\n margin-bottom: 8px;\n}\n.bk-steps-vertical .bk-step .bk-step-title::after,\n.bk-steps-vertical .bk-step .bk-step-indicator::after {\n display: none;\n}\n.bk-steps-vertical .bk-step::after {\n position: absolute;\n top: 32px;\n left: 12px;\n width: 1px;\n height: 100%;\n background-image: linear-gradient(#c4c6cc 50%, transparent 0%);\n background-position: right;\n background-repeat: repeat-y;\n background-size: 1px 6px;\n content: '';\n}\n.bk-steps-vertical .bk-step .bk-step-title {\n display: flex;\n height: 100%;\n margin-top: 0;\n text-align: left;\n align-items: center;\n}\n.bk-steps-small .bk-step .bk-step-indicator {\n width: 20px;\n height: 20px;\n line-height: 20px;\n}\n.bk-steps-small .bk-step .bk-step-title {\n font-size: 12px;\n line-height: 20px;\n}\n.bk-steps-small .bk-step .bk-step-number {\n font-size: 12px;\n}\n.bk-steps-small .bk-step .bk-icon {\n font-size: 20px;\n line-height: 24px;\n}\n.bk-steps-small .bk-step::after {\n top: 28px;\n left: 10px;\n}\n.bk-steps-small .bk-step .bk-step-title::after {\n top: 10px;\n}\n.bk-steps-small .bk-step.bk-step-no-content .bk-step-indicator::after {\n top: 8px;\n left: 28px;\n}\n";
69
- var message = ".bk-message {\n position: fixed;\n top: 20px;\n left: 50%;\n display: flex;\n min-width: 300px;\n padding: 10px 15px;\n font-size: 14px;\n color: #63656e;\n background: #f0f8ff;\n border: 1px solid #e1ecff;\n border-radius: 2px;\n transform: translateX(-50%);\n box-shadow: 0px 2px 4px 0px rgba(16, 37, 74, 0.1);\n justify-content: space-between;\n}\n.bk-message .bk-message-close {\n padding-left: 20px;\n margin-right: 0;\n font-size: 18px;\n cursor: pointer;\n}\n.bk-message-icon {\n display: inline-block;\n margin-right: 10px;\n font-size: 18px;\n color: #3a84ff;\n}\n.bk-message-primary {\n background: #f0f8ff;\n border: 1px solid #e1ecff;\n}\n.bk-message-warning {\n background: #fff4e2;\n border: 1px solid #ffe8c3;\n}\n.bk-message-warning .bk-message-icon {\n color: #ff9c01;\n}\n.bk-message-success {\n background: #f2fff4;\n border: 1px solid #dcffe2;\n}\n.bk-message-success .bk-message-icon {\n color: #2dcb56;\n}\n.bk-message-danger {\n background: #ffeded;\n border: 1px solid #ffdddd;\n}\n.bk-message-danger .bk-message-icon {\n color: #ea3636;\n}\n";
70
- var notify = ".bk-notify {\n position: fixed;\n display: flex;\n width: 360px;\n padding: 24px;\n font-size: 14px;\n line-height: 20px;\n color: #63656e;\n background: #fff;\n border: 1px solid #f0f1f5;\n border-radius: 2px;\n box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);\n}\n.bk-notify .bk-notify-icon {\n position: absolute;\n top: 22px;\n margin-right: 5px;\n font-size: 18px;\n color: #3a84ff;\n}\n.bk-notify.bk-notify-warning .bk-notify-icon {\n color: #ff9c01;\n}\n.bk-notify.bk-notify-success .bk-notify-icon {\n color: #2dcb56;\n}\n.bk-notify.bk-notify-danger .bk-notify-icon {\n color: #ea3636;\n}\n.bk-notify .bk-notify-icon.bk-notify-close {\n top: 8px;\n right: 12px;\n margin-right: 0;\n font-size: 18px;\n color: #979ba5;\n cursor: pointer;\n}\n.bk-notify .bk-notify-content-header {\n display: inline-block;\n padding-left: 23px;\n margin-top: 0;\n margin-bottom: 4px;\n font-size: 14px;\n font-weight: 700;\n}\n.bk-notify .bk-notify-content-text {\n display: inline-block;\n padding-left: 23px;\n}\n";
71
- var tree = ".bk-tree .bk-tree-node {\n position: relative;\n height: var(--lineHeight);\n padding-left: 0;\n line-height: var(--lineHeight);\n cursor: pointer;\n}\n.bk-tree .bk-tree-node.is-open:not(.is-virtual-render)::after {\n position: absolute;\n top: calc(var(--lineHeight) / 2 + 6px);\n left: 6px;\n z-index: 1;\n width: 0;\n height: calc(var(--lines) * var(--lineHeight) - 6px);\n pointer-events: none;\n border-left: var(--level-line);\n content: '';\n}\n.bk-tree .bk-tree-node:not(.is-root) {\n margin-left: calc(var(--depth)*var(--indent));\n}\n.bk-tree .bk-tree-node:not(.is-root)::before {\n position: absolute;\n top: calc(50% + 1px);\n left: calc(0px - var(--indent) + 6px);\n z-index: 1;\n width: calc(var(--indent) - 6px);\n height: 0;\n pointer-events: none;\n border-bottom: var(--level-line);\n content: '';\n}\n.bk-tree .bk-tree-node .node-virtual-line {\n display: inline-block;\n position: absolute;\n left: calc(var(--depth) * var(--indent) * -1 + 6px);\n top: -12px;\n bottom: 50%;\n width: 0;\n border-left: var(--level-line);\n}\n.bk-tree .bk-tree-node .bk-tree-icon {\n margin: 0 6px 0 4px;\n}\n";
72
- var slider = ".bk-slider {\n display: flex;\n flex-direction: row;\n align-items: center;\n}\n.bk-slider .bk-slider-runway {\n position: relative;\n width: 100%;\n height: 4px;\n vertical-align: middle;\n cursor: pointer;\n background: #dcdee5;\n border-radius: 2px;\n opacity: 1;\n}\n.bk-slider .bk-slider-runway .bk-slider-bar {\n position: absolute;\n height: 4px;\n background: #3a84ff;\n border-bottom-left-radius: 3px;\n border-top-left-radius: 3px;\n}\n.bk-slider .bk-slider-runway .bk-slider-bar.vertical {\n width: 4px;\n}\n.bk-slider .bk-slider-runway .bk-slider-bar.horizontal {\n height: 4px;\n}\n.bk-slider .bk-slider-runway .disable {\n background: #979ba5;\n}\n.bk-slider .bk-slider-runway .bk-slider-labels {\n position: relative;\n}\n.bk-slider .bk-slider-runway .bk-slider-labels.vertical {\n left: 18px;\n display: flex;\n width: 10px;\n height: 100%;\n flex-direction: column;\n justify-content: space-between;\n}\n.bk-slider .bk-slider-runway .bk-slider-labels.horizontal {\n top: 10px;\n display: flex;\n width: 100%;\n height: 10px;\n flex-direction: row;\n justify-content: space-between;\n}\n.bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label {\n position: absolute;\n display: flex;\n width: 10px;\n height: 10px;\n text-align: center;\n white-space: nowrap;\n align-items: center;\n justify-content: center;\n}\n.bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label.vertical {\n left: 10px;\n transform: translateY(50%);\n}\n.bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label.horizontal {\n top: 10px;\n transform: translateX(-50%);\n}\n.bk-slider .bk-slider-interval {\n position: absolute;\n width: 4px;\n height: 4px;\n background-color: #fff;\n border-radius: 100%;\n transform: translateX(-50%);\n}\n.bk-slider .bk-slider-interval.vertical {\n left: 2px;\n}\n.bk-slider-input {\n display: flex;\n margin: 0 0 0 28px;\n flex-direction: row;\n align-items: center;\n}\n.bk-slider-input .input-item {\n width: 92px;\n}\n.bk-slider-input .input-center {\n margin: 0 7px;\n}\n.bk-slider-button {\n position: absolute;\n z-index: 1001;\n display: flex;\n width: 24px;\n height: 24px;\n line-height: normal;\n text-align: center;\n background-color: transparent;\n user-select: none;\n justify-content: center;\n align-items: center;\n}\n.bk-slider-button:hover {\n cursor: grab;\n}\n.bk-slider-button.grabbing {\n cursor: grabbing;\n}\n.bk-slider-button.vertical {\n left: -10px;\n transform: translateY(50%);\n}\n.bk-slider-button.horizontal {\n top: -10px;\n transform: translateX(-50%);\n}\n.bk-slider-button .slider-button {\n width: 12px;\n height: 12px;\n background-color: #fff;\n border: 2px solid #3a84ff;\n border-radius: 50%;\n transition: 0.2s;\n user-select: none;\n}\n.bk-slider-button .slider-button-disable {\n border: 2px solid #979ba5;\n}\n.bk-slider-button .slider-button:hover {\n box-shadow: 0px 0px 0px 4px rgba(58, 132, 255, 0.3);\n}\n.bk-slider-button .slider-button:focus {\n box-shadow: 0px 0px 10px 0px rgba(58, 132, 255, 0.9);\n}\n.bk-slider-button .slider-button-label {\n position: absolute;\n display: flex;\n text-align: center;\n align-items: center;\n justify-content: center;\n}\n.bk-slider-button .slider-button-label.vertical {\n left: 28px;\n}\n.bk-slider-button .slider-button-label.horizontal {\n top: 20px;\n}\n";
73
- var menu = "@keyframes loading-scale-animate {\n 0% {\n transform: scale(1);\n }\n 100% {\n transform: scale(0.6);\n }\n}\n@keyframes fade {\n 100% {\n background-color: transparent;\n }\n}\n.bk-fade-transtion .bk-fade-enter-active,\n.bk-fade-transtion .bk-fade-leave-active {\n transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);\n}\n.bk-fade-transtion .bk-fade-enter,\n.bk-fade-transtion .bk-fade-leave-to {\n opacity: 0;\n}\n.collapse {\n width: 60px;\n}\n.open {\n background: #151d2c;\n}\n.bk-menu {\n display: flex;\n width: 260px;\n background-color: #182132;\n flex-direction: column;\n transition: width 0.3s ease-out;\n}\n.bk-menu.is-collapse {\n width: 60px;\n}\n.bk-menu-submenu {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n text-overflow: clip;\n white-space: nowrap;\n align-items: center;\n transition: width 0.3s ease-out;\n}\n.bk-menu-submenu.is-opened {\n background: #151d2c;\n}\n.bk-menu-submenu:hover {\n color: white;\n cursor: pointer;\n}\n.bk-menu-submenu .submenu-header {\n display: flex;\n width: 100%;\n height: 40px;\n align-items: center;\n}\n.bk-menu-submenu .submenu-header.is-collapse {\n color: white;\n background: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);\n}\n.bk-menu-submenu .submenu-header-icon {\n display: flex;\n height: 100%;\n font-size: 18px;\n flex: 0 0 60px;\n align-items: center;\n justify-content: center;\n}\n.bk-menu-submenu .submenu-header-icon .menu-icon {\n display: flex;\n width: 16px;\n height: 16px;\n font-size: 16px;\n align-items: center;\n justify-content: center;\n color: #b0bdd5;\n}\n.bk-menu-submenu .submenu-header-content {\n display: flex;\n height: 100%;\n align-items: center;\n flex: 1;\n color: #acb9d1;\n}\n.bk-menu-submenu .submenu-header-collapse {\n display: flex;\n width: 16px;\n height: 16px;\n font-size: 16px;\n align-items: center;\n justify-content: center;\n margin-right: 16px;\n color: #acb9d1;\n transform: rotate(-90deg);\n transition: transform 0.3s ease-out;\n}\n.bk-menu-submenu .submenu-header-collapse.is-collapse {\n transform: rotate(0deg);\n}\n.bk-menu-submenu .submenu-list {\n display: flex;\n width: 100%;\n padding: 0;\n margin: 0;\n flex-direction: column;\n flex: 1;\n /* stylelint-disable-next-line declaration-no-important */\n transition-property: all !important;\n}\n.bk-menu-item {\n display: flex;\n width: 100%;\n height: 40px;\n min-height: 40px;\n margin: 2px 0;\n overflow: hidden;\n font-size: 14px;\n color: #96a2b9;\n text-overflow: clip;\n white-space: nowrap;\n align-items: center;\n transition: width 0.3s ease-in-out;\n}\n.bk-menu-item:hover {\n color: white;\n cursor: pointer;\n}\n.bk-menu-item.is-active {\n color: white;\n background: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);\n}\n.bk-menu-item .item-icon {\n display: flex;\n height: 100%;\n font-size: 18px;\n flex: 0 0 60px;\n align-items: center;\n justify-content: center;\n}\n.bk-menu-item .item-icon .default-icon {\n display: inline-block;\n width: 3px;\n height: 3px;\n background: #63656e;\n background-color: white;\n border-radius: 50%;\n}\n.bk-menu-item .item-content {\n display: flex;\n height: 100%;\n align-items: center;\n flex: 1;\n}\n.bk-menu-group {\n display: flex;\n flex-direction: column;\n}\n.bk-menu-group .group-name {\n display: flex;\n height: 40px;\n margin: 0 18px;\n overflow: hidden;\n font-size: 12px;\n line-height: 16px;\n color: #63656e;\n text-overflow: clip;\n white-space: nowrap;\n flex-wrap: nowrap;\n align-items: center;\n}\n.bk-menu-group .group-wrap {\n display: flex;\n flex-direction: column;\n padding: 0;\n margin: 0;\n}\n.bk-menu .collapse-transition {\n transition: all 0.3s ease-in-out;\n}\n";
74
- var navigation = ".bk-navigation {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n}\n.bk-navigation-title {\n display: flex;\n height: 100%;\n padding: 0 16px;\n overflow: hidden;\n border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n align-items: center;\n justify-content: flex-start;\n flex: 0 0 260px;\n}\n.bk-navigation-title .title-icon {\n display: flex;\n font-size: 28px;\n color: #768197;\n flex: 0 0 28px;\n align-items: center;\n justify-content: center;\n}\n.bk-navigation-title .title-desc {\n display: inline-block;\n margin-left: 16px;\n overflow: hidden;\n font-size: 16px;\n font-weight: bold;\n line-height: 24px;\n color: #96a2b9;\n white-space: nowrap;\n}\n.bk-navigation-header {\n flex: 0 0 52px;\n display: flex;\n align-items: center;\n padding-right: 24px;\n overflow: hidden;\n background: #182132;\n}\n.bk-navigation-header .header-right {\n display: flex;\n height: 100%;\n flex: 1;\n align-items: center;\n}\n.bk-navigation-wrapper {\n position: relative;\n display: flex;\n flex-direction: row;\n flex: 1;\n}\n.bk-navigation-wrapper .navigation-nav {\n position: relative;\n z-index: 101;\n display: flex;\n width: 60px;\n min-width: 0;\n min-height: 0;\n overflow: visible;\n transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;\n flex: 0 1 auto;\n flex-direction: column;\n}\n.bk-navigation-wrapper .navigation-nav:hover {\n cursor: pointer;\n}\n.bk-navigation-wrapper .navigation-nav .nav-slider {\n display: flex;\n width: 60px;\n height: 100%;\n background-color: #182132;\n transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;\n flex: 1;\n flex-direction: column;\n}\n.bk-navigation-wrapper .navigation-nav .nav-slider-list {\n max-height: calc(100vh - 100px);\n padding: 12px 0 4px 0;\n margin: 0;\n overflow: auto;\n flex: 1 1 auto;\n}\n.bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar {\n display: none;\n width: 6px;\n height: 5px;\n}\n.bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar:hover {\n transform: none;\n transition: opacity 340ms ease-out;\n}\n.bk-navigation-wrapper .navigation-nav .nav-slider-footer {\n display: flex;\n padding-left: 14px;\n flex: 0 0 56px;\n align-items: center;\n justify-content: flex-start;\n}\n.bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon {\n display: flex;\n width: 32px;\n height: 32px;\n font-size: 14px;\n color: #63656e;\n border-radius: 100%;\n align-items: center;\n justify-content: center;\n transform-origin: center center;\n}\n.bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon-svg {\n display: flex;\n width: 16px;\n height: 16px;\n font-size: 16px;\n transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;\n align-items: center;\n justify-content: center;\n transform-origin: center center;\n}\n.bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon.is-left {\n color: #96a2b9;\n}\n.bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon.is-left:hover {\n color: #d3d9e4;\n cursor: pointer;\n background: linear-gradient(270deg, #253047 0%, #263247 100%);\n}\n.bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon:hover {\n color: #3a3c42;\n cursor: pointer;\n background: linear-gradient(270deg, #dee0ea 0%, #eaecf2 100%);\n}\n.bk-navigation-wrapper .navigation-container {\n position: relative;\n display: flex;\n max-width: calc(100vw - 60px);\n min-width: 0;\n min-height: 0;\n flex: 1 1 1px;\n flex-direction: column;\n}\n.bk-navigation-wrapper .navigation-container .container-header {\n z-index: 100;\n display: flex;\n width: 100%;\n height: 60px;\n padding: 0 24px;\n background: #fff;\n border-bottom: 1px solid #dcdee5;\n box-shadow: 0px 3px 4px 0px rgba(64, 112, 203, 0.06);\n flex-basis: 60px;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n}\n.bk-navigation-wrapper .navigation-container .container-header-title {\n height: 21px;\n font-size: 16px;\n line-height: 21px;\n color: #313238;\n}\n.bk-navigation-wrapper .navigation-container .container-header-sets {\n display: flex;\n flex: 1 1 auto;\n align-items: center;\n justify-content: flex-end;\n}\n.bk-navigation-wrapper .navigation-container .container-content {\n max-height: calc(100vh - 60px);\n padding: 20px 24px 0;\n overflow: auto;\n background: #f5f7fa;\n flex: 1;\n}\n.bk-navigation-wrapper .navigation-container .container-footer {\n display: flex;\n flex: 0 0 auto;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n}\n";
75
- var datePicker = ".bk-date-picker {\n display: inline-block;\n width: 261px;\n line-height: normal;\n}\n.bk-date-picker.long {\n width: 342px;\n}\n.bk-date-picker.medium-width {\n width: 362px;\n}\n.bk-date-picker.large-width {\n width: 402px;\n}\n.bk-date-picker-rel {\n position: relative;\n}\n.bk-date-picker-rel .bk-date-picker-editor {\n display: block;\n width: 100%;\n height: 32px;\n padding: 0 10px 0 30px;\n font-size: 12px;\n line-height: 32px;\n color: #63656e;\n cursor: pointer;\n border: 1px solid #c4c6cc;\n border-radius: 2px;\n outline: none;\n}\n.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border {\n border-color: transparent transparent #c4c6cc transparent;\n}\n.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border:focus {\n border-color: transparent transparent #3a84ff transparent;\n box-shadow: none;\n}\n.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border[disabled],\n.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border.readonly {\n border-color: transparent transparent #dcdee5 transparent;\n}\n.bk-date-picker-rel .bk-date-picker-editor:focus {\n border: 1px solid #3a84ff;\n}\n.bk-date-picker-rel .bk-date-picker-editor::placeholder {\n color: #c4c6cc;\n}\n.bk-date-picker-rel .bk-date-picker-editor[disabled] {\n color: #c4c6cc;\n cursor: not-allowed;\n background-color: #fafbfd;\n border-color: #c4c6cc;\n}\n.bk-date-picker-rel .bk-date-picker-editor.readonly {\n background-color: #fafbfd;\n border-color: #c4c6cc;\n}\n.bk-date-picker-rel .bk-date-picker-editor.medium-font {\n font-size: 14px;\n}\n.bk-date-picker-rel .bk-date-picker-editor.large-font {\n font-size: 16px;\n}\n.bk-date-picker-rel .clear-action {\n position: absolute;\n top: 50%;\n right: 10px;\n font-size: 14px;\n color: #c4c6cc;\n cursor: pointer;\n transform: translateY(-50%);\n}\n.bk-date-picker-rel .clear-action:hover {\n color: #979ba5;\n}\n.bk-date-picker-rel .icon-wrapper {\n position: absolute;\n top: 0;\n left: 0;\n display: inline-block;\n width: 32px;\n height: 32px;\n color: #c4c6cc;\n cursor: pointer;\n background-color: transparent;\n}\n.bk-date-picker-rel .icon-wrapper.disabled {\n cursor: not-allowed;\n}\n.bk-date-picker-rel .icon-wrapper i.icon-clock {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n}\n.bk-date-picker-rel .icon-wrapper .picker-icon {\n position: absolute;\n top: 50%;\n left: 50%;\n width: 18px;\n height: 18px;\n transform: translate(-50%, -50%);\n}\n.bk-date-picker-dropdown {\n position: absolute;\n z-index: 900;\n padding: 5px 0 0 0;\n overflow: auto;\n background-color: #fff;\n border: 1px solid #dcdee5;\n border-radius: 2px;\n box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);\n box-sizing: border-box;\n}\n.bk-date-picker .bk-select-dropdown {\n max-height: none;\n padding: 0;\n overflow: visible;\n}\n.bk-date-picker-footer-wrapper {\n clear: both;\n font-size: 14px;\n color: #979ba5;\n background-color: #fafbfd;\n border-top: 1px solid #dcdee5;\n}\n.bk-date-picker-top-wrapper {\n margin-top: -5px;\n clear: both;\n font-size: 14px;\n color: #979ba5;\n}\n.bk-picker-panel-body-wrapper.bk-picker-panel-with-sidebar {\n padding-right: 140px;\n}\n.bk-picker-panel-sidebar {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n width: 140px;\n padding: 12px 0;\n overflow: auto;\n font-size: 14px;\n color: #3a84ff;\n background-color: #fafbfd;\n border-left: 1px solid #dcdee5;\n}\n.bk-picker-panel-sidebar .bk-picker-panel-shortcut {\n /* &:nth-of-type(1) {\n padding-top: 18px;\n }\n &:last-child {\n padding-bottom: 18px;\n } */\n padding: 6px 21px;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n cursor: pointer;\n}\n.bk-picker-panel-sidebar .bk-picker-panel-shortcut:hover {\n background-color: #e1ecff;\n}\n.bk-picker-panel-body {\n float: left;\n}\n.bk-picker-confirm {\n height: 42px;\n padding: 0 20px;\n clear: both;\n font-size: 14px;\n line-height: 41px;\n text-align: right;\n background-color: #fafbfd;\n border-top: 1px solid #dcdee5;\n}\n.bk-picker-confirm a {\n color: #979ba5;\n}\n.bk-picker-confirm a.confirm {\n margin-left: 10px;\n color: #3a84ff;\n}\n.bk-picker-confirm a[disabled] {\n color: #c4c6cc;\n cursor: not-allowed;\n}\n.bk-picker-confirm .bk-picker-confirm-time {\n float: left;\n}\n.bk-date-picker-header {\n height: 46px;\n font-size: 14px;\n font-weight: 700;\n line-height: 46px;\n color: #63656e;\n text-align: center;\n border-bottom: 1px solid #dcdee5;\n}\n.bk-date-picker-header .bk-date-picker-header-label {\n cursor: pointer;\n}\n.bk-date-picker-header .bk-date-picker-header-label:hover {\n color: #3a84ff;\n}\n.bk-date-picker-header .up-to-now {\n margin-left: 3px;\n font-weight: 400;\n cursor: pointer;\n}\n.bk-date-picker-header .up-to-now.disabled {\n color: #c4c6cc;\n cursor: not-allowed;\n}\n.bk-date-picker-cells {\n margin: 9px;\n font-size: 12px;\n color: #63656e;\n white-space: normal;\n}\n.bk-date-picker-cells span {\n display: inline-block;\n width: 34px;\n height: 32px;\n line-height: 32px;\n text-align: center;\n}\n.bk-date-picker-cells span em {\n display: inline-block;\n width: 34px;\n height: 32px;\n font-style: normal;\n line-height: 32px;\n cursor: pointer;\n}\n.bk-date-picker-cells .bk-date-picker-cells-header {\n text-align: center;\n}\n.bk-date-picker-cells .bk-date-picker-cells-header span {\n width: 28px;\n height: 26px;\n margin: 3px;\n line-height: 26px;\n color: #63656e;\n text-align: center;\n cursor: default;\n}\n.bk-date-picker-cells-cell:hover em {\n /* background-color: #e1ecff; */\n background-color: #f0f1f5;\n}\n.bk-date-picker-cells-focused em {\n color: #3a84ff;\n box-shadow: 0 0 0 1px #a3c5fd inset;\n}\n.bk-date-picker-cells-cell-prev-month em,\n.bk-date-picker-cells-cell-next-month em {\n color: #c4c6cc;\n}\n.bk-date-picker-cells-cell-prev-month:hover em,\n.bk-date-picker-cells-cell-next-month:hover em {\n background: transparent;\n}\nspan.bk-date-picker-cells-cell-week-label,\nspan.bk-date-picker-cells-cell-week-label:hover,\nspan.bk-date-picker-cells-cell-disabled,\nspan.bk-date-picker-cells-cell-disabled:hover {\n color: #c4c6cc;\n cursor: not-allowed;\n}\nspan.bk-date-picker-cells-cell-week-label em,\nspan.bk-date-picker-cells-cell-week-label:hover em,\nspan.bk-date-picker-cells-cell-disabled em,\nspan.bk-date-picker-cells-cell-disabled:hover em {\n color: inherit;\n cursor: not-allowed;\n background: inherit;\n}\nspan.bk-date-picker-cells-cell-disabled,\nspan.bk-date-picker-cells-cell-disabled:hover {\n background-color: #f0f1f5;\n}\n.bk-date-picker-cells-cell-today em {\n position: relative;\n color: #3a84ff;\n box-shadow: 0 0 0 1px #a3c5fd inset;\n}\n.bk-date-picker-cells-cell-range {\n position: relative;\n}\n.bk-date-picker-cells-cell-range:before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n display: block;\n background: #e1ecff;\n border: 0;\n border-radius: 0;\n content: '';\n}\n.bk-date-picker-cells-cell-range em {\n position: relative;\n z-index: 1;\n}\n.bk-date-picker-cells-cell-selected em,\n.bk-date-picker-cells-cell-selected:hover em {\n color: #fff;\n background-color: #3a84ff;\n box-shadow: 0 0 0 1px #3a84ff inset;\n}\nspan.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em {\n color: #f7f7f7;\n background: #c4c6cc;\n}\n.bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:after {\n background: #fff;\n}\n.bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em,\n.bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:hover {\n box-shadow: 0 0 0 1px #3a84ff inset;\n}\n.bk-date-picker-cells-year,\n.bk-date-picker-cells-month {\n margin-top: 7px;\n}\n.bk-date-picker-cells-year span,\n.bk-date-picker-cells-month span {\n width: 36px;\n height: 32px;\n margin: 10px 12px;\n line-height: 32px;\n text-align: center;\n border-radius: 3px;\n}\n.bk-date-picker-cells-year span em,\n.bk-date-picker-cells-month span em {\n width: 36px;\n height: 32px;\n line-height: 32px;\n text-align: center;\n}\n.bk-picker-panel-icon-btn {\n display: inline-block;\n width: 20px;\n height: 46px;\n line-height: 44px;\n color: #979ba5;\n text-align: center;\n cursor: pointer;\n transition: color 0.2s ease-in-out;\n}\n.bk-picker-panel-icon-btn:hover {\n color: #2d8cf0;\n}\n.bk-picker-panel-icon-btn i {\n font-size: 20px;\n}\n.bk-date-picker-prev-btn {\n float: left;\n}\n.bk-date-picker-prev-btn-arrow-double {\n margin-left: 10px;\n}\n.bk-date-picker-prev-btn-arrow-double i:after {\n margin-left: -8px;\n}\n.bk-date-picker-next-btn {\n float: right;\n}\n.bk-date-picker-next-btn-arrow-double {\n margin-right: 10px;\n}\n.bk-date-picker-next-btn-arrow-double i:after {\n margin-left: -8px;\n}\n.bk-date-picker-with-range .bk-picker-panel-body {\n min-width: 532px;\n}\n.bk-date-picker-with-range .bk-picker-panel-content {\n float: left;\n}\n.bk-date-picker-with-range .bk-picker-cells-show-week-numbers {\n min-width: 492px;\n}\n.bk-date-picker-transfer {\n z-index: 1060;\n max-height: none;\n}\n.bk-fade-down-transition-enter-from,\n.bk-fade-down-transition-leave-to {\n opacity: 0;\n transform: translateY(-20px);\n}\n.bk-fade-down-transition-enter-to,\n.bk-fade-down-transition-leave-from {\n opacity: 1;\n transform: translateY(0);\n}\n.bk-fade-down-transition-enter-active {\n transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);\n}\n.bk-fade-down-transition-leave-active {\n transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);\n}\n";
76
- var divider = ".bk-divider {\n position: relative;\n background: #c4c6cc;\n}\n.bk-divider-horizontal {\n width: 100%;\n height: 1px;\n margin: 1em 0;\n}\n.bk-divider-info {\n position: absolute;\n top: 50%;\n padding: 0 1.4em;\n color: #63656e;\n background-color: white;\n transform: translateY(-50%);\n}\n.bk-divider-info-center {\n left: 50%;\n transform: translateX(-50%) translateY(-50%);\n}\n.bk-divider-info .bk-divider-horizontal-left {\n left: 2em;\n}\n.bk-divider-info .bk-divider-horizontal-right {\n right: 2em;\n}\n.bk-divider-vertical .bk-divider-info {\n padding: 20px 0;\n}\n.bk-divider-vertical {\n display: inline-block;\n width: 1px;\n height: 100%;\n min-height: 1em;\n margin: 0 8px;\n vertical-align: middle;\n}\n";
77
- var tab = ".bk-tab {\n position: relative;\n display: flex;\n width: 100%;\n}\n.bk-tab--top {\n flex-direction: column;\n}\n.bk-tab--right {\n flex-direction: row-reverse;\n}\n.bk-tab-header {\n display: flex;\n color: #63656e;\n}\n.bk-tab-header > div {\n display: flex;\n margin-bottom: -1px;\n flex-wrap: nowrap;\n}\n.bk-tab--card .bk-tab-header > div,\n.bk-tab--border-card .bk-tab-header > div {\n border-right: 1px solid #dcdee5;\n}\n.bk-tab--top .bk-tab-header-nav {\n overflow-x: auto;\n overflow-y: visible;\n}\n.bk-tab--left .bk-tab-header-nav,\n.bk-tab--right .bk-tab-header-nav {\n overflow-x: visible;\n overflow-y: auto;\n}\n.bk-tab--card .bk-tab-header-nav,\n.bk-tab--border-card .bk-tab-header-nav {\n border-left: 1px solid #dcdee5;\n}\n.bk-tab-header-nav::-webkit-scrollbar {\n display: none;\n width: 0;\n height: 0;\n}\n.bk-tab-header-operation .bk-tab-header-item {\n padding: 0 12px;\n}\n.bk-tab--left .bk-tab-header {\n border-right: 1px solid #dcdee5;\n}\n.bk-tab--right .bk-tab-header {\n border-left: 1px solid #dcdee5;\n}\n.bk-tab--left .bk-tab-header,\n.bk-tab--right .bk-tab-header {\n flex-direction: column;\n}\n.bk-tab--left .bk-tab-header > div,\n.bk-tab--right .bk-tab-header > div {\n flex-direction: column;\n}\n.bk-tab--card .bk-tab-header {\n border-bottom: 1px solid #dcdee5;\n}\n.bk-tab--border-card .bk-tab-header {\n background: #FAFBFD;\n border: solid #dcdee5;\n border-width: 1px 1px 1px 0;\n}\n.bk-tab--unborder-card .bk-tab-header {\n border-bottom: 1px solid #dcdee5;\n}\n.bk-tab-header-item {\n display: flex;\n white-space: nowrap;\n cursor: pointer;\n justify-content: center;\n align-items: center;\n}\n.bk-tab-header-item:hover {\n color: #3a84ff;\n}\n.bk-tab-header-item:hover .bk-tab-header-item-close {\n display: block;\n margin-left: 10px;\n color: #ea3636;\n}\n.bk-tab--top .bk-tab-header-item {\n padding: 0 20px;\n}\n.bk-tab--left .bk-tab-header-item,\n.bk-tab--right .bk-tab-header-item {\n padding: 0 12px;\n}\n.bk-tab--left .bk-tab-header-item {\n text-align: right;\n}\n.bk-tab--card .bk-tab-header-item {\n border-top: 1px solid #dcdee5;\n}\n.bk-tab--card .bk-tab-header-item,\n.bk-tab--border-card .bk-tab-header-item {\n border-right: 1px solid #dcdee5;\n border-bottom: 1px solid #dcdee5;\n}\n.bk-tab--card .bk-tab-header-item:last-of-type,\n.bk-tab--border-card .bk-tab-header-item:last-of-type {\n border-right: none;\n}\n.bk-tab-header-operation .bk-tab-header-item {\n padding-right: 12px;\n padding-left: 12px;\n}\n.bk-tab-header-item-close {\n display: none;\n color: #c4c6cc;\n}\n.bk-tab-header--active {\n color: #3a84ff;\n}\n.bk-tab--card .bk-tab-header--active,\n.bk-tab--border-card .bk-tab-header--active {\n border-bottom-color: white;\n}\n.bk-tab--unborder-card .bk-tab-header--active {\n border-bottom: 2px solid #3a84ff;\n}\n.bk-tab--left .bk-tab-header--active {\n border-right: 2px solid #3a84ff;\n}\n.bk-tab--right .bk-tab-header--active {\n border-left: 2px solid #3a84ff;\n}\n.bk-tab-header--disabled {\n color: #aaa;\n pointer-events: none;\n cursor: not-allowed;\n}\n.bk-tab-content {\n flex: 1;\n padding: 10px;\n}\n.bk-tab--border-card .bk-tab-content {\n border: solid #dcdee5;\n border-width: 0 1px 1px;\n}\n.bk-tab-panel {\n height: 100%;\n}\n";
78
- var process = "* {\n box-sizing: border-box;\n}\n.bk-process {\n position: relative;\n display: flex;\n}\n@keyframes loadingCircle {\n 100% {\n transform: rotate(360deg);\n }\n}\n.bk-process .bk-process-toggle {\n position: relative;\n left: 15px;\n width: 24px;\n height: 24px;\n font-size: 12px;\n line-height: 24px;\n color: #63656e;\n text-align: center;\n text-decoration: none;\n border: 1px solid #c4c6cc;\n border-radius: 50%;\n}\n.bk-process .bk-process-toggle.active,\n.bk-process .bk-process-toggle:hover {\n color: #fff;\n background: #3a84ff;\n border-color: #3a84ff;\n}\n.bk-process .bk-process-icon-done {\n display: inline-block;\n font-size: 22px;\n line-height: 18px;\n}\n.bk-process .bk-icon.icon-loading {\n display: inline-block;\n font-size: 14px;\n animation: loadingCircle 1s infinite linear;\n}\n.bk-process > ul {\n -ms-display: flex;\n -moz-display: flex;\n -webkit-display: flex;\n display: table;\n display: flex;\n width: 100%;\n padding: 0;\n margin: auto;\n}\n.bk-process li {\n position: relative;\n display: table-cell;\n height: 24px;\n font-family: PingFang SC,Microsoft Yahei,Helvetica,Aria;\n font-size: 12px;\n line-height: 24px;\n color: #63656e;\n text-align: center;\n background-color: #f0f1f5;\n flex: 1;\n}\n.bk-process li i {\n display: none;\n}\n.bk-process li:first-of-type {\n border-radius: 13px 0 0 13px;\n}\n.bk-process li:last-of-type {\n border-radius: 0 13px 13px 0;\n}\n.bk-process li:last-of-type::before {\n display: none;\n}\n.bk-process li:last-of-type::after {\n display: none;\n}\n.bk-process li::before {\n position: absolute;\n top: 0;\n right: -25px;\n z-index: 1;\n width: 0;\n height: 0;\n border: 12px solid;\n border-color: transparent transparent transparent #fff;\n content: '';\n}\n.bk-process li::after {\n position: absolute;\n top: 0;\n right: -23px;\n z-index: 1;\n width: 0;\n height: 0;\n border: 12px solid;\n border-color: transparent transparent transparent #f0f1f5;\n content: '';\n}\n.bk-process li .bk-process-step {\n font-size: 12px;\n}\n.bk-process li .bk-process-step dd {\n margin: 0;\n line-height: 32px;\n}\n.bk-process li .bk-process-step i {\n display: none;\n}\n.bk-process li .bk-process-step .success i {\n display: inline-block;\n color: #2dcb56;\n}\n.bk-process li .bk-process-step .steps-loading {\n top: -2px;\n}\n.bk-process li.success {\n color: #fff;\n background: #2dcb56;\n}\n.bk-process li.success::after {\n border-color: transparent transparent transparent #2dcb56;\n}\n.bk-process li.success .icon-done {\n font-size: 22px;\n line-height: 18px;\n}\n.bk-process li.current {\n color: #fff;\n background: #3a84ff;\n}\n.bk-process li.current::after {\n border-color: transparent transparent transparent #3a84ff;\n}\n.bk-process li.current > .bk-spin-loading {\n vertical-align: -3px;\n}\n";
79
- var virtualRender$1 = ".bk-virtual-render {\n position: relative;\n}\n.bk-virtual-render .bk-virtual-content,\n.bk-virtual-render.bk-virtual-content {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.bk-virtual-render .bk-virtual-section {\n width: 1px;\n background: transparent;\n}\n.bk-virtual-render.bk-scroll-x {\n overflow-x: auto;\n scrollbar-color: #a0a0a0 transparent;\n scrollbar-width: thin;\n}\n.bk-virtual-render.bk-scroll-x::-webkit-scrollbar {\n height: 8px;\n background-color: transparent;\n}\n.bk-virtual-render.bk-scroll-x::-webkit-scrollbar-thumb {\n background-color: #a0a0a0;\n border-radius: 8px;\n}\n.bk-virtual-render.bk-scroll-y {\n overflow-y: auto;\n}\n.bk-virtual-render.bk-scroll-y::-webkit-scrollbar {\n width: 6px;\n background-color: transparent;\n}\n.bk-virtual-render.bk-scroll-y::-webkit-scrollbar-thumb {\n background-color: #dcdee5;\n border-radius: 6px;\n}\n";
80
- var pagination = ".bk-pagination {\n display: flex;\n align-items: center;\n font-size: 12px;\n letter-spacing: normal;\n color: #63656e;\n user-select: none;\n}\n.bk-pagination.is-disabled {\n cursor: not-allowed;\n}\n.bk-pagination.is-align-left {\n justify-content: flex-start;\n}\n.bk-pagination.is-align-center {\n justify-content: center;\n}\n.bk-pagination.is-align-right {\n justify-content: flex-end;\n}\n.bk-pagination > * {\n margin: 0 6px;\n}\n.bk-pagination > .is-first {\n margin-left: 0;\n}\n.bk-pagination > .is-last {\n margin-right: 0;\n}\n.bk-pagination-total {\n display: flex;\n user-select: none;\n}\n.bk-pagination-total-num {\n padding: 0 2px;\n color: #3f4046;\n}\n.bk-pagination-list {\n display: flex;\n}\n.bk-pagination-list-pre,\n.bk-pagination-list-next,\n.bk-pagination-list-item {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 32px;\n min-width: 32px;\n padding: 0 4px;\n margin-right: 2px;\n margin-left: 2px;\n color: #63656e;\n cursor: pointer;\n background: #fff;\n border: 1px solid #c4c6cc;\n border-radius: 2px;\n user-select: none;\n}\n.bk-pagination-list-pre:hover,\n.bk-pagination-list-next:hover,\n.bk-pagination-list-item:hover,\n.bk-pagination-list-pre.is-active,\n.bk-pagination-list-next.is-active,\n.bk-pagination-list-item.is-active {\n color: #3a84ff;\n border-color: #3a84ff;\n}\n.bk-pagination-list-pre.is-disabled,\n.bk-pagination-list-next.is-disabled,\n.bk-pagination-list-item.is-disabled {\n color: #c4c6cc;\n cursor: not-allowed;\n background-color: #fafbfd;\n border-color: #dcdee5;\n}\n.bk-pagination-list-pre-batch,\n.bk-pagination-list-next-batch {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 32px;\n cursor: pointer;\n user-select: none;\n}\n.bk-pagination-list-pre-batch:hover,\n.bk-pagination-list-next-batch:hover {\n color: #3a84ff;\n}\n.bk-pagination-list-pre,\n.bk-pagination-list-next {\n font-size: 14px;\n}\n.bk-pagination-list-item {\n margin-right: 4px;\n margin-left: 4px;\n}\n.bk-pagination-limit {\n display: flex;\n align-items: center;\n user-select: none;\n}\n.bk-pagination-limit-select {\n width: 60px;\n margin: 0 4px;\n}\n.bk-pagination-small-list {\n display: flex;\n}\n.bk-pagination-small-list .bk-pagination-picker {\n display: flex;\n height: 24px;\n cursor: pointer;\n background-color: #f0f1f5;\n border: 1px solid #f0f1f5;\n border-radius: 2px;\n align-items: center;\n}\n.bk-pagination-small-list .bk-pagination-picker:hover {\n background-color: #e1ecff;\n border-color: #e1ecff;\n}\n.bk-pagination-small-list .bk-pagination-picker.is-focused {\n background-color: #fff;\n border-color: #3a84ff;\n box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);\n}\n.bk-pagination-editor {\n height: 16px;\n min-width: 14px;\n padding-right: 4px;\n padding-left: 8px;\n line-height: 16px;\n text-align: center;\n background-color: transparent;\n border: 0;\n border-radius: 2px;\n outline: none;\n transition: all 0.15s;\n}\n.bk-pagination-small-list-total {\n padding-right: 8px;\n padding-left: 4px;\n}\n.bk-pagination-btn-pre,\n.bk-pagination-btn-next {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 24px;\n cursor: pointer;\n}\n.bk-pagination-btn-pre:hover,\n.bk-pagination-btn-next:hover {\n color: #3a84ff;\n}\n.bk-pagination-btn-pre.is-disabled,\n.bk-pagination-btn-next.is-disabled {\n color: #dcdee5;\n cursor: not-allowed;\n}\n.bk-pagination-picker-list {\n max-height: 216px;\n padding: 7px 0;\n margin: -7px -14px;\n overflow: auto;\n}\n.bk-pagination-picker-list .item {\n height: 32px;\n padding: 0 10px;\n font-size: 12px;\n line-height: 32px;\n color: #63656e;\n cursor: pointer;\n}\n.bk-pagination-picker-list .item:hover,\n.bk-pagination-picker-list .item.is-actived {\n color: #3a84ff;\n background: #f4f6fa;\n}\n";
81
- var timeline = "* {\n box-sizing: border-box;\n}\n.bk-timeline {\n padding: 0;\n margin: 16px 0 0;\n font-style: normal;\n font-weight: 400;\n line-height: normal;\n text-align: left;\n list-style: none;\n}\n.bk-timeline .bk-timeline-dot {\n position: relative;\n padding-bottom: 24px;\n padding-left: 16px;\n /* spacing 1px */\n margin-top: 13px;\n font-size: 0;\n border-left: 1px solid #d8d8d8;\n}\n.bk-timeline .bk-timeline-dot::before {\n position: absolute;\n top: calc((11px + 1px) * -1);\n left: -6px;\n display: inline-block;\n width: 11px;\n height: 11px;\n background: #fff;\n border: 2px solid #d8d8d8;\n border-radius: 50%;\n content: '';\n box-sizing: border-box;\n}\n.bk-timeline .bk-timeline-dot:last-child {\n padding-bottom: 0;\n /* \u4FDD\u7559border\u4F7F\u7528\u95F4\u8DDD\u4FDD\u6301\u4E00\u81F4 */\n border-left: 1px solid transparent;\n}\n.bk-timeline .bk-timeline-dot .bk-timeline-title {\n display: inline-block;\n padding-bottom: 10px;\n margin-top: -3px;\n font-size: 14px;\n color: #63656e;\n cursor: pointer;\n}\n.bk-timeline .bk-timeline-dot .bk-timeline-content {\n max-width: 300px;\n font-size: 14px;\n color: #666;\n word-break: break-all;\n}\n.bk-timeline .bk-timeline-dot .bk-timeline-icon {\n position: absolute;\n top: calc((15px + 1px) * -1);\n left: -8px;\n display: inline-block;\n width: 15px;\n height: 15px;\n background: #fff;\n border: 2px solid #d8d8d8;\n border-radius: 50%;\n box-sizing: border-box;\n}\n.bk-timeline .bk-timeline-dot .bk-timeline-icon .bk-timeline-icon-inner {\n display: inline-block;\n transform: scale(1) translate(-0.5px, -4px);\n}\n.bk-timeline .bk-timeline-dot .bk-timeline-icon .bk-timeline-icon-inner > :first-child {\n font-size: 12px;\n}\n.bk-timeline .bk-timeline-dot .bk-timeline-section {\n position: relative;\n top: calc((11px + 2px) * -1);\n}\n.bk-timeline .bk-timeline-dot.bk-timeline-large {\n margin-top: calc(15px + 2px);\n}\n.bk-timeline .bk-timeline-dot.bk-timeline-large::before {\n top: calc((15px + 1px) * -1);\n left: -8px;\n width: 15px;\n height: 15px;\n}\n.bk-timeline .bk-timeline-dot.bk-timeline-large > .bk-timeline-section {\n top: calc((15px + 1px) * -1);\n}\n.bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon {\n margin-top: calc(15px + 2px);\n}\n.bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon::before {\n display: none;\n}\n.bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon > .bk-timeline-section {\n top: calc((15px + 1px) * -1);\n}\n.bk-timeline .bk-timeline-dot:first-child {\n margin-top: 0;\n}\n.bk-timeline .bk-timeline-primary {\n border-left: 1px solid #3a84ff;\n}\n.bk-timeline .bk-timeline-primary::before,\n.bk-timeline .bk-timeline-primary .bk-timeline-icon {\n color: #3a84ff;\n border: 2px solid #3a84ff;\n}\n.bk-timeline .bk-timeline-primary.bk-timeline-filled::before,\n.bk-timeline .bk-timeline-primary.bk-timeline-filled .bk-timeline-icon {\n background: #3a84ff;\n}\n.bk-timeline .bk-timeline-warning {\n border-left: 1px solid #ff9c01;\n}\n.bk-timeline .bk-timeline-warning::before,\n.bk-timeline .bk-timeline-warning .bk-timeline-icon {\n color: #ff9c01;\n border: 2px solid #ff9c01;\n}\n.bk-timeline .bk-timeline-warning.bk-timeline-filled::before,\n.bk-timeline .bk-timeline-warning.bk-timeline-filled .bk-timeline-icon {\n background: #ff9c01;\n}\n.bk-timeline .bk-timeline-success {\n border-left: 1px solid #2dcb56;\n}\n.bk-timeline .bk-timeline-success::before,\n.bk-timeline .bk-timeline-success .bk-timeline-icon {\n color: #2dcb56;\n border: 2px solid #2dcb56;\n}\n.bk-timeline .bk-timeline-success.bk-timeline-filled::before,\n.bk-timeline .bk-timeline-success.bk-timeline-filled .bk-timeline-icon {\n background: #2dcb56;\n}\n.bk-timeline .bk-timeline-danger {\n border-left: 1px solid #ea3636;\n}\n.bk-timeline .bk-timeline-danger::before,\n.bk-timeline .bk-timeline-danger .bk-timeline-icon {\n color: #ea3636;\n border: 2px solid #ea3636;\n}\n.bk-timeline .bk-timeline-danger.bk-timeline-filled::before,\n.bk-timeline .bk-timeline-danger.bk-timeline-filled .bk-timeline-icon {\n background: #ea3636;\n}\n.bk-timeline .bk-timeline-blue::before,\n.bk-timeline .bk-timeline-blue .bk-timeline-icon {\n color: #3a84ff;\n border: 2px solid #3a84ff;\n}\n.bk-timeline .bk-timeline-blue.bk-timeline-filled::before,\n.bk-timeline .bk-timeline-blue.bk-timeline-filled .bk-timeline-icon {\n background: #3a84ff;\n}\n.bk-timeline .bk-timeline-red::before,\n.bk-timeline .bk-timeline-red .bk-timeline-icon {\n color: #ea3636;\n border: 2px solid #ea3636;\n}\n.bk-timeline .bk-timeline-red.bk-timeline-filled::before,\n.bk-timeline .bk-timeline-red.bk-timeline-filled .bk-timeline-icon {\n background: #ea3636;\n}\n.bk-timeline .bk-timeline-green::before,\n.bk-timeline .bk-timeline-green .bk-timeline-icon {\n color: #2dcb56;\n border: 2px solid #2dcb56;\n}\n.bk-timeline .bk-timeline-green.bk-timeline-filled::before,\n.bk-timeline .bk-timeline-green.bk-timeline-filled .bk-timeline-icon {\n background: #2dcb56;\n}\n.bk-timeline .bk-timeline-yellow::before,\n.bk-timeline .bk-timeline-yellow .bk-timeline-icon {\n color: #ff9c01;\n border: 2px solid #ff9c01;\n}\n.bk-timeline .bk-timeline-yellow.bk-timeline-filled::before,\n.bk-timeline .bk-timeline-yellow.bk-timeline-filled .bk-timeline-icon {\n background: #ff9c01;\n}\n.bk-timeline .bk-timeline-gray::before,\n.bk-timeline .bk-timeline-gray .bk-timeline-icon {\n color: #63656e;\n border: 2px solid #63656e;\n}\n.bk-timeline .bk-timeline-gray.bk-timeline-filled::before,\n.bk-timeline .bk-timeline-gray.bk-timeline-filled .bk-timeline-icon {\n background: #63656e;\n}\n.bk-timeline-dashed .bk-step .bk-step-title::after,\n.bk-timeline-dashed .bk-step .bk-step-indicator::after {\n background-image: linear-gradient(to right, #c4c6cc 50%, transparent 0%);\n background-position: bottom;\n background-repeat: repeat-x;\n background-size: 6px 1px;\n}\n.bk-timeline-solid .bk-step .bk-step-title::after,\n.bk-timeline-solid .bk-step .bk-step-indicator::after {\n background-color: #c4c6cc;\n}\n.bk-timeline-vertical {\n height: 100%;\n flex-direction: column;\n}\n.bk-timeline-vertical .bk-step {\n margin-right: 0;\n margin-bottom: 8px;\n}\n.bk-timeline-vertical .bk-step .bk-step-title::after,\n.bk-timeline-vertical .bk-step .bk-step-indicator::after {\n display: none;\n}\n.bk-timeline-vertical .bk-step::after {\n position: absolute;\n top: 32px;\n left: 12px;\n width: 1px;\n height: 100%;\n background-image: linear-gradient(#c4c6cc 50%, transparent 0%);\n background-position: right;\n background-repeat: repeat-y;\n background-size: 1px 6px;\n content: '';\n}\n.bk-timeline-vertical .bk-step .bk-step-title {\n display: flex;\n height: 100%;\n margin-top: 0;\n text-align: left;\n align-items: center;\n}\n";
82
- var BKLAYERTYPE;
83
- (function(BKLAYERTYPE2) {
84
- BKLAYERTYPE2["BOTTOM"] = "bottom";
85
- BKLAYERTYPE2["CONTENT"] = "content";
86
- BKLAYERTYPE2["NAVI"] = "navi";
87
- BKLAYERTYPE2["FULLSCREEN"] = "fullScreen";
88
- BKLAYERTYPE2["PLUGINS"] = "plugins";
89
- BKLAYERTYPE2["MODAL"] = "modal";
90
- BKLAYERTYPE2["MESSAGE"] = "message";
91
- BKLAYERTYPE2["POPPER"] = "popper";
92
- })(BKLAYERTYPE || (BKLAYERTYPE = {}));
67
+ var form = "";
68
+ var steps = "";
69
+ var message = "";
70
+ var notify = "";
71
+ var tree = "";
72
+ var slider = "";
73
+ var menu = "";
74
+ var navigation = "";
75
+ var datePicker = "";
76
+ var divider = "";
77
+ var tab = "";
78
+ var process = "";
79
+ var virtualRender$1 = "";
80
+ var pagination = "";
81
+ var timeline = "";
93
82
  const BKLAYERD_INDEX_EFAULT_VALUE = {
94
- [BKLAYERTYPE.BOTTOM]: 0,
95
- [BKLAYERTYPE.CONTENT]: 1,
96
- [BKLAYERTYPE.NAVI]: 100,
97
- [BKLAYERTYPE.FULLSCREEN]: 1e3,
98
- [BKLAYERTYPE.MODAL]: 3e3,
99
- [BKLAYERTYPE.PLUGINS]: 8e3,
100
- [BKLAYERTYPE.MESSAGE]: 1e4,
101
- [BKLAYERTYPE.POPPER]: 99999
83
+ ["bottom"]: 0,
84
+ ["content"]: 1,
85
+ ["navi"]: 100,
86
+ ["fullScreen"]: 1e3,
87
+ ["modal"]: 3e3,
88
+ ["plugins"]: 8e3,
89
+ ["message"]: 1e4,
90
+ ["popper"]: 99999
102
91
  };
103
92
  class BKZIndexManager {
104
93
  constructor() {
@@ -110,20 +99,20 @@ var __publicField = (obj, key, value) => {
110
99
  this.storageLayerIndexValue[type] = this.storageLayerIndexValue[type] + 1;
111
100
  return this.storageLayerIndexValue[type];
112
101
  }
113
- this.storageLayerIndexValue[BKLAYERTYPE.MODAL] = this.storageLayerIndexValue[BKLAYERTYPE.MODAL] + 1;
114
- return this.storageLayerIndexValue[BKLAYERTYPE.MODAL];
102
+ this.storageLayerIndexValue["modal"] = this.storageLayerIndexValue["modal"] + 1;
103
+ return this.storageLayerIndexValue["modal"];
115
104
  }
116
105
  getModalNextIndex() {
117
- return this.getNextIndex(BKLAYERTYPE.MODAL);
106
+ return this.getNextIndex("modal");
118
107
  }
119
108
  getMessageNextIndex() {
120
- return this.getNextIndex(BKLAYERTYPE.MESSAGE);
109
+ return this.getNextIndex("message");
121
110
  }
122
111
  getFullScreenNextIndex() {
123
- return this.getNextIndex(BKLAYERTYPE.FULLSCREEN);
112
+ return this.getNextIndex("fullScreen");
124
113
  }
125
114
  getNaviNextIndex() {
126
- return this.getNextIndex(BKLAYERTYPE.NAVI);
115
+ return this.getNextIndex("navi");
127
116
  }
128
117
  getPopperIndex() {
129
118
  return BKLAYERD_INDEX_EFAULT_VALUE.popper;
@@ -374,6 +363,9 @@ var __publicField = (obj, key, value) => {
374
363
  }
375
364
  }
376
365
  var currentNode = getParentNode(element);
366
+ if (isShadowRoot(currentNode)) {
367
+ currentNode = currentNode.host;
368
+ }
377
369
  while (isHTMLElement(currentNode) && ["html", "body"].indexOf(getNodeName(currentNode)) < 0) {
378
370
  var css = getComputedStyle(currentNode);
379
371
  if (css.transform !== "none" || css.perspective !== "none" || css.contain === "paint" || ["transform", "perspective"].indexOf(css.willChange) !== -1 || isFirefox2 && css.willChange === "filter" || isFirefox2 && css.filter && css.filter !== "none") {
@@ -532,13 +524,13 @@ var __publicField = (obj, key, value) => {
532
524
  offsetParent = offsetParent;
533
525
  if (placement === top || (placement === left || placement === right) && variation === end) {
534
526
  sideY = bottom;
535
- var offsetY = isFixed && win.visualViewport ? win.visualViewport.height : offsetParent[heightProp];
527
+ var offsetY = isFixed && offsetParent === win && win.visualViewport ? win.visualViewport.height : offsetParent[heightProp];
536
528
  y2 -= offsetY - popperRect.height;
537
529
  y2 *= gpuAcceleration ? 1 : -1;
538
530
  }
539
531
  if (placement === left || (placement === top || placement === bottom) && variation === end) {
540
532
  sideX = right;
541
- var offsetX = isFixed && win.visualViewport ? win.visualViewport.width : offsetParent[widthProp];
533
+ var offsetX = isFixed && offsetParent === win && win.visualViewport ? win.visualViewport.width : offsetParent[widthProp];
542
534
  x2 -= offsetX - popperRect.width;
543
535
  x2 *= gpuAcceleration ? 1 : -1;
544
536
  }
@@ -931,7 +923,7 @@ var __publicField = (obj, key, value) => {
931
923
  }, []);
932
924
  var referenceRect = state.rects.reference;
933
925
  var popperRect = state.rects.popper;
934
- var checksMap = new Map();
926
+ var checksMap = /* @__PURE__ */ new Map();
935
927
  var makeFallbackChecks = true;
936
928
  var firstFittingPlacement = placements2[0];
937
929
  for (var i2 = 0; i2 < placements2.length; i2++) {
@@ -1260,8 +1252,8 @@ var __publicField = (obj, key, value) => {
1260
1252
  };
1261
1253
  }
1262
1254
  function order(modifiers) {
1263
- var map = new Map();
1264
- var visited = new Set();
1255
+ var map = /* @__PURE__ */ new Map();
1256
+ var visited = /* @__PURE__ */ new Set();
1265
1257
  var result = [];
1266
1258
  modifiers.forEach(function(modifier) {
1267
1259
  map.set(modifier.name, modifier);
@@ -1466,15 +1458,15 @@ var __publicField = (obj, key, value) => {
1466
1458
  }
1467
1459
  return false;
1468
1460
  }
1469
- function isObject(value) {
1461
+ function isObject$1(value) {
1470
1462
  return value !== null && /^\[object (Object|Module)\]/.test(Object.prototype.toString.call(value));
1471
1463
  }
1472
1464
  function clone(source) {
1473
1465
  if (isArray(source)) {
1474
1466
  return source.map(clone);
1475
1467
  }
1476
- if (isObject(source)) {
1477
- const target = Object.create(null);
1468
+ if (isObject$1(source)) {
1469
+ const target = /* @__PURE__ */ Object.create(null);
1478
1470
  const keys = Object.keys(source);
1479
1471
  const klen = keys.length;
1480
1472
  let k2 = 0;
@@ -1494,7 +1486,7 @@ var __publicField = (obj, key, value) => {
1494
1486
  }
1495
1487
  const tval = target[key];
1496
1488
  const sval = source[key];
1497
- if (isObject(tval) && isObject(sval)) {
1489
+ if (isObject$1(tval) && isObject$1(sval)) {
1498
1490
  merge$1(tval, sval, options);
1499
1491
  } else {
1500
1492
  target[key] = clone(sval);
@@ -1503,14 +1495,14 @@ var __publicField = (obj, key, value) => {
1503
1495
  function merge$1(target, source, options) {
1504
1496
  const sources = isArray(source) ? source : [source];
1505
1497
  const ilen = sources.length;
1506
- if (!isObject(target)) {
1498
+ if (!isObject$1(target)) {
1507
1499
  return target;
1508
1500
  }
1509
1501
  options = options || {};
1510
1502
  const merger = options.merger || mergerFn;
1511
1503
  for (let i2 = 0; i2 < ilen; ++i2) {
1512
1504
  source = sources[i2];
1513
- if (!isObject(source)) {
1505
+ if (!isObject$1(source)) {
1514
1506
  continue;
1515
1507
  }
1516
1508
  const keys = Object.keys(source);
@@ -1560,7 +1552,7 @@ var __publicField = (obj, key, value) => {
1560
1552
  function isElement(obj) {
1561
1553
  try {
1562
1554
  return obj instanceof HTMLElement;
1563
- } catch (e2) {
1555
+ } catch (e) {
1564
1556
  return typeof obj === "object" && obj.nodeType === 1 && typeof obj.style === "object" && typeof obj.ownerDocument === "object";
1565
1557
  }
1566
1558
  }
@@ -1814,6 +1806,8 @@ var __publicField = (obj, key, value) => {
1814
1806
  this.uniqueMaskAttrTag = "";
1815
1807
  this.parentNode = document.body;
1816
1808
  this.activeInstance = void 0;
1809
+ this.zIndexStore = /* @__PURE__ */ new Map();
1810
+ this.lastUUID = null;
1817
1811
  this.maskStyle = {
1818
1812
  position: "absolute",
1819
1813
  left: 0,
@@ -1825,16 +1819,30 @@ var __publicField = (obj, key, value) => {
1825
1819
  };
1826
1820
  const { multiInstance = false, maskAttrTag = "auto", parentNode = document.body, maskStyle = {} } = config || {};
1827
1821
  this.activeInstance = void 0;
1828
- this.maskStyle = Object.assign({}, this.maskStyle, maskStyle);
1829
1822
  this.multiInstance = multiInstance;
1830
1823
  this.uniqueMaskAttrTag = this.getMaskAttrTag(maskAttrTag);
1831
1824
  this.parentNode = parentNode || document;
1832
1825
  this.mask = this.getMask();
1833
1826
  this.backupMask = this.createMask("data-bk-backup-uid");
1834
- this.setMaskStyle();
1827
+ this.setMaskStyle(Object.assign({}, this.maskStyle, maskStyle));
1835
1828
  }
1836
- show(content, zIndex) {
1829
+ show(content, zIndex, showMask = true, appendStyle = {}, uuid2 = null) {
1830
+ const uid = uuid2 != null ? uuid2 : random(16);
1837
1831
  const localZIndex = /-?\d+/.test(`${zIndex}`) ? zIndex : bkZIndexManager.getModalNextIndex();
1832
+ let style = Object.assign({}, this.maskStyle, appendStyle || {});
1833
+ if (!showMask) {
1834
+ if (this.lastUUID) {
1835
+ const preStore = this.zIndexStore.get(this.lastUUID);
1836
+ style = preStore.style;
1837
+ }
1838
+ }
1839
+ this.storeMaskInsCfg({
1840
+ zIndex: localZIndex,
1841
+ style: __spreadValues({}, style),
1842
+ uuid: uid,
1843
+ preUID: this.lastUUID
1844
+ });
1845
+ this.setMaskStyle(style);
1838
1846
  this.mask.style.setProperty("display", "block");
1839
1847
  this.mask.style.setProperty("z-index", `${localZIndex}`);
1840
1848
  this.backupMask.style.setProperty("z-index", `${localZIndex - 1}`);
@@ -1843,12 +1851,28 @@ var __publicField = (obj, key, value) => {
1843
1851
  this.appendContentToMask(content);
1844
1852
  }
1845
1853
  }
1846
- hide(content) {
1854
+ hide(content, uuid2) {
1847
1855
  var _a;
1856
+ const uid = uuid2 != null ? uuid2 : this.lastUUID;
1848
1857
  this.mask.style.setProperty("display", "none");
1849
1858
  content == null ? void 0 : content.remove();
1850
1859
  (_a = this.activeInstance) == null ? void 0 : _a.remove();
1851
1860
  this.activeInstance = void 0;
1861
+ this.popIndexStore(uid);
1862
+ }
1863
+ storeMaskInsCfg(config) {
1864
+ this.zIndexStore.set(config.uuid, config);
1865
+ this.lastUUID = config.uuid;
1866
+ return this.zIndexStore.get(config.uuid);
1867
+ }
1868
+ popIndexStore(uuid2) {
1869
+ if (this.zIndexStore.has(uuid2)) {
1870
+ const rmIns = this.zIndexStore.get(uuid2);
1871
+ this.lastUUID = rmIns.preUID;
1872
+ return this.zIndexStore.delete(uuid2);
1873
+ }
1874
+ this.lastUUID = null;
1875
+ return false;
1852
1876
  }
1853
1877
  backupActiveInstance() {
1854
1878
  if (this.activeInstance) {
@@ -1877,9 +1901,9 @@ var __publicField = (obj, key, value) => {
1877
1901
  this.parentNode.append(div);
1878
1902
  return div;
1879
1903
  }
1880
- setMaskStyle() {
1904
+ setMaskStyle(maskStyle = {}) {
1881
1905
  if (this.mask) {
1882
- Object.entries(this.maskStyle).forEach((cfg) => this.mask.style.setProperty(cfg[0], cfg[1]));
1906
+ Object.entries(maskStyle).forEach((cfg) => this.mask.style.setProperty(cfg[0], cfg[1]));
1883
1907
  }
1884
1908
  }
1885
1909
  getMaskAttrTag(tag2) {
@@ -1898,7 +1922,7 @@ var __publicField = (obj, key, value) => {
1898
1922
  this.popInstanceList = [];
1899
1923
  this.uuidAttrName = "data-bk-pop-uuid";
1900
1924
  }
1901
- show(content) {
1925
+ show(content, showMask = true, appendStyle = {}) {
1902
1926
  if (!content) {
1903
1927
  console.warn("pop show error: content is null or undefined");
1904
1928
  return;
@@ -1906,19 +1930,21 @@ var __publicField = (obj, key, value) => {
1906
1930
  const zIndex = bkZIndexManager.getModalNextIndex();
1907
1931
  const uuid2 = random(16);
1908
1932
  content.setAttribute(this.uuidAttrName, uuid2);
1909
- this.popInstanceList.push({ uuid: uuid2, zIndex, content });
1910
- bKMaskManager.backupActiveInstance();
1911
- bKMaskManager.show(content, zIndex);
1933
+ this.popInstanceList.push({ uuid: uuid2, zIndex, content, showMask, appendStyle });
1934
+ showMask && bKMaskManager.backupActiveInstance();
1935
+ bKMaskManager.show(content, zIndex, showMask, appendStyle, uuid2);
1912
1936
  }
1913
1937
  popHide(removeLastContent = true) {
1914
1938
  if (this.popInstanceList.length) {
1915
1939
  if (removeLastContent) {
1916
1940
  const lastItem = this.popInstanceList.pop();
1941
+ bKMaskManager.popIndexStore(lastItem.uuid);
1917
1942
  lastItem.remove();
1918
1943
  }
1919
1944
  if (this.popInstanceList.length) {
1920
1945
  const activeItem = this.popInstanceList.slice(-1)[0];
1921
- bKMaskManager.show(activeItem.content, activeItem.zIndex);
1946
+ const { zIndex, content, showMask, appendStyle, uuid: uuid2 } = activeItem;
1947
+ bKMaskManager.show(content, zIndex, showMask, appendStyle, uuid2);
1922
1948
  } else {
1923
1949
  bKMaskManager.hide();
1924
1950
  }
@@ -1931,6 +1957,7 @@ var __publicField = (obj, key, value) => {
1931
1957
  if (itemIndex >= 0) {
1932
1958
  this.popInstanceList[itemIndex].content.remove();
1933
1959
  this.popInstanceList.splice(itemIndex, 1);
1960
+ bKMaskManager.popIndexStore(uuid2);
1934
1961
  if (!this.popInstanceList.length) {
1935
1962
  bKMaskManager.hide();
1936
1963
  } else {
@@ -1943,215 +1970,236 @@ var __publicField = (obj, key, value) => {
1943
1970
  }
1944
1971
  }
1945
1972
  const bkPopIndexManager = new BKPopIndexManager();
1946
- function e() {
1947
- return (e = Object.assign || function(e2) {
1973
+ /*!
1974
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
1975
+ *
1976
+ * Copyright (c) 2014-2017, Jon Schlinkert.
1977
+ * Released under the MIT License.
1978
+ */
1979
+ function isObject(o2) {
1980
+ return Object.prototype.toString.call(o2) === "[object Object]";
1981
+ }
1982
+ function isPlainObject(o2) {
1983
+ var ctor, prot;
1984
+ if (isObject(o2) === false)
1985
+ return false;
1986
+ ctor = o2.constructor;
1987
+ if (ctor === void 0)
1988
+ return true;
1989
+ prot = ctor.prototype;
1990
+ if (isObject(prot) === false)
1991
+ return false;
1992
+ if (prot.hasOwnProperty("isPrototypeOf") === false) {
1993
+ return false;
1994
+ }
1995
+ return true;
1996
+ }
1997
+ function t() {
1998
+ return t = Object.assign || function(e) {
1948
1999
  for (var t2 = 1; t2 < arguments.length; t2++) {
1949
2000
  var r2 = arguments[t2];
1950
2001
  for (var n2 in r2)
1951
- Object.prototype.hasOwnProperty.call(r2, n2) && (e2[n2] = r2[n2]);
2002
+ Object.prototype.hasOwnProperty.call(r2, n2) && (e[n2] = r2[n2]);
1952
2003
  }
1953
- return e2;
1954
- }).apply(this, arguments);
2004
+ return e;
2005
+ }, t.apply(this, arguments);
1955
2006
  }
1956
- function t(e2, t2) {
1957
- if (e2 == null)
2007
+ function r(e, t2) {
2008
+ if (e == null)
1958
2009
  return {};
1959
- var r2, n2, o2 = {}, i2 = Object.keys(e2);
1960
- for (n2 = 0; n2 < i2.length; n2++)
1961
- t2.indexOf(r2 = i2[n2]) >= 0 || (o2[r2] = e2[r2]);
1962
- return o2;
2010
+ var r2, n2, i2 = {}, o2 = Object.keys(e);
2011
+ for (n2 = 0; n2 < o2.length; n2++)
2012
+ t2.indexOf(r2 = o2[n2]) >= 0 || (i2[r2] = e[r2]);
2013
+ return i2;
1963
2014
  }
1964
- function r(e2) {
1965
- return Object.prototype.toString.call(e2) === "[object Object]";
1966
- }
1967
- const n = { silent: false }, o = ["validator"], i$1 = Object.prototype, a = i$1.toString, s = i$1.hasOwnProperty, u = /^\s*function (\w+)/;
1968
- function l(e2) {
2015
+ const n = { silent: false, logLevel: "warn" }, i$1 = ["validator"], o = Object.prototype, a = o.toString, s = o.hasOwnProperty, u = /^\s*function (\w+)/;
2016
+ function l(e) {
1969
2017
  var t2;
1970
- const r2 = (t2 = e2 == null ? void 0 : e2.type) !== null && t2 !== void 0 ? t2 : e2;
2018
+ const r2 = (t2 = e == null ? void 0 : e.type) !== null && t2 !== void 0 ? t2 : e;
1971
2019
  if (r2) {
1972
- const e3 = r2.toString().match(u);
1973
- return e3 ? e3[1] : "";
2020
+ const e2 = r2.toString().match(u);
2021
+ return e2 ? e2[1] : "";
1974
2022
  }
1975
2023
  return "";
1976
2024
  }
1977
- const c = function(e2) {
1978
- var t2, n2;
1979
- return r(e2) !== false && ((t2 = e2.constructor) === void 0 || r(n2 = t2.prototype) !== false && n2.hasOwnProperty("isPrototypeOf") !== false);
1980
- }, f = (e2) => e2;
2025
+ const c = isPlainObject, f = (e) => e;
1981
2026
  let d = f;
1982
- const p = (e2, t2) => s.call(e2, t2), y = Number.isInteger || function(e2) {
1983
- return typeof e2 == "number" && isFinite(e2) && Math.floor(e2) === e2;
1984
- }, v = Array.isArray || function(e2) {
1985
- return a.call(e2) === "[object Array]";
1986
- }, h = (e2) => a.call(e2) === "[object Function]", b = (e2) => c(e2) && p(e2, "_vueTypes_name"), g = (e2) => c(e2) && (p(e2, "type") || ["_vueTypes_name", "validator", "default", "required"].some((t2) => p(e2, t2)));
1987
- function O(e2, t2) {
1988
- return Object.defineProperty(e2.bind(t2), "__original", { value: e2 });
1989
- }
1990
- function m(e2, t2, r2 = false) {
1991
- let n2, o2 = true, i2 = "";
1992
- n2 = c(e2) ? e2 : { type: e2 };
2027
+ const p = (e, t2) => s.call(e, t2), y = Number.isInteger || function(e) {
2028
+ return typeof e == "number" && isFinite(e) && Math.floor(e) === e;
2029
+ }, v = Array.isArray || function(e) {
2030
+ return a.call(e) === "[object Array]";
2031
+ }, h = (e) => a.call(e) === "[object Function]", b = (e) => c(e) && p(e, "_vueTypes_name"), g = (e) => c(e) && (p(e, "type") || ["_vueTypes_name", "validator", "default", "required"].some((t2) => p(e, t2)));
2032
+ function O(e, t2) {
2033
+ return Object.defineProperty(e.bind(t2), "__original", { value: e });
2034
+ }
2035
+ function m(e, t2, r2 = false) {
2036
+ let n2, i2 = true, o2 = "";
2037
+ n2 = c(e) ? e : { type: e };
1993
2038
  const a2 = b(n2) ? n2._vueTypes_name + " - " : "";
1994
2039
  if (g(n2) && n2.type !== null) {
1995
2040
  if (n2.type === void 0 || n2.type === true)
1996
- return o2;
2041
+ return i2;
1997
2042
  if (!n2.required && t2 === void 0)
1998
- return o2;
1999
- v(n2.type) ? (o2 = n2.type.some((e3) => m(e3, t2, true) === true), i2 = n2.type.map((e3) => l(e3)).join(" or ")) : (i2 = l(n2), o2 = i2 === "Array" ? v(t2) : i2 === "Object" ? c(t2) : i2 === "String" || i2 === "Number" || i2 === "Boolean" || i2 === "Function" ? function(e3) {
2000
- if (e3 == null)
2043
+ return i2;
2044
+ v(n2.type) ? (i2 = n2.type.some((e2) => m(e2, t2, true) === true), o2 = n2.type.map((e2) => l(e2)).join(" or ")) : (o2 = l(n2), i2 = o2 === "Array" ? v(t2) : o2 === "Object" ? c(t2) : o2 === "String" || o2 === "Number" || o2 === "Boolean" || o2 === "Function" ? function(e2) {
2045
+ if (e2 == null)
2001
2046
  return "";
2002
- const t3 = e3.constructor.toString().match(u);
2047
+ const t3 = e2.constructor.toString().match(u);
2003
2048
  return t3 ? t3[1] : "";
2004
- }(t2) === i2 : t2 instanceof n2.type);
2049
+ }(t2) === o2 : t2 instanceof n2.type);
2005
2050
  }
2006
- if (!o2) {
2007
- const e3 = `${a2}value "${t2}" should be of type "${i2}"`;
2008
- return r2 === false ? (d(e3), false) : e3;
2051
+ if (!i2) {
2052
+ const e2 = `${a2}value "${t2}" should be of type "${o2}"`;
2053
+ return r2 === false ? (d(e2), false) : e2;
2009
2054
  }
2010
2055
  if (p(n2, "validator") && h(n2.validator)) {
2011
- const e3 = d, i3 = [];
2012
- if (d = (e4) => {
2013
- i3.push(e4);
2014
- }, o2 = n2.validator(t2), d = e3, !o2) {
2015
- const e4 = (i3.length > 1 ? "* " : "") + i3.join("\n* ");
2016
- return i3.length = 0, r2 === false ? (d(e4), o2) : e4;
2056
+ const e2 = d, o3 = [];
2057
+ if (d = (e3) => {
2058
+ o3.push(e3);
2059
+ }, i2 = n2.validator(t2), d = e2, !i2) {
2060
+ const e3 = (o3.length > 1 ? "* " : "") + o3.join("\n* ");
2061
+ return o3.length = 0, r2 === false ? (d(e3), i2) : e3;
2017
2062
  }
2018
2063
  }
2019
- return o2;
2064
+ return i2;
2020
2065
  }
2021
- function j(e2, t2) {
2022
- const r2 = Object.defineProperties(t2, { _vueTypes_name: { value: e2, writable: true }, isRequired: { get() {
2066
+ function j(e, t2) {
2067
+ const r2 = Object.defineProperties(t2, { _vueTypes_name: { value: e, writable: true }, isRequired: { get() {
2023
2068
  return this.required = true, this;
2024
- } }, def: { value(e3) {
2025
- return e3 === void 0 ? (p(this, "default") && delete this.default, this) : h(e3) || m(this, e3, true) === true ? (this.default = v(e3) ? () => [...e3] : c(e3) ? () => Object.assign({}, e3) : e3, this) : (d(`${this._vueTypes_name} - invalid default value: "${e3}"`), this);
2069
+ } }, def: { value(e2) {
2070
+ return e2 === void 0 ? (p(this, "default") && delete this.default, this) : h(e2) || m(this, e2, true) === true ? (this.default = v(e2) ? () => [...e2] : c(e2) ? () => Object.assign({}, e2) : e2, this) : (d(`${this._vueTypes_name} - invalid default value: "${e2}"`), this);
2026
2071
  } } }), { validator: n2 } = r2;
2027
2072
  return h(n2) && (r2.validator = O(n2, r2)), r2;
2028
2073
  }
2029
- function _(e2, t2) {
2030
- const r2 = j(e2, t2);
2031
- return Object.defineProperty(r2, "validate", { value(e3) {
2074
+ function _(e, t2) {
2075
+ const r2 = j(e, t2);
2076
+ return Object.defineProperty(r2, "validate", { value(e2) {
2032
2077
  return h(this.validator) && d(`${this._vueTypes_name} - calling .validate() will overwrite the current custom validator function. Validator info:
2033
- ${JSON.stringify(this)}`), this.validator = O(e3, this), this;
2078
+ ${JSON.stringify(this)}`), this.validator = O(e2, this), this;
2034
2079
  } });
2035
2080
  }
2036
- function T(e2, r2, n2) {
2037
- const i2 = function(e3) {
2038
- const t2 = {};
2039
- return Object.getOwnPropertyNames(e3).forEach((r3) => {
2040
- t2[r3] = Object.getOwnPropertyDescriptor(e3, r3);
2041
- }), Object.defineProperties({}, t2);
2042
- }(r2);
2043
- if (i2._vueTypes_name = e2, !c(n2))
2044
- return i2;
2045
- const { validator: a2 } = n2, s2 = t(n2, o);
2081
+ function T(e, t2, n2) {
2082
+ const o2 = function(e2) {
2083
+ const t3 = {};
2084
+ return Object.getOwnPropertyNames(e2).forEach((r2) => {
2085
+ t3[r2] = Object.getOwnPropertyDescriptor(e2, r2);
2086
+ }), Object.defineProperties({}, t3);
2087
+ }(t2);
2088
+ if (o2._vueTypes_name = e, !c(n2))
2089
+ return o2;
2090
+ const { validator: a2 } = n2, s2 = r(n2, i$1);
2046
2091
  if (h(a2)) {
2047
- let { validator: e3 } = i2;
2048
- e3 && (e3 = (l2 = (u2 = e3).__original) !== null && l2 !== void 0 ? l2 : u2), i2.validator = O(e3 ? function(t2) {
2049
- return e3.call(this, t2) && a2.call(this, t2);
2050
- } : a2, i2);
2092
+ let { validator: e2 } = o2;
2093
+ e2 && (e2 = (l2 = (u2 = e2).__original) !== null && l2 !== void 0 ? l2 : u2), o2.validator = O(e2 ? function(t3) {
2094
+ return e2.call(this, t3) && a2.call(this, t3);
2095
+ } : a2, o2);
2051
2096
  }
2052
2097
  var u2, l2;
2053
- return Object.assign(i2, s2);
2098
+ return Object.assign(o2, s2);
2054
2099
  }
2055
- function $(e2) {
2056
- return e2.replace(/^(?!\s*$)/gm, " ");
2100
+ function $(e) {
2101
+ return e.replace(/^(?!\s*$)/gm, " ");
2057
2102
  }
2058
- const w = () => _("any", {}), P = () => _("function", { type: Function }), x = () => _("boolean", { type: Boolean }), E = () => _("string", { type: String }), N = () => _("number", { type: Number }), q = () => _("array", { type: Array }), A = () => _("object", { type: Object }), S = () => j("integer", { type: Number, validator: (e2) => y(e2) }), V = () => j("symbol", { validator: (e2) => typeof e2 == "symbol" });
2059
- function k(e2, t2 = "custom validation failed") {
2060
- if (typeof e2 != "function")
2103
+ const w = () => _("any", {}), P = () => _("function", { type: Function }), x = () => _("boolean", { type: Boolean }), E = () => _("string", { type: String }), N = () => _("number", { type: Number }), q = () => _("array", { type: Array }), A = () => _("object", { type: Object }), V = () => j("integer", { type: Number, validator: (e) => y(e) }), S = () => j("symbol", { validator: (e) => typeof e == "symbol" });
2104
+ function k(e, t2 = "custom validation failed") {
2105
+ if (typeof e != "function")
2061
2106
  throw new TypeError("[VueTypes error]: You must provide a function as argument");
2062
- return j(e2.name || "<<anonymous function>>", { validator(r2) {
2063
- const n2 = e2(r2);
2107
+ return j(e.name || "<<anonymous function>>", { type: null, validator(r2) {
2108
+ const n2 = e(r2);
2064
2109
  return n2 || d(`${this._vueTypes_name} - ${t2}`), n2;
2065
2110
  } });
2066
2111
  }
2067
- function D(e2) {
2068
- if (!v(e2))
2112
+ function D(e) {
2113
+ if (!v(e))
2069
2114
  throw new TypeError("[VueTypes error]: You must provide an array as argument.");
2070
- const t2 = `oneOf - value should be one of "${e2.join('", "')}".`, r2 = e2.reduce((e3, t3) => {
2115
+ const t2 = `oneOf - value should be one of "${e.join('", "')}".`, r2 = e.reduce((e2, t3) => {
2071
2116
  if (t3 != null) {
2072
2117
  const r3 = t3.constructor;
2073
- e3.indexOf(r3) === -1 && e3.push(r3);
2118
+ e2.indexOf(r3) === -1 && e2.push(r3);
2074
2119
  }
2075
- return e3;
2120
+ return e2;
2076
2121
  }, []);
2077
2122
  return j("oneOf", { type: r2.length > 0 ? r2 : void 0, validator(r3) {
2078
- const n2 = e2.indexOf(r3) !== -1;
2123
+ const n2 = e.indexOf(r3) !== -1;
2079
2124
  return n2 || d(t2), n2;
2080
2125
  } });
2081
2126
  }
2082
- function F(e2) {
2083
- if (!v(e2))
2127
+ function L(e) {
2128
+ if (!v(e))
2084
2129
  throw new TypeError("[VueTypes error]: You must provide an array as argument");
2085
2130
  let t2 = false, r2 = [];
2086
- for (let n2 = 0; n2 < e2.length; n2 += 1) {
2087
- const o2 = e2[n2];
2088
- if (g(o2)) {
2089
- if (b(o2) && o2._vueTypes_name === "oneOf" && o2.type) {
2090
- r2 = r2.concat(o2.type);
2131
+ for (let n3 = 0; n3 < e.length; n3 += 1) {
2132
+ const i2 = e[n3];
2133
+ if (g(i2)) {
2134
+ if (b(i2) && i2._vueTypes_name === "oneOf" && i2.type) {
2135
+ r2 = r2.concat(i2.type);
2091
2136
  continue;
2092
2137
  }
2093
- if (h(o2.validator) && (t2 = true), o2.type !== true && o2.type) {
2094
- r2 = r2.concat(o2.type);
2138
+ if (h(i2.validator) && (t2 = true), i2.type === true || !i2.type) {
2139
+ d('oneOfType - invalid usage of "true" or "null" as types.');
2095
2140
  continue;
2096
2141
  }
2097
- }
2098
- r2.push(o2);
2142
+ r2 = r2.concat(i2.type);
2143
+ } else
2144
+ r2.push(i2);
2099
2145
  }
2100
- return r2 = r2.filter((e3, t3) => r2.indexOf(e3) === t3), j("oneOfType", t2 ? { type: r2, validator(t3) {
2101
- const r3 = [], n2 = e2.some((e3) => {
2102
- const n3 = m(b(e3) && e3._vueTypes_name === "oneOf" ? e3.type || null : e3, t3, true);
2103
- return typeof n3 == "string" && r3.push(n3), n3 === true;
2146
+ r2 = r2.filter((e2, t3) => r2.indexOf(e2) === t3);
2147
+ const n2 = r2.length > 0 ? r2 : null;
2148
+ return j("oneOfType", t2 ? { type: n2, validator(t3) {
2149
+ const r3 = [], n3 = e.some((e2) => {
2150
+ const n4 = m(b(e2) && e2._vueTypes_name === "oneOf" ? e2.type || null : e2, t3, true);
2151
+ return typeof n4 == "string" && r3.push(n4), n4 === true;
2104
2152
  });
2105
- return n2 || d(`oneOfType - provided value does not match any of the ${r3.length} passed-in validators:
2106
- ${$(r3.join("\n"))}`), n2;
2107
- } } : { type: r2 });
2153
+ return n3 || d(`oneOfType - provided value does not match any of the ${r3.length} passed-in validators:
2154
+ ${$(r3.join("\n"))}`), n3;
2155
+ } } : { type: n2 });
2108
2156
  }
2109
- function L(e2) {
2157
+ function F(e) {
2110
2158
  return j("arrayOf", { type: Array, validator(t2) {
2111
2159
  let r2 = "";
2112
- const n2 = t2.every((t3) => (r2 = m(e2, t3, true), r2 === true));
2160
+ const n2 = t2.every((t3) => (r2 = m(e, t3, true), r2 === true));
2113
2161
  return n2 || d(`arrayOf - value validation error:
2114
2162
  ${$(r2)}`), n2;
2115
2163
  } });
2116
2164
  }
2117
- function Y(e2) {
2118
- return j("instanceOf", { type: e2 });
2165
+ function Y(e) {
2166
+ return j("instanceOf", { type: e });
2119
2167
  }
2120
- function B(e2) {
2168
+ function B(e) {
2121
2169
  return j("objectOf", { type: Object, validator(t2) {
2122
2170
  let r2 = "";
2123
- const n2 = Object.keys(t2).every((n3) => (r2 = m(e2, t2[n3], true), r2 === true));
2171
+ const n2 = Object.keys(t2).every((n3) => (r2 = m(e, t2[n3], true), r2 === true));
2124
2172
  return n2 || d(`objectOf - value validation error:
2125
2173
  ${$(r2)}`), n2;
2126
2174
  } });
2127
2175
  }
2128
- function I(e2) {
2129
- const t2 = Object.keys(e2), r2 = t2.filter((t3) => {
2176
+ function I(e) {
2177
+ const t2 = Object.keys(e), r2 = t2.filter((t3) => {
2130
2178
  var r3;
2131
- return !((r3 = e2[t3]) === null || r3 === void 0 || !r3.required);
2179
+ return !((r3 = e[t3]) === null || r3 === void 0 || !r3.required);
2132
2180
  }), n2 = j("shape", { type: Object, validator(n3) {
2133
2181
  if (!c(n3))
2134
2182
  return false;
2135
- const o2 = Object.keys(n3);
2136
- if (r2.length > 0 && r2.some((e3) => o2.indexOf(e3) === -1)) {
2137
- const e3 = r2.filter((e4) => o2.indexOf(e4) === -1);
2138
- return d(e3.length === 1 ? `shape - required property "${e3[0]}" is not defined.` : `shape - required properties "${e3.join('", "')}" are not defined.`), false;
2183
+ const i2 = Object.keys(n3);
2184
+ if (r2.length > 0 && r2.some((e2) => i2.indexOf(e2) === -1)) {
2185
+ const e2 = r2.filter((e3) => i2.indexOf(e3) === -1);
2186
+ return d(e2.length === 1 ? `shape - required property "${e2[0]}" is not defined.` : `shape - required properties "${e2.join('", "')}" are not defined.`), false;
2139
2187
  }
2140
- return o2.every((r3) => {
2188
+ return i2.every((r3) => {
2141
2189
  if (t2.indexOf(r3) === -1)
2142
2190
  return this._vueTypes_isLoose === true || (d(`shape - shape definition does not include a "${r3}" property. Allowed keys: "${t2.join('", "')}".`), false);
2143
- const o3 = m(e2[r3], n3[r3], true);
2144
- return typeof o3 == "string" && d(`shape - "${r3}" property validation error:
2145
- ${$(o3)}`), o3 === true;
2191
+ const i3 = m(e[r3], n3[r3], true);
2192
+ return typeof i3 == "string" && d(`shape - "${r3}" property validation error:
2193
+ ${$(i3)}`), i3 === true;
2146
2194
  });
2147
2195
  } });
2148
2196
  return Object.defineProperty(n2, "_vueTypes_isLoose", { writable: true, value: false }), Object.defineProperty(n2, "loose", { get() {
2149
2197
  return this._vueTypes_isLoose = true, this;
2150
2198
  } }), n2;
2151
2199
  }
2152
- const J = ["name", "validate", "getter"], M = (() => {
2153
- var e2, r2;
2154
- return r2 = e2 = class {
2200
+ const J = ["name", "validate", "getter"], M = /* @__PURE__ */ (() => {
2201
+ var e, t2;
2202
+ return t2 = e = class {
2155
2203
  static get any() {
2156
2204
  return w();
2157
2205
  }
@@ -2174,62 +2222,50 @@ ${$(r2)}`), n2;
2174
2222
  return A().def(this.defaults.object);
2175
2223
  }
2176
2224
  static get integer() {
2177
- return S().def(this.defaults.integer);
2225
+ return V().def(this.defaults.integer);
2178
2226
  }
2179
2227
  static get symbol() {
2180
- return V();
2181
- }
2182
- static extend(e3) {
2183
- if (v(e3))
2184
- return e3.forEach((e4) => this.extend(e4)), this;
2185
- const { name: r3, validate: n2 = false, getter: o2 = false } = e3, i2 = t(e3, J);
2186
- if (p(this, r3))
2187
- throw new TypeError(`[VueTypes error]: Type "${r3}" already defined`);
2188
- const { type: a2 } = i2;
2228
+ return S();
2229
+ }
2230
+ static extend(e2) {
2231
+ if (v(e2))
2232
+ return e2.forEach((e3) => this.extend(e3)), this;
2233
+ const { name: t3, validate: n2 = false, getter: i2 = false } = e2, o2 = r(e2, J);
2234
+ if (p(this, t3))
2235
+ throw new TypeError(`[VueTypes error]: Type "${t3}" already defined`);
2236
+ const { type: a2 } = o2;
2189
2237
  if (b(a2))
2190
- return delete i2.type, Object.defineProperty(this, r3, o2 ? { get: () => T(r3, a2, i2) } : { value(...e4) {
2191
- const t2 = T(r3, a2, i2);
2192
- return t2.validator && (t2.validator = t2.validator.bind(t2, ...e4)), t2;
2238
+ return delete o2.type, Object.defineProperty(this, t3, i2 ? { get: () => T(t3, a2, o2) } : { value(...e3) {
2239
+ const r2 = T(t3, a2, o2);
2240
+ return r2.validator && (r2.validator = r2.validator.bind(r2, ...e3)), r2;
2193
2241
  } });
2194
2242
  let s2;
2195
- return s2 = o2 ? { get() {
2196
- const e4 = Object.assign({}, i2);
2197
- return n2 ? _(r3, e4) : j(r3, e4);
2198
- }, enumerable: true } : { value(...e4) {
2199
- const t2 = Object.assign({}, i2);
2200
- let o3;
2201
- return o3 = n2 ? _(r3, t2) : j(r3, t2), t2.validator && (o3.validator = t2.validator.bind(o3, ...e4)), o3;
2202
- }, enumerable: true }, Object.defineProperty(this, r3, s2);
2203
- }
2204
- }, e2.defaults = {}, e2.sensibleDefaults = void 0, e2.config = n, e2.custom = k, e2.oneOf = D, e2.instanceOf = Y, e2.oneOfType = F, e2.arrayOf = L, e2.objectOf = B, e2.shape = I, e2.utils = { validate: (e3, t2) => m(t2, e3, true) === true, toType: (e3, t2, r3 = false) => r3 ? _(e3, t2) : j(e3, t2) }, r2;
2243
+ return s2 = i2 ? { get() {
2244
+ const e3 = Object.assign({}, o2);
2245
+ return n2 ? _(t3, e3) : j(t3, e3);
2246
+ }, enumerable: true } : { value(...e3) {
2247
+ const r2 = Object.assign({}, o2);
2248
+ let i3;
2249
+ return i3 = n2 ? _(t3, r2) : j(t3, r2), r2.validator && (i3.validator = r2.validator.bind(i3, ...e3)), i3;
2250
+ }, enumerable: true }, Object.defineProperty(this, t3, s2);
2251
+ }
2252
+ }, e.defaults = {}, e.sensibleDefaults = void 0, e.config = n, e.custom = k, e.oneOf = D, e.instanceOf = Y, e.oneOfType = L, e.arrayOf = F, e.objectOf = B, e.shape = I, e.utils = { validate: (e2, t3) => m(t3, e2, true) === true, toType: (e2, t3, r2 = false) => r2 ? _(e2, t3) : j(e2, t3) }, t2;
2205
2253
  })();
2206
- function R(t2 = { func: () => {
2254
+ function R(e = { func: () => {
2207
2255
  }, bool: true, string: "", number: 0, array: () => [], object: () => ({}), integer: 0 }) {
2208
2256
  var r2, n2;
2209
2257
  return n2 = r2 = class extends M {
2210
2258
  static get sensibleDefaults() {
2211
- return e({}, this.defaults);
2259
+ return t({}, this.defaults);
2212
2260
  }
2213
2261
  static set sensibleDefaults(r3) {
2214
- this.defaults = r3 !== false ? e({}, r3 !== true ? r3 : t2) : {};
2262
+ this.defaults = r3 !== false ? t({}, r3 !== true ? r3 : e) : {};
2215
2263
  }
2216
- }, r2.defaults = e({}, t2), n2;
2264
+ }, r2.defaults = t({}, e), n2;
2217
2265
  }
2218
2266
  class z extends R() {
2219
2267
  }
2220
2268
  const propTypesNS = R({});
2221
- var Size;
2222
- (function(Size2) {
2223
- Size2["Small"] = "small";
2224
- Size2["Large"] = "large";
2225
- })(Size || (Size = {}));
2226
- var Placements;
2227
- (function(Placements2) {
2228
- Placements2["Top"] = "top";
2229
- Placements2["Left"] = "left";
2230
- Placements2["Right"] = "right";
2231
- Placements2["Bottom"] = "bottom";
2232
- })(Placements || (Placements = {}));
2233
2269
  class PropTypes extends propTypesNS {
2234
2270
  static size(sizes = ["small", "default", "large"]) {
2235
2271
  return j("Size", {
@@ -2305,7 +2341,7 @@ ${$(r2)}`), n2;
2305
2341
  function classes(dynamicCls, constCls = "") {
2306
2342
  return Object.entries(dynamicCls).filter((entry) => entry[1]).map((entry) => entry[0]).join(" ").concat(constCls ? ` ${constCls}` : "");
2307
2343
  }
2308
- const EMPTY_OBJ = Object.create({});
2344
+ const EMPTY_OBJ = /* @__PURE__ */ Object.create({});
2309
2345
  const isEmptyObj = (target) => Object.keys(target).length < 1;
2310
2346
  const withInstall = (component) => {
2311
2347
  component.install = function(app) {
@@ -3500,6 +3536,10 @@ ${$(r2)}`), n2;
3500
3536
  scrollable: {
3501
3537
  type: Boolean,
3502
3538
  default: true
3539
+ },
3540
+ showMask: {
3541
+ type: Boolean,
3542
+ default: true
3503
3543
  }
3504
3544
  };
3505
3545
  var Component$j = vue.defineComponent({
@@ -3534,7 +3574,11 @@ ${$(r2)}`), n2;
3534
3574
  visible(val) {
3535
3575
  if (val) {
3536
3576
  this.$nextTick(() => {
3537
- bkPopIndexManager.show(this.$el);
3577
+ const hideMaskStyle = {
3578
+ "background-color": "rgba(0,0,0,0)"
3579
+ };
3580
+ const appendStyle = this.showMask ? {} : hideMaskStyle;
3581
+ bkPopIndexManager.show(this.$el, this.showMask, appendStyle);
3538
3582
  });
3539
3583
  } else {
3540
3584
  bkPopIndexManager.hide(this.$el);
@@ -3570,7 +3614,6 @@ ${$(r2)}`), n2;
3570
3614
  BkModal,
3571
3615
  BkButton
3572
3616
  },
3573
- emits: ["closed", "update:isShow"],
3574
3617
  props: __spreadProps(__spreadValues({}, propsMixin$1), {
3575
3618
  confirmText: {
3576
3619
  type: String,
@@ -3580,7 +3623,7 @@ ${$(r2)}`), n2;
3580
3623
  type: String,
3581
3624
  default: "\u53D6\u6D88"
3582
3625
  },
3583
- Title: {
3626
+ title: {
3584
3627
  type: String,
3585
3628
  default: "Title"
3586
3629
  },
@@ -3609,6 +3652,7 @@ ${$(r2)}`), n2;
3609
3652
  }
3610
3653
  }
3611
3654
  }),
3655
+ emits: ["closed", "update:isShow"],
3612
3656
  methods: {
3613
3657
  handleClose() {
3614
3658
  this.$emit("update:isShow", false);
@@ -3629,7 +3673,7 @@ ${$(r2)}`), n2;
3629
3673
  }, [vue.createVNode("span", {
3630
3674
  "class": "bk-dialog-title",
3631
3675
  "style": `text-align: ${this.headerAlign}`
3632
- }, [(_c = (_b = (_a = this.$slots).header) == null ? void 0 : _b.call(_a)) != null ? _c : this.Title])])]);
3676
+ }, [(_c = (_b = (_a = this.$slots).header) == null ? void 0 : _b.call(_a)) != null ? _c : this.title])])]);
3633
3677
  },
3634
3678
  default: () => {
3635
3679
  var _a, _b, _c;
@@ -3822,23 +3866,23 @@ ${$(r2)}`), n2;
3822
3866
  ctx.emit("change", "");
3823
3867
  ctx.emit("clear");
3824
3868
  }
3825
- function handleFocus(e2) {
3869
+ function handleFocus(e) {
3826
3870
  isFocused.value = true;
3827
- ctx.emit("focus", e2);
3871
+ ctx.emit("focus", e);
3828
3872
  }
3829
- function handleBlur(e2) {
3873
+ function handleBlur(e) {
3830
3874
  isFocused.value = false;
3831
- ctx.emit("blur", e2);
3875
+ ctx.emit("blur", e);
3832
3876
  }
3833
- function handleInput(e2) {
3834
- ctx.emit("update:modelValue", isNumberInput.value ? +e2.target.value : e2.target.value);
3835
- ctx.emit("input", e2.target.value);
3877
+ function handleInput(e) {
3878
+ ctx.emit("update:modelValue", isNumberInput.value ? +e.target.value : e.target.value);
3879
+ ctx.emit("input", e.target.value);
3836
3880
  }
3837
- function handleKeydown(e2) {
3838
- ctx.emit("keydown", e2.target.value, e2);
3881
+ function handleKeydown(e) {
3882
+ ctx.emit("keydown", e.target.value, e);
3839
3883
  }
3840
- function handleChange(e2) {
3841
- ctx.emit("change", e2.target.value, e2);
3884
+ function handleChange(e) {
3885
+ ctx.emit("change", e.target.value, e);
3842
3886
  }
3843
3887
  function handleNumber(step, INC = true) {
3844
3888
  const precision = Number.isInteger(props.precision) ? props.precision : 0;
@@ -3982,7 +4026,7 @@ ${$(r2)}`), n2;
3982
4026
  props: PopoverProps,
3983
4027
  setup(props, ctx) {
3984
4028
  let isPopInstance = false;
3985
- let popoverInstance = Object.create(null);
4029
+ let popoverInstance = /* @__PURE__ */ Object.create(null);
3986
4030
  const {
3987
4031
  width,
3988
4032
  height,
@@ -4044,7 +4088,7 @@ ${$(r2)}`), n2;
4044
4088
  if (instance.constructor) {
4045
4089
  instance.isShow && instance.hide();
4046
4090
  instance.destroy();
4047
- popoverInstance = Object.create(null);
4091
+ popoverInstance = /* @__PURE__ */ Object.create(null);
4048
4092
  }
4049
4093
  };
4050
4094
  const initPopInstance = () => {
@@ -4909,9 +4953,9 @@ ${$(r2)}`), n2;
4909
4953
  const isFirefox = typeof navigator !== "undefined" && navigator.userAgent.toLowerCase().indexOf("firefox") > -1;
4910
4954
  const mousewheelHandler = function(element, callback) {
4911
4955
  if (element == null ? void 0 : element.addEventListener) {
4912
- element.addEventListener(isFirefox ? "DOMMouseScroll" : "mousewheel", function(e2) {
4913
- const normalized = normalizeWheel(e2);
4914
- callback == null ? void 0 : callback.apply(this, [e2, normalized]);
4956
+ element.addEventListener(isFirefox ? "DOMMouseScroll" : "mousewheel", function(e) {
4957
+ const normalized = normalizeWheel(e);
4958
+ callback == null ? void 0 : callback.apply(this, [e, normalized]);
4915
4959
  });
4916
4960
  }
4917
4961
  };
@@ -4921,7 +4965,7 @@ ${$(r2)}`), n2;
4921
4965
  mousewheelHandler(el, binding.value);
4922
4966
  }
4923
4967
  };
4924
- const nodeMap = new Map();
4968
+ const nodeMap = /* @__PURE__ */ new Map();
4925
4969
  function parseBindingValue(value) {
4926
4970
  const isTouch = "ontouchstart" in window || (navigator == null ? void 0 : navigator.maxTouchPoints) > 0;
4927
4971
  const defaultOption = {
@@ -5009,7 +5053,7 @@ ${$(r2)}`), n2;
5009
5053
  destroy(el);
5010
5054
  }
5011
5055
  };
5012
- var popper = ".bk-popper {\n display: none;\n padding: 7px 14px;\n font-size: 12px;\n color: #fff;\n background: #333;\n border-radius: 4px;\n}\n.bk-popper.light {\n color: #63656e;\n background: #fff;\n box-shadow: #dcdee5 0px 0px 6px 0px;\n}\n.bk-popper .bk-popper-arrow,\n.bk-popper .bk-popper-arrow::before {\n position: absolute;\n width: 8px;\n height: 8px;\n background: inherit;\n}\n.bk-popper .bk-popper-arrow {\n visibility: hidden;\n}\n.bk-popper .bk-popper-arrow::before {\n content: '';\n visibility: visible;\n transform: rotate(45deg);\n}\n.bk-popper[data-show] {\n display: block;\n}\n.bk-popper[data-popper-placement^='top'] > .bk-popper-arrow {\n bottom: -4px;\n}\n.bk-popper[data-popper-placement^='bottom'] > .bk-popper-arrow {\n top: -4px;\n}\n.bk-popper[data-popper-placement^='left'] > .bk-popper-arrow {\n right: -4px;\n}\n.bk-popper[data-popper-placement^='right'] > .bk-popper-arrow {\n left: -4px;\n}\n";
5056
+ var popper = "";
5013
5057
  const tooltips = {
5014
5058
  mounted(el, binding) {
5015
5059
  const opts = initOptions();
@@ -5150,8 +5194,8 @@ ${$(r2)}`), n2;
5150
5194
  } = vue.toRefs(props);
5151
5195
  const states = vue.reactive({
5152
5196
  currentPlaceholder: placeholder.value,
5153
- options: new Set(),
5154
- selectedOptions: new Set(),
5197
+ options: /* @__PURE__ */ new Set(),
5198
+ selectedOptions: /* @__PURE__ */ new Set(),
5155
5199
  currentSelectedLabel: ""
5156
5200
  });
5157
5201
  const selectTriggerRef = vue.ref();
@@ -5172,8 +5216,8 @@ ${$(r2)}`), n2;
5172
5216
  handleFocus,
5173
5217
  handleBlur
5174
5218
  } = useFocus();
5175
- const handleInput = (e2) => {
5176
- searchKey.value = e2.target.value;
5219
+ const handleInput = (e) => {
5220
+ searchKey.value = e.target.value;
5177
5221
  };
5178
5222
  const isDisabled = vue.computed(() => disabled.value || loading2.value);
5179
5223
  const selectClass = vue.computed(() => ({
@@ -5245,8 +5289,8 @@ ${$(r2)}`), n2;
5245
5289
  inputRef.value.focus();
5246
5290
  handleResetState();
5247
5291
  };
5248
- const handleClear = (e2) => {
5249
- e2.stopPropagation();
5292
+ const handleClear = (e) => {
5293
+ e.stopPropagation();
5250
5294
  states.selectedOptions.clear();
5251
5295
  emitChange(multiple.value ? [] : "");
5252
5296
  hidePopover();
@@ -5261,8 +5305,8 @@ ${$(r2)}`), n2;
5261
5305
  try {
5262
5306
  searchLoading.value = true;
5263
5307
  await remoteMethod.value(searchKey.value);
5264
- } catch (e2) {
5265
- console.error(e2);
5308
+ } catch (e) {
5309
+ console.error(e);
5266
5310
  } finally {
5267
5311
  searchLoading.value = false;
5268
5312
  }
@@ -5684,8 +5728,8 @@ ${$(r2)}`), n2;
5684
5728
  emit("update:curStep", index);
5685
5729
  emit("click", index);
5686
5730
  }
5687
- } catch (e2) {
5688
- console.warn(e2);
5731
+ } catch (e) {
5732
+ console.warn(e);
5689
5733
  }
5690
5734
  };
5691
5735
  vue.onMounted(init2);
@@ -5886,7 +5930,7 @@ ${$(r2)}`), n2;
5886
5930
  const resolvePropVal = (prop, key, args) => {
5887
5931
  if (Object.prototype.hasOwnProperty.call(prop, key)) {
5888
5932
  if (typeof prop[key] === "function") {
5889
- return prop[key].call(void 0, ...args);
5933
+ return prop[key].call(globalThis, ...args);
5890
5934
  }
5891
5935
  return prop[key];
5892
5936
  }
@@ -6000,6 +6044,7 @@ ${$(r2)}`), n2;
6000
6044
  }
6001
6045
  };
6002
6046
  };
6047
+ const isPercentPixOrNumber = (val) => /^\d+\.?\d*(px|%)?$/.test(`${val}`);
6003
6048
  class TablePlugins {
6004
6049
  constructor(props, ctx) {
6005
6050
  __publicField(this, "props", null);
@@ -6172,27 +6217,27 @@ ${$(r2)}`), n2;
6172
6217
  typeof callback === "function" && callback(event, targetStartIndex, targetEndIndex, elScrollTop, translateY);
6173
6218
  }
6174
6219
  }
6175
- function visibleRender(e2, wrapper, binding) {
6220
+ function visibleRender(e, wrapper, binding) {
6176
6221
  const { lineHeight = 30, handleScrollCallback, pagination: pagination2 = {} } = binding.value;
6177
6222
  const { startIndex, endIndex, groupItemCount, count, scrollTop } = pagination2;
6178
- computedVirtualIndex(lineHeight, handleScrollCallback, { scrollTop, startIndex, endIndex, groupItemCount, count }, wrapper, e2);
6223
+ computedVirtualIndex(lineHeight, handleScrollCallback, { scrollTop, startIndex, endIndex, groupItemCount, count }, wrapper, e);
6179
6224
  }
6180
- const throttledRender = (delay = 60) => throttle((e2, wrapper, binding) => visibleRender(e2, wrapper, binding), delay);
6225
+ const throttledRender = (delay = 60) => throttle((e, wrapper, binding) => visibleRender(e, wrapper, binding), delay);
6181
6226
  let cachedThrottle = null;
6182
- const executeThrottledRender = (e2, wrapper, binding, delay = 60) => {
6227
+ const executeThrottledRender = (e, wrapper, binding, delay = 60) => {
6183
6228
  if (!cachedThrottle) {
6184
6229
  cachedThrottle = throttledRender(delay);
6185
6230
  }
6186
6231
  if (typeof cachedThrottle === "function") {
6187
- cachedThrottle.call(void 0, e2, wrapper, binding);
6232
+ cachedThrottle.call(globalThis, e, wrapper, binding);
6188
6233
  }
6189
6234
  };
6190
6235
  var virtualRender = {
6191
6236
  mounted(el, binding) {
6192
6237
  const wrapper = el.parentNode;
6193
6238
  const { throttleDelay } = binding.value;
6194
- wrapper.addEventListener("scroll", (e2) => {
6195
- executeThrottledRender(e2, wrapper, binding, throttleDelay);
6239
+ wrapper.addEventListener("scroll", (e) => {
6240
+ executeThrottledRender(e, wrapper, binding, throttleDelay);
6196
6241
  });
6197
6242
  },
6198
6243
  updated(el, binding) {
@@ -6382,10 +6427,14 @@ ${$(r2)}`), n2;
6382
6427
  const contentStyle = vue.computed(() => {
6383
6428
  const resolveHeight = resolveNumberOrStringToPix(props.height);
6384
6429
  const resolveHeadHeight = props.showHead ? resolveNumberOrStringToPix(props.headHeight) : "0";
6385
- return {
6386
- height: `calc(${resolveHeight} - ${resolveHeadHeight} - 2px)`,
6430
+ const isAutoHeight = !isPercentPixOrNumber(props.height);
6431
+ return __spreadValues({
6387
6432
  display: "block"
6388
- };
6433
+ }, isAutoHeight ? {
6434
+ maxHeight: `calc(${resolveHeight} - ${resolveHeadHeight} - 2px)`
6435
+ } : {
6436
+ height: `calc(${resolveHeight} - ${resolveHeadHeight} - 2px)`
6437
+ });
6389
6438
  });
6390
6439
  vue.watch(() => [props.activeColumn, props.columns], () => {
6391
6440
  vue.nextTick(() => {
@@ -6540,8 +6589,8 @@ ${$(r2)}`), n2;
6540
6589
  arr[a2] = arr[b2];
6541
6590
  arr[b2] = swap;
6542
6591
  },
6543
- handleTabAdd(e2) {
6544
- this.tabAdd(e2);
6592
+ handleTabAdd(e) {
6593
+ this.tabAdd(e);
6545
6594
  },
6546
6595
  dragstart(index, $event) {
6547
6596
  this.dragStartIndex = index;
@@ -6688,23 +6737,23 @@ ${$(r2)}`), n2;
6688
6737
  "key": name,
6689
6738
  "onClick": () => this.handleTabChange(name),
6690
6739
  "draggable": getValue(item.sortable, sortable),
6691
- "onDragstart": (e2) => dragstart(index, e2),
6692
- "onDragenter": (e2) => {
6693
- e2.preventDefault();
6740
+ "onDragstart": (e) => dragstart(index, e),
6741
+ "onDragenter": (e) => {
6742
+ e.preventDefault();
6694
6743
  dragenter(index);
6695
6744
  },
6696
- "onDragleave": (e2) => {
6697
- e2.preventDefault();
6745
+ "onDragleave": (e) => {
6746
+ e.preventDefault();
6698
6747
  },
6699
- "onDragover": (e2) => {
6700
- e2.preventDefault();
6748
+ "onDragover": (e) => {
6749
+ e.preventDefault();
6701
6750
  },
6702
- "onDragend": (e2) => {
6703
- e2.preventDefault();
6751
+ "onDragend": (e) => {
6752
+ e.preventDefault();
6704
6753
  dragend();
6705
6754
  },
6706
- "onDrop": (e2) => {
6707
- e2.preventDefault();
6755
+ "onDrop": (e) => {
6756
+ e.preventDefault();
6708
6757
  drop(index, sortType);
6709
6758
  },
6710
6759
  "class": getNavItemClass()
@@ -6785,12 +6834,12 @@ ${$(r2)}`), n2;
6785
6834
  "drag"
6786
6835
  ],
6787
6836
  methods: {
6788
- tabAdd(e2) {
6837
+ tabAdd(e) {
6789
6838
  this.$emit("add", {
6790
- e: e2
6839
+ e
6791
6840
  });
6792
6841
  this.$emit("add-panel", {
6793
- e: e2
6842
+ e
6794
6843
  });
6795
6844
  },
6796
6845
  tabChange(name) {
@@ -7420,9 +7469,9 @@ ${$(r2)}`), n2;
7420
7469
  key,
7421
7470
  parentKey: parentInfo == null ? void 0 : parentInfo.key
7422
7471
  });
7423
- const handleClick = (e2) => {
7472
+ const handleClick = (e) => {
7424
7473
  handleActiveChange(key);
7425
- emit("click", e2);
7474
+ emit("click", e);
7426
7475
  };
7427
7476
  vue.onBeforeUnmount(() => unregisterMenuInfo(key));
7428
7477
  return () => {
@@ -8280,62 +8329,6 @@ ${$(r2)}`), n2;
8280
8329
  var amount = toInteger(dirtyAmount);
8281
8330
  return addMilliseconds(dirtyDate, -amount);
8282
8331
  }
8283
- function addLeadingZeros(number, targetLength) {
8284
- var sign = number < 0 ? "-" : "";
8285
- var output = Math.abs(number).toString();
8286
- while (output.length < targetLength) {
8287
- output = "0" + output;
8288
- }
8289
- return sign + output;
8290
- }
8291
- var formatters$2 = {
8292
- y: function(date, token2) {
8293
- var signedYear = date.getUTCFullYear();
8294
- var year = signedYear > 0 ? signedYear : 1 - signedYear;
8295
- return addLeadingZeros(token2 === "yy" ? year % 100 : year, token2.length);
8296
- },
8297
- M: function(date, token2) {
8298
- var month = date.getUTCMonth();
8299
- return token2 === "M" ? String(month + 1) : addLeadingZeros(month + 1, 2);
8300
- },
8301
- d: function(date, token2) {
8302
- return addLeadingZeros(date.getUTCDate(), token2.length);
8303
- },
8304
- a: function(date, token2) {
8305
- var dayPeriodEnumValue = date.getUTCHours() / 12 >= 1 ? "pm" : "am";
8306
- switch (token2) {
8307
- case "a":
8308
- case "aa":
8309
- return dayPeriodEnumValue.toUpperCase();
8310
- case "aaa":
8311
- return dayPeriodEnumValue;
8312
- case "aaaaa":
8313
- return dayPeriodEnumValue[0];
8314
- case "aaaa":
8315
- default:
8316
- return dayPeriodEnumValue === "am" ? "a.m." : "p.m.";
8317
- }
8318
- },
8319
- h: function(date, token2) {
8320
- return addLeadingZeros(date.getUTCHours() % 12 || 12, token2.length);
8321
- },
8322
- H: function(date, token2) {
8323
- return addLeadingZeros(date.getUTCHours(), token2.length);
8324
- },
8325
- m: function(date, token2) {
8326
- return addLeadingZeros(date.getUTCMinutes(), token2.length);
8327
- },
8328
- s: function(date, token2) {
8329
- return addLeadingZeros(date.getUTCSeconds(), token2.length);
8330
- },
8331
- S: function(date, token2) {
8332
- var numberOfDigits = token2.length;
8333
- var milliseconds = date.getUTCMilliseconds();
8334
- var fractionalSeconds = Math.floor(milliseconds * Math.pow(10, numberOfDigits - 3));
8335
- return addLeadingZeros(fractionalSeconds, token2.length);
8336
- }
8337
- };
8338
- var formatters$3 = formatters$2;
8339
8332
  var MILLISECONDS_IN_DAY = 864e5;
8340
8333
  function getUTCDayOfYear(dirtyDate) {
8341
8334
  requiredArgs(1, arguments);
@@ -8412,7 +8405,7 @@ ${$(r2)}`), n2;
8412
8405
  }
8413
8406
  function getUTCWeekYear(dirtyDate, dirtyOptions) {
8414
8407
  requiredArgs(1, arguments);
8415
- var date = toDate(dirtyDate, dirtyOptions);
8408
+ var date = toDate(dirtyDate);
8416
8409
  var year = date.getUTCFullYear();
8417
8410
  var options = dirtyOptions || {};
8418
8411
  var locale2 = options.locale;
@@ -8459,6 +8452,62 @@ ${$(r2)}`), n2;
8459
8452
  var diff = startOfUTCWeek(date, options).getTime() - startOfUTCWeekYear(date, options).getTime();
8460
8453
  return Math.round(diff / MILLISECONDS_IN_WEEK) + 1;
8461
8454
  }
8455
+ function addLeadingZeros(number, targetLength) {
8456
+ var sign = number < 0 ? "-" : "";
8457
+ var output = Math.abs(number).toString();
8458
+ while (output.length < targetLength) {
8459
+ output = "0" + output;
8460
+ }
8461
+ return sign + output;
8462
+ }
8463
+ var formatters$2 = {
8464
+ y: function(date, token2) {
8465
+ var signedYear = date.getUTCFullYear();
8466
+ var year = signedYear > 0 ? signedYear : 1 - signedYear;
8467
+ return addLeadingZeros(token2 === "yy" ? year % 100 : year, token2.length);
8468
+ },
8469
+ M: function(date, token2) {
8470
+ var month = date.getUTCMonth();
8471
+ return token2 === "M" ? String(month + 1) : addLeadingZeros(month + 1, 2);
8472
+ },
8473
+ d: function(date, token2) {
8474
+ return addLeadingZeros(date.getUTCDate(), token2.length);
8475
+ },
8476
+ a: function(date, token2) {
8477
+ var dayPeriodEnumValue = date.getUTCHours() / 12 >= 1 ? "pm" : "am";
8478
+ switch (token2) {
8479
+ case "a":
8480
+ case "aa":
8481
+ return dayPeriodEnumValue.toUpperCase();
8482
+ case "aaa":
8483
+ return dayPeriodEnumValue;
8484
+ case "aaaaa":
8485
+ return dayPeriodEnumValue[0];
8486
+ case "aaaa":
8487
+ default:
8488
+ return dayPeriodEnumValue === "am" ? "a.m." : "p.m.";
8489
+ }
8490
+ },
8491
+ h: function(date, token2) {
8492
+ return addLeadingZeros(date.getUTCHours() % 12 || 12, token2.length);
8493
+ },
8494
+ H: function(date, token2) {
8495
+ return addLeadingZeros(date.getUTCHours(), token2.length);
8496
+ },
8497
+ m: function(date, token2) {
8498
+ return addLeadingZeros(date.getUTCMinutes(), token2.length);
8499
+ },
8500
+ s: function(date, token2) {
8501
+ return addLeadingZeros(date.getUTCSeconds(), token2.length);
8502
+ },
8503
+ S: function(date, token2) {
8504
+ var numberOfDigits = token2.length;
8505
+ var milliseconds = date.getUTCMilliseconds();
8506
+ var fractionalSeconds = Math.floor(milliseconds * Math.pow(10, numberOfDigits - 3));
8507
+ return addLeadingZeros(fractionalSeconds, token2.length);
8508
+ }
8509
+ };
8510
+ var formatters$3 = formatters$2;
8462
8511
  var dayPeriodEnum = {
8463
8512
  am: "am",
8464
8513
  pm: "pm",
@@ -9099,7 +9148,7 @@ ${$(r2)}`), n2;
9099
9148
  }
9100
9149
  }
9101
9150
  function dateTimeLongFormatter(pattern, formatLong2) {
9102
- var matchResult = pattern.match(/(P+)(p+)?/);
9151
+ var matchResult = pattern.match(/(P+)(p+)?/) || [];
9103
9152
  var datePattern = matchResult[1];
9104
9153
  var timePattern = matchResult[2];
9105
9154
  if (!timePattern) {
@@ -9794,7 +9843,7 @@ ${$(r2)}`), n2;
9794
9843
  setup(props, {
9795
9844
  emit
9796
9845
  }) {
9797
- let popoverInstance = Object.create(null);
9846
+ let popoverInstance = /* @__PURE__ */ Object.create(null);
9798
9847
  const refContentRef = vue.ref(null);
9799
9848
  vue.onMounted(() => {
9800
9849
  updateDropdown();
@@ -10391,8 +10440,8 @@ ${$(r2)}`), n2;
10391
10440
  render() {
10392
10441
  return vue.createVNode("div", {
10393
10442
  "class": ["bk-picker-panel-body-wrapper", this.shortcuts.length ? "bk-picker-panel-with-sidebar" : ""],
10394
- "onMousedown": (e2) => {
10395
- e2.preventDefault();
10443
+ "onMousedown": (e) => {
10444
+ e.preventDefault();
10396
10445
  }
10397
10446
  }, [this.shortcuts.length ? vue.createVNode("div", {
10398
10447
  "class": "bk-picker-panel-sidebar"
@@ -10725,8 +10774,8 @@ ${$(r2)}`), n2;
10725
10774
  render() {
10726
10775
  return vue.createVNode("div", {
10727
10776
  "class": ["bk-picker-panel-body-wrapper", "bk-date-picker-with-range", this.shortcuts.length || this.$slots.shortcuts ? "bk-picker-panel-with-sidebar" : ""],
10728
- "onMousedown": (e2) => {
10729
- e2.preventDefault();
10777
+ "onMousedown": (e) => {
10778
+ e.preventDefault();
10730
10779
  }
10731
10780
  }, [vue.createVNode("div", {
10732
10781
  "class": ["bk-picker-panel-body", this.showTime ? "bk-picker-panel-body-time" : "bk-picker-panel-body-date"]
@@ -11150,25 +11199,25 @@ ${$(r2)}`), n2;
11150
11199
  });
11151
11200
  });
11152
11201
  const pickerPanelRef = vue.ref(null);
11153
- const handleClose = (e2) => {
11202
+ const handleClose = (e) => {
11154
11203
  var _a;
11155
11204
  if (state.disableCloseUnderTransfer) {
11156
11205
  state.disableCloseUnderTransfer = false;
11157
11206
  return false;
11158
11207
  }
11159
- if (e2 && e2.type === "mousedown" && state.visible) {
11160
- e2.preventDefault();
11161
- e2.stopPropagation();
11208
+ if (e && e.type === "mousedown" && state.visible) {
11209
+ e.preventDefault();
11210
+ e.stopPropagation();
11162
11211
  return;
11163
11212
  }
11164
11213
  if (state.visible) {
11165
11214
  const pickerPanel = (_a = pickerPanelRef == null ? void 0 : pickerPanelRef.value) == null ? void 0 : _a.$el;
11166
- if (e2 && pickerPanel && pickerPanel.contains(e2.target)) {
11215
+ if (e && pickerPanel && pickerPanel.contains(e.target)) {
11167
11216
  return;
11168
11217
  }
11169
11218
  state.visible = false;
11170
- e2 == null ? void 0 : e2.preventDefault();
11171
- e2 == null ? void 0 : e2.stopPropagation();
11219
+ e == null ? void 0 : e.preventDefault();
11220
+ e == null ? void 0 : e.stopPropagation();
11172
11221
  return;
11173
11222
  }
11174
11223
  state.isFocused = false;
@@ -11187,9 +11236,9 @@ ${$(r2)}`), n2;
11187
11236
  state.showClose = true;
11188
11237
  }
11189
11238
  };
11190
- const handleInputMouseleave = (e2) => {
11239
+ const handleInputMouseleave = (e) => {
11191
11240
  var _a;
11192
- if ((_a = e2.toElement) == null ? void 0 : _a.classList.contains("clear-action")) {
11241
+ if ((_a = e.toElement) == null ? void 0 : _a.classList.contains("clear-action")) {
11193
11242
  return;
11194
11243
  }
11195
11244
  state.showClose = false;
@@ -11204,11 +11253,11 @@ ${$(r2)}`), n2;
11204
11253
  }
11205
11254
  });
11206
11255
  };
11207
- const handleInputChange = (e2) => {
11256
+ const handleInputChange = (e) => {
11208
11257
  var _a;
11209
11258
  const isArrayValue = props.type.includes("range") || props.multiple;
11210
11259
  const oldValue = visualValue.value;
11211
- const newValue = e2.target.value;
11260
+ const newValue = e.target.value;
11212
11261
  const newDate = parseDate(newValue, props.type, props.multiple, props.format);
11213
11262
  const valueToTest = isArrayValue ? newDate : newDate[0];
11214
11263
  const isDisabled = (_a = props.disableDate) == null ? void 0 : _a.call(props, valueToTest);
@@ -11220,12 +11269,12 @@ ${$(r2)}`), n2;
11220
11269
  state.forceInputRerender = state.forceInputRerender + 1;
11221
11270
  }
11222
11271
  };
11223
- const handleFocus = (e2) => {
11272
+ const handleFocus = (e) => {
11224
11273
  if (props.readonly) {
11225
11274
  return;
11226
11275
  }
11227
11276
  state.isFocused = true;
11228
- if (e2 && e2.type === "focus") {
11277
+ if (e && e.type === "focus") {
11229
11278
  return;
11230
11279
  }
11231
11280
  if (!props.disabled) {
@@ -11236,14 +11285,14 @@ ${$(r2)}`), n2;
11236
11285
  var _a;
11237
11286
  (_a = pickerPanelRef == null ? void 0 : pickerPanelRef.value) == null ? void 0 : _a.reset();
11238
11287
  };
11239
- const handleBlur = (e2) => {
11288
+ const handleBlur = (e) => {
11240
11289
  var _a;
11241
11290
  if (state.internalFocus) {
11242
11291
  state.internalFocus = false;
11243
11292
  return;
11244
11293
  }
11245
11294
  if (state.visible) {
11246
- e2.preventDefault();
11295
+ e.preventDefault();
11247
11296
  return;
11248
11297
  }
11249
11298
  state.isFocused = false;
@@ -11252,19 +11301,19 @@ ${$(r2)}`), n2;
11252
11301
  reset2();
11253
11302
  (_a = pickerPanelRef == null ? void 0 : pickerPanelRef.value) == null ? void 0 : _a.onToggleVisibility(false);
11254
11303
  };
11255
- const handleKeydown = (e2) => {
11304
+ const handleKeydown = (e) => {
11256
11305
  const {
11257
11306
  keyCode
11258
- } = e2;
11307
+ } = e;
11259
11308
  if (keyCode === 9) {
11260
11309
  if (state.visible) {
11261
- e2.stopPropagation();
11262
- e2.preventDefault();
11310
+ e.stopPropagation();
11311
+ e.preventDefault();
11263
11312
  if (isConfirm) {
11264
11313
  const selector = ".bk-picker-confirm > *";
11265
11314
  const tabbable = pickerDropdownRef.$el.querySelectorAll(selector);
11266
11315
  state.internalFocus = true;
11267
- const element = [...tabbable][e2.shiftKey ? "pop" : "shift"]();
11316
+ const element = [...tabbable][e.shiftKey ? "pop" : "shift"]();
11268
11317
  element.focus();
11269
11318
  } else {
11270
11319
  handleClose();
@@ -11278,7 +11327,7 @@ ${$(r2)}`), n2;
11278
11327
  }
11279
11328
  if (keyCode === 27) {
11280
11329
  if (state.visible) {
11281
- e2.stopPropagation();
11330
+ e.stopPropagation();
11282
11331
  handleClose();
11283
11332
  }
11284
11333
  }
@@ -11286,7 +11335,7 @@ ${$(r2)}`), n2;
11286
11335
  return;
11287
11336
  }
11288
11337
  if (state.focusedTime.active) {
11289
- e2.preventDefault();
11338
+ e.preventDefault();
11290
11339
  }
11291
11340
  };
11292
11341
  const handleClear = () => {
@@ -11694,7 +11743,7 @@ ${$(r2)}`), n2;
11694
11743
  return value;
11695
11744
  }
11696
11745
  if (typeof value === "function") {
11697
- const txt = value.apply(void 0, [item, ...args]);
11746
+ const txt = value.apply(globalThis, [item, ...args]);
11698
11747
  if (typeof txt === "string") {
11699
11748
  return txt;
11700
11749
  }
@@ -12244,9 +12293,8 @@ ${$(r2)}`), n2;
12244
12293
  }
12245
12294
  });
12246
12295
  const BkForm = withInstallProps(Form, { FormItem });
12247
- var components = /* @__PURE__ */ Object.freeze({
12296
+ var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12248
12297
  __proto__: null,
12249
- [Symbol.toStringTag]: "Module",
12250
12298
  Alert: BkAlert,
12251
12299
  AnimateNumber: BkAnimateNumber,
12252
12300
  Backtop: BkBacktop,
@@ -12292,7 +12340,7 @@ ${$(r2)}`), n2;
12292
12340
  VirtualRender: BkVirtualRender,
12293
12341
  Form: BkForm,
12294
12342
  FormItem
12295
- });
12343
+ }, Symbol.toStringTag, { value: "Module" }));
12296
12344
  const createInstall = (prefix = "Bk") => (app) => {
12297
12345
  const pre = app.config.globalProperties.bkUIPrefix || prefix;
12298
12346
  Object.keys(components).forEach((key) => {
@@ -12358,6 +12406,5 @@ ${$(r2)}`), n2;
12358
12406
  exports2.clickoutside = clickoutside;
12359
12407
  exports2["default"] = preset;
12360
12408
  exports2.mousewheel = mousewheel;
12361
- Object.defineProperty(exports2, "__esModule", { value: true });
12362
- exports2[Symbol.toStringTag] = "Module";
12409
+ Object.defineProperties(exports2, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
12363
12410
  });