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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/dist/index.cjs.js +21 -21
  2. package/dist/index.esm.js +1588 -1583
  3. package/dist/index.umd.js +16 -16
  4. package/lib/affix/index.js +30 -22
  5. package/lib/alert/index.js +30 -22
  6. package/lib/animate-number/index.js +14 -10
  7. package/lib/backtop/index.js +32 -22
  8. package/lib/badge/index.js +24 -18
  9. package/lib/breadcrumb/index.js +31 -23
  10. package/lib/button/index.js +36 -26
  11. package/lib/card/index.js +47 -33
  12. package/lib/cascader/index.js +651 -619
  13. package/lib/checkbox/index.js +44 -34
  14. package/lib/code-diff/index.js +83 -79
  15. package/lib/collapse/index.js +39 -33
  16. package/lib/collapse-transition/index.js +20 -14
  17. package/lib/color-picker/index.js +617 -594
  18. package/lib/components.d.ts +1 -2
  19. package/lib/components.js +1 -2
  20. package/lib/config-provider/index.js +34 -26
  21. package/lib/container/index.js +27 -21
  22. package/lib/date-picker/index.js +649 -620
  23. package/lib/dialog/index.js +101 -87
  24. package/lib/directives/index.js +445 -430
  25. package/lib/divider/index.js +21 -15
  26. package/lib/dropdown/index.js +43 -31
  27. package/lib/exception/index.js +55 -49
  28. package/lib/fixed-navbar/index.js +20 -14
  29. package/lib/form/index.js +639 -608
  30. package/lib/icon/angle-double-down-line.js +14 -12
  31. package/lib/icon/angle-double-left-line.js +14 -12
  32. package/lib/icon/angle-double-left.js +14 -12
  33. package/lib/icon/angle-double-right-line.js +14 -12
  34. package/lib/icon/angle-double-right.js +14 -12
  35. package/lib/icon/angle-double-up-line.js +14 -12
  36. package/lib/icon/angle-down-fill.js +14 -12
  37. package/lib/icon/angle-down-line.js +14 -12
  38. package/lib/icon/angle-down.js +14 -12
  39. package/lib/icon/angle-left.js +14 -12
  40. package/lib/icon/angle-right.js +14 -12
  41. package/lib/icon/angle-up-fill.js +14 -12
  42. package/lib/icon/angle-up.js +14 -12
  43. package/lib/icon/archive-fill.js +14 -12
  44. package/lib/icon/arrows-left.js +14 -12
  45. package/lib/icon/arrows-right.js +14 -12
  46. package/lib/icon/assistant.js +14 -12
  47. package/lib/icon/audio-fill.js +14 -12
  48. package/lib/icon/bk.js +14 -12
  49. package/lib/icon/circle.js +14 -12
  50. package/lib/icon/close-line.js +14 -12
  51. package/lib/icon/close.js +14 -12
  52. package/lib/icon/code.js +14 -12
  53. package/lib/icon/cog-shape.js +14 -12
  54. package/lib/icon/collapse-left.js +14 -12
  55. package/lib/icon/copy-shape.js +14 -12
  56. package/lib/icon/copy.js +14 -12
  57. package/lib/icon/data-shape.js +14 -12
  58. package/lib/icon/del.js +14 -12
  59. package/lib/icon/doc-fill.js +14 -12
  60. package/lib/icon/done.js +14 -12
  61. package/lib/icon/down-shape.js +14 -12
  62. package/lib/icon/down-small.js +14 -12
  63. package/lib/icon/edit-line.js +14 -12
  64. package/lib/icon/ellipsis.js +14 -12
  65. package/lib/icon/enlarge-line.js +14 -12
  66. package/lib/icon/error.js +14 -12
  67. package/lib/icon/excel-fill.js +14 -12
  68. package/lib/icon/exclamation-circle-shape.js +14 -12
  69. package/lib/icon/eye.js +14 -12
  70. package/lib/icon/filliscreen-line.js +14 -12
  71. package/lib/icon/fix-line.js +14 -12
  72. package/lib/icon/fix-shape.js +14 -12
  73. package/lib/icon/folder-open.js +14 -12
  74. package/lib/icon/folder-shape-open.js +14 -12
  75. package/lib/icon/folder-shape.js +14 -12
  76. package/lib/icon/folder.js +14 -12
  77. package/lib/icon/funnel.js +14 -12
  78. package/lib/icon/grag-fill.js +14 -12
  79. package/lib/icon/help-document-fill.js +14 -12
  80. package/lib/icon/help-fill.js +14 -12
  81. package/lib/icon/help.js +14 -12
  82. package/lib/icon/image-fill.js +14 -12
  83. package/lib/icon/img-error.js +14 -12
  84. package/lib/icon/img-placehoulder.js +14 -12
  85. package/lib/icon/info-line.js +14 -12
  86. package/lib/icon/info.js +14 -12
  87. package/lib/icon/left-shape.js +14 -12
  88. package/lib/icon/left-turn-line.js +14 -12
  89. package/lib/icon/loading.js +14 -12
  90. package/lib/icon/narrow-line.js +14 -12
  91. package/lib/icon/original.js +14 -12
  92. package/lib/icon/pdf-fill.js +14 -12
  93. package/lib/icon/play-shape.js +14 -12
  94. package/lib/icon/plus.js +14 -12
  95. package/lib/icon/ppt-fill.js +14 -12
  96. package/lib/icon/qq.js +14 -12
  97. package/lib/icon/right-shape.js +14 -12
  98. package/lib/icon/right-turn-line.js +14 -12
  99. package/lib/icon/search.js +14 -12
  100. package/lib/icon/share.js +14 -12
  101. package/lib/icon/spinner.js +14 -12
  102. package/lib/icon/success.js +14 -12
  103. package/lib/icon/switcher-loading.js +14 -12
  104. package/lib/icon/text-all.js +14 -12
  105. package/lib/icon/text-file.js +14 -12
  106. package/lib/icon/text-fill.js +14 -12
  107. package/lib/icon/transfer.js +14 -12
  108. package/lib/icon/tree-application-shape.js +14 -12
  109. package/lib/icon/unfull-screen.js +14 -12
  110. package/lib/icon/unvisible.js +14 -12
  111. package/lib/icon/up-shape.js +14 -12
  112. package/lib/icon/upload.js +14 -12
  113. package/lib/icon/video-fill.js +14 -12
  114. package/lib/icon/warn.js +14 -12
  115. package/lib/icon/weixin-pro.js +14 -12
  116. package/lib/icon/weixin.js +14 -12
  117. package/lib/image/index.js +342 -326
  118. package/lib/index.d.ts +0 -1
  119. package/lib/index.js +1 -2
  120. package/lib/info-box/index.js +101 -87
  121. package/lib/input/index.js +335 -323
  122. package/lib/link/index.js +26 -18
  123. package/lib/loading/index.js +25 -19
  124. package/lib/locale/index.js +3 -3
  125. package/lib/menu/index.js +40 -32
  126. package/lib/message/index.js +47 -41
  127. package/lib/modal/index.js +39 -29
  128. package/lib/navigation/index.js +27 -19
  129. package/lib/notify/index.js +37 -27
  130. package/lib/overflow-title/index.js +41 -29
  131. package/lib/pagination/index.js +62 -46
  132. package/lib/pop-confirm/index.d.ts +16 -2
  133. package/lib/pop-confirm/index.js +62 -38
  134. package/lib/pop-confirm/pop-confirm.d.ts +5 -1
  135. package/lib/popover/index.js +363 -347
  136. package/lib/popover2/index.js +14 -10
  137. package/lib/process/index.js +78 -74
  138. package/lib/progress/index.js +26 -20
  139. package/lib/radio/index.js +39 -31
  140. package/lib/rate/index.js +25 -19
  141. package/lib/resize-layout/index.js +30 -22
  142. package/lib/scrollbar/index.js +25 -25
  143. package/lib/search-select/index.js +436 -419
  144. package/lib/select/index.js +490 -453
  145. package/lib/shared/index.js +57 -49
  146. package/lib/sideslider/index.js +89 -79
  147. package/lib/slider/index.js +85 -75
  148. package/lib/steps/index.js +78 -72
  149. package/lib/swiper/index.js +24 -18
  150. package/lib/switcher/index.js +30 -22
  151. package/lib/tab/index.js +337 -323
  152. package/lib/table/index.js +565 -512
  153. package/lib/table-column/index.js +13 -9
  154. package/lib/tag/index.js +36 -26
  155. package/lib/tag-input/index.js +376 -355
  156. package/lib/time-picker/index.js +13 -9
  157. package/lib/timeline/index.js +21 -15
  158. package/lib/transfer/index.js +56 -40
  159. package/lib/tree/index.js +100 -76
  160. package/lib/upload/index.js +584 -572
  161. package/lib/virtual-render/index.js +55 -43
  162. package/package.json +1 -1
  163. package/lib/plugin-popover/index.d.ts +0 -27
  164. package/lib/plugin-popover/index.js +0 -65
  165. package/lib/plugins/index.d.ts +0 -1
  166. package/lib/plugins/index.js +0 -64
