bkui-vue 0.0.2-beta.35 → 0.0.2-beta.37

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 (182) hide show
  1. package/dist/index.cjs.js +25 -25
  2. package/dist/index.esm.js +30 -14
  3. package/dist/index.umd.js +44 -44
  4. package/lib/affix/index.js +391 -1
  5. package/lib/alert/index.js +287 -1
  6. package/lib/animate-number/index.js +219 -1
  7. package/lib/backtop/index.js +264 -1
  8. package/lib/badge/index.js +304 -1
  9. package/lib/breadcrumb/index.js +379 -1
  10. package/lib/button/index.js +403 -1
  11. package/lib/card/index.js +369 -1
  12. package/lib/cascader/index.js +2095 -2
  13. package/lib/checkbox/index.js +602 -1
  14. package/lib/code-diff/index.js +5548 -1
  15. package/lib/collapse/index.js +605 -1
  16. package/lib/collapse-transition/index.js +237 -1
  17. package/lib/color-picker/index.js +2735 -1
  18. package/lib/components.js +770 -1
  19. package/lib/config-provider/index.js +377 -1
  20. package/lib/container/index.js +408 -1
  21. package/lib/date-picker/index.js +5576 -1
  22. package/lib/dialog/index.js +1324 -2
  23. package/lib/directives/index.js +1386 -2
  24. package/lib/dist.index.js +179 -1
  25. package/lib/divider/index.js +237 -1
  26. package/lib/dropdown/index.js +455 -1
  27. package/lib/exception/index.js +435 -1
  28. package/lib/fixed-navbar/index.js +222 -1
  29. package/lib/form/index.js +1004 -1
  30. package/lib/hooks.js +133 -1
  31. package/lib/icon/angle-double-down-line.js +541 -1
  32. package/lib/icon/angle-double-left-line.js +541 -1
  33. package/lib/icon/angle-double-left.js +541 -1
  34. package/lib/icon/angle-double-right-line.js +541 -1
  35. package/lib/icon/angle-double-right.js +541 -1
  36. package/lib/icon/angle-double-up-line.js +541 -1
  37. package/lib/icon/angle-down-fill.js +541 -1
  38. package/lib/icon/angle-down-line.js +541 -1
  39. package/lib/icon/angle-down.js +541 -1
  40. package/lib/icon/angle-left.js +541 -1
  41. package/lib/icon/angle-right.js +541 -1
  42. package/lib/icon/angle-up-fill.js +541 -1
  43. package/lib/icon/angle-up.js +541 -1
  44. package/lib/icon/archive-fill.js +541 -1
  45. package/lib/icon/arrows-left.js +541 -1
  46. package/lib/icon/arrows-right.js +541 -1
  47. package/lib/icon/assistant.js +541 -1
  48. package/lib/icon/audio-fill.js +541 -1
  49. package/lib/icon/bk.js +541 -1
  50. package/lib/icon/circle.js +541 -1
  51. package/lib/icon/close-line.js +541 -1
  52. package/lib/icon/close.js +541 -1
  53. package/lib/icon/code.js +541 -1
  54. package/lib/icon/cog-shape.js +541 -1
  55. package/lib/icon/collapse-left.js +541 -1
  56. package/lib/icon/copy-shape.js +541 -1
  57. package/lib/icon/copy.js +541 -1
  58. package/lib/icon/data-shape.js +541 -1
  59. package/lib/icon/del.js +541 -1
  60. package/lib/icon/doc-fill.js +541 -1
  61. package/lib/icon/done.js +541 -1
  62. package/lib/icon/down-shape.js +541 -1
  63. package/lib/icon/down-small.js +541 -1
  64. package/lib/icon/edit-line.js +541 -1
  65. package/lib/icon/ellipsis.js +541 -1
  66. package/lib/icon/enlarge-line.js +541 -1
  67. package/lib/icon/error.js +541 -1
  68. package/lib/icon/excel-fill.js +541 -1
  69. package/lib/icon/exclamation-circle-shape.js +541 -1
  70. package/lib/icon/eye.js +541 -1
  71. package/lib/icon/filliscreen-line.js +541 -1
  72. package/lib/icon/fix-line.js +541 -1
  73. package/lib/icon/fix-shape.js +541 -1
  74. package/lib/icon/folder-open.js +541 -1
  75. package/lib/icon/folder-shape-open.js +541 -1
  76. package/lib/icon/folder-shape.js +541 -1
  77. package/lib/icon/folder.js +541 -1
  78. package/lib/icon/funnel.js +541 -1
  79. package/lib/icon/help-document-fill.js +541 -1
  80. package/lib/icon/help-fill.js +541 -1
  81. package/lib/icon/help.js +541 -1
  82. package/lib/icon/image-fill.js +563 -1
  83. package/lib/icon/img-error.js +563 -1
  84. package/lib/icon/img-placehoulder.js +563 -1
  85. package/lib/icon/index.js +2353 -1
  86. package/lib/icon/info-line.js +563 -1
  87. package/lib/icon/info.js +563 -1
  88. package/lib/icon/left-shape.js +563 -1
  89. package/lib/icon/left-turn-line.js +563 -1
  90. package/lib/icon/narrow-line.js +563 -1
  91. package/lib/icon/original.js +563 -1
  92. package/lib/icon/pdf-fill.js +563 -1
  93. package/lib/icon/play-shape.js +563 -1
  94. package/lib/icon/plus.js +563 -1
  95. package/lib/icon/ppt-fill.js +563 -1
  96. package/lib/icon/qq.js +563 -1
  97. package/lib/icon/right-shape.js +563 -1
  98. package/lib/icon/right-turn-line.js +563 -1
  99. package/lib/icon/search.js +563 -1
  100. package/lib/icon/share.js +563 -1
  101. package/lib/icon/spinner.js +563 -1
  102. package/lib/icon/success.js +563 -1
  103. package/lib/icon/switcher-loading.js +563 -1
  104. package/lib/icon/text-file.js +563 -1
  105. package/lib/icon/text-fill.js +563 -1
  106. package/lib/icon/transfer.js +563 -1
  107. package/lib/icon/tree-application-shape.js +563 -1
  108. package/lib/icon/unfull-screen.js +563 -1
  109. package/lib/icon/unvisible.js +563 -1
  110. package/lib/icon/up-shape.js +563 -1
  111. package/lib/icon/upload.js +563 -1
  112. package/lib/icon/video-fill.js +563 -1
  113. package/lib/icon/warn.js +563 -1
  114. package/lib/icon/weixin-pro.js +563 -1
  115. package/lib/icon/weixin.js +563 -1
  116. package/lib/image/index.js +681 -1
  117. package/lib/index.js +195 -1
  118. package/lib/info-box/index.js +1514 -2
  119. package/lib/input/index.js +1038 -1
  120. package/lib/link/index.js +232 -1
  121. package/lib/loading/index.js +443 -1
  122. package/lib/locale/index.js +489 -1
  123. package/lib/menu/index.js +793 -1
  124. package/lib/message/index.js +1842 -2
  125. package/lib/message/messageConstructor.d.ts +1 -1
  126. package/lib/modal/index.js +407 -1
  127. package/lib/navigation/index.js +439 -1
  128. package/lib/notify/index.js +470 -1
  129. package/lib/overflow-title/index.js +547 -1
  130. package/lib/pagination/index.js +974 -1
  131. package/lib/plugin-popover/index.js +4121 -1
  132. package/lib/plugins/index.js +130 -1
  133. package/lib/pop-confirm/index.js +367 -1
  134. package/lib/popover/content.d.ts +8 -0
  135. package/lib/popover/index.d.ts +12 -0
  136. package/lib/popover/index.js +4127 -1
  137. package/lib/popover/popover.d.ts +7 -0
  138. package/lib/popover/props.d.ts +3 -0
  139. package/lib/popover2/index.js +171 -1
  140. package/lib/preset.js +164 -1
  141. package/lib/process/index.js +1146 -2
  142. package/lib/progress/index.js +495 -1
  143. package/lib/radio/index.js +693 -1
  144. package/lib/rate/index.js +406 -1
  145. package/lib/resize-layout/index.js +499 -1
  146. package/lib/search-select/index.js +3024 -2
  147. package/lib/select/index.d.ts +25 -3
  148. package/lib/select/index.js +2599 -2
  149. package/lib/select/select.d.ts +11 -1
  150. package/lib/shared/index.js +2832 -1
  151. package/lib/sideslider/index.js +1056 -2
  152. package/lib/slider/index.js +1683 -2
  153. package/lib/steps/index.js +1215 -2
  154. package/lib/swiper/index.js +404 -1
  155. package/lib/switcher/index.js +335 -1
  156. package/lib/tab/index.js +935 -1
  157. package/lib/table/index.js +6588 -1
  158. package/lib/table-column/index.js +768 -1
  159. package/lib/tag/index.js +309 -1
  160. package/lib/tag-input/index.d.ts +9 -0
  161. package/lib/tag-input/index.js +1758 -1
  162. package/lib/tag-input/tag-input.d.ts +20 -0
  163. package/lib/tag-input/tag-props.d.ts +3 -0
  164. package/lib/time-picker/index.js +142 -1
  165. package/lib/timeline/index.js +310 -1
  166. package/lib/transfer/index.js +767 -1
  167. package/lib/tree/index.js +2664 -1
  168. package/lib/upload/index.js +3257 -2
  169. package/lib/virtual-render/index.js +806 -1
  170. package/package.json +1 -1
  171. package/lib/cascader/index.js.LICENSE.txt +0 -1
  172. package/lib/dialog/index.js.LICENSE.txt +0 -1
  173. package/lib/directives/index.js.LICENSE.txt +0 -14
  174. package/lib/info-box/index.js.LICENSE.txt +0 -1
  175. package/lib/message/index.js.LICENSE.txt +0 -6
  176. package/lib/process/index.js.LICENSE.txt +0 -1
  177. package/lib/search-select/index.js.LICENSE.txt +0 -1
  178. package/lib/select/index.js.LICENSE.txt +0 -1
  179. package/lib/sideslider/index.js.LICENSE.txt +0 -1
  180. package/lib/slider/index.js.LICENSE.txt +0 -1
  181. package/lib/steps/index.js.LICENSE.txt +0 -1
  182. package/lib/upload/index.js.LICENSE.txt +0 -1
