bkui-vue 2.0.2-beta.1 → 2.0.2-beta.2

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 (159) hide show
  1. package/dist/index.cjs.js +1 -1
  2. package/dist/index.esm.js +1 -1
  3. package/dist/index.umd.js +1 -1
  4. package/lib/affix/index.js +22 -30
  5. package/lib/alert/index.js +22 -30
  6. package/lib/animate-number/index.js +10 -14
  7. package/lib/backtop/index.js +22 -32
  8. package/lib/badge/index.js +18 -24
  9. package/lib/breadcrumb/index.js +23 -31
  10. package/lib/button/index.js +26 -36
  11. package/lib/card/index.js +33 -47
  12. package/lib/cascader/index.js +619 -649
  13. package/lib/checkbox/index.js +34 -44
  14. package/lib/code-diff/index.js +79 -83
  15. package/lib/collapse/index.js +33 -39
  16. package/lib/collapse-transition/index.js +14 -20
  17. package/lib/color-picker/index.js +596 -612
  18. package/lib/config-provider/index.js +26 -34
  19. package/lib/container/index.js +21 -27
  20. package/lib/date-picker/index.js +622 -644
  21. package/lib/dialog/index.js +87 -101
  22. package/lib/directives/index.js +429 -437
  23. package/lib/divider/index.js +15 -21
  24. package/lib/dropdown/index.js +31 -43
  25. package/lib/exception/index.js +49 -55
  26. package/lib/fixed-navbar/index.js +14 -20
  27. package/lib/form/index.js +610 -634
  28. package/lib/icon/angle-double-down-line.js +12 -14
  29. package/lib/icon/angle-double-left-line.js +12 -14
  30. package/lib/icon/angle-double-left.js +12 -14
  31. package/lib/icon/angle-double-right-line.js +12 -14
  32. package/lib/icon/angle-double-right.js +12 -14
  33. package/lib/icon/angle-double-up-line.js +12 -14
  34. package/lib/icon/angle-down-fill.js +12 -14
  35. package/lib/icon/angle-down-line.js +12 -14
  36. package/lib/icon/angle-down.js +12 -14
  37. package/lib/icon/angle-left.js +12 -14
  38. package/lib/icon/angle-right.js +12 -14
  39. package/lib/icon/angle-up-fill.js +12 -14
  40. package/lib/icon/angle-up.js +12 -14
  41. package/lib/icon/archive-fill.js +12 -14
  42. package/lib/icon/arrows-left.js +12 -14
  43. package/lib/icon/arrows-right.js +12 -14
  44. package/lib/icon/assistant.js +12 -14
  45. package/lib/icon/audio-fill.js +12 -14
  46. package/lib/icon/bk.js +12 -14
  47. package/lib/icon/circle.js +12 -14
  48. package/lib/icon/close-line.js +12 -14
  49. package/lib/icon/close.js +12 -14
  50. package/lib/icon/code.js +12 -14
  51. package/lib/icon/cog-shape.js +12 -14
  52. package/lib/icon/collapse-left.js +12 -14
  53. package/lib/icon/copy-shape.js +12 -14
  54. package/lib/icon/copy.js +12 -14
  55. package/lib/icon/data-shape.js +12 -14
  56. package/lib/icon/del.js +12 -14
  57. package/lib/icon/doc-fill.js +12 -14
  58. package/lib/icon/done.js +12 -14
  59. package/lib/icon/down-shape.js +12 -14
  60. package/lib/icon/down-small.js +12 -14
  61. package/lib/icon/edit-line.js +12 -14
  62. package/lib/icon/ellipsis.js +12 -14
  63. package/lib/icon/enlarge-line.js +12 -14
  64. package/lib/icon/error.js +12 -14
  65. package/lib/icon/excel-fill.js +12 -14
  66. package/lib/icon/exclamation-circle-shape.js +12 -14
  67. package/lib/icon/eye.js +12 -14
  68. package/lib/icon/filliscreen-line.js +12 -14
  69. package/lib/icon/fix-line.js +12 -14
  70. package/lib/icon/fix-shape.js +12 -14
  71. package/lib/icon/folder-open.js +12 -14
  72. package/lib/icon/folder-shape-open.js +12 -14
  73. package/lib/icon/folder-shape.js +12 -14
  74. package/lib/icon/folder.js +12 -14
  75. package/lib/icon/funnel.js +12 -14
  76. package/lib/icon/grag-fill.js +12 -14
  77. package/lib/icon/help-document-fill.js +12 -14
  78. package/lib/icon/help-fill.js +12 -14
  79. package/lib/icon/help.js +12 -14
  80. package/lib/icon/image-fill.js +12 -14
  81. package/lib/icon/img-error.js +12 -14
  82. package/lib/icon/img-placehoulder.js +12 -14
  83. package/lib/icon/info-line.js +12 -14
  84. package/lib/icon/info.js +12 -14
  85. package/lib/icon/left-shape.js +12 -14
  86. package/lib/icon/left-turn-line.js +12 -14
  87. package/lib/icon/loading.js +12 -14
  88. package/lib/icon/narrow-line.js +12 -14
  89. package/lib/icon/original.js +12 -14
  90. package/lib/icon/pdf-fill.js +12 -14
  91. package/lib/icon/play-shape.js +12 -14
  92. package/lib/icon/plus.js +12 -14
  93. package/lib/icon/ppt-fill.js +12 -14
  94. package/lib/icon/qq.js +12 -14
  95. package/lib/icon/right-shape.js +12 -14
  96. package/lib/icon/right-turn-line.js +12 -14
  97. package/lib/icon/search.js +12 -14
  98. package/lib/icon/share.js +12 -14
  99. package/lib/icon/spinner.js +12 -14
  100. package/lib/icon/success.js +12 -14
  101. package/lib/icon/switcher-loading.js +12 -14
  102. package/lib/icon/text-all.js +12 -14
  103. package/lib/icon/text-file.js +12 -14
  104. package/lib/icon/text-fill.js +12 -14
  105. package/lib/icon/transfer.js +12 -14
  106. package/lib/icon/tree-application-shape.js +12 -14
  107. package/lib/icon/unfull-screen.js +12 -14
  108. package/lib/icon/unvisible.js +12 -14
  109. package/lib/icon/up-shape.js +12 -14
  110. package/lib/icon/upload.js +12 -14
  111. package/lib/icon/video-fill.js +12 -14
  112. package/lib/icon/warn.js +12 -14
  113. package/lib/icon/weixin-pro.js +12 -14
  114. package/lib/icon/weixin.js +12 -14
  115. package/lib/image/index.js +324 -340
  116. package/lib/index.js +1 -1
  117. package/lib/info-box/index.js +87 -101
  118. package/lib/input/index.js +321 -333
  119. package/lib/link/index.js +18 -26
  120. package/lib/loading/index.js +19 -25
  121. package/lib/locale/index.js +3 -3
  122. package/lib/menu/index.js +32 -40
  123. package/lib/message/index.js +41 -47
  124. package/lib/modal/index.js +29 -39
  125. package/lib/navigation/index.js +19 -27
  126. package/lib/notify/index.js +27 -37
  127. package/lib/overflow-title/index.js +29 -41
  128. package/lib/pagination/index.js +46 -62
  129. package/lib/plugin-popover/index.js +5 -7
  130. package/lib/plugins/index.js +5 -7
  131. package/lib/pop-confirm/index.js +33 -49
  132. package/lib/popover/index.js +345 -361
  133. package/lib/popover2/index.js +10 -14
  134. package/lib/process/index.js +74 -78
  135. package/lib/progress/index.js +20 -26
  136. package/lib/radio/index.js +31 -39
  137. package/lib/rate/index.js +19 -25
  138. package/lib/resize-layout/index.js +22 -30
  139. package/lib/scrollbar/index.js +25 -25
  140. package/lib/search-select/index.js +513 -537
  141. package/lib/select/index.js +547 -591
  142. package/lib/shared/index.js +49 -57
  143. package/lib/sideslider/index.js +79 -89
  144. package/lib/slider/index.js +75 -85
  145. package/lib/steps/index.js +72 -78
  146. package/lib/swiper/index.js +18 -24
  147. package/lib/switcher/index.js +22 -30
  148. package/lib/tab/index.js +321 -335
  149. package/lib/table/index.js +606 -666
  150. package/lib/table-column/index.js +9 -13
  151. package/lib/tag/index.js +26 -36
  152. package/lib/tag-input/index.js +352 -380
  153. package/lib/time-picker/index.js +9 -13
  154. package/lib/timeline/index.js +15 -21
  155. package/lib/transfer/index.js +40 -56
  156. package/lib/tree/index.js +76 -100
  157. package/lib/upload/index.js +562 -574
  158. package/lib/virtual-render/index.js +43 -55
  159. package/package.json +1 -1
