bkui-vue 2.0.1-beta.99 → 2.0.2-beta.1
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.
- package/dist/index.cjs.js +133 -159
- package/dist/index.esm.js +26188 -29904
- package/dist/index.umd.js +133 -159
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.css +0 -130
- package/lib/affix/affix.variable.css +1 -261
- package/lib/affix/index.js +30 -22
- package/lib/alert/alert.css +3 -133
- package/lib/alert/alert.variable.css +1 -261
- package/lib/alert/index.js +30 -22
- package/lib/animate-number/index.js +14 -10
- package/lib/backtop/backtop.css +3 -133
- package/lib/backtop/backtop.variable.css +4 -394
- package/lib/backtop/index.js +32 -22
- package/lib/badge/badge.css +26 -156
- package/lib/badge/badge.variable.css +1 -261
- package/lib/badge/index.js +24 -18
- package/lib/breadcrumb/breadcrumb.css +5 -135
- package/lib/breadcrumb/breadcrumb.variable.css +6 -396
- package/lib/breadcrumb/index.js +31 -23
- package/lib/button/button.css +143 -273
- package/lib/button/button.variable.css +1 -261
- package/lib/button/index.d.ts +2 -1
- package/lib/button/index.js +36 -26
- package/lib/card/card.css +4 -134
- package/lib/card/card.variable.css +5 -395
- package/lib/card/index.js +47 -33
- package/lib/cascader/cascader.css +27 -153
- package/lib/cascader/cascader.d.ts +2 -2
- package/lib/cascader/cascader.less +5 -0
- package/lib/cascader/cascader.variable.css +28 -414
- package/lib/cascader/index.d.ts +6 -6
- package/lib/cascader/index.js +1609 -859
- package/lib/checkbox/checkbox.css +10 -140
- package/lib/checkbox/checkbox.variable.css +1 -261
- package/lib/checkbox/index.js +44 -34
- package/lib/code-diff/code-diff.css +0 -130
- package/lib/code-diff/code-diff.variable.css +1 -261
- package/lib/code-diff/index.js +83 -79
- package/lib/collapse/collapse.css +1 -131
- package/lib/collapse/collapse.variable.css +1 -261
- package/lib/collapse/index.js +39 -33
- package/lib/collapse-transition/collapse-transition.css +0 -130
- package/lib/collapse-transition/collapse-transition.variable.css +1 -261
- package/lib/collapse-transition/index.js +20 -14
- package/lib/color-picker/color-picker.css +0 -130
- package/lib/color-picker/color-picker.variable.css +1 -261
- package/lib/color-picker/index.js +1646 -440
- package/lib/config-provider/config-provider.css +0 -130
- package/lib/config-provider/config-provider.variable.css +1 -261
- package/lib/config-provider/index.js +34 -26
- package/lib/container/container.css +0 -130
- package/lib/container/container.variable.css +1 -391
- package/lib/container/index.js +27 -21
- package/lib/date-picker/date-picker.css +17 -147
- package/lib/date-picker/date-picker.variable.css +1 -261
- package/lib/date-picker/index.d.ts +2 -1
- package/lib/date-picker/index.js +1992 -554
- package/lib/dialog/dialog.css +8 -138
- package/lib/dialog/dialog.variable.css +9 -399
- package/lib/dialog/index.js +101 -87
- package/lib/directives/index.d.ts +1 -0
- package/lib/directives/index.js +495 -378
- package/lib/divider/divider.css +3 -133
- package/lib/divider/divider.variable.css +1 -261
- package/lib/divider/index.js +21 -15
- package/lib/dropdown/dropdown.css +0 -130
- package/lib/dropdown/dropdown.variable.css +1 -391
- package/lib/dropdown/index.js +43 -31
- package/lib/exception/exception.css +0 -130
- package/lib/exception/exception.variable.css +1 -261
- package/lib/exception/index.js +55 -49
- package/lib/fixed-navbar/fixed-navbar.css +4 -134
- package/lib/fixed-navbar/fixed-navbar.variable.css +1 -261
- package/lib/fixed-navbar/index.js +20 -14
- package/lib/form/form.css +0 -130
- package/lib/form/form.variable.css +1 -261
- package/lib/form/index.js +1623 -198
- package/lib/icon/angle-double-down-line.js +14 -12
- package/lib/icon/angle-double-left-line.js +14 -12
- package/lib/icon/angle-double-left.js +14 -12
- package/lib/icon/angle-double-right-line.js +14 -12
- package/lib/icon/angle-double-right.js +14 -12
- package/lib/icon/angle-double-up-line.js +14 -12
- package/lib/icon/angle-down-fill.js +14 -12
- package/lib/icon/angle-down-line.js +14 -12
- package/lib/icon/angle-down.js +14 -12
- package/lib/icon/angle-left.js +14 -12
- package/lib/icon/angle-right.js +14 -12
- package/lib/icon/angle-up-fill.js +14 -12
- package/lib/icon/angle-up.js +14 -12
- package/lib/icon/archive-fill.js +14 -12
- package/lib/icon/arrows-left.js +14 -12
- package/lib/icon/arrows-right.js +14 -12
- package/lib/icon/assistant.js +14 -12
- package/lib/icon/audio-fill.js +14 -12
- package/lib/icon/bk.js +14 -12
- package/lib/icon/circle.js +14 -12
- package/lib/icon/close-line.js +14 -12
- package/lib/icon/close.js +14 -12
- package/lib/icon/code.js +14 -12
- package/lib/icon/cog-shape.js +14 -12
- package/lib/icon/collapse-left.js +14 -12
- package/lib/icon/copy-shape.js +14 -12
- package/lib/icon/copy.js +14 -12
- package/lib/icon/data-shape.js +14 -12
- package/lib/icon/del.js +14 -12
- package/lib/icon/doc-fill.js +14 -12
- package/lib/icon/done.js +14 -12
- package/lib/icon/down-shape.js +14 -12
- package/lib/icon/down-small.js +14 -12
- package/lib/icon/edit-line.js +14 -12
- package/lib/icon/ellipsis.js +14 -12
- package/lib/icon/enlarge-line.js +14 -12
- package/lib/icon/error.js +14 -12
- package/lib/icon/excel-fill.js +14 -12
- package/lib/icon/exclamation-circle-shape.js +14 -12
- package/lib/icon/eye.js +14 -12
- package/lib/icon/filliscreen-line.js +14 -12
- package/lib/icon/fix-line.js +14 -12
- package/lib/icon/fix-shape.js +14 -12
- package/lib/icon/folder-open.js +14 -12
- package/lib/icon/folder-shape-open.js +14 -12
- package/lib/icon/folder-shape.js +14 -12
- package/lib/icon/folder.js +14 -12
- package/lib/icon/funnel.js +14 -12
- package/lib/icon/grag-fill.js +14 -12
- package/lib/icon/help-document-fill.js +14 -12
- package/lib/icon/help-fill.js +14 -12
- package/lib/icon/help.js +14 -12
- package/lib/icon/image-fill.js +14 -12
- package/lib/icon/img-error.js +14 -12
- package/lib/icon/img-placehoulder.js +14 -12
- package/lib/icon/info-line.js +14 -12
- package/lib/icon/info.js +14 -12
- package/lib/icon/left-shape.js +14 -12
- package/lib/icon/left-turn-line.js +14 -12
- package/lib/icon/loading.js +14 -12
- package/lib/icon/narrow-line.js +14 -12
- package/lib/icon/original.js +14 -12
- package/lib/icon/pdf-fill.js +14 -12
- package/lib/icon/play-shape.js +14 -12
- package/lib/icon/plus.js +14 -12
- package/lib/icon/ppt-fill.js +14 -12
- package/lib/icon/qq.js +14 -12
- package/lib/icon/right-shape.js +14 -12
- package/lib/icon/right-turn-line.js +14 -12
- package/lib/icon/search.js +14 -12
- package/lib/icon/share.js +14 -12
- package/lib/icon/spinner.js +14 -12
- package/lib/icon/success.js +14 -12
- package/lib/icon/switcher-loading.js +14 -12
- package/lib/icon/text-all.js +14 -12
- package/lib/icon/text-file.js +14 -12
- package/lib/icon/text-fill.js +14 -12
- package/lib/icon/transfer.js +14 -12
- package/lib/icon/tree-application-shape.js +14 -12
- package/lib/icon/unfull-screen.js +14 -12
- package/lib/icon/unvisible.js +14 -12
- package/lib/icon/up-shape.js +14 -12
- package/lib/icon/upload.js +14 -12
- package/lib/icon/video-fill.js +14 -12
- package/lib/icon/warn.js +14 -12
- package/lib/icon/weixin-pro.js +14 -12
- package/lib/icon/weixin.js +14 -12
- package/lib/image/image-viewer.css +0 -130
- package/lib/image/image-viewer.variable.css +1 -261
- package/lib/image/image.css +0 -130
- package/lib/image/image.variable.css +1 -391
- package/lib/image/index.js +1502 -182
- package/lib/index.js +1 -1
- package/lib/info-box/index.js +101 -87
- package/lib/info-box/info-box.css +4 -134
- package/lib/info-box/info-box.variable.css +1 -261
- package/lib/input/index.js +1342 -42
- package/lib/input/input.css +75 -205
- package/lib/input/input.variable.css +76 -466
- package/lib/link/index.js +26 -18
- package/lib/link/link.css +16 -146
- package/lib/link/link.variable.css +1 -261
- package/lib/loading/index.js +25 -19
- package/lib/loading/loading.css +16 -146
- package/lib/loading/loading.variable.css +17 -407
- package/lib/locale/index.js +3 -3
- package/lib/menu/index.js +40 -32
- package/lib/menu/menu.css +20 -150
- package/lib/menu/menu.variable.css +21 -411
- package/lib/menu/submenu.css +0 -130
- package/lib/menu/submenu.variable.css +1 -261
- package/lib/message/index.js +47 -41
- package/lib/message/message.css +21 -151
- package/lib/message/message.variable.css +1 -261
- package/lib/modal/index.js +42 -29
- package/lib/modal/modal.css +4 -134
- package/lib/modal/modal.variable.css +5 -395
- package/lib/navigation/index.js +27 -19
- package/lib/navigation/navigation.css +2 -132
- package/lib/navigation/navigation.variable.css +1 -261
- package/lib/notify/index.js +37 -27
- package/lib/notify/notify.css +7 -137
- package/lib/notify/notify.variable.css +1 -261
- package/lib/overflow-title/components/overflow-title.d.ts +20 -0
- package/lib/overflow-title/index.d.ts +40 -0
- package/lib/overflow-title/index.js +43 -30
- package/lib/overflow-title/overflow-title.css +3 -0
- package/lib/overflow-title/overflow-title.less +4 -0
- package/lib/overflow-title/overflow-title.variable.css +3 -0
- package/lib/overflow-title/props.d.ts +10 -0
- package/lib/pagination/index.d.ts +3 -3
- package/lib/pagination/index.js +62 -46
- package/lib/pagination/pagination.css +1 -131
- package/lib/pagination/pagination.d.ts +1 -1
- package/lib/pagination/pagination.variable.css +1 -261
- package/lib/plugin-popover/index.d.ts +1 -1
- package/lib/plugin-popover/index.js +35 -21266
- package/lib/plugins/index.js +7 -5
- package/lib/pop-confirm/index.d.ts +8 -0
- package/lib/pop-confirm/index.js +64 -40
- package/lib/pop-confirm/pop-confirm.css +0 -130
- package/lib/pop-confirm/pop-confirm.d.ts +4 -0
- package/lib/pop-confirm/pop-confirm.variable.css +1 -261
- package/lib/pop-confirm/props.d.ts +3 -0
- package/lib/popover/index.d.ts +49 -3
- package/lib/popover/index.js +1323 -17381
- package/lib/popover/popover.css +0 -130
- package/lib/popover/popover.d.ts +23 -1
- package/lib/popover/popover.variable.css +1 -261
- package/lib/popover/props.d.ts +16 -0
- package/lib/popover/use-popover-init.d.ts +1 -2
- package/lib/popover/utils.d.ts +1 -1
- package/lib/popover2/index.js +14 -10
- package/lib/process/index.js +78 -74
- package/lib/process/process.css +13 -143
- package/lib/process/process.variable.css +1 -261
- package/lib/progress/index.js +26 -20
- package/lib/progress/progress.css +4 -134
- package/lib/progress/progress.variable.css +5 -395
- package/lib/radio/index.js +39 -31
- package/lib/radio/radio.css +42 -172
- package/lib/radio/radio.variable.css +1 -261
- package/lib/rate/index.js +25 -19
- package/lib/rate/rate.css +0 -130
- package/lib/rate/rate.variable.css +1 -261
- package/lib/resize-layout/index.js +30 -22
- package/lib/resize-layout/resize-layout.css +0 -130
- package/lib/resize-layout/resize-layout.variable.css +1 -261
- package/lib/scrollbar/css/scrollbar.css +0 -130
- package/lib/scrollbar/css/scrollbar.variable.css +1 -261
- package/lib/scrollbar/index.js +25 -25
- package/lib/search-select/index.d.ts +6 -0
- package/lib/search-select/index.js +1514 -238
- package/lib/search-select/input.d.ts +1 -0
- package/lib/search-select/search-select.css +78 -208
- package/lib/search-select/search-select.d.ts +2 -0
- package/lib/search-select/search-select.less +39 -39
- package/lib/search-select/search-select.variable.css +79 -469
- package/lib/search-select/selected.d.ts +2 -0
- package/lib/select/index.d.ts +78 -7
- package/lib/select/index.js +1460 -181
- package/lib/select/select.css +42 -169
- package/lib/select/select.d.ts +32 -2
- package/lib/select/select.less +4 -0
- package/lib/select/select.variable.css +43 -430
- package/lib/shared/index.js +57 -49
- package/lib/sideslider/index.js +89 -79
- package/lib/sideslider/sideslider.css +1 -131
- package/lib/sideslider/sideslider.variable.css +1 -261
- package/lib/slider/index.js +85 -75
- package/lib/slider/slider.css +5 -135
- package/lib/slider/slider.variable.css +1 -261
- package/lib/steps/index.js +78 -72
- package/lib/steps/steps.css +38 -168
- package/lib/steps/steps.variable.css +1 -261
- package/lib/styles/mixins/animate.css +0 -130
- package/lib/styles/mixins/animate.variable.css +1 -261
- package/lib/styles/mixins/mixins.css +0 -130
- package/lib/styles/mixins/mixins.variable.css +0 -130
- package/lib/styles/mixins/popper.css +0 -130
- package/lib/styles/mixins/popper.variable.css +1 -261
- package/lib/styles/mixins/scroll.css +0 -130
- package/lib/styles/mixins/scroll.variable.css +1 -261
- package/lib/styles/reset.css +0 -130
- package/lib/styles/reset.variable.css +1 -261
- package/lib/styles/themes/themes.less +130 -299
- package/lib/swiper/index.js +24 -18
- package/lib/swiper/swiper.css +0 -130
- package/lib/swiper/swiper.variable.css +1 -261
- package/lib/switcher/index.js +30 -22
- package/lib/switcher/switcher.css +17 -147
- package/lib/switcher/switcher.variable.css +18 -408
- package/lib/tab/index.js +1324 -43
- package/lib/tab/tab.css +26 -156
- package/lib/tab/tab.variable.css +1 -261
- package/lib/table/components/table-column.d.ts +1 -1
- package/lib/table/index.d.ts +7 -7
- package/lib/table/index.js +1543 -17458
- package/lib/table/plugins/head-filter.css +0 -130
- package/lib/table/plugins/head-filter.variable.css +1 -261
- package/lib/table/plugins/head-sort.css +0 -130
- package/lib/table/plugins/head-sort.variable.css +1 -261
- package/lib/table/plugins/settings.css +0 -130
- package/lib/table/plugins/settings.variable.css +1 -261
- package/lib/table/table.css +189 -319
- package/lib/table/table.d.ts +2 -2
- package/lib/table/table.variable.css +190 -580
- package/lib/table-column/index.d.ts +3 -3
- package/lib/table-column/index.js +17 -17995
- package/lib/tag/index.js +36 -26
- package/lib/tag/tag.css +5 -135
- package/lib/tag/tag.variable.css +1 -261
- package/lib/tag-input/index.d.ts +52 -10
- package/lib/tag-input/index.js +1453 -17423
- package/lib/tag-input/tag-input.css +21 -148
- package/lib/tag-input/tag-input.d.ts +24 -4
- package/lib/tag-input/tag-input.less +4 -0
- package/lib/tag-input/tag-input.variable.css +4 -261
- package/lib/tag-input/tag-props.d.ts +11 -1
- package/lib/tag-input/tag-render.d.ts +2 -2
- package/lib/time-picker/index.js +13 -9
- package/lib/time-picker/time-picker.css +0 -130
- package/lib/time-picker/time-picker.variable.css +1 -261
- package/lib/timeline/index.js +21 -15
- package/lib/timeline/timeline.css +19 -149
- package/lib/timeline/timeline.variable.css +1 -261
- package/lib/transfer/index.d.ts +3 -3
- package/lib/transfer/index.js +56 -40
- package/lib/transfer/transfer.css +19 -149
- package/lib/transfer/transfer.d.ts +1 -1
- package/lib/transfer/transfer.variable.css +1 -261
- package/lib/tree/index.d.ts +3 -3
- package/lib/tree/index.js +107 -17342
- package/lib/tree/tree.css +10 -140
- package/lib/tree/tree.d.ts +1 -1
- package/lib/tree/tree.variable.css +11 -401
- package/lib/upload/index.js +584 -572
- package/lib/upload/upload.css +27 -157
- package/lib/upload/upload.variable.css +28 -418
- package/lib/virtual-render/index.d.ts +3 -3
- package/lib/virtual-render/index.js +59 -17306
- package/lib/virtual-render/virtual-render.css +0 -130
- package/lib/virtual-render/virtual-render.d.ts +1 -1
- package/lib/virtual-render/virtual-render.variable.css +1 -391
- package/package.json +1 -1
- package/lib/styles/themes/themes.css +0 -130
- package/lib/styles/themes/themes.variable.css +0 -130
package/lib/process/index.js
CHANGED
@@ -6,10 +6,48 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ fr
|
|
6
6
|
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
|
7
7
|
/******/ var __webpack_modules__ = ({
|
8
8
|
|
9
|
-
/***/
|
9
|
+
/***/ 4319:
|
10
|
+
/***/ ((module) => {
|
11
|
+
|
12
|
+
function _typeof(o) {
|
13
|
+
"@babel/helpers - typeof";
|
14
|
+
|
15
|
+
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
16
|
+
return typeof o;
|
17
|
+
} : function (o) {
|
18
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
19
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
|
20
|
+
}
|
21
|
+
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
22
|
+
|
23
|
+
/***/ }),
|
24
|
+
|
25
|
+
/***/ 5799:
|
26
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
27
|
+
|
28
|
+
// TODO(Babel 8): Remove this file.
|
29
|
+
|
30
|
+
var runtime = __webpack_require__(7048)();
|
31
|
+
module.exports = runtime;
|
32
|
+
|
33
|
+
// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
|
34
|
+
try {
|
35
|
+
regeneratorRuntime = runtime;
|
36
|
+
} catch (accidentalStrictMode) {
|
37
|
+
if (typeof globalThis === "object") {
|
38
|
+
globalThis.regeneratorRuntime = runtime;
|
39
|
+
} else {
|
40
|
+
Function("r", "regeneratorRuntime = r")(runtime);
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
|
45
|
+
/***/ }),
|
46
|
+
|
47
|
+
/***/ 7048:
|
10
48
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
11
49
|
|
12
|
-
var _typeof = (__webpack_require__(
|
50
|
+
var _typeof = (__webpack_require__(4319)["default"]);
|
13
51
|
function _regeneratorRuntime() {
|
14
52
|
"use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
15
53
|
module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
|
@@ -314,44 +352,6 @@ function _regeneratorRuntime() {
|
|
314
352
|
}
|
315
353
|
module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
316
354
|
|
317
|
-
/***/ }),
|
318
|
-
|
319
|
-
/***/ 7425:
|
320
|
-
/***/ ((module) => {
|
321
|
-
|
322
|
-
function _typeof(o) {
|
323
|
-
"@babel/helpers - typeof";
|
324
|
-
|
325
|
-
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
326
|
-
return typeof o;
|
327
|
-
} : function (o) {
|
328
|
-
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
329
|
-
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
|
330
|
-
}
|
331
|
-
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
332
|
-
|
333
|
-
/***/ }),
|
334
|
-
|
335
|
-
/***/ 2841:
|
336
|
-
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
337
|
-
|
338
|
-
// TODO(Babel 8): Remove this file.
|
339
|
-
|
340
|
-
var runtime = __webpack_require__(7609)();
|
341
|
-
module.exports = runtime;
|
342
|
-
|
343
|
-
// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
|
344
|
-
try {
|
345
|
-
regeneratorRuntime = runtime;
|
346
|
-
} catch (accidentalStrictMode) {
|
347
|
-
if (typeof globalThis === "object") {
|
348
|
-
globalThis.regeneratorRuntime = runtime;
|
349
|
-
} else {
|
350
|
-
Function("r", "regeneratorRuntime = r")(runtime);
|
351
|
-
}
|
352
|
-
}
|
353
|
-
|
354
|
-
|
355
355
|
/***/ })
|
356
356
|
|
357
357
|
/******/ });
|
@@ -412,19 +412,19 @@ try {
|
|
412
412
|
/******/
|
413
413
|
/************************************************************************/
|
414
414
|
var __webpack_exports__ = {};
|
415
|
-
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
416
|
-
(() => {
|
417
415
|
|
418
416
|
// EXPORTS
|
419
417
|
__webpack_require__.d(__webpack_exports__, {
|
420
418
|
"default": () => (/* binding */ src)
|
421
419
|
});
|
422
420
|
|
423
|
-
;//
|
424
|
-
var x = y => {
|
425
|
-
var
|
426
|
-
|
427
|
-
|
421
|
+
;// external "../shared"
|
422
|
+
var x = (y) => {
|
423
|
+
var x = {}; __webpack_require__.d(x, y); return x
|
424
|
+
}
|
425
|
+
var y = (x) => (() => (x))
|
426
|
+
const shared_namespaceObject = x({ ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["classes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes), ["withInstall"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall) });
|
427
|
+
;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
|
428
428
|
function _typeof(o) {
|
429
429
|
"@babel/helpers - typeof";
|
430
430
|
|
@@ -434,7 +434,7 @@ function _typeof(o) {
|
|
434
434
|
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
435
435
|
}, _typeof(o);
|
436
436
|
}
|
437
|
-
;//
|
437
|
+
;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
438
438
|
|
439
439
|
function toPrimitive(t, r) {
|
440
440
|
if ("object" != _typeof(t) || !t) return t;
|
@@ -446,14 +446,14 @@ function toPrimitive(t, r) {
|
|
446
446
|
}
|
447
447
|
return ("string" === r ? String : Number)(t);
|
448
448
|
}
|
449
|
-
;//
|
449
|
+
;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
450
450
|
|
451
451
|
|
452
452
|
function toPropertyKey(t) {
|
453
453
|
var i = toPrimitive(t, "string");
|
454
454
|
return "symbol" == _typeof(i) ? i : String(i);
|
455
455
|
}
|
456
|
-
;//
|
456
|
+
;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
457
457
|
|
458
458
|
function _defineProperty(obj, key, value) {
|
459
459
|
key = toPropertyKey(key);
|
@@ -469,7 +469,7 @@ function _defineProperty(obj, key, value) {
|
|
469
469
|
}
|
470
470
|
return obj;
|
471
471
|
}
|
472
|
-
;//
|
472
|
+
;// ../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
|
473
473
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
474
474
|
try {
|
475
475
|
var info = gen[key](arg);
|
@@ -500,22 +500,22 @@ function _asyncToGenerator(fn) {
|
|
500
500
|
});
|
501
501
|
};
|
502
502
|
}
|
503
|
-
;//
|
503
|
+
;// ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
504
504
|
function _arrayLikeToArray(arr, len) {
|
505
505
|
if (len == null || len > arr.length) len = arr.length;
|
506
506
|
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
507
507
|
return arr2;
|
508
508
|
}
|
509
|
-
;//
|
509
|
+
;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
|
510
510
|
|
511
511
|
function _arrayWithoutHoles(arr) {
|
512
512
|
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
513
513
|
}
|
514
|
-
;//
|
514
|
+
;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
|
515
515
|
function _iterableToArray(iter) {
|
516
516
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
517
517
|
}
|
518
|
-
;//
|
518
|
+
;// ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
|
519
519
|
|
520
520
|
function _unsupportedIterableToArray(o, minLen) {
|
521
521
|
if (!o) return;
|
@@ -525,11 +525,11 @@ function _unsupportedIterableToArray(o, minLen) {
|
|
525
525
|
if (n === "Map" || n === "Set") return Array.from(o);
|
526
526
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
527
527
|
}
|
528
|
-
;//
|
528
|
+
;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
|
529
529
|
function _nonIterableSpread() {
|
530
530
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
531
531
|
}
|
532
|
-
;//
|
532
|
+
;// ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
|
533
533
|
|
534
534
|
|
535
535
|
|
@@ -537,22 +537,28 @@ function _nonIterableSpread() {
|
|
537
537
|
function _toConsumableArray(arr) {
|
538
538
|
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
539
539
|
}
|
540
|
-
;//
|
541
|
-
var external_vue_x = y => {
|
542
|
-
var
|
543
|
-
|
540
|
+
;// external "vue"
|
541
|
+
var external_vue_x = (y) => {
|
542
|
+
var x = {}; __webpack_require__.d(x, y); return x
|
543
|
+
}
|
544
|
+
var external_vue_y = (x) => (() => (x))
|
545
|
+
const external_vue_namespaceObject = external_vue_x({ ["createVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createVNode), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent), ["onMounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onMounted), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["watch"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watch) });
|
544
546
|
// EXTERNAL MODULE: ../../node_modules/@babel/runtime/regenerator/index.js
|
545
|
-
var regenerator = __webpack_require__(
|
547
|
+
var regenerator = __webpack_require__(5799);
|
546
548
|
var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
|
547
|
-
;//
|
548
|
-
var config_provider_x = y => {
|
549
|
-
var
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
549
|
+
;// external "../config-provider"
|
550
|
+
var config_provider_x = (y) => {
|
551
|
+
var x = {}; __webpack_require__.d(x, y); return x
|
552
|
+
}
|
553
|
+
var config_provider_y = (x) => (() => (x))
|
554
|
+
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) });
|
555
|
+
;// external "../icon"
|
556
|
+
var icon_x = (y) => {
|
557
|
+
var x = {}; __webpack_require__.d(x, y); return x
|
558
|
+
}
|
559
|
+
var icon_y = (x) => (() => (x))
|
560
|
+
const icon_namespaceObject = icon_x({ ["Circle"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Circle), ["Done"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Done), ["Error"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error) });
|
561
|
+
;// ../../packages/process/src/process.tsx
|
556
562
|
|
557
563
|
|
558
564
|
|
@@ -723,7 +729,7 @@ var processProps = {
|
|
723
729
|
})])]);
|
724
730
|
}
|
725
731
|
}));
|
726
|
-
;//
|
732
|
+
;// ../../packages/process/src/index.ts
|
727
733
|
/*
|
728
734
|
* Tencent is pleased to support the open source community by making
|
729
735
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
@@ -753,7 +759,5 @@ var processProps = {
|
|
753
759
|
|
754
760
|
var BkProcess = (0,shared_namespaceObject.withInstall)(process);
|
755
761
|
/* harmony default export */ const src = (BkProcess);
|
756
|
-
})();
|
757
|
-
|
758
762
|
var __webpack_exports__default = __webpack_exports__["default"];
|
759
763
|
export { __webpack_exports__default as default };
|
package/lib/process/process.css
CHANGED
@@ -1,133 +1,3 @@
|
|
1
|
-
:root {
|
2
|
-
--bk-prefix: bk;
|
3
|
-
--popover-max-height: 216px;
|
4
|
-
--primary-color: #3a84ff;
|
5
|
-
--success-color: #2dcb56;
|
6
|
-
--warning-color: #ff9c01;
|
7
|
-
--danger-color: #ea3636;
|
8
|
-
--default-color: #63656e;
|
9
|
-
--gray-color: #979ba5;
|
10
|
-
--light-gray: #c4c6cc;
|
11
|
-
--white-color: white;
|
12
|
-
--whitesmoke-color: #fafbfd;
|
13
|
-
--disable-color: #dcdee5;
|
14
|
-
--disable-bg-color: #f9fafd;
|
15
|
-
--border-color: #dcdee5;
|
16
|
-
--font-size-base: 12px;
|
17
|
-
--font-size-medium: 14px;
|
18
|
-
--font-size-large: 16px;
|
19
|
-
--line-height-base: 16px;
|
20
|
-
--line-height-medium: 16px;
|
21
|
-
--line-height-large: 18px;
|
22
|
-
--component-size-small: 26px;
|
23
|
-
--component-size-base: 32px;
|
24
|
-
--component-size-large: 40px;
|
25
|
-
--component-size-small-padding: 0 12px;
|
26
|
-
--component-size-base-padding: 0 14px;
|
27
|
-
--component-size-large-padding: 0 16px;
|
28
|
-
--border-width-base: 1px;
|
29
|
-
--border-style-base: solid;
|
30
|
-
--border-radius-base: 2px;
|
31
|
-
--border-style-color: var(--light-gray);
|
32
|
-
--input-disabled-bg: #fafbfd;
|
33
|
-
--input-disabled-border: var(--disable-color);
|
34
|
-
--input-height-base: var(--component-size-base);
|
35
|
-
--input-color: var(--default-color);
|
36
|
-
--input-bg: white;
|
37
|
-
--input-border-color: var(--light-gray);
|
38
|
-
--input-broder-radius: 3px;
|
39
|
-
--input-shadow-color: #a3c5fd;
|
40
|
-
--input-horizontal-padding: 8px;
|
41
|
-
--input-block-color: #f5f7fa;
|
42
|
-
--input-block-hover-color: #eaebf0;
|
43
|
-
--input-icon-size: var(--font-size-medium);
|
44
|
-
--input-maxlength-color: #979ba5;
|
45
|
-
--button-primary-hover-color: #5594fa;
|
46
|
-
--button-danger-hover-color: #ff5656;
|
47
|
-
--button-success-hover-color: #45e35f;
|
48
|
-
--button-warning-hover-color: #ffb848;
|
49
|
-
--button-default-hover-border-color: #979ba5;
|
50
|
-
--button-primary-active-color: #2c77f4;
|
51
|
-
--button-danger-active-color: #db2626;
|
52
|
-
--button-success-active-color: #1ab943;
|
53
|
-
--button-warning-active-color: #eb9000;
|
54
|
-
--button-selected-bg-color: #e1ecff;
|
55
|
-
--button-disabled-selected-bg-color: #f0f1f5;
|
56
|
-
--radio-font-color: #63656e;
|
57
|
-
--radio-active-color: #3a84ff;
|
58
|
-
--radio-hover-border-color: #979ba5;
|
59
|
-
--radio-disabled-border: #dcdee5;
|
60
|
-
--radio-disabled-font-color: #c4c6cc;
|
61
|
-
--radio-disabled-checked-bg: #a3c5fd;
|
62
|
-
--radio-button-checked-bg: #e1ecff;
|
63
|
-
--radio-button-disabled-checked-bg: #fafbfd;
|
64
|
-
--checkbox-disabled-checked-bg: #a3c5fd;
|
65
|
-
--fixed-navbar-background: #fff;
|
66
|
-
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
67
|
-
--switch-default-color: #fff;
|
68
|
-
--switch-grey-color: #c4c6cc;
|
69
|
-
--breadcrumb-black-color: #979ba5;
|
70
|
-
--breadcrumb-primary-hover-color: #0082ff;
|
71
|
-
--breadcrumb-fn-main-color: #63656e;
|
72
|
-
--link-default-hover-color: #979ba5;
|
73
|
-
--link-primary-hover-color: #699df4;
|
74
|
-
--link-success-hover-color: #45e35f;
|
75
|
-
--link-warning-hover-color: #ffb848;
|
76
|
-
--link-danger-hover-color: #ff5656;
|
77
|
-
--link-default-disabled-color: #dcdee5;
|
78
|
-
--link-primary-disabled-color: #a3c5fd;
|
79
|
-
--link-success-disabled-color: #94f5a4;
|
80
|
-
--link-warning-disabled-color: #ffd695;
|
81
|
-
--link-danger-disabled-color: #fd9c9c;
|
82
|
-
--message-color: var(--default-color);
|
83
|
-
--message-primary-bg-color: #f0f8ff;
|
84
|
-
--message-primary-border-color: #e1ecff;
|
85
|
-
--message-primary-shadow-color: #e1e8f4;
|
86
|
-
--message-warning-bg-color: #fff4e2;
|
87
|
-
--message-warning-border-color: #ffe8c3;
|
88
|
-
--message-warning-shadow-color: #ede6db;
|
89
|
-
--message-success-bg-color: #f2fff4;
|
90
|
-
--message-success-border-color: #dcffe2;
|
91
|
-
--message-success-shadow-color: #cef0d7;
|
92
|
-
--message-danger-bg-color: #ffeded;
|
93
|
-
--message-danger-border-color: #ffdddd;
|
94
|
-
--message-danger-shadow-color: #f6dada;
|
95
|
-
--slider-default-bg: #dcdee5;
|
96
|
-
--slider-disable-bar-bg: #979ba5;
|
97
|
-
--menu-bg-color: #182132;
|
98
|
-
--submenu-bg-color: #151d2c;
|
99
|
-
--menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
100
|
-
--menu-color: #96a2b9;
|
101
|
-
--menu-group-color: var(--default-color);
|
102
|
-
--menu-width: 260px;
|
103
|
-
--menu-collapse-width: 60px;
|
104
|
-
--menu-active-color: white;
|
105
|
-
--nav-header-bg-color: #182132;
|
106
|
-
--nav-bg-color: #182132;
|
107
|
-
--date-picker-disabled-bg: #fafbfd;
|
108
|
-
--date-picker-dropdown-mb: 4px;
|
109
|
-
--date-picker-dropdown-bg: #fff;
|
110
|
-
--table-bg-color: var(--white-color);
|
111
|
-
--table-border-color: #dcdee5;
|
112
|
-
--table-strip-color: #fafbfd;
|
113
|
-
--table-head-bg-color: #fafbfd;
|
114
|
-
--table-head-font-color: #313238;
|
115
|
-
--table-body-font-color: #63656e;
|
116
|
-
--table-row-hover-bg-color: #f5f7fa;
|
117
|
-
--table-row-active-bg-color: #f0f1f5;
|
118
|
-
--cascader-panel-border-color: #dcdee5;
|
119
|
-
--cascader-panel-hover: #f5f7fa;
|
120
|
-
--cascader-panel-active: #e1ecff;
|
121
|
-
--cascader-panel-disabled-bg: #fff;
|
122
|
-
--search-select-focus-border-color: var(--primary-color);
|
123
|
-
--search-select-focus-color: #3c96ff;
|
124
|
-
--search-select-font-color: var(--default-color);
|
125
|
-
--search-select-placeholder-color: var(--light-gray);
|
126
|
-
--search-select-message-color: var(--danger-color);
|
127
|
-
--search-select-menu-border-color: var(--disable-color);
|
128
|
-
--select-active-color: #e1ecff;
|
129
|
-
--select-hover-color: #f5f7fa;
|
130
|
-
}
|
131
1
|
* {
|
132
2
|
box-sizing: border-box;
|
133
3
|
}
|
@@ -147,17 +17,17 @@
|
|
147
17
|
height: 24px;
|
148
18
|
font-size: 12px;
|
149
19
|
line-height: 24px;
|
150
|
-
color:
|
20
|
+
color: #63656e;
|
151
21
|
text-align: center;
|
152
22
|
text-decoration: none;
|
153
|
-
border: 1px solid
|
23
|
+
border: 1px solid #c4c6cc;
|
154
24
|
border-radius: 50%;
|
155
25
|
}
|
156
26
|
.bk-process .bk-process-toggle.active,
|
157
27
|
.bk-process .bk-process-toggle:hover {
|
158
28
|
color: #fff;
|
159
|
-
background:
|
160
|
-
border-color:
|
29
|
+
background: #3a84ff;
|
30
|
+
border-color: #3a84ff;
|
161
31
|
}
|
162
32
|
.bk-process .bk-process-icon-done {
|
163
33
|
display: inline-block;
|
@@ -170,7 +40,7 @@
|
|
170
40
|
.bk-process .bk-icon.icon-loading {
|
171
41
|
display: inline-block;
|
172
42
|
margin-left: 5px;
|
173
|
-
font-size:
|
43
|
+
font-size: 14px;
|
174
44
|
vertical-align: sub;
|
175
45
|
animation: loadingCircle 1s infinite linear;
|
176
46
|
}
|
@@ -191,7 +61,7 @@
|
|
191
61
|
font-family: PingFang SC,Microsoft Yahei,Helvetica,Aria;
|
192
62
|
font-size: 12px;
|
193
63
|
line-height: 24px;
|
194
|
-
color:
|
64
|
+
color: #63656e;
|
195
65
|
text-align: center;
|
196
66
|
background-color: #f0f1f5;
|
197
67
|
flex: 1;
|
@@ -248,17 +118,17 @@
|
|
248
118
|
}
|
249
119
|
.bk-process li .bk-process-step .success i {
|
250
120
|
display: inline-block;
|
251
|
-
color:
|
121
|
+
color: #2dcb56;
|
252
122
|
}
|
253
123
|
.bk-process li .bk-process-step .steps-loading {
|
254
124
|
top: -2px;
|
255
125
|
}
|
256
126
|
.bk-process li.success {
|
257
127
|
color: #fff;
|
258
|
-
background:
|
128
|
+
background: #2dcb56;
|
259
129
|
}
|
260
130
|
.bk-process li.success::after {
|
261
|
-
border-color: transparent transparent transparent
|
131
|
+
border-color: transparent transparent transparent #2dcb56;
|
262
132
|
}
|
263
133
|
.bk-process li.success .icon-done {
|
264
134
|
font-size: 22px;
|
@@ -266,20 +136,20 @@
|
|
266
136
|
}
|
267
137
|
.bk-process li.current {
|
268
138
|
color: #fff;
|
269
|
-
background:
|
139
|
+
background: #3a84ff;
|
270
140
|
}
|
271
141
|
.bk-process li.current::after {
|
272
|
-
border-color: transparent transparent transparent
|
142
|
+
border-color: transparent transparent transparent #3a84ff;
|
273
143
|
}
|
274
144
|
.bk-process li.current > .bk-spin-loading {
|
275
145
|
vertical-align: -3px;
|
276
146
|
}
|
277
147
|
.bk-process li.error {
|
278
148
|
color: #fff;
|
279
|
-
background:
|
149
|
+
background: #ea3636;
|
280
150
|
}
|
281
151
|
.bk-process li.error::after {
|
282
|
-
border-color: transparent transparent transparent
|
152
|
+
border-color: transparent transparent transparent #ea3636;
|
283
153
|
}
|
284
154
|
.bk-process li.error > .bk-spin-loading {
|
285
155
|
vertical-align: -3px;
|