bkui-vue 0.0.2-beta.72 → 0.0.2-beta.73

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 (170) hide show
  1. package/lib/affix/index.js +319 -1
  2. package/lib/alert/index.js +215 -1
  3. package/lib/animate-number/index.js +155 -1
  4. package/lib/backtop/index.js +188 -1
  5. package/lib/badge/index.js +236 -1
  6. package/lib/breadcrumb/index.js +309 -1
  7. package/lib/button/index.js +321 -1
  8. package/lib/card/index.js +274 -1
  9. package/lib/cascader/index.js +2019 -2
  10. package/lib/checkbox/index.js +542 -1
  11. package/lib/code-diff/index.js +5501 -1
  12. package/lib/collapse/index.js +518 -1
  13. package/lib/collapse-transition/index.js +178 -1
  14. package/lib/color-picker/index.js +2662 -1
  15. package/lib/components.js +530 -1
  16. package/lib/config-provider/index.js +317 -1
  17. package/lib/container/index.js +343 -1
  18. package/lib/date-picker/index.js +5481 -1
  19. package/lib/dialog/index.js +1266 -2
  20. package/lib/directives/index.js +1335 -2
  21. package/lib/dist.index.js +87 -1
  22. package/lib/divider/index.js +169 -1
  23. package/lib/dropdown/index.js +369 -1
  24. package/lib/exception/index.js +385 -1
  25. package/lib/fixed-navbar/index.js +154 -1
  26. package/lib/form/index.js +918 -1
  27. package/lib/hooks.js +73 -1
  28. package/lib/icon/angle-double-down-line.js +481 -1
  29. package/lib/icon/angle-double-left-line.js +481 -1
  30. package/lib/icon/angle-double-left.js +481 -1
  31. package/lib/icon/angle-double-right-line.js +481 -1
  32. package/lib/icon/angle-double-right.js +481 -1
  33. package/lib/icon/angle-double-up-line.js +481 -1
  34. package/lib/icon/angle-down-fill.js +481 -1
  35. package/lib/icon/angle-down-line.js +481 -1
  36. package/lib/icon/angle-down.js +481 -1
  37. package/lib/icon/angle-left.js +481 -1
  38. package/lib/icon/angle-right.js +481 -1
  39. package/lib/icon/angle-up-fill.js +481 -1
  40. package/lib/icon/angle-up.js +481 -1
  41. package/lib/icon/archive-fill.js +481 -1
  42. package/lib/icon/arrows-left.js +481 -1
  43. package/lib/icon/arrows-right.js +481 -1
  44. package/lib/icon/assistant.js +481 -1
  45. package/lib/icon/audio-fill.js +481 -1
  46. package/lib/icon/bk.js +481 -1
  47. package/lib/icon/circle.js +481 -1
  48. package/lib/icon/close-line.js +481 -1
  49. package/lib/icon/close.js +481 -1
  50. package/lib/icon/code.js +481 -1
  51. package/lib/icon/cog-shape.js +481 -1
  52. package/lib/icon/collapse-left.js +481 -1
  53. package/lib/icon/copy-shape.js +481 -1
  54. package/lib/icon/copy.js +481 -1
  55. package/lib/icon/data-shape.js +481 -1
  56. package/lib/icon/del.js +481 -1
  57. package/lib/icon/doc-fill.js +481 -1
  58. package/lib/icon/done.js +481 -1
  59. package/lib/icon/down-shape.js +481 -1
  60. package/lib/icon/down-small.js +481 -1
  61. package/lib/icon/edit-line.js +481 -1
  62. package/lib/icon/ellipsis.js +481 -1
  63. package/lib/icon/enlarge-line.js +481 -1
  64. package/lib/icon/error.js +481 -1
  65. package/lib/icon/excel-fill.js +481 -1
  66. package/lib/icon/exclamation-circle-shape.js +481 -1
  67. package/lib/icon/eye.js +481 -1
  68. package/lib/icon/filliscreen-line.js +481 -1
  69. package/lib/icon/fix-line.js +481 -1
  70. package/lib/icon/fix-shape.js +481 -1
  71. package/lib/icon/folder-open.js +481 -1
  72. package/lib/icon/folder-shape-open.js +481 -1
  73. package/lib/icon/folder-shape.js +481 -1
  74. package/lib/icon/folder.js +481 -1
  75. package/lib/icon/funnel.js +481 -1
  76. package/lib/icon/help-document-fill.js +481 -1
  77. package/lib/icon/help-fill.js +481 -1
  78. package/lib/icon/help.js +481 -1
  79. package/lib/icon/image-fill.js +527 -1
  80. package/lib/icon/img-error.js +527 -1
  81. package/lib/icon/img-placehoulder.js +527 -1
  82. package/lib/icon/index.js +2367 -1
  83. package/lib/icon/info-line.js +527 -1
  84. package/lib/icon/info.js +527 -1
  85. package/lib/icon/left-shape.js +527 -1
  86. package/lib/icon/left-turn-line.js +527 -1
  87. package/lib/icon/narrow-line.js +527 -1
  88. package/lib/icon/original.js +527 -1
  89. package/lib/icon/pdf-fill.js +527 -1
  90. package/lib/icon/play-shape.js +527 -1
  91. package/lib/icon/plus.js +527 -1
  92. package/lib/icon/ppt-fill.js +527 -1
  93. package/lib/icon/qq.js +527 -1
  94. package/lib/icon/right-shape.js +527 -1
  95. package/lib/icon/right-turn-line.js +527 -1
  96. package/lib/icon/search.js +527 -1
  97. package/lib/icon/share.js +527 -1
  98. package/lib/icon/spinner.js +527 -1
  99. package/lib/icon/success.js +527 -1
  100. package/lib/icon/switcher-loading.js +527 -1
  101. package/lib/icon/text-file.js +527 -1
  102. package/lib/icon/text-fill.js +527 -1
  103. package/lib/icon/transfer.js +527 -1
  104. package/lib/icon/tree-application-shape.js +527 -1
  105. package/lib/icon/unfull-screen.js +527 -1
  106. package/lib/icon/unvisible.js +527 -1
  107. package/lib/icon/up-shape.js +527 -1
  108. package/lib/icon/upload.js +527 -1
  109. package/lib/icon/video-fill.js +527 -1
  110. package/lib/icon/warn.js +527 -1
  111. package/lib/icon/weixin-pro.js +527 -1
  112. package/lib/icon/weixin.js +527 -1
  113. package/lib/image/index.js +593 -1
  114. package/lib/index.js +97 -1
  115. package/lib/info-box/index.js +1456 -2
  116. package/lib/input/index.js +1528 -2
  117. package/lib/link/index.js +160 -1
  118. package/lib/loading/index.js +379 -1
  119. package/lib/locale/index.js +465 -1
  120. package/lib/menu/index.js +725 -1
  121. package/lib/message/index.js +1790 -2
  122. package/lib/modal/index.js +337 -1
  123. package/lib/navigation/index.js +367 -1
  124. package/lib/notify/index.js +394 -1
  125. package/lib/overflow-title/index.js +485 -1
  126. package/lib/pagination/index.js +880 -1
  127. package/lib/plugin-popover/index.js +4067 -1
  128. package/lib/plugins/index.js +63 -1
  129. package/lib/pop-confirm/index.js +273 -1
  130. package/lib/popover/index.js +4075 -1
  131. package/lib/popover2/index.js +107 -1
  132. package/lib/preset.js +93 -1
  133. package/lib/process/index.js +1099 -2
  134. package/lib/progress/index.js +428 -1
  135. package/lib/radio/index.js +627 -1
  136. package/lib/rate/index.js +338 -1
  137. package/lib/resize-layout/index.js +430 -1
  138. package/lib/search-select/index.js +3036 -2
  139. package/lib/select/index.js +2571 -2
  140. package/lib/shared/index.js +2865 -1
  141. package/lib/sideslider/index.js +1005 -2
  142. package/lib/slider/index.js +1629 -2
  143. package/lib/steps/index.js +1163 -2
  144. package/lib/swiper/index.js +336 -1
  145. package/lib/switcher/index.js +277 -1
  146. package/lib/tab/index.js +859 -1
  147. package/lib/table/index.js +6568 -1
  148. package/lib/table-column/index.js +730 -1
  149. package/lib/tag/index.js +233 -1
  150. package/lib/tag-input/index.js +1652 -1
  151. package/lib/time-picker/index.js +71 -1
  152. package/lib/timeline/index.js +242 -1
  153. package/lib/transfer/index.js +673 -1
  154. package/lib/tree/index.js +2625 -1
  155. package/lib/upload/index.js +3193 -2
  156. package/lib/virtual-render/index.js +748 -1
  157. package/package.json +2 -1
  158. package/lib/cascader/index.js.LICENSE.txt +0 -1
  159. package/lib/dialog/index.js.LICENSE.txt +0 -1
  160. package/lib/directives/index.js.LICENSE.txt +0 -14
  161. package/lib/info-box/index.js.LICENSE.txt +0 -1
  162. package/lib/input/index.js.LICENSE.txt +0 -1
  163. package/lib/message/index.js.LICENSE.txt +0 -6
  164. package/lib/process/index.js.LICENSE.txt +0 -1
  165. package/lib/search-select/index.js.LICENSE.txt +0 -1
  166. package/lib/select/index.js.LICENSE.txt +0 -1
  167. package/lib/sideslider/index.js.LICENSE.txt +0 -1
  168. package/lib/slider/index.js.LICENSE.txt +0 -1
  169. package/lib/steps/index.js.LICENSE.txt +0 -1
  170. package/lib/upload/index.js.LICENSE.txt +0 -1