package/lib/form/index.js CHANGED
@@ -16,207 +16,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_lodash_isDate_b457317b__ from "lodash/isDa
16
16
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_isEmpty_e109fd6b__ from "lodash/isEmpty";
17
17
  /******/ var __webpack_modules__ = ({
18
18
 
19
- /***/ 205:
20
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
21
-
22
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
23
- /* harmony export */ "default": () => (/* binding */ toPropertyKey)
24
- /* harmony export */ });
25
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7545);
26
- /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9824);
27
-
28
-
29
- function toPropertyKey(t) {
30
- var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
31
- return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
32
- }
33
-
34
- /***/ }),
35
-
36
- /***/ 1043:
37
- /***/ ((module) => {
38
-
39
- /**
40
- * Copyright (c) 2015, Facebook, Inc.
41
- * All rights reserved.
42
- *
43
- * This source code is licensed under the BSD-style license found in the
44
- * LICENSE file in the root directory of this source tree. An additional grant
45
- * of patent rights can be found in the PATENTS file in the same directory.
46
- *
47
- * @providesModule ExecutionEnvironment
48
- */
49
-
50
- /*jslint evil: true */
51
-
52
-
53
-
54
- var canUseDOM = !!(
55
- typeof window !== 'undefined' &&
56
- window.document &&
57
- window.document.createElement
58
- );
59
-
60
- /**
61
- * Simple, lightweight module assisting with the detection and context of
62
- * Worker. Helps avoid circular dependencies and allows code to reason about
63
- * whether or not they are in a Worker, even if they never include the main
64
- * `ReactWorker` dependency.
65
- */
66
- var ExecutionEnvironment = {
67
-
68
- canUseDOM: canUseDOM,
69
-
70
- canUseWorkers: typeof Worker !== 'undefined',
71
-
72
- canUseEventListeners:
73
- canUseDOM && !!(window.addEventListener || window.attachEvent),
74
-
75
- canUseViewport: canUseDOM && !!window.screen,
76
-
77
- isInWorker: !canUseDOM // For now, this is true - might change in the future.
78
-
79
- };
80
-
81
- module.exports = ExecutionEnvironment;
82
-
83
-
84
- /***/ }),
85
-
86
- /***/ 2586:
87
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
88
-
89
- /**
90
- * Copyright 2013-2015, Facebook, Inc.
91
- * All rights reserved.
92
- *
93
- * This source code is licensed under the BSD-style license found in the
94
- * LICENSE file in the root directory of this source tree. An additional grant
95
- * of patent rights can be found in the PATENTS file in the same directory.
96
- *
97
- * @providesModule isEventSupported
98
- */
99
-
100
-
101
-
102
- var ExecutionEnvironment = __webpack_require__(1043);
103
-
104
- var useHasFeature;
105
- if (ExecutionEnvironment.canUseDOM) {
106
- useHasFeature =
107
- document.implementation &&
108
- document.implementation.hasFeature &&
109
- // always returns true in newer browsers as per the standard.
110
- // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
111
- document.implementation.hasFeature('', '') !== true;
112
- }
113
-
114
- /**
115
- * Checks if an event is supported in the current execution environment.
116
- *
117
- * NOTE: This will not work correctly for non-generic events such as `change`,
118
- * `reset`, `load`, `error`, and `select`.
119
- *
120
- * Borrows from Modernizr.
121
- *
122
- * @param {string} eventNameSuffix Event name, e.g. "click".
123
- * @param {?boolean} capture Check if the capture phase is supported.
124
- * @return {boolean} True if the event is supported.
125
- * @internal
126
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
127
- */
128
- function isEventSupported(eventNameSuffix, capture) {
129
- if (!ExecutionEnvironment.canUseDOM ||
130
- capture && !('addEventListener' in document)) {
131
- return false;
132
- }
133
-
134
- var eventName = 'on' + eventNameSuffix;
135
- var isSupported = eventName in document;
136
-
137
- if (!isSupported) {
138
- var element = document.createElement('div');
139
- element.setAttribute(eventName, 'return;');
140
- isSupported = typeof element[eventName] === 'function';
141
- }
142
-
143
- if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
144
- // This is the only way to test support for the `wheel` event in IE9+.
145
- isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
146
- }
147
-
148
- return isSupported;
149
- }
150
-
151
- module.exports = isEventSupported;
152
-
153
-
154
- /***/ }),
155
-
156
- /***/ 2880:
157
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
158
-
159
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
160
- /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
161
- /* harmony export */ });
162
- function _nonIterableSpread() {
163
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
164
- }
165
-
166
- /***/ }),
167
-
168
- /***/ 3492:
169
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
170
-
171
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
172
- /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
173
- /* harmony export */ });
174
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
175
-
176
- function _arrayWithoutHoles(arr) {
177
- if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
178
- }
179
-
180
- /***/ }),
181
-
182
- /***/ 4430:
183
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
184
-
185
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
186
- /* harmony export */ "default": () => (/* binding */ _iterableToArray)
187
- /* harmony export */ });
188
- function _iterableToArray(iter) {
189
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
190
- }
191
-
192
- /***/ }),
193
-
194
- /***/ 4586:
195
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
196
-
197
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
198
- /* harmony export */ "default": () => (/* binding */ _defineProperty)
199
- /* harmony export */ });
200
- /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(205);
201
-
202
- function _defineProperty(obj, key, value) {
203
- key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
204
- if (key in obj) {
205
- Object.defineProperty(obj, key, {
206
- value: value,
207
- enumerable: true,
208
- configurable: true,
209
- writable: true
210
- });
211
- } else {
212
- obj[key] = value;
213
- }
214
- return obj;
215
- }
216
-
217
- /***/ }),
218
-
219
- /***/ 4923:
19
+ /***/ 5235:
220
20
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
221
21
 
222
22
 
@@ -227,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
227
27
 
228
28
  // UNUSED EXPORTS: bkEllipsis, bkEllipsisInstance, bkLoading, clickoutside, mousewheel, overflowTitle
229
29
 
230
- ;// ../../packages/directives/src/clickoutside.ts
30
+ ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
231
31
  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; } } }; }
232
32
  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); }
