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

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 (157) hide show
  1. package/dist/index.cjs.js +15 -15
  2. package/dist/index.esm.js +909 -897
  3. package/dist/index.umd.js +15 -15
  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 +700 -696
  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 +624 -640
  18. package/lib/config-provider/index.js +26 -34
  19. package/lib/container/index.js +21 -27
  20. package/lib/date-picker/index.js +650 -672
  21. package/lib/dialog/index.js +87 -101
  22. package/lib/directives/index.js +512 -520
  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 +638 -662
  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/pop-confirm/index.js +33 -49
  130. package/lib/popover/index.js +345 -361
  131. package/lib/popover2/index.js +10 -14
  132. package/lib/process/index.js +74 -78
  133. package/lib/progress/index.js +20 -26
  134. package/lib/radio/index.js +31 -39
  135. package/lib/rate/index.js +19 -25
  136. package/lib/resize-layout/index.js +22 -30
  137. package/lib/scrollbar/index.js +25 -25
  138. package/lib/search-select/index.js +509 -531
  139. package/lib/select/index.js +543 -585
  140. package/lib/shared/index.js +49 -57
  141. package/lib/sideslider/index.js +79 -89
  142. package/lib/slider/index.js +75 -85
  143. package/lib/steps/index.js +72 -78
  144. package/lib/swiper/index.js +18 -24
  145. package/lib/switcher/index.js +22 -30
  146. package/lib/tab/index.js +321 -335
  147. package/lib/table/index.js +602 -660
  148. package/lib/table-column/index.js +9 -13
  149. package/lib/tag/index.js +26 -36
  150. package/lib/tag-input/index.js +348 -374
  151. package/lib/time-picker/index.js +9 -13
  152. package/lib/timeline/index.js +15 -21
  153. package/lib/transfer/index.js +40 -56
  154. package/lib/tree/index.js +76 -100
  155. package/lib/upload/index.js +562 -574
  156. package/lib/virtual-render/index.js +43 -55
  157. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
1
  import "../styles/reset.css";
2
2
  import "./color-picker.less";
3
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
4
3
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
5
4
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
6
5
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
6
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__ from "vue-types";
@@ -12,181 +12,7 @@ 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
- /***/ 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:
15
+ /***/ 668:
190
16
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
191
17
 
192
18
 
@@ -197,7 +23,7 @@ __webpack_require__.d(__webpack_exports__, {
197
23
 
198
24
  // UNUSED EXPORTS: bkEllipsis, bkEllipsisInstance, bkLoading, bkTooltips, mousewheel, overflowTitle
199
25
 
200
- ;// ../../packages/directives/src/clickoutside.ts
26
+ ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
201
27
  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; } } }; }
202
28
  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); }
203
29
  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; }
@@ -324,10 +150,10 @@ ClickOutside.install = function (app) {
324
150
  };
325
151
  /* harmony default export */ const clickoutside = (ClickOutside);
326
152
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
327
- var esm_typeof = __webpack_require__(7545);
153
+ var esm_typeof = __webpack_require__(6522);
328
154
  // EXTERNAL MODULE: external "../popover"
329
- var popover_ = __webpack_require__(592);
330
- ;// ../../packages/directives/src/ellipsis.ts
155
+ var popover_ = __webpack_require__(563);
156
+ ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
331
157
 
332
158
  /*
333
159
  * Tencent is pleased to support the open source community by making
@@ -438,9 +264,9 @@ var ellipsis = {
438
264
  };
439
265
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
440
266
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
441
- var normalize_wheel = __webpack_require__(8283);
267
+ var normalize_wheel = __webpack_require__(2439);
442
268
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
443
- ;// ../../packages/directives/src/mousewheel.ts
269
+ ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
444
270
  /*
445
271
  * Tencent is pleased to support the open source community by making
446
272
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -483,20 +309,18 @@ var mousewheel = {
483
309
  };
484
310
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
485
311
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
486
- var defineProperty = __webpack_require__(4586);
312
+ var defineProperty = __webpack_require__(6666);
487
313
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
488
- var toConsumableArray = __webpack_require__(5153);
314
+ var toConsumableArray = __webpack_require__(7930);
489
315
  // EXTERNAL MODULE: external "vue"
490
- var external_vue_ = __webpack_require__(5286);
316
+ var external_vue_ = __webpack_require__(6609);
491
317
  // EXTERNAL MODULE: external "../shared"
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
318
+ var shared_ = __webpack_require__(9253);
319
+ ;// CONCATENATED MODULE: external "@popperjs/core"
320
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
321
+ var y = x => () => x
322
+ const core_namespaceObject = x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
323
+ ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
500
324
 
501
325
 
502
326
 
@@ -788,19 +612,15 @@ function hide(el) {
788
612
  }
789
613
  }
790
614
  /* harmony default export */ const src_tooltips = ((/* unused pure expression or super */ null && (tooltips)));
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))
615
+ ;// CONCATENATED MODULE: external "../loading"
616
+ var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
617
+ var external_loading_y = x => () => x
796
618
  const external_loading_namespaceObject = external_loading_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))