@@ -3,22 +3,14 @@ import "./input.less";
3
3
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
4
4
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
6
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
6
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
10
10
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
11
11
  /******/ var __webpack_modules__ = ({
12
12
 
13
- /***/ 2439:
14
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
15
-
16
- module.exports = __webpack_require__(2527);
17
-
18
-
19
- /***/ }),
20
-
21
- /***/ 7430:
13
+ /***/ 1043:
22
14
  /***/ ((module) => {
23
15
 
24
16
  /**
@@ -68,7 +60,265 @@ module.exports = ExecutionEnvironment;
68
60
 
69
61
  /***/ }),
70
62
 
71
- /***/ 6377:
63
+ /***/ 2586:
64
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
65
+
66
+ /**
67
+ * Copyright 2013-2015, Facebook, Inc.
68
+ * All rights reserved.
69
+ *
70
+ * This source code is licensed under the BSD-style license found in the
71
+ * LICENSE file in the root directory of this source tree. An additional grant
72
+ * of patent rights can be found in the PATENTS file in the same directory.
73
+ *
74
+ * @providesModule isEventSupported
75
+ */
76
+
77
+
78
+
79
+ var ExecutionEnvironment = __webpack_require__(1043);
80
+
81
+ var useHasFeature;
82
+ if (ExecutionEnvironment.canUseDOM) {
83
+ useHasFeature =
84
+ document.implementation &&
85
+ document.implementation.hasFeature &&
86
+ // always returns true in newer browsers as per the standard.
87
+ // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
88
+ document.implementation.hasFeature('', '') !== true;
89
+ }
90
+
91
+ /**
92
+ * Checks if an event is supported in the current execution environment.
93
+ *
94
+ * NOTE: This will not work correctly for non-generic events such as `change`,
95
+ * `reset`, `load`, `error`, and `select`.
96
+ *
97
+ * Borrows from Modernizr.
98
+ *
99
+ * @param {string} eventNameSuffix Event name, e.g. "click".
100
+ * @param {?boolean} capture Check if the capture phase is supported.
101
+ * @return {boolean} True if the event is supported.
102
+ * @internal
103
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
104
+ */
105
+ function isEventSupported(eventNameSuffix, capture) {
106
+ if (!ExecutionEnvironment.canUseDOM ||
107
+ capture && !('addEventListener' in document)) {
108
+ return false;
109
+ }
110
+
111
+ var eventName = 'on' + eventNameSuffix;
112
+ var isSupported = eventName in document;
113
+
114
+ if (!isSupported) {
115
+ var element = document.createElement('div');
116
+ element.setAttribute(eventName, 'return;');
117
+ isSupported = typeof element[eventName] === 'function';
118
+ }
119
+
120
+ if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
121
+ // This is the only way to test support for the `wheel` event in IE9+.
122
+ isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
123
+ }
124
+
125
+ return isSupported;
126
+ }
127
+
128
+ module.exports = isEventSupported;
129
+
130
+
131
+ /***/ }),
132
+
133
+ /***/ 5022:
134
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
135
+
136
+ /**
137
+ * Copyright (c) 2015, Facebook, Inc.
138
+ * All rights reserved.
139
+ *
140
+ * This source code is licensed under the BSD-style license found in the
141
+ * LICENSE file in the root directory of this source tree. An additional grant
142
+ * of patent rights can be found in the PATENTS file in the same directory.
143
+ *
144
+ * @providesModule normalizeWheel
145
+ * @typechecks
146
+ */
147
+
148
+
149
+
150
+ var UserAgent_DEPRECATED = __webpack_require__(7416);
151
+
152
+ var isEventSupported = __webpack_require__(2586);
153
+
154
+
155
+ // Reasonable defaults
156
+ var PIXEL_STEP = 10;
157
+ var LINE_HEIGHT = 40;
158
+ var PAGE_HEIGHT = 800;
159
+
160
+ /**
161
+ * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
162
+ * complicated, thus this doc is long and (hopefully) detailed enough to answer
163
+ * your questions.
164
+ *
165
+ * If you need to react to the mouse wheel in a predictable way, this code is
166
+ * like your bestest friend. * hugs *
167
+ *
168
+ * As of today, there are 4 DOM event types you can listen to:
169
+ *
170
+ * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
171
+ * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
172
+ * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
173
+ * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
174
+ *
175
+ * So what to do? The is the best:
176
+ *
177
+ * normalizeWheel.getEventType();
178
+ *
179
+ * In your event callback, use this code to get sane interpretation of the
180
+ * deltas. This code will return an object with properties:
181
+ *
182
+ * spinX -- normalized spin speed (use for zoom) - x plane
183
+ * spinY -- " - y plane
184
+ * pixelX -- normalized distance (to pixels) - x plane
185
+ * pixelY -- " - y plane
186
+ *
187
+ * Wheel values are provided by the browser assuming you are using the wheel to
188
+ * scroll a web page by a number of lines or pixels (or pages). Values can vary
189
+ * significantly on different platforms and browsers, forgetting that you can
190
+ * scroll at different speeds. Some devices (like trackpads) emit more events
191
+ * at smaller increments with fine granularity, and some emit massive jumps with
192
+ * linear speed or acceleration.
193
+ *
194
+ * This code does its best to normalize the deltas for you:
195
+ *
196
+ * - spin is trying to normalize how far the wheel was spun (or trackpad
197
+ * dragged). This is super useful for zoom support where you want to
198
+ * throw away the chunky scroll steps on the PC and make those equal to
199
+ * the slow and smooth tiny steps on the Mac. Key data: This code tries to
200
+ * resolve a single slow step on a wheel to 1.
201
+ *
202
+ * - pixel is normalizing the desired scroll delta in pixel units. You'll
203
+ * get the crazy differences between browsers, but at least it'll be in
204
+ * pixels!
205
+ *
206
+ * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
207
+ * should translate to positive value zooming IN, negative zooming OUT.
208
+ * This matches the newer 'wheel' event.
209
+ *
210
+ * Why are there spinX, spinY (or pixels)?
211
+ *
212
+ * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
213
+ * with a mouse. It results in side-scrolling in the browser by default.
214
+ *
215
+ * - spinY is what you expect -- it's the classic axis of a mouse wheel.
216
+ *
217
+ * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
218
+ * probably is by browsers in conjunction with fancy 3D controllers .. but
219
+ * you know.
220
+ *
221
+ * Implementation info:
222
+ *
223
+ * Examples of 'wheel' event if you scroll slowly (down) by one step with an
224
+ * average mouse:
225
+ *
226
+ * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
227
+ * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
228
+ * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
229
+ * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
230
+ * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
231
+ *
232
+ * On the trackpad:
233
+ *
234
+ * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
235
+ * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
236
+ *
237
+ * On other/older browsers.. it's more complicated as there can be multiple and
238
+ * also missing delta values.
239
+ *
240
+ * The 'wheel' event is more standard:
241
+ *
242
+ * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
243
+ *
244
+ * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
245
+ * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
246
+ * backward compatibility with older events. Those other values help us
247
+ * better normalize spin speed. Example of what the browsers provide:
248
+ *
249
+ * | event.wheelDelta | event.detail
250
+ * ------------------+------------------+--------------
251
+ * Safari v5/OS X | -120 | 0
252
+ * Safari v5/Win7 | -120 | 0
253
+ * Chrome v17/OS X | -120 | 0
254
+ * Chrome v17/Win7 | -120 | 0
255
+ * IE9/Win7 | -120 | undefined
256
+ * Firefox v4/OS X | undefined | 1
257
+ * Firefox v4/Win7 | undefined | 3
258
+ *
259
+ */
260
+ function normalizeWheel(/*object*/ event) /*object*/ {
261
+ var sX = 0, sY = 0, // spinX, spinY
262
+ pX = 0, pY = 0; // pixelX, pixelY
263
+
264
+ // Legacy
265
+ if ('detail' in event) { sY = event.detail; }
266
+ if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
267
+ if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
268
+ if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
269
+
270
+ // side scrolling on FF with DOMMouseScroll
271
+ if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
272
+ sX = sY;
273
+ sY = 0;
274
+ }
275
+
276
+ pX = sX * PIXEL_STEP;
277
+ pY = sY * PIXEL_STEP;
278
+
279
+ if ('deltaY' in event) { pY = event.deltaY; }
280
+ if ('deltaX' in event) { pX = event.deltaX; }
281
+
282
+ if ((pX || pY) && event.deltaMode) {
283
+ if (event.deltaMode == 1) { // delta in LINE units
284
+ pX *= LINE_HEIGHT;
285
+ pY *= LINE_HEIGHT;
286
+ } else { // delta in PAGE units
287
+ pX *= PAGE_HEIGHT;
288
+ pY *= PAGE_HEIGHT;
289
+ }
290
+ }
291
+
292
+ // Fall-back if spin cannot be determined
293
+ if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
294
+ if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
295
+
296
+ return { spinX : sX,
297
+ spinY : sY,
298
+ pixelX : pX,
299
+ pixelY : pY };
300
+ }
301
+
302
+
303
+ /**
304
+ * The best combination if you prefer spinX + spinY normalization. It favors
305
+ * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
306
+ * 'wheel' event, making spin speed determination impossible.
307
+ */
308
+ normalizeWheel.getEventType = function() /*string*/ {
309
+ return (UserAgent_DEPRECATED.firefox())
310
+ ? 'DOMMouseScroll'
311
+ : (isEventSupported('wheel'))
312
+ ? 'wheel'
313
+ : 'mousewheel';
314
+ };
315
+
316
+ module.exports = normalizeWheel;
317
+
318
+
319
+ /***/ }),
320
+
321
+ /***/ 7416:
72
322
  /***/ ((module) => {
73
323
 
74
324
  /**
@@ -357,260 +607,10 @@ module.exports = UserAgent_DEPRECATED;
357
607
 
358
608
  /***/ }),