233
33
  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; }
@@ -354,14 +154,12 @@ ClickOutside.install = function (app) {
354
154
  };
355
155
  /* harmony default export */ const clickoutside = ((/* unused pure expression or super */ null && (ClickOutside)));
356
156
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
357
- var esm_typeof = __webpack_require__(7545);
358
- ;// external "../plugin-popover"
359
- var x = (y) => {
360
- var x = {}; __webpack_require__.d(x, y); return x
361
- }
362
- var y = (x) => (() => (x))
363
- const plugin_popover_namespaceObject = x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"]) });
364
- ;// ../../packages/directives/src/ellipsis.ts
157
+ var esm_typeof = __webpack_require__(6522);
158
+ ;// CONCATENATED MODULE: external "../plugin-popover"
159
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
160
+ var y = x => () => x
161
+ const plugin_popover_namespaceObject = x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
162
+ ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
365
163
 
366
164
  /*
367
165
  * Tencent is pleased to support the open source community by making
@@ -472,9 +270,9 @@ var ellipsis = {
472
270
  };
473
271
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
474
272
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
475
- var normalize_wheel = __webpack_require__(8283);
273
+ var normalize_wheel = __webpack_require__(2439);
476
274
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
477
- ;// ../../packages/directives/src/mousewheel.ts
275
+ ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
478
276
  /*
479
277
  * Tencent is pleased to support the open source community by making
480
278
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -517,20 +315,18 @@ var mousewheel = {
517
315
  };
518
316
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
519
317
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
520
- var defineProperty = __webpack_require__(4586);
318
+ var defineProperty = __webpack_require__(6666);
521
319
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
522
- var toConsumableArray = __webpack_require__(5153);
320
+ var toConsumableArray = __webpack_require__(7930);
523
321
  // EXTERNAL MODULE: external "vue"
524
- var external_vue_ = __webpack_require__(5286);
322
+ var external_vue_ = __webpack_require__(6609);
525
323
  // EXTERNAL MODULE: external "../shared"
526
- var shared_ = __webpack_require__(5166);
527
- ;// external "@popperjs/core"
528
- var core_x = (y) => {
529
- var x = {}; __webpack_require__.d(x, y); return x
530
- }
531
- var core_y = (x) => (() => (x))
532
- const core_namespaceObject = core_x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
533
- ;// ../../packages/directives/src/tooltips.ts
324
+ var shared_ = __webpack_require__(9253);
325
+ ;// CONCATENATED MODULE: external "@popperjs/core"
326
+ var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
327
+ var core_y = x => () => x
328
+ const core_namespaceObject = core_x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
329
+ ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
534
330
 
535
331
 
536
332
 
@@ -822,19 +618,15 @@ function hide(el) {
822
618
  }
823
619
  }
824
620
  /* harmony default export */ const src_tooltips = (tooltips);
825
- ;// external "../loading"
826
- var external_loading_x = (y) => {
827
- var x = {}; __webpack_require__.d(x, y); return x
828
- }
829
- var external_loading_y = (x) => (() => (x))
621
+ ;// CONCATENATED MODULE: external "../loading"
622
+ var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
623
+ var external_loading_y = x => () => x
830
624
  const external_loading_namespaceObject = external_loading_x({ });
831
- ;// external "../overflow-title"
832
- var external_overflow_title_x = (y) => {
833
- var x = {}; __webpack_require__.d(x, y); return x
834
- }
835
- var external_overflow_title_y = (x) => (() => (x))
625
+ ;// CONCATENATED MODULE: external "../overflow-title"
626
+ var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
627
+ var external_overflow_title_y = x => () => x
836
628
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
837
- ;// ../../packages/directives/src/index.ts
629
+ ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
838
630
  /*
839
631
  * Tencent is pleased to support the open source community by making
840
632
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -870,9 +662,17 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
870
662
 
871
663
  /***/ }),
872
664
 
873
- /***/ 5022:
665
+ /***/ 2439:
874
666
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
875
667
 