619
+ ;// CONCATENATED MODULE: external "../overflow-title"
620
+ var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
621
+ var external_overflow_title_y = x => () => x
802
622
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
803
- ;// ../../packages/directives/src/index.ts
623
+ ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
804
624
  /*
805
625
  * Tencent is pleased to support the open source community by making
806
626
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -836,45 +656,16 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
836
656
 
837
657
  /***/ }),
838
658
 
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
- }
848
-
849
- /***/ }),
850
-
851
- /***/ 4586:
852
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
659
+ /***/ 2439:
660
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
853
661
 
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);
662
+ module.exports = __webpack_require__(2527);
858
663
 
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
- }
873
664
 
874
665
  /***/ }),
875
666
 
876
- /***/ 5022:
877
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
667
+ /***/ 7430:
668
+ /***/ ((module) => {
878
669
 
879
670
  /**
880
671
  * Copyright (c) 2015, Facebook, Inc.
@@ -884,260 +675,66 @@ function _defineProperty(obj, key, value) {
884
675
  * LICENSE file in the root directory of this source tree. An additional grant
885
676
  * of patent rights can be found in the PATENTS file in the same directory.
886
677
  *
887
- * @providesModule normalizeWheel
888
- * @typechecks
678
+ * @providesModule ExecutionEnvironment
679
+ */
680
+
681
+ /*jslint evil: true */
682
+
683
+
684
+
685
+ var canUseDOM = !!(
686
+ typeof window !== 'undefined' &&
687
+ window.document &&
688
+ window.document.createElement
689
+ );
690
+
691
+ /**
692
+ * Simple, lightweight module assisting with the detection and context of
693
+ * Worker. Helps avoid circular dependencies and allows code to reason about
694
+ * whether or not they are in a Worker, even if they never include the main
695
+ * `ReactWorker` dependency.
889
696
  */
697
+ var ExecutionEnvironment = {
890
698
 
699
+ canUseDOM: canUseDOM,
891
700
 
701
+ canUseWorkers: typeof Worker !== 'undefined',
892
702
 
893
- var UserAgent_DEPRECATED = __webpack_require__(7416);
703
+ canUseEventListeners:
704
+ canUseDOM && !!(window.addEventListener || window.attachEvent),
894
705
 
895
- var isEventSupported = __webpack_require__(2586);
706
+ canUseViewport: canUseDOM && !!window.screen,
896
707
 
708
+ isInWorker: !canUseDOM // For now, this is true - might change in the future.
897
709
 
898
- // Reasonable defaults
899
- var PIXEL_STEP = 10;
900
- var LINE_HEIGHT = 40;
901
- var PAGE_HEIGHT = 800;
710
+ };
711
+
712
+ module.exports = ExecutionEnvironment;
713
+
714
+
715
+ /***/ }),
716
+
717
+ /***/ 6377:
718
+ /***/ ((module) => {
902
719
 
903
720
  /**
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.
721
+ * Copyright 2004-present Facebook. All Rights Reserved.
907
722
  *
908
- * If you need to react to the mouse wheel in a predictable way, this code is
909
- * like your bestest friend. * hugs *
723
+ * @providesModule UserAgent_DEPRECATED
724
+ */
725
+
726
+ /**
727
+ * Provides entirely client-side User Agent and OS detection. You should prefer
728
+ * the non-deprecated UserAgent module when possible, which exposes our
729
+ * authoritative server-side PHP-based detection to the client.
910
730
  *
911
- * As of today, there are 4 DOM event types you can listen to:
731
+ * Usage is straightforward:
912
732
  *
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
733
+ * if (UserAgent_DEPRECATED.ie()) {
734
+ * // IE
735
+ * }
917
736
  *
918
- * So what to do? The is the best:
919
- *
920
- * normalizeWheel.getEventType();
921
- *
922
- * In your event callback, use this code to get sane interpretation of the
923
- * deltas. This code will return an object with properties:
924
- *
925
- * spinX -- normalized spin speed (use for zoom) - x plane
926
- * spinY -- " - y plane
927
- * pixelX -- normalized distance (to pixels) - x plane
928
- * pixelY -- " - y plane
929
- *
930
- * Wheel values are provided by the browser assuming you are using the wheel to
931
- * scroll a web page by a number of lines or pixels (or pages). Values can vary
932
- * significantly on different platforms and browsers, forgetting that you can
933
- * scroll at different speeds. Some devices (like trackpads) emit more events
934
- * at smaller increments with fine granularity, and some emit massive jumps with
935
- * linear speed or acceleration.
936
- *
937
- * This code does its best to normalize the deltas for you:
938
- *
939
- * - spin is trying to normalize how far the wheel was spun (or trackpad
940
- * dragged). This is super useful for zoom support where you want to
941
- * throw away the chunky scroll steps on the PC and make those equal to
942
- * the slow and smooth tiny steps on the Mac. Key data: This code tries to
943
- * resolve a single slow step on a wheel to 1.
944
- *
945
- * - pixel is normalizing the desired scroll delta in pixel units. You'll
946
- * get the crazy differences between browsers, but at least it'll be in
947
- * pixels!
948
- *
949
- * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
950
- * should translate to positive value zooming IN, negative zooming OUT.
951
- * This matches the newer 'wheel' event.
952
- *
953
- * Why are there spinX, spinY (or pixels)?
954
- *
955
- * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
956
- * with a mouse. It results in side-scrolling in the browser by default.
957
- *
958
- * - spinY is what you expect -- it's the classic axis of a mouse wheel.
959
- *
960
- * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
961
- * probably is by browsers in conjunction with fancy 3D controllers .. but
962
- * you know.
963
- *
964
- * Implementation info:
965
- *
966
- * Examples of 'wheel' event if you scroll slowly (down) by one step with an
967
- * average mouse:
968
- *
969
- * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
970
- * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
971
- * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
972
- * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
973
- * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
974
- *
975
- * On the trackpad:
976
- *
977
- * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
978
- * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
979
- *
980
- * On other/older browsers.. it's more complicated as there can be multiple and
981
- * also missing delta values.
982
- *
983
- * The 'wheel' event is more standard:
984
- *
985
- * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
986
- *
987
- * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
988
- * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
989
- * backward compatibility with older events. Those other values help us
990
- * better normalize spin speed. Example of what the browsers provide:
991
- *
992
- * | event.wheelDelta | event.detail
993
- * ------------------+------------------+--------------
994
- * Safari v5/OS X | -120 | 0
995
- * Safari v5/Win7 | -120 | 0
996
- * Chrome v17/OS X | -120 | 0
997
- * Chrome v17/Win7 | -120 | 0
998
- * IE9/Win7 | -120 | undefined
999
- * Firefox v4/OS X | undefined | 1
1000
- * Firefox v4/Win7 | undefined | 3
1001
- *
1002
- */
1003
- function normalizeWheel(/*object*/ event) /*object*/ {
1004
- var sX = 0, sY = 0, // spinX, spinY
1005
- pX = 0, pY = 0; // pixelX, pixelY
1006
-
1007
- // Legacy
1008
- if ('detail' in event) { sY = event.detail; }
1009
- if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
1010
- if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
1011
- if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
1012
-
1013
- // side scrolling on FF with DOMMouseScroll
1014
- if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
1015
- sX = sY;
1016
- sY = 0;
1017
- }
1018
-
1019
- pX = sX * PIXEL_STEP;
1020
- pY = sY * PIXEL_STEP;
1021
-
1022
- if ('deltaY' in event) { pY = event.deltaY; }
1023
- if ('deltaX' in event) { pX = event.deltaX; }
1024
-
1025
- if ((pX || pY) && event.deltaMode) {
1026
- if (event.deltaMode == 1) { // delta in LINE units
1027
- pX *= LINE_HEIGHT;
1028
- pY *= LINE_HEIGHT;
1029
- } else { // delta in PAGE units
1030
- pX *= PAGE_HEIGHT;
1031
- pY *= PAGE_HEIGHT;
1032
- }
1033
- }
1034
-
1035
- // Fall-back if spin cannot be determined
1036
- if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
1037
- if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
1038
-
1039
- return { spinX : sX,
1040
- spinY : sY,
1041
- pixelX : pX,
1042
- pixelY : pY };
1043
- }
1044
-
1045
-
1046
- /**
1047
- * The best combination if you prefer spinX + spinY normalization. It favors
1048
- * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
1049
- * 'wheel' event, making spin speed determination impossible.
1050
- */
1051
- normalizeWheel.getEventType = function() /*string*/ {
1052
- return (UserAgent_DEPRECATED.firefox())
1053
- ? 'DOMMouseScroll'
1054
- : (isEventSupported('wheel'))
1055
- ? 'wheel'
1056
- : 'mousewheel';
1057
- };
1058
-
1059
- module.exports = normalizeWheel;
1060
-
1061
-
1062
- /***/ }),
1063
-
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:
1085
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1086
-
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) });
1092
-
1093
- /***/ }),
1094
-
1095
- /***/ 5286:
1096
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1097
-
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) });
1103
-
1104
- /***/ }),
1105
-
1106
- /***/ 6284:
1107
- /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1108
-
1109
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1110
- /* harmony export */ "default": () => (/* binding */ _arrayLikeToArray)
1111
- /* harmony export */ });
1112
- function _arrayLikeToArray(arr, len) {
1113
- if (len == null || len > arr.length) len = arr.length;
1114
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1115
- return arr2;
1116
- }
1117
-
1118
- /***/ }),
1119
-
1120
- /***/ 7416:
1121
- /***/ ((module) => {
1122
-
1123
- /**
1124
- * Copyright 2004-present Facebook. All Rights Reserved.
1125
- *
1126
- * @providesModule UserAgent_DEPRECATED
1127
- */
1128
-
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:
737
+ * You can also do version checks:
1141
738
  *
1142
739
  * if (UserAgent_DEPRECATED.ie() >= 7) {
1143
740
  * // IE7 or better
@@ -1284,180 +881,517 @@ var UserAgent_DEPRECATED = {
1284
881
  },
1285
882
 
1286
883
 
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
- },
884
+ /**
885
+ * Whether the browser is 64-bit IE. Really, this is kind of weak sauce; we
886
+ * only need this because Skype can't handle 64-bit IE yet. We need to remove
887
+ * this when we don't need it -- tracked by #601957.
888
+ */
889
+ ie64: function() {
890
+ return UserAgent_DEPRECATED.ie() && _win64;
891
+ },
892
+
893
+ /**
894
+ * Check if the UA is Firefox.
895
+ *
896
+ *
897
+ * @return float|NaN Version number (if match) or NaN.
898
+ */
899
+ firefox: function() {
900
+ return _populate() || _firefox;
901
+ },
902
+
903
+
904
+ /**
905
+ * Check if the UA is Opera.
906
+ *
907
+ *
908
+ * @return float|NaN Version number (if match) or NaN.
909
+ */
910
+ opera: function() {
911
+ return _populate() || _opera;
912
+ },
913
+
914
+
915
+ /**
916
+ * Check if the UA is WebKit.
917
+ *
918
+ *
919
+ * @return float|NaN Version number (if match) or NaN.
920
+ */
921
+ webkit: function() {
922
+ return _populate() || _webkit;
923
+ },
924
+
925
+ /**
926
+ * For Push
927
+ * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
928
+ */
929
+ safari: function() {
930
+ return UserAgent_DEPRECATED.webkit();
931
+ },
932
+
933
+ /**
934
+ * Check if the UA is a Chrome browser.
935
+ *
936
+ *
937
+ * @return float|NaN Version number (if match) or NaN.
938
+ */
939
+ chrome : function() {
940
+ return _populate() || _chrome;
941
+ },
942
+
943
+
944
+ /**
945
+ * Check if the user is running Windows.
946
+ *
947
+ * @return bool `true' if the user's OS is Windows.
948
+ */
949
+ windows: function() {
950
+ return _populate() || _windows;
951
+ },
952
+
953
+
954
+ /**
955
+ * Check if the user is running Mac OS X.
956
+ *
957
+ * @return float|bool Returns a float if a version number is detected,
958
+ * otherwise true/false.
959
+ */
960
+ osx: function() {
961
+ return _populate() || _osx;
962
+ },
963
+
964
+ /**
965
+ * Check if the user is running Linux.
966
+ *
967
+ * @return bool `true' if the user's OS is some flavor of Linux.
968
+ */
969
+ linux: function() {
970
+ return _populate() || _linux;
971
+ },
972
+
973
+ /**
974
+ * Check if the user is running on an iPhone or iPod platform.
975
+ *
976
+ * @return bool `true' if the user is running some flavor of the
977
+ * iPhone OS.
978
+ */
979
+ iphone: function() {
980
+ return _populate() || _iphone;
981
+ },
982
+
983
+ mobile: function() {
984
+ return _populate() || (_iphone || _ipad || _android || _mobile);
985
+ },
986
+
987
+ nativeApp: function() {
988
+ // webviews inside of the native apps
989
+ return _populate() || _native;
990
+ },
991
+
992
+ android: function() {
993
+ return _populate() || _android;
994
+ },
995
+
996
+ ipad: function() {
997
+ return _populate() || _ipad;
998
+ }
999
+ };
1000
+
1001
+ module.exports = UserAgent_DEPRECATED;
1002
+
1003
+
1004
+ /***/ }),
1005
+
1006
+ /***/ 3541:
1007
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1008
+
1009
+ /**
1010
+ * Copyright 2013-2015, Facebook, Inc.
1011
+ * All rights reserved.
1012
+ *
1013
+ * This source code is licensed under the BSD-style license found in the
1014
+ * LICENSE file in the root directory of this source tree. An additional grant
1015
+ * of patent rights can be found in the PATENTS file in the same directory.
1016
+ *
1017
+ * @providesModule isEventSupported
1018
+ */
1019
+
1020
+
1021
+
1022
+ var ExecutionEnvironment = __webpack_require__(7430);
1023
+
1024
+ var useHasFeature;
1025
+ if (ExecutionEnvironment.canUseDOM) {
1026
+ useHasFeature =
1027
+ document.implementation &&
1028
+ document.implementation.hasFeature &&
1029
+ // always returns true in newer browsers as per the standard.
1030
+ // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
1031
+ document.implementation.hasFeature('', '') !== true;
1032
+ }
1033
+
1034
+ /**
1035
+ * Checks if an event is supported in the current execution environment.
1036
+ *
1037
+ * NOTE: This will not work correctly for non-generic events such as `change`,
1038
+ * `reset`, `load`, `error`, and `select`.
1039
+ *
1040
+ * Borrows from Modernizr.
1041
+ *
1042
+ * @param {string} eventNameSuffix Event name, e.g. "click".
1043
+ * @param {?boolean} capture Check if the capture phase is supported.
1044
+ * @return {boolean} True if the event is supported.
1045
+ * @internal
1046
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
1047
+ */
1048
+ function isEventSupported(eventNameSuffix, capture) {
1049
+ if (!ExecutionEnvironment.canUseDOM ||
1050
+ capture && !('addEventListener' in document)) {
1051
+ return false;
1052
+ }
1053
+
1054
+ var eventName = 'on' + eventNameSuffix;
1055
+ var isSupported = eventName in document;
1056
+
1057
+ if (!isSupported) {
1058
+ var element = document.createElement('div');
1059
+ element.setAttribute(eventName, 'return;');
1060
+ isSupported = typeof element[eventName] === 'function';
1061
+ }
1062
+
1063
+ if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
1064
+ // This is the only way to test support for the `wheel` event in IE9+.
1065
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
1066
+ }
1067
+
1068
+ return isSupported;
1069
+ }
1070
+
1071
+ module.exports = isEventSupported;
1072
+
1073
+
1074
+ /***/ }),
1075
+
1076
+ /***/ 2527:
1077
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1078
+
1079
+ /**
1080
+ * Copyright (c) 2015, Facebook, Inc.
1081
+ * All rights reserved.
1082
+ *
1083
+ * This source code is licensed under the BSD-style license found in the
1084
+ * LICENSE file in the root directory of this source tree. An additional grant
1085
+ * of patent rights can be found in the PATENTS file in the same directory.
1086
+ *
1087
+ * @providesModule normalizeWheel
1088
+ * @typechecks
1089
+ */
1090
+
1091
+
1092
+
1093
+ var UserAgent_DEPRECATED = __webpack_require__(6377);
1094
+
1095
+ var isEventSupported = __webpack_require__(3541);
1096
+
1097
+
1098
+ // Reasonable defaults
1099
+ var PIXEL_STEP = 10;
1100
+ var LINE_HEIGHT = 40;
1101
+ var PAGE_HEIGHT = 800;
1102
+
1103
+ /**
1104
+ * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
1105
+ * complicated, thus this doc is long and (hopefully) detailed enough to answer
1106
+ * your questions.
1107
+ *
1108
+ * If you need to react to the mouse wheel in a predictable way, this code is
1109
+ * like your bestest friend. * hugs *
1110
+ *
1111
+ * As of today, there are 4 DOM event types you can listen to:
1112
+ *
1113
+ * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
1114
+ * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
1115
+ * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
1116
+ * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
1117
+ *
1118
+ * So what to do? The is the best:
1119
+ *
1120
+ * normalizeWheel.getEventType();
1121
+ *
1122
+ * In your event callback, use this code to get sane interpretation of the
1123
+ * deltas. This code will return an object with properties:
1124
+ *
1125
+ * spinX -- normalized spin speed (use for zoom) - x plane
1126
+ * spinY -- " - y plane
1127
+ * pixelX -- normalized distance (to pixels) - x plane
1128
+ * pixelY -- " - y plane
1129
+ *
1130
+ * Wheel values are provided by the browser assuming you are using the wheel to
1131
+ * scroll a web page by a number of lines or pixels (or pages). Values can vary
1132
+ * significantly on different platforms and browsers, forgetting that you can
1133
+ * scroll at different speeds. Some devices (like trackpads) emit more events
1134
+ * at smaller increments with fine granularity, and some emit massive jumps with
1135
+ * linear speed or acceleration.
1136
+ *
1137
+ * This code does its best to normalize the deltas for you:
1138
+ *
1139
+ * - spin is trying to normalize how far the wheel was spun (or trackpad
1140
+ * dragged). This is super useful for zoom support where you want to
1141
+ * throw away the chunky scroll steps on the PC and make those equal to
1142
+ * the slow and smooth tiny steps on the Mac. Key data: This code tries to
1143
+ * resolve a single slow step on a wheel to 1.
1144
+ *
1145
+ * - pixel is normalizing the desired scroll delta in pixel units. You'll
1146
+ * get the crazy differences between browsers, but at least it'll be in
1147
+ * pixels!
1148
+ *
1149
+ * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
1150
+ * should translate to positive value zooming IN, negative zooming OUT.
1151
+ * This matches the newer 'wheel' event.
1152
+ *
1153
+ * Why are there spinX, spinY (or pixels)?
1154
+ *
1155
+ * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
1156
+ * with a mouse. It results in side-scrolling in the browser by default.
1157
+ *
1158
+ * - spinY is what you expect -- it's the classic axis of a mouse wheel.
1159
+ *
1160
+ * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
1161
+ * probably is by browsers in conjunction with fancy 3D controllers .. but
1162
+ * you know.
1163
+ *
1164
+ * Implementation info:
1165
+ *
1166
+ * Examples of 'wheel' event if you scroll slowly (down) by one step with an
1167
+ * average mouse:
1168
+ *
1169
+ * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
1170
+ * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
1171
+ * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
1172
+ * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
1173
+ * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
1174
+ *
1175
+ * On the trackpad:
1176
+ *
1177
+ * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
1178
+ * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
1179
+ *
1180
+ * On other/older browsers.. it's more complicated as there can be multiple and
1181
+ * also missing delta values.
1182
+ *
1183
+ * The 'wheel' event is more standard:
1184
+ *
1185
+ * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
1186
+ *
1187
+ * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
1188
+ * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
1189
+ * backward compatibility with older events. Those other values help us
1190
+ * better normalize spin speed. Example of what the browsers provide:
1191
+ *
1192
+ * | event.wheelDelta | event.detail
1193
+ * ------------------+------------------+--------------
1194
+ * Safari v5/OS X | -120 | 0
1195
+ * Safari v5/Win7 | -120 | 0
1196
+ * Chrome v17/OS X | -120 | 0
1197
+ * Chrome v17/Win7 | -120 | 0
1198
+ * IE9/Win7 | -120 | undefined
1199
+ * Firefox v4/OS X | undefined | 1
1200
+ * Firefox v4/Win7 | undefined | 3
1201
+ *
1202
+ */
1203
+ function normalizeWheel(/*object*/ event) /*object*/ {
1204
+ var sX = 0, sY = 0, // spinX, spinY
1205
+ pX = 0, pY = 0; // pixelX, pixelY
1206
+
1207
+ // Legacy
1208
+ if ('detail' in event) { sY = event.detail; }
1209
+ if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
1210
+ if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
1211
+ if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
1212
+
1213
+ // side scrolling on FF with DOMMouseScroll
1214
+ if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
1215
+ sX = sY;
1216
+ sY = 0;
1217
+ }
1218
+
1219
+ pX = sX * PIXEL_STEP;
1220
+ pY = sY * PIXEL_STEP;
1221
+
1222
+ if ('deltaY' in event) { pY = event.deltaY; }
1223
+ if ('deltaX' in event) { pX = event.deltaX; }
1224
+
1225
+ if ((pX || pY) && event.deltaMode) {
1226
+ if (event.deltaMode == 1) { // delta in LINE units
1227
+ pX *= LINE_HEIGHT;
1228
+ pY *= LINE_HEIGHT;
1229
+ } else { // delta in PAGE units
1230
+ pX *= PAGE_HEIGHT;
1231
+ pY *= PAGE_HEIGHT;
1232
+ }
1233
+ }
1234
+
1235
+ // Fall-back if spin cannot be determined
1236
+ if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
1237
+ if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
1238
+
1239
+ return { spinX : sX,
1240
+ spinY : sY,
1241
+ pixelX : pX,
1242
+ pixelY : pY };
1243
+ }
1295
1244
 
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
- },
1305
1245
 