@@ -1 +1,319 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"),require("lodash"),require("../config-provider"));else if("function"==typeof define&&define.amd)define(["../shared","vue","lodash","../config-provider"],t);else{var o="object"==typeof exports?t(require("../shared"),require("vue"),require("lodash"),require("../config-provider")):t(e["../shared"],e.vue,e.lodash,e["../config-provider"]);for(var n in o)("object"==typeof exports?exports:e)[n]=o[n]}}(self,((e,t,o,n)=>(()=>{"use strict";var r={2717:e=>{e.exports=n},4212:t=>{t.exports=e},467:e=>{e.exports=o},748:e=>{e.exports=t}},u={};function i(e){var t=u[e];if(void 0!==t)return t.exports;var o=u[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.d=(e,t)=>{for(var o in t)i.o(t,o)&&!i.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var l={};return(()=>{i.r(l),i.d(l,{default:()=>c});var e=i(4212);function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}var o=i(748),n=i(467),r=i(2717),u=document.addEventListener?function(e,t,o){e&&t&&o&&e.addEventListener(t,o,!0)}:function(e,t,o){e&&t&&o&&e.attachEvent("on".concat(t),o)},a=document.removeEventListener?function(e,t,o){e&&t&&e.removeEventListener(t,o,!0)}:function(e,t,o){e&&t&&e.detachEvent("on".concat(t),o)};const f=(0,o.defineComponent)({name:"Affix",props:{offsetTop:e.PropTypes.number.def(0),offsetBottom:e.PropTypes.number,target:e.PropTypes.string.def(""),zIndex:e.PropTypes.number.def(1e3)},emits:["change"],setup:function(i,l){var f=l.emit,c=l.slots,v=(0,o.ref)(null),p=(0,o.ref)(null),s=(0,o.ref)(),d=(0,o.ref)({}),m=(0,o.getCurrentInstance)().proxy,g=(0,o.ref)(0),b=(0,o.computed)((function(){return Object.assign(Object.assign({},d.value),{"z-index":i.zIndex})}));(0,o.onMounted)((function(){g.value=m.$el.offsetWidth,s.value=i.target?document.querySelector(i.target):window,u(s.value,"scroll",T),u(s.value,"resize",T),(0,o.nextTick)((function(){j()}))}));var y=(0,r.usePrefix)().resolveClassName,w=(0,o.ref)(!1),x=(0,o.computed)((function(){return(0,e.classes)((o={},n="".concat(y("affix")),r=w.value,(n=function(e){var o=function(e,o){if("object"!==t(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,"string");if("object"!==t(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===t(o)?o:String(o)}(n))in o?Object.defineProperty(o,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):o[n]=r,o));var o,n,r})),h=(0,o.computed)((function(){return i.offsetBottom>=0?"bottom":"top"})),S=function(){"top"===h.value?d.value={top:"".concat(s.value.getBoundingClientRect().top+i.offsetTop,"px")}:d.value={bottom:"".concat(window.innerHeight-s.value.getBoundingClientRect().bottom+i.offsetBottom,"px")}},T=(0,n.throttle)((function(){j()}),100),j=function(){var e=s.value===window?{top:0,left:0,bottom:window.innerHeight}:s.value.getBoundingClientRect(),t=function(e){var t=e.value.getBoundingClientRect(),o=s.value===window?{top:0,left:0}:s.value.getBoundingClientRect(),n=s.value.clientTop||0,r=s.value.clientLeft||0;return{top:t.top-o.top-n,left:t.left-o.left-r}}(p),o=s.value===window?s.value.innerHeight:s.value.clientHeight,n=v.value.offsetHeight;t.top<i.offsetTop&&"top"===h.value&&!w.value?(w.value=!0,d.value={position:"fixed",top:"".concat(e.top+i.offsetTop,"px"),left:"".concat(e.left+t.left,"px"),width:"".concat(g.value,"px")},s.value!==window&&u(window,"scroll",S),f("change",!0)):t.top>i.offsetTop&&"top"===h.value&&w.value&&(w.value=!1,d.value=null,f("change",!1)),t.top+i.offsetBottom+n>o&&"bottom"===h.value&&!w.value?(w.value=!0,d.value={bottom:"".concat(window.innerHeight-e.bottom+i.offsetBottom,"px"),left:"".concat(e.left+t.left,"px"),width:"".concat(g.value,"px")},s.value!==window&&u(window,"scroll",S),f("change",!0)):t.top+i.offsetBottom+n<o&&"bottom"===h.value&&w.value&&(w.value=!1,d.value=null,f("change",!1))};return(0,o.onBeforeUnmount)((function(){a(s.value,"scroll",T),a(s.value,"resize",T),a(window,"scroll",S)})),function(){var e;return(0,o.createVNode)("div",{ref:p},[(0,o.createVNode)("div",{ref:v,class:x.value,style:b.value},[null===(e=c.default)||void 0===e?void 0:e.call(c)])])}}}),c=(0,e.withInstall)(f)})(),l})()));
1
+ import * as __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__ from "../shared";
2
+ import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
3
+ import * as __WEBPACK_EXTERNAL_MODULE_lodash__ from "lodash";
4
+ import * as __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__ from "../config-provider";
5
+ /******/ // The require scope
6
+ /******/ var __webpack_require__ = {};
7
+ /******/
8
+ /************************************************************************/
9
+ /******/ /* webpack/runtime/define property getters */
10
+ /******/ (() => {
11
+ /******/ // define getter functions for harmony exports
12
+ /******/ __webpack_require__.d = (exports, definition) => {
13
+ /******/ for(var key in definition) {
14
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
15
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
16
+ /******/ }
17
+ /******/ }
18
+ /******/ };
19
+ /******/ })();
20
+ /******/
21
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
22
+ /******/ (() => {
23
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
24
+ /******/ })();
25
+ /******/
26
+ /************************************************************************/
27
+ var __webpack_exports__ = {};
28
+
29
+ // EXPORTS
30
+ __webpack_require__.d(__webpack_exports__, {
31
+ Z: () => (/* binding */ src)
32
+ });
33
+
34
+ ;// CONCATENATED MODULE: external "../shared"
35
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
36
+ var y = x => () => x
37
+ const external_shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.PropTypes, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.classes, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.withInstall });
38
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
39
+ function _typeof(obj) {
40
+ "@babel/helpers - typeof";
41
+
42
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
43
+ return typeof obj;
44
+ } : function (obj) {
45
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
46
+ }, _typeof(obj);
47
+ }
48
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
49
+
50
+ function _toPrimitive(input, hint) {
51
+ if (_typeof(input) !== "object" || input === null) return input;
52
+ var prim = input[Symbol.toPrimitive];
53
+ if (prim !== undefined) {
54
+ var res = prim.call(input, hint || "default");
55
+ if (_typeof(res) !== "object") return res;
56
+ throw new TypeError("@@toPrimitive must return a primitive value.");
57
+ }
58
+ return (hint === "string" ? String : Number)(input);
59
+ }
60
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
61
+
62
+
63
+ function _toPropertyKey(arg) {
64
+ var key = _toPrimitive(arg, "string");
65
+ return _typeof(key) === "symbol" ? key : String(key);
66
+ }
67
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
68
+
69
+ function _defineProperty(obj, key, value) {
70
+ key = _toPropertyKey(key);
71
+ if (key in obj) {
72
+ Object.defineProperty(obj, key, {
73
+ value: value,
74
+ enumerable: true,
75
+ configurable: true,
76
+ writable: true
77
+ });
78
+ } else {
79
+ obj[key] = value;
80
+ }
81
+ return obj;
82
+ }
83
+ ;// CONCATENATED MODULE: external "vue"
84
+ var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
85
+ var external_vue_y = x => () => x
86
+ const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["getCurrentInstance"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref });
87
+ ;// CONCATENATED MODULE: external "lodash"
88
+ var external_lodash_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
89
+ var external_lodash_y = x => () => x
90
+ const external_lodash_namespaceObject = external_lodash_x({ ["throttle"]: () => __WEBPACK_EXTERNAL_MODULE_lodash__.throttle });
91
+ ;// CONCATENATED MODULE: external "../config-provider"
92
+ var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
93
+ var external_config_provider_y = x => () => x
94
+ const external_config_provider_namespaceObject = external_config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.usePrefix });
95
+ ;// CONCATENATED MODULE: ../../packages/affix/src/affix.tsx
96
+
97
+
98
+ /*
99
+ * Tencent is pleased to support the open source community by making
100
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
101
+ *
102
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
103
+ *
104
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
105
+ *
106
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
107
+ *
108
+ * ---------------------------------------------------
109
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
110
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
111
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
112
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
113
+ *
114
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
115
+ * the Software.
116
+ *
117
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
118
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
119
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
120
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
121
+ * IN THE SOFTWARE.
122
+ */
123
+
124
+
125
+
126
+
127
+ var on = function () {
128
+ if (document.addEventListener) {
129
+ return function (element, event, handler) {
130
+ if (element && event && handler) {
131
+ element.addEventListener(event, handler, true);
132
+ }
133
+ };
134
+ }
135
+ return function (element, event, handler) {
136
+ if (element && event && handler) {
137
+ element.attachEvent("on".concat(event), handler);
138
+ }
139
+ };
140
+ }();
141
+ // 兼容浏览器,移除事件监听器
142
+ var off = function () {
143
+ if (document.removeEventListener) {
144
+ return function (element, event, handler) {
145
+ if (element && event) {
146
+ element.removeEventListener(event, handler, true);
147
+ }
148
+ };
149
+ }
150
+ return function (element, event, handler) {
151
+ if (element && event) {
152
+ element.detachEvent("on".concat(event), handler);
153
+ }
154
+ };
155
+ }();
156
+ /* harmony default export */ const affix = ((0,external_vue_namespaceObject.defineComponent)({
157
+ name: 'Affix',
158
+ props: {
159
+ offsetTop: external_shared_namespaceObject.PropTypes.number.def(0),
160
+ offsetBottom: external_shared_namespaceObject.PropTypes.number,
161
+ target: external_shared_namespaceObject.PropTypes.string.def(''),
162
+ zIndex: external_shared_namespaceObject.PropTypes.number.def(1000)
163
+ },
164
+ emits: ['change'],
165
+ setup: function setup(props, _ref) {
166
+ var emit = _ref.emit,
167
+ slots = _ref.slots;
168
+ var point = (0,external_vue_namespaceObject.ref)(null);
169
+ var root = (0,external_vue_namespaceObject.ref)(null);
170
+ var targetEl = (0,external_vue_namespaceObject.ref)();
171
+ var styles = (0,external_vue_namespaceObject.ref)({});
172
+ var _getCurrentInstance = (0,external_vue_namespaceObject.getCurrentInstance)(),
173
+ proxy = _getCurrentInstance.proxy;
174
+ var affixWidth = (0,external_vue_namespaceObject.ref)(0);
175
+ var offsetStyles = (0,external_vue_namespaceObject.computed)(function () {
176
+ return Object.assign(Object.assign({}, styles.value), {
177
+ 'z-index': props.zIndex
178
+ });
179
+ });
180
+ (0,external_vue_namespaceObject.onMounted)(function () {
181
+ affixWidth.value = proxy.$el.offsetWidth;
182
+ targetEl.value = props.target ? document.querySelector(props.target) : window;
183
+ on(targetEl.value, 'scroll', listenScroll);
184
+ on(targetEl.value, 'resize', listenScroll);
185
+ (0,external_vue_namespaceObject.nextTick)(function () {
186
+ handleScroll();
187
+ });
188
+ });
189
+ var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
190
+ resolveClassName = _usePrefix.resolveClassName;
191
+ var affix = (0,external_vue_namespaceObject.ref)(false);
192
+ var pointClass = (0,external_vue_namespaceObject.computed)(function () {
193
+ return (0,external_shared_namespaceObject.classes)(_defineProperty({}, "".concat(resolveClassName('affix')), affix.value));
194
+ });
195
+ var offsetType = (0,external_vue_namespaceObject.computed)(function () {
196
+ return props.offsetBottom >= 0 ? 'bottom' : 'top';
197
+ });
198
+ var setTargetLoop = function setTargetLoop() {
199
+ if (offsetType.value === 'top') {
200
+ styles.value = {
201
+ top: "".concat(targetEl.value.getBoundingClientRect().top + props.offsetTop, "px")
202
+ };
203
+ } else {
204
+ styles.value = {
205
+ bottom: "".concat(window.innerHeight - targetEl.value.getBoundingClientRect().bottom + props.offsetBottom, "px")
206
+ };
207
+ }
208
+ };
209
+ var listenScroll = (0,external_lodash_namespaceObject.throttle)(function () {
210
+ handleScroll();
211
+ }, 100);
212
+ // 获取元素到浏览器边缘的距离
213
+ var getOffset = function getOffset(element) {
214
+ var rect = element.value.getBoundingClientRect();
215
+ var rect2 = targetEl.value === window ? {
216
+ top: 0,
217
+ left: 0
218
+ } : targetEl.value.getBoundingClientRect();
219
+ var clientTop = targetEl.value.clientTop || 0;
220
+ var clientLeft = targetEl.value.clientLeft || 0;
221
+ return {
222
+ top: rect.top - rect2.top - clientTop,
223
+ left: rect.left - rect2.left - clientLeft
224
+ };
225
+ };
226
+ var handleScroll = function handleScroll() {
227
+ var rect = targetEl.value === window ? {
228
+ top: 0,
229
+ left: 0,
230
+ bottom: window.innerHeight
231
+ } : targetEl.value.getBoundingClientRect();
232
+ var elOffset = getOffset(root);
233
+ var windowHeight = targetEl.value === window ? targetEl.value.innerHeight : targetEl.value.clientHeight;
234
+ var elHeight = point.value.offsetHeight;
235
+ // Fixed Top
236
+ if (elOffset.top < props.offsetTop && offsetType.value === 'top' && !affix.value) {
237
+ affix.value = true;
238
+ styles.value = {
239
+ position: 'fixed',
240
+ top: "".concat(rect.top + props.offsetTop, "px"),
241
+ left: "".concat(rect.left + elOffset.left, "px"),
242
+ width: "".concat(affixWidth.value, "px")
243
+ };
244
+ if (targetEl.value !== window) {
245
+ on(window, 'scroll', setTargetLoop);
246
+ }
247
+ emit('change', true);
248
+ } else if (elOffset.top > props.offsetTop && offsetType.value === 'top' && affix.value) {
249
+ affix.value = false;
250
+ styles.value = null;
251
+ emit('change', false);
252
+ }
253
+ // Fixed Bottom
254
+ if (elOffset.top + props.offsetBottom + elHeight > windowHeight && offsetType.value === 'bottom' && !affix.value) {
255
+ affix.value = true;
256
+ styles.value = {
257
+ bottom: "".concat(window.innerHeight - rect.bottom + props.offsetBottom, "px"),
258
+ left: "".concat(rect.left + elOffset.left, "px"),
259
+ width: "".concat(affixWidth.value, "px")
260
+ };
261
+ if (targetEl.value !== window) {
262
+ on(window, 'scroll', setTargetLoop);
263
+ }
264
+ emit('change', true);
265
+ } else if (elOffset.top + props.offsetBottom + elHeight < windowHeight && offsetType.value === 'bottom' && affix.value) {
266
+ affix.value = false;
267
+ styles.value = null;
268
+ emit('change', false);
269
+ }
270
+ };
271
+ (0,external_vue_namespaceObject.onBeforeUnmount)(function () {
272
+ off(targetEl.value, 'scroll', listenScroll);
273
+ off(targetEl.value, 'resize', listenScroll);
274
+ off(window, 'scroll', setTargetLoop);
275
+ });
276
+ return function () {
277
+ var _a;
278
+ return (0,external_vue_namespaceObject.createVNode)("div", {
279
+ "ref": root
280
+ }, [(0,external_vue_namespaceObject.createVNode)("div", {
281
+ "ref": point,
282
+ "class": pointClass.value,
283
+ "style": offsetStyles.value
284
+ }, [(_a = slots["default"]) === null || _a === void 0 ? void 0 : _a.call(slots)])]);
285
+ };
286
+ }
287
+ }));
288
+ ;// CONCATENATED MODULE: ../../packages/affix/src/index.ts
289
+ /*
290
+ * Tencent is pleased to support the open source community by making
291
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
292
+ *
293
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
294
+ *
295
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
296
+ *
297
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
298
+ *
299
+ * ---------------------------------------------------
300
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
301
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
302
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
303
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
304
+ *
305
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
306
+ * the Software.
307
+ *
308
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
309
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
310
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
311
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
312
+ * IN THE SOFTWARE.
313
+ */
314
+
315
+
316
+ var BkAffix = (0,external_shared_namespaceObject.withInstall)(affix);
317
+ /* harmony default export */ const src = (BkAffix);
318
+ var __webpack_exports__default = __webpack_exports__.Z;
319
+ export { __webpack_exports__default as default };
@@ -1 +1,215 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"),require("../config-provider"),require("../icon"));else if("function"==typeof define&&define.amd)define(["../shared","vue","../config-provider","../icon"],t);else{var r="object"==typeof exports?t(require("../shared"),require("vue"),require("../config-provider"),require("../icon")):t(e["../shared"],e.vue,e["../config-provider"],e["../icon"]);for(var o in r)("object"==typeof exports?exports:e)[o]=r[o]}}(self,((e,t,r,o)=>(()=>{"use strict";var i={2717:e=>{e.exports=r},6870:e=>{e.exports=o},4212:t=>{t.exports=e},748:e=>{e.exports=t}},n={};function s(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return i[e](r,r.exports,s),r.exports}s.d=(e,t)=>{for(var r in t)s.o(t,r)&&!s.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},s.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var l={};return(()=>{s.r(l),s.d(l,{default:()=>c});var e=s(4212);function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function r(e,r,o){return(r=function(e){var r=function(e,r){if("object"!==t(e)||null===e)return e;var o=e[Symbol.toPrimitive];if(void 0!==o){var i=o.call(e,"string");if("object"!==t(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===t(r)?r:String(r)}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var o=s(748),i=s(2717),n=s(6870);const a=(0,o.defineComponent)({name:"Alert",props:{theme:(0,e.TagThemeType)().def(e.TagThemeEnum.INFO),size:e.PropTypes.string,title:e.PropTypes.string,closable:e.PropTypes.bool.def(!1),closeText:e.PropTypes.string,showIcon:e.PropTypes.bool.def(!0)},emits:{close:function(e){return e}},setup:function(e,t){var r=(0,o.reactive)({visible:!0});return{state:r,handleClose:function(e){r.visible=!1,t.emit("close",e)}}},render:function(){var t,s,l,a;if(!this.state.visible)return null;var c=(0,i.usePrefix)().resolveClassName,u=Boolean(this.closeText),f=(0,e.classes)((r(t={},c("alert-close"),!0),r(t,"close-text",u),r(t,c("alert-close-icon"),!u),t)),p=(0,e.classes)((r(s={},c("alert"),!0),r(s,c("alert-".concat(this.theme)),!0),s));return(0,o.createVNode)("div",{class:p},[(0,o.createVNode)("div",{class:c("alert-wraper")},[this.showIcon&&(0,o.createVNode)(n.InfoLine,{class:c("alert-icon-info")},null),(0,o.createVNode)("div",{class:c("alert-content")},[(0,o.createVNode)("div",{class:c("alert-title")},[this.$slots.title?this.$slots.title():this.title]),(0,o.createVNode)("div",{class:c("alert-description")},[null===(a=(l=this.$slots).default)||void 0===a?void 0:a.call(l)])]),this.closable&&(0,o.createVNode)("span",{class:f,onClick:this.handleClose},[this.closeText?this.closeText:(0,o.createVNode)(n.CloseLine,null,null)])])])}}),c=(0,e.withInstall)(a)})(),l})()));
1
+ import * as __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__ from "../shared";
2
+ import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
3
+ import * as __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__ from "../config-provider";
4
+ import * as __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__ from "../icon";
5
+ /******/ // The require scope
6
+ /******/ var __webpack_require__ = {};
7
+ /******/
8
+ /************************************************************************/
9
+ /******/ /* webpack/runtime/define property getters */
10
+ /******/ (() => {
11
+ /******/ // define getter functions for harmony exports
12
+ /******/ __webpack_require__.d = (exports, definition) => {
13
+ /******/ for(var key in definition) {
14
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
15
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
16
+ /******/ }
17
+ /******/ }
18
+ /******/ };
19
+ /******/ })();
20
+ /******/
21
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
22
+ /******/ (() => {
23
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
24
+ /******/ })();
25
+ /******/
26
+ /************************************************************************/
27
+ var __webpack_exports__ = {};
28
+
29
+ // EXPORTS
30
+ __webpack_require__.d(__webpack_exports__, {
31
+ Z: () => (/* binding */ src)
32
+ });
33
+
34
+ ;// CONCATENATED MODULE: external "../shared"
35
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
36
+ var y = x => () => x
37
+ const external_shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.PropTypes, ["TagThemeEnum"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.TagThemeEnum, ["TagThemeType"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.TagThemeType, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.classes, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.withInstall });
38
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
39
+ function _typeof(obj) {
40
+ "@babel/helpers - typeof";
41
+
42
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
43
+ return typeof obj;
44
+ } : function (obj) {
45
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
46
+ }, _typeof(obj);
47
+ }
48
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
49
+
50
+ function _toPrimitive(input, hint) {
51
+ if (_typeof(input) !== "object" || input === null) return input;
52
+ var prim = input[Symbol.toPrimitive];
53
+ if (prim !== undefined) {
54
+ var res = prim.call(input, hint || "default");
55
+ if (_typeof(res) !== "object") return res;
56
+ throw new TypeError("@@toPrimitive must return a primitive value.");
57
+ }
58
+ return (hint === "string" ? String : Number)(input);
59
+ }
60
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
61
+
62
+
63
+ function _toPropertyKey(arg) {
64
+ var key = _toPrimitive(arg, "string");
65
+ return _typeof(key) === "symbol" ? key : String(key);
66
+ }
67
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
68
+
69
+ function _defineProperty(obj, key, value) {
70
+ key = _toPropertyKey(key);
71
+ if (key in obj) {
72
+ Object.defineProperty(obj, key, {
73
+ value: value,
74
+ enumerable: true,
75
+ configurable: true,
76
+ writable: true
77
+ });
78
+ } else {
79
+ obj[key] = value;
80
+ }
81
+ return obj;
82
+ }
83
+ ;// CONCATENATED MODULE: external "vue"
84
+ var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
85
+ var external_vue_y = x => () => x
86
+ const external_vue_namespaceObject = external_vue_x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive });
87
+ ;// CONCATENATED MODULE: external "../config-provider"
88
+ var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
89
+ var external_config_provider_y = x => () => x
90
+ const external_config_provider_namespaceObject = external_config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.usePrefix });
91
+ ;// CONCATENATED MODULE: external "../icon"
92
+ var external_icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
93
+ var external_icon_y = x => () => x
94
+ const external_icon_namespaceObject = external_icon_x({ ["CloseLine"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.CloseLine, ["InfoLine"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.InfoLine });
95
+ ;// CONCATENATED MODULE: ../../packages/alert/src/alert.tsx
96
+
97
+
98
+ /*
99
+ * Tencent is pleased to support the open source community by making
100
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
101
+ *
102
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
103
+ *
104
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
105
+ *
106
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
107
+ *
108
+ * ---------------------------------------------------
109
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
110
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
111
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
112
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
113
+ *
114
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
115
+ * the Software.
116
+ *
117
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
118
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
119
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
120
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
121
+ * IN THE SOFTWARE.
122
+ */
123
+
124
+
125
+
126
+
127
+ /* harmony default export */ const src_alert = ((0,external_vue_namespaceObject.defineComponent)({
128
+ name: 'Alert',
129
+ props: {
130
+ theme: (0,external_shared_namespaceObject.TagThemeType)().def(external_shared_namespaceObject.TagThemeEnum.INFO),
131
+ size: external_shared_namespaceObject.PropTypes.string,
132
+ title: external_shared_namespaceObject.PropTypes.string,
133
+ closable: external_shared_namespaceObject.PropTypes.bool.def(false),
134
+ closeText: external_shared_namespaceObject.PropTypes.string,
135
+ showIcon: external_shared_namespaceObject.PropTypes.bool.def(true)
136
+ },
137
+ emits: {
138
+ close: function close(event) {
139
+ return event;
140
+ }
141
+ },
142
+ setup: function setup(_props, context) {
143
+ var state = (0,external_vue_namespaceObject.reactive)({
144
+ visible: true
145
+ });
146
+ var handleClose = function handleClose(event) {
147
+ state.visible = false;
148
+ context.emit('close', event);
149
+ };
150
+ return {
151
+ state: state,
152
+ handleClose: handleClose
153
+ };
154
+ },
155
+ render: function render() {
156
+ var _classes, _classes2;
157
+ var _a, _b;
158
+ if (!this.state.visible) {
159
+ return null;
160
+ }
161
+ var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
162
+ resolveClassName = _usePrefix.resolveClassName;
163
+ var renderCloseText = Boolean(this.closeText);
164
+ var closeButtonClasses = (0,external_shared_namespaceObject.classes)((_classes = {}, _defineProperty(_classes, resolveClassName('alert-close'), true), _defineProperty(_classes, 'close-text', renderCloseText), _defineProperty(_classes, resolveClassName('alert-close-icon'), !renderCloseText), _classes));
165
+ var typeClass = (0,external_shared_namespaceObject.classes)((_classes2 = {}, _defineProperty(_classes2, resolveClassName('alert'), true), _defineProperty(_classes2, resolveClassName("alert-".concat(this.theme)), true), _classes2));
166
+ return (0,external_vue_namespaceObject.createVNode)("div", {
167
+ "class": typeClass
168
+ }, [(0,external_vue_namespaceObject.createVNode)("div", {
169
+ "class": resolveClassName('alert-wraper')
170
+ }, [this.showIcon && (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.InfoLine, {
171
+ "class": resolveClassName('alert-icon-info')
172
+ }, null), (0,external_vue_namespaceObject.createVNode)("div", {
173
+ "class": resolveClassName('alert-content')
174
+ }, [(0,external_vue_namespaceObject.createVNode)("div", {
175
+ "class": resolveClassName('alert-title')
176
+ }, [this.$slots.title ? this.$slots.title() : this.title]), (0,external_vue_namespaceObject.createVNode)("div", {
177
+ "class": resolveClassName('alert-description')
178
+ }, [(_b = (_a = this.$slots)["default"]) === null || _b === void 0 ? void 0 : _b.call(_a)])]), this.closable && (0,external_vue_namespaceObject.createVNode)("span", {
179
+ "class": closeButtonClasses,
180
+ "onClick": this.handleClose
181
+ }, [this.closeText ? this.closeText : (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.CloseLine, null, null)])])]);
182
+ }
183
+ }));
184
+ ;// CONCATENATED MODULE: ../../packages/alert/src/index.ts
185
+ /*
186
+ * Tencent is pleased to support the open source community by making
187
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
188
+ *
189
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
190
+ *
191
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
192
+ *
193
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
194
+ *
195
+ * ---------------------------------------------------
196
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
197
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
198
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
199
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
200
+ *
201
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
202
+ * the Software.
203
+ *
204
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
205
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
206
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
207
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
208
+ * IN THE SOFTWARE.
209
+ */
210
+
211
+
212
+ var BkAlert = (0,external_shared_namespaceObject.withInstall)(src_alert);
213
+ /* harmony default export */ const src = (BkAlert);
214
+ var __webpack_exports__default = __webpack_exports__.Z;
215
+ export { __webpack_exports__default as default };