impaktapps-ui-builder 0.0.101-alpha.2 → 0.0.101-alpha.21
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/impaktapps-ui-builder.es.js +761 -843
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +11 -11
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/apiSection.d.ts +63 -57
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.d.ts +8 -9
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/coreSection.d.ts +98 -95
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/eventSection.d.ts +26 -33
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/refresh.d.ts +52 -38
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/styleSection.d.ts +7 -8
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/tableSection.d.ts +29 -33
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/validationSections.d.ts +56 -37
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/valueTab.d.ts +56 -36
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/apiSection.ts +111 -96
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +14 -20
- package/src/impaktapps-ui-builder/builder/build/uischema/coreSection.ts +189 -110
- package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +37 -15
- package/src/impaktapps-ui-builder/builder/build/uischema/refresh.ts +44 -44
- package/src/impaktapps-ui-builder/builder/build/uischema/styleSection.ts +9 -13
- package/src/impaktapps-ui-builder/builder/build/uischema/tableSection.ts +40 -18
- package/src/impaktapps-ui-builder/builder/build/uischema/validationSections.ts +117 -48
- package/src/impaktapps-ui-builder/builder/build/uischema/valueTab.ts +113 -45
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +19 -19
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +272 -346
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +109 -241
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +168 -115
- package/src/impaktapps-ui-builder/builder/services/component.ts +2 -2
- package/src/impaktapps-ui-builder/builder/services/event.ts +12 -12
|
@@ -9,17 +9,10 @@ export declare const APISection: {
|
|
|
9
9
|
config: {
|
|
10
10
|
layout: any;
|
|
11
11
|
style: {
|
|
12
|
-
|
|
13
|
-
borderRadius: string;
|
|
14
|
-
};
|
|
15
|
-
headerContainerStyle: {};
|
|
16
|
-
textAreaStyle: {
|
|
17
|
-
borderRadius: string;
|
|
18
|
-
padding: string;
|
|
19
|
-
};
|
|
12
|
+
"& .MuiFormLabel-root:not(.MuiInputLabel-shrink)": {};
|
|
20
13
|
};
|
|
21
14
|
main: {
|
|
22
|
-
|
|
15
|
+
label: string;
|
|
23
16
|
minRows: number;
|
|
24
17
|
hideButton: boolean;
|
|
25
18
|
enableCodeEditor: boolean;
|
|
@@ -30,8 +23,6 @@ export declare const APISection: {
|
|
|
30
23
|
scope: string;
|
|
31
24
|
options: {
|
|
32
25
|
widget: string;
|
|
33
|
-
elementLabelProp?: undefined;
|
|
34
|
-
detail?: undefined;
|
|
35
26
|
};
|
|
36
27
|
config: {
|
|
37
28
|
layout: {
|
|
@@ -45,16 +36,16 @@ export declare const APISection: {
|
|
|
45
36
|
type: string;
|
|
46
37
|
multiple?: undefined;
|
|
47
38
|
options?: undefined;
|
|
39
|
+
childElementLabel?: undefined;
|
|
48
40
|
};
|
|
41
|
+
style?: undefined;
|
|
49
42
|
};
|
|
50
|
-
|
|
43
|
+
elements?: undefined;
|
|
51
44
|
} | {
|
|
52
45
|
type: string;
|
|
53
46
|
scope: string;
|
|
54
47
|
options: {
|
|
55
48
|
widget: string;
|
|
56
|
-
elementLabelProp?: undefined;
|
|
57
|
-
detail?: undefined;
|
|
58
49
|
};
|
|
59
50
|
config: {
|
|
60
51
|
layout: {
|
|
@@ -68,16 +59,16 @@ export declare const APISection: {
|
|
|
68
59
|
type: string;
|
|
69
60
|
multiple: boolean;
|
|
70
61
|
options: any[];
|
|
62
|
+
childElementLabel?: undefined;
|
|
71
63
|
};
|
|
64
|
+
style?: undefined;
|
|
72
65
|
};
|
|
73
|
-
|
|
66
|
+
elements?: undefined;
|
|
74
67
|
} | {
|
|
75
68
|
type: string;
|
|
76
69
|
scope: string;
|
|
77
70
|
options: {
|
|
78
71
|
widget: string;
|
|
79
|
-
elementLabelProp?: undefined;
|
|
80
|
-
detail?: undefined;
|
|
81
72
|
};
|
|
82
73
|
config: {
|
|
83
74
|
layout: {
|
|
@@ -87,53 +78,68 @@ export declare const APISection: {
|
|
|
87
78
|
lg: number;
|
|
88
79
|
};
|
|
89
80
|
main?: undefined;
|
|
81
|
+
style?: undefined;
|
|
90
82
|
};
|
|
91
|
-
|
|
83
|
+
elements?: undefined;
|
|
92
84
|
} | {
|
|
93
85
|
type: string;
|
|
94
86
|
scope: string;
|
|
95
|
-
layout: number;
|
|
96
87
|
options: {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
} | {
|
|
118
|
-
type: string;
|
|
119
|
-
scope: string;
|
|
120
|
-
options: {
|
|
121
|
-
widget: string;
|
|
122
|
-
};
|
|
123
|
-
config: {
|
|
124
|
-
layout: {
|
|
125
|
-
xs: number;
|
|
126
|
-
sm: number;
|
|
127
|
-
md: number;
|
|
128
|
-
lg: number;
|
|
129
|
-
};
|
|
130
|
-
main?: undefined;
|
|
131
|
-
};
|
|
132
|
-
})[];
|
|
88
|
+
widget: string;
|
|
89
|
+
};
|
|
90
|
+
config: {
|
|
91
|
+
layout: number;
|
|
92
|
+
main: {
|
|
93
|
+
label: string;
|
|
94
|
+
childElementLabel: string;
|
|
95
|
+
type?: undefined;
|
|
96
|
+
multiple?: undefined;
|
|
97
|
+
options?: undefined;
|
|
98
|
+
};
|
|
99
|
+
style: {
|
|
100
|
+
marginLeft: string;
|
|
101
|
+
marginBottom: string;
|
|
102
|
+
labelStyle: {
|
|
103
|
+
marginLeft: string;
|
|
104
|
+
};
|
|
105
|
+
detailsStyle: {
|
|
106
|
+
marginLeft: string;
|
|
107
|
+
};
|
|
133
108
|
};
|
|
134
|
-
widget?: undefined;
|
|
135
109
|
};
|
|
136
|
-
|
|
110
|
+
elements: ({
|
|
111
|
+
type: string;
|
|
112
|
+
scope: string;
|
|
113
|
+
options: {
|
|
114
|
+
widget: string;
|
|
115
|
+
};
|
|
116
|
+
config: {
|
|
117
|
+
layout: {
|
|
118
|
+
xs: number;
|
|
119
|
+
sm: number;
|
|
120
|
+
md: number;
|
|
121
|
+
lg: number;
|
|
122
|
+
};
|
|
123
|
+
main: {
|
|
124
|
+
label: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
} | {
|
|
128
|
+
type: string;
|
|
129
|
+
scope: string;
|
|
130
|
+
options: {
|
|
131
|
+
widget: string;
|
|
132
|
+
};
|
|
133
|
+
config: {
|
|
134
|
+
layout: {
|
|
135
|
+
xs: number;
|
|
136
|
+
sm: number;
|
|
137
|
+
md: number;
|
|
138
|
+
lg: number;
|
|
139
|
+
};
|
|
140
|
+
main?: undefined;
|
|
141
|
+
};
|
|
142
|
+
})[];
|
|
137
143
|
})[];
|
|
138
144
|
};
|
|
139
145
|
export declare const APISectionSchema: {
|
|
@@ -46,17 +46,10 @@ export declare const getTextArea: (scope: string, heading: string, hideButton: b
|
|
|
46
46
|
config: {
|
|
47
47
|
layout: any;
|
|
48
48
|
style: {
|
|
49
|
-
|
|
50
|
-
borderRadius: string;
|
|
51
|
-
};
|
|
52
|
-
headerContainerStyle: {};
|
|
53
|
-
textAreaStyle: {
|
|
54
|
-
borderRadius: string;
|
|
55
|
-
padding: string;
|
|
56
|
-
};
|
|
49
|
+
"& .MuiFormLabel-root:not(.MuiInputLabel-shrink)": {};
|
|
57
50
|
};
|
|
58
51
|
main: {
|
|
59
|
-
|
|
52
|
+
label: string;
|
|
60
53
|
minRows: number;
|
|
61
54
|
hideButton: boolean;
|
|
62
55
|
enableCodeEditor: boolean;
|
|
@@ -107,5 +100,11 @@ export declare const getMultiSelectField: (scope: string, label: string) => {
|
|
|
107
100
|
};
|
|
108
101
|
export declare const buildPropertiesSection: (type: String) => {
|
|
109
102
|
type: string;
|
|
103
|
+
config: {
|
|
104
|
+
main: {
|
|
105
|
+
label: string;
|
|
106
|
+
gap: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
110
109
|
elements: any[];
|
|
111
110
|
};
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
export declare const CoreSection: {
|
|
2
2
|
type: string;
|
|
3
|
+
config: {
|
|
4
|
+
main: {
|
|
5
|
+
label: string;
|
|
6
|
+
gap: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
3
9
|
elements: ({
|
|
4
10
|
type: string;
|
|
5
11
|
scope: string;
|
|
6
12
|
options: {
|
|
7
13
|
widget: string;
|
|
8
|
-
elementLabelProp?: undefined;
|
|
9
|
-
detail?: undefined;
|
|
10
14
|
};
|
|
11
15
|
config: {
|
|
12
16
|
layout: {
|
|
@@ -18,17 +22,15 @@ export declare const CoreSection: {
|
|
|
18
22
|
main: {
|
|
19
23
|
label: string;
|
|
20
24
|
type: string;
|
|
25
|
+
required?: undefined;
|
|
26
|
+
childElementLabel?: undefined;
|
|
21
27
|
};
|
|
28
|
+
style?: undefined;
|
|
22
29
|
};
|
|
23
|
-
|
|
30
|
+
elements?: undefined;
|
|
24
31
|
} | {
|
|
25
32
|
type: string;
|
|
26
33
|
scope: string;
|
|
27
|
-
options: {
|
|
28
|
-
widget: string;
|
|
29
|
-
elementLabelProp?: undefined;
|
|
30
|
-
detail?: undefined;
|
|
31
|
-
};
|
|
32
34
|
config: {
|
|
33
35
|
layout: {
|
|
34
36
|
xs: number;
|
|
@@ -36,15 +38,19 @@ export declare const CoreSection: {
|
|
|
36
38
|
md: number;
|
|
37
39
|
lg: number;
|
|
38
40
|
};
|
|
39
|
-
main
|
|
40
|
-
|
|
41
|
-
type?: undefined;
|
|
42
|
-
};
|
|
41
|
+
main?: undefined;
|
|
42
|
+
style?: undefined;
|
|
43
43
|
};
|
|
44
|
-
|
|
44
|
+
options: {
|
|
45
|
+
widget: string;
|
|
46
|
+
};
|
|
47
|
+
elements?: undefined;
|
|
45
48
|
} | {
|
|
46
49
|
type: string;
|
|
47
50
|
scope: string;
|
|
51
|
+
options: {
|
|
52
|
+
widget: string;
|
|
53
|
+
};
|
|
48
54
|
config: {
|
|
49
55
|
layout: {
|
|
50
56
|
xs: number;
|
|
@@ -52,98 +58,95 @@ export declare const CoreSection: {
|
|
|
52
58
|
md: number;
|
|
53
59
|
lg: number;
|
|
54
60
|
};
|
|
55
|
-
main
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
+
main: {
|
|
62
|
+
label: string;
|
|
63
|
+
required: boolean;
|
|
64
|
+
type?: undefined;
|
|
65
|
+
childElementLabel?: undefined;
|
|
66
|
+
};
|
|
67
|
+
style?: undefined;
|
|
61
68
|
};
|
|
62
|
-
|
|
69
|
+
elements?: undefined;
|
|
63
70
|
} | {
|
|
64
71
|
type: string;
|
|
65
72
|
scope: string;
|
|
66
|
-
layout: number;
|
|
67
73
|
options: {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
helperText?: undefined;
|
|
88
|
-
errorMessage?: undefined;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
} | {
|
|
92
|
-
type: string;
|
|
93
|
-
scope: string;
|
|
94
|
-
options: {
|
|
95
|
-
widget: string;
|
|
96
|
-
};
|
|
97
|
-
config: {
|
|
98
|
-
layout: {
|
|
99
|
-
xs: number;
|
|
100
|
-
sm: number;
|
|
101
|
-
md: number;
|
|
102
|
-
lg: number;
|
|
103
|
-
};
|
|
104
|
-
main: {
|
|
105
|
-
label: string;
|
|
106
|
-
type: string;
|
|
107
|
-
helperText: string;
|
|
108
|
-
errorMessage: string;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
} | {
|
|
112
|
-
type: string;
|
|
113
|
-
scope: string;
|
|
114
|
-
config: {
|
|
115
|
-
layout: {
|
|
116
|
-
xs: number;
|
|
117
|
-
sm: number;
|
|
118
|
-
md: number;
|
|
119
|
-
lg: number;
|
|
120
|
-
};
|
|
121
|
-
main?: undefined;
|
|
122
|
-
};
|
|
123
|
-
options: {
|
|
124
|
-
widget: string;
|
|
125
|
-
};
|
|
126
|
-
})[];
|
|
74
|
+
widget: string;
|
|
75
|
+
};
|
|
76
|
+
config: {
|
|
77
|
+
layout: number;
|
|
78
|
+
main: {
|
|
79
|
+
label: string;
|
|
80
|
+
childElementLabel: string;
|
|
81
|
+
type?: undefined;
|
|
82
|
+
required?: undefined;
|
|
83
|
+
};
|
|
84
|
+
style: {
|
|
85
|
+
marginLeft: string;
|
|
86
|
+
marginBottom: string;
|
|
87
|
+
labelStyle: {
|
|
88
|
+
marginLeft: string;
|
|
89
|
+
};
|
|
90
|
+
detailsStyle: {
|
|
91
|
+
marginLeft: string;
|
|
92
|
+
};
|
|
127
93
|
};
|
|
128
|
-
widget?: undefined;
|
|
129
94
|
};
|
|
130
|
-
|
|
131
|
-
})[];
|
|
132
|
-
};
|
|
133
|
-
export declare const OptionArray: any;
|
|
134
|
-
export declare const OptionArraySchema: {
|
|
135
|
-
value: {
|
|
136
|
-
type: string;
|
|
137
|
-
items: {
|
|
95
|
+
elements: ({
|
|
138
96
|
type: string;
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
97
|
+
scope: string;
|
|
98
|
+
options: {
|
|
99
|
+
widget: string;
|
|
100
|
+
};
|
|
101
|
+
config: {
|
|
102
|
+
layout: {
|
|
103
|
+
xs: number;
|
|
104
|
+
sm: number;
|
|
105
|
+
md: number;
|
|
106
|
+
lg: number;
|
|
107
|
+
};
|
|
108
|
+
main: {
|
|
109
|
+
label: string;
|
|
110
|
+
type?: undefined;
|
|
111
|
+
helperText?: undefined;
|
|
112
|
+
errorMessage?: undefined;
|
|
142
113
|
};
|
|
143
|
-
|
|
114
|
+
};
|
|
115
|
+
} | {
|
|
116
|
+
type: string;
|
|
117
|
+
scope: string;
|
|
118
|
+
options: {
|
|
119
|
+
widget: string;
|
|
120
|
+
};
|
|
121
|
+
config: {
|
|
122
|
+
layout: {
|
|
123
|
+
xs: number;
|
|
124
|
+
sm: number;
|
|
125
|
+
md: number;
|
|
126
|
+
lg: number;
|
|
127
|
+
};
|
|
128
|
+
main: {
|
|
129
|
+
label: string;
|
|
144
130
|
type: string;
|
|
131
|
+
helperText: string;
|
|
132
|
+
errorMessage: string;
|
|
145
133
|
};
|
|
146
134
|
};
|
|
147
|
-
}
|
|
148
|
-
|
|
135
|
+
} | {
|
|
136
|
+
type: string;
|
|
137
|
+
scope: string;
|
|
138
|
+
config: {
|
|
139
|
+
layout: {
|
|
140
|
+
xs: number;
|
|
141
|
+
sm: number;
|
|
142
|
+
md: number;
|
|
143
|
+
lg: number;
|
|
144
|
+
};
|
|
145
|
+
main?: undefined;
|
|
146
|
+
};
|
|
147
|
+
options: {
|
|
148
|
+
widget: string;
|
|
149
|
+
};
|
|
150
|
+
})[];
|
|
151
|
+
})[];
|
|
149
152
|
};
|
|
@@ -9,28 +9,7 @@ export declare const EventSection: (theme: any) => {
|
|
|
9
9
|
config: {
|
|
10
10
|
main: {
|
|
11
11
|
headerIcons: {
|
|
12
|
-
elements:
|
|
13
|
-
widget: {
|
|
14
|
-
type: string;
|
|
15
|
-
scope: string;
|
|
16
|
-
options: {
|
|
17
|
-
widget: string;
|
|
18
|
-
};
|
|
19
|
-
config: {
|
|
20
|
-
main: {
|
|
21
|
-
color: string;
|
|
22
|
-
onClick: string;
|
|
23
|
-
size: string;
|
|
24
|
-
icon: string;
|
|
25
|
-
iconLabel: string;
|
|
26
|
-
styleDefault: boolean;
|
|
27
|
-
};
|
|
28
|
-
style: {
|
|
29
|
-
mt: string;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
} | {
|
|
12
|
+
elements: {
|
|
34
13
|
widget: {
|
|
35
14
|
type: string;
|
|
36
15
|
scope: string;
|
|
@@ -44,14 +23,19 @@ export declare const EventSection: (theme: any) => {
|
|
|
44
23
|
icon: string;
|
|
45
24
|
iconLabel: string;
|
|
46
25
|
styleDefault: boolean;
|
|
47
|
-
color?: undefined;
|
|
48
26
|
};
|
|
49
27
|
style: {
|
|
50
28
|
mt: string;
|
|
29
|
+
color: string;
|
|
30
|
+
fill: string;
|
|
31
|
+
"&:hover": {
|
|
32
|
+
color: string;
|
|
33
|
+
fill: string;
|
|
34
|
+
};
|
|
51
35
|
};
|
|
52
36
|
};
|
|
53
37
|
};
|
|
54
|
-
}
|
|
38
|
+
}[];
|
|
55
39
|
};
|
|
56
40
|
disableAction: boolean;
|
|
57
41
|
disableSelection: boolean;
|
|
@@ -61,12 +45,15 @@ export declare const EventSection: (theme: any) => {
|
|
|
61
45
|
elements: ({
|
|
62
46
|
accessorKey: string;
|
|
63
47
|
header: string;
|
|
48
|
+
type: string;
|
|
49
|
+
size: number;
|
|
64
50
|
widget?: undefined;
|
|
65
51
|
field?: undefined;
|
|
66
|
-
flex?: undefined;
|
|
67
52
|
} | {
|
|
68
53
|
accessorKey: string;
|
|
69
54
|
header: string;
|
|
55
|
+
size: number;
|
|
56
|
+
type: string;
|
|
70
57
|
widget: {
|
|
71
58
|
type: string;
|
|
72
59
|
scope: string;
|
|
@@ -75,7 +62,6 @@ export declare const EventSection: (theme: any) => {
|
|
|
75
62
|
};
|
|
76
63
|
config: {
|
|
77
64
|
main: {
|
|
78
|
-
color: string;
|
|
79
65
|
size: string;
|
|
80
66
|
icon: string;
|
|
81
67
|
tooltipMessage: string;
|
|
@@ -83,16 +69,20 @@ export declare const EventSection: (theme: any) => {
|
|
|
83
69
|
styleDefault?: undefined;
|
|
84
70
|
};
|
|
85
71
|
style: {
|
|
86
|
-
|
|
72
|
+
fill: any;
|
|
73
|
+
"& :hover": {
|
|
74
|
+
fill: any;
|
|
75
|
+
};
|
|
87
76
|
};
|
|
88
77
|
};
|
|
89
78
|
accessorKeyName?: undefined;
|
|
90
79
|
};
|
|
91
80
|
field?: undefined;
|
|
92
|
-
flex?: undefined;
|
|
93
81
|
} | {
|
|
94
82
|
accessorKey: string;
|
|
95
83
|
header: string;
|
|
84
|
+
size: number;
|
|
85
|
+
type: string;
|
|
96
86
|
widget: {
|
|
97
87
|
type: string;
|
|
98
88
|
scope: string;
|
|
@@ -103,21 +93,25 @@ export declare const EventSection: (theme: any) => {
|
|
|
103
93
|
config: {
|
|
104
94
|
main: {
|
|
105
95
|
icon: string;
|
|
106
|
-
color: string;
|
|
107
96
|
tooltipMessage: string;
|
|
108
97
|
onClick: string;
|
|
109
98
|
size?: undefined;
|
|
110
99
|
styleDefault?: undefined;
|
|
111
100
|
};
|
|
112
|
-
style
|
|
101
|
+
style: {
|
|
102
|
+
fill: any;
|
|
103
|
+
"& :hover": {
|
|
104
|
+
fill: any;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
113
107
|
};
|
|
114
108
|
};
|
|
115
109
|
field?: undefined;
|
|
116
|
-
flex?: undefined;
|
|
117
110
|
} | {
|
|
118
111
|
header: string;
|
|
119
112
|
field: string;
|
|
120
|
-
|
|
113
|
+
size: number;
|
|
114
|
+
type: string;
|
|
121
115
|
widget: {
|
|
122
116
|
type: string;
|
|
123
117
|
scope: string;
|
|
@@ -130,7 +124,6 @@ export declare const EventSection: (theme: any) => {
|
|
|
130
124
|
onClick: string;
|
|
131
125
|
tooltipMessage: string;
|
|
132
126
|
styleDefault: boolean;
|
|
133
|
-
color?: undefined;
|
|
134
127
|
size?: undefined;
|
|
135
128
|
};
|
|
136
129
|
style?: undefined;
|
|
@@ -3,46 +3,60 @@ export declare const refreshSectionUiSchema: {
|
|
|
3
3
|
elements: {
|
|
4
4
|
type: string;
|
|
5
5
|
scope: string;
|
|
6
|
-
layout: number;
|
|
7
6
|
options: {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
} | {
|
|
28
|
-
type: string;
|
|
29
|
-
scope: string;
|
|
30
|
-
options: {
|
|
31
|
-
widget: string;
|
|
32
|
-
};
|
|
33
|
-
config: {
|
|
34
|
-
layout: {
|
|
35
|
-
xs: number;
|
|
36
|
-
sm: number;
|
|
37
|
-
md: number;
|
|
38
|
-
lg: number;
|
|
39
|
-
};
|
|
40
|
-
main: {
|
|
41
|
-
label?: undefined;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
})[];
|
|
7
|
+
widget: string;
|
|
8
|
+
};
|
|
9
|
+
config: {
|
|
10
|
+
layout: number;
|
|
11
|
+
main: {
|
|
12
|
+
label: string;
|
|
13
|
+
childElementLabel: string;
|
|
14
|
+
};
|
|
15
|
+
style: {
|
|
16
|
+
marginLeft: string;
|
|
17
|
+
marginBottom: string;
|
|
18
|
+
labelStyle: {
|
|
19
|
+
marginLeft: string;
|
|
20
|
+
};
|
|
21
|
+
detailsStyle: {
|
|
22
|
+
marginLeft: string;
|
|
23
|
+
};
|
|
45
24
|
};
|
|
46
25
|
};
|
|
26
|
+
elements: ({
|
|
27
|
+
type: string;
|
|
28
|
+
scope: string;
|
|
29
|
+
options: {
|
|
30
|
+
widget: string;
|
|
31
|
+
};
|
|
32
|
+
config: {
|
|
33
|
+
layout: {
|
|
34
|
+
xs: number;
|
|
35
|
+
sm: number;
|
|
36
|
+
md: number;
|
|
37
|
+
lg: number;
|
|
38
|
+
};
|
|
39
|
+
main: {
|
|
40
|
+
label: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
} | {
|
|
44
|
+
type: string;
|
|
45
|
+
scope: string;
|
|
46
|
+
options: {
|
|
47
|
+
widget: string;
|
|
48
|
+
};
|
|
49
|
+
config: {
|
|
50
|
+
layout: {
|
|
51
|
+
xs: number;
|
|
52
|
+
sm: number;
|
|
53
|
+
md: number;
|
|
54
|
+
lg: number;
|
|
55
|
+
};
|
|
56
|
+
main: {
|
|
57
|
+
label?: undefined;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
})[];
|
|
47
61
|
}[];
|
|
48
62
|
};
|