1246
+ /**
1247
+ * The best combination if you prefer spinX + spinY normalization. It favors
1248
+ * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
1249
+ * 'wheel' event, making spin speed determination impossible.
1250
+ */
1251
+ normalizeWheel.getEventType = function() /*string*/ {
1252
+ return (UserAgent_DEPRECATED.firefox())
1253
+ ? 'DOMMouseScroll'
1254
+ : (isEventSupported('wheel'))
1255
+ ? 'wheel'
1256
+ : 'mousewheel';
1257
+ };
1306
1258
 
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
- },
1259
+ module.exports = normalizeWheel;
1316
1260
 
1317
1261
 
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
- },
1262
+ /***/ }),
1327
1263
 
1328
- /**
1329
- * For Push
1330
- * WILL BE REMOVED VERY SOON. Use UserAgent_DEPRECATED.webkit
1331
- */
1332
- safari: function() {
1333
- return UserAgent_DEPRECATED.webkit();
1334
- },
1264
+ /***/ 563:
1265
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1335
1266
 
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
- },
1267
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1268
+ var y = x => () => x
1269
+ module.exports = x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover });
1345
1270
 
1271
+ /***/ }),
1346
1272
 
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
- },
1273
+ /***/ 9253:
1274
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1355
1275
 
1276
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1277
+ var y = x => () => x
1278
+ 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 });
1356
1279
 
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
- },
1280
+ /***/ }),
1366
1281
 
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
- },
1282
+ /***/ 6609:
1283
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1375
1284
 
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
- },
1285
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1286
+ var y = x => () => x
1287
+ 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 });
1385
1288
 