668
+ module.exports = __webpack_require__(2527);
669
+
670
+
671
+ /***/ }),
672
+
673
+ /***/ 7430:
674
+ /***/ ((module) => {
675
+
876
676
  /**
877
677
  * Copyright (c) 2015, Facebook, Inc.
878
678
  * All rights reserved.
@@ -881,38 +681,447 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
881
681
  * LICENSE file in the root directory of this source tree. An additional grant
882
682
  * of patent rights can be found in the PATENTS file in the same directory.
883
683
  *
884
- * @providesModule normalizeWheel
885
- * @typechecks
684
+ * @providesModule ExecutionEnvironment
886
685
  */
887
686
 
687
+ /*jslint evil: true */
688
+
689
+
690
+
691
+ var canUseDOM = !!(
692
+ typeof window !== 'undefined' &&
693
+ window.document &&
694
+ window.document.createElement
695
+ );
696
+
697
+ /**
698
+ * Simple, lightweight module assisting with the detection and context of
699
+ * Worker. Helps avoid circular dependencies and allows code to reason about
700
+ * whether or not they are in a Worker, even if they never include the main
701
+ * `ReactWorker` dependency.
702
+ */
703
+ var ExecutionEnvironment = {
888
704
 
705
+ canUseDOM: canUseDOM,
889
706
 
890
- var UserAgent_DEPRECATED = __webpack_require__(7416);
707
+ canUseWorkers: typeof Worker !== 'undefined',
891
708
 
892
- var isEventSupported = __webpack_require__(2586);
709
+ canUseEventListeners:
710
+ canUseDOM && !!(window.addEventListener || window.attachEvent),
893
711
 
712
+ canUseViewport: canUseDOM && !!window.screen,
894
713
 
895
- // Reasonable defaults
896
- var PIXEL_STEP = 10;
897
- var LINE_HEIGHT = 40;
898
- var PAGE_HEIGHT = 800;
714
+ isInWorker: !canUseDOM // For now, this is true - might change in the future.
715
+
716
+ };
717
+
718
+ module.exports = ExecutionEnvironment;
719
+
720
+
721
+ /***/ }),
722
+
723
+ /***/ 6377:
724
+ /***/ ((module) => {
899
725
 
900
726
  /**
901
- * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
902
- * complicated, thus this doc is long and (hopefully) detailed enough to answer
903
- * your questions.
727
+ * Copyright 2004-present Facebook. All Rights Reserved.
904
728
  *
905
- * If you need to react to the mouse wheel in a predictable way, this code is
906
- * like your bestest friend. * hugs *
729
+ * @providesModule UserAgent_DEPRECATED
730
+ */
731
+
732
+ /**
733
+ * Provides entirely client-side User Agent and OS detection. You should prefer
734
+ * the non-deprecated UserAgent module when possible, which exposes our
735
+ * authoritative server-side PHP-based detection to the client.
907
736
  *
908
- * As of today, there are 4 DOM event types you can listen to:
737
+ * Usage is straightforward:
909
738
  *
910
- * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
911
- * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
912
- * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
913
- * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
739
+ * if (UserAgent_DEPRECATED.ie()) {
740
+ * // IE
741
+ * }
914
742
  *
915
- * So what to do? The is the best:
743
+ * You can also do version checks:
744
+ *
745
+ * if (UserAgent_DEPRECATED.ie() >= 7) {
746
+ * // IE7 or better
747
+ * }
748
+ *
749
+ * The browser functions will return NaN if the browser does not match, so
750
+ * you can also do version compares the other way:
751
+ *
752
+ * if (UserAgent_DEPRECATED.ie() < 7) {
753
+ * // IE6 or worse
754
+ * }
755
+ *
756
+ * Note that the version is a float and may include a minor version number,
757
+ * so you should always use range operators to perform comparisons, not
758
+ * strict equality.
759
+ *
760
+ * **Note:** You should **strongly** prefer capability detection to browser
761
+ * version detection where it's reasonable:
762
+ *
763
+ * http://www.quirksmode.org/js/support.html
764
+ *
765
+ * Further, we have a large number of mature wrapper functions and classes
766
+ * which abstract away many browser irregularities. Check the documentation,
767
+ * grep for things, or ask on javascript@lists.facebook.com before writing yet
768
+ * another copy of "event || window.event".
769
+ *
770
+ */
771
+
772
+ var _populated = false;
773
+
774
+ // Browsers
775
+ var _ie, _firefox, _opera, _webkit, _chrome;
776
+
777
+ // Actual IE browser for compatibility mode
778
+ var _ie_real_version;
779
+
780
+ // Platforms
781
+ var _osx, _windows, _linux, _android;
782
+
783
+ // Architectures
784
+ var _win64;
785
+
786
+ // Devices
787
+ var _iphone, _ipad, _native;
788
+
789
+ var _mobile;
790
+
791
+ function _populate() {
792
+ if (_populated) {
793
+ return;
794
+ }
795
+
796
+ _populated = true;
797
+
798
+ // To work around buggy JS libraries that can't handle multi-digit
799
+ // version numbers, Opera 10's user agent string claims it's Opera
800
+ // 9, then later includes a Version/X.Y field:
801
+ //
802
+ // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
803
+ var uas = navigator.userAgent;
804
+ 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);
805
+ var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
806
+
807
+ _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
808
+ _ipad = /\b(iP[ao]d)/.exec(uas);
809
+ _android = /Android/i.exec(uas);
810
+ _native = /FBAN\/\w+;/i.exec(uas);
811
+ _mobile = /Mobile/i.exec(uas);
812
+
813
+ // Note that the IE team blog would have you believe you should be checking
814
+ // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
815
+ // from either x64 or ia64; so ultimately, you should just check for Win64
816
+ // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
817
+ // Windows will send 'WOW64' instead.
818
+ _win64 = !!(/Win64/.exec(uas));
819
+
820
+ if (agent) {
821
+ _ie = agent[1] ? parseFloat(agent[1]) : (
822
+ agent[5] ? parseFloat(agent[5]) : NaN);
823
+ // IE compatibility mode
824
+ if (_ie && document && document.documentMode) {
825
+ _ie = document.documentMode;
826
+ }
827
+ // grab the "true" ie version from the trident token if available
828
+ var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
829
+ _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
830
+
831
+ _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
832
+ _opera = agent[3] ? parseFloat(agent[3]) : NaN;
833
+ _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
834
+ if (_webkit) {
835
+ // We do not add the regexp to the above test, because it will always
836
+ // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
837
+ // the userAgent string.
838
+ agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
839
+ _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
840
+ } else {
841
+ _chrome = NaN;
842
+ }
843
+ } else {
844
+ _ie = _firefox = _opera = _chrome = _webkit = NaN;
845
+ }
846
+
847
+ if (os) {
848
+ if (os[1]) {
849
+ // Detect OS X version. If no version number matches, set _osx to true.
850
+ // Version examples: 10, 10_6_1, 10.7
851
+ // Parses version number as a float, taking only first two sets of
852
+ // digits. If only one set of digits is found, returns just the major
853
+ // version number.
854
+ var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
855
+
856
+ _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
857
+ } else {
858
+ _osx = false;
859
+ }
860
+ _windows = !!os[2];
861
+ _linux = !!os[3];
862
+ } else {
863
+ _osx = _windows = _linux = false;
864
+ }
865
+ }
866
+
867
+ var UserAgent_DEPRECATED = {
868
+
869
+ /**
870
+ * Check if the UA is Internet Explorer.
871
+ *
872
+ *
873
+ * @return float|NaN Version number (if match) or NaN.
874
+ */
875
+ ie: function() {
876
+ return _populate() || _ie;
877
+ },
878
+
879
+ /**
880
+ * Check if we're in Internet Explorer compatibility mode.
881
+ *
882
+ * @return bool true if in compatibility mode, false if
883
+ * not compatibility mode or not ie
884
+ */
885
+ ieCompatibilityMode: function() {
886
+ return _populate() || (_ie_real_version > _ie);
887
+ },
888
+
889
+
890
+ /**
891
+ * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
892
+ * only need this because Skype can't handle 64-bit IE yet. We need to remove
893
+ * this when we don't need it -- tracked by #601957.
894
+ */
895
+ ie64: function() {
896
+ return UserAgent_DEPRECATED.ie() && _win64;
897
+ },
898
+
899
+ /**
900
+ * Check if the UA is Firefox.
901
+ *
902
+ *
903
+ * @return float|NaN Version number (if match) or NaN.
904
+ */
905
+ firefox: function() {
906
+ return _populate() || _firefox;
907
+ },
908
+
909
+
910
+ /**
911
+ * Check if the UA is Opera.
912
+ *
913
+ *
914
+ * @return float|NaN Version number (if match) or NaN.
915
+ */
916
+ opera: function() {
917
+ return _populate() || _opera;
918
+ },
919
+
920
+
921
+ /**
922
+ * Check if the UA is WebKit.
923
+ *
924
+ *
925
+ * @return float|NaN Version number (if match) or NaN.
926
+ */
927
+ webkit: function() {
928
+ return _populate() || _webkit;
929
+ },
930
+
931
+ /**
932
+ * For Push
933
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
934
+ */
935
+ safari: function() {
936
+ return UserAgent_DEPRECATED.webkit();
937
+ },
938
+
939
+ /**
940
+ * Check if the UA is a Chrome browser.
941
+ *
942
+ *
943
+ * @return float|NaN Version number (if match) or NaN.
944
+ */
945
+ chrome : function() {
946
+ return _populate() || _chrome;
947
+ },
948
+
949
+
950
+ /**
951
+ * Check if the user is running Windows.
952
+ *
953
+ * @return bool `true' if the user's OS is Windows.
954
+ */
955
+ windows: function() {
956
+ return _populate() || _windows;
957
+ },
958
+
959
+
960
+ /**
961
+ * Check if the user is running Mac OS X.
962
+ *
963
+ * @return float|bool Returns a float if a version number is detected,
964
+ * otherwise true/false.
965
+ */
966
+ osx: function() {
967
+ return _populate() || _osx;
968
+ },
969
+
970
+ /**
971
+ * Check if the user is running Linux.
972
+ *
973
+ * @return bool `true' if the user's OS is some flavor of Linux.
974
+ */
975
+ linux: function() {
976
+ return _populate() || _linux;
977
+ },
978
+
979
+ /**
980
+ * Check if the user is running on an iPhone or iPod platform.
981
+ *
982
+ * @return bool `true' if the user is running some flavor of the
983
+ * iPhone OS.
984
+ */
985
+ iphone: function() {
986
+ return _populate() || _iphone;
987
+ },
988
+
989
+ mobile: function() {
990
+ return _populate() || (_iphone || _ipad || _android || _mobile);
991
+ },
992
+
993
+ nativeApp: function() {
994
+ // webviews inside of the native apps
995
+ return _populate() || _native;
996
+ },
997
+
998
+ android: function() {
999
+ return _populate() || _android;
1000
+ },
1001
+
1002
+ ipad: function() {
1003
+ return _populate() || _ipad;
1004
+ }
1005
+ };
1006
+
1007
+ module.exports = UserAgent_DEPRECATED;
1008
+
1009
+
1010
+ /***/ }),
1011
+
1012
+ /***/ 3541:
1013
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1014
+
1015
+ /**
1016
+ * Copyright 2013-2015, Facebook, Inc.
1017
+ * All rights reserved.
1018
+ *
1019
+ * This source code is licensed under the BSD-style license found in the
1020
+ * LICENSE file in the root directory of this source tree. An additional grant
1021
+ * of patent rights can be found in the PATENTS file in the same directory.
1022
+ *
1023
+ * @providesModule isEventSupported
1024
+ */
1025
+
1026
+
1027
+
1028
+ var ExecutionEnvironment = __webpack_require__(7430);
1029
+
1030
+ var useHasFeature;
1031
+ if (ExecutionEnvironment.canUseDOM) {
1032
+ useHasFeature =
1033
+ document.implementation &&
1034
+ document.implementation.hasFeature &&
1035
+ // always returns true in newer browsers as per the standard.
1036
+ // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
1037
+ document.implementation.hasFeature('', '') !== true;
1038
+ }
1039
+
1040
+ /**
1041
+ * Checks if an event is supported in the current execution environment.
1042
+ *
1043
+ * NOTE: This will not work correctly for non-generic events such as `change`,
1044
+ * `reset`, `load`, `error`, and `select`.
1045
+ *
1046
+ * Borrows from Modernizr.
1047
+ *
1048
+ * @param {string} eventNameSuffix Event name, e.g. "click".
1049
+ * @param {?boolean} capture Check if the capture phase is supported.
1050
+ * @return {boolean} True if the event is supported.
1051
+ * @internal
1052
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
1053
+ */
1054
+ function isEventSupported(eventNameSuffix, capture) {
1055
+ if (!ExecutionEnvironment.canUseDOM ||
1056
+ capture && !('addEventListener' in document)) {
1057
+ return false;
1058
+ }
1059
+
1060
+ var eventName = 'on' + eventNameSuffix;
1061
+ var isSupported = eventName in document;
1062
+
1063
+ if (!isSupported) {
1064
+ var element = document.createElement('div');
1065
+ element.setAttribute(eventName, 'return;');
1066
+ isSupported = typeof element[eventName] === 'function';
1067
+ }
1068
+
1069
+ if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
1070
+ // This is the only way to test support for the `wheel` event in IE9+.
1071
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
1072
+ }
1073
+
1074
+ return isSupported;
1075
+ }
1076
+
1077
+ module.exports = isEventSupported;
1078
+
1079
+
1080
+ /***/ }),
1081
+
1082
+ /***/ 2527:
1083
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1084
+
1085
+ /**
1086
+ * Copyright (c) 2015, Facebook, Inc.
1087
+ * All rights reserved.
1088
+ *
1089
+ * This source code is licensed under the BSD-style license found in the
1090
+ * LICENSE file in the root directory of this source tree. An additional grant
1091
+ * of patent rights can be found in the PATENTS file in the same directory.
1092
+ *
1093
+ * @providesModule normalizeWheel
1094
+ * @typechecks
1095
+ */
1096
+
1097
+
1098
+
1099
+ var UserAgent_DEPRECATED = __webpack_require__(6377);
1100
+
1101
+ var isEventSupported = __webpack_require__(3541);
1102
+
1103
+
1104
+ // Reasonable defaults
1105
+ var PIXEL_STEP = 10;
1106
+ var LINE_HEIGHT = 40;
1107
+ var PAGE_HEIGHT = 800;
1108
+
1109
+ /**
1110
+ * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
1111
+ * complicated, thus this doc is long and (hopefully) detailed enough to answer
1112
+ * your questions.
1113
+ *
1114
+ * If you need to react to the mouse wheel in a predictable way, this code is
1115
+ * like your bestest friend. * hugs *
1116
+ *
1117
+ * As of today, there are 4 DOM event types you can listen to:
1118
+ *
1119
+ * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
1120
+ * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
1121
+ * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
1122
+ * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
1123
+ *
1124
+ * So what to do? The is the best:
916
1125
  *
917
1126
  * normalizeWheel.getEventType();
918
1127
  *
@@ -1058,49 +1267,25 @@ module.exports = normalizeWheel;
1058
1267
 
1059
1268
  /***/ }),
