bkui-vue 2.0.2-beta.4 → 2.0.2-beta.6

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 (166) hide show
  1. package/dist/index.cjs.js +21 -21
  2. package/dist/index.esm.js +1588 -1583
  3. package/dist/index.umd.js +16 -16
  4. package/lib/affix/index.js +30 -22
  5. package/lib/alert/index.js +30 -22
  6. package/lib/animate-number/index.js +14 -10
  7. package/lib/backtop/index.js +32 -22
  8. package/lib/badge/index.js +24 -18
  9. package/lib/breadcrumb/index.js +31 -23
  10. package/lib/button/index.js +36 -26
  11. package/lib/card/index.js +47 -33
  12. package/lib/cascader/index.js +651 -619
  13. package/lib/checkbox/index.js +44 -34
  14. package/lib/code-diff/index.js +83 -79
  15. package/lib/collapse/index.js +39 -33
  16. package/lib/collapse-transition/index.js +20 -14
  17. package/lib/color-picker/index.js +617 -594
  18. package/lib/components.d.ts +1 -2
  19. package/lib/components.js +1 -2
  20. package/lib/config-provider/index.js +34 -26
  21. package/lib/container/index.js +27 -21
  22. package/lib/date-picker/index.js +649 -620
  23. package/lib/dialog/index.js +101 -87
  24. package/lib/directives/index.js +445 -430
  25. package/lib/divider/index.js +21 -15
  26. package/lib/dropdown/index.js +43 -31
  27. package/lib/exception/index.js +55 -49
  28. package/lib/fixed-navbar/index.js +20 -14
  29. package/lib/form/index.js +639 -608
  30. package/lib/icon/angle-double-down-line.js +14 -12
  31. package/lib/icon/angle-double-left-line.js +14 -12
  32. package/lib/icon/angle-double-left.js +14 -12
  33. package/lib/icon/angle-double-right-line.js +14 -12
  34. package/lib/icon/angle-double-right.js +14 -12
  35. package/lib/icon/angle-double-up-line.js +14 -12
  36. package/lib/icon/angle-down-fill.js +14 -12
  37. package/lib/icon/angle-down-line.js +14 -12
  38. package/lib/icon/angle-down.js +14 -12
  39. package/lib/icon/angle-left.js +14 -12
  40. package/lib/icon/angle-right.js +14 -12
  41. package/lib/icon/angle-up-fill.js +14 -12
  42. package/lib/icon/angle-up.js +14 -12
  43. package/lib/icon/archive-fill.js +14 -12
  44. package/lib/icon/arrows-left.js +14 -12
  45. package/lib/icon/arrows-right.js +14 -12
  46. package/lib/icon/assistant.js +14 -12
  47. package/lib/icon/audio-fill.js +14 -12
  48. package/lib/icon/bk.js +14 -12
  49. package/lib/icon/circle.js +14 -12
  50. package/lib/icon/close-line.js +14 -12
  51. package/lib/icon/close.js +14 -12
  52. package/lib/icon/code.js +14 -12
  53. package/lib/icon/cog-shape.js +14 -12
  54. package/lib/icon/collapse-left.js +14 -12
  55. package/lib/icon/copy-shape.js +14 -12
  56. package/lib/icon/copy.js +14 -12
  57. package/lib/icon/data-shape.js +14 -12
  58. package/lib/icon/del.js +14 -12
  59. package/lib/icon/doc-fill.js +14 -12
  60. package/lib/icon/done.js +14 -12
  61. package/lib/icon/down-shape.js +14 -12
  62. package/lib/icon/down-small.js +14 -12
  63. package/lib/icon/edit-line.js +14 -12
  64. package/lib/icon/ellipsis.js +14 -12
  65. package/lib/icon/enlarge-line.js +14 -12
  66. package/lib/icon/error.js +14 -12
  67. package/lib/icon/excel-fill.js +14 -12
  68. package/lib/icon/exclamation-circle-shape.js +14 -12
  69. package/lib/icon/eye.js +14 -12
  70. package/lib/icon/filliscreen-line.js +14 -12
  71. package/lib/icon/fix-line.js +14 -12
  72. package/lib/icon/fix-shape.js +14 -12
  73. package/lib/icon/folder-open.js +14 -12
  74. package/lib/icon/folder-shape-open.js +14 -12
  75. package/lib/icon/folder-shape.js +14 -12
  76. package/lib/icon/folder.js +14 -12
  77. package/lib/icon/funnel.js +14 -12
  78. package/lib/icon/grag-fill.js +14 -12
  79. package/lib/icon/help-document-fill.js +14 -12
  80. package/lib/icon/help-fill.js +14 -12
  81. package/lib/icon/help.js +14 -12
  82. package/lib/icon/image-fill.js +14 -12
  83. package/lib/icon/img-error.js +14 -12
  84. package/lib/icon/img-placehoulder.js +14 -12
  85. package/lib/icon/info-line.js +14 -12
  86. package/lib/icon/info.js +14 -12
  87. package/lib/icon/left-shape.js +14 -12
  88. package/lib/icon/left-turn-line.js +14 -12
  89. package/lib/icon/loading.js +14 -12
  90. package/lib/icon/narrow-line.js +14 -12
  91. package/lib/icon/original.js +14 -12
  92. package/lib/icon/pdf-fill.js +14 -12
  93. package/lib/icon/play-shape.js +14 -12
  94. package/lib/icon/plus.js +14 -12
  95. package/lib/icon/ppt-fill.js +14 -12
  96. package/lib/icon/qq.js +14 -12
  97. package/lib/icon/right-shape.js +14 -12
  98. package/lib/icon/right-turn-line.js +14 -12
  99. package/lib/icon/search.js +14 -12
  100. package/lib/icon/share.js +14 -12
  101. package/lib/icon/spinner.js +14 -12
  102. package/lib/icon/success.js +14 -12
  103. package/lib/icon/switcher-loading.js +14 -12
  104. package/lib/icon/text-all.js +14 -12
  105. package/lib/icon/text-file.js +14 -12
  106. package/lib/icon/text-fill.js +14 -12
  107. package/lib/icon/transfer.js +14 -12
  108. package/lib/icon/tree-application-shape.js +14 -12
  109. package/lib/icon/unfull-screen.js +14 -12
  110. package/lib/icon/unvisible.js +14 -12
  111. package/lib/icon/up-shape.js +14 -12
  112. package/lib/icon/upload.js +14 -12
  113. package/lib/icon/video-fill.js +14 -12
  114. package/lib/icon/warn.js +14 -12
  115. package/lib/icon/weixin-pro.js +14 -12
  116. package/lib/icon/weixin.js +14 -12
  117. package/lib/image/index.js +342 -326
  118. package/lib/index.d.ts +0 -1
  119. package/lib/index.js +1 -2
  120. package/lib/info-box/index.js +101 -87
  121. package/lib/input/index.js +335 -323
  122. package/lib/link/index.js +26 -18
  123. package/lib/loading/index.js +25 -19
  124. package/lib/locale/index.js +3 -3
  125. package/lib/menu/index.js +40 -32
  126. package/lib/message/index.js +47 -41
  127. package/lib/modal/index.js +39 -29
  128. package/lib/navigation/index.js +27 -19
  129. package/lib/notify/index.js +37 -27
  130. package/lib/overflow-title/index.js +41 -29
  131. package/lib/pagination/index.js +62 -46
  132. package/lib/pop-confirm/index.d.ts +16 -2
  133. package/lib/pop-confirm/index.js +62 -38
  134. package/lib/pop-confirm/pop-confirm.d.ts +5 -1
  135. package/lib/popover/index.js +363 -347
  136. package/lib/popover2/index.js +14 -10
  137. package/lib/process/index.js +78 -74
  138. package/lib/progress/index.js +26 -20
  139. package/lib/radio/index.js +39 -31
  140. package/lib/rate/index.js +25 -19
  141. package/lib/resize-layout/index.js +30 -22
  142. package/lib/scrollbar/index.js +25 -25
  143. package/lib/search-select/index.js +436 -419
  144. package/lib/select/index.js +490 -453
  145. package/lib/shared/index.js +57 -49
  146. package/lib/sideslider/index.js +89 -79
  147. package/lib/slider/index.js +85 -75
  148. package/lib/steps/index.js +78 -72
  149. package/lib/swiper/index.js +24 -18
  150. package/lib/switcher/index.js +30 -22
  151. package/lib/tab/index.js +337 -323
  152. package/lib/table/index.js +565 -512
  153. package/lib/table-column/index.js +13 -9
  154. package/lib/tag/index.js +36 -26
  155. package/lib/tag-input/index.js +376 -355
  156. package/lib/time-picker/index.js +13 -9
  157. package/lib/timeline/index.js +21 -15
  158. package/lib/transfer/index.js +56 -40
  159. package/lib/tree/index.js +100 -76
  160. package/lib/upload/index.js +584 -572
  161. package/lib/virtual-render/index.js +55 -43
  162. package/package.json +1 -1
  163. package/lib/plugin-popover/index.d.ts +0 -27
  164. package/lib/plugin-popover/index.js +0 -65
  165. package/lib/plugins/index.d.ts +0 -1
  166. package/lib/plugins/index.js +0 -64