1386
- mobile: function() {
1387
- return _populate() || (_iphone || _ipad || _android || _mobile);
1388
- },
1289
+ /***/ }),
1389
1290
 
1390
- nativeApp: function() {
1391
- // webviews inside of the native apps
1392
- return _populate() || _native;
1393
- },
1291
+ /***/ 926:
1292
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1394
1293
 
1395
- android: function() {
1396
- return _populate() || _android;
1397
- },
1294
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1295
+ /* harmony export */ "default": () => (/* binding */ _arrayLikeToArray)
1296
+ /* harmony export */ });
1297
+ function _arrayLikeToArray(arr, len) {
1298
+ if (len == null || len > arr.length) len = arr.length;
1299
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1300
+ return arr2;
1301
+ }
1398
1302
 
1399
- ipad: function() {
1400
- return _populate() || _ipad;
1401
- }
1402
- };
1303
+ /***/ }),
1403
1304
 
1404
- module.exports = UserAgent_DEPRECATED;
1305
+ /***/ 74:
1306
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1307
+
1308
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1309
+ /* harmony export */ "default": () => (/* binding */ _arrayWithoutHoles)
1310
+ /* harmony export */ });
1311
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1405
1312
 
1313
+ function _arrayWithoutHoles(arr) {
1314
+ if (Array.isArray(arr)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(arr);
1315
+ }
1406
1316
 
1407
1317
  /***/ }),
