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

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 +1 -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
package/lib/link/index.js CHANGED
@@ -1 +1,160 @@
1
- !function(e,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r(require("../shared"),require("vue"),require("vue-types"),require("../config-provider"));else if("function"==typeof define&&define.amd)define(["../shared","vue","vue-types","../config-provider"],r);else{var t="object"==typeof exports?r(require("../shared"),require("vue"),require("vue-types"),require("../config-provider")):r(e["../shared"],e.vue,e["vue-types"],e["../config-provider"]);for(var o in t)("object"==typeof exports?exports:e)[o]=t[o]}}(self,((e,r,t,o)=>(()=>{"use strict";var i={2717:e=>{e.exports=o},4212:r=>{r.exports=e},748:e=>{e.exports=r},210:e=>{e.exports=t}},s={};function n(e){var r=s[e];if(void 0!==r)return r.exports;var t=s[e]={exports:{}};return i[e](t,t.exports,n),t.exports}n.d=(e,r)=>{for(var t in r)n.o(r,t)&&!n.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},n.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{n.r(a),n.d(a,{default:()=>l});var e,r=n(4212),t=n(748),o=n(210),i=n(2717);!function(e){e.DANGER="danger",e.SUCCESS="success",e.PRIMARY="primary",e.WARNING="warning",e.DEFAULT="default"}(e||(e={}));const s=(0,t.defineComponent)({name:"Link",props:{theme:(0,o.toType)("linkTheme",{}).def(e.DEFAULT),href:r.PropTypes.string.def(""),disabled:r.PropTypes.bool.def(!1),underline:r.PropTypes.bool.def(!1),target:r.PropTypes.string.def("_self")},emits:["click"],setup:function(e,r){var t=r.emit;return{handleClick:function(r){if(e.disabled)return r.preventDefault(),!1;t("click",r)},resolveClassName:(0,i.usePrefix)().resolveClassName}},render:function(){var e,o,i=(0,r.classes)({"is-disabled":this.disabled,"has-underline":this.underline},"".concat(this.theme," ").concat(this.resolveClassName("link")));return(0,t.createVNode)("a",{href:this.href,target:this.target,class:i,onClick:this.handleClick},[(0,t.createVNode)("span",null,[null===(o=(e=this.$slots).default)||void 0===o?void 0:o.call(e)])])}}),l=(0,r.withInstall)(s)})(),a})()));
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_vue_types_22de060a__ from "vue-types";
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: external "vue"
39
+ var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
40
+ var external_vue_y = x => () => x
41
+ const external_vue_namespaceObject = external_vue_x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent });
42
+ ;// CONCATENATED MODULE: external "vue-types"
43
+ var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
44
+ var external_vue_types_y = x => () => x
45
+ const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
46
+ ;// CONCATENATED MODULE: external "../config-provider"
47
+ var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
48
+ var external_config_provider_y = x => () => x
49
+ const external_config_provider_namespaceObject = external_config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.usePrefix });
50
+ ;// CONCATENATED MODULE: ../../packages/link/src/link.tsx
51
+
52
+ /*
53
+ * Tencent is pleased to support the open source community by making
54
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
55
+ *
56
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
57
+ *
58
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
59
+ *
60
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
61
+ *
62
+ * ---------------------------------------------------
63
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
64
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
65
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
66
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
67
+ *
68
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
69
+ * the Software.
70
+ *
71
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
72
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
74
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
75
+ * IN THE SOFTWARE.
76
+ */
77
+
78
+
79
+
80
+
81
+ var LinkThemeEnum;
82
+ (function (LinkThemeEnum) {
83
+ LinkThemeEnum["DANGER"] = "danger";
84
+ LinkThemeEnum["SUCCESS"] = "success";
85
+ LinkThemeEnum["PRIMARY"] = "primary";
86
+ LinkThemeEnum["WARNING"] = "warning";
87
+ LinkThemeEnum["DEFAULT"] = "default";
88
+ })(LinkThemeEnum || (LinkThemeEnum = {}));
89
+ /* harmony default export */ const src_link = ((0,external_vue_namespaceObject.defineComponent)({
90
+ name: 'Link',
91
+ props: {
92
+ theme: (0,external_vue_types_namespaceObject.toType)('linkTheme', {}).def(LinkThemeEnum.DEFAULT),
93
+ href: external_shared_namespaceObject.PropTypes.string.def(''),
94
+ disabled: external_shared_namespaceObject.PropTypes.bool.def(false),
95
+ underline: external_shared_namespaceObject.PropTypes.bool.def(false),
96
+ target: external_shared_namespaceObject.PropTypes.string.def('_self')
97
+ },
98
+ emits: ['click'],
99
+ setup: function setup(props, _ref) {
100
+ var emit = _ref.emit;
101
+ var handleClick = function handleClick(event) {
102
+ if (props.disabled) {
103
+ event.preventDefault();
104
+ return false;
105
+ }
106
+ emit('click', event);
107
+ };
108
+ var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
109
+ resolveClassName = _usePrefix.resolveClassName;
110
+ return {
111
+ handleClick: handleClick,
112
+ resolveClassName: resolveClassName
113
+ };
114
+ },
115
+ render: function render() {
116
+ var _a, _b;
117
+ var linkClass = (0,external_shared_namespaceObject.classes)({
118
+ 'is-disabled': this.disabled,
119
+ 'has-underline': this.underline
120
+ }, "".concat(this.theme, " ").concat(this.resolveClassName('link')));
121
+ return (0,external_vue_namespaceObject.createVNode)("a", {
122
+ "href": this.href,
123
+ "target": this.target,
124
+ "class": linkClass,
125
+ "onClick": this.handleClick
126
+ }, [(0,external_vue_namespaceObject.createVNode)("span", null, [(_b = (_a = this.$slots)["default"]) === null || _b === void 0 ? void 0 : _b.call(_a)])]);
127
+ }
128
+ }));
129
+ ;// CONCATENATED MODULE: ../../packages/link/src/index.ts
130
+ /*
131
+ * Tencent is pleased to support the open source community by making
132
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
133
+ *
134
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
135
+ *
136
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
137
+ *
138
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
139
+ *
140
+ * ---------------------------------------------------
141
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
142
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
143
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
144
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
145
+ *
146
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
147
+ * the Software.
148
+ *
149
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
150
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
151
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
152
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
153
+ * IN THE SOFTWARE.
154
+ */
155
+
156
+
157
+ var BkLink = (0,external_shared_namespaceObject.withInstall)(src_link);
158
+ /* harmony default export */ const src = (BkLink);
159
+ var __webpack_exports__default = __webpack_exports__.Z;
160
+ export { __webpack_exports__default as default };
@@ -1 +1,379 @@
1
- !function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o(require("../shared"),require("vue"),require("../config-provider"));else if("function"==typeof define&&define.amd)define(["../shared","vue","../config-provider"],o);else{var t="object"==typeof exports?o(require("../shared"),require("vue"),require("../config-provider")):o(e["../shared"],e.vue,e["../config-provider"]);for(var n in t)("object"==typeof exports?exports:e)[n]=t[n]}}(self,((e,o,t)=>(()=>{"use strict";var n={2717:e=>{e.exports=t},4212:o=>{o.exports=e},748:e=>{e.exports=o}},i={};function r(e){var o=i[e];if(void 0!==o)return o.exports;var t=i[e]={exports:{}};return n[e](t,t.exports,r),t.exports}r.d=(e,o)=>{for(var t in o)r.o(o,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:o[t]})},r.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var l={};return(()=>{r.r(l),r.d(l,{BkLoading:()=>m,BkLoadingMode:()=>i,BkLoadingSize:()=>a,default:()=>y,setDefaultIndicator:()=>c});var e=r(4212),o=r(748);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 n(e,o,n){return(o=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 i=n.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(o)?o:String(o)}(o))in e?Object.defineProperty(e,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[o]=n,e}var i,a,u,d=r(2717);function c(e){u="function"==typeof e?e:function(){return(0,o.createVNode)(e,null,null)}}!function(e){e.Default="default",e.Spin="spin"}(i||(i={})),function(e){e.Normal="",e.Mini="mini",e.Small="small",e.Large="large"}(a||(a={}));var s={indicator:{type:Function},loading:e.PropTypes.bool.def(!0),inline:e.PropTypes.bool.def(!0),theme:{type:String},title:e.PropTypes.string.def(""),size:{type:String,default:a.Normal},mode:{type:String,default:"default"},opacity:e.PropTypes.number.def(.9),color:e.PropTypes.string.def("white"),zIndex:e.PropTypes.number.def(1),isDirective:e.PropTypes.bool.def(!1)};const v=(0,o.defineComponent)({name:"Loading",props:s,setup:function(t,r){var l=(0,d.usePrefix)().resolveClassName,a=(0,o.createVNode)("div",{class:"".concat(l("normal-indicator"))},[[1,2,3,4].map((function(e){return(0,o.createVNode)("span",{class:"dot dot-".concat(e)},null)}))]),c=(0,o.createVNode)("div",{class:"".concat(l("spin-indicator"))},[[1,2,3,4,5,6,7,8].map((function(e){return(0,o.createVNode)("span",{class:"oval oval-".concat(e)},null)}))]),s=(0,o.computed)((function(){return{zIndex:t.zIndex}})),v=(0,o.computed)((function(){return Object.assign({opacity:t.opacity,backgroundColor:t.color},s.value)})),p=(0,o.computed)((function(){var o;return(0,e.classes)((n(o={},"".concat(l("loading-wrapper")),t.loading),n(o,"".concat(l("nested-loading")),!!r.slots.default),n(o,"".concat(l("directive-loading")),t.isDirective),o))})),f=(0,o.computed)((function(){var o;return(0,e.classes)((n(o={},"".concat(l("loading-size-".concat(t.size))),!!t.size),n(o,"".concat(l("loading-".concat(t.theme))),!!t.theme),o),l("loading-indicator"))})),m=(0,o.computed)((function(){return!!t.title})),y=(0,o.computed)((function(){var e=t.mode===i.Spin;return"function"==typeof t.indicator?(0,o.createVNode)(t.indicator,null,null):"function"==typeof u?(0,o.createVNode)(u,null,null):e?c:a}));return function(){var e,n;return(0,o.createVNode)("div",{class:p.value},[null===(n=(e=r.slots).default)||void 0===n?void 0:n.call(e),t.loading&&[(r.slots.default||t.isDirective)&&(0,o.createVNode)("div",{class:"".concat(l("loading-mask")),style:v.value},null),(0,o.createVNode)("div",{class:f.value,style:s.value},[y.value,m.value&&(0,o.createVNode)("div",{class:"".concat(l("loading-title"))},[t.title])])]])}}});var p=Symbol("vBkLoading"),f={mounted:function(e,t){t.value&&function(e,t){var n,i,r,l,a,u=function(e){var o,n;return null!==(n=null===(o=t.value)||void 0===o?void 0:o[e])&&void 0!==n?n:void 0},d=(0,o.reactive)({indicator:u("indicator"),loading:null!==(n=u("loading"))&&void 0!==n&&n,inline:null!==(i=u("inline"))&&void 0!==i&&i,theme:u("theme"),title:null!==(r=u("title"))&&void 0!==r?r:"",size:null!==(l=u("size"))&&void 0!==l?l:"",mode:u("mode"),opacity:u("opacity"),color:null!==(a=u("color"))&&void 0!==a?a:"white",zIndex:u("zIndex"),isDirective:!0}),c=document.createElement("div");Object.assign(c.style,{position:"absolute",left:0,right:0,top:0,bottom:0}),Object.assign(e.style,{position:"relative"});var s=(0,o.createApp)({render:function(){return(0,o.h)(v,d)}});e[p]={options:d,instance:s,vm:s.mount(c)},e.appendChild(c)}(e,t)},updated:function(e,o){var t,n,i,r,l,a=e[p],u=o.value;r=u,l=a.options,Object.keys(r).forEach((function(e){r[e]!==l[e]&&(l[e]=r[e])})),(null===(i=null===(n=null===(t=null==a?void 0:a.vm)||void 0===t?void 0:t.$el)||void 0===n?void 0:n.parentNode)||void 0===i?void 0:i.style)&&(a.vm.$el.parentNode.style.display=u.loading?"":"none")},unmounted:function(e){var o,t,n,i=e[p];null==e||e.removeChild(null===(t=null===(o=null==i?void 0:i.vm)||void 0===o?void 0:o.$el)||void 0===t?void 0:t.parentNode),null===(n=null==i?void 0:i.instance)||void 0===n||n.unmount(),e[p]=null}},m=(0,e.withInstallProps)(v,{setDefaultIndicator:c,BkLoadingMode:i,BkLoadingSize:a},!0,{name:"loading",directive:f});const y=m})(),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
+ /******/ // The require scope
5
+ /******/ var __webpack_require__ = {};
6
+ /******/
7
+ /************************************************************************/
8
+ /******/ /* webpack/runtime/define property getters */
9
+ /******/ (() => {
10
+ /******/ // define getter functions for harmony exports
11
+ /******/ __webpack_require__.d = (exports, definition) => {
12
+ /******/ for(var key in definition) {
13
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
14
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
15
+ /******/ }
16
+ /******/ }
17
+ /******/ };
18
+ /******/ })();
19
+ /******/
20
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
21
+ /******/ (() => {
22
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
23
+ /******/ })();
24
+ /******/
25
+ /************************************************************************/
26
+ var __webpack_exports__ = {};
27
+
28
+ // EXPORTS
29
+ __webpack_require__.d(__webpack_exports__, {
30
+ L3: () => (/* binding */ BkLoading),
31
+ MY: () => (/* reexport */ BkLoadingMode),
32
+ p9: () => (/* reexport */ BkLoadingSize),
33
+ ZP: () => (/* binding */ src),
34
+ jk: () => (/* reexport */ setDefaultIndicator)
35
+ });
36
+
37
+ ;// CONCATENATED MODULE: external "../shared"
38
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
39
+ var y = x => () => x
40
+ const external_shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.PropTypes, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.classes, ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.withInstallProps });
41
+ ;// CONCATENATED MODULE: external "vue"
42
+ var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
43
+ var external_vue_y = x => () => x
44
+ const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createApp"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createApp, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive });
45
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
46
+ function _typeof(obj) {
47
+ "@babel/helpers - typeof";
48
+
49
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
50
+ return typeof obj;
51
+ } : function (obj) {
52
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
53
+ }, _typeof(obj);
54
+ }
55
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
56
+
57
+ function _toPrimitive(input, hint) {
58
+ if (_typeof(input) !== "object" || input === null) return input;
59
+ var prim = input[Symbol.toPrimitive];
60
+ if (prim !== undefined) {
61
+ var res = prim.call(input, hint || "default");
62
+ if (_typeof(res) !== "object") return res;
63
+ throw new TypeError("@@toPrimitive must return a primitive value.");
64
+ }
65
+ return (hint === "string" ? String : Number)(input);
66
+ }
67
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
68
+
69
+
70
+ function _toPropertyKey(arg) {
71
+ var key = _toPrimitive(arg, "string");
72
+ return _typeof(key) === "symbol" ? key : String(key);
73
+ }
74
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
75
+
76
+ function _defineProperty(obj, key, value) {
77
+ key = _toPropertyKey(key);
78
+ if (key in obj) {
79
+ Object.defineProperty(obj, key, {
80
+ value: value,
81
+ enumerable: true,
82
+ configurable: true,
83
+ writable: true
84
+ });
85
+ } else {
86
+ obj[key] = value;
87
+ }
88
+ return obj;
89
+ }
90
+ ;// CONCATENATED MODULE: external "../config-provider"
91
+ var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
92
+ var external_config_provider_y = x => () => x
93
+ const external_config_provider_namespaceObject = external_config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.usePrefix });
94
+ ;// CONCATENATED MODULE: ../../packages/loading/src/loading.tsx
95
+
96
+
97
+ /*
98
+ * Tencent is pleased to support the open source community by making
99
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
100
+ *
101
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
102
+ *
103
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
104
+ *
105
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
106
+ *
107
+ * ---------------------------------------------------
108
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
109
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
110
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
111
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
112
+ *
113
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
114
+ * the Software.
115
+ *
116
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
117
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
118
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
119
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
120
+ * IN THE SOFTWARE.
121
+ */
122
+
123
+
124
+
125
+ var BkLoadingMode;
126
+ (function (BkLoadingMode) {
127
+ BkLoadingMode["Default"] = "default";
128
+ BkLoadingMode["Spin"] = "spin";
129
+ })(BkLoadingMode || (BkLoadingMode = {}));
130
+ var BkLoadingSize;
131
+ (function (BkLoadingSize) {
132
+ BkLoadingSize["Normal"] = "";
133
+ BkLoadingSize["Mini"] = "mini";
134
+ BkLoadingSize["Small"] = "small";
135
+ BkLoadingSize["Large"] = "large";
136
+ })(BkLoadingSize || (BkLoadingSize = {}));
137
+ var defaultIndicator;
138
+ function setDefaultIndicator(Indicator) {
139
+ defaultIndicator = typeof Indicator === 'function' ? Indicator : function () {
140
+ return (0,external_vue_namespaceObject.createVNode)(Indicator, null, null);
141
+ };
142
+ }
143
+ var loadingTypes = {
144
+ indicator: {
145
+ type: Function
146
+ },
147
+ loading: external_shared_namespaceObject.PropTypes.bool.def(true),
148
+ inline: external_shared_namespaceObject.PropTypes.bool.def(true),
149
+ theme: {
150
+ type: String
151
+ },
152
+ title: external_shared_namespaceObject.PropTypes.string.def(''),
153
+ size: {
154
+ type: String,
155
+ "default": BkLoadingSize.Normal
156
+ },
157
+ mode: {
158
+ type: String,
159
+ "default": 'default'
160
+ },
161
+ opacity: external_shared_namespaceObject.PropTypes.number.def(0.9),
162
+ color: external_shared_namespaceObject.PropTypes.string.def('white'),
163
+ zIndex: external_shared_namespaceObject.PropTypes.number.def(1),
164
+ isDirective: external_shared_namespaceObject.PropTypes.bool.def(false)
165
+ };
166
+ /* harmony default export */ const loading = ((0,external_vue_namespaceObject.defineComponent)({
167
+ name: 'Loading',
168
+ props: loadingTypes,
169
+ setup: function setup(props, ctx) {
170
+ var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
171
+ resolveClassName = _usePrefix.resolveClassName;
172
+ var dotIndicator = (0,external_vue_namespaceObject.createVNode)("div", {
173
+ "class": "".concat(resolveClassName('normal-indicator'))
174
+ }, [[1, 2, 3, 4].map(function (i) {
175
+ return (0,external_vue_namespaceObject.createVNode)("span", {
176
+ "class": "dot dot-".concat(i)
177
+ }, null);
178
+ })]);
179
+ var spinIndicator = (0,external_vue_namespaceObject.createVNode)("div", {
180
+ "class": "".concat(resolveClassName('spin-indicator'))
181
+ }, [[1, 2, 3, 4, 5, 6, 7, 8].map(function (i) {
182
+ return (0,external_vue_namespaceObject.createVNode)("span", {
183
+ "class": "oval oval-".concat(i)
184
+ }, null);
185
+ })]);
186
+ var zIndexStyle = (0,external_vue_namespaceObject.computed)(function () {
187
+ return {
188
+ zIndex: props.zIndex
189
+ };
190
+ });
191
+ var maskStyle = (0,external_vue_namespaceObject.computed)(function () {
192
+ return Object.assign({
193
+ opacity: props.opacity,
194
+ backgroundColor: props.color
195
+ }, zIndexStyle.value);
196
+ });
197
+ var loadingWrapperCls = (0,external_vue_namespaceObject.computed)(function () {
198
+ var _classes;
199
+ return (0,external_shared_namespaceObject.classes)((_classes = {}, _defineProperty(_classes, "".concat(resolveClassName('loading-wrapper')), props.loading), _defineProperty(_classes, "".concat(resolveClassName('nested-loading')), !!ctx.slots["default"]), _defineProperty(_classes, "".concat(resolveClassName('directive-loading')), props.isDirective), _classes));
200
+ });
201
+ var containerCls = (0,external_vue_namespaceObject.computed)(function () {
202
+ var _classes2;
203
+ return (0,external_shared_namespaceObject.classes)((_classes2 = {}, _defineProperty(_classes2, "".concat(resolveClassName("loading-size-".concat(props.size))), !!props.size), _defineProperty(_classes2, "".concat(resolveClassName("loading-".concat(props.theme))), !!props.theme), _classes2), resolveClassName('loading-indicator'));
204
+ });
205
+ var hasTitle = (0,external_vue_namespaceObject.computed)(function () {
206
+ return !!props.title;
207
+ });
208
+ var indicator = (0,external_vue_namespaceObject.computed)(function () {
209
+ var isSpinMode = props.mode === BkLoadingMode.Spin;
210
+ if (typeof props.indicator === 'function') {
211
+ return (0,external_vue_namespaceObject.createVNode)(props.indicator, null, null);
212
+ }
213
+ if (typeof defaultIndicator === 'function') {
214
+ return (0,external_vue_namespaceObject.createVNode)(defaultIndicator, null, null);
215
+ }
216
+ return isSpinMode ? spinIndicator : dotIndicator;
217
+ });
218
+ return function () {
219
+ var _a, _b;
220
+ return (0,external_vue_namespaceObject.createVNode)("div", {
221
+ "class": loadingWrapperCls.value
222
+ }, [(_b = (_a = ctx.slots)["default"]) === null || _b === void 0 ? void 0 : _b.call(_a), props.loading && [(ctx.slots["default"] || props.isDirective) && (0,external_vue_namespaceObject.createVNode)("div", {
223
+ "class": "".concat(resolveClassName('loading-mask')),
224
+ "style": maskStyle.value
225
+ }, null), (0,external_vue_namespaceObject.createVNode)("div", {
226
+ "class": containerCls.value,
227
+ "style": zIndexStyle.value
228
+ }, [indicator.value, hasTitle.value && (0,external_vue_namespaceObject.createVNode)("div", {
229
+ "class": "".concat(resolveClassName('loading-title'))
230
+ }, [props.title])])]]);
231
+ };
232
+ }
233
+ }));
234
+ ;// CONCATENATED MODULE: ../../packages/loading/src/directive.ts
235
+ /*
236
+ * Tencent is pleased to support the open source community by making
237
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
238
+ *
239
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
240
+ *
241
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
242
+ *
243
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
244
+ *
245
+ * ---------------------------------------------------
246
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
247
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
248
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
249
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
250
+ *
251
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
252
+ * the Software.
253
+ *
254
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
255
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
256
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
257
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
258
+ * IN THE SOFTWARE.
259
+ */
260
+
261
+
262
+ var INSTANCE_KEY = Symbol('vBkLoading');
263
+ var createInstance = function createInstance(el, binding) {
264
+ var _a, _b, _c, _d, _e;
265
+ var getBindingProp = function getBindingProp(key) {
266
+ var _a, _b;
267
+ return (_b = (_a = binding.value) === null || _a === void 0 ? void 0 : _a[key]) !== null && _b !== void 0 ? _b : undefined;
268
+ };
269
+ var options = (0,external_vue_namespaceObject.reactive)({
270
+ indicator: getBindingProp('indicator'),
271
+ loading: (_a = getBindingProp('loading')) !== null && _a !== void 0 ? _a : false,
272
+ inline: (_b = getBindingProp('inline')) !== null && _b !== void 0 ? _b : false,
273
+ theme: getBindingProp('theme'),
274
+ title: (_c = getBindingProp('title')) !== null && _c !== void 0 ? _c : '',
275
+ size: (_d = getBindingProp('size')) !== null && _d !== void 0 ? _d : '',
276
+ mode: getBindingProp('mode'),
277
+ opacity: getBindingProp('opacity'),
278
+ color: (_e = getBindingProp('color')) !== null && _e !== void 0 ? _e : 'white',
279
+ zIndex: getBindingProp('zIndex'),
280
+ isDirective: true
281
+ });
282
+ var div = document.createElement('div');
283
+ Object.assign(div.style, {
284
+ position: 'absolute',
285
+ left: 0,
286
+ right: 0,
287
+ top: 0,
288
+ bottom: 0
289
+ });
290
+ Object.assign(el.style, {
291
+ position: 'relative'
292
+ });
293
+ var instance = (0,external_vue_namespaceObject.createApp)({
294
+ render: function render() {
295
+ return (0,external_vue_namespaceObject.h)(loading, options);
296
+ }
297
+ });
298
+ el[INSTANCE_KEY] = {
299
+ options: options,
300
+ instance: instance,
301
+ vm: instance.mount(div)
302
+ };
303
+ el.appendChild(div);
304
+ };
305
+ var updateOptions = function updateOptions(newOptions, originalOptions) {
306
+ Object.keys(newOptions).forEach(function (key) {
307
+ if (newOptions[key] !== originalOptions[key]) {
308
+ originalOptions[key] = newOptions[key];
309
+ }
310
+ });
311
+ };
312
+ var vBkloading = {
313
+ mounted: function mounted(el, binding) {
314
+ if (binding.value) {
315
+ createInstance(el, binding);
316
+ }
317
+ },
318
+ updated: function updated(el, binding) {
319
+ var _a, _b, _c;
320
+ var instance = el[INSTANCE_KEY];
321
+ var value = binding.value;
322
+ updateOptions(value, instance.options);
323
+ if ((_c = (_b = (_a = instance === null || instance === void 0 ? void 0 : instance.vm) === null || _a === void 0 ? void 0 : _a.$el) === null || _b === void 0 ? void 0 : _b.parentNode) === null || _c === void 0 ? void 0 : _c.style) {
324
+ instance.vm.$el.parentNode.style.display = value.loading ? '' : 'none';
325
+ }
326
+ },
327
+ unmounted: function unmounted(el) {
328
+ var _a, _b, _c;
329
+ var instance = el[INSTANCE_KEY];
330
+ el === null || el === void 0 ? void 0 : el.removeChild((_b = (_a = instance === null || instance === void 0 ? void 0 : instance.vm) === null || _a === void 0 ? void 0 : _a.$el) === null || _b === void 0 ? void 0 : _b.parentNode);
331
+ (_c = instance === null || instance === void 0 ? void 0 : instance.instance) === null || _c === void 0 ? void 0 : _c.unmount();
332
+ el[INSTANCE_KEY] = null;
333
+ }
334
+ };
335
+ ;// CONCATENATED MODULE: ../../packages/loading/src/index.ts
336
+ /*
337
+ * Tencent is pleased to support the open source community by making
338
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
339
+ *
340
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
341
+ *
342
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
343
+ *
344
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
345
+ *
346
+ * ---------------------------------------------------
347
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
348
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
349
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
350
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
351
+ *
352
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
353
+ * the Software.
354
+ *
355
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
356
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
357
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
358
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
359
+ * IN THE SOFTWARE.
360
+ */
361
+
362
+
363
+
364
+ var BkLoading = (0,external_shared_namespaceObject.withInstallProps)(loading, {
365
+ setDefaultIndicator: setDefaultIndicator,
366
+ BkLoadingMode: BkLoadingMode,
367
+ BkLoadingSize: BkLoadingSize
368
+ }, true, {
369
+ name: 'loading',
370
+ directive: vBkloading
371
+ });
372
+ /* harmony default export */ const src = (BkLoading);
373
+
374
+ var __webpack_exports__BkLoading = __webpack_exports__.L3;
375
+ var __webpack_exports__BkLoadingMode = __webpack_exports__.MY;
376
+ var __webpack_exports__BkLoadingSize = __webpack_exports__.p9;
377
+ var __webpack_exports__default = __webpack_exports__.ZP;
378
+ var __webpack_exports__setDefaultIndicator = __webpack_exports__.jk;
379
+ export { __webpack_exports__BkLoading as BkLoading, __webpack_exports__BkLoadingMode as BkLoadingMode, __webpack_exports__BkLoadingSize as BkLoadingSize, __webpack_exports__default as default, __webpack_exports__setDefaultIndicator as setDefaultIndicator };