bkui-vue 2.0.2-beta.6 → 2.0.2-beta.60
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/License.txt +1 -2
- package/dist/cli.css +1 -0
- package/dist/index.cjs.js +133 -132
- package/dist/index.esm.js +16777 -14856
- package/dist/index.umd.js +133 -132
- package/dist/locale/en.esm.js.map +1 -1
- package/dist/locale/en.umd.js.map +1 -1
- package/dist/locale/ja-jp.esm.js +2 -0
- package/dist/locale/ja-jp.esm.js.map +1 -0
- package/dist/locale/ja-jp.umd.js +2 -0
- package/dist/locale/ja-jp.umd.js.map +1 -0
- package/dist/locale/zh-cn.esm.js.map +1 -1
- package/dist/locale/zh-cn.umd.js.map +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.variable.css +1 -0
- package/lib/affix/index.js +24 -32
- package/lib/alert/alert.variable.css +1 -0
- package/lib/alert/index.js +24 -32
- package/lib/animate-number/index.js +12 -16
- package/lib/backtop/backtop.variable.css +1 -0
- package/lib/backtop/index.js +24 -34
- package/lib/badge/badge.variable.css +1 -0
- package/lib/badge/index.js +20 -26
- package/lib/breadcrumb/breadcrumb.variable.css +1 -0
- package/lib/breadcrumb/index.js +26 -34
- package/lib/button/button.d.ts +1 -1
- package/lib/button/button.variable.css +1 -0
- package/lib/button/index.js +29 -39
- package/lib/card/card.variable.css +1 -0
- package/lib/card/index.js +35 -49
- package/lib/cascader/cascader.css +26 -24
- package/lib/cascader/cascader.d.ts +311 -0
- package/lib/cascader/cascader.less +78 -76
- package/lib/cascader/cascader.variable.css +27 -24
- package/lib/cascader/index.d.ts +610 -0
- package/lib/cascader/index.js +810 -748
- package/lib/checkbox/checkbox.variable.css +1 -0
- package/lib/checkbox/index.js +39 -49
- package/lib/code-diff/code-diff.variable.css +1 -0
- package/lib/code-diff/index.js +81 -85
- package/lib/collapse/collapse.variable.css +1 -0
- package/lib/collapse/index.js +36 -42
- package/lib/collapse-transition/collapse-transition.variable.css +1 -0
- package/lib/collapse-transition/index.js +16 -22
- package/lib/color-picker/color-picker.variable.css +1 -0
- package/lib/color-picker/index.js +637 -656
- package/lib/components.js +1 -1
- package/lib/config-provider/config-provider.variable.css +1 -0
- package/lib/config-provider/index.d.ts +1 -1
- package/lib/config-provider/index.js +32 -40
- package/lib/container/container.variable.css +1 -0
- package/lib/container/index.js +26 -32
- package/lib/date-picker/date-picker.d.ts +2 -1
- package/lib/date-picker/date-picker.variable.css +1 -0
- package/lib/date-picker/index.d.ts +6 -2
- package/lib/date-picker/index.js +713 -738
- package/lib/date-picker/panel/date-range.d.ts +2 -1
- package/lib/date-picker/panel/time.d.ts +1 -1
- package/lib/date-picker/utils.d.ts +5 -17
- package/lib/dialog/dialog.css +20 -1
- package/lib/dialog/dialog.variable.css +21 -1
- package/lib/dialog/index.js +100 -137
- package/lib/directives/index.js +518 -529
- package/lib/dist.index.js +1 -1
- package/lib/divider/divider.variable.css +1 -0
- package/lib/divider/index.js +18 -24
- package/lib/dropdown/dropdown.d.ts +1 -0
- package/lib/dropdown/dropdown.variable.css +1 -0
- package/lib/dropdown/index.d.ts +3 -0
- package/lib/dropdown/index.js +45 -52
- package/lib/exception/exception.variable.css +1 -0
- package/lib/exception/index.js +51 -57
- package/lib/fixed-navbar/fixed-navbar.variable.css +1 -0
- package/lib/fixed-navbar/index.js +16 -22
- package/lib/form/form-item.d.ts +19 -0
- package/lib/form/form.css +16 -4
- package/lib/form/form.less +24 -6
- package/lib/form/form.variable.css +17 -4
- package/lib/form/index.d.ts +13 -0
- package/lib/form/index.js +662 -685
- package/lib/hooks.js +1 -1
- package/lib/icon/angle-double-down-line.js +13 -15
- package/lib/icon/angle-double-left-line.js +13 -15
- package/lib/icon/angle-double-left.js +13 -15
- package/lib/icon/angle-double-right-line.js +13 -15
- package/lib/icon/angle-double-right.js +13 -15
- package/lib/icon/angle-double-up-line.js +13 -15
- package/lib/icon/angle-down-fill.js +13 -15
- package/lib/icon/angle-down-line.js +13 -15
- package/lib/icon/angle-down.js +13 -15
- package/lib/icon/angle-left.js +13 -15
- package/lib/icon/angle-right.js +13 -15
- package/lib/icon/angle-up-fill.js +13 -15
- package/lib/icon/angle-up.js +13 -15
- package/lib/icon/archive-fill.js +13 -15
- package/lib/icon/arrows-left.js +13 -15
- package/lib/icon/arrows-right.js +13 -15
- package/lib/icon/assistant.js +13 -15
- package/lib/icon/audio-fill.js +13 -15
- package/lib/icon/bk.js +13 -15
- package/lib/icon/circle.js +13 -15
- package/lib/icon/close-line.js +13 -15
- package/lib/icon/close.js +13 -15
- package/lib/icon/code.js +13 -15
- package/lib/icon/cog-shape.js +13 -15
- package/lib/icon/collapse-left.js +13 -15
- package/lib/icon/copy-shape.js +13 -15
- package/lib/icon/copy.js +13 -15
- package/lib/icon/data-shape.js +13 -15
- package/lib/icon/del.js +13 -15
- package/lib/icon/doc-fill.js +13 -15
- package/lib/icon/done.js +13 -15
- package/lib/icon/down-shape.js +13 -15
- package/lib/icon/down-small.js +13 -15
- package/lib/icon/edit-line.js +13 -15
- package/lib/icon/ellipsis.js +13 -15
- package/lib/icon/enlarge-line.js +13 -15
- package/lib/icon/error.js +13 -15
- package/lib/icon/excel-fill.js +13 -15
- package/lib/icon/exclamation-circle-shape.js +13 -15
- package/lib/icon/eye.js +13 -15
- package/lib/icon/filliscreen-line.js +13 -15
- package/lib/icon/fix-line.js +13 -15
- package/lib/icon/fix-shape.js +13 -15
- package/lib/icon/folder-open.js +13 -15
- package/lib/icon/folder-shape-open.js +13 -15
- package/lib/icon/folder-shape.js +13 -15
- package/lib/icon/folder.js +13 -15
- package/lib/icon/funnel.js +13 -15
- package/lib/icon/grag-fill.js +13 -15
- package/lib/icon/help-document-fill.js +13 -15
- package/lib/icon/help-fill.js +13 -15
- package/lib/icon/help.js +13 -15
- package/lib/icon/image-fill.js +13 -15
- package/lib/icon/img-error.js +13 -15
- package/lib/icon/img-placehoulder.js +13 -15
- package/lib/icon/index.js +1 -1
- package/lib/icon/info-line.js +13 -15
- package/lib/icon/info.js +13 -15
- package/lib/icon/left-shape.js +13 -15
- package/lib/icon/left-turn-line.js +13 -15
- package/lib/icon/loading.js +13 -15
- package/lib/icon/narrow-line.js +13 -15
- package/lib/icon/original.js +13 -15
- package/lib/icon/pdf-fill.js +13 -15
- package/lib/icon/play-shape.js +13 -15
- package/lib/icon/plus.js +13 -15
- package/lib/icon/ppt-fill.js +13 -15
- package/lib/icon/qq.js +13 -15
- package/lib/icon/right-shape.js +13 -15
- package/lib/icon/right-turn-line.js +13 -15
- package/lib/icon/search.js +13 -15
- package/lib/icon/share.js +13 -15
- package/lib/icon/spinner.js +13 -15
- package/lib/icon/success.js +13 -15
- package/lib/icon/switcher-loading.js +13 -15
- package/lib/icon/text-all.js +13 -15
- package/lib/icon/text-file.js +13 -15
- package/lib/icon/text-fill.js +13 -15
- package/lib/icon/transfer.js +13 -15
- package/lib/icon/tree-application-shape.js +13 -15
- package/lib/icon/unfull-screen.js +13 -15
- package/lib/icon/unvisible.js +13 -15
- package/lib/icon/up-shape.js +13 -15
- package/lib/icon/upload.js +13 -15
- package/lib/icon/video-fill.js +13 -15
- package/lib/icon/warn.js +13 -15
- package/lib/icon/weixin-pro.js +13 -15
- package/lib/icon/weixin.js +13 -15
- package/lib/image/image-viewer.variable.css +1 -0
- package/lib/image/image.variable.css +1 -0
- package/lib/image/index.js +333 -352
- package/lib/index.js +1 -1
- package/lib/info-box/index.js +109 -108
- package/lib/info-box/info-box.css +20 -1
- package/lib/info-box/info-box.d.ts +1 -0
- package/lib/info-box/info-box.less +28 -2
- package/lib/info-box/info-box.variable.css +22 -2
- package/lib/input/index.d.ts +39 -20
- package/lib/input/index.js +363 -358
- package/lib/input/input.d.ts +30 -16
- package/lib/input/input.variable.css +1 -0
- package/lib/link/index.js +20 -28
- package/lib/link/link.variable.css +1 -0
- package/lib/loading/index.js +22 -28
- package/lib/loading/loading.variable.css +1 -0
- package/lib/locale/index.d.ts +1 -0
- package/lib/locale/index.js +175 -7
- package/lib/locale/lang/ja-jp.d.ts +3 -0
- package/lib/menu/index.js +44 -49
- package/lib/menu/menu.variable.css +1 -0
- package/lib/menu/submenu.variable.css +1 -0
- package/lib/message/index.js +45 -51
- package/lib/message/message.variable.css +1 -0
- package/lib/modal/index.js +43 -45
- package/lib/modal/modal.css +20 -1
- package/lib/modal/modal.variable.css +21 -1
- package/lib/navigation/index.js +22 -30
- package/lib/navigation/navigation.variable.css +1 -0
- package/lib/notify/index.js +30 -40
- package/lib/notify/notify.variable.css +1 -0
- package/lib/overflow-title/index.js +32 -44
- package/lib/pagination/index.js +52 -68
- package/lib/pagination/pagination.variable.css +1 -0
- package/lib/pop-confirm/index.d.ts +584 -0
- package/lib/pop-confirm/index.js +43 -55
- package/lib/pop-confirm/pop-confirm.d.ts +292 -0
- package/lib/pop-confirm/pop-confirm.variable.css +1 -0
- package/lib/pop-confirm/props.d.ts +146 -0
- package/lib/popover/index.js +363 -382
- package/lib/popover/popover.variable.css +1 -0
- package/lib/popover2/index.js +12 -16
- package/lib/preset.js +1 -1
- package/lib/process/index.js +76 -80
- package/lib/process/process.d.ts +1 -1
- package/lib/process/process.variable.css +1 -0
- package/lib/progress/index.js +24 -30
- package/lib/progress/progress.variable.css +1 -0
- package/lib/radio/index.js +36 -44
- package/lib/radio/radio.variable.css +1 -0
- package/lib/rate/index.js +22 -28
- package/lib/rate/rate.variable.css +1 -0
- package/lib/resize-layout/index.js +24 -32
- package/lib/resize-layout/resize-layout.variable.css +1 -0
- package/lib/scrollbar/css/scrollbar.variable.css +1 -0
- package/lib/scrollbar/index.js +31 -31
- package/lib/search-select/index.d.ts +21 -3
- package/lib/search-select/index.js +558 -543
- package/lib/search-select/input.d.ts +3 -0
- package/lib/search-select/search-select.d.ts +7 -1
- package/lib/search-select/search-select.variable.css +1 -0
- package/lib/search-select/selected.d.ts +6 -0
- package/lib/select/index.d.ts +22 -3
- package/lib/select/index.js +560 -597
- package/lib/select/select.d.ts +11 -1
- package/lib/select/select.variable.css +1 -0
- package/lib/shared/index.d.ts +1 -1
- package/lib/shared/index.js +59 -67
- package/lib/shared/z-index-manager.d.ts +1 -1
- package/lib/sideslider/index.js +84 -92
- package/lib/sideslider/sideslider.variable.css +1 -0
- package/lib/slider/index.d.ts +1 -1
- package/lib/slider/index.js +80 -89
- package/lib/slider/slider-button.d.ts +1 -1
- package/lib/slider/slider.d.ts +1 -1
- package/lib/slider/slider.variable.css +1 -0
- package/lib/steps/index.js +74 -80
- package/lib/steps/steps.d.ts +1 -1
- package/lib/steps/steps.variable.css +1 -0
- package/lib/styles/mixins/animate.variable.css +1 -0
- package/lib/styles/mixins/popper.variable.css +1 -0
- package/lib/styles/mixins/scroll.variable.css +1 -0
- package/lib/styles/reset.variable.css +1 -0
- package/lib/styles/themes/themes.less +3 -0
- package/lib/swiper/index.js +20 -26
- package/lib/swiper/swiper.variable.css +1 -0
- package/lib/switcher/index.js +24 -32
- package/lib/switcher/switcher.variable.css +1 -0
- package/lib/tab/index.d.ts +12 -0
- package/lib/tab/index.js +341 -352
- package/lib/tab/props.d.ts +3 -0
- package/lib/tab/tab.d.ts +6 -0
- package/lib/tab/tab.variable.css +1 -0
- package/lib/table/index.js +630 -691
- package/lib/table/plugins/head-filter.variable.css +1 -0
- package/lib/table/plugins/head-sort.variable.css +1 -0
- package/lib/table/plugins/settings.variable.css +1 -0
- package/lib/table/table.variable.css +1 -0
- package/lib/table-column/index.js +10 -14
- package/lib/tag/index.js +28 -38
- package/lib/tag/tag.variable.css +1 -0
- package/lib/tag-input/index.d.ts +3 -0
- package/lib/tag-input/index.js +2190 -851
- package/lib/tag-input/tag-input.d.ts +1 -0
- package/lib/tag-input/tag-input.variable.css +1 -0
- package/lib/time-picker/index.js +10 -14
- package/lib/time-picker/time-picker.variable.css +1 -0
- package/lib/timeline/index.js +1368 -25
- package/lib/timeline/timeline.d.ts +1 -1
- package/lib/timeline/timeline.variable.css +1 -0
- package/lib/transfer/index.d.ts +1 -24
- package/lib/transfer/index.js +61 -67
- package/lib/transfer/props.d.ts +0 -5
- package/lib/transfer/transfer.css +26 -8
- package/lib/transfer/transfer.d.ts +1 -12
- package/lib/transfer/transfer.less +18 -8
- package/lib/transfer/transfer.variable.css +27 -8
- package/lib/tree/constant.d.ts +2 -0
- package/lib/tree/index.d.ts +48 -0
- package/lib/tree/index.js +297 -171
- package/lib/tree/props.d.ts +20 -0
- package/lib/tree/tree.css +46 -0
- package/lib/tree/tree.d.ts +22 -0
- package/lib/tree/tree.less +57 -2
- package/lib/tree/tree.variable.css +47 -0
- package/lib/tree/use-node-action.d.ts +2 -2
- package/lib/upload/index.js +570 -582
- package/lib/upload/upload.variable.css +1 -0
- package/lib/virtual-render/index.js +50 -62
- package/lib/virtual-render/virtual-render.variable.css +1 -0
- package/lib/volar.components.d.ts +2 -1
- package/package.json +13 -2
- package/dist/style.css +0 -1
package/lib/select/select.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
import { PropType } from 'vue';
|
2
|
+
import { IOptions } from '../directives';
|
2
3
|
import { ISelected, OptionInstanceType } from './type';
|
3
4
|
declare const _default: import("vue").DefineComponent<{
|
4
5
|
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
@@ -346,6 +347,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
346
347
|
} & {
|
347
348
|
default: boolean;
|
348
349
|
};
|
350
|
+
inputTooltipsOptions: {
|
351
|
+
type: PropType<Partial<IOptions>>;
|
352
|
+
default: () => {};
|
353
|
+
};
|
349
354
|
}, {
|
350
355
|
t: import("vue").ComputedRef<{
|
351
356
|
noData: string;
|
@@ -370,7 +375,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
370
375
|
inputRef: import("vue").Ref<HTMLElement>;
|
371
376
|
triggerRef: import("vue").Ref<HTMLElement>;
|
372
377
|
contentRef: import("vue").Ref<HTMLElement>;
|
373
|
-
searchRef: import("vue").Ref<
|
378
|
+
searchRef: import("vue").Ref<HTMLInputElement>;
|
374
379
|
scrollContainerRef: import("vue").Ref<HTMLElement>;
|
375
380
|
selectTagInputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
376
381
|
selected: {
|
@@ -1098,6 +1103,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1098
1103
|
} & {
|
1099
1104
|
default: boolean;
|
1100
1105
|
};
|
1106
|
+
inputTooltipsOptions: {
|
1107
|
+
type: PropType<Partial<IOptions>>;
|
1108
|
+
default: () => {};
|
1109
|
+
};
|
1101
1110
|
}>> & {
|
1102
1111
|
onFocus?: (...args: any[]) => any;
|
1103
1112
|
onBlur?: (...args: any[]) => any;
|
@@ -1156,5 +1165,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
1156
1165
|
keepSearchValue: boolean;
|
1157
1166
|
searchWithPinyin: boolean;
|
1158
1167
|
disableScrollToSelectedOption: boolean;
|
1168
|
+
inputTooltipsOptions: {};
|
1159
1169
|
}, {}>;
|
1160
1170
|
export default _default;
|
package/lib/shared/index.d.ts
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
* Tencent is pleased to support the open source community by making
|
3
3
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
4
4
|
*
|
5
|
-
* Copyright (C)
|
5
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
6
6
|
*
|
7
7
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
8
8
|
*
|
package/lib/shared/index.js
CHANGED
@@ -116,12 +116,12 @@ __webpack_require__.d(__webpack_exports__, {
|
|
116
116
|
withInstallProps: () => (/* binding */ withInstallProps)
|
117
117
|
});
|
118
118
|
|
119
|
-
;// ../../packages/shared/src/dom.ts
|
119
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/dom.ts
|
120
120
|
/*
|
121
121
|
* Tencent is pleased to support the open source community by making
|
122
122
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
123
123
|
*
|
124
|
-
* Copyright (C)
|
124
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
125
125
|
*
|
126
126
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
127
127
|
*
|
@@ -199,7 +199,7 @@ function scrollTop(el) {
|
|
199
199
|
}
|
200
200
|
scroll(from, to, step);
|
201
201
|
}
|
202
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
|
202
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
|
203
203
|
function _typeof(o) {
|
204
204
|
"@babel/helpers - typeof";
|
205
205
|
|
@@ -209,13 +209,13 @@ function _typeof(o) {
|
|
209
209
|
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
210
210
|
}, _typeof(o);
|
211
211
|
}
|
212
|
-
;// ../../packages/shared/src/helper.ts
|
212
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/helper.ts
|
213
213
|
|
214
214
|
/*
|
215
215
|
* Tencent is pleased to support the open source community by making
|
216
216
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
217
217
|
*
|
218
|
-
* Copyright (C)
|
218
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
219
219
|
*
|
220
220
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
221
221
|
*
|
@@ -467,18 +467,16 @@ var isSymbol = function isSymbol(val) {
|
|
467
467
|
var isPromise = function isPromise(val) {
|
468
468
|
return isObject(val) && isFunction(val.then) && isFunction(val["catch"]);
|
469
469
|
};
|
470
|
-
;// external "vue"
|
471
|
-
var x = (y)
|
472
|
-
|
473
|
-
}
|
474
|
-
|
475
|
-
const external_vue_namespaceObject = x({ ["inject"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.inject) });
|
476
|
-
;// ../../packages/shared/src/token.ts
|
470
|
+
;// CONCATENATED MODULE: external "vue"
|
471
|
+
var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
472
|
+
var y = x => () => x
|
473
|
+
const external_vue_namespaceObject = x({ ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject });
|
474
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/token.ts
|
477
475
|
/*
|
478
476
|
* Tencent is pleased to support the open source community by making
|
479
477
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
480
478
|
*
|
481
|
-
* Copyright (C)
|
479
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
482
480
|
*
|
483
481
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
484
482
|
*
|
@@ -501,12 +499,12 @@ const external_vue_namespaceObject = x({ ["inject"]: () => (__WEBPACK_EXTERNAL_M
|
|
501
499
|
*/
|
502
500
|
var formKey = Symbol('form');
|
503
501
|
var formItemKey = Symbol('formItem');
|
504
|
-
;// ../../packages/shared/src/hooks/use-form.ts
|
502
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/hooks/use-form.ts
|
505
503
|
/*
|
506
504
|
* Tencent is pleased to support the open source community by making
|
507
505
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
508
506
|
*
|
509
|
-
* Copyright (C)
|
507
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
510
508
|
*
|
511
509
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
512
510
|
*
|
@@ -532,12 +530,12 @@ var formItemKey = Symbol('formItem');
|
|
532
530
|
var useForm = function useForm() {
|
533
531
|
return (0,external_vue_namespaceObject.inject)(formKey);
|
534
532
|
};
|
535
|
-
;// ../../packages/shared/src/hooks/use-form-item.ts
|
533
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/hooks/use-form-item.ts
|
536
534
|
/*
|
537
535
|
* Tencent is pleased to support the open source community by making
|
538
536
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
539
537
|
*
|
540
|
-
* Copyright (C)
|
538
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
541
539
|
*
|
542
540
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
543
541
|
*
|
@@ -563,22 +561,22 @@ var useForm = function useForm() {
|
|
563
561
|
var useFormItem = function useFormItem() {
|
564
562
|
return (0,external_vue_namespaceObject.inject)(formItemKey, undefined);
|
565
563
|
};
|
566
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
564
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
567
565
|
function _arrayLikeToArray(arr, len) {
|
568
566
|
if (len == null || len > arr.length) len = arr.length;
|
569
567
|
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
570
568
|
return arr2;
|
571
569
|
}
|
572
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
|
570
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
|
573
571
|
|
574
572
|
function _arrayWithoutHoles(arr) {
|
575
573
|
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
576
574
|
}
|
577
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
|
575
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
|
578
576
|
function _iterableToArray(iter) {
|
579
577
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
580
578
|
}
|
581
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
|
579
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
|
582
580
|
|
583
581
|
function _unsupportedIterableToArray(o, minLen) {
|
584
582
|
if (!o) return;
|
@@ -588,11 +586,11 @@ function _unsupportedIterableToArray(o, minLen) {
|
|
588
586
|
if (n === "Map" || n === "Set") return Array.from(o);
|
589
587
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
590
588
|
}
|
591
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
|
589
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
|
592
590
|
function _nonIterableSpread() {
|
593
591
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
594
592
|
}
|
595
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
|
593
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
|
596
594
|
|
597
595
|
|
598
596
|
|
@@ -600,13 +598,13 @@ function _nonIterableSpread() {
|
|
600
598
|
function _toConsumableArray(arr) {
|
601
599
|
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
602
600
|
}
|
603
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js
|
601
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js
|
604
602
|
function _classCallCheck(instance, Constructor) {
|
605
603
|
if (!(instance instanceof Constructor)) {
|
606
604
|
throw new TypeError("Cannot call a class as a function");
|
607
605
|
}
|
608
606
|
}
|
609
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
607
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
610
608
|
|
611
609
|
function toPrimitive(t, r) {
|
612
610
|
if ("object" != _typeof(t) || !t) return t;
|
@@ -618,14 +616,14 @@ function toPrimitive(t, r) {
|
|
618
616
|
}
|
619
617
|
return ("string" === r ? String : Number)(t);
|
620
618
|
}
|
621
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
619
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
622
620
|
|
623
621
|
|
624
622
|
function toPropertyKey(t) {
|
625
623
|
var i = toPrimitive(t, "string");
|
626
624
|
return "symbol" == _typeof(i) ? i : String(i);
|
627
625
|
}
|
628
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/createClass.js
|
626
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/createClass.js
|
629
627
|
|
630
628
|
function _defineProperties(target, props) {
|
631
629
|
for (var i = 0; i < props.length; i++) {
|
@@ -644,7 +642,7 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
644
642
|
});
|
645
643
|
return Constructor;
|
646
644
|
}
|
647
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
645
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
648
646
|
|
649
647
|
function _defineProperty(obj, key, value) {
|
650
648
|
key = toPropertyKey(key);
|
@@ -660,18 +658,16 @@ function _defineProperty(obj, key, value) {
|
|
660
658
|
}
|
661
659
|
return obj;
|
662
660
|
}
|
663
|
-
;// external "@popperjs/core"
|
664
|
-
var core_x = (y)
|
665
|
-
|
666
|
-
}
|
667
|
-
|
668
|
-
const core_namespaceObject = core_x({ ["createPopper"]: () => (__WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper) });
|
669
|
-
;// ../../node_modules/uuid/dist/esm-browser/native.js
|
661
|
+
;// CONCATENATED MODULE: external "@popperjs/core"
|
662
|
+
var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
663
|
+
var core_y = x => () => x
|
664
|
+
const core_namespaceObject = core_x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
|
665
|
+
;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/native.js
|
670
666
|
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
671
667
|
/* harmony default export */ const esm_browser_native = ({
|
672
668
|
randomUUID
|
673
669
|
});
|
674
|
-
;// ../../node_modules/uuid/dist/esm-browser/rng.js
|
670
|
+
;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/rng.js
|
675
671
|
// Unique ID creation requires a high quality random # generator. In the browser we therefore
|
676
672
|
// require the crypto API and do not support built-in fallback to lower quality random number
|
677
673
|
// generators (like Math.random()).
|
@@ -690,7 +686,7 @@ function rng() {
|
|
690
686
|
|
691
687
|
return getRandomValues(rnds8);
|
692
688
|
}
|
693
|
-
;// ../../node_modules/uuid/dist/esm-browser/stringify.js
|
689
|
+
;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/stringify.js
|
694
690
|
|
695
691
|
/**
|
696
692
|
* Convert array of 16 byte values to UUID string format of the form:
|
@@ -724,7 +720,7 @@ function stringify(arr, offset = 0) {
|
|
724
720
|
}
|
725
721
|
|
726
722
|
/* harmony default export */ const esm_browser_stringify = ((/* unused pure expression or super */ null && (stringify)));
|
727
|
-
;// ../../node_modules/uuid/dist/esm-browser/v4.js
|
723
|
+
;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/v4.js
|
728
724
|
|
729
725
|
|
730
726
|
|
@@ -754,7 +750,7 @@ function v4(options, buf, offset) {
|
|
754
750
|
}
|
755
751
|
|
756
752
|
/* harmony default export */ const esm_browser_v4 = (v4);
|
757
|
-
;// ../../packages/shared/src/popover.ts
|
753
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/popover.ts
|
758
754
|
|
759
755
|
|
760
756
|
|
@@ -764,7 +760,7 @@ function v4(options, buf, offset) {
|
|
764
760
|
* Tencent is pleased to support the open source community by making
|
765
761
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
766
762
|
*
|
767
|
-
* Copyright (C)
|
763
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
768
764
|
*
|
769
765
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
770
766
|
*
|
@@ -1157,12 +1153,12 @@ var getPopContainerId = function getPopContainerId() {
|
|
1157
1153
|
}
|
1158
1154
|
return "".concat(prefix).concat(popContainerId);
|
1159
1155
|
};
|
1160
|
-
;// ../../packages/shared/src/scrollbar-width.ts
|
1156
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/scrollbar-width.ts
|
1161
1157
|
/*
|
1162
1158
|
* Tencent is pleased to support the open source community by making
|
1163
1159
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
1164
1160
|
*
|
1165
|
-
* Copyright (C)
|
1161
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
1166
1162
|
*
|
1167
1163
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
1168
1164
|
*
|
@@ -1203,18 +1199,16 @@ function scrollbarWidth() {
|
|
1203
1199
|
scrollBarWidth = widthNoScroll - widthWithScroll;
|
1204
1200
|
return scrollBarWidth;
|
1205
1201
|
}
|
1206
|
-
;// external "lodash/throttle"
|
1207
|
-
var throttle_x = (y)
|
1208
|
-
|
1209
|
-
}
|
1210
|
-
|
1211
|
-
const throttle_namespaceObject = throttle_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_throttle_a7b7506a__["default"]) });
|
1212
|
-
;// ../../packages/shared/src/utils.ts
|
1202
|
+
;// CONCATENATED MODULE: external "lodash/throttle"
|
1203
|
+
var throttle_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
1204
|
+
var throttle_y = x => () => x
|
1205
|
+
const throttle_namespaceObject = throttle_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_throttle_a7b7506a__["default"] });
|
1206
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/utils.ts
|
1213
1207
|
/*
|
1214
1208
|
* Tencent is pleased to support the open source community by making
|
1215
1209
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
1216
1210
|
*
|
1217
|
-
* Copyright (C)
|
1211
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
1218
1212
|
*
|
1219
1213
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
1220
1214
|
*
|
@@ -1361,14 +1355,14 @@ var getFullscreenRoot = function getFullscreenRoot(selector) {
|
|
1361
1355
|
}
|
1362
1356
|
return helper_isElement(document.body) ? document.body : 'body';
|
1363
1357
|
};
|
1364
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
1358
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
|
1365
1359
|
function _assertThisInitialized(self) {
|
1366
1360
|
if (self === void 0) {
|
1367
1361
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
1368
1362
|
}
|
1369
1363
|
return self;
|
1370
1364
|
}
|
1371
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js
|
1365
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js
|
1372
1366
|
|
1373
1367
|
|
1374
1368
|
function _possibleConstructorReturn(self, call) {
|
@@ -1379,14 +1373,14 @@ function _possibleConstructorReturn(self, call) {
|
|
1379
1373
|
}
|
1380
1374
|
return _assertThisInitialized(self);
|
1381
1375
|
}
|
1382
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
|
1376
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
|
1383
1377
|
function _getPrototypeOf(o) {
|
1384
1378
|
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
1385
1379
|
return o.__proto__ || Object.getPrototypeOf(o);
|
1386
1380
|
};
|
1387
1381
|
return _getPrototypeOf(o);
|
1388
1382
|
}
|
1389
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
1383
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
|
1390
1384
|
function _setPrototypeOf(o, p) {
|
1391
1385
|
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
1392
1386
|
o.__proto__ = p;
|
@@ -1394,7 +1388,7 @@ function _setPrototypeOf(o, p) {
|
|
1394
1388
|
};
|
1395
1389
|
return _setPrototypeOf(o, p);
|
1396
1390
|
}
|
1397
|
-
;// ../../node_modules/@babel/runtime/helpers/esm/inherits.js
|
1391
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/inherits.js
|
1398
1392
|
|
1399
1393
|
function _inherits(subClass, superClass) {
|
1400
1394
|
if (typeof superClass !== "function" && superClass !== null) {
|
@@ -1412,13 +1406,11 @@ function _inherits(subClass, superClass) {
|
|
1412
1406
|
});
|
1413
1407
|
if (superClass) _setPrototypeOf(subClass, superClass);
|
1414
1408
|
}
|
1415
|
-
;// external "vue-types"
|
1416
|
-
var external_vue_types_x = (y)
|
1417
|
-
|
1418
|
-
}
|
1419
|
-
|
1420
|
-
const external_vue_types_namespaceObject = external_vue_types_x({ ["createTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.createTypes), ["string"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.string), ["toType"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType) });
|
1421
|
-
;// ../../packages/shared/src/vue-types.ts
|
1409
|
+
;// CONCATENATED MODULE: external "vue-types"
|
1410
|
+
var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
1411
|
+
var external_vue_types_y = x => () => x
|
1412
|
+
const external_vue_types_namespaceObject = external_vue_types_x({ ["createTypes"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.createTypes, ["string"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.string, ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
|
1413
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/vue-types.ts
|
1422
1414
|
|
1423
1415
|
|
1424
1416
|
|
@@ -1430,7 +1422,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
1430
1422
|
* Tencent is pleased to support the open source community by making
|
1431
1423
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
1432
1424
|
*
|
1433
|
-
* Copyright (C)
|
1425
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
1434
1426
|
*
|
1435
1427
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
1436
1428
|
*
|
@@ -1725,7 +1717,7 @@ var SelectedTypeEnum;
|
|
1725
1717
|
function SelectedType() {
|
1726
1718
|
return (0,external_vue_types_namespaceObject.toType)('selectedStyle', {}).def(SelectedTypeEnum.CHECK);
|
1727
1719
|
}
|
1728
|
-
;// ../../packages/shared/src/z-index-manager.ts
|
1720
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/z-index-manager.ts
|
1729
1721
|
|
1730
1722
|
|
1731
1723
|
|
@@ -1733,7 +1725,7 @@ function SelectedType() {
|
|
1733
1725
|
* Tencent is pleased to support the open source community by making
|
1734
1726
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
1735
1727
|
*
|
1736
|
-
* Copyright (C)
|
1728
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
1737
1729
|
*
|
1738
1730
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
1739
1731
|
*
|
@@ -1876,7 +1868,7 @@ var BKZIndexManager = /*#__PURE__*/function () {
|
|
1876
1868
|
return BKZIndexManager;
|
1877
1869
|
}();
|
1878
1870
|
var bkZIndexManager = new BKZIndexManager();
|
1879
|
-
;// ../../packages/shared/src/frame-throttle.ts
|
1871
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/frame-throttle.ts
|
1880
1872
|
var wrapperFactory = function wrapperFactory() {
|
1881
1873
|
var state = {
|
1882
1874
|
cancelToken: 0
|
@@ -1944,7 +1936,7 @@ var throttle = function throttle(callback) {
|
|
1944
1936
|
throttledCallback.bind = throttleFactory.bind(null, callback);
|
1945
1937
|
return throttledCallback;
|
1946
1938
|
};
|
1947
|
-
;// ../../packages/shared/src/index.ts
|
1939
|
+
;// CONCATENATED MODULE: ../../packages/shared/src/index.ts
|
1948
1940
|
|
1949
1941
|
|
1950
1942
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
* Tencent is pleased to support the open source community by making
|
3
3
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
4
4
|
*
|
5
|
-
* Copyright (C)
|
5
|
+
* Copyright (C) 2025 Tencent. All rights reserved.
|
6
6
|
*
|
7
7
|
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
8
8
|
*
|