1408
1318
 
1409
- /***/ 7545:
1319
+ /***/ 6666:
1410
1320
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1411
1321
 
1412
1322
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1413
- /* harmony export */ "default": () => (/* binding */ _typeof)
1323
+ /* harmony export */ "default": () => (/* binding */ _defineProperty)
1414
1324
  /* harmony export */ });
1415
- function _typeof(o) {
1416
- "@babel/helpers - typeof";
1325
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
1417
1326
 
1418
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1419
- return typeof o;
1420
- } : function (o) {
1421
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1422
- }, _typeof(o);
1327
+ function _defineProperty(obj, key, value) {
1328
+ key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(key);
1329
+ if (key in obj) {
1330
+ Object.defineProperty(obj, key, {
1331
+ value: value,
1332
+ enumerable: true,
1333
+ configurable: true,
1334
+ writable: true
1335
+ });
1336
+ } else {
1337
+ obj[key] = value;
1338
+ }
1339
+ return obj;
1423
1340
  }
1424
1341
 
1425
1342
  /***/ }),
1426
1343
 
1427
- /***/ 7985:
1344
+ /***/ 1079:
1428
1345
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1429
1346
 
1430
1347
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1431
- /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1348
+ /* harmony export */ "default": () => (/* binding */ _iterableToArray)
1432
1349
  /* harmony export */ });