@@ -1,6 +1,6 @@
1
1
  import "../styles/reset.css";
2
2
  import "./color-picker.less";
3
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
3
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
4
4
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
6
6
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
@@ -12,7 +12,181 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_date_picker_d04526d6__ from "
12
12
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 5235:
15
+ /***/ 205:
16
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
17
+
18
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
+ /* harmony export */ "default": () => (/* binding */ toPropertyKey)
20
+ /* harmony export */ });
21
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7545);
22
+ /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9824);
23
+
24
+
25
+ function toPropertyKey(t) {
26
+ var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
27
+ return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
28
+ }
29
+
30
+ /***/ }),
31
+
32
+ /***/ 592:
33
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
34
+
35
+ var x = (y) => {
36
+ var x = {}; __webpack_require__.d(x, y); return x
37
+ }
38
+ var y = (x) => (() => (x))
39
+ module.exports = x({ ["$bkPopover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover) });
40
+
41
+ /***/ }),
42
+
43
+ /***/ 1043:
44
+ /***/ ((module) => {
45
+
46
+ /**
47
+ * Copyright (c) 2015, Facebook, Inc.
48
+ * All rights reserved.
49
+ *
50
+ * This source code is licensed under the BSD-style license found in the
51
+ * LICENSE file in the root directory of this source tree. An additional grant
52
+ * of patent rights can be found in the PATENTS file in the same directory.
53
+ *
54
+ * @providesModule ExecutionEnvironment
55
+ */
56
+
57
+ /*jslint evil: true */
58
+
59
+
60
+
61
+ var canUseDOM = !!(
62
+ typeof window !== 'undefined' &&
63
+ window.document &&
64
+ window.document.createElement
65
+ );
66
+
67
+ /**
68
+ * Simple, lightweight module assisting with the detection and context of
69
+ * Worker. Helps avoid circular dependencies and allows code to reason about
70
+ * whether or not they are in a Worker, even if they never include the main
71
+ * `ReactWorker` dependency.
72
+ */
73
+ var ExecutionEnvironment = {
74
+
75
+ canUseDOM: canUseDOM,
76
+
77
+ canUseWorkers: typeof Worker !== 'undefined',
78
+
79
+ canUseEventListeners:
80
+ canUseDOM && !!(window.addEventListener || window.attachEvent),
81
+
82
+ canUseViewport: canUseDOM && !!window.screen,
83
+
84
+ isInWorker: !canUseDOM // For now, this is true - might change in the future.
85
+
86
+ };
87
+
88
+ module.exports = ExecutionEnvironment;
89
+
90
+
91
+ /***/ }),
92
+
93
+ /***/ 2586:
94
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
95
+
96
+ /**
97
+ * Copyright 2013-2015, Facebook, Inc.
98
+ * All rights reserved.
99
+ *
100
+ * This source code is licensed under the BSD-style license found in the
101
+ * LICENSE file in the root directory of this source tree. An additional grant
102
+ * of patent rights can be found in the PATENTS file in the same directory.
103
+ *
104
+ * @providesModule isEventSupported
105
+ */
106
+
107
+
108
+
109
+ var ExecutionEnvironment = __webpack_require__(1043);
110
+
111
+ var useHasFeature;
112
+ if (ExecutionEnvironment.canUseDOM) {
113
+ useHasFeature =
114
+ document.implementation &&
115
+ document.implementation.hasFeature &&
116
+ // always returns true in newer browsers as per the standard.
117
+ // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
118
+ document.implementation.hasFeature('', '') !== true;
119
+ }
120
+
121
+ /**
122
+ * Checks if an event is supported in the current execution environment.
123
+ *
124
+ * NOTE: This will not work correctly for non-generic events such as `change`,
125
+ * `reset`, `load`, `error`, and `select`.
126
+ *
127
+ * Borrows from Modernizr.
128
+ *
129
+ * @param {string} eventNameSuffix Event name, e.g. "click".
130
+ * @param {?boolean} capture Check if the capture phase is supported.
131
+ * @return {boolean} True if the event is supported.
132
+ * @internal
133
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
134
+ */
135
+ function isEventSupported(eventNameSuffix, capture) {
136
+ if (!ExecutionEnvironment.canUseDOM ||
137
+ capture && !('addEventListener' in document)) {
138
+ return false;
139
+ }
140
+
141
+ var eventName = 'on' + eventNameSuffix;
142
+ var isSupported = eventName in document;
143
+
144
+ if (!isSupported) {
145
+ var element = document.createElement('div');
146
+ element.setAttribute(eventName, 'return;');
147
+ isSupported = typeof element[eventName] === 'function';
148
+ }
149
+
150
+ if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
151
+ // This is the only way to test support for the `wheel` event in IE9+.
152
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
153
+ }
154
+
155
+ return isSupported;
156
+ }
157
+
158
+ module.exports = isEventSupported;
159
+
160
+
161
+ /***/ }),
162
+
163
+ /***/ 2880:
164
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
165
+
166
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
167
+ /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
168
+ /* harmony export */ });
169
+ function _nonIterableSpread() {
170
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
171
+ }
172
+
173
+ /***/ }),
174
+
175
+ /***/ 3492:
176
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
177
+
178
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
179
+ /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
180
+ /* harmony export */ });
181
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
182
+
183
+ function _arrayWithoutHoles(arr) {
184
+ if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
185
+ }
186
+
187
+ /***/ }),
188
+
189
+ /***/ 4193:
16
190
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
17
191
 