359
609
 
360
- /***/ 3541:
610
+ /***/ 8283:
361
611
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
362
612
 
363
- /**
364
- * Copyright 2013-2015, Facebook, Inc.
365
- * All rights reserved.
366
- *
367
- * This source code is licensed under the BSD-style license found in the
368
- * LICENSE file in the root directory of this source tree. An additional grant
369
- * of patent rights can be found in the PATENTS file in the same directory.
370
- *
371
- * @providesModule isEventSupported
372
- */
373
-
374
-
375
-
376
- var ExecutionEnvironment = __webpack_require__(7430);
377
-
378
- var useHasFeature;
379
- if (ExecutionEnvironment.canUseDOM) {
380
- useHasFeature =
381
- document.implementation &&
382
- document.implementation.hasFeature &&
383
- // always returns true in newer browsers as per the standard.
384
- // @see http://dom.spec.whatwg.org/#dom-domimplementation-hasfeature
385
- document.implementation.hasFeature('', '') !== true;
386
- }
387
-
388
- /**
389
- * Checks if an event is supported in the current execution environment.
390
- *
391
- * NOTE: This will not work correctly for non-generic events such as `change`,
392
- * `reset`, `load`, `error`, and `select`.
393
- *
394
- * Borrows from Modernizr.
395
- *
396
- * @param {string} eventNameSuffix Event name, e.g. "click".
397
- * @param {?boolean} capture Check if the capture phase is supported.
398
- * @return {boolean} True if the event is supported.
399
- * @internal
400
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
401
- */
402
- function isEventSupported(eventNameSuffix, capture) {
403
- if (!ExecutionEnvironment.canUseDOM ||
404
- capture && !('addEventListener' in document)) {
405
- return false;
406
- }
407
-
408
- var eventName = 'on' + eventNameSuffix;
409
- var isSupported = eventName in document;
410
-
411
- if (!isSupported) {
412
- var element = document.createElement('div');
413
- element.setAttribute(eventName, 'return;');
414
- isSupported = typeof element[eventName] === 'function';
415
- }
416
-
417
- if (!isSupported && useHasFeature && eventNameSuffix === 'wheel') {
418
- // This is the only way to test support for the `wheel` event in IE9+.
419
- isSupported = document.implementation.hasFeature('Events.wheel', '3.0');
420
- }
421
-
422
- return isSupported;
423
- }
424
-
425
- module.exports = isEventSupported;
426
-
427
-
428
- /***/ }),
429
-
430
- /***/ 2527:
431
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
432
-
433
- /**
434
- * Copyright (c) 2015, Facebook, Inc.
435
- * All rights reserved.
436
- *
437
- * This source code is licensed under the BSD-style license found in the
438
- * LICENSE file in the root directory of this source tree. An additional grant
439
- * of patent rights can be found in the PATENTS file in the same directory.
440
- *
441
- * @providesModule normalizeWheel
442
- * @typechecks
443
- */
444
-
445
-
446
-
447
- var UserAgent_DEPRECATED = __webpack_require__(6377);
448
-
449
- var isEventSupported = __webpack_require__(3541);
450
-
451
-
452
- // Reasonable defaults
453
- var PIXEL_STEP = 10;
454
- var LINE_HEIGHT = 40;
455
- var PAGE_HEIGHT = 800;
456
-
457
- /**
458
- * Mouse wheel (and 2-finger trackpad) support on the web sucks. It is
459
- * complicated, thus this doc is long and (hopefully) detailed enough to answer
460
- * your questions.
461
- *
462
- * If you need to react to the mouse wheel in a predictable way, this code is
463
- * like your bestest friend. * hugs *
464
- *
465
- * As of today, there are 4 DOM event types you can listen to:
466
- *
467
- * 'wheel' -- Chrome(31+), FF(17+), IE(9+)
468
- * 'mousewheel' -- Chrome, IE(6+), Opera, Safari
469
- * 'MozMousePixelScroll' -- FF(3.5 only!) (2010-2013) -- don't bother!
470
- * 'DOMMouseScroll' -- FF(0.9.7+) since 2003
471
- *
472
- * So what to do? The is the best:
473
- *
474
- * normalizeWheel.getEventType();
475
- *
476
- * In your event callback, use this code to get sane interpretation of the
477
- * deltas. This code will return an object with properties:
478
- *
479
- * spinX -- normalized spin speed (use for zoom) - x plane
480
- * spinY -- " - y plane
481
- * pixelX -- normalized distance (to pixels) - x plane
482
- * pixelY -- " - y plane
483
- *
484
- * Wheel values are provided by the browser assuming you are using the wheel to
485
- * scroll a web page by a number of lines or pixels (or pages). Values can vary
486
- * significantly on different platforms and browsers, forgetting that you can
487
- * scroll at different speeds. Some devices (like trackpads) emit more events
488
- * at smaller increments with fine granularity, and some emit massive jumps with
489
- * linear speed or acceleration.
490
- *
491
- * This code does its best to normalize the deltas for you:
492
- *
493
- * - spin is trying to normalize how far the wheel was spun (or trackpad
494
- * dragged). This is super useful for zoom support where you want to
495
- * throw away the chunky scroll steps on the PC and make those equal to
496
- * the slow and smooth tiny steps on the Mac. Key data: This code tries to
497
- * resolve a single slow step on a wheel to 1.
498
- *
499
- * - pixel is normalizing the desired scroll delta in pixel units. You'll
500
- * get the crazy differences between browsers, but at least it'll be in
501
- * pixels!
502
- *
503
- * - positive value indicates scrolling DOWN/RIGHT, negative UP/LEFT. This
504
- * should translate to positive value zooming IN, negative zooming OUT.
505
- * This matches the newer 'wheel' event.
506
- *
507
- * Why are there spinX, spinY (or pixels)?
508
- *
509
- * - spinX is a 2-finger side drag on the trackpad, and a shift + wheel turn
510
- * with a mouse. It results in side-scrolling in the browser by default.
511
- *
512
- * - spinY is what you expect -- it's the classic axis of a mouse wheel.
513
- *
514
- * - I dropped spinZ/pixelZ. It is supported by the DOM 3 'wheel' event and
515
- * probably is by browsers in conjunction with fancy 3D controllers .. but
516
- * you know.
517
- *
518
- * Implementation info:
519
- *
520
- * Examples of 'wheel' event if you scroll slowly (down) by one step with an
521
- * average mouse:
522
- *
523
- * OS X + Chrome (mouse) - 4 pixel delta (wheelDelta -120)
524
- * OS X + Safari (mouse) - N/A pixel delta (wheelDelta -12)
525
- * OS X + Firefox (mouse) - 0.1 line delta (wheelDelta N/A)
526
- * Win8 + Chrome (mouse) - 100 pixel delta (wheelDelta -120)
527
- * Win8 + Firefox (mouse) - 3 line delta (wheelDelta -120)
528
- *
529
- * On the trackpad:
530
- *
531
- * OS X + Chrome (trackpad) - 2 pixel delta (wheelDelta -6)
532
- * OS X + Firefox (trackpad) - 1 pixel delta (wheelDelta N/A)
533
- *
534
- * On other/older browsers.. it's more complicated as there can be multiple and
535
- * also missing delta values.
536
- *
537
- * The 'wheel' event is more standard:
538
- *
539
- * http://www.w3.org/TR/DOM-Level-3-Events/#events-wheelevents
540
- *
541
- * The basics is that it includes a unit, deltaMode (pixels, lines, pages), and
542
- * deltaX, deltaY and deltaZ. Some browsers provide other values to maintain
543
- * backward compatibility with older events. Those other values help us
544
- * better normalize spin speed. Example of what the browsers provide:
545
- *
546
- * | event.wheelDelta | event.detail
547
- * ------------------+------------------+--------------
548
- * Safari v5/OS X | -120 | 0
549
- * Safari v5/Win7 | -120 | 0
550
- * Chrome v17/OS X | -120 | 0
551
- * Chrome v17/Win7 | -120 | 0
552
- * IE9/Win7 | -120 | undefined
553
- * Firefox v4/OS X | undefined | 1
554
- * Firefox v4/Win7 | undefined | 3
555
- *
556
- */
557
- function normalizeWheel(/*object*/ event) /*object*/ {
558
- var sX = 0, sY = 0, // spinX, spinY
559
- pX = 0, pY = 0; // pixelX, pixelY
560
-
561
- // Legacy
562
- if ('detail' in event) { sY = event.detail; }
563
- if ('wheelDelta' in event) { sY = -event.wheelDelta / 120; }
564
- if ('wheelDeltaY' in event) { sY = -event.wheelDeltaY / 120; }
565
- if ('wheelDeltaX' in event) { sX = -event.wheelDeltaX / 120; }
566
-
567
- // side scrolling on FF with DOMMouseScroll
568
- if ( 'axis' in event && event.axis === event.HORIZONTAL_AXIS ) {
569
- sX = sY;
570
- sY = 0;
571
- }
572
-
573
- pX = sX * PIXEL_STEP;
574
- pY = sY * PIXEL_STEP;
575
-
576
- if ('deltaY' in event) { pY = event.deltaY; }
577
- if ('deltaX' in event) { pX = event.deltaX; }
578
-
579
- if ((pX || pY) && event.deltaMode) {
580
- if (event.deltaMode == 1) { // delta in LINE units
581
- pX *= LINE_HEIGHT;
582
- pY *= LINE_HEIGHT;
583
- } else { // delta in PAGE units
584
- pX *= PAGE_HEIGHT;
585
- pY *= PAGE_HEIGHT;
586
- }
587
- }
588
-
589
- // Fall-back if spin cannot be determined
590
- if (pX && !sX) { sX = (pX < 1) ? -1 : 1; }
591
- if (pY && !sY) { sY = (pY < 1) ? -1 : 1; }
592
-
593
- return { spinX : sX,
594
- spinY : sY,
595
- pixelX : pX,
596
- pixelY : pY };
597
- }
598
-
599
-
600
- /**
601
- * The best combination if you prefer spinX + spinY normalization. It favors
602
- * the older DOMMouseScroll for Firefox, as FF does not include wheelDelta with
603
- * 'wheel' event, making spin speed determination impossible.
604
- */
605
- normalizeWheel.getEventType = function() /*string*/ {
606
- return (UserAgent_DEPRECATED.firefox())
607
- ? 'DOMMouseScroll'
608
- : (isEventSupported('wheel'))
609
- ? 'wheel'
610
- : 'mousewheel';
611
- };
612
-
613
- module.exports = normalizeWheel;
613
+ module.exports = __webpack_require__(5022);
614
614
 
