@deot/vc-components 1.0.60 → 1.0.62
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 +352 -223
- package/dist/index.d.ts +26 -6
- package/dist/index.iife.js +548 -419
- package/dist/index.js +352 -223
- package/dist/index.style.css +2 -2
- package/dist/index.umd.cjs +548 -419
- package/package.json +1 -1
package/dist/index.iife.js
CHANGED
|
@@ -83,9 +83,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
83
83
|
|
|
84
84
|
/** @jsxImportSource vue */
|
|
85
85
|
|
|
86
|
-
const COMPONENT_NAME$
|
|
86
|
+
const COMPONENT_NAME$2b = 'vc-action-sheet';
|
|
87
87
|
const ActionSheet = /* @__PURE__ */ vue.defineComponent({
|
|
88
|
-
name: COMPONENT_NAME$
|
|
88
|
+
name: COMPONENT_NAME$2b,
|
|
89
89
|
props: props$1u,
|
|
90
90
|
setup(props, {
|
|
91
91
|
slots
|
|
@@ -378,9 +378,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
378
378
|
|
|
379
379
|
/** @jsxImportSource vue */
|
|
380
380
|
|
|
381
|
-
const COMPONENT_NAME$
|
|
381
|
+
const COMPONENT_NAME$2a = 'vc-affix';
|
|
382
382
|
const Affix = /* @__PURE__ */ vue.defineComponent({
|
|
383
|
-
name: COMPONENT_NAME$
|
|
383
|
+
name: COMPONENT_NAME$2a,
|
|
384
384
|
emits: ['update:modelValue'],
|
|
385
385
|
props: props$1t,
|
|
386
386
|
setup(props, {
|
|
@@ -712,9 +712,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
712
712
|
|
|
713
713
|
/** @jsxImportSource vue */
|
|
714
714
|
|
|
715
|
-
const COMPONENT_NAME$
|
|
715
|
+
const COMPONENT_NAME$29 = 'vc-icon';
|
|
716
716
|
const Icon = /* @__PURE__ */ vue.defineComponent({
|
|
717
|
-
name: COMPONENT_NAME$
|
|
717
|
+
name: COMPONENT_NAME$29,
|
|
718
718
|
props: props$1r,
|
|
719
719
|
setup(props) {
|
|
720
720
|
const viewBox = vue.ref('0 0 1024 1024');
|
|
@@ -913,9 +913,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
913
913
|
};
|
|
914
914
|
};
|
|
915
915
|
|
|
916
|
-
const COMPONENT_NAME$
|
|
916
|
+
const COMPONENT_NAME$28 = "vc-transition";
|
|
917
917
|
const Transition = vue.defineComponent({
|
|
918
|
-
name: COMPONENT_NAME$
|
|
918
|
+
name: COMPONENT_NAME$28,
|
|
919
919
|
props: props$1q,
|
|
920
920
|
// 当不声明emits的情况下,事件存在于attrs中
|
|
921
921
|
inheritAttrs: false,
|
|
@@ -936,9 +936,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
936
936
|
}
|
|
937
937
|
});
|
|
938
938
|
|
|
939
|
-
const COMPONENT_NAME$
|
|
939
|
+
const COMPONENT_NAME$27 = "vc-transition-collapse";
|
|
940
940
|
const TransitionCollapse = vue.defineComponent({
|
|
941
|
-
name: COMPONENT_NAME$
|
|
941
|
+
name: COMPONENT_NAME$27,
|
|
942
942
|
props: props$1q,
|
|
943
943
|
// 当不声明emits的情况下,事件存在于attrs中
|
|
944
944
|
inheritAttrs: false,
|
|
@@ -1053,9 +1053,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
1053
1053
|
}
|
|
1054
1054
|
});
|
|
1055
1055
|
|
|
1056
|
-
const COMPONENT_NAME$
|
|
1056
|
+
const COMPONENT_NAME$26 = "vc-transition-fade";
|
|
1057
1057
|
const TransitionFade = vue.defineComponent({
|
|
1058
|
-
name: COMPONENT_NAME$
|
|
1058
|
+
name: COMPONENT_NAME$26,
|
|
1059
1059
|
props: {
|
|
1060
1060
|
...props$1q,
|
|
1061
1061
|
// inheritAttrs必须是false
|
|
@@ -1090,9 +1090,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
1090
1090
|
}
|
|
1091
1091
|
});
|
|
1092
1092
|
|
|
1093
|
-
const COMPONENT_NAME$
|
|
1093
|
+
const COMPONENT_NAME$25 = "vc-transition-scale";
|
|
1094
1094
|
const TransitionScale = vue.defineComponent({
|
|
1095
|
-
name: COMPONENT_NAME$
|
|
1095
|
+
name: COMPONENT_NAME$25,
|
|
1096
1096
|
props: {
|
|
1097
1097
|
...props$1q,
|
|
1098
1098
|
mode: {
|
|
@@ -1132,9 +1132,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
1132
1132
|
}
|
|
1133
1133
|
});
|
|
1134
1134
|
|
|
1135
|
-
const COMPONENT_NAME$
|
|
1135
|
+
const COMPONENT_NAME$24 = "vc-transition-slide";
|
|
1136
1136
|
const TransitionSlide = vue.defineComponent({
|
|
1137
|
-
name: COMPONENT_NAME$
|
|
1137
|
+
name: COMPONENT_NAME$24,
|
|
1138
1138
|
props: {
|
|
1139
1139
|
...props$1q,
|
|
1140
1140
|
mode: {
|
|
@@ -1174,9 +1174,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
1174
1174
|
}
|
|
1175
1175
|
});
|
|
1176
1176
|
|
|
1177
|
-
const COMPONENT_NAME$
|
|
1177
|
+
const COMPONENT_NAME$23 = "vc-transition-zoom";
|
|
1178
1178
|
const TransitionZoom = vue.defineComponent({
|
|
1179
|
-
name: COMPONENT_NAME$
|
|
1179
|
+
name: COMPONENT_NAME$23,
|
|
1180
1180
|
props: {
|
|
1181
1181
|
...props$1q,
|
|
1182
1182
|
mode: {
|
|
@@ -1218,7 +1218,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
1218
1218
|
|
|
1219
1219
|
/** @jsxImportSource vue */
|
|
1220
1220
|
|
|
1221
|
-
const COMPONENT_NAME$
|
|
1221
|
+
const COMPONENT_NAME$22 = 'vc-alert';
|
|
1222
1222
|
|
|
1223
1223
|
// [color, borderColor, backgroundColor], -> CSS
|
|
1224
1224
|
const THEME_MAP = {
|
|
@@ -1228,7 +1228,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
1228
1228
|
warning: ['#ffbf00', '#ffe58f', '#fffbe6']
|
|
1229
1229
|
};
|
|
1230
1230
|
const Alert = /* @__PURE__ */ vue.defineComponent({
|
|
1231
|
-
name: COMPONENT_NAME$
|
|
1231
|
+
name: COMPONENT_NAME$22,
|
|
1232
1232
|
props: props$1s,
|
|
1233
1233
|
setup(props, {
|
|
1234
1234
|
slots,
|
|
@@ -1460,9 +1460,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
1460
1460
|
/** @jsxImportSource vue */
|
|
1461
1461
|
|
|
1462
1462
|
const isTouch = typeof document !== 'undefined' && 'ontouchend' in document;
|
|
1463
|
-
const COMPONENT_NAME$
|
|
1463
|
+
const COMPONENT_NAME$21 = 'vc-artboard';
|
|
1464
1464
|
const Artboard = /* @__PURE__ */ vue.defineComponent({
|
|
1465
|
-
name: COMPONENT_NAME$
|
|
1465
|
+
name: COMPONENT_NAME$21,
|
|
1466
1466
|
props: props$1p,
|
|
1467
1467
|
setup(props, {
|
|
1468
1468
|
emit,
|
|
@@ -1690,9 +1690,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
1690
1690
|
|
|
1691
1691
|
/** @jsxImportSource vue */
|
|
1692
1692
|
|
|
1693
|
-
const COMPONENT_NAME$
|
|
1693
|
+
const COMPONENT_NAME$20 = 'vc-spin';
|
|
1694
1694
|
const Spin = /* @__PURE__ */ vue.defineComponent({
|
|
1695
|
-
name: COMPONENT_NAME$
|
|
1695
|
+
name: COMPONENT_NAME$20,
|
|
1696
1696
|
props: props$1o,
|
|
1697
1697
|
setup(props, {
|
|
1698
1698
|
slots
|
|
@@ -6781,9 +6781,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
6781
6781
|
exclude: RegExp
|
|
6782
6782
|
};
|
|
6783
6783
|
|
|
6784
|
-
const COMPONENT_NAME$
|
|
6784
|
+
const COMPONENT_NAME$1$ = "vc-debounce";
|
|
6785
6785
|
const Debounce = vue.defineComponent({
|
|
6786
|
-
name: COMPONENT_NAME$
|
|
6786
|
+
name: COMPONENT_NAME$1$,
|
|
6787
6787
|
props: props$1n,
|
|
6788
6788
|
/**
|
|
6789
6789
|
* 不声明emits使得事件被透传放入attrs中, 这样可以让所有的事件透传
|
|
@@ -6856,9 +6856,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
6856
6856
|
|
|
6857
6857
|
/** @jsxImportSource vue */
|
|
6858
6858
|
|
|
6859
|
-
const COMPONENT_NAME$
|
|
6859
|
+
const COMPONENT_NAME$1_ = 'vc-button';
|
|
6860
6860
|
const Button = /* @__PURE__ */ vue.defineComponent({
|
|
6861
|
-
name: COMPONENT_NAME$
|
|
6861
|
+
name: COMPONENT_NAME$1_,
|
|
6862
6862
|
emits: ['click'],
|
|
6863
6863
|
props: props$1m,
|
|
6864
6864
|
setup(props, {
|
|
@@ -6942,9 +6942,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
6942
6942
|
|
|
6943
6943
|
/** @jsxImportSource vue */
|
|
6944
6944
|
|
|
6945
|
-
const COMPONENT_NAME$
|
|
6945
|
+
const COMPONENT_NAME$1Z = 'vc-button-group';
|
|
6946
6946
|
const ButtonGroup = /* @__PURE__ */ vue.defineComponent({
|
|
6947
|
-
name: COMPONENT_NAME$
|
|
6947
|
+
name: COMPONENT_NAME$1Z,
|
|
6948
6948
|
props: props$1l,
|
|
6949
6949
|
setup(props, {
|
|
6950
6950
|
slots
|
|
@@ -6978,9 +6978,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
6978
6978
|
|
|
6979
6979
|
/** @jsxImportSource vue */
|
|
6980
6980
|
|
|
6981
|
-
const COMPONENT_NAME$
|
|
6981
|
+
const COMPONENT_NAME$1Y = 'vc-calendar';
|
|
6982
6982
|
const Calendar$1 = /* @__PURE__ */ vue.defineComponent({
|
|
6983
|
-
name: COMPONENT_NAME$
|
|
6983
|
+
name: COMPONENT_NAME$1Y,
|
|
6984
6984
|
props: props$1k,
|
|
6985
6985
|
setup(props, {
|
|
6986
6986
|
slots
|
|
@@ -7018,9 +7018,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
7018
7018
|
|
|
7019
7019
|
/** @jsxImportSource vue */
|
|
7020
7020
|
|
|
7021
|
-
const COMPONENT_NAME$
|
|
7021
|
+
const COMPONENT_NAME$1X = 'vc-card';
|
|
7022
7022
|
const Card = /* @__PURE__ */ vue.defineComponent({
|
|
7023
|
-
name: COMPONENT_NAME$
|
|
7023
|
+
name: COMPONENT_NAME$1X,
|
|
7024
7024
|
props: props$1j,
|
|
7025
7025
|
setup(props, {
|
|
7026
7026
|
slots
|
|
@@ -7056,9 +7056,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
7056
7056
|
|
|
7057
7057
|
/** @jsxImportSource vue */
|
|
7058
7058
|
|
|
7059
|
-
const COMPONENT_NAME$
|
|
7059
|
+
const COMPONENT_NAME$1W = 'vc-carousel';
|
|
7060
7060
|
const Carousel = /* @__PURE__ */ vue.defineComponent({
|
|
7061
|
-
name: COMPONENT_NAME$
|
|
7061
|
+
name: COMPONENT_NAME$1W,
|
|
7062
7062
|
props: props$1i,
|
|
7063
7063
|
setup(props, {
|
|
7064
7064
|
slots
|
|
@@ -7415,9 +7415,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
7415
7415
|
|
|
7416
7416
|
/** @jsxImportSource vue */
|
|
7417
7417
|
|
|
7418
|
-
const COMPONENT_NAME$
|
|
7418
|
+
const COMPONENT_NAME$1V = 'vc-input';
|
|
7419
7419
|
const Input$1 = /* @__PURE__ */ vue.defineComponent({
|
|
7420
|
-
name: COMPONENT_NAME$
|
|
7420
|
+
name: COMPONENT_NAME$1V,
|
|
7421
7421
|
inheritAttrs: false,
|
|
7422
7422
|
props: {
|
|
7423
7423
|
...props$1h,
|
|
@@ -7752,9 +7752,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
7752
7752
|
|
|
7753
7753
|
/** @jsxImportSource vue */
|
|
7754
7754
|
|
|
7755
|
-
const COMPONENT_NAME$
|
|
7755
|
+
const COMPONENT_NAME$1U = 'vc-input-number';
|
|
7756
7756
|
const InputNumber = /* @__PURE__ */ vue.defineComponent({
|
|
7757
|
-
name: COMPONENT_NAME$
|
|
7757
|
+
name: COMPONENT_NAME$1U,
|
|
7758
7758
|
props: props$1g,
|
|
7759
7759
|
inheritAttrs: false,
|
|
7760
7760
|
setup(props, {
|
|
@@ -7818,9 +7818,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
7818
7818
|
|
|
7819
7819
|
/** @jsxImportSource vue */
|
|
7820
7820
|
|
|
7821
|
-
const COMPONENT_NAME$
|
|
7821
|
+
const COMPONENT_NAME$1T = 'vc-input-search';
|
|
7822
7822
|
const InputSearch = /* @__PURE__ */ vue.defineComponent({
|
|
7823
|
-
name: COMPONENT_NAME$
|
|
7823
|
+
name: COMPONENT_NAME$1T,
|
|
7824
7824
|
props: props$1f,
|
|
7825
7825
|
inheritAttrs: false,
|
|
7826
7826
|
setup(props, {
|
|
@@ -8276,9 +8276,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
8276
8276
|
}
|
|
8277
8277
|
};
|
|
8278
8278
|
|
|
8279
|
-
const COMPONENT_NAME$
|
|
8279
|
+
const COMPONENT_NAME$1S = "vc-customer";
|
|
8280
8280
|
const Customer = vue.defineComponent({
|
|
8281
|
-
name: COMPONENT_NAME$
|
|
8281
|
+
name: COMPONENT_NAME$1S,
|
|
8282
8282
|
props: props$1c,
|
|
8283
8283
|
setup(props, context) {
|
|
8284
8284
|
return () => vue.h(() => {
|
|
@@ -8413,7 +8413,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
8413
8413
|
}
|
|
8414
8414
|
}
|
|
8415
8415
|
|
|
8416
|
-
const COMPONENT_NAME$
|
|
8416
|
+
const COMPONENT_NAME$1R = "vc-portal";
|
|
8417
8417
|
class Portal {
|
|
8418
8418
|
/**
|
|
8419
8419
|
* 清理Portals类型组件
|
|
@@ -8463,7 +8463,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
8463
8463
|
this.wrapper = wrapper;
|
|
8464
8464
|
this.globalOptions = {
|
|
8465
8465
|
...options,
|
|
8466
|
-
name: options?.name || wrapper.name || getUid(COMPONENT_NAME$
|
|
8466
|
+
name: options?.name || wrapper.name || getUid(COMPONENT_NAME$1R)
|
|
8467
8467
|
};
|
|
8468
8468
|
}
|
|
8469
8469
|
popup(propsData, options) {
|
|
@@ -8561,7 +8561,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
8561
8561
|
...rest
|
|
8562
8562
|
} = options;
|
|
8563
8563
|
let useAllNodes = fragment;
|
|
8564
|
-
const name = multiple ? `${name$}__${getUid(COMPONENT_NAME$
|
|
8564
|
+
const name = multiple ? `${name$}__${getUid(COMPONENT_NAME$1R)}` : name$;
|
|
8565
8565
|
const container = document.createElement(tag);
|
|
8566
8566
|
const root = typeof el === "object" ? el : document.querySelector(el || "body");
|
|
8567
8567
|
!alive && Portal.leafs.get(name)?.destroy();
|
|
@@ -8595,7 +8595,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
8595
8595
|
} else {
|
|
8596
8596
|
const wrapper = this.wrapper;
|
|
8597
8597
|
const app = vue.createApp({
|
|
8598
|
-
name: COMPONENT_NAME$
|
|
8598
|
+
name: COMPONENT_NAME$1R,
|
|
8599
8599
|
parent,
|
|
8600
8600
|
setup() {
|
|
8601
8601
|
if (alive) {
|
|
@@ -8706,13 +8706,13 @@ var VcComponents = (function (exports, vue) {
|
|
|
8706
8706
|
}
|
|
8707
8707
|
};
|
|
8708
8708
|
|
|
8709
|
-
const COMPONENT_NAME$
|
|
8709
|
+
const COMPONENT_NAME$1Q = 'vc-portal-view';
|
|
8710
8710
|
|
|
8711
8711
|
/**
|
|
8712
8712
|
* 写法不同,但与vue@2.x 保持一致
|
|
8713
8713
|
*/
|
|
8714
8714
|
const PortalView = /* @__PURE__ */ vue.defineComponent({
|
|
8715
|
-
name: COMPONENT_NAME$
|
|
8715
|
+
name: COMPONENT_NAME$1Q,
|
|
8716
8716
|
props: props$1b,
|
|
8717
8717
|
setup(props, {
|
|
8718
8718
|
slots
|
|
@@ -8732,9 +8732,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
8732
8732
|
|
|
8733
8733
|
/** @jsxImportSource vue */
|
|
8734
8734
|
|
|
8735
|
-
const COMPONENT_NAME$
|
|
8735
|
+
const COMPONENT_NAME$1P = 'vc-popover-wrapper';
|
|
8736
8736
|
const PopoverWrapper = /* @__PURE__ */ vue.defineComponent({
|
|
8737
|
-
name: COMPONENT_NAME$
|
|
8737
|
+
name: COMPONENT_NAME$1P,
|
|
8738
8738
|
props: props$1e,
|
|
8739
8739
|
emits: ['portal-fulfilled', 'close'],
|
|
8740
8740
|
setup(props, {
|
|
@@ -8992,9 +8992,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
8992
8992
|
|
|
8993
8993
|
/** @jsxImportSource vue */
|
|
8994
8994
|
|
|
8995
|
-
const COMPONENT_NAME$
|
|
8995
|
+
const COMPONENT_NAME$1O = 'vc-popover';
|
|
8996
8996
|
const Popover$1 = /* @__PURE__ */ vue.defineComponent({
|
|
8997
|
-
name: COMPONENT_NAME$
|
|
8997
|
+
name: COMPONENT_NAME$1O,
|
|
8998
8998
|
props: props$1d,
|
|
8999
8999
|
emits: ['update:modelValue', 'visible-change', 'ready', 'close'],
|
|
9000
9000
|
setup(props, {
|
|
@@ -9138,9 +9138,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
9138
9138
|
|
|
9139
9139
|
/** @jsxImportSource vue */
|
|
9140
9140
|
|
|
9141
|
-
const COMPONENT_NAME$
|
|
9141
|
+
const COMPONENT_NAME$1N = 'vc-cascader-column';
|
|
9142
9142
|
const CascaderColumn = /* @__PURE__ */ vue.defineComponent({
|
|
9143
|
-
name: COMPONENT_NAME$
|
|
9143
|
+
name: COMPONENT_NAME$1N,
|
|
9144
9144
|
emits: ['click', 'change'],
|
|
9145
9145
|
props: {
|
|
9146
9146
|
data: {
|
|
@@ -9348,9 +9348,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
9348
9348
|
|
|
9349
9349
|
/** @jsxImportSource vue */
|
|
9350
9350
|
|
|
9351
|
-
const COMPONENT_NAME$
|
|
9351
|
+
const COMPONENT_NAME$1M = 'vc-cascader';
|
|
9352
9352
|
const Cascader = /* @__PURE__ */ vue.defineComponent({
|
|
9353
|
-
name: COMPONENT_NAME$
|
|
9353
|
+
name: COMPONENT_NAME$1M,
|
|
9354
9354
|
inheritAttrs: false,
|
|
9355
9355
|
props: props$19,
|
|
9356
9356
|
emits: ['update:modelValue', 'visible-change', 'ready', 'change', 'close'],
|
|
@@ -9702,9 +9702,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
9702
9702
|
|
|
9703
9703
|
/** @jsxImportSource vue */
|
|
9704
9704
|
|
|
9705
|
-
const COMPONENT_NAME$
|
|
9705
|
+
const COMPONENT_NAME$1L = 'vc-chart';
|
|
9706
9706
|
const Chart = /* @__PURE__ */ vue.defineComponent({
|
|
9707
|
-
name: COMPONENT_NAME$
|
|
9707
|
+
name: COMPONENT_NAME$1L,
|
|
9708
9708
|
props: props$18,
|
|
9709
9709
|
emits: [...EVENTS$1, 'ready'],
|
|
9710
9710
|
setup(props, {
|
|
@@ -9943,9 +9943,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
9943
9943
|
|
|
9944
9944
|
/** @jsxImportSource vue */
|
|
9945
9945
|
|
|
9946
|
-
const COMPONENT_NAME$
|
|
9946
|
+
const COMPONENT_NAME$1K = 'vc-checkbox';
|
|
9947
9947
|
const Checkbox = /* @__PURE__ */ vue.defineComponent({
|
|
9948
|
-
name: COMPONENT_NAME$
|
|
9948
|
+
name: COMPONENT_NAME$1K,
|
|
9949
9949
|
props: props$17,
|
|
9950
9950
|
emits: ['update:modelValue', 'change'],
|
|
9951
9951
|
setup(props, {
|
|
@@ -10032,9 +10032,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10032
10032
|
|
|
10033
10033
|
/** @jsxImportSource vue */
|
|
10034
10034
|
|
|
10035
|
-
const COMPONENT_NAME$
|
|
10035
|
+
const COMPONENT_NAME$1J = 'vc-checkbox-group';
|
|
10036
10036
|
const CheckboxGroup = /* @__PURE__ */ vue.defineComponent({
|
|
10037
|
-
name: COMPONENT_NAME$
|
|
10037
|
+
name: COMPONENT_NAME$1J,
|
|
10038
10038
|
props: props$16,
|
|
10039
10039
|
emits: ['update:modelValue', 'change'],
|
|
10040
10040
|
setup(props, {
|
|
@@ -10052,9 +10052,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10052
10052
|
|
|
10053
10053
|
/** @jsxImportSource vue */
|
|
10054
10054
|
|
|
10055
|
-
const COMPONENT_NAME$
|
|
10055
|
+
const COMPONENT_NAME$1I = 'vcm-checkbox';
|
|
10056
10056
|
const MCheckbox = /* @__PURE__ */ vue.defineComponent({
|
|
10057
|
-
name: COMPONENT_NAME$
|
|
10057
|
+
name: COMPONENT_NAME$1I,
|
|
10058
10058
|
props: props$17,
|
|
10059
10059
|
emits: ['update:modelValue', 'change'],
|
|
10060
10060
|
setup(props, {
|
|
@@ -10094,9 +10094,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10094
10094
|
|
|
10095
10095
|
/** @jsxImportSource vue */
|
|
10096
10096
|
|
|
10097
|
-
const COMPONENT_NAME$
|
|
10097
|
+
const COMPONENT_NAME$1H = 'vcm-checkbox-group';
|
|
10098
10098
|
const MCheckboxGroup = /* @__PURE__ */ vue.defineComponent({
|
|
10099
|
-
name: COMPONENT_NAME$
|
|
10099
|
+
name: COMPONENT_NAME$1H,
|
|
10100
10100
|
props: props$16,
|
|
10101
10101
|
emits: ['update:modelValue', 'change'],
|
|
10102
10102
|
setup(props, {
|
|
@@ -10150,9 +10150,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10150
10150
|
|
|
10151
10151
|
/** @jsxImportSource vue */
|
|
10152
10152
|
|
|
10153
|
-
const COMPONENT_NAME$
|
|
10153
|
+
const COMPONENT_NAME$1G = 'vc-message';
|
|
10154
10154
|
const MessageView = /* @__PURE__ */ vue.defineComponent({
|
|
10155
|
-
name: COMPONENT_NAME$
|
|
10155
|
+
name: COMPONENT_NAME$1G,
|
|
10156
10156
|
emits: ['before-close', 'close', 'portal-fulfilled'],
|
|
10157
10157
|
props: props$15,
|
|
10158
10158
|
setup(props, {
|
|
@@ -10401,9 +10401,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10401
10401
|
return () => vue.h(props.tag, { onClick: handleClick, class: "vc-clipboard" }, slots?.default?.());
|
|
10402
10402
|
};
|
|
10403
10403
|
|
|
10404
|
-
const COMPONENT_NAME$
|
|
10404
|
+
const COMPONENT_NAME$1F = "vc-clipboard";
|
|
10405
10405
|
const Clipboard$2 = vue.defineComponent({
|
|
10406
|
-
name: COMPONENT_NAME$
|
|
10406
|
+
name: COMPONENT_NAME$1F,
|
|
10407
10407
|
props: props$14,
|
|
10408
10408
|
setup() {
|
|
10409
10409
|
return useClipboard((content) => Message.success({ content }));
|
|
@@ -10443,9 +10443,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10443
10443
|
|
|
10444
10444
|
/** @jsxImportSource vue */
|
|
10445
10445
|
|
|
10446
|
-
const COMPONENT_NAME$
|
|
10446
|
+
const COMPONENT_NAME$1E = 'vcm-toast';
|
|
10447
10447
|
const MToastView = /* @__PURE__ */ vue.defineComponent({
|
|
10448
|
-
name: COMPONENT_NAME$
|
|
10448
|
+
name: COMPONENT_NAME$1E,
|
|
10449
10449
|
emits: ['close', 'portal-fulfilled'],
|
|
10450
10450
|
props: props$13,
|
|
10451
10451
|
setup(props, {
|
|
@@ -10547,9 +10547,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10547
10547
|
const error$3 = create$6({ mode: "error" });
|
|
10548
10548
|
const MToast = Object.assign(MToastView, { destroy: destroy$4, info: info$2, success: success$2, loading, warning: warning$2, error: error$3 });
|
|
10549
10549
|
|
|
10550
|
-
const COMPONENT_NAME$
|
|
10550
|
+
const COMPONENT_NAME$1D = "vcm-clipboard";
|
|
10551
10551
|
const MClipboard$1 = vue.defineComponent({
|
|
10552
|
-
name: COMPONENT_NAME$
|
|
10552
|
+
name: COMPONENT_NAME$1D,
|
|
10553
10553
|
props: props$14,
|
|
10554
10554
|
setup() {
|
|
10555
10555
|
return useClipboard((content) => MToast.info({ content }));
|
|
@@ -10581,9 +10581,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10581
10581
|
}
|
|
10582
10582
|
};
|
|
10583
10583
|
|
|
10584
|
-
const COMPONENT_NAME$
|
|
10584
|
+
const COMPONENT_NAME$1C = "vc-collapse";
|
|
10585
10585
|
const Collapse = vue.defineComponent({
|
|
10586
|
-
name: COMPONENT_NAME$
|
|
10586
|
+
name: COMPONENT_NAME$1C,
|
|
10587
10587
|
props: props$12,
|
|
10588
10588
|
emits: ["update:moodelValue", "change"],
|
|
10589
10589
|
setup(props, { slots, emit }) {
|
|
@@ -10700,9 +10700,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10700
10700
|
function _isSlot$3(s) {
|
|
10701
10701
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !vue.isVNode(s);
|
|
10702
10702
|
}
|
|
10703
|
-
const COMPONENT_NAME$
|
|
10703
|
+
const COMPONENT_NAME$1B = 'vc-expand';
|
|
10704
10704
|
const Expand$1 = /* @__PURE__ */ vue.defineComponent({
|
|
10705
|
-
name: COMPONENT_NAME$
|
|
10705
|
+
name: COMPONENT_NAME$1B,
|
|
10706
10706
|
props: props$10,
|
|
10707
10707
|
setup(props, {
|
|
10708
10708
|
slots
|
|
@@ -10732,9 +10732,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10732
10732
|
|
|
10733
10733
|
/** @jsxImportSource vue */
|
|
10734
10734
|
|
|
10735
|
-
const COMPONENT_NAME$
|
|
10735
|
+
const COMPONENT_NAME$1A = 'vc-collapse-item';
|
|
10736
10736
|
const CollapseItem = /* @__PURE__ */ vue.defineComponent({
|
|
10737
|
-
name: COMPONENT_NAME$
|
|
10737
|
+
name: COMPONENT_NAME$1A,
|
|
10738
10738
|
props: props$11,
|
|
10739
10739
|
setup(props, {
|
|
10740
10740
|
slots,
|
|
@@ -10809,9 +10809,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10809
10809
|
|
|
10810
10810
|
/** @jsxImportSource vue */
|
|
10811
10811
|
|
|
10812
|
-
const COMPONENT_NAME$
|
|
10812
|
+
const COMPONENT_NAME$1z = 'vc-color-picker';
|
|
10813
10813
|
const ColorPicker$1 = /* @__PURE__ */ vue.defineComponent({
|
|
10814
|
-
name: COMPONENT_NAME$
|
|
10814
|
+
name: COMPONENT_NAME$1z,
|
|
10815
10815
|
props: props$$,
|
|
10816
10816
|
setup(props, {
|
|
10817
10817
|
slots
|
|
@@ -10874,9 +10874,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
10874
10874
|
function _isSlot$2(s) {
|
|
10875
10875
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !vue.isVNode(s);
|
|
10876
10876
|
}
|
|
10877
|
-
const COMPONENT_NAME$
|
|
10877
|
+
const COMPONENT_NAME$1y = 'vc-countdown';
|
|
10878
10878
|
const Countdown = /* @__PURE__ */ vue.defineComponent({
|
|
10879
|
-
name: COMPONENT_NAME$
|
|
10879
|
+
name: COMPONENT_NAME$1y,
|
|
10880
10880
|
props: props$_,
|
|
10881
10881
|
emits: ['change', 'complete', 'error'],
|
|
10882
10882
|
setup(props, {
|
|
@@ -11143,9 +11143,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
11143
11143
|
function _isSlot$1(s) {
|
|
11144
11144
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !vue.isVNode(s);
|
|
11145
11145
|
}
|
|
11146
|
-
const COMPONENT_NAME$
|
|
11146
|
+
const COMPONENT_NAME$1x = 'vc-counter';
|
|
11147
11147
|
const Counter = /* @__PURE__ */ vue.defineComponent({
|
|
11148
|
-
name: COMPONENT_NAME$
|
|
11148
|
+
name: COMPONENT_NAME$1x,
|
|
11149
11149
|
props: props$Z,
|
|
11150
11150
|
emits: ['begin', 'complete', 'change'],
|
|
11151
11151
|
setup(props, {
|
|
@@ -12408,9 +12408,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
12408
12408
|
}
|
|
12409
12409
|
return view;
|
|
12410
12410
|
};
|
|
12411
|
-
const COMPONENT_NAME$
|
|
12411
|
+
const COMPONENT_NAME$1w = 'vc-date-confirm';
|
|
12412
12412
|
const Confirm = /* @__PURE__ */ vue.defineComponent({
|
|
12413
|
-
name: COMPONENT_NAME$
|
|
12413
|
+
name: COMPONENT_NAME$1w,
|
|
12414
12414
|
props: {
|
|
12415
12415
|
showTime: {
|
|
12416
12416
|
type: Boolean,
|
|
@@ -12474,9 +12474,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
12474
12474
|
|
|
12475
12475
|
/** @jsxImportSource vue */
|
|
12476
12476
|
|
|
12477
|
-
const COMPONENT_NAME$
|
|
12477
|
+
const COMPONENT_NAME$1v = 'vc-date-header';
|
|
12478
12478
|
const DateHeader = /* @__PURE__ */ vue.defineComponent({
|
|
12479
|
-
name: COMPONENT_NAME$
|
|
12479
|
+
name: COMPONENT_NAME$1v,
|
|
12480
12480
|
props: {
|
|
12481
12481
|
panelDate: Date,
|
|
12482
12482
|
showNext: {
|
|
@@ -12560,9 +12560,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
12560
12560
|
|
|
12561
12561
|
/** @jsxImportSource vue */
|
|
12562
12562
|
|
|
12563
|
-
const COMPONENT_NAME$
|
|
12563
|
+
const COMPONENT_NAME$1u = 'vc-date-table';
|
|
12564
12564
|
const DateTable = /* @__PURE__ */ vue.defineComponent({
|
|
12565
|
-
name: COMPONENT_NAME$
|
|
12565
|
+
name: COMPONENT_NAME$1u,
|
|
12566
12566
|
props: {
|
|
12567
12567
|
value: Array,
|
|
12568
12568
|
firstDayOfWeek: {
|
|
@@ -12771,9 +12771,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
12771
12771
|
|
|
12772
12772
|
/** @jsxImportSource vue */
|
|
12773
12773
|
|
|
12774
|
-
const COMPONENT_NAME$
|
|
12774
|
+
const COMPONENT_NAME$1t = 'vc-month-table';
|
|
12775
12775
|
const MonthTable = /* @__PURE__ */ vue.defineComponent({
|
|
12776
|
-
name: COMPONENT_NAME$
|
|
12776
|
+
name: COMPONENT_NAME$1t,
|
|
12777
12777
|
props: {
|
|
12778
12778
|
value: Array,
|
|
12779
12779
|
panelDate: Date,
|
|
@@ -12905,7 +12905,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
12905
12905
|
|
|
12906
12906
|
/** @jsxImportSource vue */
|
|
12907
12907
|
|
|
12908
|
-
const COMPONENT_NAME$
|
|
12908
|
+
const COMPONENT_NAME$1s = 'vc-quarter-table';
|
|
12909
12909
|
|
|
12910
12910
|
/**
|
|
12911
12911
|
* 获取季度对应的月份范围
|
|
@@ -12939,7 +12939,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
12939
12939
|
}
|
|
12940
12940
|
};
|
|
12941
12941
|
const QuarterTable = /* @__PURE__ */ vue.defineComponent({
|
|
12942
|
-
name: COMPONENT_NAME$
|
|
12942
|
+
name: COMPONENT_NAME$1s,
|
|
12943
12943
|
props: {
|
|
12944
12944
|
value: Array,
|
|
12945
12945
|
panelDate: Date,
|
|
@@ -13062,9 +13062,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
13062
13062
|
|
|
13063
13063
|
/** @jsxImportSource vue */
|
|
13064
13064
|
|
|
13065
|
-
const COMPONENT_NAME$
|
|
13065
|
+
const COMPONENT_NAME$1r = 'vc-shortcuts-select';
|
|
13066
13066
|
const ShortcutsSelect = /* @__PURE__ */ vue.defineComponent({
|
|
13067
|
-
name: COMPONENT_NAME$
|
|
13067
|
+
name: COMPONENT_NAME$1r,
|
|
13068
13068
|
props: {
|
|
13069
13069
|
panelDate: Date,
|
|
13070
13070
|
config: Array,
|
|
@@ -13104,9 +13104,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
13104
13104
|
|
|
13105
13105
|
/** @jsxImportSource vue */
|
|
13106
13106
|
|
|
13107
|
-
const COMPONENT_NAME$
|
|
13107
|
+
const COMPONENT_NAME$1q = 'vc-time-select';
|
|
13108
13108
|
const TimeSelect = /* @__PURE__ */ vue.defineComponent({
|
|
13109
|
-
name: COMPONENT_NAME$
|
|
13109
|
+
name: COMPONENT_NAME$1q,
|
|
13110
13110
|
props: {
|
|
13111
13111
|
hours: {
|
|
13112
13112
|
type: [Number, String],
|
|
@@ -13386,9 +13386,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
13386
13386
|
|
|
13387
13387
|
/** @jsxImportSource vue */
|
|
13388
13388
|
|
|
13389
|
-
const COMPONENT_NAME$
|
|
13389
|
+
const COMPONENT_NAME$1p = 'vc-year-table';
|
|
13390
13390
|
const YearTable = /* @__PURE__ */ vue.defineComponent({
|
|
13391
|
-
name: COMPONENT_NAME$
|
|
13391
|
+
name: COMPONENT_NAME$1p,
|
|
13392
13392
|
props: {
|
|
13393
13393
|
value: Array,
|
|
13394
13394
|
panelDate: Date,
|
|
@@ -13511,9 +13511,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
13511
13511
|
}
|
|
13512
13512
|
return true;
|
|
13513
13513
|
};
|
|
13514
|
-
const COMPONENT_NAME$
|
|
13514
|
+
const COMPONENT_NAME$1o = 'vc-date-range-panel';
|
|
13515
13515
|
const DateRangePanel = /* @__PURE__ */ vue.defineComponent({
|
|
13516
|
-
name: COMPONENT_NAME$
|
|
13516
|
+
name: COMPONENT_NAME$1o,
|
|
13517
13517
|
props: {
|
|
13518
13518
|
...props$W,
|
|
13519
13519
|
confirm: {
|
|
@@ -13892,9 +13892,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
13892
13892
|
|
|
13893
13893
|
/** @jsxImportSource vue */
|
|
13894
13894
|
|
|
13895
|
-
const COMPONENT_NAME$
|
|
13895
|
+
const COMPONENT_NAME$1n = 'vc-date-panel';
|
|
13896
13896
|
const DatePanel = /* @__PURE__ */ vue.defineComponent({
|
|
13897
|
-
name: COMPONENT_NAME$
|
|
13897
|
+
name: COMPONENT_NAME$1n,
|
|
13898
13898
|
props: {
|
|
13899
13899
|
...props$W,
|
|
13900
13900
|
type: String,
|
|
@@ -14102,9 +14102,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
14102
14102
|
const endYear = value[1].getFullYear();
|
|
14103
14103
|
return startYear === endYear;
|
|
14104
14104
|
};
|
|
14105
|
-
const COMPONENT_NAME$
|
|
14105
|
+
const COMPONENT_NAME$1m = 'vc-monthrange-panel';
|
|
14106
14106
|
const MonthRangePanel = /* @__PURE__ */ vue.defineComponent({
|
|
14107
|
-
name: COMPONENT_NAME$
|
|
14107
|
+
name: COMPONENT_NAME$1m,
|
|
14108
14108
|
props: {
|
|
14109
14109
|
...props$W,
|
|
14110
14110
|
confirm: {
|
|
@@ -14279,9 +14279,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
14279
14279
|
const endYear = value[1].getFullYear();
|
|
14280
14280
|
return startYear === endYear;
|
|
14281
14281
|
};
|
|
14282
|
-
const COMPONENT_NAME$
|
|
14282
|
+
const COMPONENT_NAME$1l = 'vc-quarterrange-panel';
|
|
14283
14283
|
const QuarterRangePanel = /* @__PURE__ */ vue.defineComponent({
|
|
14284
|
-
name: COMPONENT_NAME$
|
|
14284
|
+
name: COMPONENT_NAME$1l,
|
|
14285
14285
|
props: {
|
|
14286
14286
|
...props$W,
|
|
14287
14287
|
confirm: {
|
|
@@ -14520,9 +14520,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
14520
14520
|
seconds
|
|
14521
14521
|
};
|
|
14522
14522
|
};
|
|
14523
|
-
const COMPONENT_NAME$
|
|
14523
|
+
const COMPONENT_NAME$1k = 'vc-timerange-panel';
|
|
14524
14524
|
const TimeRangePanel = /* @__PURE__ */ vue.defineComponent({
|
|
14525
|
-
name: COMPONENT_NAME$
|
|
14525
|
+
name: COMPONENT_NAME$1k,
|
|
14526
14526
|
props: props$V,
|
|
14527
14527
|
emits: ['pick', 'clear', 'ok'],
|
|
14528
14528
|
setup(props, {
|
|
@@ -14623,9 +14623,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
14623
14623
|
|
|
14624
14624
|
/** @jsxImportSource vue */
|
|
14625
14625
|
|
|
14626
|
-
const COMPONENT_NAME$
|
|
14626
|
+
const COMPONENT_NAME$1j = 'vc-time-panel';
|
|
14627
14627
|
const TimePanel = /* @__PURE__ */ vue.defineComponent({
|
|
14628
|
-
name: COMPONENT_NAME$
|
|
14628
|
+
name: COMPONENT_NAME$1j,
|
|
14629
14629
|
props: props$V,
|
|
14630
14630
|
emits: ['pick', 'clear', 'ok'],
|
|
14631
14631
|
setup(props, {
|
|
@@ -14681,7 +14681,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
14681
14681
|
|
|
14682
14682
|
/** @jsxImportSource vue */
|
|
14683
14683
|
|
|
14684
|
-
const COMPONENT_NAME$
|
|
14684
|
+
const COMPONENT_NAME$1i = 'vc-date-picker';
|
|
14685
14685
|
const getPanel$1 = type => {
|
|
14686
14686
|
if (['daterange', 'datetimerange'].includes(type)) {
|
|
14687
14687
|
return DateRangePanel;
|
|
@@ -14692,7 +14692,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
14692
14692
|
}
|
|
14693
14693
|
return DatePanel;
|
|
14694
14694
|
};
|
|
14695
|
-
const DatePicker = createPicker(COMPONENT_NAME$
|
|
14695
|
+
const DatePicker = createPicker(COMPONENT_NAME$1i, props$Y, () => {
|
|
14696
14696
|
const props = vue.getCurrentInstance().props;
|
|
14697
14697
|
const icon = vue.ref('date');
|
|
14698
14698
|
const panel = vue.shallowRef({});
|
|
@@ -14733,9 +14733,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
14733
14733
|
|
|
14734
14734
|
/** @jsxImportSource vue */
|
|
14735
14735
|
|
|
14736
|
-
const COMPONENT_NAME$
|
|
14736
|
+
const COMPONENT_NAME$1h = 'vc-divider';
|
|
14737
14737
|
const Divider = /* @__PURE__ */ vue.defineComponent({
|
|
14738
|
-
name: COMPONENT_NAME$
|
|
14738
|
+
name: COMPONENT_NAME$1h,
|
|
14739
14739
|
props: props$U,
|
|
14740
14740
|
setup(props, {
|
|
14741
14741
|
slots
|
|
@@ -14871,7 +14871,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
14871
14871
|
|
|
14872
14872
|
/** @jsxImportSource vue */
|
|
14873
14873
|
|
|
14874
|
-
const COMPONENT_NAME$
|
|
14874
|
+
const COMPONENT_NAME$1g = 'vc-scroller-track';
|
|
14875
14875
|
const BAR_MAP = {
|
|
14876
14876
|
vertical: {
|
|
14877
14877
|
scroll: 'scrollTop',
|
|
@@ -14891,7 +14891,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
14891
14891
|
}
|
|
14892
14892
|
};
|
|
14893
14893
|
const Track$1 = /* @__PURE__ */ vue.defineComponent({
|
|
14894
|
-
name: COMPONENT_NAME$
|
|
14894
|
+
name: COMPONENT_NAME$1g,
|
|
14895
14895
|
props: props$T,
|
|
14896
14896
|
emits: ['change'],
|
|
14897
14897
|
inheritAttrs: false,
|
|
@@ -15081,9 +15081,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
15081
15081
|
|
|
15082
15082
|
/** @jsxImportSource vue */
|
|
15083
15083
|
|
|
15084
|
-
const COMPONENT_NAME$
|
|
15084
|
+
const COMPONENT_NAME$1f = 'vc-scroller-bar';
|
|
15085
15085
|
const Bar = /* @__PURE__ */ vue.defineComponent({
|
|
15086
|
-
name: COMPONENT_NAME$
|
|
15086
|
+
name: COMPONENT_NAME$1f,
|
|
15087
15087
|
props: props$S,
|
|
15088
15088
|
emits: ['change'],
|
|
15089
15089
|
setup(props, {
|
|
@@ -15201,10 +15201,11 @@ var VcComponents = (function (exports, vue) {
|
|
|
15201
15201
|
"vc-scroller__wrapper"
|
|
15202
15202
|
];
|
|
15203
15203
|
});
|
|
15204
|
-
const refreshSize = () => {
|
|
15204
|
+
const refreshSize = async () => {
|
|
15205
15205
|
if (!wrapper.value) return;
|
|
15206
15206
|
wrapperW.value = wrapper.value.clientWidth;
|
|
15207
15207
|
wrapperH.value = wrapper.value.clientHeight;
|
|
15208
|
+
await vue.nextTick();
|
|
15208
15209
|
contentH.value = wrapper.value.scrollHeight;
|
|
15209
15210
|
contentW.value = wrapper.value.scrollWidth;
|
|
15210
15211
|
};
|
|
@@ -15317,7 +15318,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
15317
15318
|
|
|
15318
15319
|
/** @jsxImportSource vue */
|
|
15319
15320
|
|
|
15320
|
-
const COMPONENT_NAME$
|
|
15321
|
+
const COMPONENT_NAME$1e = 'vc-scroller';
|
|
15321
15322
|
|
|
15322
15323
|
/**
|
|
15323
15324
|
* 作为备选方案,目前推荐使用ScrollerWheel
|
|
@@ -15328,7 +15329,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
15328
15329
|
* 2. 增加了一层嵌套
|
|
15329
15330
|
*/
|
|
15330
15331
|
const Scroller = /* @__PURE__ */ vue.defineComponent({
|
|
15331
|
-
name: COMPONENT_NAME$
|
|
15332
|
+
name: COMPONENT_NAME$1e,
|
|
15332
15333
|
props: props$R,
|
|
15333
15334
|
emits: ['scroll'],
|
|
15334
15335
|
setup(props, {
|
|
@@ -16275,7 +16276,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
16275
16276
|
|
|
16276
16277
|
/** @jsxImportSource vue */
|
|
16277
16278
|
|
|
16278
|
-
const COMPONENT_NAME$
|
|
16279
|
+
const COMPONENT_NAME$1d = 'vc-scroller-wheel';
|
|
16279
16280
|
|
|
16280
16281
|
/**
|
|
16281
16282
|
* 为减少一层嵌套,为去除滚动bar的抖动,使用wheel模拟
|
|
@@ -16297,7 +16298,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
16297
16298
|
* 设置scrollTop不会reflow和repaint,不需要考虑transfrom来改变content(transform也只在draw完成)
|
|
16298
16299
|
*/
|
|
16299
16300
|
const ScrollerWheel = /* @__PURE__ */ vue.defineComponent({
|
|
16300
|
-
name: COMPONENT_NAME$
|
|
16301
|
+
name: COMPONENT_NAME$1d,
|
|
16301
16302
|
props: Object.assign({}, props$R, {
|
|
16302
16303
|
stopPropagation: {
|
|
16303
16304
|
type: Boolean,
|
|
@@ -16486,9 +16487,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
16486
16487
|
|
|
16487
16488
|
/** @jsxImportSource vue */
|
|
16488
16489
|
|
|
16489
|
-
const COMPONENT_NAME$
|
|
16490
|
+
const COMPONENT_NAME$1c = 'vc-drawer';
|
|
16490
16491
|
const DrawerView = /* @__PURE__ */ vue.defineComponent({
|
|
16491
|
-
name: COMPONENT_NAME$
|
|
16492
|
+
name: COMPONENT_NAME$1c,
|
|
16492
16493
|
props: props$Q,
|
|
16493
16494
|
emits: ['close', 'update:modelValue', 'visible-change'],
|
|
16494
16495
|
setup(props, {
|
|
@@ -16677,9 +16678,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
16677
16678
|
|
|
16678
16679
|
/** @jsxImportSource vue */
|
|
16679
16680
|
|
|
16680
|
-
const COMPONENT_NAME$
|
|
16681
|
+
const COMPONENT_NAME$1b = 'vc-dropdown';
|
|
16681
16682
|
const Dropdown = /* @__PURE__ */ vue.defineComponent({
|
|
16682
|
-
name: COMPONENT_NAME$
|
|
16683
|
+
name: COMPONENT_NAME$1b,
|
|
16683
16684
|
props: props$P,
|
|
16684
16685
|
inheritAttrs: false,
|
|
16685
16686
|
emits: ['update:modelValue', 'ready', 'close', 'visible-change', 'click'],
|
|
@@ -16749,9 +16750,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
16749
16750
|
|
|
16750
16751
|
/** @jsxImportSource vue */
|
|
16751
16752
|
|
|
16752
|
-
const COMPONENT_NAME$
|
|
16753
|
+
const COMPONENT_NAME$1a = 'vc-dropdown-menu';
|
|
16753
16754
|
const DropdownMenu = /* @__PURE__ */ vue.defineComponent({
|
|
16754
|
-
name: COMPONENT_NAME$
|
|
16755
|
+
name: COMPONENT_NAME$1a,
|
|
16755
16756
|
setup(_, {
|
|
16756
16757
|
slots
|
|
16757
16758
|
}) {
|
|
@@ -16765,9 +16766,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
16765
16766
|
|
|
16766
16767
|
/** @jsxImportSource vue */
|
|
16767
16768
|
|
|
16768
|
-
const COMPONENT_NAME$
|
|
16769
|
+
const COMPONENT_NAME$19 = 'vc-dropdown-item';
|
|
16769
16770
|
const DropdownItem = /* @__PURE__ */ vue.defineComponent({
|
|
16770
|
-
name: COMPONENT_NAME$
|
|
16771
|
+
name: COMPONENT_NAME$19,
|
|
16771
16772
|
emits: ['click'],
|
|
16772
16773
|
props: {
|
|
16773
16774
|
value: {
|
|
@@ -17011,9 +17012,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
17011
17012
|
|
|
17012
17013
|
/** @jsxImportSource vue */
|
|
17013
17014
|
|
|
17014
|
-
const COMPONENT_NAME$
|
|
17015
|
+
const COMPONENT_NAME$18 = 'vc-editor-toolbar';
|
|
17015
17016
|
const EditorToolbar = /* @__PURE__ */ vue.defineComponent({
|
|
17016
|
-
name: COMPONENT_NAME$
|
|
17017
|
+
name: COMPONENT_NAME$18,
|
|
17017
17018
|
props: {
|
|
17018
17019
|
options: [Array, Object],
|
|
17019
17020
|
elementId: String
|
|
@@ -17221,9 +17222,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
17221
17222
|
|
|
17222
17223
|
/** @jsxImportSource vue */
|
|
17223
17224
|
|
|
17224
|
-
const COMPONENT_NAME$
|
|
17225
|
+
const COMPONENT_NAME$17 = 'vc-image-preview';
|
|
17225
17226
|
const ImagePreview$1 = /* @__PURE__ */ vue.defineComponent({
|
|
17226
|
-
name: COMPONENT_NAME$
|
|
17227
|
+
name: COMPONENT_NAME$17,
|
|
17227
17228
|
props: props$O,
|
|
17228
17229
|
setup(props, {
|
|
17229
17230
|
slots
|
|
@@ -19225,8 +19226,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
19225
19226
|
});
|
|
19226
19227
|
};
|
|
19227
19228
|
const open$2 = async (options) => {
|
|
19229
|
+
const { data: originalData, current, ...photoSwipeOptions } = options;
|
|
19228
19230
|
const e = VcInstance.globalEvent;
|
|
19229
|
-
const data =
|
|
19231
|
+
const data = originalData.map((i) => {
|
|
19230
19232
|
if (typeof i === "string") {
|
|
19231
19233
|
return {
|
|
19232
19234
|
src: i
|
|
@@ -19253,11 +19255,18 @@ var VcComponents = (function (exports, vue) {
|
|
|
19253
19255
|
arrowNextTitle: "下一张",
|
|
19254
19256
|
errorMsg: "网络异常 图片加载失败",
|
|
19255
19257
|
indexIndicatorSep: " / ",
|
|
19256
|
-
|
|
19258
|
+
wheelToZoom: true,
|
|
19259
|
+
// 默认fit展示
|
|
19260
|
+
initialZoomLevel: "fit",
|
|
19261
|
+
// 最大展示或按钮+最大展示(如果原图size 乘 secondaryZoomLevel 还在屏幕内,不展示+号)
|
|
19262
|
+
secondaryZoomLevel: 4,
|
|
19263
|
+
// 滚轮/手势最大展示
|
|
19264
|
+
maxZoomLevel: 10,
|
|
19265
|
+
...photoSwipeOptions
|
|
19257
19266
|
});
|
|
19258
19267
|
lightbox.init();
|
|
19259
19268
|
lightbox.loadAndOpen(
|
|
19260
|
-
|
|
19269
|
+
current || 0,
|
|
19261
19270
|
data,
|
|
19262
19271
|
// 下面无效,需要给官方支持
|
|
19263
19272
|
{
|
|
@@ -19368,9 +19377,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
19368
19377
|
}
|
|
19369
19378
|
};
|
|
19370
19379
|
|
|
19371
|
-
const COMPONENT_NAME$
|
|
19380
|
+
const COMPONENT_NAME$16 = "vc-upload";
|
|
19372
19381
|
const Upload$1 = vue.defineComponent({
|
|
19373
|
-
name: COMPONENT_NAME$
|
|
19382
|
+
name: COMPONENT_NAME$16,
|
|
19374
19383
|
props: props$N,
|
|
19375
19384
|
emits: [
|
|
19376
19385
|
"message",
|
|
@@ -19904,9 +19913,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
19904
19913
|
|
|
19905
19914
|
/** @jsxImportSource vue */
|
|
19906
19915
|
|
|
19907
|
-
const COMPONENT_NAME$
|
|
19916
|
+
const COMPONENT_NAME$15 = 'vc-editor';
|
|
19908
19917
|
const Editor$1 = /* @__PURE__ */ vue.defineComponent({
|
|
19909
|
-
name: COMPONENT_NAME$
|
|
19918
|
+
name: COMPONENT_NAME$15,
|
|
19910
19919
|
props: props$M,
|
|
19911
19920
|
defaults: defaults$1,
|
|
19912
19921
|
emits: ['ready', 'blur', 'focus', 'input', 'update:modelValue', 'change'],
|
|
@@ -20095,7 +20104,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
20095
20104
|
|
|
20096
20105
|
/** @jsxImportSource vue */
|
|
20097
20106
|
|
|
20098
|
-
const COMPONENT_NAME$
|
|
20107
|
+
const COMPONENT_NAME$14 = 'vc-editor-view';
|
|
20099
20108
|
const setImages = v => {
|
|
20100
20109
|
if (!v) return;
|
|
20101
20110
|
const IMG_REGX = /<img.*?(?:>|\/>)/gi;
|
|
@@ -20113,7 +20122,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
20113
20122
|
return;
|
|
20114
20123
|
};
|
|
20115
20124
|
const EditorView = /* @__PURE__ */ vue.defineComponent({
|
|
20116
|
-
name: COMPONENT_NAME$
|
|
20125
|
+
name: COMPONENT_NAME$14,
|
|
20117
20126
|
props: {
|
|
20118
20127
|
value: {
|
|
20119
20128
|
type: String,
|
|
@@ -20328,9 +20337,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
20328
20337
|
});
|
|
20329
20338
|
};
|
|
20330
20339
|
|
|
20331
|
-
const COMPONENT_NAME$
|
|
20340
|
+
const COMPONENT_NAME$13 = "vc-form";
|
|
20332
20341
|
const Form = vue.defineComponent({
|
|
20333
|
-
name: COMPONENT_NAME$
|
|
20342
|
+
name: COMPONENT_NAME$13,
|
|
20334
20343
|
props: props$L,
|
|
20335
20344
|
setup(props, { slots, expose }) {
|
|
20336
20345
|
useForm(expose);
|
|
@@ -20810,9 +20819,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
20810
20819
|
|
|
20811
20820
|
/** @jsxImportSource vue */
|
|
20812
20821
|
|
|
20813
|
-
const COMPONENT_NAME$
|
|
20822
|
+
const COMPONENT_NAME$12 = 'vc-form-item';
|
|
20814
20823
|
const FormItem = /* @__PURE__ */ vue.defineComponent({
|
|
20815
|
-
name: COMPONENT_NAME$
|
|
20824
|
+
name: COMPONENT_NAME$12,
|
|
20816
20825
|
props: props$K,
|
|
20817
20826
|
setup(props, {
|
|
20818
20827
|
slots,
|
|
@@ -20880,9 +20889,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
20880
20889
|
}
|
|
20881
20890
|
};
|
|
20882
20891
|
|
|
20883
|
-
const COMPONENT_NAME$
|
|
20892
|
+
const COMPONENT_NAME$11 = "vcm-form";
|
|
20884
20893
|
const MForm = vue.defineComponent({
|
|
20885
|
-
name: COMPONENT_NAME$
|
|
20894
|
+
name: COMPONENT_NAME$11,
|
|
20886
20895
|
props: props$J,
|
|
20887
20896
|
setup(props, { slots, expose }) {
|
|
20888
20897
|
useForm(expose, {
|
|
@@ -20913,9 +20922,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
20913
20922
|
|
|
20914
20923
|
/** @jsxImportSource vue */
|
|
20915
20924
|
|
|
20916
|
-
const COMPONENT_NAME
|
|
20925
|
+
const COMPONENT_NAME$10 = 'vcm-form-item';
|
|
20917
20926
|
const MFormItem = /* @__PURE__ */ vue.defineComponent({
|
|
20918
|
-
name: COMPONENT_NAME
|
|
20927
|
+
name: COMPONENT_NAME$10,
|
|
20919
20928
|
props: props$I,
|
|
20920
20929
|
setup(props, {
|
|
20921
20930
|
slots,
|
|
@@ -20970,9 +20979,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
20970
20979
|
}
|
|
20971
20980
|
});
|
|
20972
20981
|
|
|
20973
|
-
const COMPONENT_NAME
|
|
20982
|
+
const COMPONENT_NAME$$ = "vc-fragment";
|
|
20974
20983
|
const Fragment = vue.defineComponent({
|
|
20975
|
-
name: COMPONENT_NAME
|
|
20984
|
+
name: COMPONENT_NAME$$,
|
|
20976
20985
|
setup(_, { slots }) {
|
|
20977
20986
|
return () => vue.h(vue.Fragment, slots.default?.());
|
|
20978
20987
|
}
|
|
@@ -21011,9 +21020,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
21011
21020
|
|
|
21012
21021
|
/** @jsxImportSource vue */
|
|
21013
21022
|
|
|
21014
|
-
const COMPONENT_NAME$
|
|
21023
|
+
const COMPONENT_NAME$_ = 'vc-snapshot';
|
|
21015
21024
|
const Snapshot = /* @__PURE__ */ vue.defineComponent({
|
|
21016
|
-
name: COMPONENT_NAME$
|
|
21025
|
+
name: COMPONENT_NAME$_,
|
|
21017
21026
|
props: props$H,
|
|
21018
21027
|
emits: ['ready'],
|
|
21019
21028
|
setup(props, {
|
|
@@ -21546,7 +21555,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
21546
21555
|
|
|
21547
21556
|
/** @jsxImportSource vue */
|
|
21548
21557
|
|
|
21549
|
-
const COMPONENT_NAME$
|
|
21558
|
+
const COMPONENT_NAME$Z = 'vc-image';
|
|
21550
21559
|
let isSupportObjectFit = false;
|
|
21551
21560
|
window.addEventListener('DOMContentLoaded', () => {
|
|
21552
21561
|
isSupportObjectFit = !IS_SERVER$1 && document.documentElement.style.objectFit !== undefined;
|
|
@@ -21559,7 +21568,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
21559
21568
|
SCALE_DOWN: 'scale-down'
|
|
21560
21569
|
};
|
|
21561
21570
|
const Image$2 = /* @__PURE__ */ vue.defineComponent({
|
|
21562
|
-
name: COMPONENT_NAME$
|
|
21571
|
+
name: COMPONENT_NAME$Z,
|
|
21563
21572
|
inheritAttrs: false,
|
|
21564
21573
|
props: props$G,
|
|
21565
21574
|
setup(props, {
|
|
@@ -21776,9 +21785,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
21776
21785
|
|
|
21777
21786
|
/** @jsxImportSource vue */
|
|
21778
21787
|
|
|
21779
|
-
const COMPONENT_NAME$
|
|
21788
|
+
const COMPONENT_NAME$Y = 'vc-image-crop';
|
|
21780
21789
|
const ImageCrop = /* @__PURE__ */ vue.defineComponent({
|
|
21781
|
-
name: COMPONENT_NAME$
|
|
21790
|
+
name: COMPONENT_NAME$Y,
|
|
21782
21791
|
props: props$F,
|
|
21783
21792
|
setup(props, {
|
|
21784
21793
|
slots
|
|
@@ -21804,9 +21813,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
21804
21813
|
|
|
21805
21814
|
/** @jsxImportSource vue */
|
|
21806
21815
|
|
|
21807
|
-
const COMPONENT_NAME$
|
|
21816
|
+
const COMPONENT_NAME$X = 'vc-image-processing';
|
|
21808
21817
|
const ImageProcessing = /* @__PURE__ */ vue.defineComponent({
|
|
21809
|
-
name: COMPONENT_NAME$
|
|
21818
|
+
name: COMPONENT_NAME$X,
|
|
21810
21819
|
props: props$E,
|
|
21811
21820
|
setup(props, {
|
|
21812
21821
|
slots
|
|
@@ -21823,9 +21832,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
21823
21832
|
|
|
21824
21833
|
/** @jsxImportSource vue */
|
|
21825
21834
|
|
|
21826
|
-
const COMPONENT_NAME$
|
|
21835
|
+
const COMPONENT_NAME$W = 'vcm-input';
|
|
21827
21836
|
const MInput = /* @__PURE__ */ vue.defineComponent({
|
|
21828
|
-
name: COMPONENT_NAME$
|
|
21837
|
+
name: COMPONENT_NAME$W,
|
|
21829
21838
|
inheritAttrs: false,
|
|
21830
21839
|
props: {
|
|
21831
21840
|
...props$1h,
|
|
@@ -21914,9 +21923,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
21914
21923
|
|
|
21915
21924
|
/** @jsxImportSource vue */
|
|
21916
21925
|
|
|
21917
|
-
const COMPONENT_NAME$
|
|
21926
|
+
const COMPONENT_NAME$V = 'vcm-input-number';
|
|
21918
21927
|
const MInputNumber = /* @__PURE__ */ vue.defineComponent({
|
|
21919
|
-
name: COMPONENT_NAME$
|
|
21928
|
+
name: COMPONENT_NAME$V,
|
|
21920
21929
|
props: props$1g,
|
|
21921
21930
|
inheritAttrs: false,
|
|
21922
21931
|
setup(props, {
|
|
@@ -21965,9 +21974,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
21965
21974
|
|
|
21966
21975
|
/** @jsxImportSource vue */
|
|
21967
21976
|
|
|
21968
|
-
const COMPONENT_NAME$
|
|
21977
|
+
const COMPONENT_NAME$U = 'vcm-input-search';
|
|
21969
21978
|
const MInputSearch = /* @__PURE__ */ vue.defineComponent({
|
|
21970
|
-
name: COMPONENT_NAME$
|
|
21979
|
+
name: COMPONENT_NAME$U,
|
|
21971
21980
|
props: {
|
|
21972
21981
|
...props$1f,
|
|
21973
21982
|
cancelText: {
|
|
@@ -22044,9 +22053,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
22044
22053
|
}
|
|
22045
22054
|
};
|
|
22046
22055
|
|
|
22047
|
-
const COMPONENT_NAME$
|
|
22056
|
+
const COMPONENT_NAME$T = "vcm-list";
|
|
22048
22057
|
const MList = vue.defineComponent({
|
|
22049
|
-
name: COMPONENT_NAME$
|
|
22058
|
+
name: COMPONENT_NAME$T,
|
|
22050
22059
|
props: props$D,
|
|
22051
22060
|
setup(props, { slots }) {
|
|
22052
22061
|
vue.provide("vc-list", { props });
|
|
@@ -22101,10 +22110,10 @@ var VcComponents = (function (exports, vue) {
|
|
|
22101
22110
|
|
|
22102
22111
|
/** @jsxImportSource vue */
|
|
22103
22112
|
|
|
22104
|
-
const COMPONENT_NAME$
|
|
22113
|
+
const COMPONENT_NAME$S = 'vcm-list-item';
|
|
22105
22114
|
const HTTP_REGEX = /[a-zA-z]+:\/\/[^\s]*/;
|
|
22106
22115
|
const MListItem = /* @__PURE__ */ vue.defineComponent({
|
|
22107
|
-
name: COMPONENT_NAME$
|
|
22116
|
+
name: COMPONENT_NAME$S,
|
|
22108
22117
|
props: props$C,
|
|
22109
22118
|
emits: ['click'],
|
|
22110
22119
|
setup(props, {
|
|
@@ -22198,11 +22207,11 @@ var VcComponents = (function (exports, vue) {
|
|
|
22198
22207
|
|
|
22199
22208
|
/** @jsxImportSource vue */
|
|
22200
22209
|
|
|
22201
|
-
const COMPONENT_NAME$
|
|
22210
|
+
const COMPONENT_NAME$R = 'vc-marquee';
|
|
22202
22211
|
const ANIMATION = prefixStyle('animation').camel;
|
|
22203
22212
|
const TRANSFORM_KEBAB = prefixStyle('transform').kebab;
|
|
22204
22213
|
const Marquee = /* @__PURE__ */ vue.defineComponent({
|
|
22205
|
-
name: COMPONENT_NAME$
|
|
22214
|
+
name: COMPONENT_NAME$R,
|
|
22206
22215
|
props: props$B,
|
|
22207
22216
|
setup(props, {
|
|
22208
22217
|
slots
|
|
@@ -22270,9 +22279,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
22270
22279
|
}
|
|
22271
22280
|
};
|
|
22272
22281
|
|
|
22273
|
-
const COMPONENT_NAME$
|
|
22282
|
+
const COMPONENT_NAME$Q = "vc-resizer";
|
|
22274
22283
|
const Resizer = vue.defineComponent({
|
|
22275
|
-
name: COMPONENT_NAME$
|
|
22284
|
+
name: COMPONENT_NAME$Q,
|
|
22276
22285
|
props: props$A,
|
|
22277
22286
|
emits: ["resize"],
|
|
22278
22287
|
setup(props, { emit, slots, expose }) {
|
|
@@ -22442,10 +22451,10 @@ var VcComponents = (function (exports, vue) {
|
|
|
22442
22451
|
|
|
22443
22452
|
/** @jsxImportSource vue */
|
|
22444
22453
|
|
|
22445
|
-
const COMPONENT_NAME$
|
|
22454
|
+
const COMPONENT_NAME$P = 'vc-modal';
|
|
22446
22455
|
let zIndexNumber = 1002;
|
|
22447
22456
|
const ModalView = /* @__PURE__ */ vue.defineComponent({
|
|
22448
|
-
name: COMPONENT_NAME$
|
|
22457
|
+
name: COMPONENT_NAME$P,
|
|
22449
22458
|
emits: ['update:modelValue', 'close', 'portal-fulfilled', 'visible-change', 'ok', 'cancel'],
|
|
22450
22459
|
props: props$z,
|
|
22451
22460
|
setup(props, {
|
|
@@ -22884,9 +22893,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
22884
22893
|
|
|
22885
22894
|
/** @jsxImportSource vue */
|
|
22886
22895
|
|
|
22887
|
-
const COMPONENT_NAME$
|
|
22896
|
+
const COMPONENT_NAME$O = 'vc-modal';
|
|
22888
22897
|
const MModalView = /* @__PURE__ */ vue.defineComponent({
|
|
22889
|
-
name: COMPONENT_NAME$
|
|
22898
|
+
name: COMPONENT_NAME$O,
|
|
22890
22899
|
emits: ['update:modelValue', 'portal-fulfilled', 'close', 'ok', 'cancel'],
|
|
22891
22900
|
props: props$y,
|
|
22892
22901
|
setup(props, {
|
|
@@ -23098,9 +23107,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
23098
23107
|
|
|
23099
23108
|
/** @jsxImportSource vue */
|
|
23100
23109
|
|
|
23101
|
-
const COMPONENT_NAME$
|
|
23110
|
+
const COMPONENT_NAME$N = 'vc-notice';
|
|
23102
23111
|
const NoticeView = /* @__PURE__ */ vue.defineComponent({
|
|
23103
|
-
name: COMPONENT_NAME$
|
|
23112
|
+
name: COMPONENT_NAME$N,
|
|
23104
23113
|
props: props$x,
|
|
23105
23114
|
emits: ['portal-fulfilled', 'close', 'before-close'],
|
|
23106
23115
|
setup(props, {
|
|
@@ -23273,9 +23282,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
23273
23282
|
|
|
23274
23283
|
/** @jsxImportSource vue */
|
|
23275
23284
|
|
|
23276
|
-
const COMPONENT_NAME$
|
|
23285
|
+
const COMPONENT_NAME$M = 'vc-option';
|
|
23277
23286
|
const Option$1 = /* @__PURE__ */ vue.defineComponent({
|
|
23278
|
-
name: COMPONENT_NAME$
|
|
23287
|
+
name: COMPONENT_NAME$M,
|
|
23279
23288
|
props: props$w,
|
|
23280
23289
|
setup(props, {
|
|
23281
23290
|
slots
|
|
@@ -23359,9 +23368,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
23359
23368
|
|
|
23360
23369
|
/** @jsxImportSource vue */
|
|
23361
23370
|
|
|
23362
|
-
const COMPONENT_NAME$
|
|
23371
|
+
const COMPONENT_NAME$L = 'vc-tag';
|
|
23363
23372
|
const Tag = /* @__PURE__ */ vue.defineComponent({
|
|
23364
|
-
name: COMPONENT_NAME$
|
|
23373
|
+
name: COMPONENT_NAME$L,
|
|
23365
23374
|
props: props$u,
|
|
23366
23375
|
emits: ['close', 'change'],
|
|
23367
23376
|
setup(props, {
|
|
@@ -23432,12 +23441,13 @@ var VcComponents = (function (exports, vue) {
|
|
|
23432
23441
|
|
|
23433
23442
|
/** @jsxImportSource vue */
|
|
23434
23443
|
|
|
23435
|
-
const COMPONENT_NAME$
|
|
23444
|
+
const COMPONENT_NAME$K = 'vc-select-option';
|
|
23436
23445
|
const Option = /* @__PURE__ */ vue.defineComponent({
|
|
23437
|
-
name: COMPONENT_NAME$
|
|
23446
|
+
name: COMPONENT_NAME$K,
|
|
23438
23447
|
props: props$t,
|
|
23439
23448
|
setup(props, {
|
|
23440
|
-
slots
|
|
23449
|
+
slots,
|
|
23450
|
+
expose
|
|
23441
23451
|
}) {
|
|
23442
23452
|
const owner = getInstance$1('select', 'selectId');
|
|
23443
23453
|
const formatterLabel = vue.computed(() => {
|
|
@@ -23458,8 +23468,10 @@ var VcComponents = (function (exports, vue) {
|
|
|
23458
23468
|
return !multiple.value ? true : current.value.slice(-1)[0] === props.value;
|
|
23459
23469
|
});
|
|
23460
23470
|
const isActive = vue.computed(() => {
|
|
23461
|
-
const
|
|
23462
|
-
|
|
23471
|
+
const {
|
|
23472
|
+
searchRegex
|
|
23473
|
+
} = owner.exposed;
|
|
23474
|
+
return !!(searchRegex.value.test(formatterLabel.value) || !props.filterable);
|
|
23463
23475
|
});
|
|
23464
23476
|
const customOptions = vue.computed(() => {
|
|
23465
23477
|
return {
|
|
@@ -23487,6 +23499,12 @@ var VcComponents = (function (exports, vue) {
|
|
|
23487
23499
|
const handlePrevent = e => {
|
|
23488
23500
|
e.preventDefault();
|
|
23489
23501
|
};
|
|
23502
|
+
expose({
|
|
23503
|
+
isActive,
|
|
23504
|
+
isChecked,
|
|
23505
|
+
formatterLabel,
|
|
23506
|
+
props
|
|
23507
|
+
});
|
|
23490
23508
|
return () => {
|
|
23491
23509
|
if (!isActive.value) return;
|
|
23492
23510
|
return typeof props.render === 'function' ? vue.createVNode(Customer, vue.mergeProps({
|
|
@@ -23520,9 +23538,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
23520
23538
|
|
|
23521
23539
|
/** @jsxImportSource vue */
|
|
23522
23540
|
|
|
23523
|
-
const COMPONENT_NAME$
|
|
23541
|
+
const COMPONENT_NAME$J = 'vc-select-option-group';
|
|
23524
23542
|
const OptionGroup = /* @__PURE__ */ vue.defineComponent({
|
|
23525
|
-
name: COMPONENT_NAME$
|
|
23543
|
+
name: COMPONENT_NAME$J,
|
|
23526
23544
|
props: props$s,
|
|
23527
23545
|
setup(props, {
|
|
23528
23546
|
slots
|
|
@@ -23552,6 +23570,78 @@ var VcComponents = (function (exports, vue) {
|
|
|
23552
23570
|
|
|
23553
23571
|
/** @jsxImportSource vue */
|
|
23554
23572
|
|
|
23573
|
+
const COMPONENT_NAME$I = 'vc-select-all';
|
|
23574
|
+
const SelectAll = /* @__PURE__ */ vue.defineComponent({
|
|
23575
|
+
name: COMPONENT_NAME$I,
|
|
23576
|
+
props: {
|
|
23577
|
+
data: {
|
|
23578
|
+
type: Array,
|
|
23579
|
+
default: () => []
|
|
23580
|
+
}
|
|
23581
|
+
},
|
|
23582
|
+
setup(props) {
|
|
23583
|
+
const owner = getInstance$1('select', 'selectId');
|
|
23584
|
+
|
|
23585
|
+
/**
|
|
23586
|
+
* 获取所有可选择的选项(排除disabled的)
|
|
23587
|
+
*/
|
|
23588
|
+
const selectableOptions = vue.computed(() => {
|
|
23589
|
+
return props.data.filter(option => {
|
|
23590
|
+
if (!option.isActive || option.props.disabled) return false;
|
|
23591
|
+
return true;
|
|
23592
|
+
});
|
|
23593
|
+
});
|
|
23594
|
+
|
|
23595
|
+
/**
|
|
23596
|
+
* 获取所有可选项的值
|
|
23597
|
+
*/
|
|
23598
|
+
const selectableValues = vue.computed(() => {
|
|
23599
|
+
return selectableOptions.value.map(option => option.props.value);
|
|
23600
|
+
});
|
|
23601
|
+
|
|
23602
|
+
/**
|
|
23603
|
+
* 判断是否所有可选项都已选中
|
|
23604
|
+
*/
|
|
23605
|
+
const isAllSelected = vue.computed(() => {
|
|
23606
|
+
if (!owner?.exposed || selectableValues.value.length === 0) {
|
|
23607
|
+
return false;
|
|
23608
|
+
}
|
|
23609
|
+
const current = owner.exposed.current.value || [];
|
|
23610
|
+
return selectableValues.value.every(value => current.includes(value));
|
|
23611
|
+
});
|
|
23612
|
+
const handleSelectAll = () => {
|
|
23613
|
+
if (!owner?.exposed) return;
|
|
23614
|
+
const current = owner.exposed.current.value || [];
|
|
23615
|
+
const {
|
|
23616
|
+
add,
|
|
23617
|
+
remove
|
|
23618
|
+
} = owner.exposed;
|
|
23619
|
+
const isSelected = isAllSelected.value;
|
|
23620
|
+
selectableValues.value.forEach(value => {
|
|
23621
|
+
if (isSelected && current.includes(value)) {
|
|
23622
|
+
remove(value);
|
|
23623
|
+
} else if (!isSelected && !current.includes(value)) {
|
|
23624
|
+
add(value);
|
|
23625
|
+
}
|
|
23626
|
+
});
|
|
23627
|
+
};
|
|
23628
|
+
return () => {
|
|
23629
|
+
// 如果没有可选项,不显示按钮
|
|
23630
|
+
if (selectableOptions.value.length === 0) {
|
|
23631
|
+
return null;
|
|
23632
|
+
}
|
|
23633
|
+
return vue.createVNode("div", {
|
|
23634
|
+
"class": [{
|
|
23635
|
+
'is-selected': isAllSelected.value
|
|
23636
|
+
}, 'vc-select-all'],
|
|
23637
|
+
"onClick": handleSelectAll
|
|
23638
|
+
}, [isAllSelected.value ? '取消全选' : '全选']);
|
|
23639
|
+
};
|
|
23640
|
+
}
|
|
23641
|
+
});
|
|
23642
|
+
|
|
23643
|
+
/** @jsxImportSource vue */
|
|
23644
|
+
|
|
23555
23645
|
const COMPONENT_NAME$H = 'vc-select';
|
|
23556
23646
|
const Select = /* @__PURE__ */ vue.defineComponent({
|
|
23557
23647
|
name: COMPONENT_NAME$H,
|
|
@@ -23572,7 +23662,6 @@ var VcComponents = (function (exports, vue) {
|
|
|
23572
23662
|
const isActive = vue.ref(false);
|
|
23573
23663
|
const isLoading = vue.ref(false);
|
|
23574
23664
|
const searchValue = vue.ref('');
|
|
23575
|
-
const searchRegex = vue.ref(new RegExp(''));
|
|
23576
23665
|
const currentValue = vue.ref([]);
|
|
23577
23666
|
const source = vue.computed(() => {
|
|
23578
23667
|
return flattenData$1(props.data, {
|
|
@@ -23607,6 +23696,24 @@ var VcComponents = (function (exports, vue) {
|
|
|
23607
23696
|
const v = currentValue.value.length - props.maxTags;
|
|
23608
23697
|
return v < 0 ? 0 : v;
|
|
23609
23698
|
});
|
|
23699
|
+
const searchRegex = vue.computed(() => {
|
|
23700
|
+
const v = searchValue.value.trim().replace(/\s+/g, ' ').split(/\s|,/);
|
|
23701
|
+
return new RegExp(escapeString(`(${v.join('|')})`), 'i');
|
|
23702
|
+
});
|
|
23703
|
+
const optionMap = vue.ref({});
|
|
23704
|
+
const options = vue.computed(() => {
|
|
23705
|
+
return Object.values(optionMap.value);
|
|
23706
|
+
});
|
|
23707
|
+
const showSelectAll = vue.computed(() => {
|
|
23708
|
+
return props.searchable && multiple.value && searchValue.value.trim().length > 0 && options.value.length > 0;
|
|
23709
|
+
});
|
|
23710
|
+
const setOption = (item, el) => {
|
|
23711
|
+
if (el) {
|
|
23712
|
+
optionMap.value[item.value] = el;
|
|
23713
|
+
} else {
|
|
23714
|
+
delete optionMap.value[item.value];
|
|
23715
|
+
}
|
|
23716
|
+
};
|
|
23610
23717
|
|
|
23611
23718
|
/**
|
|
23612
23719
|
* v-model 同步, 外部的数据改变时不会触发
|
|
@@ -23652,7 +23759,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
23652
23759
|
sync();
|
|
23653
23760
|
};
|
|
23654
23761
|
const remove = v => {
|
|
23655
|
-
const index = currentValue.value.findIndex(i => i
|
|
23762
|
+
const index = currentValue.value.findIndex(i => i === v);
|
|
23656
23763
|
currentValue.value.splice(index, 1);
|
|
23657
23764
|
sync();
|
|
23658
23765
|
};
|
|
@@ -23672,7 +23779,6 @@ var VcComponents = (function (exports, vue) {
|
|
|
23672
23779
|
};
|
|
23673
23780
|
const handleSearch = v => {
|
|
23674
23781
|
searchValue.value = v;
|
|
23675
|
-
searchRegex.value = new RegExp(escapeString(v.trim()), 'i');
|
|
23676
23782
|
props.loadData && _loadData();
|
|
23677
23783
|
};
|
|
23678
23784
|
vue.watch(() => props.modelValue, v => {
|
|
@@ -23775,6 +23881,8 @@ var VcComponents = (function (exports, vue) {
|
|
|
23775
23881
|
"modelValue": searchValue.value,
|
|
23776
23882
|
"placeholder": props.searchPlaceholder,
|
|
23777
23883
|
"onInput": handleSearch
|
|
23884
|
+
}, null), showSelectAll.value && vue.createVNode(SelectAll, {
|
|
23885
|
+
"data": options.value
|
|
23778
23886
|
}, null)]), isLoading.value && vue.createVNode("div", {
|
|
23779
23887
|
"class": "vc-select__loading"
|
|
23780
23888
|
}, [vue.createVNode(Spin, {
|
|
@@ -23795,6 +23903,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
23795
23903
|
default: () => {
|
|
23796
23904
|
return item.children.map($item => {
|
|
23797
23905
|
return vue.createVNode(Option, {
|
|
23906
|
+
"ref": el => setOption($item, el),
|
|
23798
23907
|
"key": $item.value,
|
|
23799
23908
|
"row": $item,
|
|
23800
23909
|
"value": $item.value,
|
|
@@ -23808,6 +23917,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
23808
23917
|
});
|
|
23809
23918
|
}
|
|
23810
23919
|
}) : vue.createVNode(Option, {
|
|
23920
|
+
"ref": el => setOption(item, el),
|
|
23811
23921
|
"key": item.value,
|
|
23812
23922
|
"row": item,
|
|
23813
23923
|
"value": item.value,
|
|
@@ -28075,6 +28185,10 @@ var VcComponents = (function (exports, vue) {
|
|
|
28075
28185
|
sort: {
|
|
28076
28186
|
type: Object,
|
|
28077
28187
|
default: () => ({})
|
|
28188
|
+
},
|
|
28189
|
+
resizable: {
|
|
28190
|
+
type: Boolean,
|
|
28191
|
+
default: void 0
|
|
28078
28192
|
}
|
|
28079
28193
|
},
|
|
28080
28194
|
setup(props) {
|
|
@@ -28083,6 +28197,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
28083
28197
|
const draggingColumn = vue.ref(null);
|
|
28084
28198
|
const dragging = vue.ref(false);
|
|
28085
28199
|
const dragState = vue.ref({});
|
|
28200
|
+
const allowDrag = vue.computed(() => {
|
|
28201
|
+
return typeof props.resizable === 'boolean' ? props.resizable : props.border;
|
|
28202
|
+
});
|
|
28086
28203
|
const states = useStates({
|
|
28087
28204
|
columns: 'columns',
|
|
28088
28205
|
isAllSelected: 'isAllSelected',
|
|
@@ -28186,10 +28303,10 @@ var VcComponents = (function (exports, vue) {
|
|
|
28186
28303
|
if (IS_SERVER$1) return;
|
|
28187
28304
|
if (column.children && column.children.length > 0) return;
|
|
28188
28305
|
/* istanbul ignore if */
|
|
28189
|
-
if (draggingColumn.value &&
|
|
28306
|
+
if (draggingColumn.value && allowDrag.value) {
|
|
28190
28307
|
dragging.value = true;
|
|
28191
28308
|
table.resizeProxyVisible.value = true;
|
|
28192
|
-
const tableEl = table.
|
|
28309
|
+
const tableEl = table.tableWrapper.value;
|
|
28193
28310
|
const tableLeft = tableEl.getBoundingClientRect().left;
|
|
28194
28311
|
const columnEl = instance.vnode.el.querySelector(`.vc-table__th.${column.id}`);
|
|
28195
28312
|
const columnRect = columnEl.getBoundingClientRect();
|
|
@@ -28218,15 +28335,14 @@ var VcComponents = (function (exports, vue) {
|
|
|
28218
28335
|
} = dragState.value;
|
|
28219
28336
|
const finalLeft = parseInt(resizeProxy.style.left, 10);
|
|
28220
28337
|
const columnWidth = finalLeft - startColumnLeft;
|
|
28221
|
-
column.width = columnWidth;
|
|
28222
|
-
column.
|
|
28223
|
-
table.$emit('header-dragend', column.width, startLeft - startColumnLeft, column, event);
|
|
28338
|
+
column.width = column.minWidth = column.realWidth = columnWidth;
|
|
28339
|
+
table.emit('header-dragend', column.width, startLeft - startColumnLeft, column);
|
|
28224
28340
|
table.store.scheduleLayout();
|
|
28225
28341
|
document.body.style.cursor = '';
|
|
28226
28342
|
dragging.value = false;
|
|
28227
28343
|
draggingColumn.value = null;
|
|
28228
28344
|
dragState.value = {};
|
|
28229
|
-
table.resizeProxyVisible = false;
|
|
28345
|
+
table.resizeProxyVisible.value = false;
|
|
28230
28346
|
}
|
|
28231
28347
|
document.removeEventListener('mousemove', handleMouseMove);
|
|
28232
28348
|
document.removeEventListener('mouseup', handleMouseUp);
|
|
@@ -28247,7 +28363,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
28247
28363
|
target = target.parentNode;
|
|
28248
28364
|
}
|
|
28249
28365
|
if (!column || !column.resizable) return;
|
|
28250
|
-
if (!dragging.value &&
|
|
28366
|
+
if (!dragging.value && allowDrag.value) {
|
|
28251
28367
|
const rect = target.getBoundingClientRect();
|
|
28252
28368
|
const bodyStyle = document.body.style;
|
|
28253
28369
|
if (rect.width > 12 && rect.right - event.pageX < 8) {
|
|
@@ -28554,7 +28670,11 @@ var VcComponents = (function (exports, vue) {
|
|
|
28554
28670
|
default: () => ({})
|
|
28555
28671
|
},
|
|
28556
28672
|
// 用于延迟渲染,用于计算高度
|
|
28557
|
-
delay: Number
|
|
28673
|
+
delay: Number,
|
|
28674
|
+
resizable: {
|
|
28675
|
+
type: Boolean,
|
|
28676
|
+
default: void 0
|
|
28677
|
+
}
|
|
28558
28678
|
};
|
|
28559
28679
|
|
|
28560
28680
|
/** @jsxImportSource vue */
|
|
@@ -28563,7 +28683,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
28563
28683
|
const Table$1 = /* @__PURE__ */ vue.defineComponent({
|
|
28564
28684
|
name: COMPONENT_NAME$j,
|
|
28565
28685
|
props: props$d,
|
|
28566
|
-
emits: ['select', 'select-all', 'selection-change', 'cell-mouse-enter', 'cell-mouse-leave', 'cell-click', 'cell-dblclick', 'row-click', 'row-contextmenu', 'row-dblclick', 'header-click', 'header-contextmenu', 'current-change', 'header-dragend
|
|
28686
|
+
emits: ['select', 'select-all', 'selection-change', 'cell-mouse-enter', 'cell-mouse-leave', 'cell-click', 'cell-dblclick', 'row-click', 'row-contextmenu', 'row-dblclick', 'header-click', 'header-contextmenu', 'current-change', 'header-dragend', 'expand-change', 'sort-change', 'update:sort'],
|
|
28567
28687
|
setup(props, {
|
|
28568
28688
|
slots,
|
|
28569
28689
|
expose,
|
|
@@ -28584,7 +28704,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
28584
28704
|
width: null,
|
|
28585
28705
|
height: null
|
|
28586
28706
|
});
|
|
28587
|
-
|
|
28707
|
+
const tableWrapper = vue.ref(null);
|
|
28588
28708
|
// refs
|
|
28589
28709
|
const hiddenColumns = vue.ref(null);
|
|
28590
28710
|
const headerWrapper = vue.ref(null);
|
|
@@ -28942,6 +29062,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
28942
29062
|
toggleRowExpansion,
|
|
28943
29063
|
clearSelection,
|
|
28944
29064
|
scroller,
|
|
29065
|
+
tableWrapper,
|
|
28945
29066
|
headerWrapper,
|
|
28946
29067
|
appendWrapper,
|
|
28947
29068
|
footerWrapper,
|
|
@@ -28952,12 +29073,15 @@ var VcComponents = (function (exports, vue) {
|
|
|
28952
29073
|
renderExpanded,
|
|
28953
29074
|
hiddenColumns,
|
|
28954
29075
|
props,
|
|
28955
|
-
emit
|
|
29076
|
+
emit,
|
|
29077
|
+
resizeProxy,
|
|
29078
|
+
resizeProxyVisible
|
|
28956
29079
|
};
|
|
28957
29080
|
expose(exposed);
|
|
28958
29081
|
vue.provide('vc-table', exposed);
|
|
28959
29082
|
return () => {
|
|
28960
29083
|
return vue.createVNode("div", {
|
|
29084
|
+
"ref": tableWrapper,
|
|
28961
29085
|
"class": [classes.value, tableId, 'vc-table'],
|
|
28962
29086
|
"onMouseleave": handleMouseLeave
|
|
28963
29087
|
}, [vue.createVNode("div", {
|
|
@@ -28969,6 +29093,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
28969
29093
|
}, [vue.createVNode(TableHeader, {
|
|
28970
29094
|
"ref": tableHeader,
|
|
28971
29095
|
"border": props.border,
|
|
29096
|
+
"resizable": props.resizable,
|
|
28972
29097
|
"sort": props.sort,
|
|
28973
29098
|
"style": bodyWidthStyle.value
|
|
28974
29099
|
}, null)]), states.columns.length > 0 && vue.createVNode(ScrollerWheel, {
|
|
@@ -28986,15 +29111,10 @@ var VcComponents = (function (exports, vue) {
|
|
|
28986
29111
|
"style": [bodyWidthStyle.value],
|
|
28987
29112
|
"height-style": [bodyHeightStyle.value],
|
|
28988
29113
|
"onScroll": handleScollY
|
|
28989
|
-
}, null), props.data.length === 0 && vue.createVNode("div", {
|
|
28990
|
-
"
|
|
28991
|
-
"style": bodyWidthStyle.value
|
|
28992
|
-
|
|
28993
|
-
'is-absolute': !!props.height
|
|
28994
|
-
}, 'vc-table__empty-wrapper']
|
|
28995
|
-
}, [vue.createVNode("span", {
|
|
28996
|
-
"class": "vc-table__empty-text"
|
|
28997
|
-
}, [slots.empty ? slots.empty() : props.emptyText || '暂无数据'])]), slots.append && vue.createVNode("div", {
|
|
29114
|
+
}, null), props.data.length === 0 && !props.height && vue.createVNode("div", {
|
|
29115
|
+
"class": "vc-table__empty-placeholder",
|
|
29116
|
+
"style": [bodyWidthStyle.value]
|
|
29117
|
+
}, null), slots.append && vue.createVNode("div", {
|
|
28998
29118
|
"ref": appendWrapper,
|
|
28999
29119
|
"class": "vc-table__append-wrapper"
|
|
29000
29120
|
}, [slots.append()])]
|
|
@@ -29018,6 +29138,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
29018
29138
|
}, [vue.createVNode(TableHeader, {
|
|
29019
29139
|
"ref": leftFixedTableHeader,
|
|
29020
29140
|
"border": props.border,
|
|
29141
|
+
"resizable": props.resizable,
|
|
29021
29142
|
"sort": props.sort,
|
|
29022
29143
|
"style": bodyWidthStyle.value,
|
|
29023
29144
|
"fixed": "left"
|
|
@@ -29057,6 +29178,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
29057
29178
|
}, [vue.createVNode(TableHeader, {
|
|
29058
29179
|
"ref": rightFixedTableHeader,
|
|
29059
29180
|
"border": props.border,
|
|
29181
|
+
"resizable": props.resizable,
|
|
29060
29182
|
"sort": props.sort,
|
|
29061
29183
|
"style": bodyWidthStyle.value,
|
|
29062
29184
|
"fixed": "right"
|
|
@@ -29084,7 +29206,14 @@ var VcComponents = (function (exports, vue) {
|
|
|
29084
29206
|
"get-summary": props.getSummary,
|
|
29085
29207
|
"style": bodyWidthStyle.value,
|
|
29086
29208
|
"fixed": "right"
|
|
29087
|
-
}, null)]), [[vue.vShow, props.data && props.data.length > 0]])]),
|
|
29209
|
+
}, null)]), [[vue.vShow, props.data && props.data.length > 0]])]), props.data.length === 0 && vue.createVNode("div", {
|
|
29210
|
+
"ref": emptyBlock,
|
|
29211
|
+
"class": [{
|
|
29212
|
+
'has-height': !!props.height
|
|
29213
|
+
}, 'vc-table__empty-wrapper']
|
|
29214
|
+
}, [slots.empty ? slots.empty() : vue.createVNode("span", {
|
|
29215
|
+
"class": "vc-table__empty-text"
|
|
29216
|
+
}, [props.emptyText || '暂无数据'])]), vue.withDirectives(vue.createVNode("div", {
|
|
29088
29217
|
"ref": resizeProxy,
|
|
29089
29218
|
"class": "vc-table__column-resize-proxy"
|
|
29090
29219
|
}, null), [[vue.vShow, resizeProxyVisible.value]])]);
|
|
@@ -37738,7 +37867,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
37738
37867
|
}
|
|
37739
37868
|
return res.join(" ");
|
|
37740
37869
|
}
|
|
37741
|
-
var encodeBase64 = function() {
|
|
37870
|
+
var encodeBase64 = (function() {
|
|
37742
37871
|
if (env.hasGlobalWindow && isFunction(window.btoa)) {
|
|
37743
37872
|
return function(str) {
|
|
37744
37873
|
return window.btoa(unescape(encodeURIComponent(str)));
|
|
@@ -37752,7 +37881,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
37752
37881
|
return function(str) {
|
|
37753
37882
|
return null;
|
|
37754
37883
|
};
|
|
37755
|
-
}();
|
|
37884
|
+
})();
|
|
37756
37885
|
|
|
37757
37886
|
var arraySlice = Array.prototype.slice;
|
|
37758
37887
|
function interpolateNumber$1(p0, p1, percent) {
|
|
@@ -39389,7 +39518,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
39389
39518
|
var tmpTextPosCalcRes = {};
|
|
39390
39519
|
var tmpBoundingRect = new BoundingRect(0, 0, 0, 0);
|
|
39391
39520
|
var tmpInnerTextTrans = [];
|
|
39392
|
-
var Element$1 = function() {
|
|
39521
|
+
var Element$1 = (function() {
|
|
39393
39522
|
function Element2(props) {
|
|
39394
39523
|
this.id = guid();
|
|
39395
39524
|
this.animators = [];
|
|
@@ -40110,7 +40239,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
40110
40239
|
Element2.prototype.getPaintRect = function() {
|
|
40111
40240
|
return null;
|
|
40112
40241
|
};
|
|
40113
|
-
Element2.initDefaultProps = function() {
|
|
40242
|
+
Element2.initDefaultProps = (function() {
|
|
40114
40243
|
var elProto = Element2.prototype;
|
|
40115
40244
|
elProto.type = "element";
|
|
40116
40245
|
elProto.name = "";
|
|
@@ -40156,9 +40285,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
40156
40285
|
createLegacyProperty("scale", "_legacyScale", "scaleX", "scaleY");
|
|
40157
40286
|
createLegacyProperty("origin", "_legacyOrigin", "originX", "originY");
|
|
40158
40287
|
}
|
|
40159
|
-
}();
|
|
40288
|
+
})();
|
|
40160
40289
|
return Element2;
|
|
40161
|
-
}();
|
|
40290
|
+
})();
|
|
40162
40291
|
mixin(Element$1, Eventful);
|
|
40163
40292
|
mixin(Element$1, Transformable);
|
|
40164
40293
|
function animateTo(animatable, target, cfg, animationProps, reverse) {
|
|
@@ -40356,7 +40485,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
40356
40485
|
}
|
|
40357
40486
|
}
|
|
40358
40487
|
|
|
40359
|
-
var Group$3 = function(_super) {
|
|
40488
|
+
var Group$3 = (function(_super) {
|
|
40360
40489
|
__extends(Group2, _super);
|
|
40361
40490
|
function Group2(opts) {
|
|
40362
40491
|
var _this = _super.call(this) || this;
|
|
@@ -40521,7 +40650,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
40521
40650
|
return rect || tmpRect;
|
|
40522
40651
|
};
|
|
40523
40652
|
return Group2;
|
|
40524
|
-
}(Element$1);
|
|
40653
|
+
})(Element$1);
|
|
40525
40654
|
Group$3.prototype.type = "group";
|
|
40526
40655
|
|
|
40527
40656
|
/*!
|
|
@@ -40556,7 +40685,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
40556
40685
|
}
|
|
40557
40686
|
return false;
|
|
40558
40687
|
}
|
|
40559
|
-
var ZRender = function() {
|
|
40688
|
+
var ZRender = (function() {
|
|
40560
40689
|
function ZRender2(id, dom, opts) {
|
|
40561
40690
|
var _this = this;
|
|
40562
40691
|
this._sleepAfterStill = 10;
|
|
@@ -40795,7 +40924,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
40795
40924
|
delInstance(this.id);
|
|
40796
40925
|
};
|
|
40797
40926
|
return ZRender2;
|
|
40798
|
-
}();
|
|
40927
|
+
})();
|
|
40799
40928
|
function init$2(dom, opts) {
|
|
40800
40929
|
var zr = new ZRender(guid(), dom, opts);
|
|
40801
40930
|
instances$2[zr.id] = zr;
|
|
@@ -41817,7 +41946,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
41817
41946
|
}
|
|
41818
41947
|
var ListIterator = (
|
|
41819
41948
|
/** @class */
|
|
41820
|
-
function() {
|
|
41949
|
+
(function() {
|
|
41821
41950
|
function ListIterator2() {
|
|
41822
41951
|
}
|
|
41823
41952
|
ListIterator2.prototype.reset = function(list, start, end, step) {
|
|
@@ -41838,7 +41967,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
41838
41967
|
return false;
|
|
41839
41968
|
};
|
|
41840
41969
|
return ListIterator2;
|
|
41841
|
-
}()
|
|
41970
|
+
})()
|
|
41842
41971
|
);
|
|
41843
41972
|
function clearTmpModel(model) {
|
|
41844
41973
|
model.option = model.parentModel = model.ecModel = null;
|
|
@@ -41872,13 +42001,13 @@ var VcComponents = (function (exports, vue) {
|
|
|
41872
42001
|
var ExtendedClass;
|
|
41873
42002
|
if (isESClass(superClass)) {
|
|
41874
42003
|
ExtendedClass = /** @class */
|
|
41875
|
-
function(_super) {
|
|
42004
|
+
(function(_super) {
|
|
41876
42005
|
__extends(class_1, _super);
|
|
41877
42006
|
function class_1() {
|
|
41878
42007
|
return _super.apply(this, arguments) || this;
|
|
41879
42008
|
}
|
|
41880
42009
|
return class_1;
|
|
41881
|
-
}(superClass);
|
|
42010
|
+
})(superClass);
|
|
41882
42011
|
} else {
|
|
41883
42012
|
ExtendedClass = function() {
|
|
41884
42013
|
(proto.$constructor || superClass).apply(this, arguments);
|
|
@@ -44900,7 +45029,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
44900
45029
|
borderRadius: true
|
|
44901
45030
|
}, DEFAULT_COMMON_ANIMATION_PROPS.style)
|
|
44902
45031
|
};
|
|
44903
|
-
var ZRText = function(_super) {
|
|
45032
|
+
var ZRText = (function(_super) {
|
|
44904
45033
|
__extends(ZRText2, _super);
|
|
44905
45034
|
function ZRText2(opts) {
|
|
44906
45035
|
var _this = _super.call(this) || this;
|
|
@@ -45299,7 +45428,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
45299
45428
|
return font && trim$1(font) || style.textFont || style.font;
|
|
45300
45429
|
};
|
|
45301
45430
|
return ZRText2;
|
|
45302
|
-
}(Displayable);
|
|
45431
|
+
})(Displayable);
|
|
45303
45432
|
var VALID_TEXT_ALIGN = { left: true, right: 1, center: 1 };
|
|
45304
45433
|
var VALID_TEXT_VERTICAL_ALIGN = { top: 1, bottom: 1, middle: 1 };
|
|
45305
45434
|
var FONT_PARTS = ["fontStyle", "fontWeight", "fontSize", "fontFamily"];
|
|
@@ -49601,7 +49730,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
49601
49730
|
var normalCoordSysCreators = {};
|
|
49602
49731
|
var CoordinateSystemManager = (
|
|
49603
49732
|
/** @class */
|
|
49604
|
-
function() {
|
|
49733
|
+
(function() {
|
|
49605
49734
|
function CoordinateSystemManager2() {
|
|
49606
49735
|
this._normalMasterList = [];
|
|
49607
49736
|
this._nonSeriesBoxMasterList = [];
|
|
@@ -49637,7 +49766,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
49637
49766
|
return normalCoordSysCreators[type] || nonSeriesBoxCoordSysCreators[type];
|
|
49638
49767
|
};
|
|
49639
49768
|
return CoordinateSystemManager2;
|
|
49640
|
-
}()
|
|
49769
|
+
})()
|
|
49641
49770
|
);
|
|
49642
49771
|
function canBeNonSeriesBoxCoordSys(coordSysType) {
|
|
49643
49772
|
return !!nonSeriesBoxCoordSysCreators[coordSysType];
|
|
@@ -50865,7 +50994,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
50865
50994
|
var OPTION_INNER_VALUE = 1;
|
|
50866
50995
|
var GlobalModel = (
|
|
50867
50996
|
/** @class */
|
|
50868
|
-
function(_super) {
|
|
50997
|
+
(function(_super) {
|
|
50869
50998
|
__extends(GlobalModel2, _super);
|
|
50870
50999
|
function GlobalModel2() {
|
|
50871
51000
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -51233,7 +51362,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
51233
51362
|
});
|
|
51234
51363
|
});
|
|
51235
51364
|
};
|
|
51236
|
-
GlobalModel2.internalField = function() {
|
|
51365
|
+
GlobalModel2.internalField = (function() {
|
|
51237
51366
|
reCreateSeriesIndices = function(ecModel) {
|
|
51238
51367
|
var seriesIndices = ecModel._seriesIndices = [];
|
|
51239
51368
|
each$f(ecModel._componentsMap.get("series"), function(series) {
|
|
@@ -51258,9 +51387,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
51258
51387
|
merge(baseOption, globalDefault, false);
|
|
51259
51388
|
ecModel._mergeOption(baseOption, null);
|
|
51260
51389
|
};
|
|
51261
|
-
}();
|
|
51390
|
+
})();
|
|
51262
51391
|
return GlobalModel2;
|
|
51263
|
-
}(Model)
|
|
51392
|
+
})(Model)
|
|
51264
51393
|
);
|
|
51265
51394
|
function isNotTargetSeries(seriesModel, payload) {
|
|
51266
51395
|
if (payload) {
|
|
@@ -51340,7 +51469,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
51340
51469
|
var QUERY_REG = /^(min|max)?(.+)$/;
|
|
51341
51470
|
var OptionManager = (
|
|
51342
51471
|
/** @class */
|
|
51343
|
-
function() {
|
|
51472
|
+
(function() {
|
|
51344
51473
|
function OptionManager2(api) {
|
|
51345
51474
|
this._timelineOptions = [];
|
|
51346
51475
|
this._mediaList = [];
|
|
@@ -51423,7 +51552,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
51423
51552
|
return result;
|
|
51424
51553
|
};
|
|
51425
51554
|
return OptionManager2;
|
|
51426
|
-
}()
|
|
51555
|
+
})()
|
|
51427
51556
|
);
|
|
51428
51557
|
function parseRawOption(rawOption, optionPreprocessorFuncs, isNew) {
|
|
51429
51558
|
var mediaList = [];
|
|
@@ -52027,7 +52156,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
52027
52156
|
|
|
52028
52157
|
var SourceImpl = (
|
|
52029
52158
|
/** @class */
|
|
52030
|
-
/* @__PURE__ */ function() {
|
|
52159
|
+
/* @__PURE__ */ (function() {
|
|
52031
52160
|
function SourceImpl2(fields) {
|
|
52032
52161
|
this.data = fields.data || (fields.sourceFormat === SOURCE_FORMAT_KEYED_COLUMNS ? {} : []);
|
|
52033
52162
|
this.sourceFormat = fields.sourceFormat || SOURCE_FORMAT_UNKNOWN;
|
|
@@ -52048,7 +52177,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
52048
52177
|
}
|
|
52049
52178
|
}
|
|
52050
52179
|
return SourceImpl2;
|
|
52051
|
-
}()
|
|
52180
|
+
})()
|
|
52052
52181
|
);
|
|
52053
52182
|
function isSourceInstance(val) {
|
|
52054
52183
|
return val instanceof SourceImpl;
|
|
@@ -52230,7 +52359,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
52230
52359
|
var mountMethods;
|
|
52231
52360
|
var DefaultDataProvider = (
|
|
52232
52361
|
/** @class */
|
|
52233
|
-
function() {
|
|
52362
|
+
(function() {
|
|
52234
52363
|
function DefaultDataProvider2(sourceParam, dimSize) {
|
|
52235
52364
|
var source = !isSourceInstance(sourceParam) ? createSourceFromSeriesDataOption(sourceParam) : sourceParam;
|
|
52236
52365
|
this._source = source;
|
|
@@ -52257,12 +52386,12 @@ var VcComponents = (function (exports, vue) {
|
|
|
52257
52386
|
};
|
|
52258
52387
|
DefaultDataProvider2.prototype.clean = function() {
|
|
52259
52388
|
};
|
|
52260
|
-
DefaultDataProvider2.protoInitialize = function() {
|
|
52389
|
+
DefaultDataProvider2.protoInitialize = (function() {
|
|
52261
52390
|
var proto = DefaultDataProvider2.prototype;
|
|
52262
52391
|
proto.pure = false;
|
|
52263
52392
|
proto.persistent = true;
|
|
52264
|
-
}();
|
|
52265
|
-
DefaultDataProvider2.internalField = function() {
|
|
52393
|
+
})();
|
|
52394
|
+
DefaultDataProvider2.internalField = (function() {
|
|
52266
52395
|
var _a2;
|
|
52267
52396
|
mountMethods = function(provider, data, source) {
|
|
52268
52397
|
var sourceFormat = source.sourceFormat;
|
|
@@ -52356,9 +52485,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
52356
52485
|
this._data.push(newData[i]);
|
|
52357
52486
|
}
|
|
52358
52487
|
}
|
|
52359
|
-
}();
|
|
52488
|
+
})();
|
|
52360
52489
|
return DefaultDataProvider2;
|
|
52361
|
-
}()
|
|
52490
|
+
})()
|
|
52362
52491
|
);
|
|
52363
52492
|
var validateSimply = function(rawData) {
|
|
52364
52493
|
if (!isArray$1(rawData)) {
|
|
@@ -52459,7 +52588,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
52459
52588
|
var DIMENSION_LABEL_REG = /\{@(.+?)\}/g;
|
|
52460
52589
|
var DataFormatMixin = (
|
|
52461
52590
|
/** @class */
|
|
52462
|
-
function() {
|
|
52591
|
+
(function() {
|
|
52463
52592
|
function DataFormatMixin2() {
|
|
52464
52593
|
}
|
|
52465
52594
|
DataFormatMixin2.prototype.getDataParams = function(dataIndex, dataType) {
|
|
@@ -52539,7 +52668,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
52539
52668
|
return;
|
|
52540
52669
|
};
|
|
52541
52670
|
return DataFormatMixin2;
|
|
52542
|
-
}()
|
|
52671
|
+
})()
|
|
52543
52672
|
);
|
|
52544
52673
|
function normalizeTooltipFormatResult(result) {
|
|
52545
52674
|
var markupText;
|
|
@@ -52563,7 +52692,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
52563
52692
|
}
|
|
52564
52693
|
var Task = (
|
|
52565
52694
|
/** @class */
|
|
52566
|
-
function() {
|
|
52695
|
+
(function() {
|
|
52567
52696
|
function Task2(define) {
|
|
52568
52697
|
define = define || {};
|
|
52569
52698
|
this._reset = define.reset;
|
|
@@ -52695,9 +52824,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
52695
52824
|
this._outputDueEnd = this._settedOutputEnd = end;
|
|
52696
52825
|
};
|
|
52697
52826
|
return Task2;
|
|
52698
|
-
}()
|
|
52827
|
+
})()
|
|
52699
52828
|
);
|
|
52700
|
-
var iterator = /* @__PURE__ */ function() {
|
|
52829
|
+
var iterator = /* @__PURE__ */ (function() {
|
|
52701
52830
|
var end;
|
|
52702
52831
|
var current;
|
|
52703
52832
|
var modBy;
|
|
@@ -52723,7 +52852,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
52723
52852
|
current++;
|
|
52724
52853
|
return result;
|
|
52725
52854
|
}
|
|
52726
|
-
}();
|
|
52855
|
+
})();
|
|
52727
52856
|
|
|
52728
52857
|
function parseDataValue(value, opt) {
|
|
52729
52858
|
var dimType = opt && opt.type;
|
|
@@ -52765,7 +52894,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
52765
52894
|
};
|
|
52766
52895
|
var FilterOrderComparator = (
|
|
52767
52896
|
/** @class */
|
|
52768
|
-
function() {
|
|
52897
|
+
(function() {
|
|
52769
52898
|
function FilterOrderComparator2(op, rval) {
|
|
52770
52899
|
if (!isNumber(rval)) {
|
|
52771
52900
|
var errMsg = "";
|
|
@@ -52778,11 +52907,11 @@ var VcComponents = (function (exports, vue) {
|
|
|
52778
52907
|
return isNumber(lval) ? this._opFn(lval, this._rvalFloat) : this._opFn(numericToNumber(lval), this._rvalFloat);
|
|
52779
52908
|
};
|
|
52780
52909
|
return FilterOrderComparator2;
|
|
52781
|
-
}()
|
|
52910
|
+
})()
|
|
52782
52911
|
);
|
|
52783
52912
|
var SortOrderComparator = (
|
|
52784
52913
|
/** @class */
|
|
52785
|
-
function() {
|
|
52914
|
+
(function() {
|
|
52786
52915
|
function SortOrderComparator2(order, incomparable) {
|
|
52787
52916
|
var isDesc = order === "desc";
|
|
52788
52917
|
this._resultLT = isDesc ? 1 : -1;
|
|
@@ -52815,11 +52944,11 @@ var VcComponents = (function (exports, vue) {
|
|
|
52815
52944
|
return lvalFloat < rvalFloat ? this._resultLT : lvalFloat > rvalFloat ? -this._resultLT : 0;
|
|
52816
52945
|
};
|
|
52817
52946
|
return SortOrderComparator2;
|
|
52818
|
-
}()
|
|
52947
|
+
})()
|
|
52819
52948
|
);
|
|
52820
52949
|
var FilterEqualityComparator = (
|
|
52821
52950
|
/** @class */
|
|
52822
|
-
function() {
|
|
52951
|
+
(function() {
|
|
52823
52952
|
function FilterEqualityComparator2(isEq, rval) {
|
|
52824
52953
|
this._rval = rval;
|
|
52825
52954
|
this._isEQ = isEq;
|
|
@@ -52837,7 +52966,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
52837
52966
|
return this._isEQ ? eqResult : !eqResult;
|
|
52838
52967
|
};
|
|
52839
52968
|
return FilterEqualityComparator2;
|
|
52840
|
-
}()
|
|
52969
|
+
})()
|
|
52841
52970
|
);
|
|
52842
52971
|
function createFilterComparator(op, rval) {
|
|
52843
52972
|
return op === "eq" || op === "ne" ? new FilterEqualityComparator(op === "eq", rval) : hasOwn(ORDER_COMPARISON_OP_MAP, op) ? new FilterOrderComparator(op, rval) : null;
|
|
@@ -52845,7 +52974,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
52845
52974
|
|
|
52846
52975
|
var ExternalSource = (
|
|
52847
52976
|
/** @class */
|
|
52848
|
-
function() {
|
|
52977
|
+
(function() {
|
|
52849
52978
|
function ExternalSource2() {
|
|
52850
52979
|
}
|
|
52851
52980
|
ExternalSource2.prototype.getRawData = function() {
|
|
@@ -52876,7 +53005,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
52876
53005
|
return parseDataValue(rawVal, dimInfo);
|
|
52877
53006
|
};
|
|
52878
53007
|
return ExternalSource2;
|
|
52879
|
-
}()
|
|
53008
|
+
})()
|
|
52880
53009
|
);
|
|
52881
53010
|
function createExternalSource(internalSource, externalTransform) {
|
|
52882
53011
|
var extSource = new ExternalSource();
|
|
@@ -53121,7 +53250,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
53121
53250
|
}
|
|
53122
53251
|
var DataStore = (
|
|
53123
53252
|
/** @class */
|
|
53124
|
-
function() {
|
|
53253
|
+
(function() {
|
|
53125
53254
|
function DataStore2() {
|
|
53126
53255
|
this._chunks = [];
|
|
53127
53256
|
this._rawExtent = [];
|
|
@@ -53836,7 +53965,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
53836
53965
|
DataStore2.prototype._updateGetRawIdx = function() {
|
|
53837
53966
|
this.getRawIndex = this._indices ? this._getRawIdx : this._getRawIdxIdentity;
|
|
53838
53967
|
};
|
|
53839
|
-
DataStore2.internalField = function() {
|
|
53968
|
+
DataStore2.internalField = (function() {
|
|
53840
53969
|
function getDimValueSimply(dataItem, property, dataIndex, dimIndex) {
|
|
53841
53970
|
return parseDataValue(dataItem[dimIndex], this._dimensions[dimIndex]);
|
|
53842
53971
|
}
|
|
@@ -53854,14 +53983,14 @@ var VcComponents = (function (exports, vue) {
|
|
|
53854
53983
|
return dataItem[dimIndex];
|
|
53855
53984
|
}
|
|
53856
53985
|
};
|
|
53857
|
-
}();
|
|
53986
|
+
})();
|
|
53858
53987
|
return DataStore2;
|
|
53859
|
-
}()
|
|
53988
|
+
})()
|
|
53860
53989
|
);
|
|
53861
53990
|
|
|
53862
53991
|
var SourceManager = (
|
|
53863
53992
|
/** @class */
|
|
53864
|
-
function() {
|
|
53993
|
+
(function() {
|
|
53865
53994
|
function SourceManager2(sourceHost) {
|
|
53866
53995
|
this._sourceList = [];
|
|
53867
53996
|
this._storeList = [];
|
|
@@ -54058,7 +54187,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
54058
54187
|
};
|
|
54059
54188
|
};
|
|
54060
54189
|
return SourceManager2;
|
|
54061
|
-
}()
|
|
54190
|
+
})()
|
|
54062
54191
|
);
|
|
54063
54192
|
function disableTransformOptionMerge(datasetModel) {
|
|
54064
54193
|
var transformOption = datasetModel.option.transform;
|
|
@@ -54272,7 +54401,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
54272
54401
|
}
|
|
54273
54402
|
var TooltipMarkupStyleCreator = (
|
|
54274
54403
|
/** @class */
|
|
54275
|
-
function() {
|
|
54404
|
+
(function() {
|
|
54276
54405
|
function TooltipMarkupStyleCreator2() {
|
|
54277
54406
|
this.richTextStyles = {};
|
|
54278
54407
|
this._nextStyleNameId = getRandomIdBase();
|
|
@@ -54309,7 +54438,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
54309
54438
|
return "{" + styleName + "|" + text + "}";
|
|
54310
54439
|
};
|
|
54311
54440
|
return TooltipMarkupStyleCreator2;
|
|
54312
|
-
}()
|
|
54441
|
+
})()
|
|
54313
54442
|
);
|
|
54314
54443
|
|
|
54315
54444
|
function defaultSeriesFormatTooltip(opt) {
|
|
@@ -54415,7 +54544,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
54415
54544
|
var SERIES_UNIVERSAL_TRANSITION_PROP = "__universalTransitionEnabled";
|
|
54416
54545
|
var SeriesModel = (
|
|
54417
54546
|
/** @class */
|
|
54418
|
-
function(_super) {
|
|
54547
|
+
(function(_super) {
|
|
54419
54548
|
__extends(SeriesModel2, _super);
|
|
54420
54549
|
function SeriesModel2() {
|
|
54421
54550
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -54729,7 +54858,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
54729
54858
|
SeriesModel2.registerClass = function(clz) {
|
|
54730
54859
|
return ComponentModel.registerClass(clz);
|
|
54731
54860
|
};
|
|
54732
|
-
SeriesModel2.protoInitialize = function() {
|
|
54861
|
+
SeriesModel2.protoInitialize = (function() {
|
|
54733
54862
|
var proto = SeriesModel2.prototype;
|
|
54734
54863
|
proto.type = "series.__base__";
|
|
54735
54864
|
proto.seriesIndex = 0;
|
|
@@ -54738,9 +54867,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
54738
54867
|
proto.defaultSymbol = "circle";
|
|
54739
54868
|
proto.visualStyleAccessPath = "itemStyle";
|
|
54740
54869
|
proto.visualDrawType = "fill";
|
|
54741
|
-
}();
|
|
54870
|
+
})();
|
|
54742
54871
|
return SeriesModel2;
|
|
54743
|
-
}(ComponentModel)
|
|
54872
|
+
})(ComponentModel)
|
|
54744
54873
|
);
|
|
54745
54874
|
mixin(SeriesModel, DataFormatMixin);
|
|
54746
54875
|
mixin(SeriesModel, PaletteMixin);
|
|
@@ -54865,7 +54994,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
54865
54994
|
var renderPlanner = createRenderPlanner();
|
|
54866
54995
|
var ChartView = (
|
|
54867
54996
|
/** @class */
|
|
54868
|
-
function() {
|
|
54997
|
+
(function() {
|
|
54869
54998
|
function ChartView2() {
|
|
54870
54999
|
this.group = new Group$3();
|
|
54871
55000
|
this.uid = getUID("viewChart");
|
|
@@ -54915,12 +55044,12 @@ var VcComponents = (function (exports, vue) {
|
|
|
54915
55044
|
ChartView2.markUpdateMethod = function(payload, methodName) {
|
|
54916
55045
|
inner$l(payload).updateMethod = methodName;
|
|
54917
55046
|
};
|
|
54918
|
-
ChartView2.protoInitialize = function() {
|
|
55047
|
+
ChartView2.protoInitialize = (function() {
|
|
54919
55048
|
var proto = ChartView2.prototype;
|
|
54920
55049
|
proto.type = "chart";
|
|
54921
|
-
}();
|
|
55050
|
+
})();
|
|
54922
55051
|
return ChartView2;
|
|
54923
|
-
}()
|
|
55052
|
+
})()
|
|
54924
55053
|
);
|
|
54925
55054
|
function elSetState(el, state, highlightDigit) {
|
|
54926
55055
|
if (el && isHighDownDispatcher(el)) {
|
|
@@ -55433,7 +55562,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
55433
55562
|
|
|
55434
55563
|
var Scheduler = (
|
|
55435
55564
|
/** @class */
|
|
55436
|
-
function() {
|
|
55565
|
+
(function() {
|
|
55437
55566
|
function Scheduler2(ecInstance, api, dataProcessorHandlers, visualHandlers) {
|
|
55438
55567
|
this._stageTaskMap = createHashMap();
|
|
55439
55568
|
this.ecInstance = ecInstance;
|
|
@@ -55702,7 +55831,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
55702
55831
|
return stageHandler;
|
|
55703
55832
|
};
|
|
55704
55833
|
return Scheduler2;
|
|
55705
|
-
}()
|
|
55834
|
+
})()
|
|
55706
55835
|
);
|
|
55707
55836
|
function overallTaskReset(context) {
|
|
55708
55837
|
context.overallReset(context.ecModel, context.api, context.payload);
|
|
@@ -57817,13 +57946,13 @@ var VcComponents = (function (exports, vue) {
|
|
|
57817
57946
|
}
|
|
57818
57947
|
var MessageCenter = (
|
|
57819
57948
|
/** @class */
|
|
57820
|
-
function(_super) {
|
|
57949
|
+
(function(_super) {
|
|
57821
57950
|
__extends(MessageCenter2, _super);
|
|
57822
57951
|
function MessageCenter2() {
|
|
57823
57952
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
57824
57953
|
}
|
|
57825
57954
|
return MessageCenter2;
|
|
57826
|
-
}(Eventful)
|
|
57955
|
+
})(Eventful)
|
|
57827
57956
|
);
|
|
57828
57957
|
var messageCenterProto = MessageCenter.prototype;
|
|
57829
57958
|
messageCenterProto.on = createRegisterEventWithLowercaseMessageCenter("on");
|
|
@@ -57849,7 +57978,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
57849
57978
|
var updateMainProcessVersion;
|
|
57850
57979
|
var ECharts = (
|
|
57851
57980
|
/** @class */
|
|
57852
|
-
function(_super) {
|
|
57981
|
+
(function(_super) {
|
|
57853
57982
|
__extends(ECharts2, _super);
|
|
57854
57983
|
function ECharts2(dom, theme, opts) {
|
|
57855
57984
|
var _this = _super.call(this, new ECEventProcessor()) || this;
|
|
@@ -58490,7 +58619,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
58490
58619
|
this._scheduler.unfinished = true;
|
|
58491
58620
|
this.getZr().wakeUp();
|
|
58492
58621
|
};
|
|
58493
|
-
ECharts2.internalField = function() {
|
|
58622
|
+
ECharts2.internalField = (function() {
|
|
58494
58623
|
prepare = function(ecIns) {
|
|
58495
58624
|
var scheduler = ecIns._scheduler;
|
|
58496
58625
|
scheduler.restorePipelines(ecIns._model);
|
|
@@ -59184,7 +59313,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
59184
59313
|
}
|
|
59185
59314
|
createExtensionAPI = function(ecIns) {
|
|
59186
59315
|
return new /** @class */
|
|
59187
|
-
(function(_super2) {
|
|
59316
|
+
((function(_super2) {
|
|
59188
59317
|
__extends(class_1, _super2);
|
|
59189
59318
|
function class_1() {
|
|
59190
59319
|
return _super2 !== null && _super2.apply(this, arguments) || this;
|
|
@@ -59238,7 +59367,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
59238
59367
|
return ecIns[MAIN_PROCESS_VERSION_KEY];
|
|
59239
59368
|
};
|
|
59240
59369
|
return class_1;
|
|
59241
|
-
}(ExtensionAPI))(ecIns);
|
|
59370
|
+
})(ExtensionAPI))(ecIns);
|
|
59242
59371
|
};
|
|
59243
59372
|
enableConnect = function(chart) {
|
|
59244
59373
|
function updateConnectedChartsStatus(charts, status) {
|
|
@@ -59271,9 +59400,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
59271
59400
|
});
|
|
59272
59401
|
});
|
|
59273
59402
|
};
|
|
59274
|
-
}();
|
|
59403
|
+
})();
|
|
59275
59404
|
return ECharts2;
|
|
59276
|
-
}(Eventful)
|
|
59405
|
+
})(Eventful)
|
|
59277
59406
|
);
|
|
59278
59407
|
var echartsProto = ECharts.prototype;
|
|
59279
59408
|
echartsProto.on = createRegisterEventWithLowercaseECharts("on");
|
|
@@ -59850,7 +59979,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
59850
59979
|
|
|
59851
59980
|
var DimensionUserOuput = (
|
|
59852
59981
|
/** @class */
|
|
59853
|
-
function() {
|
|
59982
|
+
(function() {
|
|
59854
59983
|
function DimensionUserOuput2(encode, dimRequest) {
|
|
59855
59984
|
this._encode = encode;
|
|
59856
59985
|
this._schema = dimRequest;
|
|
@@ -59869,7 +59998,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
59869
59998
|
return this._cachedDimNames;
|
|
59870
59999
|
};
|
|
59871
60000
|
return DimensionUserOuput2;
|
|
59872
|
-
}()
|
|
60001
|
+
})()
|
|
59873
60002
|
);
|
|
59874
60003
|
function summarizeDimensions(data, schema) {
|
|
59875
60004
|
var summary = {};
|
|
@@ -60183,7 +60312,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
60183
60312
|
var makeIdFromName;
|
|
60184
60313
|
var SeriesData = (
|
|
60185
60314
|
/** @class */
|
|
60186
|
-
function() {
|
|
60315
|
+
(function() {
|
|
60187
60316
|
function SeriesData2(dimensionsInput, hostModel) {
|
|
60188
60317
|
this.type = "list";
|
|
60189
60318
|
this._dimOmitted = false;
|
|
@@ -60719,7 +60848,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
60719
60848
|
return injectFunction.apply(this, [res].concat(slice(arguments)));
|
|
60720
60849
|
};
|
|
60721
60850
|
};
|
|
60722
|
-
SeriesData2.internalField = function() {
|
|
60851
|
+
SeriesData2.internalField = (function() {
|
|
60723
60852
|
prepareInvertedIndex = function(data) {
|
|
60724
60853
|
var invertedIndicesMap = data._invertedIndicesMap;
|
|
60725
60854
|
each$f(invertedIndicesMap, function(invertedIndices, dim) {
|
|
@@ -60796,9 +60925,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
60796
60925
|
idList[idx] = id;
|
|
60797
60926
|
}
|
|
60798
60927
|
};
|
|
60799
|
-
}();
|
|
60928
|
+
})();
|
|
60800
60929
|
return SeriesData2;
|
|
60801
|
-
}()
|
|
60930
|
+
})()
|
|
60802
60931
|
);
|
|
60803
60932
|
|
|
60804
60933
|
/**
|
|
@@ -61075,7 +61204,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
61075
61204
|
|
|
61076
61205
|
var CoordSysInfo = (
|
|
61077
61206
|
/** @class */
|
|
61078
|
-
/* @__PURE__ */ function() {
|
|
61207
|
+
/* @__PURE__ */ (function() {
|
|
61079
61208
|
function CoordSysInfo2(coordSysName) {
|
|
61080
61209
|
this.coordSysDims = [];
|
|
61081
61210
|
this.axisMap = createHashMap();
|
|
@@ -61083,7 +61212,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
61083
61212
|
this.coordSysName = coordSysName;
|
|
61084
61213
|
}
|
|
61085
61214
|
return CoordSysInfo2;
|
|
61086
|
-
}()
|
|
61215
|
+
})()
|
|
61087
61216
|
);
|
|
61088
61217
|
function getCoordSysInfoBySeries(seriesModel) {
|
|
61089
61218
|
var coordSysName = seriesModel.get("coordinateSystem");
|
|
@@ -62619,7 +62748,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
62619
62748
|
};
|
|
62620
62749
|
var TimeScale = (
|
|
62621
62750
|
/** @class */
|
|
62622
|
-
function(_super) {
|
|
62751
|
+
(function(_super) {
|
|
62623
62752
|
__extends(TimeScale2, _super);
|
|
62624
62753
|
function TimeScale2(settings) {
|
|
62625
62754
|
var _this = _super.call(this, settings) || this;
|
|
@@ -62746,7 +62875,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
62746
62875
|
};
|
|
62747
62876
|
TimeScale2.type = "time";
|
|
62748
62877
|
return TimeScale2;
|
|
62749
|
-
}(IntervalScale)
|
|
62878
|
+
})(IntervalScale)
|
|
62750
62879
|
);
|
|
62751
62880
|
var scaleIntervals = [
|
|
62752
62881
|
// Format interval
|
|
@@ -63130,7 +63259,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
63130
63259
|
|
|
63131
63260
|
var ScaleRawExtentInfo = (
|
|
63132
63261
|
/** @class */
|
|
63133
|
-
function() {
|
|
63262
|
+
(function() {
|
|
63134
63263
|
function ScaleRawExtentInfo2(scale, model, originalExtent) {
|
|
63135
63264
|
this._prepareParams(scale, model, originalExtent);
|
|
63136
63265
|
}
|
|
@@ -63233,7 +63362,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
63233
63362
|
this.frozen = true;
|
|
63234
63363
|
};
|
|
63235
63364
|
return ScaleRawExtentInfo2;
|
|
63236
|
-
}()
|
|
63365
|
+
})()
|
|
63237
63366
|
);
|
|
63238
63367
|
var DETERMINED_MIN_MAX_ATTR = {
|
|
63239
63368
|
min: "_determinedMin",
|
|
@@ -67285,7 +67414,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
67285
67414
|
}
|
|
67286
67415
|
|
|
67287
67416
|
var svgId = 0;
|
|
67288
|
-
var SVGPainter = function() {
|
|
67417
|
+
var SVGPainter = (function() {
|
|
67289
67418
|
function SVGPainter2(root, storage, opts) {
|
|
67290
67419
|
this.type = "svg";
|
|
67291
67420
|
this.refreshHover = createMethodNotSupport();
|
|
@@ -67487,7 +67616,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
67487
67616
|
return prefix + "charset=UTF-8," + encodeURIComponent(str);
|
|
67488
67617
|
};
|
|
67489
67618
|
return SVGPainter2;
|
|
67490
|
-
}();
|
|
67619
|
+
})();
|
|
67491
67620
|
function createMethodNotSupport(method) {
|
|
67492
67621
|
return function() {
|
|
67493
67622
|
};
|
|
@@ -67840,7 +67969,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
67840
67969
|
].join(";") + ";";
|
|
67841
67970
|
return domRoot;
|
|
67842
67971
|
}
|
|
67843
|
-
var CanvasPainter = function() {
|
|
67972
|
+
var CanvasPainter = (function() {
|
|
67844
67973
|
function CanvasPainter2(root, storage, opts, id) {
|
|
67845
67974
|
this.type = "canvas";
|
|
67846
67975
|
this._zlevelList = [];
|
|
@@ -68410,7 +68539,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
68410
68539
|
return this._height;
|
|
68411
68540
|
};
|
|
68412
68541
|
return CanvasPainter2;
|
|
68413
|
-
}();
|
|
68542
|
+
})();
|
|
68414
68543
|
|
|
68415
68544
|
function install$U(registers) {
|
|
68416
68545
|
registers.registerPainter('canvas', CanvasPainter);
|
|
@@ -68418,7 +68547,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
68418
68547
|
|
|
68419
68548
|
var LineSeriesModel = (
|
|
68420
68549
|
/** @class */
|
|
68421
|
-
function(_super) {
|
|
68550
|
+
(function(_super) {
|
|
68422
68551
|
__extends(LineSeriesModel2, _super);
|
|
68423
68552
|
function LineSeriesModel2() {
|
|
68424
68553
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -68513,7 +68642,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
68513
68642
|
triggerLineEvent: false
|
|
68514
68643
|
};
|
|
68515
68644
|
return LineSeriesModel2;
|
|
68516
|
-
}(SeriesModel)
|
|
68645
|
+
})(SeriesModel)
|
|
68517
68646
|
);
|
|
68518
68647
|
|
|
68519
68648
|
/**
|
|
@@ -69995,7 +70124,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
69995
70124
|
}
|
|
69996
70125
|
var LineView = (
|
|
69997
70126
|
/** @class */
|
|
69998
|
-
function(_super) {
|
|
70127
|
+
(function(_super) {
|
|
69999
70128
|
__extends(LineView2, _super);
|
|
70000
70129
|
function LineView2() {
|
|
70001
70130
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -70584,7 +70713,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
70584
70713
|
};
|
|
70585
70714
|
LineView2.type = "line";
|
|
70586
70715
|
return LineView2;
|
|
70587
|
-
}(ChartView)
|
|
70716
|
+
})(ChartView)
|
|
70588
70717
|
);
|
|
70589
70718
|
|
|
70590
70719
|
function pointsLayout(seriesType, forceStoreInTypedArray) {
|
|
@@ -71190,7 +71319,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
71190
71319
|
}
|
|
71191
71320
|
var BarView = (
|
|
71192
71321
|
/** @class */
|
|
71193
|
-
function(_super) {
|
|
71322
|
+
(function(_super) {
|
|
71194
71323
|
__extends(BarView2, _super);
|
|
71195
71324
|
function BarView2() {
|
|
71196
71325
|
var _this = _super.call(this) || this;
|
|
@@ -71542,7 +71671,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
71542
71671
|
};
|
|
71543
71672
|
BarView2.type = "bar";
|
|
71544
71673
|
return BarView2;
|
|
71545
|
-
}(ChartView)
|
|
71674
|
+
})(ChartView)
|
|
71546
71675
|
);
|
|
71547
71676
|
var clip = {
|
|
71548
71677
|
cartesian2d: function(coordSysBoundingRect, layout) {
|
|
@@ -71733,7 +71862,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
71733
71862
|
return layout.startAngle != null && layout.endAngle != null && layout.startAngle === layout.endAngle;
|
|
71734
71863
|
}
|
|
71735
71864
|
function createPolarPositionMapping(isRadial) {
|
|
71736
|
-
return /* @__PURE__ */ function(isRadial2) {
|
|
71865
|
+
return /* @__PURE__ */ (function(isRadial2) {
|
|
71737
71866
|
var arcOrAngle = isRadial2 ? "Arc" : "Angle";
|
|
71738
71867
|
return function(position) {
|
|
71739
71868
|
switch (position) {
|
|
@@ -71746,7 +71875,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
71746
71875
|
return position;
|
|
71747
71876
|
}
|
|
71748
71877
|
};
|
|
71749
|
-
}(isRadial);
|
|
71878
|
+
})(isRadial);
|
|
71750
71879
|
}
|
|
71751
71880
|
function updateStyle(el, data, dataIndex, itemModel, layout, seriesModel, isHorizontalOrRadial, isPolar) {
|
|
71752
71881
|
var style = data.getItemVisual(dataIndex, "style");
|
|
@@ -71806,15 +71935,15 @@ var VcComponents = (function (exports, vue) {
|
|
|
71806
71935
|
}
|
|
71807
71936
|
var LagePathShape = (
|
|
71808
71937
|
/** @class */
|
|
71809
|
-
/* @__PURE__ */ function() {
|
|
71938
|
+
/* @__PURE__ */ (function() {
|
|
71810
71939
|
function LagePathShape2() {
|
|
71811
71940
|
}
|
|
71812
71941
|
return LagePathShape2;
|
|
71813
|
-
}()
|
|
71942
|
+
})()
|
|
71814
71943
|
);
|
|
71815
71944
|
var LargePath = (
|
|
71816
71945
|
/** @class */
|
|
71817
|
-
function(_super) {
|
|
71946
|
+
(function(_super) {
|
|
71818
71947
|
__extends(LargePath2, _super);
|
|
71819
71948
|
function LargePath2(opts) {
|
|
71820
71949
|
var _this = _super.call(this, opts) || this;
|
|
@@ -71840,7 +71969,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
71840
71969
|
}
|
|
71841
71970
|
};
|
|
71842
71971
|
return LargePath2;
|
|
71843
|
-
}(Path)
|
|
71972
|
+
})(Path)
|
|
71844
71973
|
);
|
|
71845
71974
|
function createLarge$1(seriesModel, group, progressiveEls, incremental) {
|
|
71846
71975
|
var data = seriesModel.getData();
|
|
@@ -74275,7 +74404,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
74275
74404
|
var getTickInner = makeInner();
|
|
74276
74405
|
var AxisBuilderSharedContext = (
|
|
74277
74406
|
/** @class */
|
|
74278
|
-
function() {
|
|
74407
|
+
(function() {
|
|
74279
74408
|
function AxisBuilderSharedContext2(resolveAxisNameOverlap) {
|
|
74280
74409
|
this.recordMap = {};
|
|
74281
74410
|
this.resolveAxisNameOverlap = resolveAxisNameOverlap;
|
|
@@ -74290,7 +74419,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
74290
74419
|
});
|
|
74291
74420
|
};
|
|
74292
74421
|
return AxisBuilderSharedContext2;
|
|
74293
|
-
}()
|
|
74422
|
+
})()
|
|
74294
74423
|
);
|
|
74295
74424
|
function resetOverlapRecordToShared(cfg, shared, axisModel, labelLayoutList) {
|
|
74296
74425
|
var axis = axisModel.axis;
|
|
@@ -74362,7 +74491,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
74362
74491
|
}
|
|
74363
74492
|
var AxisBuilder = (
|
|
74364
74493
|
/** @class */
|
|
74365
|
-
function() {
|
|
74494
|
+
(function() {
|
|
74366
74495
|
function AxisBuilder2(axisModel, api, opt, shared) {
|
|
74367
74496
|
this.group = new Group$3();
|
|
74368
74497
|
this._axisModel = axisModel;
|
|
@@ -74469,7 +74598,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
74469
74598
|
return axisModel.get("silent") || !(axisModel.get("triggerEvent") || tooltipOpt && tooltipOpt.show);
|
|
74470
74599
|
};
|
|
74471
74600
|
return AxisBuilder2;
|
|
74472
|
-
}()
|
|
74601
|
+
})()
|
|
74473
74602
|
);
|
|
74474
74603
|
var AXIS_BUILDER_AXIS_PART_NAMES = ["axisLine", "axisTickLabelEstimate", "axisTickLabelDetermine", "axisName"];
|
|
74475
74604
|
var builders = {
|
|
@@ -75244,7 +75373,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
75244
75373
|
];
|
|
75245
75374
|
var Grid = (
|
|
75246
75375
|
/** @class */
|
|
75247
|
-
function() {
|
|
75376
|
+
(function() {
|
|
75248
75377
|
function Grid2(gridModel, ecModel, api) {
|
|
75249
75378
|
this.type = "grid";
|
|
75250
75379
|
this._coordsMap = {};
|
|
@@ -75545,7 +75674,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
75545
75674
|
};
|
|
75546
75675
|
Grid2.dimensions = cartesian2DDimensions;
|
|
75547
75676
|
return Grid2;
|
|
75548
|
-
}()
|
|
75677
|
+
})()
|
|
75549
75678
|
);
|
|
75550
75679
|
function isAxisUsedInTheGrid(axisModel, gridModel) {
|
|
75551
75680
|
return axisModel.getCoordSysModel() === gridModel;
|
|
@@ -76017,7 +76146,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
76017
76146
|
var axisPointerClazz = {};
|
|
76018
76147
|
var AxisView = (
|
|
76019
76148
|
/** @class */
|
|
76020
|
-
function(_super) {
|
|
76149
|
+
(function(_super) {
|
|
76021
76150
|
__extends(AxisView2, _super);
|
|
76022
76151
|
function AxisView2() {
|
|
76023
76152
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -76060,7 +76189,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
76060
76189
|
};
|
|
76061
76190
|
AxisView2.type = "axis";
|
|
76062
76191
|
return AxisView2;
|
|
76063
|
-
}(ComponentView)
|
|
76192
|
+
})(ComponentView)
|
|
76064
76193
|
);
|
|
76065
76194
|
|
|
76066
76195
|
var inner$i = makeInner();
|
|
@@ -76953,7 +77082,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
76953
77082
|
|
|
76954
77083
|
var RadarView = (
|
|
76955
77084
|
/** @class */
|
|
76956
|
-
function(_super) {
|
|
77085
|
+
(function(_super) {
|
|
76957
77086
|
__extends(RadarView2, _super);
|
|
76958
77087
|
function RadarView2() {
|
|
76959
77088
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -77097,7 +77226,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
77097
77226
|
};
|
|
77098
77227
|
RadarView2.type = "radar";
|
|
77099
77228
|
return RadarView2;
|
|
77100
|
-
}(ComponentView)
|
|
77229
|
+
})(ComponentView)
|
|
77101
77230
|
);
|
|
77102
77231
|
|
|
77103
77232
|
var IndicatorAxis = /** @class */function (_super) {
|
|
@@ -77884,7 +78013,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
77884
78013
|
"stop-color": "stopColor"
|
|
77885
78014
|
};
|
|
77886
78015
|
var SELF_STYLE_ATTRIBUTES_MAP_KEYS = keys(SELF_STYLE_ATTRIBUTES_MAP);
|
|
77887
|
-
var SVGParser = function() {
|
|
78016
|
+
var SVGParser = (function() {
|
|
77888
78017
|
function SVGParser2() {
|
|
77889
78018
|
this._defs = {};
|
|
77890
78019
|
this._root = null;
|
|
@@ -78039,7 +78168,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
78039
78168
|
parentGroup.add(text);
|
|
78040
78169
|
return text;
|
|
78041
78170
|
};
|
|
78042
|
-
SVGParser2.internalField = function() {
|
|
78171
|
+
SVGParser2.internalField = (function() {
|
|
78043
78172
|
nodeParsers = {
|
|
78044
78173
|
"g": function(xmlNode, parentGroup) {
|
|
78045
78174
|
var g = new Group$3();
|
|
@@ -78183,9 +78312,9 @@ var VcComponents = (function (exports, vue) {
|
|
|
78183
78312
|
return path;
|
|
78184
78313
|
}
|
|
78185
78314
|
};
|
|
78186
|
-
}();
|
|
78315
|
+
})();
|
|
78187
78316
|
return SVGParser2;
|
|
78188
|
-
}();
|
|
78317
|
+
})();
|
|
78189
78318
|
var paintServerParsers = {
|
|
78190
78319
|
"lineargradient": function(xmlNode) {
|
|
78191
78320
|
var x1 = parseInt(xmlNode.getAttribute("x1") || "0", 10);
|
|
@@ -80375,7 +80504,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
80375
80504
|
var geo2DDimensions = ["lng", "lat"];
|
|
80376
80505
|
var Geo = (
|
|
80377
80506
|
/** @class */
|
|
80378
|
-
function(_super) {
|
|
80507
|
+
(function(_super) {
|
|
80379
80508
|
__extends(Geo2, _super);
|
|
80380
80509
|
function Geo2(name, map, opt) {
|
|
80381
80510
|
var _this = _super.call(this, name, {
|
|
@@ -80481,7 +80610,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
80481
80610
|
return coordSys === this ? coordSys.pointToData(pixel) : null;
|
|
80482
80611
|
};
|
|
80483
80612
|
return Geo2;
|
|
80484
|
-
}(View)
|
|
80613
|
+
})(View)
|
|
80485
80614
|
);
|
|
80486
80615
|
mixin(Geo, View);
|
|
80487
80616
|
function getCoordSys$4(finder) {
|
|
@@ -80566,7 +80695,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
80566
80695
|
}
|
|
80567
80696
|
var GeoCreator = (
|
|
80568
80697
|
/** @class */
|
|
80569
|
-
function() {
|
|
80698
|
+
(function() {
|
|
80570
80699
|
function GeoCreator2() {
|
|
80571
80700
|
this.dimensions = geo2DDimensions;
|
|
80572
80701
|
}
|
|
@@ -80656,7 +80785,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
80656
80785
|
return regionsArr;
|
|
80657
80786
|
};
|
|
80658
80787
|
return GeoCreator2;
|
|
80659
|
-
}()
|
|
80788
|
+
})()
|
|
80660
80789
|
);
|
|
80661
80790
|
var geoCreator = new GeoCreator();
|
|
80662
80791
|
|
|
@@ -81259,17 +81388,17 @@ var VcComponents = (function (exports, vue) {
|
|
|
81259
81388
|
|
|
81260
81389
|
var TreeEdgeShape = (
|
|
81261
81390
|
/** @class */
|
|
81262
|
-
/* @__PURE__ */ function() {
|
|
81391
|
+
/* @__PURE__ */ (function() {
|
|
81263
81392
|
function TreeEdgeShape2() {
|
|
81264
81393
|
this.parentPoint = [];
|
|
81265
81394
|
this.childPoints = [];
|
|
81266
81395
|
}
|
|
81267
81396
|
return TreeEdgeShape2;
|
|
81268
|
-
}()
|
|
81397
|
+
})()
|
|
81269
81398
|
);
|
|
81270
81399
|
var TreePath = (
|
|
81271
81400
|
/** @class */
|
|
81272
|
-
function(_super) {
|
|
81401
|
+
(function(_super) {
|
|
81273
81402
|
__extends(TreePath2, _super);
|
|
81274
81403
|
function TreePath2(opts) {
|
|
81275
81404
|
return _super.call(this, opts) || this;
|
|
@@ -81317,11 +81446,11 @@ var VcComponents = (function (exports, vue) {
|
|
|
81317
81446
|
}
|
|
81318
81447
|
};
|
|
81319
81448
|
return TreePath2;
|
|
81320
|
-
}(Path)
|
|
81449
|
+
})(Path)
|
|
81321
81450
|
);
|
|
81322
81451
|
var TreeView = (
|
|
81323
81452
|
/** @class */
|
|
81324
|
-
function(_super) {
|
|
81453
|
+
(function(_super) {
|
|
81325
81454
|
__extends(TreeView2, _super);
|
|
81326
81455
|
function TreeView2() {
|
|
81327
81456
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -81457,7 +81586,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
81457
81586
|
};
|
|
81458
81587
|
TreeView2.type = "tree";
|
|
81459
81588
|
return TreeView2;
|
|
81460
|
-
}(ChartView)
|
|
81589
|
+
})(ChartView)
|
|
81461
81590
|
);
|
|
81462
81591
|
function symbolNeedsDraw(data, dataIndex) {
|
|
81463
81592
|
var layout = data.getItemLayout(dataIndex);
|
|
@@ -84060,7 +84189,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
84060
84189
|
var CATEGORY_DEFAULT_VISUAL_INDEX = -1;
|
|
84061
84190
|
var VisualMapping = (
|
|
84062
84191
|
/** @class */
|
|
84063
|
-
function() {
|
|
84192
|
+
(function() {
|
|
84064
84193
|
function VisualMapping2(option) {
|
|
84065
84194
|
var mappingMethod = option.mappingMethod;
|
|
84066
84195
|
var visualType = option.type;
|
|
@@ -84273,7 +84402,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
84273
84402
|
}
|
|
84274
84403
|
};
|
|
84275
84404
|
return VisualMapping2;
|
|
84276
|
-
}()
|
|
84405
|
+
})()
|
|
84277
84406
|
);
|
|
84278
84407
|
function preprocessForPiecewise(thisOption) {
|
|
84279
84408
|
var pieceList = thisOption.pieceList;
|
|
@@ -86934,7 +87063,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
86934
87063
|
}
|
|
86935
87064
|
var Graph = (
|
|
86936
87065
|
/** @class */
|
|
86937
|
-
function() {
|
|
87066
|
+
(function() {
|
|
86938
87067
|
function Graph2(directed) {
|
|
86939
87068
|
this.type = "graph";
|
|
86940
87069
|
this.nodes = [];
|
|
@@ -87101,11 +87230,11 @@ var VcComponents = (function (exports, vue) {
|
|
|
87101
87230
|
return graph;
|
|
87102
87231
|
};
|
|
87103
87232
|
return Graph2;
|
|
87104
|
-
}()
|
|
87233
|
+
})()
|
|
87105
87234
|
);
|
|
87106
87235
|
var GraphNode = (
|
|
87107
87236
|
/** @class */
|
|
87108
|
-
function() {
|
|
87237
|
+
(function() {
|
|
87109
87238
|
function GraphNode2(id, dataIndex) {
|
|
87110
87239
|
this.inEdges = [];
|
|
87111
87240
|
this.outEdges = [];
|
|
@@ -87194,11 +87323,11 @@ var VcComponents = (function (exports, vue) {
|
|
|
87194
87323
|
};
|
|
87195
87324
|
};
|
|
87196
87325
|
return GraphNode2;
|
|
87197
|
-
}()
|
|
87326
|
+
})()
|
|
87198
87327
|
);
|
|
87199
87328
|
var GraphEdge = (
|
|
87200
87329
|
/** @class */
|
|
87201
|
-
function() {
|
|
87330
|
+
(function() {
|
|
87202
87331
|
function GraphEdge2(n1, n2, dataIndex) {
|
|
87203
87332
|
this.dataIndex = -1;
|
|
87204
87333
|
this.node1 = n1;
|
|
@@ -87261,7 +87390,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
87261
87390
|
};
|
|
87262
87391
|
};
|
|
87263
87392
|
return GraphEdge2;
|
|
87264
|
-
}()
|
|
87393
|
+
})()
|
|
87265
87394
|
);
|
|
87266
87395
|
function createGraphDataProxyMixin(hostName, dataName) {
|
|
87267
87396
|
return {
|
|
@@ -90604,7 +90733,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
90604
90733
|
var baseUID = 0;
|
|
90605
90734
|
var BrushController = (
|
|
90606
90735
|
/** @class */
|
|
90607
|
-
function(_super) {
|
|
90736
|
+
(function(_super) {
|
|
90608
90737
|
__extends(BrushController2, _super);
|
|
90609
90738
|
function BrushController2(zr) {
|
|
90610
90739
|
var _this = _super.call(this) || this;
|
|
@@ -90712,7 +90841,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
90712
90841
|
this.off();
|
|
90713
90842
|
};
|
|
90714
90843
|
return BrushController2;
|
|
90715
|
-
}(Eventful)
|
|
90844
|
+
})(Eventful)
|
|
90716
90845
|
);
|
|
90717
90846
|
function createCover(controller, brushOption) {
|
|
90718
90847
|
var cover = coverRenderers[brushOption.brushType].createCover(controller, brushOption);
|
|
@@ -91746,7 +91875,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
91746
91875
|
|
|
91747
91876
|
var SankeySeriesModel = (
|
|
91748
91877
|
/** @class */
|
|
91749
|
-
function(_super) {
|
|
91878
|
+
(function(_super) {
|
|
91750
91879
|
__extends(SankeySeriesModel2, _super);
|
|
91751
91880
|
function SankeySeriesModel2() {
|
|
91752
91881
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -91903,7 +92032,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
91903
92032
|
animationDuration: 1e3
|
|
91904
92033
|
};
|
|
91905
92034
|
return SankeySeriesModel2;
|
|
91906
|
-
}(SeriesModel)
|
|
92035
|
+
})(SeriesModel)
|
|
91907
92036
|
);
|
|
91908
92037
|
|
|
91909
92038
|
function sankeyLayout(ecModel, api) {
|
|
@@ -94377,7 +94506,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
94377
94506
|
|
|
94378
94507
|
var LinesView = (
|
|
94379
94508
|
/** @class */
|
|
94380
|
-
function(_super) {
|
|
94509
|
+
(function(_super) {
|
|
94381
94510
|
__extends(LinesView2, _super);
|
|
94382
94511
|
function LinesView2() {
|
|
94383
94512
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -94489,7 +94618,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
94489
94618
|
};
|
|
94490
94619
|
LinesView2.type = "lines";
|
|
94491
94620
|
return LinesView2;
|
|
94492
|
-
}(ChartView)
|
|
94621
|
+
})(ChartView)
|
|
94493
94622
|
);
|
|
94494
94623
|
|
|
94495
94624
|
var Uint32Arr = typeof Uint32Array === "undefined" ? Array : Uint32Array;
|
|
@@ -94514,7 +94643,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
94514
94643
|
}
|
|
94515
94644
|
var LinesSeriesModel = (
|
|
94516
94645
|
/** @class */
|
|
94517
|
-
function(_super) {
|
|
94646
|
+
(function(_super) {
|
|
94518
94647
|
__extends(LinesSeriesModel2, _super);
|
|
94519
94648
|
function LinesSeriesModel2() {
|
|
94520
94649
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -94721,7 +94850,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
94721
94850
|
}
|
|
94722
94851
|
};
|
|
94723
94852
|
return LinesSeriesModel2;
|
|
94724
|
-
}(SeriesModel)
|
|
94853
|
+
})(SeriesModel)
|
|
94725
94854
|
);
|
|
94726
94855
|
|
|
94727
94856
|
/*
|
|
@@ -94968,7 +95097,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
94968
95097
|
}
|
|
94969
95098
|
var HeatmapView = (
|
|
94970
95099
|
/** @class */
|
|
94971
|
-
function(_super) {
|
|
95100
|
+
(function(_super) {
|
|
94972
95101
|
__extends(HeatmapView2, _super);
|
|
94973
95102
|
function HeatmapView2() {
|
|
94974
95103
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -95167,7 +95296,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
95167
95296
|
};
|
|
95168
95297
|
HeatmapView2.type = "heatmap";
|
|
95169
95298
|
return HeatmapView2;
|
|
95170
|
-
}(ChartView)
|
|
95299
|
+
})(ChartView)
|
|
95171
95300
|
);
|
|
95172
95301
|
|
|
95173
95302
|
var HeatmapSeriesModel = /** @class */function (_super) {
|
|
@@ -97993,7 +98122,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
97993
98122
|
}
|
|
97994
98123
|
var CustomChartView = (
|
|
97995
98124
|
/** @class */
|
|
97996
|
-
function(_super) {
|
|
98125
|
+
(function(_super) {
|
|
97997
98126
|
__extends(CustomChartView2, _super);
|
|
97998
98127
|
function CustomChartView2() {
|
|
97999
98128
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -98065,7 +98194,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
98065
98194
|
};
|
|
98066
98195
|
CustomChartView2.type = "custom";
|
|
98067
98196
|
return CustomChartView2;
|
|
98068
|
-
}(ChartView)
|
|
98197
|
+
})(ChartView)
|
|
98069
98198
|
);
|
|
98070
98199
|
function createEl$1(elOption) {
|
|
98071
98200
|
var graphicType = elOption.type;
|
|
@@ -101992,7 +102121,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
101992
102121
|
var PROXIMATE_ONE_DAY = 864e5;
|
|
101993
102122
|
var Calendar = (
|
|
101994
102123
|
/** @class */
|
|
101995
|
-
function() {
|
|
102124
|
+
(function() {
|
|
101996
102125
|
function Calendar2(calendarModel, ecModel, api) {
|
|
101997
102126
|
this.type = "calendar";
|
|
101998
102127
|
this.dimensions = Calendar2.dimensions;
|
|
@@ -102256,7 +102385,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
102256
102385
|
};
|
|
102257
102386
|
Calendar2.dimensions = ["time", "value"];
|
|
102258
102387
|
return Calendar2;
|
|
102259
|
-
}()
|
|
102388
|
+
})()
|
|
102260
102389
|
);
|
|
102261
102390
|
function getCoordSys$1(finder) {
|
|
102262
102391
|
var calendarModel = finder.calendarModel;
|
|
@@ -102429,7 +102558,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
102429
102558
|
|
|
102430
102559
|
var MatrixDim = (
|
|
102431
102560
|
/** @class */
|
|
102432
|
-
function() {
|
|
102561
|
+
(function() {
|
|
102433
102562
|
function MatrixDim2(dim, dimModel) {
|
|
102434
102563
|
this._cells = [];
|
|
102435
102564
|
this._levels = [];
|
|
@@ -102651,7 +102780,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
102651
102780
|
return this._ordinalMeta;
|
|
102652
102781
|
};
|
|
102653
102782
|
return MatrixDim2;
|
|
102654
|
-
}()
|
|
102783
|
+
})()
|
|
102655
102784
|
);
|
|
102656
102785
|
function createUniqueValueGenerator(dim) {
|
|
102657
102786
|
var dimUpper = dim.toUpperCase();
|
|
@@ -102687,7 +102816,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
102687
102816
|
|
|
102688
102817
|
var MatrixBodyCorner = (
|
|
102689
102818
|
/** @class */
|
|
102690
|
-
function() {
|
|
102819
|
+
(function() {
|
|
102691
102820
|
function MatrixBodyCorner2(kind, bodyOrCornerModel, dims) {
|
|
102692
102821
|
this._model = bodyOrCornerModel;
|
|
102693
102822
|
this._dims = dims;
|
|
@@ -102818,7 +102947,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
102818
102947
|
resolveXYLocatorRangeByCellMerge(locatorRange, null, list, list.length);
|
|
102819
102948
|
};
|
|
102820
102949
|
return MatrixBodyCorner2;
|
|
102821
|
-
}()
|
|
102950
|
+
})()
|
|
102822
102951
|
);
|
|
102823
102952
|
var _tmpERBCMLocator = [];
|
|
102824
102953
|
function makeCellMapKey(x, y) {
|
|
@@ -103196,7 +103325,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
103196
103325
|
|
|
103197
103326
|
var Matrix = (
|
|
103198
103327
|
/** @class */
|
|
103199
|
-
function() {
|
|
103328
|
+
(function() {
|
|
103200
103329
|
function Matrix2(matrixModel, ecModel, api) {
|
|
103201
103330
|
this.dimensions = Matrix2.dimensions;
|
|
103202
103331
|
this.type = "matrix";
|
|
@@ -103317,7 +103446,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
103317
103446
|
};
|
|
103318
103447
|
Matrix2.dimensions = ["x", "y", "value"];
|
|
103319
103448
|
return Matrix2;
|
|
103320
|
-
}()
|
|
103449
|
+
})()
|
|
103321
103450
|
);
|
|
103322
103451
|
var _dtpOutDataToLayout = {
|
|
103323
103452
|
rect: createNaNRectLike()
|
|
@@ -103613,7 +103742,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
103613
103742
|
}
|
|
103614
103743
|
var GraphicComponentModel = (
|
|
103615
103744
|
/** @class */
|
|
103616
|
-
function(_super) {
|
|
103745
|
+
(function(_super) {
|
|
103617
103746
|
__extends(GraphicComponentModel2, _super);
|
|
103618
103747
|
function GraphicComponentModel2() {
|
|
103619
103748
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -103677,7 +103806,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
103677
103806
|
// parentId: null
|
|
103678
103807
|
};
|
|
103679
103808
|
return GraphicComponentModel2;
|
|
103680
|
-
}(ComponentModel)
|
|
103809
|
+
})(ComponentModel)
|
|
103681
103810
|
);
|
|
103682
103811
|
|
|
103683
103812
|
var nonShapeGraphicElements = {
|
|
@@ -103692,7 +103821,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
103692
103821
|
var inner$7 = makeInner();
|
|
103693
103822
|
var GraphicComponentView = (
|
|
103694
103823
|
/** @class */
|
|
103695
|
-
function(_super) {
|
|
103824
|
+
(function(_super) {
|
|
103696
103825
|
__extends(GraphicComponentView2, _super);
|
|
103697
103826
|
function GraphicComponentView2() {
|
|
103698
103827
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -103890,7 +104019,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
103890
104019
|
};
|
|
103891
104020
|
GraphicComponentView2.type = "graphic";
|
|
103892
104021
|
return GraphicComponentView2;
|
|
103893
|
-
}(ComponentView)
|
|
104022
|
+
})(ComponentView)
|
|
103894
104023
|
);
|
|
103895
104024
|
function newEl(graphicType) {
|
|
103896
104025
|
var Clz = hasOwn(nonShapeGraphicElements, graphicType) ? nonShapeGraphicElements[graphicType] : getShapeClass(graphicType);
|
|
@@ -104083,7 +104212,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
104083
104212
|
|
|
104084
104213
|
var DataZoomAxisInfo = (
|
|
104085
104214
|
/** @class */
|
|
104086
|
-
function() {
|
|
104215
|
+
(function() {
|
|
104087
104216
|
function DataZoomAxisInfo2() {
|
|
104088
104217
|
this.indexList = [];
|
|
104089
104218
|
this.indexMap = [];
|
|
@@ -104095,11 +104224,11 @@ var VcComponents = (function (exports, vue) {
|
|
|
104095
104224
|
}
|
|
104096
104225
|
};
|
|
104097
104226
|
return DataZoomAxisInfo2;
|
|
104098
|
-
}()
|
|
104227
|
+
})()
|
|
104099
104228
|
);
|
|
104100
104229
|
var DataZoomModel = (
|
|
104101
104230
|
/** @class */
|
|
104102
|
-
function(_super) {
|
|
104231
|
+
(function(_super) {
|
|
104103
104232
|
__extends(DataZoomModel2, _super);
|
|
104104
104233
|
function DataZoomModel2() {
|
|
104105
104234
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -104357,7 +104486,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
104357
104486
|
end: 100
|
|
104358
104487
|
};
|
|
104359
104488
|
return DataZoomModel2;
|
|
104360
|
-
}(ComponentModel)
|
|
104489
|
+
})(ComponentModel)
|
|
104361
104490
|
);
|
|
104362
104491
|
function retrieveRawOption(option) {
|
|
104363
104492
|
var ret = {};
|
|
@@ -105623,7 +105752,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
105623
105752
|
}
|
|
105624
105753
|
var DataView = (
|
|
105625
105754
|
/** @class */
|
|
105626
|
-
function(_super) {
|
|
105755
|
+
(function(_super) {
|
|
105627
105756
|
__extends(DataView2, _super);
|
|
105628
105757
|
function DataView2() {
|
|
105629
105758
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -105746,7 +105875,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
105746
105875
|
return defaultOption;
|
|
105747
105876
|
};
|
|
105748
105877
|
return DataView2;
|
|
105749
|
-
}(ToolboxFeature)
|
|
105878
|
+
})(ToolboxFeature)
|
|
105750
105879
|
);
|
|
105751
105880
|
function tryMergeDataOption(newData, originalData) {
|
|
105752
105881
|
return map$1(newData, function(newVal, idx) {
|
|
@@ -105900,7 +106029,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
105900
106029
|
var INCLUDE_FINDER_MAIN_TYPES = ["grid", "xAxis", "yAxis", "geo", "graph", "polar", "radiusAxis", "angleAxis", "bmap"];
|
|
105901
106030
|
var BrushTargetManager = (
|
|
105902
106031
|
/** @class */
|
|
105903
|
-
function() {
|
|
106032
|
+
(function() {
|
|
105904
106033
|
function BrushTargetManager2(finder, ecModel, opt) {
|
|
105905
106034
|
var _this = this;
|
|
105906
106035
|
this._targetInfoList = [];
|
|
@@ -105985,7 +106114,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
105985
106114
|
return true;
|
|
105986
106115
|
};
|
|
105987
106116
|
return BrushTargetManager2;
|
|
105988
|
-
}()
|
|
106117
|
+
})()
|
|
105989
106118
|
);
|
|
105990
106119
|
function formatMinMax(minMax) {
|
|
105991
106120
|
minMax[0] > minMax[1] && minMax.reverse();
|
|
@@ -106840,7 +106969,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
106840
106969
|
|
|
106841
106970
|
var TooltipRichContent = (
|
|
106842
106971
|
/** @class */
|
|
106843
|
-
function() {
|
|
106972
|
+
(function() {
|
|
106844
106973
|
function TooltipRichContent2(api) {
|
|
106845
106974
|
this._show = false;
|
|
106846
106975
|
this._styleCoord = [0, 0, 0, 0];
|
|
@@ -106962,7 +107091,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
106962
107091
|
this._zr.remove(this.el);
|
|
106963
107092
|
};
|
|
106964
107093
|
return TooltipRichContent2;
|
|
106965
|
-
}()
|
|
107094
|
+
})()
|
|
106966
107095
|
);
|
|
106967
107096
|
function mathMaxWith0(val) {
|
|
106968
107097
|
return Math.max(0, val);
|
|
@@ -108339,7 +108468,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
108339
108468
|
|
|
108340
108469
|
var BrushModel = (
|
|
108341
108470
|
/** @class */
|
|
108342
|
-
function(_super) {
|
|
108471
|
+
(function(_super) {
|
|
108343
108472
|
__extends(BrushModel2, _super);
|
|
108344
108473
|
function BrushModel2() {
|
|
108345
108474
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -108390,7 +108519,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
108390
108519
|
defaultOutOfBrushColor: tokens.color.disabled
|
|
108391
108520
|
};
|
|
108392
108521
|
return BrushModel2;
|
|
108393
|
-
}(ComponentModel)
|
|
108522
|
+
})(ComponentModel)
|
|
108394
108523
|
);
|
|
108395
108524
|
function generateBrushOption(option, brushOption) {
|
|
108396
108525
|
return merge({
|
|
@@ -109721,7 +109850,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
109721
109850
|
var inner$5 = makeInner();
|
|
109722
109851
|
var MarkerModel = (
|
|
109723
109852
|
/** @class */
|
|
109724
|
-
function(_super) {
|
|
109853
|
+
(function(_super) {
|
|
109725
109854
|
__extends(MarkerModel2, _super);
|
|
109726
109855
|
function MarkerModel2() {
|
|
109727
109856
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -109818,7 +109947,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
109818
109947
|
MarkerModel2.type = "marker";
|
|
109819
109948
|
MarkerModel2.dependencies = ["series", "grid", "polar", "geo"];
|
|
109820
109949
|
return MarkerModel2;
|
|
109821
|
-
}(ComponentModel)
|
|
109950
|
+
})(ComponentModel)
|
|
109822
109951
|
);
|
|
109823
109952
|
mixin(MarkerModel, DataFormatMixin.prototype);
|
|
109824
109953
|
|
|
@@ -110377,7 +110506,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
110377
110506
|
}
|
|
110378
110507
|
var MarkLineView = (
|
|
110379
110508
|
/** @class */
|
|
110380
|
-
function(_super) {
|
|
110509
|
+
(function(_super) {
|
|
110381
110510
|
__extends(MarkLineView2, _super);
|
|
110382
110511
|
function MarkLineView2() {
|
|
110383
110512
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -110489,7 +110618,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
110489
110618
|
};
|
|
110490
110619
|
MarkLineView2.type = "markLine";
|
|
110491
110620
|
return MarkLineView2;
|
|
110492
|
-
}(MarkerView)
|
|
110621
|
+
})(MarkerView)
|
|
110493
110622
|
);
|
|
110494
110623
|
function createList$1(coordSys, seriesModel, mlModel) {
|
|
110495
110624
|
var coordDimsInfos;
|
|
@@ -111178,7 +111307,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
111178
111307
|
var Group$1 = Group$3;
|
|
111179
111308
|
var LegendView = (
|
|
111180
111309
|
/** @class */
|
|
111181
|
-
function(_super) {
|
|
111310
|
+
(function(_super) {
|
|
111182
111311
|
__extends(LegendView2, _super);
|
|
111183
111312
|
function LegendView2() {
|
|
111184
111313
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -111499,7 +111628,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
111499
111628
|
};
|
|
111500
111629
|
LegendView2.type = "legend.plain";
|
|
111501
111630
|
return LegendView2;
|
|
111502
|
-
}(ComponentView)
|
|
111631
|
+
})(ComponentView)
|
|
111503
111632
|
);
|
|
111504
111633
|
function getLegendStyle(iconType, legendItemModel, lineVisualStyle, itemVisualStyle, drawType, isSelected, api) {
|
|
111505
111634
|
function handleCommonProps(style, visualStyle) {
|
|
@@ -112688,7 +112817,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
112688
112817
|
};
|
|
112689
112818
|
var SliderZoomView = (
|
|
112690
112819
|
/** @class */
|
|
112691
|
-
function(_super) {
|
|
112820
|
+
(function(_super) {
|
|
112692
112821
|
__extends(SliderZoomView2, _super);
|
|
112693
112822
|
function SliderZoomView2() {
|
|
112694
112823
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -113359,7 +113488,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
113359
113488
|
};
|
|
113360
113489
|
SliderZoomView2.type = "dataZoom.slider";
|
|
113361
113490
|
return SliderZoomView2;
|
|
113362
|
-
}(DataZoomView)
|
|
113491
|
+
})(DataZoomView)
|
|
113363
113492
|
);
|
|
113364
113493
|
function getOtherDim(thisDim) {
|
|
113365
113494
|
var map = {
|
|
@@ -114963,7 +115092,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
114963
115092
|
|
|
114964
115093
|
var PiecewiseModel = (
|
|
114965
115094
|
/** @class */
|
|
114966
|
-
function(_super) {
|
|
115095
|
+
(function(_super) {
|
|
114967
115096
|
__extends(PiecewiseModel2, _super);
|
|
114968
115097
|
function PiecewiseModel2() {
|
|
114969
115098
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -115170,7 +115299,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
115170
115299
|
// Enable hover highlight.
|
|
115171
115300
|
});
|
|
115172
115301
|
return PiecewiseModel2;
|
|
115173
|
-
}(VisualMapModel)
|
|
115302
|
+
})(VisualMapModel)
|
|
115174
115303
|
);
|
|
115175
115304
|
var resetMethods = {
|
|
115176
115305
|
splitNumber: function(outPieceList) {
|
|
@@ -115497,7 +115626,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
115497
115626
|
|
|
115498
115627
|
var ThumbnailModel = (
|
|
115499
115628
|
/** @class */
|
|
115500
|
-
function(_super) {
|
|
115629
|
+
(function(_super) {
|
|
115501
115630
|
__extends(ThumbnailModel2, _super);
|
|
115502
115631
|
function ThumbnailModel2() {
|
|
115503
115632
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -115572,7 +115701,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
115572
115701
|
z: 10
|
|
115573
115702
|
};
|
|
115574
115703
|
return ThumbnailModel2;
|
|
115575
|
-
}(ComponentModel)
|
|
115704
|
+
})(ComponentModel)
|
|
115576
115705
|
);
|
|
115577
115706
|
|
|
115578
115707
|
var ThumbnailView = /** @class */function (_super) {
|
|
@@ -116049,7 +116178,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
116049
116178
|
};
|
|
116050
116179
|
var RegExpEvaluator = (
|
|
116051
116180
|
/** @class */
|
|
116052
|
-
function() {
|
|
116181
|
+
(function() {
|
|
116053
116182
|
function RegExpEvaluator2(rVal) {
|
|
116054
116183
|
var condValue = this._condVal = isString(rVal) ? new RegExp(rVal) : isRegExp(rVal) ? rVal : null;
|
|
116055
116184
|
if (condValue == null) {
|
|
@@ -116062,22 +116191,22 @@ var VcComponents = (function (exports, vue) {
|
|
|
116062
116191
|
return isString(type) ? this._condVal.test(lVal) : isNumber(type) ? this._condVal.test(lVal + "") : false;
|
|
116063
116192
|
};
|
|
116064
116193
|
return RegExpEvaluator2;
|
|
116065
|
-
}()
|
|
116194
|
+
})()
|
|
116066
116195
|
);
|
|
116067
116196
|
var ConstConditionInternal = (
|
|
116068
116197
|
/** @class */
|
|
116069
|
-
function() {
|
|
116198
|
+
(function() {
|
|
116070
116199
|
function ConstConditionInternal2() {
|
|
116071
116200
|
}
|
|
116072
116201
|
ConstConditionInternal2.prototype.evaluate = function() {
|
|
116073
116202
|
return this.value;
|
|
116074
116203
|
};
|
|
116075
116204
|
return ConstConditionInternal2;
|
|
116076
|
-
}()
|
|
116205
|
+
})()
|
|
116077
116206
|
);
|
|
116078
116207
|
var AndConditionInternal = (
|
|
116079
116208
|
/** @class */
|
|
116080
|
-
function() {
|
|
116209
|
+
(function() {
|
|
116081
116210
|
function AndConditionInternal2() {
|
|
116082
116211
|
}
|
|
116083
116212
|
AndConditionInternal2.prototype.evaluate = function() {
|
|
@@ -116090,11 +116219,11 @@ var VcComponents = (function (exports, vue) {
|
|
|
116090
116219
|
return true;
|
|
116091
116220
|
};
|
|
116092
116221
|
return AndConditionInternal2;
|
|
116093
|
-
}()
|
|
116222
|
+
})()
|
|
116094
116223
|
);
|
|
116095
116224
|
var OrConditionInternal = (
|
|
116096
116225
|
/** @class */
|
|
116097
|
-
function() {
|
|
116226
|
+
(function() {
|
|
116098
116227
|
function OrConditionInternal2() {
|
|
116099
116228
|
}
|
|
116100
116229
|
OrConditionInternal2.prototype.evaluate = function() {
|
|
@@ -116107,22 +116236,22 @@ var VcComponents = (function (exports, vue) {
|
|
|
116107
116236
|
return false;
|
|
116108
116237
|
};
|
|
116109
116238
|
return OrConditionInternal2;
|
|
116110
|
-
}()
|
|
116239
|
+
})()
|
|
116111
116240
|
);
|
|
116112
116241
|
var NotConditionInternal = (
|
|
116113
116242
|
/** @class */
|
|
116114
|
-
function() {
|
|
116243
|
+
(function() {
|
|
116115
116244
|
function NotConditionInternal2() {
|
|
116116
116245
|
}
|
|
116117
116246
|
NotConditionInternal2.prototype.evaluate = function() {
|
|
116118
116247
|
return !this.child.evaluate();
|
|
116119
116248
|
};
|
|
116120
116249
|
return NotConditionInternal2;
|
|
116121
|
-
}()
|
|
116250
|
+
})()
|
|
116122
116251
|
);
|
|
116123
116252
|
var RelationalConditionInternal = (
|
|
116124
116253
|
/** @class */
|
|
116125
|
-
function() {
|
|
116254
|
+
(function() {
|
|
116126
116255
|
function RelationalConditionInternal2() {
|
|
116127
116256
|
}
|
|
116128
116257
|
RelationalConditionInternal2.prototype.evaluate = function() {
|
|
@@ -116138,7 +116267,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
116138
116267
|
return true;
|
|
116139
116268
|
};
|
|
116140
116269
|
return RelationalConditionInternal2;
|
|
116141
|
-
}()
|
|
116270
|
+
})()
|
|
116142
116271
|
);
|
|
116143
116272
|
function parseOption(exprOption, getters) {
|
|
116144
116273
|
if (exprOption === true || exprOption === false) {
|
|
@@ -116226,7 +116355,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
116226
116355
|
}
|
|
116227
116356
|
var ConditionalExpressionParsed = (
|
|
116228
116357
|
/** @class */
|
|
116229
|
-
function() {
|
|
116358
|
+
(function() {
|
|
116230
116359
|
function ConditionalExpressionParsed2(exprOption, getters) {
|
|
116231
116360
|
this._cond = parseOption(exprOption, getters);
|
|
116232
116361
|
}
|
|
@@ -116234,7 +116363,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
116234
116363
|
return this._cond.evaluate();
|
|
116235
116364
|
};
|
|
116236
116365
|
return ConditionalExpressionParsed2;
|
|
116237
|
-
}()
|
|
116366
|
+
})()
|
|
116238
116367
|
);
|
|
116239
116368
|
function parseConditionalExpression(exprOption, getters) {
|
|
116240
116369
|
return new ConditionalExpressionParsed(exprOption, getters);
|
|
@@ -118124,7 +118253,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
118124
118253
|
|
|
118125
118254
|
var ScaleBreakContextImpl = (
|
|
118126
118255
|
/** @class */
|
|
118127
|
-
function() {
|
|
118256
|
+
(function() {
|
|
118128
118257
|
function ScaleBreakContextImpl2() {
|
|
118129
118258
|
this.breaks = [];
|
|
118130
118259
|
this._elapsedExtent = [Infinity, -Infinity];
|
|
@@ -118216,7 +118345,7 @@ var VcComponents = (function (exports, vue) {
|
|
|
118216
118345
|
return unelapsedVal;
|
|
118217
118346
|
};
|
|
118218
118347
|
return ScaleBreakContextImpl2;
|
|
118219
|
-
}()
|
|
118348
|
+
})()
|
|
118220
118349
|
);
|
|
118221
118350
|
function createScaleBreakContext() {
|
|
118222
118351
|
return new ScaleBreakContextImpl();
|