18
192
 
@@ -23,7 +197,7 @@ __webpack_require__.d(__webpack_exports__, {
23
197
 
24
198
  // UNUSED EXPORTS: bkEllipsis, bkEllipsisInstance, bkLoading, bkTooltips, mousewheel, overflowTitle
25
199
 
26
- ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
200
+ ;// ../../packages/directives/src/clickoutside.ts
27
201
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
28
202
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
29
203
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
@@ -150,12 +324,10 @@ ClickOutside.install = function (app) {
150
324
  };
151
325
  /* harmony default export */ const clickoutside = (ClickOutside);
152
326
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
153
- var esm_typeof = __webpack_require__(6522);
154
- ;// CONCATENATED MODULE: external "../plugin-popover"
155
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
156
- var y = x => () => x
157
- const plugin_popover_namespaceObject = x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
158
- ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
327
+ var esm_typeof = __webpack_require__(7545);
328
+ // EXTERNAL MODULE: external "../popover"
329
+ var popover_ = __webpack_require__(592);
330
+ ;// ../../packages/directives/src/ellipsis.ts
159
331
 
160
332
  /*
161
333
  * Tencent is pleased to support the open source community by making
@@ -232,7 +404,7 @@ var createInstance = function createInstance(el, binding) {
232
404
  onContentMouseenter: handleContentEnter,
233
405
  onContentMouseleave: handleContentLeave
234
406
  });
235
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
407
+ instance = (0,popover_.$bkPopover)(targetOptions);
236
408
  }, 300);
237
409
  };
238
410
  var handleMouseLeave = function handleMouseLeave() {
@@ -266,9 +438,9 @@ var ellipsis = {
266
438
  };
267
439
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
268
440
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
269
- var normalize_wheel = __webpack_require__(2439);
441
+ var normalize_wheel = __webpack_require__(8283);
270
442
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
271
- ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
443
+ ;// ../../packages/directives/src/mousewheel.ts
272
444
  /*
273
445
  * Tencent is pleased to support the open source community by making
274
446
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -311,18 +483,20 @@ var mousewheel = {
311
483
  };
312
484
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
313
485
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
314
- var defineProperty = __webpack_require__(6666);
486
+ var defineProperty = __webpack_require__(4586);
315
487
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
316
- var toConsumableArray = __webpack_require__(7930);
488
+ var toConsumableArray = __webpack_require__(5153);
317
489
  // EXTERNAL MODULE: external "vue"
318
- var external_vue_ = __webpack_require__(6609);
490
+ var external_vue_ = __webpack_require__(5286);
319
491
  // EXTERNAL MODULE: external "../shared"
320
- var shared_ = __webpack_require__(9253);
321
- ;// CONCATENATED MODULE: external "@popperjs/core"
322
- var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
323
- var core_y = x => () => x
324
- const core_namespaceObject = core_x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
325
- ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
492
+ var shared_ = __webpack_require__(5166);
493
+ ;// external "@popperjs/core"
494
+ var x = (y) => {
495
+ var x = {}; __webpack_require__.d(x, y); return x
496
+ }
497
+ var y = (x) => (() => (x))
498
+ const core_namespaceObject = x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
499
+ ;// ../../packages/directives/src/tooltips.ts
326
500
 
327
501
 
328
502
 
@@ -614,15 +788,19 @@ function hide(el) {
614
788
  }
615
789
  }
616
790
  /* harmony default export */ const src_tooltips = ((/* unused pure expression or super */ null && (tooltips)));
617
- ;// CONCATENATED MODULE: external "../loading"
618
- var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
619
- var external_loading_y = x => () => x
791
+ ;// external "../loading"
792
+ var external_loading_x = (y) => {
793
+ var x = {}; __webpack_require__.d(x, y); return x
794
+ }
795
+ var external_loading_y = (x) => (() => (x))
620
796
  const external_loading_namespaceObject = external_loading_x({ });
621
- ;// CONCATENATED MODULE: external "../overflow-title"
622
- var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
623
- var external_overflow_title_y = x => () => x
797
+ ;// external "../overflow-title"
798
+ var external_overflow_title_x = (y) => {
799
+ var x = {}; __webpack_require__.d(x, y); return x
800
+ }
801
+ var external_overflow_title_y = (x) => (() => (x))
624
802
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
625
- ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
803
+ ;// ../../packages/directives/src/index.ts
626
804
  /*
627
805
  * Tencent is pleased to support the open source community by making
628
806
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -658,16 +836,45 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
658
836
 
659
837
  /***/ }),
660
838
 
661
- /***/ 2439:
662
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
839
+ /***/ 4430:
840
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
841
+
842
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
843
+ /* harmony export */ "default": () => (/* binding */ _iterableToArray)
844
+ /* harmony export */ });
845
+ function _iterableToArray(iter) {
846
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
847
+ }
663
848
 
664
- module.exports = __webpack_require__(2527);
849
+ /***/ }),
850
+
851
+ /***/ 4586:
852
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
853
+
854
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
855
+ /* harmony export */ "default": () => (/* binding */ _defineProperty)
856
+ /* harmony export */ });
857
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(205);
665
858
 
859
+ function _defineProperty(obj, key, value) {
860
+ key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
861
+ if (key in obj) {
862
+ Object.defineProperty(obj, key, {
863
+ value: value,
864
+ enumerable: true,
865
+ configurable: true,
866
+ writable: true
867
+ });
868
+ } else {
869
+ obj[key] = value;
870
+ }
871
+ return obj;
872
+ }
666
873
 
667
874
  /***/ }),
668
875
 
669
- /***/ 7430:
670
- /***/ ((module) => {
876
+ /***/ 5022:
877
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
671
878
 
672
879
  /**
673
880
  * Copyright (c) 2015, Facebook, Inc.
@@ -677,447 +884,38 @@ module.exports = __webpack_require__(2527);
677
884
  * LICENSE file in the root directory of this source tree. An additional grant
678
885
  * of patent rights can be found in the PATENTS file in the same directory.
679
886
  *
680
- * @providesModule ExecutionEnvironment
681
- */
682
-
683
- /*jslint evil: true */
684
-
685
-
686
-
687
- var canUseDOM = !!(
688
- typeof window !== 'undefined' &&
689
- window.document &&
690
- window.document.createElement
691
- );
692
-
693
- /**
694
- * Simple, lightweight module assisting with the detection and context of
695
- * Worker. Helps avoid circular dependencies and allows code to reason about
696
- * whether or not they are in a Worker, even if they never include the main
697
- * `ReactWorker` dependency.
887
+ * @providesModule normalizeWheel
888
+ * @typechecks
698
889
  */
699
- var ExecutionEnvironment = {
700
-
701
- canUseDOM: canUseDOM,
702
-
703
- canUseWorkers: typeof Worker !== 'undefined',
704
890
 
705
- canUseEventListeners:
706
- canUseDOM && !!(window.addEventListener || window.attachEvent),
707
-
708
- canUseViewport: canUseDOM && !!window.screen,
709
891
 
710
- isInWorker: !canUseDOM // For now, this is true - might change in the future.
711
-
712
- };
713
892
 
714
- module.exports = ExecutionEnvironment;
893
+ var UserAgent_DEPRECATED = __webpack_require__(7416);
715
894
 
895
+ var isEventSupported = __webpack_require__(2586);
716
896
 
717
- /***/ }),
718
897
 