615
615
 
616
616
  /***/ })
@@ -673,23 +673,23 @@ module.exports = normalizeWheel;
673
673
  /******/
674
674
  /************************************************************************/
675
675
  var __webpack_exports__ = {};
676
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
677
- (() => {
678
676
 
679
677
  // EXPORTS
680
678
  __webpack_require__.d(__webpack_exports__, {
681
679
  "default": () => (/* binding */ src)
682
680
  });
683
681
 
684
- ;// CONCATENATED MODULE: external "../shared"
685
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
686
- var y = x => () => x
687
- const shared_namespaceObject = x({ ["InputBehaviorType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.InputBehaviorType, ["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 });
688
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
682
+ ;// external "../shared"
683
+ var x = (y) => {
684
+ var x = {}; __webpack_require__.d(x, y); return x
685
+ }
686
+ var y = (x) => (() => (x))
687
+ const shared_namespaceObject = x({ ["InputBehaviorType"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.InputBehaviorType), ["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) });
688
+ ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
689
689
  function _arrayWithHoles(arr) {
690
690
  if (Array.isArray(arr)) return arr;
691
691
  }
692
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
692
+ ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
693
693
  function _iterableToArrayLimit(r, l) {
694
694
  var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
695
695
  if (null != t) {
@@ -717,13 +717,13 @@ function _iterableToArrayLimit(r, l) {
717
717
  return a;
718
718
  }
719
719
  }
720
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
720
+ ;// ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
721
721
  function _arrayLikeToArray(arr, len) {
722
722
  if (len == null || len > arr.length) len = arr.length;
723
723
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
724
724
  return arr2;
725
725
  }
726
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
726
+ ;// ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
727
727
 
728
728
  function _unsupportedIterableToArray(o, minLen) {
729
729
  if (!o) return;
@@ -733,11 +733,11 @@ function _unsupportedIterableToArray(o, minLen) {
733
733
  if (n === "Map" || n === "Set") return Array.from(o);
734
734
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
735
735
  }
736
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
736
+ ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
737
737
  function _nonIterableRest() {
738
738
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
739
739
  }
740
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
740
+ ;// ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
741
741
 
742
742
 
743
743
 
@@ -745,7 +745,7 @@ function _nonIterableRest() {
745
745
  function _slicedToArray(arr, i) {
746
746
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
747
747
  }
748
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
748
+ ;// ../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
749
749
  function _objectWithoutPropertiesLoose(source, excluded) {
750
750
  if (source == null) return {};
751
751
  var target = {};
@@ -758,7 +758,7 @@ function _objectWithoutPropertiesLoose(source, excluded) {
758
758
  }
759
759
  return target;
760
760
  }
761
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js
761
+ ;// ../../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js
762
762
 
763
763
  function _objectWithoutProperties(source, excluded) {
764
764
  if (source == null) return {};
@@ -775,7 +775,7 @@ function _objectWithoutProperties(source, excluded) {
775
775
  }
776
776
  return target;
777
777
  }
778
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
778
+ ;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
779
779
  function _typeof(o) {
780
780
  "@babel/helpers - typeof";
781
781
 
@@ -785,7 +785,7 @@ function _typeof(o) {
785
785
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
786
786
  }, _typeof(o);
787
787
  }
788
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
788
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
789
789
 
790
790
  function toPrimitive(t, r) {
791
791
  if ("object" != _typeof(t) || !t) return t;
@@ -797,14 +797,14 @@ function toPrimitive(t, r) {
797
797
  }
798
798
  return ("string" === r ? String : Number)(t);
799
799
  }
800
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
800
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
801
801
 
802
802
 
803
803
  function toPropertyKey(t) {
804
804
  var i = toPrimitive(t, "string");
805
805
  return "symbol" == _typeof(i) ? i : String(i);
806
806
  }
807
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
807
+ ;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
808
808
 
809
809
  function _defineProperty(obj, key, value) {
810
810
  key = toPropertyKey(key);
@@ -820,15 +820,19 @@ function _defineProperty(obj, key, value) {
820
820
  }
821
821
  return obj;
822
822
  }
823
- ;// CONCATENATED MODULE: external "vue"
824
- var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
825
- var external_vue_y = x => () => x
826
- const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createTextVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
827
- ;// CONCATENATED MODULE: external "../config-provider"
828
- var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
829
- var config_provider_y = x => () => x
830
- const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
831
- ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
823
+ ;// external "vue"
824
+ var external_vue_x = (y) => {
825
+ var x = {}; __webpack_require__.d(x, y); return x
826
+ }
827
+ var external_vue_y = (x) => (() => (x))
828
+ const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.Fragment), ["computed"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.computed), ["createTextVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode), ["createVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createVNode), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent), ["h"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.h), ["mergeProps"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.mergeProps), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["onMounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onMounted), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render), ["resolveDirective"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective), ["watch"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watch), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
829
+ ;// external "../config-provider"
830
+ var config_provider_x = (y) => {
831
+ var x = {}; __webpack_require__.d(x, y); return x
832
+ }
833
+ var config_provider_y = (x) => (() => (x))
834
+ const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale), ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
835
+ ;// ../../packages/directives/src/clickoutside.ts
832
836
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = clickoutside_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; } } }; }
833
837
  function clickoutside_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return clickoutside_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 clickoutside_arrayLikeToArray(o, minLen); }
834
838
  function clickoutside_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; }
@@ -954,11 +958,13 @@ ClickOutside.install = function (app) {
954
958
  app.directive('bkTooltips', ClickOutside);
955
959
  };
956
960
  /* harmony default export */ const clickoutside = ((/* unused pure expression or super */ null && (ClickOutside)));
957
- ;// CONCATENATED MODULE: external "../plugin-popover"
958
- var plugin_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
959
- var plugin_popover_y = x => () => x
960
- const plugin_popover_namespaceObject = plugin_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
961
- ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
961
+ ;// external "../popover"
962
+ var popover_x = (y) => {
963
+ var x = {}; __webpack_require__.d(x, y); return x
964
+ }
965
+ var popover_y = (x) => (() => (x))
966
+ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover) });
967
+ ;// ../../packages/directives/src/ellipsis.ts
962
968
 