1060
1269
 
1061
- /***/ 5153:
1062
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1063
-
1064
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1065
- /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1066
- /* harmony export */ });
1067
- /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3492);
1068
- /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4430);
1069
- /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7985);
1070
- /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2880);
1071
-
1072
-
1073
-
1074
-
1075
- function _toConsumableArray(arr) {
1076
- 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"])();
1077
- }
1078
-
1079
- /***/ }),
1080
-
1081
- /***/ 5166:
1270
+ /***/ 9253:
1082
1271
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1083
1272
 
1084
- var x = (y) => {
1085
- var x = {}; __webpack_require__.d(x, y); return x
1086
- }
1087
- var y = (x) => (() => (x))
1088
- 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), ["formItemKey"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.formItemKey), ["formKey"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.formKey), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName), ["useForm"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useForm), ["useFormItem"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem), ["withInstallProps"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps) });
1273
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1274
+ var y = x => () => x
1275
+ 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, ["formItemKey"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.formItemKey, ["formKey"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.formKey, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName, ["useForm"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useForm, ["useFormItem"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.useFormItem, ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps });
1089
1276
 
1090
1277
  /***/ }),
1091
1278
 
1092
- /***/ 5286:
1279
+ /***/ 6609:
1093
1280
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1094
1281
 