719
- /***/ 6377:
720
- /***/ ((module) => {
898
+ // Reasonable defaults
899
+ var PIXEL_STEP = 10;
900
+ var LINE_HEIGHT = 40;
901
+ var PAGE_HEIGHT = 800;
721
902
 
722
903
  /**
723
- * Copyright 2004-present Facebook. All Rights Reserved.
904
+ * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
905
+ * complicated, thus this doc is long and (hopefully) detailed enough to answer
906
+ * your questions.
724
907
  *
725
- * @providesModule UserAgent_DEPRECATED
726
- */
727
-
728
- /**
729
- * Provides entirely client-side User Agent and OS detection. You should prefer
730
- * the non-deprecated UserAgent module when possible, which exposes our
731
- * authoritative server-side PHP-based detection to the client.
908
+ * If you need to react to the mouse wheel in a predictable way, this code is
909
+ * like your bestest friend. * hugs *
732
910
  *
733
- * Usage is straightforward:
911
+ * As of today, there are 4 DOM event types you can listen to:
734
912
  *
735
- * if (UserAgent_DEPRECATED.ie()) {
736
- * // IE
737
- * }
913
+ * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
914
+ * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
915
+ * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
916
+ * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
738
917
  *
739
- * You can also do version checks:
740
- *
741
- * if (UserAgent_DEPRECATED.ie() >= 7) {
742
- * // IE7 or better
743
- * }
744
- *
745
- * The browser functions will return NaN if the browser does not match, so
746
- * you can also do version compares the other way:
747
- *
748
- * if (UserAgent_DEPRECATED.ie() < 7) {
749
- * // IE6 or worse
750
- * }
751
- *
752
- * Note that the version is a float and may include a minor version number,
753
- * so you should always use range operators to perform comparisons, not
754
- * strict equality.
755
- *
756
- * **Note:** You should **strongly** prefer capability detection to browser
757
- * version detection where it's reasonable:
758
- *
759
- * http://www.quirksmode.org/js/support.html
760
- *
761
- * Further, we have a large number of mature wrapper functions and classes
762
- * which abstract away many browser irregularities. Check the documentation,
763
- * grep for things, or ask on javascript@lists.facebook.com before writing yet
764
- * another copy of "event || window.event".
765
- *
766
- */
767
-
768
- var _populated = false;
769
-
770
- // Browsers
771
- var _ie, _firefox, _opera, _webkit, _chrome;
772
-
773
- // Actual IE browser for compatibility mode
774
- var _ie_real_version;
775
-
776
- // Platforms
777
- var _osx, _windows, _linux, _android;
778
-
779
- // Architectures
780
- var _win64;
781
-
782
- // Devices
783
- var _iphone, _ipad, _native;
784
-
785
- var _mobile;
786
-
787
- function _populate() {
788
- if (_populated) {
789
- return;
790
- }
791
-
792
- _populated = true;
793
-
794
- // To work around buggy JS libraries that can't handle multi-digit
795
- // version numbers, Opera 10's user agent string claims it's Opera
796
- // 9, then later includes a Version/X.Y field:
797
- //
798
- // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
799
- var uas = navigator.userAgent;
800
- var agent = /(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(uas);
801
- var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
802
-
803
- _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
804
- _ipad = /\b(iP[ao]d)/.exec(uas);
805
- _android = /Android/i.exec(uas);
806
- _native = /FBAN\/\w+;/i.exec(uas);
807
- _mobile = /Mobile/i.exec(uas);
808
-
809
- // Note that the IE team blog would have you believe you should be checking
810
- // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
811
- // from either x64 or ia64; so ultimately, you should just check for Win64
812
- // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
813
- // Windows will send 'WOW64' instead.
814
- _win64 = !!(/Win64/.exec(uas));
815
-
816
- if (agent) {
817
- _ie = agent[1] ? parseFloat(agent[1]) : (
818
- agent[5] ? parseFloat(agent[5]) : NaN);
819
- // IE compatibility mode
820
- if (_ie && document && document.documentMode) {
821
- _ie = document.documentMode;
822
- }
823
- // grab the "true" ie version from the trident token if available
824
- var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
825
- _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
826
-
827
- _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
828
- _opera = agent[3] ? parseFloat(agent[3]) : NaN;
829
- _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
830
- if (_webkit) {
831
- // We do not add the regexp to the above test, because it will always
832
- // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
833
- // the userAgent string.
834
- agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
835
- _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
836
- } else {
837
- _chrome = NaN;
838
- }
839
- } else {
840
- _ie = _firefox = _opera = _chrome = _webkit = NaN;
841
- }
842
-
843
- if (os) {
844
- if (os[1]) {
845
- // Detect OS X version. If no version number matches, set _osx to true.
846
- // Version examples: 10, 10_6_1, 10.7
847
- // Parses version number as a float, taking only first two sets of
848
- // digits. If only one set of digits is found, returns just the major
849
- // version number.
850
- var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
851
-
852
- _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
853
- } else {
854
- _osx = false;
855
- }
856
- _windows = !!os[2];
857
- _linux = !!os[3];
858
- } else {
859
- _osx = _windows = _linux = false;
860
- }
861
- }
862
-
863
- var UserAgent_DEPRECATED = {
864
-
865
- /**
866
- * Check if the UA is Internet Explorer.
867
- *
868
- *
869
- * @return float|NaN Version number (if match) or NaN.
870
- */
871
- ie: function() {
872
- return _populate() || _ie;
873
- },
874
-
875
- /**
876
- * Check if we're in Internet Explorer compatibility mode.
877
- *
878
- * @return bool true if in compatibility mode, false if
879
- * not compatibility mode or not ie
880
- */
881
- ieCompatibilityMode: function() {
882
- return _populate() || (_ie_real_version > _ie);
883
- },
884
-
885
-
886
- /**
887
- * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
888
- * only need this because Skype can't handle 64-bit IE yet. We need to remove
889
- * this when we don't need it -- tracked by #601957.
890
- */
891
- ie64: function() {
892
- return UserAgent_DEPRECATED.ie() && _win64;
893
- },
894
-
895
- /**
896
- * Check if the UA is Firefox.
897
- *
898
- *
899
- * @return float|NaN Version number (if match) or NaN.
900
- */
901
- firefox: function() {
902
- return _populate() || _firefox;
903
- },
904
-
905
-
906
- /**
907
- * Check if the UA is Opera.
908
- *
909
- *
910
- * @return float|NaN Version number (if match) or NaN.
911
- */
912
- opera: function() {
913
- return _populate() || _opera;
914
- },
915
-
916
-
917
- /**
918
- * Check if the UA is WebKit.
919
- *
920
- *
921
- * @return float|NaN Version number (if match) or NaN.
922
- */
923
- webkit: function() {
924
- return _populate() || _webkit;
925
- },
926
-
927
- /**
928
- * For Push
929
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
930
- */
931
- safari: function() {
932
- return UserAgent_DEPRECATED.webkit();
933
- },
934
-
935
- /**
936
- * Check if the UA is a Chrome browser.
937
- *
938
- *
939
- * @return float|NaN Version number (if match) or NaN.
940
- */
941
- chrome : function() {
942
- return _populate() || _chrome;
943
- },
944
-
945
-
946
- /**
947
- * Check if the user is running Windows.
948
- *
949
- * @return bool `true' if the user's OS is Windows.
950
- */
951
- windows: function() {
952
- return _populate() || _windows;
953
- },
954
-
955
-
956
- /**
957
- * Check if the user is running Mac OS X.
958
- *
959
- * @return float|bool Returns a float if a version number is detected,
960
- * otherwise true/false.
961
- */
962
- osx: function() {
963
- return _populate() || _osx;
964
- },
965
-
966
- /**
967
- * Check if the user is running Linux.
968
- *
969
- * @return bool `true' if the user's OS is some flavor of Linux.
970
- */
971
- linux: function() {
972
- return _populate() || _linux;
973
- },
974
-
975
- /**
976
- * Check if the user is running on an iPhone or iPod platform.
977
- *
978
- * @return bool `true' if the user is running some flavor of the
979
- * iPhone OS.
980
- */
981
- iphone: function() {
982
- return _populate() || _iphone;
983
- },
984
-
985
- mobile: function() {
986
- return _populate() || (_iphone || _ipad || _android || _mobile);
987
- },
988
-
989
- nativeApp: function() {
990
- // webviews inside of the native apps
991
- return _populate() || _native;
992
- },
993
-
994
- android: function() {
995
- return _populate() || _android;
996
- },
997
-
998
- ipad: function() {
999
- return _populate() || _ipad;
1000
- }
1001
- };
1002
-
1003
- module.exports = UserAgent_DEPRECATED;
1004
-
1005
-
1006
- /***/ }),
1007
-
1008
- /***/ 3541:
1009
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1010
-
1011
- /**
1012
- * Copyright 2013-2015, Facebook, Inc.
1013
- * All rights reserved.
1014
- *
1015
- * This source code is licensed under the BSD-style license found in the
1016
- * LICENSE file in the root directory of this source tree. An additional grant
1017
- * of patent rights can be found in the PATENTS file in the same directory.
1018
- *
1019
- * @providesModule isEventSupported
1020
- */
1021
-
1022
-
1023
-
1024
- var ExecutionEnvironment = __webpack_require__(7430);
1025
-
1026
- var useHasFeature;
1027
- if (ExecutionEnvironment.canUseDOM) {
1028
- useHasFeature =
1029
- document.implementation &&
1030
- document.implementation.hasFeature &&
1031
- // always returns true in newer browsers as per the standard.
1032
- // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
1033
- document.implementation.hasFeature('', '') !== true;
1034
- }
1035
-
1036
- /**
1037
- * Checks if an event is supported in the current execution environment.
1038
- *
1039
- * NOTE: This will not work correctly for non-generic events such as `change`,
1040
- * `reset`, `load`, `error`, and `select`.
1041
- *
1042
- * Borrows from Modernizr.
1043
- *
1044
- * @param {string} eventNameSuffix Event name, e.g. "click".
1045
- * @param {?boolean} capture Check if the capture phase is supported.
1046
- * @return {boolean} True if the event is supported.
1047
- * @internal
1048
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
1049
- */
1050
- function isEventSupported(eventNameSuffix, capture) {
1051
- if (!ExecutionEnvironment.canUseDOM ||
1052
- capture && !('addEventListener' in document)) {
1053
- return false;
1054
- }
1055
-
1056
- var eventName = 'on' + eventNameSuffix;
1057
- var isSupported = eventName in document;
1058
-
1059
- if (!isSupported) {
1060
- var element = document.createElement('div');
1061
- element.setAttribute(eventName, 'return;');
1062
- isSupported = typeof element[eventName] === 'function';
1063
- }
1064
-
1065
- if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
1066
- // This is the only way to test support for the `wheel` event in IE9+.
1067
- isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
1068
- }
1069
-
1070
- return isSupported;
1071
- }
1072
-
1073
- module.exports = isEventSupported;
1074
-
1075
-
1076
- /***/ }),
1077
-
1078
- /***/ 2527:
1079
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1080
-
1081
- /**
1082
- * Copyright (c) 2015, Facebook, Inc.
1083
- * All rights reserved.
1084
- *
1085
- * This source code is licensed under the BSD-style license found in the
1086
- * LICENSE file in the root directory of this source tree. An additional grant
1087
- * of patent rights can be found in the PATENTS file in the same directory.
1088
- *
1089
- * @providesModule normalizeWheel
1090
- * @typechecks
1091
- */
1092
-
1093
-
1094
-
1095
- var UserAgent_DEPRECATED = __webpack_require__(6377);
1096
-
1097
- var isEventSupported = __webpack_require__(3541);
1098
-
1099
-
1100
- // Reasonable defaults
1101
- var PIXEL_STEP = 10;
1102
- var LINE_HEIGHT = 40;
1103
- var PAGE_HEIGHT = 800;
1104
-
1105
- /**
1106
- * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
1107
- * complicated, thus this doc is long and (hopefully) detailed enough to answer
1108
- * your questions.
1109
- *
1110
- * If you need to react to the mouse wheel in a predictable way, this code is
1111
- * like your bestest friend. * hugs *
1112
- *
1113
- * As of today, there are 4 DOM event types you can listen to:
1114
- *
1115
- * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
1116
- * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
1117
- * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
1118
- * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
1119
- *
1120
- * So what to do? The is the best:
918
+ * So what to do? The is the best:
1121
919
  *
1122
920
  * normalizeWheel.getEventType();
1123
921
  *
@@ -1263,25 +1061,49 @@ module.exports = normalizeWheel;
1263
1061
 
1264
1062
  /***/ }),