package/lib/icon/copy.js CHANGED
@@ -1 +1,541 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>s});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o||"")}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create,"function"==typeof SuppressedError&&SuppressedError;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,s=o.height,l=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),u="width: ".concat(c,"; height: ").concat(s,"; fill: ").concat(l);return(0,e.createVNode)("span",(0,e.mergeProps)({style:{display:"inline-flex","align-items":"center","justify-content":"center"}},p),[t(a,i,u)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M864 128H288c-17.6 0-32 14.4-32 32v96h-96c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h576c17.6 0 32-14.4 32-32v-96h96c17.6 0 32-14.4 32-32V160C896 142.4 881.6 128 864 128zM704 704v64 64H192V320h64 64 384V704zM832 704h-64V288c0-17.6-14.4-32-32-32H320v-64h512V704z"}},{"type":"element","name":"path","attributes":{"d":"M275.2 419.2H611.2V483.2H275.2z"}},{"type":"element","name":"path","attributes":{"d":"M272 544H608V608H272z"}},{"type":"element","name":"path","attributes":{"d":"M272 672H608V736H272z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"copy"}),null)};c.displayName="copy",c.inheritAttrs=!1;const s=c})(),o})()));
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory(require("vue"));
4
+ else if(typeof define === 'function' && define.amd)
5
+ define(["vue"], factory);
6
+ else {
7
+ var a = typeof exports === 'object' ? factory(require("vue")) : factory(root["vue"]);
8
+ for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
+ }
10
+ })(self, (__WEBPACK_EXTERNAL_MODULE__748__) => {
11
+ return /******/ (() => { // webpackBootstrap
12
+ /******/ "use strict";
13
+ /******/ var __webpack_modules__ = ({
14
+
15
+ /***/ 748:
16
+ /***/ ((module) => {
17
+
18
+ module.exports = __WEBPACK_EXTERNAL_MODULE__748__;
19
+
20
+ /***/ })
21
+
22
+ /******/ });
23
+ /************************************************************************/
24
+ /******/ // The module cache
25
+ /******/ var __webpack_module_cache__ = {};
26
+ /******/
27
+ /******/ // The require function
28
+ /******/ function __webpack_require__(moduleId) {
29
+ /******/ // Check if module is in cache
30
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
31
+ /******/ if (cachedModule !== undefined) {
32
+ /******/ return cachedModule.exports;
33
+ /******/ }
34
+ /******/ // Create a new module (and put it into the cache)
35
+ /******/ var module = __webpack_module_cache__[moduleId] = {
36
+ /******/ // no module.id needed
37
+ /******/ // no module.loaded needed
38
+ /******/ exports: {}
39
+ /******/ };
40
+ /******/
41
+ /******/ // Execute the module function
42
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
43
+ /******/
44
+ /******/ // Return the exports of the module
45
+ /******/ return module.exports;
46
+ /******/ }
47
+ /******/
48
+ /************************************************************************/
49
+ /******/ /* webpack/runtime/define property getters */
50
+ /******/ (() => {
51
+ /******/ // define getter functions for harmony exports
52
+ /******/ __webpack_require__.d = (exports, definition) => {
53
+ /******/ for(var key in definition) {
54
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
55
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
56
+ /******/ }
57
+ /******/ }
58
+ /******/ };
59
+ /******/ })();
60
+ /******/
61
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
62
+ /******/ (() => {
63
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
64
+ /******/ })();
65
+ /******/
66
+ /******/ /* webpack/runtime/make namespace object */
67
+ /******/ (() => {
68
+ /******/ // define __esModule on exports
69
+ /******/ __webpack_require__.r = (exports) => {
70
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
71
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
72
+ /******/ }
73
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
74
+ /******/ };
75
+ /******/ })();
76
+ /******/
77
+ /************************************************************************/
78
+ var __webpack_exports__ = {};
79
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
80
+ (() => {
81
+ // ESM COMPAT FLAG
82
+ __webpack_require__.r(__webpack_exports__);
83
+
84
+ // EXPORTS
85
+ __webpack_require__.d(__webpack_exports__, {
86
+ "default": () => (/* binding */ icons_copy)
87
+ });
88
+
89
+ // EXTERNAL MODULE: external "vue"
90
+ var external_vue_ = __webpack_require__(748);
91
+ ;// CONCATENATED MODULE: ../../node_modules/tslib/tslib.es6.mjs
92
+ /******************************************************************************
93
+ Copyright (c) Microsoft Corporation.
94
+
95
+ Permission to use, copy, modify, and/or distribute this software for any
96
+ purpose with or without fee is hereby granted.
97
+
98
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
99
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
100
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
101
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
102
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
103
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
104
+ PERFORMANCE OF THIS SOFTWARE.
105
+ ***************************************************************************** */
106
+ /* global Reflect, Promise, SuppressedError, Symbol */
107
+
108
+ var extendStatics = function(d, b) {
109
+ extendStatics = Object.setPrototypeOf ||
110
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
111
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
112
+ return extendStatics(d, b);
113
+ };
114
+
115
+ function __extends(d, b) {
116
+ if (typeof b !== "function" && b !== null)
117
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
118
+ extendStatics(d, b);
119
+ function __() { this.constructor = d; }
120
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
121
+ }
122
+
123
+ var __assign = function() {
124
+ __assign = Object.assign || function __assign(t) {
125
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
126
+ s = arguments[i];
127
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
128
+ }
129
+ return t;
130
+ }
131
+ return __assign.apply(this, arguments);
132
+ }
133
+
134
+ function __rest(s, e) {
135
+ var t = {};
136
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
137
+ t[p] = s[p];
138
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
139
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
140
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
141
+ t[p[i]] = s[p[i]];
142
+ }
143
+ return t;
144
+ }
145
+
146
+ function __decorate(decorators, target, key, desc) {
147
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
148
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
149
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
150
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
151
+ }
152
+
153
+ function __param(paramIndex, decorator) {
154
+ return function (target, key) { decorator(target, key, paramIndex); }
155
+ }
156
+
157
+ function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
158
+ function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
159
+ var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
160
+ var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
161
+ var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
162
+ var _, done = false;
163
+ for (var i = decorators.length - 1; i >= 0; i--) {
164
+ var context = {};
165
+ for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
166
+ for (var p in contextIn.access) context.access[p] = contextIn.access[p];
167
+ context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
168
+ var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
169
+ if (kind === "accessor") {
170
+ if (result === void 0) continue;
171
+ if (result === null || typeof result !== "object") throw new TypeError("Object expected");
172
+ if (_ = accept(result.get)) descriptor.get = _;
173
+ if (_ = accept(result.set)) descriptor.set = _;
174
+ if (_ = accept(result.init)) initializers.unshift(_);
175
+ }
176
+ else if (_ = accept(result)) {
177
+ if (kind === "field") initializers.unshift(_);
178
+ else descriptor[key] = _;
179
+ }
180
+ }
181
+ if (target) Object.defineProperty(target, contextIn.name, descriptor);
182
+ done = true;
183
+ };
184
+
185
+ function __runInitializers(thisArg, initializers, value) {
186
+ var useValue = arguments.length > 2;
187
+ for (var i = 0; i < initializers.length; i++) {
188
+ value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
189
+ }
190
+ return useValue ? value : void 0;
191
+ };
192
+
193
+ function __propKey(x) {
194
+ return typeof x === "symbol" ? x : "".concat(x);
195
+ };
196
+
197
+ function __setFunctionName(f, name, prefix) {
198
+ if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
199
+ return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
200
+ };
201
+
202
+ function __metadata(metadataKey, metadataValue) {
203
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
204
+ }
205
+
206
+ function __awaiter(thisArg, _arguments, P, generator) {
207
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
208
+ return new (P || (P = Promise))(function (resolve, reject) {
209
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
210
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
211
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
212
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
213
+ });
214
+ }
215
+
216
+ function __generator(thisArg, body) {
217
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
218
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
219
+ function verb(n) { return function (v) { return step([n, v]); }; }
220
+ function step(op) {
221
+ if (f) throw new TypeError("Generator is already executing.");
222
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
223
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
224
+ if (y = 0, t) op = [op[0] & 2, t.value];
225
+ switch (op[0]) {
226
+ case 0: case 1: t = op; break;
227
+ case 4: _.label++; return { value: op[1], done: false };
228
+ case 5: _.label++; y = op[1]; op = [0]; continue;
229
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
230
+ default:
231
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
232
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
233
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
234
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
235
+ if (t[2]) _.ops.pop();
236
+ _.trys.pop(); continue;
237
+ }
238
+ op = body.call(thisArg, _);
239
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
240
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
241
+ }
242
+ }
243
+
244
+ var __createBinding = Object.create ? (function(o, m, k, k2) {
245
+ if (k2 === undefined) k2 = k;
246
+ var desc = Object.getOwnPropertyDescriptor(m, k);
247
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
248
+ desc = { enumerable: true, get: function() { return m[k]; } };
249
+ }
250
+ Object.defineProperty(o, k2, desc);
251
+ }) : (function(o, m, k, k2) {
252
+ if (k2 === undefined) k2 = k;
253
+ o[k2] = m[k];
254
+ });
255
+
256
+ function __exportStar(m, o) {
257
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);
258
+ }
259
+
260
+ function __values(o) {
261
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
262
+ if (m) return m.call(o);
263
+ if (o && typeof o.length === "number") return {
264
+ next: function () {
265
+ if (o && i >= o.length) o = void 0;
266
+ return { value: o && o[i++], done: !o };
267
+ }
268
+ };
269
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
270
+ }
271
+
272
+ function __read(o, n) {
273
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
274
+ if (!m) return o;
275
+ var i = m.call(o), r, ar = [], e;
276
+ try {
277
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
278
+ }
279
+ catch (error) { e = { error: error }; }
280
+ finally {
281
+ try {
282
+ if (r && !r.done && (m = i["return"])) m.call(i);
283
+ }
284
+ finally { if (e) throw e.error; }
285
+ }
286
+ return ar;
287
+ }
288
+
289
+ /** @deprecated */
290
+ function __spread() {
291
+ for (var ar = [], i = 0; i < arguments.length; i++)
292
+ ar = ar.concat(__read(arguments[i]));
293
+ return ar;
294
+ }
295
+
296
+ /** @deprecated */
297
+ function __spreadArrays() {
298
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
299
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
300
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
301
+ r[k] = a[j];
302
+ return r;
303
+ }
304
+
305
+ function __spreadArray(to, from, pack) {
306
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
307
+ if (ar || !(i in from)) {
308
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
309
+ ar[i] = from[i];
310
+ }
311
+ }
312
+ return to.concat(ar || Array.prototype.slice.call(from));
313
+ }
314
+
315
+ function __await(v) {
316
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
317
+ }
318
+
319
+ function __asyncGenerator(thisArg, _arguments, generator) {
320
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
321
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
322
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
323
+ function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
324
+ function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
325
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
326
+ function fulfill(value) { resume("next", value); }
327
+ function reject(value) { resume("throw", value); }
328
+ function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
329
+ }
330
+
331
+ function __asyncDelegator(o) {
332
+ var i, p;
333
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
334
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
335
+ }
336
+
337
+ function __asyncValues(o) {
338
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
339
+ var m = o[Symbol.asyncIterator], i;
340
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
341
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
342
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
343
+ }
344
+
345
+ function __makeTemplateObject(cooked, raw) {
346
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
347
+ return cooked;
348
+ };
349
+
350
+ var __setModuleDefault = Object.create ? (function(o, v) {
351
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
352
+ }) : function(o, v) {
353
+ o["default"] = v;
354
+ };
355
+
356
+ function __importStar(mod) {
357
+ if (mod && mod.__esModule) return mod;
358
+ var result = {};
359
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
360
+ __setModuleDefault(result, mod);
361
+ return result;
362
+ }
363
+
364
+ function __importDefault(mod) {
365
+ return (mod && mod.__esModule) ? mod : { default: mod };
366
+ }
367
+
368
+ function __classPrivateFieldGet(receiver, state, kind, f) {
369
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
370
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
371
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
372
+ }
373
+
374
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
375
+ if (kind === "m") throw new TypeError("Private method is not writable");
376
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
377
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
378
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
379
+ }
380
+
381
+ function __classPrivateFieldIn(state, receiver) {
382
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
383
+ return typeof state === "function" ? receiver === state : state.has(receiver);
384
+ }
385
+
386
+ function __addDisposableResource(env, value, async) {
387
+ if (value !== null && value !== void 0) {
388
+ if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected.");
389
+ var dispose;
390
+ if (async) {
391
+ if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined.");
392
+ dispose = value[Symbol.asyncDispose];
393
+ }
394
+ if (dispose === void 0) {
395
+ if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined.");
396
+ dispose = value[Symbol.dispose];
397
+ }
398
+ if (typeof dispose !== "function") throw new TypeError("Object not disposable.");
399
+ env.stack.push({ value: value, dispose: dispose, async: async });
400
+ }
401
+ else if (async) {
402
+ env.stack.push({ async: true });
403
+ }
404
+ return value;
405
+ }
406
+
407
+ var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
408
+ var e = new Error(message);
409
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
410
+ };
411
+
412
+ function __disposeResources(env) {
413
+ function fail(e) {
414
+ env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
415
+ env.hasError = true;
416
+ }
417
+ function next() {
418
+ while (env.stack.length) {
419
+ var rec = env.stack.pop();
420
+ try {
421
+ var result = rec.dispose && rec.dispose.call(rec.value);
422
+ if (rec.async) return Promise.resolve(result).then(next, function(e) { fail(e); return next(); });
423
+ }
424
+ catch (e) {
425
+ fail(e);
426
+ }
427
+ }
428
+ if (env.hasError) throw env.error;
429
+ }
430
+ return next();
431
+ }
432
+
433
+ /* harmony default export */ const tslib_es6 = ({
434
+ __extends,
435
+ __assign,
436
+ __rest,
437
+ __decorate,
438
+ __param,
439
+ __metadata,
440
+ __awaiter,
441
+ __generator,
442
+ __createBinding,
443
+ __exportStar,
444
+ __values,
445
+ __read,
446
+ __spread,
447
+ __spreadArrays,
448
+ __spreadArray,
449
+ __await,
450
+ __asyncGenerator,
451
+ __asyncDelegator,
452
+ __asyncValues,
453
+ __makeTemplateObject,
454
+ __importStar,
455
+ __importDefault,
456
+ __classPrivateFieldGet,
457
+ __classPrivateFieldSet,
458
+ __classPrivateFieldIn,
459
+ __addDisposableResource,
460
+ __disposeResources,
461
+ });
462
+
463
+ ;// CONCATENATED MODULE: ../../packages/icon/icons/icon.tsx
464
+
465
+
466
+ /*
467
+ * Tencent is pleased to support the open source community by making
468
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
469
+ *
470
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
471
+ *
472
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
473
+ *
474
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
475
+ *
476
+ * ---------------------------------------------------
477
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
478
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
479
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
480
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
481
+ *
482
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
483
+ * the Software.
484
+ *
485
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
486
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
487
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
488
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
489
+ * IN THE SOFTWARE.
490
+ */
491
+
492
+ function generate(node, key, rootAttrs) {
493
+ return (0,external_vue_.h)(node.name, Object.assign(Object.assign({
494
+ key: key
495
+ }, node.attributes), {
496
+ style: "".concat(node.attributes.style, " ").concat(rootAttrs || '')
497
+ }), (node.elements || []).map(function (element, index) {
498
+ return generate(element, "".concat(key, "-").concat(node.name, "-").concat(index));
499
+ }));
500
+ }
501
+ var bkIcon = function bkIcon(props, context) {
502
+ var _a = Object.assign(Object.assign({}, context.attrs), props),
503
+ data = _a.data,
504
+ name = _a.name,
505
+ width = _a.width,
506
+ height = _a.height,
507
+ fill = _a.fill,
508
+ restProps = __rest(_a, ["data", "name", "width", "height", "fill"]);
509
+ var rootAttrs = "width: ".concat(width, "; height: ").concat(height, "; fill: ").concat(fill);
510
+ var iconBoxStyle = {
511
+ display: 'inline-flex',
512
+ 'align-items': 'center',
513
+ 'justify-content': 'center'
514
+ };
515
+ return (0,external_vue_.createVNode)("span", (0,external_vue_.mergeProps)({
516
+ "style": iconBoxStyle
517
+ }, restProps), [generate(data, name, rootAttrs)]);
518
+ };
519
+ bkIcon.inheritAttrs = false;
520
+ bkIcon.displayName = 'bkIcon';
521
+ /* harmony default export */ const icon = (bkIcon);
522
+ ;// CONCATENATED MODULE: ../../packages/icon/icons/copy.tsx
523
+
524
+
525
+ var data = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M864 128H288c-17.6 0-32 14.4-32 32v96h-96c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h576c17.6 0 32-14.4 32-32v-96h96c17.6 0 32-14.4 32-32V160C896 142.4 881.6 128 864 128zM704 704v64 64H192V320h64 64 384V704zM832 704h-64V288c0-17.6-14.4-32-32-32H320v-64h512V704z"}},{"type":"element","name":"path","attributes":{"d":"M275.2 419.2H611.2V483.2H275.2z"}},{"type":"element","name":"path","attributes":{"d":"M272 544H608V608H272z"}},{"type":"element","name":"path","attributes":{"d":"M272 672H608V736H272z"}}]}');
526
+ var copy = function copy(props, context) {
527
+ var p = Object.assign(Object.assign({}, props), context.attrs);
528
+ return (0,external_vue_.createVNode)(icon, (0,external_vue_.mergeProps)(p, {
529
+ "data": data,
530
+ "name": "copy"
531
+ }), null);
532
+ };
533
+ copy.displayName = 'copy';
534
+ copy.inheritAttrs = false;
535
+ /* harmony default export */ const icons_copy = (copy);
536
+ })();
537
+
538
+ /******/ return __webpack_exports__;
539
+ /******/ })()
540
+ ;
541
+ });