1433
- /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6284);
1350
+ function _iterableToArray(iter) {
1351
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1352
+ }
1434
1353
 
1435
- function _unsupportedIterableToArray(o, minLen) {
1436
- if (!o) return;
1437
- if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1438
- var n = Object.prototype.toString.call(o).slice(8, -1);
1439
- if (n === "Object" && o.constructor) n = o.constructor.name;
1440
- if (n === "Map" || n === "Set") return Array.from(o);
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);
1354
+ /***/ }),
1355
+
1356
+ /***/ 6098:
1357
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1358
+
1359
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1360
+ /* harmony export */ "default": () => (/* binding */ _nonIterableSpread)
1361
+ /* harmony export */ });
1362
+ function _nonIterableSpread() {
1363
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1442
1364
  }
1443
1365
 
1444
1366
  /***/ }),
1445
1367
 
1446
- /***/ 8283:
1447
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1368
+ /***/ 7930:
1369
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1370
+
1371
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1372
+ /* harmony export */ "default": () => (/* binding */ _toConsumableArray)
1373
+ /* harmony export */ });
1374
+ /* harmony import */ var _arrayWithoutHoles_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74);
1375
+ /* harmony import */ var _iterableToArray_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1079);
1376
+ /* harmony import */ var _unsupportedIterableToArray_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9147);
1377
+ /* harmony import */ var _nonIterableSpread_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6098);
1378
+
1379
+
1448
1380
 