1265
1063
 
1266
- /***/ 9253:
1064
+ /***/ 5153:
1065
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1066
+
1067
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1068
+ /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1069
+ /* harmony export */ });
1070
+ /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3492);
1071
+ /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4430);
1072
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7985);
1073
+ /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2880);
1074
+
1075
+
1076
+
1077
+
1078
+ function _toConsumableArray(arr) {
1079
+ return (0,_arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr) || (0,_iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__["default"])(arr) || (0,_unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__["default"])(arr) || (0,_nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__["default"])();
1080
+ }
1081
+
1082
+ /***/ }),
1083
+
1084
+ /***/ 5166:
1267
1085
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1268
1086
 
1269
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1270
- var y = x => () => x
1271
- module.exports = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName, ["useFormItem"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
1087
+ var x = (y) => {
1088
+ var x = {}; __webpack_require__.d(x, y); return x
1089
+ }
1090
+ var y = (x) => (() => (x))
1091
+ module.exports = x({ ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["classes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName), ["useFormItem"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem), ["withInstall"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall) });
1272
1092
 
1273
1093
  /***/ }),
1274
1094
 
1275
- /***/ 6609:
1095
+ /***/ 5286:
1276
1096
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1277
1097
 
1278
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1279
- var y = x => () => x
1280
- module.exports = x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["Transition"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Transition, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeMount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeMount, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["vShow"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.vShow, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
1098
+ var x = (y) => {
1099
+ var x = {}; __webpack_require__.d(x, y); return x
1100
+ }
1101
+ var y = (x) => (() => (x))
1102
+ module.exports = x({ ["Fragment"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.Fragment), ["Transition"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.Transition), ["computed"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.computed), ["createVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createVNode), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent), ["h"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.h), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["onBeforeMount"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onBeforeMount), ["reactive"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.reactive), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render), ["resolveDirective"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective), ["vShow"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.vShow), ["watch"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watch), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
1281
1103
 
1282
1104
  /***/ }),
1283
1105
 
1284
- /***/ 926:
1106
+ /***/ 6284:
1285
1107
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1286
1108
 
1287
1109
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1295,128 +1117,296 @@ function _arrayLikeToArray(arr, len) {
1295
1117
 
1296
1118
  /***/ }),
1297
1119
 
1298
- /***/ 74:
1299
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1120
+ /***/ 7416:
1121
+ /***/ ((module) => {
1300
1122
 
1301
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1302
- /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
1303
- /* harmony export */ });
1304
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1123
+ /**
1124
+ * Copyright 2004-present Facebook. All Rights Reserved.
1125
+ *
1126
+ * @providesModule UserAgent_DEPRECATED
1127
+ */
1305
1128
 
1306
- function _arrayWithoutHoles(arr) {
1307
- if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
1308
- }
1129
+ /**
1130
+ * Provides entirely client-side User Agent and OS detection. You should prefer
1131
+ * the non-deprecated UserAgent module when possible, which exposes our
1132
+ * authoritative server-side PHP-based detection to the client.
1133
+ *
1134
+ * Usage is straightforward:
1135
+ *
1136
+ * if (UserAgent_DEPRECATED.ie()) {
1137
+ * // IE
1138
+ * }
1139
+ *
1140
+ * You can also do version checks:
1141
+ *
1142
+ * if (UserAgent_DEPRECATED.ie() >= 7) {
1143
+ * // IE7 or better
1144
+ * }
1145
+ *
1146
+ * The browser functions will return NaN if the browser does not match, so
1147
+ * you can also do version compares the other way:
1148
+ *
1149
+ * if (UserAgent_DEPRECATED.ie() < 7) {
1150
+ * // IE6 or worse
1151
+ * }
1152
+ *
1153
+ * Note that the version is a float and may include a minor version number,
1154
+ * so you should always use range operators to perform comparisons, not
1155
+ * strict equality.
1156
+ *
1157
+ * **Note:** You should **strongly** prefer capability detection to browser
1158
+ * version detection where it's reasonable:
1159
+ *
1160
+ * http://www.quirksmode.org/js/support.html
1161
+ *
1162
+ * Further, we have a large number of mature wrapper functions and classes
1163
+ * which abstract away many browser irregularities. Check the documentation,
1164
+ * grep for things, or ask on javascript@lists.facebook.com before writing yet
1165
+ * another copy of "event || window.event".
1166
+ *
1167
+ */
1168
+
1169
+ var _populated = false;
1170
+
1171
+ // Browsers
1172
+ var _ie, _firefox, _opera, _webkit, _chrome;
1173
+
1174
+ // Actual IE browser for compatibility mode
1175
+ var _ie_real_version;
1176
+
1177
+ // Platforms
1178
+ var _osx, _windows, _linux, _android;
1179
+
1180
+ // Architectures
1181
+ var _win64;
1182
+
1183
+ // Devices
1184
+ var _iphone, _ipad, _native;
1185
+
1186
+ var _mobile;
1187
+
1188
+ function _populate() {
1189
+ if (_populated) {
1190
+ return;
1191
+ }
1192
+
1193
+ _populated = true;
1194
+
1195
+ // To work around buggy JS libraries that can't handle multi-digit
1196
+ // version numbers, Opera 10's user agent string claims it's Opera
1197
+ // 9, then later includes a Version/X.Y field:
1198
+ //
1199
+ // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
1200
+ var uas = navigator.userAgent;
1201
+ var agent = /(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(uas);
1202
+ var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
1203
+
1204
+ _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
1205
+ _ipad = /\b(iP[ao]d)/.exec(uas);
1206
+ _android = /Android/i.exec(uas);
1207
+ _native = /FBAN\/\w+;/i.exec(uas);
1208
+ _mobile = /Mobile/i.exec(uas);
1209
+
1210
+ // Note that the IE team blog would have you believe you should be checking
1211
+ // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
1212
+ // from either x64 or ia64; so ultimately, you should just check for Win64
1213
+ // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
1214
+ // Windows will send 'WOW64' instead.
1215
+ _win64 = !!(/Win64/.exec(uas));
1309
1216
 
1310
- /***/ }),
1217
+ if (agent) {
1218
+ _ie = agent[1] ? parseFloat(agent[1]) : (
1219
+ agent[5] ? parseFloat(agent[5]) : NaN);
1220
+ // IE compatibility mode
1221
+ if (_ie && document && document.documentMode) {
1222
+ _ie = document.documentMode;
1223
+ }
1224
+ // grab the "true" ie version from the trident token if available
1225
+ var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
1226
+ _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
1311
1227
 
1312
- /***/ 6666:
1313
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1228
+ _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
1229
+ _opera = agent[3] ? parseFloat(agent[3]) : NaN;
1230
+ _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
1231
+ if (_webkit) {
1232
+ // We do not add the regexp to the above test, because it will always
1233
+ // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
1234
+ // the userAgent string.
1235
+ agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
1236
+ _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
1237
+ } else {
1238
+ _chrome = NaN;
1239
+ }
1240
+ } else {
1241
+ _ie = _firefox = _opera = _chrome = _webkit = NaN;
1242
+ }
1314
1243
 
1315
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1316
- /* harmony export */ "default": () => (/* binding */ _defineProperty)
1317
- /* harmony export */ });
1318
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
1244
+ if (os) {
1245
+ if (os[1]) {
1246
+ // Detect OS X version. If no version number matches, set _osx to true.
1247
+ // Version examples: 10, 10_6_1, 10.7
1248
+ // Parses version number as a float, taking only first two sets of
1249
+ // digits. If only one set of digits is found, returns just the major
1250
+ // version number.
1251
+ var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
1319
1252
 
1320
- function _defineProperty(obj, key, value) {
1321
- key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
1322
- if (key in obj) {
1323
- Object.defineProperty(obj, key, {
1324
- value: value,
1325
- enumerable: true,
1326
- configurable: true,
1327
- writable: true
1328
- });
1253
+ _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
1254
+ } else {
1255
+ _osx = false;
1256
+ }
1257
+ _windows = !!os[2];
1258
+ _linux = !!os[3];
1329
1259
  } else {
1330
- obj[key] = value;
1260
+ _osx = _windows = _linux = false;
1331
1261
  }
1332
- return obj;
1333
1262
  }
1334
1263
 
1335
- /***/ }),
1264
+ var UserAgent_DEPRECATED = {
1336
1265
 
1337
- /***/ 1079:
1338
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1266
+ /**
1267
+ * Check if the UA is Internet Explorer.
1268
+ *
1269
+ *
1270
+ * @return float|NaN Version number (if match) or NaN.
1271
+ */
1272
+ ie: function() {
1273
+ return _populate() || _ie;
1274
+ },
1339
1275
 
1340
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1341
- /* harmony export */ "default": () => (/* binding */ _iterableToArray)
1342
- /* harmony export */ });
1343
- function _iterableToArray(iter) {
1344
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1345
- }
1276
+ /**
1277
+ * Check if we're in Internet Explorer compatibility mode.
1278
+ *
1279
+ * @return bool true if in compatibility mode, false if
1280
+ * not compatibility mode or not ie
1281
+ */
1282
+ ieCompatibilityMode: function() {
1283
+ return _populate() || (_ie_real_version > _ie);
1284
+ },
1346
1285
 