1095
- var x = (y) => {
1096
- var x = {}; __webpack_require__.d(x, y); return x
1097
- }
1098
- var y = (x) => (() => (x))
1099
- module.exports = x({ ["computed"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.computed), ["createVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createVNode), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent), ["getCurrentInstance"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance), ["h"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.h), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["onBeforeUnmount"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount), ["onMounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onMounted), ["provide"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.provide), ["reactive"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.reactive), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render), ["resolveDirective"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective), ["toRefs"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.toRefs), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
1282
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1283
+ var y = x => () => x
1284
+ module.exports = x({ ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["getCurrentInstance"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["provide"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.provide, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["toRefs"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRefs, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
1100
1285
 
1101
1286
  /***/ }),
1102
1287
 
1103
- /***/ 6284:
1288
+ /***/ 926:
1104
1289
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1105
1290
 
1106
1291
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1114,296 +1299,128 @@ function _arrayLikeToArray(arr, len) {
1114
1299
 
1115
1300
  /***/ }),
1116
1301
 
1117
- /***/ 7416:
1118
- /***/ ((module) => {
1119
-
1120
- /**
1121
- * Copyright 2004-present Facebook. All Rights Reserved.
1122
- *
1123
- * @providesModule UserAgent_DEPRECATED
1124
- */
1125
-
1126
- /**
1127
- * Provides entirely client-side User Agent and OS detection. You should prefer
1128
- * the non-deprecated UserAgent module when possible, which exposes our
1129
- * authoritative server-side PHP-based detection to the client.
1130
- *
1131
- * Usage is straightforward:
1132
- *
1133
- * if (UserAgent_DEPRECATED.ie()) {
1134
- * // IE
1135
- * }
1136
- *
1137
- * You can also do version checks:
1138
- *
1139
- * if (UserAgent_DEPRECATED.ie() >= 7) {
1140
- * // IE7 or better
1141
- * }
1142
- *
1143
- * The browser functions will return NaN if the browser does not match, so
1144
- * you can also do version compares the other way:
1145
- *
1146
- * if (UserAgent_DEPRECATED.ie() < 7) {
1147
- * // IE6 or worse
1148
- * }
1149
- *
1150
- * Note that the version is a float and may include a minor version number,
1151
- * so you should always use range operators to perform comparisons, not
1152
- * strict equality.
1153
- *
1154
- * **Note:** You should **strongly** prefer capability detection to browser
1155
- * version detection where it's reasonable:
1156
- *
1157
- * http://www.quirksmode.org/js/support.html
1158
- *
1159
- * Further, we have a large number of mature wrapper functions and classes
1160
- * which abstract away many browser irregularities. Check the documentation,
1161
- * grep for things, or ask on javascript@lists.facebook.com before writing yet
1162
- * another copy of "event || window.event".
1163
- *
1164
- */
1165
-
1166
- var _populated = false;
1167
-
1168
- // Browsers
1169
- var _ie, _firefox, _opera, _webkit, _chrome;
1170
-
1171
- // Actual IE browser for compatibility mode
1172
- var _ie_real_version;
1173
-
1174
- // Platforms
1175
- var _osx, _windows, _linux, _android;
1176
-
1177
- // Architectures
1178
- var _win64;
1179
-
1180
- // Devices
1181
- var _iphone, _ipad, _native;
1182
-
1183
- var _mobile;
1184
-
1185
- function _populate() {
1186
- if (_populated) {
1187
- return;
1188
- }
1189
-
1190
- _populated = true;
1191
-
1192
- // To work around buggy JS libraries that can't handle multi-digit
1193
- // version numbers, Opera 10's user agent string claims it's Opera
1194
- // 9, then later includes a Version/X.Y field:
1195
- //
1196
- // Opera/9.80 (foo) Presto/2.2.15 Version/10.10
1197
- var uas = navigator.userAgent;
1198
- 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);
1199
- var os = /(Mac OS X)|(Windows)|(Linux)/.exec(uas);
1200
-
1201
- _iphone = /\b(iPhone|iP[ao]d)/.exec(uas);
1202
- _ipad = /\b(iP[ao]d)/.exec(uas);
1203
- _android = /Android/i.exec(uas);
1204
- _native = /FBAN\/\w+;/i.exec(uas);
1205
- _mobile = /Mobile/i.exec(uas);
1302
+ /***/ 74:
1303
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1206
1304
 
1207
- // Note that the IE team blog would have you believe you should be checking
1208
- // for 'Win64; x64'. But MSDN then reveals that you can actually be coming
1209
- // from either x64 or ia64; so ultimately, you should just check for Win64
1210
- // as in indicator of whether you're in 64-bit IE. 32-bit IE on 64-bit
1211
- // Windows will send 'WOW64' instead.
1212
- _win64 = !!(/Win64/.exec(uas));
1305
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1306
+ /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
1307
+ /* harmony export */ });
1308
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1213
1309
 
1214
- if (agent) {
1215
- _ie = agent[1] ? parseFloat(agent[1]) : (
1216
- agent[5] ? parseFloat(agent[5]) : NaN);
1217
- // IE compatibility mode
1218
- if (_ie && document && document.documentMode) {
1219
- _ie = document.documentMode;
1220
- }
1221
- // grab the "true" ie version from the trident token if available
1222
- var trident = /(?:Trident\/(\d+.\d+))/.exec(uas);
1223
- _ie_real_version = trident ? parseFloat(trident[1]) + 4 : _ie;
1310
+ function _arrayWithoutHoles(arr) {
1311
+ if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
1312
+ }
1224
1313
 
1225
- _firefox = agent[2] ? parseFloat(agent[2]) : NaN;
1226
- _opera = agent[3] ? parseFloat(agent[3]) : NaN;
1227
- _webkit = agent[4] ? parseFloat(agent[4]) : NaN;
1228
- if (_webkit) {
1229
- // We do not add the regexp to the above test, because it will always
1230
- // match 'safari' only since 'AppleWebKit' appears before 'Chrome' in
1231
- // the userAgent string.
1232
- agent = /(?:Chrome\/(\d+\.\d+))/.exec(uas);
1233
- _chrome = agent && agent[1] ? parseFloat(agent[1]) : NaN;
1234
- } else {
1235
- _chrome = NaN;
1236
- }
1237
- } else {
1238
- _ie = _firefox = _opera = _chrome = _webkit = NaN;
1239
- }
1314
+ /***/ }),
1240
1315
 
1241
- if (os) {
1242
- if (os[1]) {
1243
- // Detect OS X version. If no version number matches, set _osx to true.
1244
- // Version examples: 10, 10_6_1, 10.7
1245
- // Parses version number as a float, taking only first two sets of
1246
- // digits. If only one set of digits is found, returns just the major
1247
- // version number.
1248
- var ver = /(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(uas);
1316
+ /***/ 6666:
1317
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1249
1318
 
1250
- _osx = ver ? parseFloat(ver[1].replace('_', '.')) : true;
1251
- } else {
1252
- _osx = false;
1253
- }
1254
- _windows = !!os[2];
1255
- _linux = !!os[3];
1319
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1320
+ /* harmony export */ "default": () => (/* binding */ _defineProperty)
1321
+ /* harmony export */ });
1322
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
1323
+
1324
+ function _defineProperty(obj, key, value) {
1325
+ key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
1326
+ if (key in obj) {
1327
+ Object.defineProperty(obj, key, {
1328
+ value: value,
1329
+ enumerable: true,
1330
+ configurable: true,
1331
+ writable: true
1332
+ });
1256
1333
  } else {
1257
- _osx = _windows = _linux = false;
1334
+ obj[key] = value;
1258
1335
  }
1336
+ return obj;
1259
1337
  }
1260
1338
 
1261
- var UserAgent_DEPRECATED = {
1262
-
1263
- /**
1264
- * Check if the UA is Internet Explorer.
1265
- *
1266
- *
1267
- * @return float|NaN Version number (if match) or NaN.
1268
- */
1269
- ie: function() {
1270
- return _populate() || _ie;
1271
- },
1272
-
1273
- /**
1274
- * Check if we're in Internet Explorer compatibility mode.
1275
- *
1276
- * @return bool true if in compatibility mode, false if
1277
- * not compatibility mode or not ie
1278
- */
1279
- ieCompatibilityMode: function() {
1280
- return _populate() || (_ie_real_version > _ie);
1281
- },
1339
+ /***/ }),
1282
1340
 
1341
+ /***/ 1079:
1342
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1283
1343
 
1284
- /**
1285
- * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
1286
- * only need this because Skype can't handle 64-bit IE yet. We need to remove
1287
- * this when we don't need it -- tracked by #601957.
1288
- */
1289
- ie64: function() {
1290
- return UserAgent_DEPRECATED.ie() && _win64;
1291
- },
1344
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1345
+ /* harmony export */ "default": () => (/* binding */ _iterableToArray)
1346
+ /* harmony export */ });
1347
+ function _iterableToArray(iter) {
1348
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1349
+ }
1292
1350
 
1293
- /**
1294
- * Check if the UA is Firefox.
1295
- *
1296
- *
1297
- * @return float|NaN Version number (if match) or NaN.
1298
- */
1299
- firefox: function() {
1300
- return _populate() || _firefox;
1301
- },
1351
+ /***/ }),
1302
1352
 
