@luzmo/analytics-components-kit 1.0.1-alpha.11 → 1.0.1-alpha.13
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/components/area-chart.config-Ba68ZiSX.js +198 -0
- package/components/area-chart.config-Vo0u3UK8.cjs +20 -0
- package/components/{column-chart.config-BYIX4E6J.js → bar-chart.config-CF1i1Imw.js} +41 -14
- package/components/bar-chart.config-YLP38HOE.cjs +20 -0
- package/components/bubble-chart.config-1MrC55Nb.js +142 -0
- package/components/bubble-chart.config-bQBq1s3C.cjs +20 -0
- package/components/circle-pack-chart.config-BOlrxRJA.cjs +20 -0
- package/components/circle-pack-chart.config-Bbm2bTgy.js +110 -0
- package/components/{bar-chart.config-BYIX4E6J.js → column-chart.config-BT1QH4BI.js} +40 -14
- package/components/column-chart.config-CppyNukh.cjs +20 -0
- package/components/display-settings-datetime/index.cjs +25 -25
- package/components/display-settings-datetime/index.js +66 -59
- package/components/donut-chart.config-B_38UAqp.cjs +20 -0
- package/components/{donut-chart.config-3DhKiSSM.js → donut-chart.config-DuJFyp4z.js} +4 -2
- package/components/dropdown-filter.config-BPBxTuLQ.cjs +20 -0
- package/components/dropdown-filter.config-Drv-A4zw.js +163 -0
- package/components/edit-item/index.cjs +11 -16
- package/components/edit-item/index.js +103 -87
- package/components/edit-option/index.cjs +108 -100
- package/components/edit-option/index.js +330 -294
- package/components/edit-option/item-configs/area-chart.config.d.ts +146 -0
- package/components/edit-option/item-configs/bar-chart.config.d.ts +23 -2
- package/components/edit-option/item-configs/bubble-chart.config.d.ts +90 -0
- package/components/edit-option/item-configs/circle-pack-chart.config.d.ts +35 -0
- package/components/edit-option/item-configs/column-chart.config.d.ts +17 -2
- package/components/edit-option/item-configs/donut-chart.config.d.ts +4 -0
- package/components/edit-option/item-configs/dropdown-filter.config.d.ts +74 -0
- package/components/edit-option/item-configs/line-chart.config.d.ts +16 -0
- package/components/edit-option/item-configs/ohlc-chart.config.d.ts +37 -0
- package/components/edit-option/item-configs/radar-chart.config.d.ts +122 -0
- package/components/edit-option/item-configs/sankey-diagram.config.d.ts +46 -0
- package/components/edit-option/item-configs/search-filter.config.d.ts +40 -0
- package/components/edit-option/item-configs/slicer-filter.config.d.ts +136 -0
- package/components/edit-option/item-configs/slider-filter.config.d.ts +45 -0
- package/components/edit-option/item-configs/sunburst-chart.config.d.ts +51 -0
- package/components/edit-option/item-configs/treemap-chart.config.d.ts +103 -0
- package/components/edit-option/item-configs/wordcloud-chart.config.d.ts +46 -0
- package/components/{en-GB-C9t4MSgD.js → en-GB-BtLbN8o_.js} +1 -1
- package/components/{en-GB-D5Tvhki6.cjs → en-GB-Dd11ROdW.cjs} +1 -1
- package/components/{en-DlRadzUI.js → formatter-CQDms6fU.js} +258 -267
- package/components/{en-BnVnZvpC.cjs → formatter-DiJYkB6b.cjs} +1 -1
- package/components/index-DXyAeBh6.cjs +20 -0
- package/components/index-Di00QW2f.js +113 -0
- package/components/index.cjs +1 -1
- package/components/index.js +8 -6
- package/components/{line-chart.config-DBw4A3Rf.js → line-chart.config-BB_thZtA.js} +3 -2
- package/components/line-chart.config-i2233s5F.cjs +20 -0
- package/components/ohlc-chart.config-BLlRV_bs.cjs +20 -0
- package/components/ohlc-chart.config-D9npwajt.js +75 -0
- package/components/radar-chart.config-DPPlIptA.cjs +20 -0
- package/components/radar-chart.config-DfID1TZ-.js +164 -0
- package/components/sankey-diagram.config-BVjCEw5M.js +138 -0
- package/components/sankey-diagram.config-CG5S1OI3.cjs +20 -0
- package/components/search-filter.config-C9CoGS9f.cjs +20 -0
- package/components/search-filter.config-baX2Vdul.js +111 -0
- package/components/slicer-filter.config-A3YK_KZn.js +211 -0
- package/components/slicer-filter.config-DQunaj8q.cjs +20 -0
- package/components/slider-filter.config-C-zvfTNl.js +98 -0
- package/components/slider-filter.config-DF_sAElS.cjs +20 -0
- package/components/sunburst-chart.config-CEfAd1RQ.cjs +20 -0
- package/components/sunburst-chart.config-VZqDthcz.js +139 -0
- package/components/treemap-chart.config-BalwwrhW.js +214 -0
- package/components/treemap-chart.config-D6H5Hf2B.cjs +20 -0
- package/components/utils.cjs +1 -1
- package/components/utils.js +69 -6
- package/components/wordcloud-chart.config-BLvcDvxT.cjs +20 -0
- package/components/wordcloud-chart.config-CQs8YFfd.js +89 -0
- package/custom-elements.json +182 -0
- package/package.json +4 -9
- package/utils/index.d.ts +1 -0
- package/utils/switch-item/index.d.ts +18 -0
- package/components/bar-chart.config--VDhFN4d.cjs +0 -20
- package/components/column-chart.config-BmhmcBZJ.cjs +0 -20
- package/components/donut-chart.config-DLWJUlHx.cjs +0 -20
- package/components/line-chart.config-cvwDhvSq.cjs +0 -20
- /package/components/{slot-configs.cjs → item-slots-configs.cjs} +0 -0
- /package/components/{slot-configs.js → item-slots-configs.js} +0 -0
@@ -0,0 +1,146 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
label: string;
|
9
|
+
type: string;
|
10
|
+
default: boolean;
|
11
|
+
enum?: undefined;
|
12
|
+
min?: undefined;
|
13
|
+
max?: undefined;
|
14
|
+
step?: undefined;
|
15
|
+
};
|
16
|
+
type?: undefined;
|
17
|
+
visibleIf?: undefined;
|
18
|
+
} | {
|
19
|
+
type: string;
|
20
|
+
key?: undefined;
|
21
|
+
control?: undefined;
|
22
|
+
visibleIf?: undefined;
|
23
|
+
} | {
|
24
|
+
key: string;
|
25
|
+
control: {
|
26
|
+
label: string;
|
27
|
+
type: string;
|
28
|
+
default: string;
|
29
|
+
enum: string[];
|
30
|
+
min?: undefined;
|
31
|
+
max?: undefined;
|
32
|
+
step?: undefined;
|
33
|
+
};
|
34
|
+
visibleIf: (_: any, slots: any) => boolean;
|
35
|
+
type?: undefined;
|
36
|
+
} | {
|
37
|
+
key: string;
|
38
|
+
control: {
|
39
|
+
label: string;
|
40
|
+
type: string;
|
41
|
+
default: string;
|
42
|
+
enum: string[];
|
43
|
+
min?: undefined;
|
44
|
+
max?: undefined;
|
45
|
+
step?: undefined;
|
46
|
+
};
|
47
|
+
type?: undefined;
|
48
|
+
visibleIf?: undefined;
|
49
|
+
} | {
|
50
|
+
key: string;
|
51
|
+
control: {
|
52
|
+
label: string;
|
53
|
+
type: string;
|
54
|
+
default: boolean;
|
55
|
+
enum?: undefined;
|
56
|
+
min?: undefined;
|
57
|
+
max?: undefined;
|
58
|
+
step?: undefined;
|
59
|
+
};
|
60
|
+
visibleIf: (_: any, slots: any) => boolean;
|
61
|
+
type?: undefined;
|
62
|
+
} | {
|
63
|
+
key: string;
|
64
|
+
control: {
|
65
|
+
label: string;
|
66
|
+
type: string;
|
67
|
+
default: string;
|
68
|
+
min: number;
|
69
|
+
enum?: undefined;
|
70
|
+
max?: undefined;
|
71
|
+
step?: undefined;
|
72
|
+
};
|
73
|
+
visibleIf: (options: any, slots: any) => boolean;
|
74
|
+
type?: undefined;
|
75
|
+
} | {
|
76
|
+
key: string;
|
77
|
+
control: {
|
78
|
+
label: string;
|
79
|
+
type: string;
|
80
|
+
default: (_options: any, _slots: any, theme: any) => any;
|
81
|
+
enum?: undefined;
|
82
|
+
min?: undefined;
|
83
|
+
max?: undefined;
|
84
|
+
step?: undefined;
|
85
|
+
};
|
86
|
+
visibleIf: (_: any, slots: any) => boolean;
|
87
|
+
type?: undefined;
|
88
|
+
} | {
|
89
|
+
key: string;
|
90
|
+
control: {
|
91
|
+
label: string;
|
92
|
+
type: string;
|
93
|
+
default: number;
|
94
|
+
min: number;
|
95
|
+
max: number;
|
96
|
+
step: number;
|
97
|
+
enum?: undefined;
|
98
|
+
};
|
99
|
+
type?: undefined;
|
100
|
+
visibleIf?: undefined;
|
101
|
+
})[];
|
102
|
+
visibleIf?: undefined;
|
103
|
+
} | {
|
104
|
+
key: string;
|
105
|
+
type: string;
|
106
|
+
open: boolean;
|
107
|
+
children: ({
|
108
|
+
key: string;
|
109
|
+
control: {
|
110
|
+
label: string;
|
111
|
+
type: string;
|
112
|
+
default: boolean;
|
113
|
+
min?: undefined;
|
114
|
+
max?: undefined;
|
115
|
+
step?: undefined;
|
116
|
+
};
|
117
|
+
visibleIf?: undefined;
|
118
|
+
} | {
|
119
|
+
key: string;
|
120
|
+
control: {
|
121
|
+
type: string;
|
122
|
+
label: string;
|
123
|
+
default: number;
|
124
|
+
min: number;
|
125
|
+
max: number;
|
126
|
+
step: number;
|
127
|
+
};
|
128
|
+
visibleIf: (options: any) => any;
|
129
|
+
})[];
|
130
|
+
visibleIf?: undefined;
|
131
|
+
} | {
|
132
|
+
key: string;
|
133
|
+
type: string;
|
134
|
+
open: boolean;
|
135
|
+
children: {
|
136
|
+
key: string;
|
137
|
+
control: {
|
138
|
+
label: string;
|
139
|
+
type: string;
|
140
|
+
default: string;
|
141
|
+
enum: string[];
|
142
|
+
};
|
143
|
+
}[];
|
144
|
+
visibleIf: (_: any, slots: any) => boolean;
|
145
|
+
})[];
|
146
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare const _default: {
|
1
|
+
declare const _default: ({
|
2
2
|
key: string;
|
3
3
|
type: string;
|
4
4
|
open: boolean;
|
@@ -14,6 +14,7 @@ declare const _default: {
|
|
14
14
|
extraLabel?: undefined;
|
15
15
|
extraLabelHasClickAction?: undefined;
|
16
16
|
extraLabelClickAction?: undefined;
|
17
|
+
label?: undefined;
|
17
18
|
};
|
18
19
|
visibleIf: (_: any, slots: any) => boolean | undefined;
|
19
20
|
type?: undefined;
|
@@ -34,6 +35,7 @@ declare const _default: {
|
|
34
35
|
extraLabel?: undefined;
|
35
36
|
extraLabelHasClickAction?: undefined;
|
36
37
|
extraLabelClickAction?: undefined;
|
38
|
+
label?: undefined;
|
37
39
|
};
|
38
40
|
visibleIf?: undefined;
|
39
41
|
type?: undefined;
|
@@ -49,6 +51,7 @@ declare const _default: {
|
|
49
51
|
extraLabel?: undefined;
|
50
52
|
extraLabelHasClickAction?: undefined;
|
51
53
|
extraLabelClickAction?: undefined;
|
54
|
+
label?: undefined;
|
52
55
|
};
|
53
56
|
visibleIf: (_: any, slots: any) => boolean | undefined;
|
54
57
|
type?: undefined;
|
@@ -64,6 +67,7 @@ declare const _default: {
|
|
64
67
|
extraLabel?: undefined;
|
65
68
|
extraLabelHasClickAction?: undefined;
|
66
69
|
extraLabelClickAction?: undefined;
|
70
|
+
label?: undefined;
|
67
71
|
};
|
68
72
|
visibleIf?: undefined;
|
69
73
|
type?: undefined;
|
@@ -82,6 +86,7 @@ declare const _default: {
|
|
82
86
|
options: any;
|
83
87
|
};
|
84
88
|
enum?: undefined;
|
89
|
+
label?: undefined;
|
85
90
|
};
|
86
91
|
visibleIf?: undefined;
|
87
92
|
type?: undefined;
|
@@ -89,6 +94,7 @@ declare const _default: {
|
|
89
94
|
key: string;
|
90
95
|
control: {
|
91
96
|
type: string;
|
97
|
+
label: string;
|
92
98
|
default: (_options: any, _slots: any, theme: any) => any;
|
93
99
|
extraLabel: (options: any, _slots: any, theme: any) => "reset" | undefined;
|
94
100
|
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
@@ -104,5 +110,20 @@ declare const _default: {
|
|
104
110
|
visibleIf: (_: any, slots: any) => boolean | undefined;
|
105
111
|
type?: undefined;
|
106
112
|
})[];
|
107
|
-
|
113
|
+
visibleIf?: undefined;
|
114
|
+
} | {
|
115
|
+
key: string;
|
116
|
+
type: string;
|
117
|
+
open: boolean;
|
118
|
+
children: {
|
119
|
+
key: string;
|
120
|
+
control: {
|
121
|
+
label: string;
|
122
|
+
type: string;
|
123
|
+
default: string;
|
124
|
+
enum: string[];
|
125
|
+
};
|
126
|
+
}[];
|
127
|
+
visibleIf: (_: any, slots: any) => boolean | undefined;
|
128
|
+
})[];
|
108
129
|
export default _default;
|
@@ -0,0 +1,90 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: boolean;
|
11
|
+
tooltip?: undefined;
|
12
|
+
enum?: undefined;
|
13
|
+
extraLabel?: undefined;
|
14
|
+
extraLabelHasClickAction?: undefined;
|
15
|
+
extraLabelClickAction?: undefined;
|
16
|
+
};
|
17
|
+
visibleIf?: undefined;
|
18
|
+
} | {
|
19
|
+
key: string;
|
20
|
+
control: {
|
21
|
+
type: string;
|
22
|
+
label: string;
|
23
|
+
default: boolean;
|
24
|
+
tooltip?: undefined;
|
25
|
+
enum?: undefined;
|
26
|
+
extraLabel?: undefined;
|
27
|
+
extraLabelHasClickAction?: undefined;
|
28
|
+
extraLabelClickAction?: undefined;
|
29
|
+
};
|
30
|
+
visibleIf: (_: any, slots: any) => boolean;
|
31
|
+
} | {
|
32
|
+
key: string;
|
33
|
+
control: {
|
34
|
+
type: string;
|
35
|
+
label: string;
|
36
|
+
tooltip: string;
|
37
|
+
default: boolean;
|
38
|
+
enum?: undefined;
|
39
|
+
extraLabel?: undefined;
|
40
|
+
extraLabelHasClickAction?: undefined;
|
41
|
+
extraLabelClickAction?: undefined;
|
42
|
+
};
|
43
|
+
visibleIf?: undefined;
|
44
|
+
} | {
|
45
|
+
key: string;
|
46
|
+
control: {
|
47
|
+
type: string;
|
48
|
+
label: string;
|
49
|
+
tooltip: string;
|
50
|
+
default: string;
|
51
|
+
enum: string[];
|
52
|
+
extraLabel?: undefined;
|
53
|
+
extraLabelHasClickAction?: undefined;
|
54
|
+
extraLabelClickAction?: undefined;
|
55
|
+
};
|
56
|
+
visibleIf?: undefined;
|
57
|
+
} | {
|
58
|
+
key: string;
|
59
|
+
control: {
|
60
|
+
type: string;
|
61
|
+
label: string;
|
62
|
+
default: (_options: any, _slots: any, theme: any) => any;
|
63
|
+
extraLabel: (options: any, _slots: any, theme: any) => "reset" | undefined;
|
64
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
65
|
+
extraLabelClickAction: (options: any, _slots: any, theme: any) => {
|
66
|
+
value: any;
|
67
|
+
options: any;
|
68
|
+
};
|
69
|
+
tooltip?: undefined;
|
70
|
+
enum?: undefined;
|
71
|
+
};
|
72
|
+
visibleIf: (options: any, slots: any) => boolean;
|
73
|
+
})[];
|
74
|
+
visibleIf?: undefined;
|
75
|
+
} | {
|
76
|
+
key: string;
|
77
|
+
type: string;
|
78
|
+
open: boolean;
|
79
|
+
children: {
|
80
|
+
key: string;
|
81
|
+
control: {
|
82
|
+
label: string;
|
83
|
+
type: string;
|
84
|
+
default: string;
|
85
|
+
enum: string[];
|
86
|
+
};
|
87
|
+
}[];
|
88
|
+
visibleIf: (_: any, slots: any) => boolean;
|
89
|
+
})[];
|
90
|
+
export default _default;
|
@@ -0,0 +1,35 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: {
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: boolean;
|
11
|
+
};
|
12
|
+
}[];
|
13
|
+
} | {
|
14
|
+
key: string;
|
15
|
+
type: string;
|
16
|
+
open: boolean;
|
17
|
+
children: {
|
18
|
+
key: string;
|
19
|
+
control: {
|
20
|
+
type: string;
|
21
|
+
label: string;
|
22
|
+
default: number;
|
23
|
+
min: number;
|
24
|
+
max: number;
|
25
|
+
step: number;
|
26
|
+
extraLabel: (options: any, _slots: any, theme: any) => "auto" | "reset" | undefined;
|
27
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
28
|
+
extraLabelClickAction: (options: any, _slots: any, _theme: any) => {
|
29
|
+
value: null;
|
30
|
+
options: any;
|
31
|
+
};
|
32
|
+
};
|
33
|
+
}[];
|
34
|
+
})[];
|
35
|
+
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare const _default: {
|
1
|
+
declare const _default: ({
|
2
2
|
key: string;
|
3
3
|
type: string;
|
4
4
|
open: boolean;
|
@@ -104,5 +104,20 @@ declare const _default: {
|
|
104
104
|
visibleIf: (_: any, slots: any) => boolean | undefined;
|
105
105
|
type?: undefined;
|
106
106
|
})[];
|
107
|
-
|
107
|
+
visibleIf?: undefined;
|
108
|
+
} | {
|
109
|
+
key: string;
|
110
|
+
type: string;
|
111
|
+
open: boolean;
|
112
|
+
children: {
|
113
|
+
key: string;
|
114
|
+
control: {
|
115
|
+
label: string;
|
116
|
+
type: string;
|
117
|
+
default: string;
|
118
|
+
enum: string[];
|
119
|
+
};
|
120
|
+
}[];
|
121
|
+
visibleIf: (_: any, slots: any) => boolean | undefined;
|
122
|
+
})[];
|
108
123
|
export default _default;
|
@@ -10,6 +10,7 @@ declare const _default: ({
|
|
10
10
|
enum: string[];
|
11
11
|
fromOptionValue?: undefined;
|
12
12
|
toOptionValue?: undefined;
|
13
|
+
label?: undefined;
|
13
14
|
sideEffect?: undefined;
|
14
15
|
};
|
15
16
|
type?: undefined;
|
@@ -21,6 +22,7 @@ declare const _default: ({
|
|
21
22
|
enum: string[];
|
22
23
|
fromOptionValue: (value: any) => "full" | "half";
|
23
24
|
toOptionValue: (value: any) => boolean;
|
25
|
+
label?: undefined;
|
24
26
|
sideEffect?: undefined;
|
25
27
|
};
|
26
28
|
type?: undefined;
|
@@ -32,6 +34,7 @@ declare const _default: ({
|
|
32
34
|
key: string;
|
33
35
|
control: {
|
34
36
|
type: string;
|
37
|
+
label: string;
|
35
38
|
default: boolean;
|
36
39
|
enum?: undefined;
|
37
40
|
fromOptionValue?: undefined;
|
@@ -48,6 +51,7 @@ declare const _default: ({
|
|
48
51
|
toOptionValue: (value: string) => value is "labels";
|
49
52
|
sideEffect: (value: string, options: any) => any;
|
50
53
|
default?: undefined;
|
54
|
+
label?: undefined;
|
51
55
|
};
|
52
56
|
type?: undefined;
|
53
57
|
})[];
|
@@ -0,0 +1,74 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: boolean;
|
11
|
+
};
|
12
|
+
visibleIf?: undefined;
|
13
|
+
} | {
|
14
|
+
key: string;
|
15
|
+
control: {
|
16
|
+
type: string;
|
17
|
+
label: string;
|
18
|
+
default: boolean;
|
19
|
+
};
|
20
|
+
visibleIf: (options: any) => any;
|
21
|
+
})[];
|
22
|
+
} | {
|
23
|
+
key: string;
|
24
|
+
type: string;
|
25
|
+
open: boolean;
|
26
|
+
children: {
|
27
|
+
key: string;
|
28
|
+
control: {
|
29
|
+
type: string;
|
30
|
+
label: string;
|
31
|
+
default: string;
|
32
|
+
enum: string[];
|
33
|
+
};
|
34
|
+
}[];
|
35
|
+
} | {
|
36
|
+
key: string;
|
37
|
+
type: string;
|
38
|
+
open: boolean;
|
39
|
+
children: ({
|
40
|
+
key: string;
|
41
|
+
control: {
|
42
|
+
type: string;
|
43
|
+
label: string;
|
44
|
+
default: boolean;
|
45
|
+
placeholder?: undefined;
|
46
|
+
};
|
47
|
+
visibleIf?: undefined;
|
48
|
+
} | {
|
49
|
+
key: string;
|
50
|
+
control: {
|
51
|
+
type: string;
|
52
|
+
label: string;
|
53
|
+
placeholder: string;
|
54
|
+
default?: undefined;
|
55
|
+
};
|
56
|
+
visibleIf: (options: any) => boolean;
|
57
|
+
})[];
|
58
|
+
} | {
|
59
|
+
key: string;
|
60
|
+
type: string;
|
61
|
+
open: boolean;
|
62
|
+
children: {
|
63
|
+
key: string;
|
64
|
+
control: {
|
65
|
+
label: string;
|
66
|
+
type: string;
|
67
|
+
default: number;
|
68
|
+
min: number;
|
69
|
+
max: number;
|
70
|
+
step: number;
|
71
|
+
};
|
72
|
+
}[];
|
73
|
+
})[];
|
74
|
+
export default _default;
|
@@ -99,6 +99,7 @@ declare const _default: ({
|
|
99
99
|
visibleIf?: undefined;
|
100
100
|
type?: undefined;
|
101
101
|
})[];
|
102
|
+
visibleIf?: undefined;
|
102
103
|
} | {
|
103
104
|
key: string;
|
104
105
|
type: string;
|
@@ -126,5 +127,20 @@ declare const _default: ({
|
|
126
127
|
};
|
127
128
|
visibleIf: (options: any) => any;
|
128
129
|
})[];
|
130
|
+
visibleIf?: undefined;
|
131
|
+
} | {
|
132
|
+
key: string;
|
133
|
+
type: string;
|
134
|
+
open: boolean;
|
135
|
+
children: {
|
136
|
+
key: string;
|
137
|
+
control: {
|
138
|
+
label: string;
|
139
|
+
type: string;
|
140
|
+
default: string;
|
141
|
+
enum: string[];
|
142
|
+
};
|
143
|
+
}[];
|
144
|
+
visibleIf: (_: any, slots: any) => boolean;
|
129
145
|
})[];
|
130
146
|
export default _default;
|
@@ -0,0 +1,37 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: boolean;
|
11
|
+
min?: undefined;
|
12
|
+
max?: undefined;
|
13
|
+
step?: undefined;
|
14
|
+
};
|
15
|
+
} | {
|
16
|
+
key: string;
|
17
|
+
control: {
|
18
|
+
type: string;
|
19
|
+
label: string;
|
20
|
+
default: string;
|
21
|
+
min?: undefined;
|
22
|
+
max?: undefined;
|
23
|
+
step?: undefined;
|
24
|
+
};
|
25
|
+
} | {
|
26
|
+
key: string;
|
27
|
+
control: {
|
28
|
+
type: string;
|
29
|
+
label: string;
|
30
|
+
default: number;
|
31
|
+
min: number;
|
32
|
+
max: number;
|
33
|
+
step: number;
|
34
|
+
};
|
35
|
+
})[];
|
36
|
+
}[];
|
37
|
+
export default _default;
|
@@ -0,0 +1,122 @@
|
|
1
|
+
declare const _default: ({
|
2
|
+
key: string;
|
3
|
+
type: string;
|
4
|
+
open: boolean;
|
5
|
+
children: ({
|
6
|
+
key: string;
|
7
|
+
control: {
|
8
|
+
type: string;
|
9
|
+
label: string;
|
10
|
+
default: boolean;
|
11
|
+
};
|
12
|
+
visibleIf?: undefined;
|
13
|
+
} | {
|
14
|
+
key: string;
|
15
|
+
control: {
|
16
|
+
type: string;
|
17
|
+
label: string;
|
18
|
+
default: boolean;
|
19
|
+
};
|
20
|
+
visibleIf: (_: any, slots: any) => boolean;
|
21
|
+
})[];
|
22
|
+
visibleIf?: undefined;
|
23
|
+
} | {
|
24
|
+
key: string;
|
25
|
+
type: string;
|
26
|
+
open: boolean;
|
27
|
+
children: ({
|
28
|
+
key: string;
|
29
|
+
control: {
|
30
|
+
type: string;
|
31
|
+
label: string;
|
32
|
+
default: (_options: any, _slots: any, theme: any) => any;
|
33
|
+
extraLabel: (options: any, _slots: any, theme: any) => "reset" | undefined;
|
34
|
+
extraLabelHasClickAction: (options: any, _slots: any, theme: any) => boolean;
|
35
|
+
extraLabelClickAction: (options: any, _slots: any, theme: any) => {
|
36
|
+
value: any;
|
37
|
+
options: any;
|
38
|
+
};
|
39
|
+
min?: undefined;
|
40
|
+
max?: undefined;
|
41
|
+
step?: undefined;
|
42
|
+
enum?: undefined;
|
43
|
+
};
|
44
|
+
visibleIf: (_: any, slots: any) => boolean;
|
45
|
+
} | {
|
46
|
+
key: string;
|
47
|
+
control: {
|
48
|
+
type: string;
|
49
|
+
label: string;
|
50
|
+
default: number;
|
51
|
+
min: number;
|
52
|
+
max: number;
|
53
|
+
step: number;
|
54
|
+
extraLabel?: undefined;
|
55
|
+
extraLabelHasClickAction?: undefined;
|
56
|
+
extraLabelClickAction?: undefined;
|
57
|
+
enum?: undefined;
|
58
|
+
};
|
59
|
+
visibleIf?: undefined;
|
60
|
+
} | {
|
61
|
+
key: string;
|
62
|
+
control: {
|
63
|
+
type: string;
|
64
|
+
label: string;
|
65
|
+
default: string;
|
66
|
+
enum: string[];
|
67
|
+
extraLabel?: undefined;
|
68
|
+
extraLabelHasClickAction?: undefined;
|
69
|
+
extraLabelClickAction?: undefined;
|
70
|
+
min?: undefined;
|
71
|
+
max?: undefined;
|
72
|
+
step?: undefined;
|
73
|
+
};
|
74
|
+
visibleIf?: undefined;
|
75
|
+
} | {
|
76
|
+
key: string;
|
77
|
+
control: {
|
78
|
+
type: string;
|
79
|
+
label: string;
|
80
|
+
default: boolean;
|
81
|
+
extraLabel?: undefined;
|
82
|
+
extraLabelHasClickAction?: undefined;
|
83
|
+
extraLabelClickAction?: undefined;
|
84
|
+
min?: undefined;
|
85
|
+
max?: undefined;
|
86
|
+
step?: undefined;
|
87
|
+
enum?: undefined;
|
88
|
+
};
|
89
|
+
visibleIf?: undefined;
|
90
|
+
} | {
|
91
|
+
key: string;
|
92
|
+
control: {
|
93
|
+
type: string;
|
94
|
+
label: string;
|
95
|
+
default: number;
|
96
|
+
min: number;
|
97
|
+
max: number;
|
98
|
+
step: number;
|
99
|
+
extraLabel?: undefined;
|
100
|
+
extraLabelHasClickAction?: undefined;
|
101
|
+
extraLabelClickAction?: undefined;
|
102
|
+
enum?: undefined;
|
103
|
+
};
|
104
|
+
visibleIf: (options: any) => any;
|
105
|
+
})[];
|
106
|
+
visibleIf?: undefined;
|
107
|
+
} | {
|
108
|
+
key: string;
|
109
|
+
type: string;
|
110
|
+
open: boolean;
|
111
|
+
children: {
|
112
|
+
key: string;
|
113
|
+
control: {
|
114
|
+
label: string;
|
115
|
+
type: string;
|
116
|
+
default: string;
|
117
|
+
enum: string[];
|
118
|
+
};
|
119
|
+
}[];
|
120
|
+
visibleIf: (options: any, slots: any) => boolean;
|
121
|
+
})[];
|
122
|
+
export default _default;
|