1347
- /***/ }),
1348
1286
 
1349
- /***/ 6098:
1350
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1287
+ /**
1288
+ * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
1289
+ * only need this because Skype can't handle 64-bit IE yet. We need to remove
1290
+ * this when we don't need it -- tracked by #601957.
1291
+ */
1292
+ ie64: function() {
1293
+ return UserAgent_DEPRECATED.ie() && _win64;
1294
+ },
1351
1295
 
1352
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1353
- /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
1354
- /* harmony export */ });
1355
- function _nonIterableSpread() {
1356
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1357
- }
1296
+ /**
1297
+ * Check if the UA is Firefox.
1298
+ *
1299
+ *
1300
+ * @return float|NaN Version number (if match) or NaN.
1301
+ */
1302
+ firefox: function() {
1303
+ return _populate() || _firefox;
1304
+ },
1358
1305
 
1359
- /***/ }),
1360
1306
 
1361
- /***/ 7930:
1362
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1307
+ /**
1308
+ * Check if the UA is Opera.
1309
+ *
1310
+ *
1311
+ * @return float|NaN Version number (if match) or NaN.
1312
+ */
1313
+ opera: function() {
1314
+ return _populate() || _opera;
1315
+ },
1363
1316
 
1364
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1365
- /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1366
- /* harmony export */ });
1367
- /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
1368
- /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1079);
1369
- /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9147);
1370
- /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6098);
1371
1317
 