963
969
  /*
964
970
  * Tencent is pleased to support the open source community by making
@@ -1035,7 +1041,7 @@ var createInstance = function createInstance(el, binding) {
1035
1041
  onContentMouseenter: handleContentEnter,
1036
1042
  onContentMouseleave: handleContentLeave
1037
1043
  });
1038
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
1044
+ instance = (0,popover_namespaceObject.$bkPopover)(targetOptions);
1039
1045
  }, 300);
1040
1046
  };
1041
1047
  var handleMouseLeave = function handleMouseLeave() {
@@ -1069,9 +1075,9 @@ var ellipsis = {
1069
1075
  };
1070
1076
  /* harmony default export */ const src_ellipsis = ((/* unused pure expression or super */ null && (ellipsis)));
1071
1077
  // EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
1072
- var normalize_wheel = __webpack_require__(2439);
1078
+ var normalize_wheel = __webpack_require__(8283);
1073
1079
  var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
1074
- ;// CONCATENATED MODULE: ../../packages/directives/src/mousewheel.ts
1080
+ ;// ../../packages/directives/src/mousewheel.ts
1075
1081
  /*
1076
1082
  * Tencent is pleased to support the open source community by making
1077
1083
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1113,20 +1119,20 @@ var mousewheel = {
1113
1119
  }
1114
1120
  };
1115
1121
  /* harmony default export */ const src_mousewheel = ((/* unused pure expression or super */ null && (mousewheel)));