1353
+ /***/ 6098:
1354
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1303
1355
 
1304
- /**
1305
- * Check if the UA is Opera.
1306
- *
1307
- *
1308
- * @return float|NaN Version number (if match) or NaN.
1309
- */
1310
- opera: function() {
1311
- return _populate() || _opera;
1312
- },
1356
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1357
+ /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
1358
+ /* harmony export */ });
1359
+ function _nonIterableSpread() {
1360
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1361
+ }
1313
1362
 
1363
+ /***/ }),
1314
1364
 
1315
- /**
1316
- * Check if the UA is WebKit.
1317
- *
1318
- *
1319
- * @return float|NaN Version number (if match) or NaN.
1320
- */
1321
- webkit: function() {
1322
- return _populate() || _webkit;
1323
- },
1365
+ /***/ 7930:
1366
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1324
1367
 
1325
- /**
1326
- * For Push
1327
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
1328
- */
1329
- safari: function() {
1330
- return UserAgent_DEPRECATED.webkit();
1331
- },
1368
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1369
+ /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1370
+ /* harmony export */ });
1371
+ /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
1372
+ /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1079);
1373
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9147);
1374
+ /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6098);
1332
1375
 
1333
- /**
1334
- * Check if the UA is a Chrome browser.
1335
- *
1336
- *
1337
- * @return float|NaN Version number (if match) or NaN.
1338
- */
1339
- chrome : function() {
1340
- return _populate() || _chrome;
1341
- },
1342
1376
 
1343
1377
 
1344
- /**
1345
- * Check if the user is running Windows.
1346
- *
1347
- * @return bool `true' if the user's OS is Windows.
1348
- */
1349
- windows: function() {
1350
- return _populate() || _windows;
1351
- },
1352
1378
 
1379
+ function _toConsumableArray(arr) {
1380
+ 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"])();
1381
+ }
1353
1382
 
1354
- /**
1355
- * Check if the user is running Mac OS X.
1356
- *
1357
- * @return float|bool Returns a float if a version number is detected,
1358
- * otherwise true/false.
1359
- */
1360
- osx: function() {
1361
- return _populate() || _osx;
1362
- },
1383
+ /***/ }),
1363
1384
 
1364
- /**
1365
- * Check if the user is running Linux.
1366
- *
1367
- * @return bool `true' if the user's OS is some flavor of Linux.
1368
- */
1369
- linux: function() {
1370
- return _populate() || _linux;
1371
- },
1385
+ /***/ 9745:
1386
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1372
1387
 
1373
- /**
1374
- * Check if the user is running on an iPhone or iPod platform.
1375
- *
1376
- * @return bool `true' if the user is running some flavor of the
1377
- * iPhone OS.
1378
- */
1379
- iphone: function() {
1380
- return _populate() || _iphone;
1381
- },
1388
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1389
+ /* harmony export */ "default": () => (/* binding */ toPrimitive)
1390
+ /* harmony export */ });
1391
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6522);
1382
1392
 
1383
- mobile: function() {
1384
- return _populate() || (_iphone || _ipad || _android || _mobile);
1385
- },
1393
+ function toPrimitive(t, r) {
1394
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
1395
+ var e = t[Symbol.toPrimitive];
1396
+ if (void 0 !== e) {
1397
+ var i = e.call(t, r || "default");
1398
+ if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
1399
+ throw new TypeError("@@toPrimitive must return a primitive value.");
1400
+ }
1401
+ return ("string" === r ? String : Number)(t);
1402
+ }
1386
1403
 
1387
- nativeApp: function() {
1388
- // webviews inside of the native apps
1389
- return _populate() || _native;
1390
- },
1404
+ /***/ }),
1391
1405
 
1392
- android: function() {
1393
- return _populate() || _android;
1394
- },
1406
+ /***/ 3795:
1407
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1395
1408
 
1396
- ipad: function() {
1397
- return _populate() || _ipad;
1398
- }
1399
- };
1409
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1410
+ /* harmony export */ "default": () => (/* binding */ toPropertyKey)
1411
+ /* harmony export */ });
1412
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6522);
1413
+ /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9745);
1400
1414
 
1401
- module.exports = UserAgent_DEPRECATED;
1402
1415
 
1416
+ function toPropertyKey(t) {
1417
+ var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
1418
+ return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
1419
+ }
1403
1420
 
1404
1421
  /***/ }),
1405
1422
 
1406
- /***/ 7545:
1423
+ /***/ 6522:
1407
1424
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1408
1425
 
1409
1426
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1421,13 +1438,13 @@ function _typeof(o) {
1421
1438
 
1422
1439
  /***/ }),
1423
1440
 
1424
- /***/ 7985:
1441
+ /***/ 9147:
1425
1442
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1426
1443
 
1427
1444
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1428
1445
  /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1429
1446
  /* harmony export */ });
1430
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
1447
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1431
1448
 
1432
1449
  function _unsupportedIterableToArray(o, minLen) {
1433
1450
  if (!o) return;
@@ -1438,35 +1455,6 @@ function _unsupportedIterableToArray(o, minLen) {
1438
1455
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1439
1456
  }
1440
1457
 
1441
- /***/ }),
1442
-
1443
- /***/ 8283:
1444
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1445
-
1446
- module.exports = __webpack_require__(5022);
1447
-
1448
-
1449
- /***/ }),
1450
-
1451
- /***/ 9824:
1452
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1453
-
1454
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1455
- /* harmony export */ "default": () => (/* binding */ toPrimitive)
1456
- /* harmony export */ });
1457
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7545);
1458
-
1459
- function toPrimitive(t, r) {
1460
- if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
1461
- var e = t[Symbol.toPrimitive];
1462
- if (void 0 !== e) {
1463
- var i = e.call(t, r || "default");
1464
- if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
1465
- throw new TypeError("@@toPrimitive must return a primitive value.");
1466
- }
1467
- return ("string" === r ? String : Number)(t);
1468
- }
1469
-
1470
1458
  /***/ })
1471
1459
 
1472
1460
  /******/ });