1449
- module.exports = __webpack_require__(5022);
1450
1381
 
1382
+ function _toConsumableArray(arr) {
1383
+ 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"])();
1384
+ }
1451
1385
 
1452
1386
  /***/ }),
1453
1387
 
1454
- /***/ 9824:
1388
+ /***/ 9745:
1455
1389
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1456
1390
 
1457
1391
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1458
1392
  /* harmony export */ "default": () => (/* binding */ toPrimitive)
1459
1393
  /* harmony export */ });
1460
- /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7545);
1394
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6522);
1461
1395
 
1462
1396
  function toPrimitive(t, r) {
1463
1397
  if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
@@ -1470,6 +1404,60 @@ function toPrimitive(t, r) {
1470
1404
  return ("string" === r ? String : Number)(t);
1471
1405
  }
1472
1406
 
1407
+ /***/ }),
1408
+
1409
+ /***/ 3795:
1410
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1411
+
1412
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1413
+ /* harmony export */ "default": () => (/* binding */ toPropertyKey)
1414
+ /* harmony export */ });
1415
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6522);
1416
+ /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9745);
1417
+
1418
+
1419
+ function toPropertyKey(t) {
1420
+ var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t, "string");
1421
+ return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__["default"])(i) ? i : String(i);
1422
+ }
1423
+
1424
+ /***/ }),
1425
+
1426
+ /***/ 6522:
1427
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1428
+
1429
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1430
+ /* harmony export */ "default": () => (/* binding */ _typeof)
1431
+ /* harmony export */ });
1432
+ function _typeof(o) {
1433
+ "@babel/helpers - typeof";
1434
+
1435
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1436
+ return typeof o;
1437
+ } : function (o) {
1438
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1439
+ }, _typeof(o);
1440
+ }
1441
+
1442
+ /***/ }),
1443
+
1444
+ /***/ 9147:
1445
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1446
+
1447
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1448
+ /* harmony export */ "default": () => (/* binding */ _unsupportedIterableToArray)
1449
+ /* harmony export */ });
1450
+ /* harmony import */ var _arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(926);
1451
+
1452
+ function _unsupportedIterableToArray(o, minLen) {
1453
+ if (!o) return;
1454
+ if (typeof o === "string") return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1455
+ var n = Object.prototype.toString.call(o).slice(8, -1);
1456
+ if (n === "Object" && o.constructor) n = o.constructor.name;
1457
+ if (n === "Map" || n === "Set") return Array.from(o);
1458
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return (0,_arrayLikeToArray_js__WEBPACK_IMPORTED_MODULE_0__["default"])(o, minLen);
1459
+ }
1460
+
1473
1461
  /***/ })
1474
1462
 
1475
1463
  /******/ });