1116
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1122
+ ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1117
1123
 
1118
1124
  function _arrayWithoutHoles(arr) {
1119
1125
  if (Array.isArray(arr)) return _arrayLikeToArray(arr);
1120
1126
  }
1121
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1127
+ ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1122
1128
  function _iterableToArray(iter) {
1123
1129
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1124
1130
  }
1125
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1131
+ ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1126
1132
  function _nonIterableSpread() {
1127
1133
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1128
1134
  }
1129
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1135
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1130
1136
 
1131
1137
 
1132
1138
 
@@ -1134,11 +1140,13 @@ function _nonIterableSpread() {
1134
1140
  function _toConsumableArray(arr) {
1135
1141
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
1136
1142
  }
1137
- ;// CONCATENATED MODULE: external "@popperjs/core"
1138
- var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1139
- var core_y = x => () => x
1140
- const core_namespaceObject = core_x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
1141
- ;// CONCATENATED MODULE: ../../packages/directives/src/tooltips.ts
1143
+ ;// external "@popperjs/core"
1144
+ var core_x = (y) => {
1145
+ var x = {}; __webpack_require__.d(x, y); return x
1146
+ }
1147
+ var core_y = (x) => (() => (x))
1148
+ const core_namespaceObject = core_x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
1149
+ ;// ../../packages/directives/src/tooltips.ts
1142
1150
 
1143
1151
 
1144
1152
 
@@ -1430,15 +1438,19 @@ function hide(el) {
1430
1438
  }
1431
1439
  }