1318
+ /**
1319
+ * Check if the UA is WebKit.
1320
+ *
1321
+ *
1322
+ * @return float|NaN Version number (if match) or NaN.
1323
+ */
1324
+ webkit: function() {
1325
+ return _populate() || _webkit;
1326
+ },
1327
+
1328
+ /**
1329
+ * For Push
1330
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
1331
+ */
1332
+ safari: function() {
1333
+ return UserAgent_DEPRECATED.webkit();
1334
+ },
1372
1335
 
1336
+ /**
1337
+ * Check if the UA is a Chrome browser.
1338
+ *
1339
+ *
1340
+ * @return float|NaN Version number (if match) or NaN.
1341
+ */
1342
+ chrome : function() {
1343
+ return _populate() || _chrome;
1344
+ },
1373
1345
 
1374
1346
 
1375
- function _toConsumableArray(arr) {
1376
- return (0,_arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr) || (0,_iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__["default"])(arr) || (0,_unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__["default"])(arr) || (0,_nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__["default"])();
1377
- }
1347
+ /**
1348
+ * Check if the user is running Windows.
1349
+ *
1350
+ * @return bool `true' if the user's OS is Windows.
1351
+ */
1352
+ windows: function() {
1353
+ return _populate() || _windows;
1354
+ },
1378
1355
 
1379
- /***/ }),
1380
1356
 
1381
- /***/ 9745:
1382
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1357
+ /**
1358
+ * Check if the user is running Mac OS X.
1359
+ *
1360
+ * @return float|bool Returns a float if a version number is detected,
1361
+ * otherwise true/false.
1362
+ */
1363
+ osx: function() {
1364
+ return _populate() || _osx;
1365
+ },
1383
1366
 
1384
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1385
- /* harmony export */ "default": () => (/* binding */ toPrimitive)
1386
- /* harmony export */ });
1387
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6522);
1367
+ /**
1368
+ * Check if the user is running Linux.
1369
+ *
1370
+ * @return bool `true' if the user's OS is some flavor of Linux.
1371
+ */
1372
+ linux: function() {
1373
+ return _populate() || _linux;
1374
+ },
1388
1375
 
1389
- function toPrimitive(t, r) {
1390
- if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
1391
- var e = t[Symbol.toPrimitive];
1392
- if (void 0 !== e) {
1393
- var i = e.call(t, r || "default");
1394
- if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
1395
- throw new TypeError("@@toPrimitive must return a primitive value.");
1396
- }
1397
- return ("string" === r ? String : Number)(t);
1398
- }
1376
+ /**
1377
+ * Check if the user is running on an iPhone or iPod platform.
1378
+ *
1379
+ * @return bool `true' if the user is running some flavor of the
1380
+ * iPhone OS.
1381
+ */
1382
+ iphone: function() {
1383
+ return _populate() || _iphone;
1384
+ },
1399
1385
 
1400
- /***/ }),
1386
+ mobile: function() {
1387
+ return _populate() || (_iphone || _ipad || _android || _mobile);
1388
+ },
1401
1389
 
1402
- /***/ 3795:
1403
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1390
+ nativeApp: function() {
1391
+ // webviews inside of the native apps
1392
+ return _populate() || _native;
1393
+ },
1404
1394
 
1405
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1406
- /* harmony export */ "default": () => (/* binding */ toPropertyKey)
1407
- /* harmony export */ });
1408
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6522);
1409
- /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9745);
1395
+ android: function() {
1396
+ return _populate() || _android;
1397
+ },
1398
+
1399
+ ipad: function() {
1400
+ return _populate() || _ipad;
1401
+ }
1402
+ };
1410
1403
 
1404
+ module.exports = UserAgent_DEPRECATED;
1411
1405
 
1412
- function toPropertyKey(t) {
1413
- var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
1414
- return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
1415
- }
1416
1406
 
1417
1407
  /***/ }),
1418
1408
 
1419
- /***/ 6522:
1409
+ /***/ 7545:
1420
1410
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1421
1411
 
1422
1412
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1434,13 +1424,13 @@ function _typeof(o) {
1434
1424
 
1435
1425
  /***/ }),
1436
1426
 
1437
- /***/ 9147:
1427
+ /***/ 7985:
1438
1428
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1439
1429
 
1440
1430
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1441
1431
  /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1442
1432
  /* harmony export */ });
1443
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1433
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
1444
1434
 
1445
1435
  function _unsupportedIterableToArray(o, minLen) {
1446
1436
  if (!o) return;
@@ -1451,6 +1441,35 @@ function _unsupportedIterableToArray(o, minLen) {
1451
1441
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1452
1442
  }
1453
1443
 
1444
+ /***/ }),
1445
+
1446
+ /***/ 8283:
1447
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1448
+
1449
+ module.exports = __webpack_require__(5022);
1450
+
1451
+
1452
+ /***/ }),
1453
+
1454
+ /***/ 9824:
1455
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1456
+
1457
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1458
+ /* harmony export */ "default": () => (/* binding */ toPrimitive)
1459
+ /* harmony export */ });
1460
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7545);
1461
+
1462
+ function toPrimitive(t, r) {
1463
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
1464
+ var e = t[Symbol.toPrimitive];
1465
+ if (void 0 !== e) {
1466
+ var i = e.call(t, r || "default");
1467
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
1468
+ throw new TypeError("@@toPrimitive must return a primitive value.");
1469
+ }
1470
+ return ("string" === r ? String : Number)(t);
1471
+ }
1472
+
1454
1473
  /***/ })
1455
1474
 
1456
1475
  /******/ });
