@ecan-bi/datav 1.3.23 → 1.3.25
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.es.js +4518 -4450
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +28 -28
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/common/marquee-scroll/MarqueeScroll.vue.d.ts +9 -0
- package/types/container/modal/Modal.vue.d.ts +17 -0
- package/types/container/modal/index.d.ts +17 -0
- package/types/container/modal/props.d.ts +11 -0
- package/types/graph/bar/Bar.vue.d.ts +9 -9
- package/types/graph/bar/index.d.ts +9 -9
- package/types/graph/bar/props.d.ts +4 -4
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +9 -9
- package/types/graph/combo-graph/index.d.ts +9 -9
- package/types/graph/combo-graph/props.d.ts +4 -4
- package/types/graph/pie/Pie.vue.d.ts +8 -8
- package/types/graph/pie/index.d.ts +8 -8
- package/types/graph/pie/props.d.ts +4 -4
- package/types/graph/scatter/Scatter.vue.d.ts +9 -9
- package/types/graph/scatter/index.d.ts +9 -9
- package/types/graph/scatter/props.d.ts +4 -4
- package/types/media/image/Image.vue.d.ts +8 -0
- package/types/media/image/index.d.ts +8 -0
- package/types/media/image/props.d.ts +5 -0
- package/types/text/list/List.vue.d.ts +14 -0
- package/types/text/list/index.d.ts +14 -0
- package/types/text/list/props.d.ts +5 -0
- package/types/text/text/Text.vue.d.ts +24 -0
- package/types/text/text/index.d.ts +24 -0
- package/types/text/text/props.d.ts +15 -0
|
@@ -84,8 +84,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
84
84
|
default?: "top" | "bottom" | "middle";
|
|
85
85
|
};
|
|
86
86
|
legendOrient: {
|
|
87
|
-
type?: import("vue").PropType<"
|
|
88
|
-
default?: "
|
|
87
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
88
|
+
default?: "vertical" | "horizontal";
|
|
89
89
|
};
|
|
90
90
|
legendTextStyleColor: {
|
|
91
91
|
type?: import("vue").PropType<string>;
|
|
@@ -200,8 +200,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
200
200
|
default?: boolean;
|
|
201
201
|
};
|
|
202
202
|
toolboxOrient: {
|
|
203
|
-
type?: import("vue").PropType<"
|
|
204
|
-
default?: "
|
|
203
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
204
|
+
default?: "vertical" | "horizontal";
|
|
205
205
|
};
|
|
206
206
|
toolboxItemSize: {
|
|
207
207
|
type?: import("vue").PropType<number>;
|
|
@@ -549,8 +549,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
549
549
|
default?: "top" | "bottom" | "middle";
|
|
550
550
|
};
|
|
551
551
|
legendOrient: {
|
|
552
|
-
type?: import("vue").PropType<"
|
|
553
|
-
default?: "
|
|
552
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
553
|
+
default?: "vertical" | "horizontal";
|
|
554
554
|
};
|
|
555
555
|
legendTextStyleColor: {
|
|
556
556
|
type?: import("vue").PropType<string>;
|
|
@@ -665,8 +665,8 @@ export declare const EcanPie: import("../../utils/withInstall").SFCWithInstall<i
|
|
|
665
665
|
default?: boolean;
|
|
666
666
|
};
|
|
667
667
|
toolboxOrient: {
|
|
668
|
-
type?: import("vue").PropType<"
|
|
669
|
-
default?: "
|
|
668
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
669
|
+
default?: "vertical" | "horizontal";
|
|
670
670
|
};
|
|
671
671
|
toolboxItemSize: {
|
|
672
672
|
type?: import("vue").PropType<number>;
|
|
@@ -157,8 +157,8 @@ export declare const pieComponentProps: {
|
|
|
157
157
|
default?: "top" | "bottom" | "middle";
|
|
158
158
|
};
|
|
159
159
|
legendOrient: {
|
|
160
|
-
type?: import("vue").PropType<"
|
|
161
|
-
default?: "
|
|
160
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
161
|
+
default?: "vertical" | "horizontal";
|
|
162
162
|
};
|
|
163
163
|
legendTextStyleColor: {
|
|
164
164
|
type?: import("vue").PropType<string>;
|
|
@@ -273,8 +273,8 @@ export declare const pieComponentProps: {
|
|
|
273
273
|
default?: boolean;
|
|
274
274
|
};
|
|
275
275
|
toolboxOrient: {
|
|
276
|
-
type?: import("vue").PropType<"
|
|
277
|
-
default?: "
|
|
276
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
277
|
+
default?: "vertical" | "horizontal";
|
|
278
278
|
};
|
|
279
279
|
toolboxItemSize: {
|
|
280
280
|
type?: import("vue").PropType<number>;
|
|
@@ -56,8 +56,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
56
56
|
default?: "top" | "bottom" | "middle";
|
|
57
57
|
};
|
|
58
58
|
legendOrient: {
|
|
59
|
-
type?: import("vue").PropType<"
|
|
60
|
-
default?: "
|
|
59
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
60
|
+
default?: "vertical" | "horizontal";
|
|
61
61
|
};
|
|
62
62
|
legendTextStyleColor: {
|
|
63
63
|
type?: import("vue").PropType<string>;
|
|
@@ -198,8 +198,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
198
198
|
default?: boolean;
|
|
199
199
|
};
|
|
200
200
|
toolboxOrient: {
|
|
201
|
-
type?: import("vue").PropType<"
|
|
202
|
-
default?: "
|
|
201
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
202
|
+
default?: "vertical" | "horizontal";
|
|
203
203
|
};
|
|
204
204
|
toolboxItemSize: {
|
|
205
205
|
type?: import("vue").PropType<number>;
|
|
@@ -491,7 +491,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
491
491
|
};
|
|
492
492
|
legend: {
|
|
493
493
|
show: boolean;
|
|
494
|
-
orient: "
|
|
494
|
+
orient: "vertical" | "horizontal";
|
|
495
495
|
top: "top" | "bottom" | "middle";
|
|
496
496
|
left: "left" | "center" | "right";
|
|
497
497
|
textStyle: {
|
|
@@ -582,8 +582,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
582
582
|
default?: "top" | "bottom" | "middle";
|
|
583
583
|
};
|
|
584
584
|
legendOrient: {
|
|
585
|
-
type?: import("vue").PropType<"
|
|
586
|
-
default?: "
|
|
585
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
586
|
+
default?: "vertical" | "horizontal";
|
|
587
587
|
};
|
|
588
588
|
legendTextStyleColor: {
|
|
589
589
|
type?: import("vue").PropType<string>;
|
|
@@ -724,8 +724,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
724
724
|
default?: boolean;
|
|
725
725
|
};
|
|
726
726
|
toolboxOrient: {
|
|
727
|
-
type?: import("vue").PropType<"
|
|
728
|
-
default?: "
|
|
727
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
728
|
+
default?: "vertical" | "horizontal";
|
|
729
729
|
};
|
|
730
730
|
toolboxItemSize: {
|
|
731
731
|
type?: import("vue").PropType<number>;
|
|
@@ -56,8 +56,8 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
56
56
|
default?: "top" | "bottom" | "middle";
|
|
57
57
|
};
|
|
58
58
|
legendOrient: {
|
|
59
|
-
type?: import("vue").PropType<"
|
|
60
|
-
default?: "
|
|
59
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
60
|
+
default?: "vertical" | "horizontal";
|
|
61
61
|
};
|
|
62
62
|
legendTextStyleColor: {
|
|
63
63
|
type?: import("vue").PropType<string>;
|
|
@@ -198,8 +198,8 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
198
198
|
default?: boolean;
|
|
199
199
|
};
|
|
200
200
|
toolboxOrient: {
|
|
201
|
-
type?: import("vue").PropType<"
|
|
202
|
-
default?: "
|
|
201
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
202
|
+
default?: "vertical" | "horizontal";
|
|
203
203
|
};
|
|
204
204
|
toolboxItemSize: {
|
|
205
205
|
type?: import("vue").PropType<number>;
|
|
@@ -491,7 +491,7 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
491
491
|
};
|
|
492
492
|
legend: {
|
|
493
493
|
show: boolean;
|
|
494
|
-
orient: "
|
|
494
|
+
orient: "vertical" | "horizontal";
|
|
495
495
|
top: "top" | "bottom" | "middle";
|
|
496
496
|
left: "left" | "center" | "right";
|
|
497
497
|
textStyle: {
|
|
@@ -582,8 +582,8 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
582
582
|
default?: "top" | "bottom" | "middle";
|
|
583
583
|
};
|
|
584
584
|
legendOrient: {
|
|
585
|
-
type?: import("vue").PropType<"
|
|
586
|
-
default?: "
|
|
585
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
586
|
+
default?: "vertical" | "horizontal";
|
|
587
587
|
};
|
|
588
588
|
legendTextStyleColor: {
|
|
589
589
|
type?: import("vue").PropType<string>;
|
|
@@ -724,8 +724,8 @@ export declare const EcanScatter: import('../../utils/withInstall').SFCWithInsta
|
|
|
724
724
|
default?: boolean;
|
|
725
725
|
};
|
|
726
726
|
toolboxOrient: {
|
|
727
|
-
type?: import("vue").PropType<"
|
|
728
|
-
default?: "
|
|
727
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
728
|
+
default?: "vertical" | "horizontal";
|
|
729
729
|
};
|
|
730
730
|
toolboxItemSize: {
|
|
731
731
|
type?: import("vue").PropType<number>;
|
|
@@ -130,8 +130,8 @@ export declare const scatterComponentProps: {
|
|
|
130
130
|
default?: "top" | "bottom" | "middle";
|
|
131
131
|
};
|
|
132
132
|
legendOrient: {
|
|
133
|
-
type?: import("vue").PropType<"
|
|
134
|
-
default?: "
|
|
133
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
134
|
+
default?: "vertical" | "horizontal";
|
|
135
135
|
};
|
|
136
136
|
legendTextStyleColor: {
|
|
137
137
|
type?: import("vue").PropType<string>;
|
|
@@ -272,8 +272,8 @@ export declare const scatterComponentProps: {
|
|
|
272
272
|
default?: boolean;
|
|
273
273
|
};
|
|
274
274
|
toolboxOrient: {
|
|
275
|
-
type?: import("vue").PropType<"
|
|
276
|
-
default?: "
|
|
275
|
+
type?: import("vue").PropType<"vertical" | "horizontal">;
|
|
276
|
+
default?: "vertical" | "horizontal";
|
|
277
277
|
};
|
|
278
278
|
toolboxItemSize: {
|
|
279
279
|
type?: import("vue").PropType<number>;
|
|
@@ -27,6 +27,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
27
27
|
type?: import("vue").PropType<boolean>;
|
|
28
28
|
default?: boolean;
|
|
29
29
|
};
|
|
30
|
+
borderRadius: {
|
|
31
|
+
type?: import("vue").PropType<string>;
|
|
32
|
+
default?: string;
|
|
33
|
+
};
|
|
30
34
|
id: {
|
|
31
35
|
type?: import("vue").PropType<string>;
|
|
32
36
|
default?: string;
|
|
@@ -156,6 +160,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
156
160
|
type?: import("vue").PropType<boolean>;
|
|
157
161
|
default?: boolean;
|
|
158
162
|
};
|
|
163
|
+
borderRadius: {
|
|
164
|
+
type?: import("vue").PropType<string>;
|
|
165
|
+
default?: string;
|
|
166
|
+
};
|
|
159
167
|
id: {
|
|
160
168
|
type?: import("vue").PropType<string>;
|
|
161
169
|
default?: string;
|
|
@@ -27,6 +27,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
27
27
|
type?: import("vue").PropType<boolean>;
|
|
28
28
|
default?: boolean;
|
|
29
29
|
};
|
|
30
|
+
borderRadius: {
|
|
31
|
+
type?: import("vue").PropType<string>;
|
|
32
|
+
default?: string;
|
|
33
|
+
};
|
|
30
34
|
id: {
|
|
31
35
|
type?: import("vue").PropType<string>;
|
|
32
36
|
default?: string;
|
|
@@ -156,6 +160,10 @@ export declare const EcanImage: import('../../utils/withInstall').SFCWithInstall
|
|
|
156
160
|
type?: import("vue").PropType<boolean>;
|
|
157
161
|
default?: boolean;
|
|
158
162
|
};
|
|
163
|
+
borderRadius: {
|
|
164
|
+
type?: import("vue").PropType<string>;
|
|
165
|
+
default?: string;
|
|
166
|
+
};
|
|
159
167
|
id: {
|
|
160
168
|
type?: import("vue").PropType<string>;
|
|
161
169
|
default?: string;
|
|
@@ -8,6 +8,7 @@ export interface ImageProps extends Props {
|
|
|
8
8
|
[key: string]: any;
|
|
9
9
|
};
|
|
10
10
|
isHoverStyle: boolean;
|
|
11
|
+
borderRadius: string;
|
|
11
12
|
}
|
|
12
13
|
export declare const imageProps: ImageProps;
|
|
13
14
|
export declare const imageComponentProps: {
|
|
@@ -39,6 +40,10 @@ export declare const imageComponentProps: {
|
|
|
39
40
|
type?: import("vue").PropType<boolean>;
|
|
40
41
|
default?: boolean;
|
|
41
42
|
};
|
|
43
|
+
borderRadius: {
|
|
44
|
+
type?: import("vue").PropType<string>;
|
|
45
|
+
default?: string;
|
|
46
|
+
};
|
|
42
47
|
id: {
|
|
43
48
|
type?: import("vue").PropType<string>;
|
|
44
49
|
default?: string;
|
|
@@ -35,6 +35,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
35
35
|
type?: import("vue").PropType<number>;
|
|
36
36
|
default?: number;
|
|
37
37
|
};
|
|
38
|
+
itemWidth: {
|
|
39
|
+
type?: import("vue").PropType<string>;
|
|
40
|
+
default?: string;
|
|
41
|
+
};
|
|
38
42
|
itemHeight: {
|
|
39
43
|
type?: import("vue").PropType<string>;
|
|
40
44
|
default?: string;
|
|
@@ -249,6 +253,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
249
253
|
}>;
|
|
250
254
|
isScroll: import("vue").ComputedRef<boolean>;
|
|
251
255
|
formatSeq: (index: number) => string | number;
|
|
256
|
+
wrapStyle: import("vue").ComputedRef<{
|
|
257
|
+
height: string;
|
|
258
|
+
} | {
|
|
259
|
+
height?: undefined;
|
|
260
|
+
}>;
|
|
261
|
+
colSpan: import("vue").ComputedRef<string>;
|
|
252
262
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
253
263
|
data: {
|
|
254
264
|
type?: import("vue").PropType<{
|
|
@@ -286,6 +296,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
286
296
|
type?: import("vue").PropType<number>;
|
|
287
297
|
default?: number;
|
|
288
298
|
};
|
|
299
|
+
itemWidth: {
|
|
300
|
+
type?: import("vue").PropType<string>;
|
|
301
|
+
default?: string;
|
|
302
|
+
};
|
|
289
303
|
itemHeight: {
|
|
290
304
|
type?: import("vue").PropType<string>;
|
|
291
305
|
default?: string;
|
|
@@ -35,6 +35,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
35
35
|
type?: import("vue").PropType<number>;
|
|
36
36
|
default?: number;
|
|
37
37
|
};
|
|
38
|
+
itemWidth: {
|
|
39
|
+
type?: import("vue").PropType<string>;
|
|
40
|
+
default?: string;
|
|
41
|
+
};
|
|
38
42
|
itemHeight: {
|
|
39
43
|
type?: import("vue").PropType<string>;
|
|
40
44
|
default?: string;
|
|
@@ -249,6 +253,12 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
249
253
|
}>;
|
|
250
254
|
isScroll: import("vue").ComputedRef<boolean>;
|
|
251
255
|
formatSeq: (index: number) => string | number;
|
|
256
|
+
wrapStyle: import("vue").ComputedRef<{
|
|
257
|
+
height: string;
|
|
258
|
+
} | {
|
|
259
|
+
height?: undefined;
|
|
260
|
+
}>;
|
|
261
|
+
colSpan: import("vue").ComputedRef<string>;
|
|
252
262
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
253
263
|
data: {
|
|
254
264
|
type?: import("vue").PropType<{
|
|
@@ -286,6 +296,10 @@ export declare const EcanList: import("../../utils/withInstall").SFCWithInstall<
|
|
|
286
296
|
type?: import("vue").PropType<number>;
|
|
287
297
|
default?: number;
|
|
288
298
|
};
|
|
299
|
+
itemWidth: {
|
|
300
|
+
type?: import("vue").PropType<string>;
|
|
301
|
+
default?: string;
|
|
302
|
+
};
|
|
289
303
|
itemHeight: {
|
|
290
304
|
type?: import("vue").PropType<string>;
|
|
291
305
|
default?: string;
|
|
@@ -11,6 +11,7 @@ export interface ListProps extends Props {
|
|
|
11
11
|
useRanking: boolean;
|
|
12
12
|
useTitle: boolean;
|
|
13
13
|
columnCount: number;
|
|
14
|
+
itemWidth: string;
|
|
14
15
|
itemHeight: string;
|
|
15
16
|
itemColSpan: string;
|
|
16
17
|
itemRowSpan: string;
|
|
@@ -72,6 +73,10 @@ export declare const listComponentProps: {
|
|
|
72
73
|
type?: import("vue").PropType<number>;
|
|
73
74
|
default?: number;
|
|
74
75
|
};
|
|
76
|
+
itemWidth: {
|
|
77
|
+
type?: import("vue").PropType<string>;
|
|
78
|
+
default?: string;
|
|
79
|
+
};
|
|
75
80
|
itemHeight: {
|
|
76
81
|
type?: import("vue").PropType<string>;
|
|
77
82
|
default?: string;
|
|
@@ -155,6 +155,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
155
155
|
type?: import("vue").PropType<string>;
|
|
156
156
|
default?: string;
|
|
157
157
|
};
|
|
158
|
+
openCustomRequestData?: {
|
|
159
|
+
type?: import("vue").PropType<boolean>;
|
|
160
|
+
default?: boolean;
|
|
161
|
+
};
|
|
162
|
+
customRequestName: {
|
|
163
|
+
type?: import("vue").PropType<string>;
|
|
164
|
+
default?: string;
|
|
165
|
+
};
|
|
166
|
+
customRequestField: {
|
|
167
|
+
type?: import("vue").PropType<string>;
|
|
168
|
+
default?: string;
|
|
169
|
+
};
|
|
158
170
|
id: {
|
|
159
171
|
type?: import("vue").PropType<string>;
|
|
160
172
|
default?: string;
|
|
@@ -416,6 +428,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
416
428
|
type?: import("vue").PropType<string>;
|
|
417
429
|
default?: string;
|
|
418
430
|
};
|
|
431
|
+
openCustomRequestData?: {
|
|
432
|
+
type?: import("vue").PropType<boolean>;
|
|
433
|
+
default?: boolean;
|
|
434
|
+
};
|
|
435
|
+
customRequestName: {
|
|
436
|
+
type?: import("vue").PropType<string>;
|
|
437
|
+
default?: string;
|
|
438
|
+
};
|
|
439
|
+
customRequestField: {
|
|
440
|
+
type?: import("vue").PropType<string>;
|
|
441
|
+
default?: string;
|
|
442
|
+
};
|
|
419
443
|
id: {
|
|
420
444
|
type?: import("vue").PropType<string>;
|
|
421
445
|
default?: string;
|
|
@@ -155,6 +155,18 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
155
155
|
type?: import("vue").PropType<string>;
|
|
156
156
|
default?: string;
|
|
157
157
|
};
|
|
158
|
+
openCustomRequestData?: {
|
|
159
|
+
type?: import("vue").PropType<boolean>;
|
|
160
|
+
default?: boolean;
|
|
161
|
+
};
|
|
162
|
+
customRequestName: {
|
|
163
|
+
type?: import("vue").PropType<string>;
|
|
164
|
+
default?: string;
|
|
165
|
+
};
|
|
166
|
+
customRequestField: {
|
|
167
|
+
type?: import("vue").PropType<string>;
|
|
168
|
+
default?: string;
|
|
169
|
+
};
|
|
158
170
|
id: {
|
|
159
171
|
type?: import("vue").PropType<string>;
|
|
160
172
|
default?: string;
|
|
@@ -416,6 +428,18 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
|
|
|
416
428
|
type?: import("vue").PropType<string>;
|
|
417
429
|
default?: string;
|
|
418
430
|
};
|
|
431
|
+
openCustomRequestData?: {
|
|
432
|
+
type?: import("vue").PropType<boolean>;
|
|
433
|
+
default?: boolean;
|
|
434
|
+
};
|
|
435
|
+
customRequestName: {
|
|
436
|
+
type?: import("vue").PropType<string>;
|
|
437
|
+
default?: string;
|
|
438
|
+
};
|
|
439
|
+
customRequestField: {
|
|
440
|
+
type?: import("vue").PropType<string>;
|
|
441
|
+
default?: string;
|
|
442
|
+
};
|
|
419
443
|
id: {
|
|
420
444
|
type?: import("vue").PropType<string>;
|
|
421
445
|
default?: string;
|
|
@@ -41,6 +41,9 @@ export interface TextProps extends Props {
|
|
|
41
41
|
gradientColor: string;
|
|
42
42
|
gradientOffset: number;
|
|
43
43
|
gradientAngle: string;
|
|
44
|
+
openCustomRequestData?: boolean;
|
|
45
|
+
customRequestName: string;
|
|
46
|
+
customRequestField: string;
|
|
44
47
|
}
|
|
45
48
|
export declare const textProps: TextProps;
|
|
46
49
|
export declare const textComponentProps: {
|
|
@@ -200,6 +203,18 @@ export declare const textComponentProps: {
|
|
|
200
203
|
type?: import("vue").PropType<string>;
|
|
201
204
|
default?: string;
|
|
202
205
|
};
|
|
206
|
+
openCustomRequestData?: {
|
|
207
|
+
type?: import("vue").PropType<boolean>;
|
|
208
|
+
default?: boolean;
|
|
209
|
+
};
|
|
210
|
+
customRequestName: {
|
|
211
|
+
type?: import("vue").PropType<string>;
|
|
212
|
+
default?: string;
|
|
213
|
+
};
|
|
214
|
+
customRequestField: {
|
|
215
|
+
type?: import("vue").PropType<string>;
|
|
216
|
+
default?: string;
|
|
217
|
+
};
|
|
203
218
|
id: {
|
|
204
219
|
type?: import("vue").PropType<string>;
|
|
205
220
|
default?: string;
|