1432
1440
  /* harmony default export */ const src_tooltips = (tooltips);
1433
- ;// CONCATENATED MODULE: external "../loading"
1434
- var external_loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1435
- var external_loading_y = x => () => x
1441
+ ;// external "../loading"
1442
+ var external_loading_x = (y) => {
1443
+ var x = {}; __webpack_require__.d(x, y); return x
1444
+ }
1445
+ var external_loading_y = (x) => (() => (x))
1436
1446
  const external_loading_namespaceObject = external_loading_x({ });
1437
- ;// CONCATENATED MODULE: external "../overflow-title"
1438
- var external_overflow_title_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1439
- var external_overflow_title_y = x => () => x
1447
+ ;// external "../overflow-title"
1448
+ var external_overflow_title_x = (y) => {
1449
+ var x = {}; __webpack_require__.d(x, y); return x
1450
+ }
1451
+ var external_overflow_title_y = (x) => (() => (x))
1440
1452
  const external_overflow_title_namespaceObject = external_overflow_title_x({ });
1441
- ;// CONCATENATED MODULE: ../../packages/directives/src/index.ts
1453
+ ;// ../../packages/directives/src/index.ts
1442
1454
  /*
1443
1455
  * Tencent is pleased to support the open source community by making
1444
1456
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1471,11 +1483,13 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
1471
1483
 
1472
1484
 
1473
1485
  // export { createInstance as bkEllipsisInstance } from './ellipsis';
1474
- ;// CONCATENATED MODULE: external "../icon"
1475
- var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1476
- var icon_y = x => () => x
1477
- const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["DownSmall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.DownSmall, ["Eye"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Eye, ["Search"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Search, ["Unvisible"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Unvisible });
1478
- ;// CONCATENATED MODULE: ../../packages/input/src/util.ts
1486
+ ;// external "../icon"
1487
+ var icon_x = (y) => {
1488
+ var x = {}; __webpack_require__.d(x, y); return x
1489
+ }
1490
+ var icon_y = (x) => (() => (x))
1491
+ const icon_namespaceObject = icon_x({ ["Close"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close), ["DownSmall"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.DownSmall), ["Eye"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Eye), ["Search"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Search), ["Unvisible"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Unvisible) });
1492
+ ;// ../../packages/input/src/util.ts
1479
1493
  /*
1480
1494
  * Tencent is pleased to support the open source community by making
1481
1495
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1564,7 +1578,7 @@ function calcTextareaHeight(targetElement) {
1564
1578
  hiddenTextarea = undefined;
1565
1579
  return result;
1566
1580
  }
1567
- ;// CONCATENATED MODULE: ../../packages/input/src/input.tsx
1581
+ ;// ../../packages/input/src/input.tsx
1568
1582
 
1569
1583
 
1570
1584
 
@@ -2038,7 +2052,7 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_definePro
2038
2052
  };
2039
2053
  }
2040
2054
  }));
2041
- ;// CONCATENATED MODULE: ../../packages/input/src/index.ts
2055
+ ;// ../../packages/input/src/index.ts
2042
2056
  /*
2043
2057
  * Tencent is pleased to support the open source community by making
2044
2058
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -2068,7 +2082,5 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_definePro
2068
2082
 
2069
2083
  var BkInput = (0,shared_namespaceObject.withInstall)(input);
2070
2084
  /* harmony default export */ const src = (BkInput);
2071
- })();
2072
-
2073
2085
  var __webpack_exports__default = __webpack_exports__["default"];
2074
2086
  export { __webpack_exports__default as default };