bkui-vue 2.0.1-beta.6 → 2.0.1-beta.60.fix.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 +166 -166
- package/dist/index.esm.js +32099 -32092
- package/dist/index.umd.js +166 -166
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/index.js +7 -7
- package/lib/alert/alert.d.ts +5 -5
- package/lib/alert/index.d.ts +11 -11
- package/lib/backtop/backtop.d.ts +1 -1
- package/lib/backtop/index.d.ts +3 -3
- package/lib/backtop/index.js +6 -6
- package/lib/badge/index.js +1 -1
- package/lib/button/button.d.ts +7 -7
- package/lib/button/index.d.ts +8 -8
- package/lib/button/index.js +6 -7
- package/lib/cascader/cascader-panel.d.ts +1 -1
- package/lib/cascader/cascader.d.ts +1 -1
- package/lib/cascader/cascader.less +1 -1
- package/lib/cascader/index.js +32 -32
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/checkbox.d.ts +7 -7
- package/lib/checkbox/index.d.ts +11 -11
- package/lib/checkbox/index.js +12 -4
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/index.js +8 -8
- package/lib/collapse/index.js +2 -2
- package/lib/collapse/utils.d.ts +2 -2
- package/lib/color-picker/index.js +44 -44
- package/lib/components.d.ts +32 -32
- package/lib/components.js +31 -31
- package/lib/config-provider/index.d.ts +1 -1
- package/lib/container/index.js +6 -7
- package/lib/date-picker/base/date-table.d.ts +1 -1
- package/lib/date-picker/base/month-table.d.ts +1 -1
- package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
- package/lib/date-picker/base/year-table.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +0 -1
- package/lib/date-picker/index.d.ts +0 -3
- package/lib/date-picker/index.js +246 -220
- package/lib/date-picker/interface.d.ts +9 -9
- package/lib/date-picker/panel/date-range.d.ts +5 -5
- package/lib/date-picker/panel/date.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +1 -1
- package/lib/date-picker/panel/time.d.ts +1 -1
- package/lib/date-picker/props.d.ts +1 -1
- package/lib/date-picker/utils.d.ts +1 -1
- package/lib/dialog/dialog.d.ts +25 -20
- package/lib/dialog/index.d.ts +55 -44
- package/lib/dialog/index.js +22 -22
- package/lib/dialog/props.d.ts +10 -8
- package/lib/directives/index.d.ts +3 -3
- package/lib/directives/index.js +166 -166
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +2 -4
- package/lib/divider/divider.d.ts +5 -5
- package/lib/divider/index.d.ts +11 -11
- package/lib/divider/index.js +2 -2
- package/lib/divider/props.d.ts +2 -2
- package/lib/dropdown/dropdown.d.ts +5 -5
- package/lib/dropdown/index.d.ts +11 -11
- package/lib/dropdown/index.js +7 -7
- package/lib/exception/exception.d.ts +9 -9
- package/lib/exception/index.d.ts +11 -11
- package/lib/exception/index.js +10 -10
- package/lib/exception/typings/index.d.ts +1 -1
- package/lib/fixed-navbar/index.js +2 -2
- package/lib/form/form.d.ts +2 -2
- package/lib/form/index.js +14 -15
- package/lib/form/type.d.ts +2 -2
- package/lib/icon/index.d.ts +11 -11
- package/lib/icon/index.js +11 -11
- package/lib/image/image-viewer.d.ts +1 -1
- package/lib/image/index.js +20 -21
- package/lib/index.d.ts +9 -3
- package/lib/index.js +5 -29
- package/lib/info-box/index.js +13 -13
- package/lib/info-box/info-box.d.ts +15 -15
- package/lib/input/index.d.ts +15 -15
- package/lib/input/index.js +16 -17
- package/lib/input/input.d.ts +15 -15
- package/lib/link/index.d.ts +11 -11
- package/lib/link/index.js +3 -3
- package/lib/link/link.d.ts +5 -5
- package/lib/loading/index.d.ts +4 -4
- package/lib/loading/index.js +6 -6
- package/lib/loading/loading.d.ts +6 -6
- package/lib/locale/index.d.ts +1 -1
- package/lib/menu/index.js +0 -1
- package/lib/menu/utils.d.ts +3 -3
- package/lib/message/index.js +18 -18
- package/lib/message/messageConstructor.d.ts +11 -11
- package/lib/modal/index.d.ts +21 -8
- package/lib/modal/index.js +14 -8
- package/lib/modal/modal.d.ts +8 -3
- package/lib/modal/props.mixin.d.ts +3 -1
- package/lib/navigation/index.js +20 -20
- package/lib/navigation/navigation.d.ts +1 -1
- package/lib/notify/index.js +4 -4
- package/lib/overflow-title/components/overflow-title.d.ts +9 -9
- package/lib/overflow-title/index.d.ts +19 -19
- package/lib/overflow-title/index.js +61 -11
- package/lib/overflow-title/props.d.ts +18 -18
- package/lib/pagination/index.js +16 -16
- package/lib/pagination/type.d.ts +1 -1
- package/lib/pagination/use-limit.d.ts +1 -1
- package/lib/pagination/use-total.d.ts +1 -1
- package/lib/plugin-popover/index.js +18 -20
- package/lib/pop-confirm/index.d.ts +11 -11
- package/lib/pop-confirm/index.js +11 -10
- package/lib/pop-confirm/pop-confirm.d.ts +5 -5
- package/lib/pop-confirm/props.d.ts +4 -4
- package/lib/popover/const.d.ts +3 -3
- package/lib/popover/index.d.ts +19 -19
- package/lib/popover/index.js +18 -20
- package/lib/popover/plugin-popover.d.ts +1 -1
- package/lib/popover/popover.d.ts +7 -7
- package/lib/popover/props.d.ts +4 -4
- package/lib/preset.d.ts +0 -1
- package/lib/preset.js +0 -1
- package/lib/process/index.js +3 -3
- package/lib/progress/index.d.ts +11 -11
- package/lib/progress/index.js +10 -11
- package/lib/progress/progress.d.ts +7 -7
- package/lib/radio/index.d.ts +21 -21
- package/lib/radio/index.js +28 -17
- package/lib/radio/radio-button.d.ts +7 -7
- package/lib/radio/radio-group.d.ts +7 -7
- package/lib/radio/radio.d.ts +7 -7
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.js +8 -8
- package/lib/rate/rate.css +27 -0
- package/lib/rate/rate.less +33 -0
- package/lib/rate/rate.variable.css +27 -0
- package/lib/resize-layout/index.d.ts +34 -11
- package/lib/resize-layout/index.js +29 -14
- package/lib/resize-layout/resize-layout.d.ts +16 -5
- package/lib/scrollbar/index.js +0 -1
- package/lib/scrollbar/scrollbar-core/index.d.ts +9 -9
- package/lib/search-select/index.js +66 -66
- package/lib/search-select/menu.d.ts +1 -1
- package/lib/search-select/selected.d.ts +1 -1
- package/lib/search-select/utils.d.ts +3 -3
- package/lib/select/common.d.ts +4 -4
- package/lib/select/index.d.ts +88 -70
- package/lib/select/index.js +134 -125
- package/lib/select/option.d.ts +1 -1
- package/lib/select/select.d.ts +35 -27
- package/lib/select/selectTagInput.d.ts +6 -6
- package/lib/select/type.d.ts +2 -2
- package/lib/shared/index.d.ts +1 -1
- package/lib/shared/index.js +38 -46
- package/lib/shared/popover.d.ts +3 -3
- package/lib/shared/token.d.ts +1 -1
- package/lib/shared/vue-types.d.ts +46 -46
- package/lib/shared/z-index-manager.d.ts +6 -6
- package/lib/sideslider/index.d.ts +18 -7
- package/lib/sideslider/index.js +11 -11
- package/lib/sideslider/sideslider.d.ts +8 -3
- package/lib/slider/index.js +21 -23
- package/lib/steps/index.d.ts +11 -11
- package/lib/steps/index.js +3 -3
- package/lib/steps/steps.d.ts +7 -7
- package/lib/styles/index.d.ts +0 -1
- package/lib/swiper/index.js +5 -5
- package/lib/switcher/index.js +2 -2
- package/lib/switcher/switcher.d.ts +2 -2
- package/lib/tab/index.d.ts +22 -22
- package/lib/tab/index.js +15 -15
- package/lib/tab/props.d.ts +15 -15
- package/lib/tab/tab-nav.d.ts +10 -10
- package/lib/tab/tab.d.ts +10 -10
- package/lib/table/components/table-column.d.ts +27 -87
- package/lib/table/const.d.ts +8 -8
- package/lib/table/events.d.ts +21 -21
- package/lib/table/index.d.ts +194 -244
- package/lib/table/index.js +126 -130
- package/lib/table/props.d.ts +33 -33
- package/lib/table/table.css +3 -4
- package/lib/table/table.d.ts +47 -47
- package/lib/table/table.less +4 -12
- package/lib/table/table.variable.css +3 -4
- package/lib/table/use-attributes.d.ts +3 -3
- package/lib/table/use-column.d.ts +9 -129
- package/lib/table/use-common.d.ts +4 -4
- package/lib/table/utils.d.ts +5 -5
- package/lib/table-column/index.d.ts +42 -172
- package/lib/table-column/index.js +18 -18
- package/lib/tag/index.d.ts +11 -11
- package/lib/tag/index.js +2 -2
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag-input/common.d.ts +1 -1
- package/lib/tag-input/index.d.ts +8 -8
- package/lib/tag-input/index.js +30 -30
- package/lib/tag-input/tag-input.d.ts +4 -4
- package/lib/tag-input/tag-props.d.ts +2 -2
- package/lib/timeline/index.js +2 -2
- package/lib/transfer/const.d.ts +2 -2
- package/lib/transfer/index.js +3 -5
- package/lib/tree/constant.d.ts +20 -20
- package/lib/tree/index.d.ts +20 -20
- package/lib/tree/index.js +48 -40
- package/lib/tree/props.d.ts +6 -6
- package/lib/tree/tree.d.ts +8 -14
- package/lib/tree/use-empty.d.ts +1 -1
- package/lib/tree/use-node-action.d.ts +2 -2
- package/lib/tree/use-search.d.ts +1 -1
- package/lib/upload/index.js +25 -26
- package/lib/upload/props.d.ts +1 -1
- package/lib/upload/upload.type.d.ts +6 -6
- package/lib/upload/use-file-handler.d.ts +1 -1
- package/lib/virtual-render/index.js +2 -3
- package/package.json +17 -55
- package/lib/rate/star.css +0 -27
- package/lib/rate/star.less +0 -34
- package/lib/rate/star.variable.css +0 -156
@@ -23,8 +23,8 @@ declare const BKPopConfirm: {
|
|
23
23
|
} & {
|
24
24
|
default: string;
|
25
25
|
};
|
26
|
-
placement: import("vue-types").
|
27
|
-
default:
|
26
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
27
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
28
28
|
};
|
29
29
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
30
30
|
default: string;
|
@@ -79,8 +79,8 @@ declare const BKPopConfirm: {
|
|
79
79
|
} & {
|
80
80
|
default: string;
|
81
81
|
};
|
82
|
-
placement: import("vue-types").
|
83
|
-
default:
|
82
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
83
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
84
84
|
};
|
85
85
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
86
86
|
default: string;
|
@@ -102,7 +102,7 @@ declare const BKPopConfirm: {
|
|
102
102
|
title: string;
|
103
103
|
width: string | number;
|
104
104
|
content: string;
|
105
|
-
placement:
|
105
|
+
placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
106
106
|
theme: string;
|
107
107
|
trigger: "click" | "hover";
|
108
108
|
icon: string;
|
@@ -139,8 +139,8 @@ declare const BKPopConfirm: {
|
|
139
139
|
} & {
|
140
140
|
default: string;
|
141
141
|
};
|
142
|
-
placement: import("vue-types").
|
143
|
-
default:
|
142
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
143
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
144
144
|
};
|
145
145
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
146
146
|
default: string;
|
@@ -175,7 +175,7 @@ declare const BKPopConfirm: {
|
|
175
175
|
title: string;
|
176
176
|
width: string | number;
|
177
177
|
content: string;
|
178
|
-
placement:
|
178
|
+
placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
179
179
|
theme: string;
|
180
180
|
trigger: "click" | "hover";
|
181
181
|
icon: string;
|
@@ -209,8 +209,8 @@ declare const BKPopConfirm: {
|
|
209
209
|
} & {
|
210
210
|
default: string;
|
211
211
|
};
|
212
|
-
placement: import("vue-types").
|
213
|
-
default:
|
212
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
213
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
214
214
|
};
|
215
215
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
216
216
|
default: string;
|
@@ -245,7 +245,7 @@ declare const BKPopConfirm: {
|
|
245
245
|
title: string;
|
246
246
|
width: string | number;
|
247
247
|
content: string;
|
248
|
-
placement:
|
248
|
+
placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
249
249
|
theme: string;
|
250
250
|
trigger: "click" | "hover";
|
251
251
|
icon: string;
|
package/lib/pop-confirm/index.js
CHANGED
@@ -99,8 +99,8 @@ const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: ()
|
|
99
99
|
|
100
100
|
var TriggerEnum;
|
101
101
|
(function (TriggerEnum) {
|
102
|
-
TriggerEnum["HOVER"] = "hover";
|
103
102
|
TriggerEnum["CLICK"] = "click";
|
103
|
+
TriggerEnum["HOVER"] = "hover";
|
104
104
|
})(TriggerEnum || (TriggerEnum = {}));
|
105
105
|
function triggerType() {
|
106
106
|
return (0,external_vue_types_namespaceObject.toType)('trigger', {}).def(TriggerEnum.HOVER);
|
@@ -131,7 +131,7 @@ var PopConfirmProps = {
|
|
131
131
|
content: shared_namespaceObject.PropTypes.string.def(''),
|
132
132
|
confirmText: shared_namespaceObject.PropTypes.string.def(''),
|
133
133
|
cancelText: shared_namespaceObject.PropTypes.string.def(''),
|
134
|
-
placement:
|
134
|
+
placement: (0,shared_namespaceObject.placementType)().def(shared_namespaceObject.PlacementEnum.TOP_START),
|
135
135
|
theme: shared_namespaceObject.PropTypes.string.def('light '),
|
136
136
|
/**
|
137
137
|
* 自定义icon:根据确认框中提示文字的语境来选择 icon的样式,当确认操作存在风险时,可选择带警示的icon来引起用户的注意。
|
@@ -224,14 +224,15 @@ var PopConfirmProps = {
|
|
224
224
|
};
|
225
225
|
return (0,external_vue_namespaceObject.createVNode)(popover_namespaceObject["default"], {
|
226
226
|
"ref": "popoverRef",
|
227
|
+
"width": this.width,
|
228
|
+
"extCls": "".concat(this.resolveClassName('pop-confirm-box')),
|
227
229
|
"isShow": this.visible,
|
228
|
-
"
|
230
|
+
"placement": this.placement,
|
229
231
|
"theme": this.theme,
|
230
|
-
"
|
232
|
+
"trigger": this.trigger,
|
231
233
|
"onAfterShow": function onAfterShow() {
|
232
234
|
return _this.visible = true;
|
233
|
-
}
|
234
|
-
"extCls": "".concat(this.resolveClassName('pop-confirm-box'))
|
235
|
+
}
|
235
236
|
}, {
|
236
237
|
"default": function _default() {
|
237
238
|
return _this.$slots["default"]();
|
@@ -244,16 +245,16 @@ var PopConfirmProps = {
|
|
244
245
|
}, [!_this.title ? _this.icon : '', _this.content])]), (0,external_vue_namespaceObject.createVNode)("div", {
|
245
246
|
"class": "".concat(_this.resolveClassName('pop-confirm-footer'))
|
246
247
|
}, [(0,external_vue_namespaceObject.createVNode)(button_namespaceObject["default"], {
|
247
|
-
"onClick": _this.ensure,
|
248
248
|
"size": "small",
|
249
|
-
"theme": "primary"
|
249
|
+
"theme": "primary",
|
250
|
+
"onClick": _this.ensure
|
250
251
|
}, {
|
251
252
|
"default": function _default() {
|
252
253
|
return [_this.confirmText || _this.t.ok];
|
253
254
|
}
|
254
255
|
}), (0,external_vue_namespaceObject.createVNode)(button_namespaceObject["default"], {
|
255
|
-
"
|
256
|
-
"
|
256
|
+
"size": "small",
|
257
|
+
"onClick": _this.cancel
|
257
258
|
}, {
|
258
259
|
"default": function _default() {
|
259
260
|
return [_this.cancelText || _this.t.cancel];
|
@@ -22,8 +22,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
22
22
|
} & {
|
23
23
|
default: string;
|
24
24
|
};
|
25
|
-
placement: import("vue-types").
|
26
|
-
default:
|
25
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
26
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
27
27
|
};
|
28
28
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
29
29
|
default: string;
|
@@ -75,8 +75,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
75
75
|
} & {
|
76
76
|
default: string;
|
77
77
|
};
|
78
|
-
placement: import("vue-types").
|
79
|
-
default:
|
78
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
79
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
80
80
|
};
|
81
81
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
82
82
|
default: string;
|
@@ -98,7 +98,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
98
98
|
title: string;
|
99
99
|
width: string | number;
|
100
100
|
content: string;
|
101
|
-
placement:
|
101
|
+
placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
102
102
|
theme: string;
|
103
103
|
trigger: "click" | "hover";
|
104
104
|
icon: string;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
export declare enum TriggerEnum {
|
2
|
-
|
3
|
-
|
2
|
+
CLICK = "click",
|
3
|
+
HOVER = "hover"
|
4
4
|
}
|
5
5
|
export declare function triggerType(): import("vue-types").VueTypeDef<"click" | "hover"> & {
|
6
6
|
default: "click" | "hover";
|
@@ -44,8 +44,8 @@ export declare const PopConfirmProps: {
|
|
44
44
|
} & {
|
45
45
|
default: string;
|
46
46
|
};
|
47
|
-
placement: import("vue-types").
|
48
|
-
default:
|
47
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
48
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
49
49
|
};
|
50
50
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
51
51
|
default: string;
|
package/lib/popover/const.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
export declare const enum EMIT_EVENTS {
|
2
2
|
CLICK_OUTSIDE = "clickoutside",
|
3
|
-
CONTENT_MOUSEENTER = "contentMouseenter",
|
4
|
-
CONTENT_MOUSELEAVE = "contentMouseleave",
|
5
3
|
CONTENT_AfterHidden = "afterHidden",
|
6
|
-
CONTENT_AfterShow = "afterShow"
|
4
|
+
CONTENT_AfterShow = "afterShow",
|
5
|
+
CONTENT_MOUSEENTER = "contentMouseenter",
|
6
|
+
CONTENT_MOUSELEAVE = "contentMouseleave"
|
7
7
|
}
|
8
8
|
export declare const EVENT_SHOW_HIDE_FN: (_args: {
|
9
9
|
isShow: boolean;
|
package/lib/popover/index.d.ts
CHANGED
@@ -36,8 +36,8 @@ declare const BkPopover: {
|
|
36
36
|
} & {
|
37
37
|
default: boolean;
|
38
38
|
};
|
39
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
40
|
-
default: "auto" | "auto-
|
39
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
40
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
41
41
|
};
|
42
42
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
43
43
|
default: string;
|
@@ -131,14 +131,14 @@ declare const BkPopover: {
|
|
131
131
|
isShow: boolean;
|
132
132
|
event: MouseEvent;
|
133
133
|
}) => any;
|
134
|
-
onContentMouseenter?: (e: MouseEvent) => any;
|
135
|
-
onContentMouseleave?: (e: MouseEvent) => any;
|
136
134
|
onAfterHidden?: (_args: {
|
137
135
|
isShow: boolean;
|
138
136
|
}) => any;
|
139
137
|
onAfterShow?: (_args: {
|
140
138
|
isShow: boolean;
|
141
139
|
}) => any;
|
140
|
+
onContentMouseenter?: (e: MouseEvent) => any;
|
141
|
+
onContentMouseleave?: (e: MouseEvent) => any;
|
142
142
|
}, {
|
143
143
|
boundary: import("vue").Ref<any>;
|
144
144
|
arrow: boolean;
|
@@ -207,8 +207,8 @@ declare const BkPopover: {
|
|
207
207
|
} & {
|
208
208
|
default: boolean;
|
209
209
|
};
|
210
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
211
|
-
default: "auto" | "auto-
|
210
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
211
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
212
212
|
};
|
213
213
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
214
214
|
default: string;
|
@@ -302,14 +302,14 @@ declare const BkPopover: {
|
|
302
302
|
isShow: boolean;
|
303
303
|
event: MouseEvent;
|
304
304
|
}) => any;
|
305
|
-
onContentMouseenter?: (e: MouseEvent) => any;
|
306
|
-
onContentMouseleave?: (e: MouseEvent) => any;
|
307
305
|
onAfterHidden?: (_args: {
|
308
306
|
isShow: boolean;
|
309
307
|
}) => any;
|
310
308
|
onAfterShow?: (_args: {
|
311
309
|
isShow: boolean;
|
312
310
|
}) => any;
|
311
|
+
onContentMouseenter?: (e: MouseEvent) => any;
|
312
|
+
onContentMouseleave?: (e: MouseEvent) => any;
|
313
313
|
}, {
|
314
314
|
width: string | number;
|
315
315
|
height: string | number;
|
@@ -322,7 +322,7 @@ declare const BkPopover: {
|
|
322
322
|
disabled: boolean;
|
323
323
|
content: string | number | HTMLElement | JSX.Element;
|
324
324
|
allowHtml: boolean;
|
325
|
-
placement: "auto" | "auto-
|
325
|
+
placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
326
326
|
theme: string;
|
327
327
|
trigger: "click" | "hover" | "manual";
|
328
328
|
renderType: "auto" | "shown";
|
@@ -386,8 +386,8 @@ declare const BkPopover: {
|
|
386
386
|
} & {
|
387
387
|
default: boolean;
|
388
388
|
};
|
389
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
390
|
-
default: "auto" | "auto-
|
389
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
390
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
391
391
|
};
|
392
392
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
393
393
|
default: string;
|
@@ -481,14 +481,14 @@ declare const BkPopover: {
|
|
481
481
|
isShow: boolean;
|
482
482
|
event: MouseEvent;
|
483
483
|
}) => any;
|
484
|
-
onContentMouseenter?: (e: MouseEvent) => any;
|
485
|
-
onContentMouseleave?: (e: MouseEvent) => any;
|
486
484
|
onAfterHidden?: (_args: {
|
487
485
|
isShow: boolean;
|
488
486
|
}) => any;
|
489
487
|
onAfterShow?: (_args: {
|
490
488
|
isShow: boolean;
|
491
489
|
}) => any;
|
490
|
+
onContentMouseenter?: (e: MouseEvent) => any;
|
491
|
+
onContentMouseleave?: (e: MouseEvent) => any;
|
492
492
|
}, {
|
493
493
|
boundary: import("vue").Ref<any>;
|
494
494
|
arrow: boolean;
|
@@ -519,7 +519,7 @@ declare const BkPopover: {
|
|
519
519
|
disabled: boolean;
|
520
520
|
content: string | number | HTMLElement | JSX.Element;
|
521
521
|
allowHtml: boolean;
|
522
|
-
placement: "auto" | "auto-
|
522
|
+
placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
523
523
|
theme: string;
|
524
524
|
trigger: "click" | "hover" | "manual";
|
525
525
|
renderType: "auto" | "shown";
|
@@ -580,8 +580,8 @@ declare const BkPopover: {
|
|
580
580
|
} & {
|
581
581
|
default: boolean;
|
582
582
|
};
|
583
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
584
|
-
default: "auto" | "auto-
|
583
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
584
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
585
585
|
};
|
586
586
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
587
587
|
default: string;
|
@@ -675,14 +675,14 @@ declare const BkPopover: {
|
|
675
675
|
isShow: boolean;
|
676
676
|
event: MouseEvent;
|
677
677
|
}) => any;
|
678
|
-
onContentMouseenter?: (e: MouseEvent) => any;
|
679
|
-
onContentMouseleave?: (e: MouseEvent) => any;
|
680
678
|
onAfterHidden?: (_args: {
|
681
679
|
isShow: boolean;
|
682
680
|
}) => any;
|
683
681
|
onAfterShow?: (_args: {
|
684
682
|
isShow: boolean;
|
685
683
|
}) => any;
|
684
|
+
onContentMouseenter?: (e: MouseEvent) => any;
|
685
|
+
onContentMouseleave?: (e: MouseEvent) => any;
|
686
686
|
}, {
|
687
687
|
boundary: import("vue").Ref<any>;
|
688
688
|
arrow: boolean;
|
@@ -726,7 +726,7 @@ declare const BkPopover: {
|
|
726
726
|
disabled: boolean;
|
727
727
|
content: string | number | HTMLElement | JSX.Element;
|
728
728
|
allowHtml: boolean;
|
729
|
-
placement: "auto" | "auto-
|
729
|
+
placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
730
730
|
theme: string;
|
731
731
|
trigger: "click" | "hover" | "manual";
|
732
732
|
renderType: "auto" | "shown";
|
package/lib/popover/index.js
CHANGED
@@ -287,14 +287,13 @@ function _defineProperty(obj, key, value) {
|
|
287
287
|
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
288
288
|
* IN THE SOFTWARE.
|
289
289
|
*/
|
290
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
291
290
|
var EMIT_EVENTS;
|
292
291
|
(function (EMIT_EVENTS) {
|
293
292
|
EMIT_EVENTS["CLICK_OUTSIDE"] = "clickoutside";
|
294
|
-
EMIT_EVENTS["CONTENT_MOUSEENTER"] = "contentMouseenter";
|
295
|
-
EMIT_EVENTS["CONTENT_MOUSELEAVE"] = "contentMouseleave";
|
296
293
|
EMIT_EVENTS["CONTENT_AfterHidden"] = "afterHidden";
|
297
294
|
EMIT_EVENTS["CONTENT_AfterShow"] = "afterShow";
|
295
|
+
EMIT_EVENTS["CONTENT_MOUSEENTER"] = "contentMouseenter";
|
296
|
+
EMIT_EVENTS["CONTENT_MOUSELEAVE"] = "contentMouseleave";
|
298
297
|
})(EMIT_EVENTS || (EMIT_EVENTS = {}));
|
299
298
|
var EVENT_SHOW_HIDE_FN = function EVENT_SHOW_HIDE_FN(_args) {
|
300
299
|
return true;
|
@@ -416,9 +415,9 @@ var EMIT_EVENT_TYPES = _defineProperty(_defineProperty(_defineProperty(_definePr
|
|
416
415
|
};
|
417
416
|
var style = resolveContentStyle((_this$$slots$default = (_this$$slots = this.$slots)["default"]) === null || _this$$slots$default === void 0 ? void 0 : _this$$slots$default.call(_this$$slots));
|
418
417
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
419
|
-
"
|
418
|
+
"ref": "refContent",
|
420
419
|
"style": style,
|
421
|
-
"
|
420
|
+
"class": this.contentClassName
|
422
421
|
}, [(_this$$slots$arrow = (_this$$slots$arrow2 = (_this$$slots2 = this.$slots).arrow) === null || _this$$slots$arrow2 === void 0 ? void 0 : _this$$slots$arrow2.call(_this$$slots2)) !== null && _this$$slots$arrow !== void 0 ? _this$$slots$arrow : '', (_this$$slots$default2 = (_this$$slots$default3 = (_this$$slots3 = this.$slots)["default"]) === null || _this$$slots$default3 === void 0 ? void 0 : _this$$slots$default3.call(_this$$slots3)) !== null && _this$$slots$default2 !== void 0 ? _this$$slots$default2 : '']);
|
423
422
|
}
|
424
423
|
}));
|
@@ -653,10 +652,6 @@ function _nonIterableRest() {
|
|
653
652
|
function _slicedToArray(arr, i) {
|
654
653
|
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || unsupportedIterableToArray_unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
655
654
|
}
|
656
|
-
;// CONCATENATED MODULE: external "lodash/isElement"
|
657
|
-
var isElement_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
658
|
-
var isElement_y = x => () => x
|
659
|
-
const isElement_namespaceObject = isElement_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isElement_e6b2a6ce__["default"] });
|
660
655
|
;// CONCATENATED MODULE: ../../node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs
|
661
656
|
/**
|
662
657
|
* Custom positioning reference element.
|
@@ -2607,6 +2602,10 @@ const floating_ui_dom_computePosition = (reference, floating, options) => {
|
|
2607
2602
|
|
2608
2603
|
|
2609
2604
|
|
2605
|
+
;// CONCATENATED MODULE: external "lodash/isElement"
|
2606
|
+
var isElement_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
2607
|
+
var isElement_y = x => () => x
|
2608
|
+
const isElement_namespaceObject = isElement_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isElement_e6b2a6ce__["default"] });
|
2610
2609
|
;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/native.js
|
2611
2610
|
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
2612
2611
|
/* harmony default export */ const esm_browser_native = ({
|
@@ -3570,7 +3569,6 @@ function _isSlot(s) {
|
|
3570
3569
|
/* harmony default export */ const popover = ((0,external_vue_namespaceObject.defineComponent)({
|
3571
3570
|
name: 'Popover',
|
3572
3571
|
components: {
|
3573
|
-
// eslint-disable-next-line vue/no-reserved-component-names
|
3574
3572
|
Content: content,
|
3575
3573
|
Arrow: src_arrow,
|
3576
3574
|
Root: root
|
@@ -3702,20 +3700,20 @@ function _isSlot(s) {
|
|
3702
3700
|
return [_slot];
|
3703
3701
|
}
|
3704
3702
|
}), (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Teleport, {
|
3705
|
-
"
|
3706
|
-
"
|
3703
|
+
"disabled": !_this.transBoundary,
|
3704
|
+
"to": _this.boundary
|
3707
3705
|
}, {
|
3708
3706
|
"default": function _default() {
|
3709
3707
|
return [(0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)(content, {
|
3710
3708
|
"ref": "refContent",
|
3711
|
-
"visible": _this.localIsShow,
|
3712
|
-
"data-theme": _this.theme,
|
3713
|
-
"extCls": _this.extCls,
|
3714
3709
|
"width": _this.width,
|
3715
3710
|
"height": _this.height,
|
3716
|
-
"
|
3711
|
+
"extCls": _this.extCls,
|
3712
|
+
"data-theme": _this.theme,
|
3713
|
+
"eventDelay": _this.componentEventDelay,
|
3717
3714
|
"maxHeight": _this.maxHeight,
|
3718
|
-
"
|
3715
|
+
"maxWidth": _this.maxWidth,
|
3716
|
+
"visible": _this.localIsShow
|
3719
3717
|
}, {
|
3720
3718
|
"default": function _default() {
|
3721
3719
|
return [_this.contentIsShow ? (_this$$slots$content = (_this$$slots$content2 = (_this$$slots3 = _this.$slots).content) === null || _this$$slots$content2 === void 0 ? void 0 : _this$$slots$content2.call(_this$$slots3)) !== null && _this$$slots$content !== void 0 ? _this$$slots$content : _this.renderContent() : ''];
|
@@ -3846,10 +3844,10 @@ function createPopoverComponent(options) {
|
|
3846
3844
|
return function () {
|
3847
3845
|
return (0,external_vue_namespaceObject.createVNode)(popover, (0,external_vue_namespaceObject.mergeProps)(refProps, {
|
3848
3846
|
"ref": refReference,
|
3849
|
-
"onContentMouseenter": handleContentMouseenter,
|
3850
|
-
"onContentMouseleave": handleContentMouseleave,
|
3851
3847
|
"onAfterHidden": handlePopoverHidden,
|
3852
|
-
"onAfterShow": handlePopoverShow
|
3848
|
+
"onAfterShow": handlePopoverShow,
|
3849
|
+
"onContentMouseenter": handleContentMouseenter,
|
3850
|
+
"onContentMouseleave": handleContentMouseleave
|
3853
3851
|
}), null);
|
3854
3852
|
};
|
3855
3853
|
}
|
@@ -6,7 +6,7 @@ export type $Popover = PopoverPropTypes & {
|
|
6
6
|
export default function createPopoverComponent(options: $Popover): {
|
7
7
|
install: () => void;
|
8
8
|
close: () => void;
|
9
|
-
show: (target?:
|
9
|
+
show: (target?: HTMLElement | MouseEvent) => void;
|
10
10
|
hide: () => void;
|
11
11
|
update: (e: MouseEvent) => void;
|
12
12
|
uninstall: () => void;
|
package/lib/popover/popover.d.ts
CHANGED
@@ -35,8 +35,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
35
35
|
} & {
|
36
36
|
default: boolean;
|
37
37
|
};
|
38
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
39
|
-
default: "auto" | "auto-
|
38
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
39
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
40
40
|
};
|
41
41
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
42
42
|
default: string;
|
@@ -193,8 +193,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
193
193
|
} & {
|
194
194
|
default: boolean;
|
195
195
|
};
|
196
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
197
|
-
default: "auto" | "auto-
|
196
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
197
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
198
198
|
};
|
199
199
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
200
200
|
default: string;
|
@@ -288,14 +288,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
288
288
|
isShow: boolean;
|
289
289
|
event: MouseEvent;
|
290
290
|
}) => any;
|
291
|
-
onContentMouseenter?: (e: MouseEvent) => any;
|
292
|
-
onContentMouseleave?: (e: MouseEvent) => any;
|
293
291
|
onAfterHidden?: (_args: {
|
294
292
|
isShow: boolean;
|
295
293
|
}) => any;
|
296
294
|
onAfterShow?: (_args: {
|
297
295
|
isShow: boolean;
|
298
296
|
}) => any;
|
297
|
+
onContentMouseenter?: (e: MouseEvent) => any;
|
298
|
+
onContentMouseleave?: (e: MouseEvent) => any;
|
299
299
|
}, {
|
300
300
|
width: string | number;
|
301
301
|
height: string | number;
|
@@ -308,7 +308,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
308
308
|
disabled: boolean;
|
309
309
|
content: string | number | HTMLElement | JSX.Element;
|
310
310
|
allowHtml: boolean;
|
311
|
-
placement: "auto" | "auto-
|
311
|
+
placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
312
312
|
theme: string;
|
313
313
|
trigger: "click" | "hover" | "manual";
|
314
314
|
renderType: "auto" | "shown";
|
package/lib/popover/props.d.ts
CHANGED
@@ -6,9 +6,9 @@ export declare const EventProps: {
|
|
6
6
|
type IAxesOffsets = {
|
7
7
|
mainAxis?: number;
|
8
8
|
crossAxis?: number;
|
9
|
-
alignmentAxis?:
|
9
|
+
alignmentAxis?: null | number;
|
10
10
|
};
|
11
|
-
type IContent =
|
11
|
+
type IContent = HTMLElement | JSX.Element | number | string;
|
12
12
|
export declare const PopoverProps: {
|
13
13
|
isShow: import("vue-types").VueTypeValidableDef<boolean> & {
|
14
14
|
default: boolean;
|
@@ -49,8 +49,8 @@ export declare const PopoverProps: {
|
|
49
49
|
/**
|
50
50
|
* 组件显示位置
|
51
51
|
*/
|
52
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-
|
53
|
-
default: "auto" | "auto-
|
52
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
|
53
|
+
default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
|
54
54
|
};
|
55
55
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
56
56
|
default: string;
|
package/lib/preset.d.ts
CHANGED
package/lib/preset.js
CHANGED
package/lib/process/index.js
CHANGED
@@ -706,9 +706,6 @@ var processProps = {
|
|
706
706
|
}
|
707
707
|
}, [this.defaultProcessList.map(function (item, index) {
|
708
708
|
return (0,external_vue_namespaceObject.createVNode)("li", {
|
709
|
-
"onClick": function onClick() {
|
710
|
-
_this.jumpTo(index + 1);
|
711
|
-
},
|
712
709
|
"style": {
|
713
710
|
cursor: _this.controllable ? 'pointer' : ''
|
714
711
|
},
|
@@ -716,6 +713,9 @@ var processProps = {
|
|
716
713
|
success: _this.curProcess >= index + 1,
|
717
714
|
current: isLoadingStatus(item) && index === _this.curProcess - 1,
|
718
715
|
error: isErrorStatus(item) && index === _this.curProcess - 1
|
716
|
+
},
|
717
|
+
"onClick": function onClick() {
|
718
|
+
_this.jumpTo(index + 1);
|
719
719
|
}
|
720
720
|
}, [(0,external_vue_namespaceObject.createVNode)("div", null, [(0,external_vue_namespaceObject.createVNode)("span", {
|
721
721
|
"class": "display"
|