@@ -1511,8 +1530,6 @@ function _unsupportedIterableToArray(o, minLen) {
1511
1530
  /******/
1512
1531
  /************************************************************************/
1513
1532
  var __webpack_exports__ = {};
1514
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
1515
- (() => {
1516
1533
 
1517
1534
  // EXPORTS
1518
1535
  __webpack_require__.d(__webpack_exports__, {
@@ -1520,30 +1537,38 @@ __webpack_require__.d(__webpack_exports__, {
1520
1537
  });
1521
1538
 
1522
1539
  // EXTERNAL MODULE: external "../shared"
1523
- var shared_ = __webpack_require__(9253);
1540
+ var shared_ = __webpack_require__(5166);
1524
1541
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1525
- var defineProperty = __webpack_require__(6666);
1542
+ var defineProperty = __webpack_require__(4586);
1526
1543
  // EXTERNAL MODULE: external "vue"
1527
- var external_vue_ = __webpack_require__(6609);
1528
- ;// CONCATENATED MODULE: external "vue-types"
1529
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1530
- var y = x => () => x
1531
- const external_vue_types_namespaceObject = x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
1532
- ;// CONCATENATED MODULE: external "../config-provider"
1533
- var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1534
- var config_provider_y = x => () => x
1535
- const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
1536
- ;// CONCATENATED MODULE: external "../date-picker"
1537
- var date_picker_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1538
- var date_picker_y = x => () => x
1539
- const date_picker_namespaceObject = date_picker_x({ ["PickerDropdown"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_date_picker_d04526d6__.PickerDropdown });
1540
- // EXTERNAL MODULE: ../../packages/directives/src/index.ts + 8 modules
1541
- var src = __webpack_require__(5235);
1542
- ;// CONCATENATED MODULE: external "../icon"
1543
- var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1544
- var icon_y = x => () => x
1545
- const icon_namespaceObject = icon_x({ ["AngleUp"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleUp });
1546
- ;// CONCATENATED MODULE: ../../node_modules/tinycolor2/esm/tinycolor.js
1544
+ var external_vue_ = __webpack_require__(5286);
1545
+ ;// external "vue-types"
1546
+ var x = (y) => {
1547
+ var x = {}; __webpack_require__.d(x, y); return x
1548
+ }
1549
+ var y = (x) => (() => (x))
1550
+ const external_vue_types_namespaceObject = x({ ["toType"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType) });
1551
+ ;// external "../config-provider"
1552
+ var config_provider_x = (y) => {
1553
+ var x = {}; __webpack_require__.d(x, y); return x
1554
+ }
1555
+ var config_provider_y = (x) => (() => (x))
1556
+ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
1557
+ ;// external "../date-picker"
1558
+ var date_picker_x = (y) => {
1559
+ var x = {}; __webpack_require__.d(x, y); return x
1560
+ }
1561
+ var date_picker_y = (x) => (() => (x))
1562
+ const date_picker_namespaceObject = date_picker_x({ ["PickerDropdown"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_date_picker_d04526d6__.PickerDropdown) });
1563
+ // EXTERNAL MODULE: ../../packages/directives/src/index.ts + 7 modules
1564
+ var src = __webpack_require__(4193);
1565
+ ;// external "../icon"
1566
+ var icon_x = (y) => {
1567
+ var x = {}; __webpack_require__.d(x, y); return x
1568
+ }
1569
+ var icon_y = (x) => (() => (x))
1570
+ const icon_namespaceObject = icon_x({ ["AngleUp"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleUp) });
1571
+ ;// ../../node_modules/tinycolor2/esm/tinycolor.js
1547
1572
  // This file is autogenerated. It's used to publish ESM to npm.
1548
1573
  function _typeof(obj) {
1549
1574
  "@babel/helpers - typeof";
@@ -2725,7 +2750,7 @@ function validateWCAG2Parms(parms) {
2725
2750
 
2726
2751
 
2727
2752
 
2728
- ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/input-container.tsx
2753
+ ;// ../../packages/color-picker/src/components/input-container.tsx
2729
2754
 
2730
2755
  /*
2731
2756
  * Tencent is pleased to support the open source community by making
@@ -2795,7 +2820,7 @@ var inputContainerProps = {
2795
2820
  };
2796
2821
  }
2797
2822
  }));
2798
- ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/color-input.tsx
2823
+ ;// ../../packages/color-picker/src/components/color-input.tsx
2799
2824
 
2800
2825
  /*
2801
2826
  * Tencent is pleased to support the open source community by making
@@ -2964,7 +2989,7 @@ var colorPickerProps = {
2964
2989
  };
2965
2990
  }
2966
2991
  }));
2967
- ;// CONCATENATED MODULE: ../../packages/color-picker/src/utils.ts
2992
+ ;// ../../packages/color-picker/src/utils.ts
2968
2993
  /*
2969
2994
  * Tencent is pleased to support the open source community by making
2970
2995
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3070,7 +3095,7 @@ var toRGBAString = function toRGBAString(rgba) {
3070
3095
  a = rgba.a;
3071
3096
  return "rgba(".concat([r, g, b, a].join(','), ")");
3072
3097
  };
3073
- ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/hue-slider.tsx
3098
+ ;// ../../packages/color-picker/src/components/hue-slider.tsx
3074
3099
 
3075
3100
  /*
3076
3101
  * Tencent is pleased to support the open source community by making
@@ -3208,7 +3233,7 @@ var hue_slider_colorPickerProps = {
3208
3233
  };
3209
3234
  }
3210
3235
  }));
3211
- ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/recommend-colors.tsx
3236
+ ;// ../../packages/color-picker/src/components/recommend-colors.tsx
3212
3237
 
3213
3238
 
3214
3239
  /*
@@ -3360,7 +3385,7 @@ var recommend_colors_colorPickerProps = {
3360
3385
  };
3361
3386
  }
3362
3387
  }));
3363
- ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/saturation-panel.tsx
3388
+ ;// ../../packages/color-picker/src/components/saturation-panel.tsx
3364
3389
 
3365
3390
  /*
3366
3391
  * Tencent is pleased to support the open source community by making
@@ -3512,7 +3537,7 @@ var saturation_panel_colorPickerProps = {
3512
3537
  };
3513
3538
  }
3514
3539
  }));
3515
- ;// CONCATENATED MODULE: ../../packages/color-picker/src/color-picker.tsx
3540
+ ;// ../../packages/color-picker/src/color-picker.tsx
3516
3541
 
3517
3542
 
3518
3543
  /*
@@ -3825,7 +3850,7 @@ var whiteColorObj = formatColor('#FFFFFF');
3825
3850
  };
3826
3851
  }
3827
3852
  }));
3828
- ;// CONCATENATED MODULE: ../../packages/color-picker/src/index.ts
3853
+ ;// ../../packages/color-picker/src/index.ts
3829
3854
  /*
3830
3855
  * Tencent is pleased to support the open source community by making
3831
3856
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3855,7 +3880,5 @@ var whiteColorObj = formatColor('#FFFFFF');
3855
3880
 
3856
3881
  var BkColorPicker = (0,shared_.withInstall)(color_picker);
3857
3882
  /* harmony default export */ const color_picker_src = (BkColorPicker);
3858
- })();
3859
-
3860
3883
  var __webpack_exports__default = __webpack_exports__["default"];
3861
3884
  export { __webpack_exports__default as default };