@@ -1527,6 +1515,8 @@ function toPrimitive(t, r) {
1527
1515
  /******/
1528
1516
  /************************************************************************/
1529
1517
  var __webpack_exports__ = {};
1518
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
1519
+ (() => {
1530
1520
 
1531
1521
  // EXPORTS
1532
1522
  __webpack_require__.d(__webpack_exports__, {
@@ -1540,16 +1530,14 @@ __webpack_require__.d(__webpack_exports__, {
1540
1530
  });
1541
1531
 
1542
1532
  // EXTERNAL MODULE: external "../shared"
1543
- var shared_ = __webpack_require__(5166);
1533
+ var shared_ = __webpack_require__(9253);
1544
1534
  // EXTERNAL MODULE: external "vue"
1545
- var external_vue_ = __webpack_require__(5286);
1546
- ;// external "../config-provider"
1547
- var x = (y) => {
1548
- var x = {}; __webpack_require__.d(x, y); return x
1549
- }
1550
- var y = (x) => (() => (x))
1551
- const config_provider_namespaceObject = x({ ["useLocale"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale), ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
1552
- ;// ../../packages/form/src/compose-form-item.tsx
1535
+ var external_vue_ = __webpack_require__(6609);
1536
+ ;// CONCATENATED MODULE: external "../config-provider"
1537
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1538
+ var y = x => () => x
1539
+ const config_provider_namespaceObject = x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
1540
+ ;// CONCATENATED MODULE: ../../packages/form/src/compose-form-item.tsx
1553
1541
  /*
1554
1542
  * Tencent is pleased to support the open source community by making
1555
1543
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1656,20 +1644,16 @@ var isCustomComponent = function isCustomComponent(node) {
1656
1644
  }
1657
1645
  }));
1658
1646
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1659
- var defineProperty = __webpack_require__(4586);
1660
- ;// external "lodash/isBoolean"
1661
- var isBoolean_x = (y) => {
1662
- var x = {}; __webpack_require__.d(x, y); return x
1663
- }
1664
- var isBoolean_y = (x) => (() => (x))
1665
- const isBoolean_namespaceObject = isBoolean_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isBoolean_dcb66997__["default"]) });
1666
- ;// external "lodash/isString"
1667
- var isString_x = (y) => {
1668
- var x = {}; __webpack_require__.d(x, y); return x
1669
- }
1670
- var isString_y = (x) => (() => (x))
1671
- const isString_namespaceObject = isString_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isString_e6fa8a5b__["default"]) });
1672
- ;// ../../packages/form/src/form.tsx
1647
+ var defineProperty = __webpack_require__(6666);
1648
+ ;// CONCATENATED MODULE: external "lodash/isBoolean"
1649
+ var isBoolean_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1650
+ var isBoolean_y = x => () => x
1651
+ const isBoolean_namespaceObject = isBoolean_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isBoolean_dcb66997__["default"] });
1652
+ ;// CONCATENATED MODULE: external "lodash/isString"
1653
+ var isString_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1654
+ var isString_y = x => () => x
1655
+ const isString_namespaceObject = isString_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isString_e6fa8a5b__["default"] });
1656
+ ;// CONCATENATED MODULE: ../../packages/form/src/form.tsx
1673
1657
 
1674
1658
 
1675
1659
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -1835,28 +1819,22 @@ var formEvents = {
1835
1819
  }
1836
1820
  }));
1837
1821
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1838
- var toConsumableArray = __webpack_require__(5153);
1822
+ var toConsumableArray = __webpack_require__(7930);
1839
1823
  // EXTERNAL MODULE: ../../packages/directives/src/index.ts + 8 modules
1840
- var src = __webpack_require__(4923);
1841
- ;// external "../icon"
1842
- var icon_x = (y) => {
1843
- var x = {}; __webpack_require__.d(x, y); return x
1844
- }
1845
- var icon_y = (x) => (() => (x))
1846
- const icon_namespaceObject = icon_x({ ["ExclamationCircleShape"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.ExclamationCircleShape) });
1847
- ;// external "lodash/get"
1848
- var get_x = (y) => {
1849
- var x = {}; __webpack_require__.d(x, y); return x
1850
- }
1851
- var get_y = (x) => (() => (x))
1852
- const get_namespaceObject = get_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_get_9427f899__["default"]) });
1853
- ;// external "lodash/isFunction"
1854
- var isFunction_x = (y) => {
1855
- var x = {}; __webpack_require__.d(x, y); return x
1856
- }
1857
- var isFunction_y = (x) => (() => (x))
1858
- const isFunction_namespaceObject = isFunction_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isFunction_f90b20d6__["default"]) });
1859
- ;// ../../packages/form/src/utils.ts
1824
+ var src = __webpack_require__(5235);
1825
+ ;// CONCATENATED MODULE: external "../icon"
1826
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1827
+ var icon_y = x => () => x
1828
+ const icon_namespaceObject = icon_x({ ["ExclamationCircleShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.ExclamationCircleShape });
1829
+ ;// CONCATENATED MODULE: external "lodash/get"
1830
+ var get_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1831
+ var get_y = x => () => x
1832
+ const get_namespaceObject = get_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_get_9427f899__["default"] });
1833
+ ;// CONCATENATED MODULE: external "lodash/isFunction"
1834
+ var isFunction_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1835
+ var isFunction_y = x => () => x
1836
+ const isFunction_namespaceObject = isFunction_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isFunction_f90b20d6__["default"] });
1837
+ ;// CONCATENATED MODULE: ../../packages/form/src/utils.ts
1860
1838
  /*
1861
1839
  * Tencent is pleased to support the open source community by making
1862
1840
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1888,19 +1866,15 @@ var getRuleMessage = function getRuleMessage(rule) {
1888
1866
  }
1889
1867
  return rule.message;
1890
1868
  };
1891
- ;// external "lodash/isDate"
1892
- var isDate_x = (y) => {
1893
- var x = {}; __webpack_require__.d(x, y); return x
1894
- }
1895
- var isDate_y = (x) => (() => (x))
1896
- const isDate_namespaceObject = isDate_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isDate_b457317b__["default"]) });
1897
- ;// external "lodash/isEmpty"
1898
- var isEmpty_x = (y) => {
1899
- var x = {}; __webpack_require__.d(x, y); return x
1900
- }
1901
- var isEmpty_y = (x) => (() => (x))
1902
- const isEmpty_namespaceObject = isEmpty_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isEmpty_e109fd6b__["default"]) });
1903
- ;// ../../packages/form/src/validator.ts
1869
+ ;// CONCATENATED MODULE: external "lodash/isDate"
1870
+ var isDate_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1871
+ var isDate_y = x => () => x
1872
+ const isDate_namespaceObject = isDate_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isDate_b457317b__["default"] });
1873
+ ;// CONCATENATED MODULE: external "lodash/isEmpty"
1874
+ var isEmpty_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1875
+ var isEmpty_y = x => () => x
1876
+ const isEmpty_namespaceObject = isEmpty_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isEmpty_e109fd6b__["default"] });
1877
+ ;// CONCATENATED MODULE: ../../packages/form/src/validator.ts
1904
1878
  /*
1905
1879
  * Tencent is pleased to support the open source community by making
1906
1880
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1953,7 +1927,7 @@ const isEmpty_namespaceObject = isEmpty_x({ ["default"]: () => (__WEBPACK_EXTERN
1953
1927
  return result;
1954
1928
  }
1955
1929
  });
1956
- ;// ../../packages/form/src/form-item.tsx
1930
+ ;// CONCATENATED MODULE: ../../packages/form/src/form-item.tsx
1957
1931
 
1958
1932
 
1959
1933
 
@@ -2337,7 +2311,7 @@ var isValid = function isValid(value) {
2337
2311
  }, [(_this$$slots$default = (_this$$slots2 = this.$slots)["default"]) === null || _this$$slots$default === void 0 ? void 0 : _this$$slots$default.call(_this$$slots2), renderError()])]);
2338
2312
  }
2339
2313
  }));
2340
- ;// ../../packages/form/src/index.ts
2314
+ ;// CONCATENATED MODULE: ../../packages/form/src/index.ts
2341
2315
  /*
2342
2316
  * Tencent is pleased to support the open source community by making
2343
2317
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -2374,6 +2348,8 @@ var BkForm = (0,shared_.withInstallProps)(src_form, {
2374
2348
  });
2375
2349
  /* harmony default export */ const form_src = (BkForm);
2376
2350
 
2351
+ })();
2352
+
2377
2353
  var __webpack_exports__BkComposeFormItem = __webpack_exports__.BkComposeFormItem;
2378
2354
  var __webpack_exports__BkForm = __webpack_exports__.BkForm;
2379
2355
  var __webpack_exports__BkFormItem = __webpack_exports__.BkFormItem;