@a2simcode/ui 0.0.146 → 0.0.148
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.
|
@@ -16,8 +16,8 @@ declare const JCountUp: {
|
|
|
16
16
|
reset: () => void;
|
|
17
17
|
update: (newEndVal: any) => void;
|
|
18
18
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
19
|
-
animation: boolean;
|
|
20
19
|
options: Record<string, any>;
|
|
20
|
+
animation: boolean;
|
|
21
21
|
startValue: number;
|
|
22
22
|
decimals: number;
|
|
23
23
|
duration: number;
|
|
@@ -48,8 +48,8 @@ declare const JCountUp: {
|
|
|
48
48
|
reset: () => void;
|
|
49
49
|
update: (newEndVal: any) => void;
|
|
50
50
|
}, {}, {}, {}, {
|
|
51
|
-
animation: boolean;
|
|
52
51
|
options: Record<string, any>;
|
|
52
|
+
animation: boolean;
|
|
53
53
|
startValue: number;
|
|
54
54
|
decimals: number;
|
|
55
55
|
duration: number;
|
|
@@ -75,8 +75,8 @@ declare const JCountUp: {
|
|
|
75
75
|
reset: () => void;
|
|
76
76
|
update: (newEndVal: any) => void;
|
|
77
77
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
78
|
-
animation: boolean;
|
|
79
78
|
options: Record<string, any>;
|
|
79
|
+
animation: boolean;
|
|
80
80
|
startValue: number;
|
|
81
81
|
decimals: number;
|
|
82
82
|
duration: number;
|
|
@@ -31,8 +31,8 @@ declare const _default: import('vue').DefineComponent<CountUpProps, {
|
|
|
31
31
|
reset: () => void;
|
|
32
32
|
update: (newEndVal: any) => void;
|
|
33
33
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CountUpProps> & Readonly<{}>, {
|
|
34
|
-
animation: boolean;
|
|
35
34
|
options: Record<string, any>;
|
|
35
|
+
animation: boolean;
|
|
36
36
|
startValue: number;
|
|
37
37
|
decimals: number;
|
|
38
38
|
duration: number;
|
|
@@ -7,7 +7,9 @@ export declare const getCompConfig: (data: {
|
|
|
7
7
|
getTableData?: () => Record<string, any>[];
|
|
8
8
|
row?: Record<string, any>;
|
|
9
9
|
pRowData?: Record<string, any>;
|
|
10
|
-
}) =>
|
|
10
|
+
}) => {
|
|
11
|
+
[x: string]: any;
|
|
12
|
+
};
|
|
11
13
|
export declare const getCompType: (data: {
|
|
12
14
|
type: string;
|
|
13
15
|
getCompType?: any;
|
package/dist/simcode-ui.es.js
CHANGED
|
@@ -507,7 +507,7 @@ var gc = (e, t, n, a) => {
|
|
|
507
507
|
"j-rate",
|
|
508
508
|
"j-slider"
|
|
509
509
|
].includes(e) || e.indexOf("j-input") != -1, Tn = (e) => {
|
|
510
|
-
const t = e.config || {};
|
|
510
|
+
const t = { ...e.config || {} };
|
|
511
511
|
if (e.getCompConfig) {
|
|
512
512
|
const n = e.getCompConfig({
|
|
513
513
|
config: t,
|
|
@@ -516,8 +516,8 @@ var gc = (e, t, n, a) => {
|
|
|
516
516
|
getTableData: e.getTableData,
|
|
517
517
|
pRowData: e.pRowData
|
|
518
518
|
}) || {};
|
|
519
|
-
for (const a in
|
|
520
|
-
return
|
|
519
|
+
for (const a in n) t[a] = n[a];
|
|
520
|
+
return t;
|
|
521
521
|
}
|
|
522
522
|
return t;
|
|
523
523
|
}, Nr = (e) => e.getCompType ? e.getCompType({
|
|
@@ -5206,7 +5206,7 @@ var xp = class {
|
|
|
5206
5206
|
getCompConfig: n.getCompConfig,
|
|
5207
5207
|
formData: a
|
|
5208
5208
|
});
|
|
5209
|
-
k.needFormItem === void 0 && t.has(s.value) && (k.needFormItem = !1),
|
|
5209
|
+
k.needFormItem === void 0 && t.has(s.value) && (k.needFormItem = !1), u.value = k;
|
|
5210
5210
|
};
|
|
5211
5211
|
let d = !1;
|
|
5212
5212
|
const h = () => {
|