@@ -1530,6 +1518,8 @@ function toPrimitive(t, r) {
1530
1518
  /******/
1531
1519
  /************************************************************************/
1532
1520
  var __webpack_exports__ = {};
1521
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
1522
+ (() => {
1533
1523
 
1534
1524
  // EXPORTS
1535
1525
  __webpack_require__.d(__webpack_exports__, {
@@ -1537,38 +1527,30 @@ __webpack_require__.d(__webpack_exports__, {
1537
1527
  });
1538
1528
 
1539
1529
  // EXTERNAL MODULE: external "../shared"
1540
- var shared_ = __webpack_require__(5166);
1530
+ var shared_ = __webpack_require__(9253);
1541
1531
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1542
- var defineProperty = __webpack_require__(4586);
1532
+ var defineProperty = __webpack_require__(6666);
1543
1533
  // EXTERNAL MODULE: external "vue"
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) });
1534
+ var external_vue_ = __webpack_require__(6609);
1535
+ ;// CONCATENATED MODULE: external "vue-types"
1536
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1537
+ var y = x => () => x
1538
+ const external_vue_types_namespaceObject = x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
1539
+ ;// CONCATENATED MODULE: external "../config-provider"
1540
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1541
+ var config_provider_y = x => () => x
1542
+ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
1543
+ ;// CONCATENATED MODULE: external "../date-picker"
1544
+ var date_picker_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1545
+ var date_picker_y = x => () => x
1546
+ const date_picker_namespaceObject = date_picker_x({ ["PickerDropdown"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_date_picker_d04526d6__.PickerDropdown });
1563
1547
  // 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
1548
+ var src = __webpack_require__(668);
1549
+ ;// CONCATENATED MODULE: external "../icon"
1550
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1551
+ var icon_y = x => () => x
1552
+ const icon_namespaceObject = icon_x({ ["AngleUp"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleUp });
1553
+ ;// CONCATENATED MODULE: ../../node_modules/tinycolor2/esm/tinycolor.js
1572
1554
  // This file is autogenerated. It's used to publish ESM to npm.
1573
1555
  function _typeof(obj) {
1574
1556
  "@babel/helpers - typeof";
@@ -2750,7 +2732,7 @@ function validateWCAG2Parms(parms) {
2750
2732
 
2751
2733
 
2752
2734
 
2753
- ;// ../../packages/color-picker/src/components/input-container.tsx
2735
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/input-container.tsx
2754
2736
 
2755
2737
  /*
2756
2738
  * Tencent is pleased to support the open source community by making
@@ -2820,7 +2802,7 @@ var inputContainerProps = {
2820
2802
  };
2821
2803
  }
2822
2804
  }));
2823
- ;// ../../packages/color-picker/src/components/color-input.tsx
2805
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/color-input.tsx
2824
2806
 
2825
2807
  /*
2826
2808
  * Tencent is pleased to support the open source community by making
@@ -2989,7 +2971,7 @@ var colorPickerProps = {
2989
2971
  };
2990
2972
  }
2991
2973
  }));
2992
- ;// ../../packages/color-picker/src/utils.ts
2974
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/utils.ts
2993
2975
  /*
2994
2976
  * Tencent is pleased to support the open source community by making
2995
2977
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3095,7 +3077,7 @@ var toRGBAString = function toRGBAString(rgba) {
3095
3077
  a = rgba.a;
3096
3078
  return "rgba(".concat([r, g, b, a].join(','), ")");
3097
3079
  };
3098
- ;// ../../packages/color-picker/src/components/hue-slider.tsx
3080
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/hue-slider.tsx
3099
3081
 
3100
3082
  /*
3101
3083
  * Tencent is pleased to support the open source community by making
@@ -3233,7 +3215,7 @@ var hue_slider_colorPickerProps = {
3233
3215
  };
3234
3216
  }
3235
3217
  }));
3236
- ;// ../../packages/color-picker/src/components/recommend-colors.tsx
3218
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/recommend-colors.tsx
3237
3219
 
3238
3220
 
3239
3221
  /*
@@ -3385,7 +3367,7 @@ var recommend_colors_colorPickerProps = {
3385
3367
  };
3386
3368
  }
3387
3369
  }));
3388
- ;// ../../packages/color-picker/src/components/saturation-panel.tsx
3370
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/components/saturation-panel.tsx
3389
3371
 
3390
3372
  /*
3391
3373
  * Tencent is pleased to support the open source community by making
@@ -3537,7 +3519,7 @@ var saturation_panel_colorPickerProps = {
3537
3519
  };
3538
3520
  }
3539
3521
  }));
3540
- ;// ../../packages/color-picker/src/color-picker.tsx
3522
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/color-picker.tsx
3541
3523
 
3542
3524
 
3543
3525
  /*
@@ -3850,7 +3832,7 @@ var whiteColorObj = formatColor('#FFFFFF');
3850
3832
  };
3851
3833
  }
3852
3834
  }));
3853
- ;// ../../packages/color-picker/src/index.ts
3835
+ ;// CONCATENATED MODULE: ../../packages/color-picker/src/index.ts
3854
3836
  /*
3855
3837
  * Tencent is pleased to support the open source community by making
3856
3838
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -3880,5 +3862,7 @@ var whiteColorObj = formatColor('#FFFFFF');
3880
3862
 
3881
3863
  var BkColorPicker = (0,shared_.withInstall)(color_picker);
3882
3864
  /* harmony default export */ const color_picker_src = (BkColorPicker);
3865
+ })();
3866
+
3883
3867
  var __webpack_exports__default = __webpack_exports__["default"];
3884
3868
  export { __webpack_exports__default as default };