impaktapps-ui-builder 0.0.382-alpha.60 → 0.0.382-alpha.6000

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.
Files changed (48) hide show
  1. package/dist/impaktapps-ui-builder.es.js +1839 -1272
  2. package/dist/impaktapps-ui-builder.es.js.map +1 -1
  3. package/dist/impaktapps-ui-builder.umd.js +15 -15
  4. package/dist/impaktapps-ui-builder.umd.js.map +1 -1
  5. package/dist/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.d.ts +0 -1
  6. package/dist/src/impaktapps-ui-builder/builder/build/uischema/apiSection.d.ts +2 -35
  7. package/dist/src/impaktapps-ui-builder/builder/build/uischema/card.d.ts +12 -10
  8. package/dist/src/impaktapps-ui-builder/builder/build/uischema/coreSection.d.ts +18 -15
  9. package/dist/src/impaktapps-ui-builder/builder/build/uischema/eventSection.d.ts +121 -70
  10. package/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +108 -1
  11. package/dist/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.d.ts +8 -5
  12. package/dist/src/impaktapps-ui-builder/builder/build/uischema/tableSection.d.ts +102 -53
  13. package/dist/src/impaktapps-ui-builder/builder/build/uischema/validationSections.d.ts +2 -17
  14. package/dist/src/impaktapps-ui-builder/builder/build/uischema/valueTab.d.ts +2 -17
  15. package/dist/src/impaktapps-ui-builder/builder/services/component.d.ts +4 -2
  16. package/dist/src/impaktapps-ui-builder/builder/services/event.d.ts +3 -2
  17. package/dist/src/impaktapps-ui-builder/builder/services/pageMaster.d.ts +3 -1
  18. package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +0 -1
  19. package/package.json +1 -1
  20. package/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.ts +0 -1
  21. package/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.ts +26 -30
  22. package/src/impaktapps-ui-builder/builder/build/buildPieGraph.ts +21 -30
  23. package/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.ts +6 -6
  24. package/src/impaktapps-ui-builder/builder/build/buildWrapperSection.ts +1 -3
  25. package/src/impaktapps-ui-builder/builder/build/uischema/apiSection.ts +27 -50
  26. package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +49 -30
  27. package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +10 -9
  28. package/src/impaktapps-ui-builder/builder/build/uischema/coreSection.ts +36 -16
  29. package/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.ts +6 -1
  30. package/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.ts +1 -1
  31. package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +125 -99
  32. package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +108 -108
  33. package/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.ts +9 -5
  34. package/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.ts +1 -1
  35. package/src/impaktapps-ui-builder/builder/build/uischema/refresh.ts +12 -2
  36. package/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.ts +6 -1
  37. package/src/impaktapps-ui-builder/builder/build/uischema/tableSection.ts +58 -84
  38. package/src/impaktapps-ui-builder/builder/build/uischema/textInputField.ts +6 -1
  39. package/src/impaktapps-ui-builder/builder/build/uischema/validationSections.ts +12 -12
  40. package/src/impaktapps-ui-builder/builder/build/uischema/valueTab.ts +12 -12
  41. package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +440 -448
  42. package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +515 -456
  43. package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +367 -520
  44. package/src/impaktapps-ui-builder/builder/services/component.ts +25 -7
  45. package/src/impaktapps-ui-builder/builder/services/event.ts +17 -9
  46. package/src/impaktapps-ui-builder/builder/services/pageMaster.ts +19 -3
  47. package/src/impaktapps-ui-builder/runtime/services/events.ts +4 -14
  48. package/src/impaktapps-ui-builder/runtime/services/service.ts +0 -5
@@ -1,6 +1,5 @@
1
1
  export declare const buildBasicUiSchema: (config: any) => {
2
2
  type: string;
3
3
  pageName: string;
4
- heading: string;
5
4
  elements: any[];
6
5
  };
@@ -70,24 +70,6 @@ export declare const APISection: {
70
70
  };
71
71
  };
72
72
  layout?: undefined;
73
- } | {
74
- type: string;
75
- scope: string;
76
- options: {
77
- widget: string;
78
- elementLabelProp?: undefined;
79
- detail?: undefined;
80
- };
81
- config: {
82
- layout: {
83
- xs: number;
84
- sm: number;
85
- md: number;
86
- lg: number;
87
- };
88
- main?: undefined;
89
- };
90
- layout?: undefined;
91
73
  } | {
92
74
  type: string;
93
75
  scope: string;
@@ -96,7 +78,7 @@ export declare const APISection: {
96
78
  elementLabelProp: string;
97
79
  detail: {
98
80
  type: string;
99
- elements: ({
81
+ elements: {
100
82
  type: string;
101
83
  scope: string;
102
84
  options: {
@@ -113,22 +95,7 @@ export declare const APISection: {
113
95
  label: string;
114
96
  };
115
97
  };
116
- } | {
117
- type: string;
118
- scope: string;
119
- options: {
120
- widget: string;
121
- };
122
- config: {
123
- layout: {
124
- xs: number;
125
- sm: number;
126
- md: number;
127
- lg: number;
128
- };
129
- main?: undefined;
130
- };
131
- })[];
98
+ }[];
132
99
  };
133
100
  widget?: undefined;
134
101
  };
@@ -4,17 +4,19 @@ declare const _default: {
4
4
  main: {
5
5
  rowSpacing: number;
6
6
  };
7
- componentsBoxStyle: {
8
- position: string;
9
- color: string;
10
- height: {
11
- xs: string;
12
- md: string;
7
+ style: {
8
+ wrapperStyle: {
9
+ position: string;
10
+ color: string;
11
+ height: {
12
+ xs: string;
13
+ md: string;
14
+ };
15
+ width: string;
16
+ textAlign: string;
17
+ background: string;
18
+ borderRadius: string;
13
19
  };
14
- width: string;
15
- textAlign: string;
16
- background: string;
17
- borderRadius: string;
18
20
  };
19
21
  layout: {
20
22
  xs: number;
@@ -42,6 +42,24 @@ export declare const CoreSection: {
42
42
  };
43
43
  };
44
44
  layout?: undefined;
45
+ } | {
46
+ type: string;
47
+ scope: string;
48
+ config: {
49
+ layout: {
50
+ xs: number;
51
+ sm: number;
52
+ md: number;
53
+ lg: number;
54
+ };
55
+ main?: undefined;
56
+ };
57
+ options: {
58
+ widget: string;
59
+ elementLabelProp?: undefined;
60
+ detail?: undefined;
61
+ };
62
+ layout?: undefined;
45
63
  } | {
46
64
  type: string;
47
65
  scope: string;
@@ -90,21 +108,6 @@ export declare const CoreSection: {
90
108
  errorMessage: string;
91
109
  };
92
110
  };
93
- } | {
94
- type: string;
95
- scope: string;
96
- options: {
97
- widget: string;
98
- };
99
- config: {
100
- layout: {
101
- xs: number;
102
- sm: number;
103
- md?: undefined;
104
- lg?: undefined;
105
- };
106
- main?: undefined;
107
- };
108
111
  })[];
109
112
  };
110
113
  widget?: undefined;
@@ -2,89 +2,140 @@ export declare const EventSection: {
2
2
  type: string;
3
3
  elements: {
4
4
  type: string;
5
- scope: string;
6
- options: {
7
- widget: string;
8
- };
9
5
  config: {
10
6
  main: {
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
- }[];
34
- };
35
- disableAction: boolean;
36
- disableSelection: boolean;
37
- enableDrag: boolean;
7
+ divider: boolean;
8
+ };
9
+ wrapperStyle: {
10
+ border: string;
38
11
  };
39
12
  };
40
13
  elements: ({
41
- accessorKey: string;
42
- header: string;
43
- widget?: undefined;
14
+ type: string;
15
+ scope: string;
16
+ options: {
17
+ widget: string;
18
+ };
19
+ config: {
20
+ layout: number;
21
+ main: {
22
+ heading: string;
23
+ icon?: undefined;
24
+ styleDefault?: undefined;
25
+ size?: undefined;
26
+ onClick?: undefined;
27
+ tooltipMessage?: undefined;
28
+ disableAction?: undefined;
29
+ disableSelection?: undefined;
30
+ enableDrag?: undefined;
31
+ };
32
+ style: {
33
+ fontFamily: string;
34
+ fontWeight: string;
35
+ paddingLeft: string;
36
+ fontSize: string;
37
+ float?: undefined;
38
+ };
39
+ };
40
+ elements?: undefined;
44
41
  } | {
45
- accessorKey: string;
46
- header: string;
47
- widget: {
48
- type: string;
49
- scope: string;
50
- options: {
51
- widget: string;
42
+ type: string;
43
+ scope: string;
44
+ options: {
45
+ widget: string;
46
+ };
47
+ config: {
48
+ layout: number;
49
+ main: {
50
+ icon: string;
51
+ styleDefault: boolean;
52
+ size: string;
53
+ onClick: string;
54
+ tooltipMessage: string;
55
+ heading?: undefined;
56
+ disableAction?: undefined;
57
+ disableSelection?: undefined;
58
+ enableDrag?: undefined;
52
59
  };
53
- config: {
54
- main: {
55
- color: string;
56
- size: string;
57
- icon: string;
58
- tooltipMessage: string;
59
- onClick: string;
60
- };
61
- style: {
62
- color: string;
63
- };
60
+ style: {
61
+ float: string;
62
+ fontFamily?: undefined;
63
+ fontWeight?: undefined;
64
+ paddingLeft?: undefined;
65
+ fontSize?: undefined;
64
66
  };
65
- accessorKeyName?: undefined;
66
67
  };
68
+ elements?: undefined;
67
69
  } | {
68
- accessorKey: string;
69
- header: string;
70
- widget: {
71
- type: string;
72
- scope: string;
73
- accessorKeyName: string;
74
- options: {
75
- widget: string;
70
+ type: string;
71
+ scope: string;
72
+ options: {
73
+ widget: string;
74
+ };
75
+ config: {
76
+ main: {
77
+ disableAction: boolean;
78
+ disableSelection: boolean;
79
+ enableDrag: boolean;
80
+ heading?: undefined;
81
+ icon?: undefined;
82
+ styleDefault?: undefined;
83
+ size?: undefined;
84
+ onClick?: undefined;
85
+ tooltipMessage?: undefined;
76
86
  };
77
- config: {
78
- main: {
79
- icon: string;
80
- color: string;
81
- tooltipMessage: string;
82
- onClick: string;
83
- size?: undefined;
87
+ layout?: undefined;
88
+ style?: undefined;
89
+ };
90
+ elements: ({
91
+ accessorKey: string;
92
+ header: string;
93
+ widget?: undefined;
94
+ } | {
95
+ accessorKey: string;
96
+ header: string;
97
+ widget: {
98
+ type: string;
99
+ scope: string;
100
+ options: {
101
+ widget: string;
102
+ };
103
+ config: {
104
+ main: {
105
+ color: string;
106
+ size: string;
107
+ icon: string;
108
+ tooltipMessage: string;
109
+ onClick: string;
110
+ };
111
+ style: {
112
+ color: string;
113
+ };
84
114
  };
85
- style?: undefined;
115
+ accessorKeyName?: undefined;
86
116
  };
87
- };
117
+ } | {
118
+ accessorKey: string;
119
+ header: string;
120
+ widget: {
121
+ type: string;
122
+ scope: string;
123
+ accessorKeyName: string;
124
+ options: {
125
+ widget: string;
126
+ };
127
+ config: {
128
+ main: {
129
+ icon: string;
130
+ color: string;
131
+ tooltipMessage: string;
132
+ onClick: string;
133
+ size?: undefined;
134
+ };
135
+ style?: undefined;
136
+ };
137
+ };
138
+ })[];
88
139
  })[];
89
140
  }[];
90
141
  };
@@ -5,7 +5,65 @@ export declare const BarGraph: {
5
5
  widget: string;
6
6
  };
7
7
  config: {
8
- main: {};
8
+ main: {
9
+ header: string;
10
+ bottomLabel: string;
11
+ numTicks: number;
12
+ leftLabel: string;
13
+ axisLeft: boolean;
14
+ axisBottom: boolean;
15
+ hideTicks: boolean;
16
+ hideLeftAxisLine: boolean;
17
+ hideBottomAxisLine: boolean;
18
+ bottomAxisWidth: string;
19
+ legend: {
20
+ labelColor: string;
21
+ legendTitle: string;
22
+ direction: string;
23
+ align: string;
24
+ };
25
+ };
26
+ style: {
27
+ containerStyle: {
28
+ width: string;
29
+ height: number;
30
+ };
31
+ headerStyle: {};
32
+ tooltipStyle: {};
33
+ labelStyle: {
34
+ margin: {
35
+ left: number;
36
+ bottom: number;
37
+ };
38
+ leftLabelOffset: number;
39
+ bottomLabelOffset: number;
40
+ };
41
+ barStyle: {
42
+ color: {
43
+ firstBarColor: string;
44
+ secondBarColor: string;
45
+ };
46
+ };
47
+ legendStyle: {
48
+ legend: {
49
+ lineHeight: string;
50
+ fontSize: string;
51
+ fontFamily: string;
52
+ padding: string;
53
+ width: string;
54
+ display: string;
55
+ justifyContent: string;
56
+ border: string;
57
+ borderRadius: string;
58
+ marginRight: string;
59
+ };
60
+ legendTitle: {
61
+ fontSize: string;
62
+ marginBottom: string;
63
+ fontWeight: string;
64
+ };
65
+ };
66
+ };
9
67
  };
10
68
  };
11
69
  export declare const PieGraph: {
@@ -16,7 +74,35 @@ export declare const PieGraph: {
16
74
  };
17
75
  config: {
18
76
  main: {
77
+ header: string;
19
78
  type: string;
79
+ bottomLabel: string;
80
+ leftLabel: string;
81
+ axisLeft: boolean;
82
+ axisBottom: boolean;
83
+ legendAvailable: boolean;
84
+ legend: {
85
+ labelColor: string;
86
+ legendTitle: string;
87
+ direction: string;
88
+ align: string;
89
+ };
90
+ };
91
+ style: {
92
+ containerStyle: {
93
+ height: string;
94
+ };
95
+ headerStyle: {};
96
+ tooltipStyle: {
97
+ backgroundColor: string;
98
+ width: string;
99
+ };
100
+ labelStyle: {};
101
+ legendStyle: {
102
+ legend: {};
103
+ legendTitle: {};
104
+ };
105
+ pieStyle: {};
20
106
  };
21
107
  };
22
108
  };
@@ -64,7 +150,28 @@ export declare const HorizontalBarGraph: {
64
150
  };
65
151
  config: {
66
152
  main: {
153
+ header: string;
67
154
  type: string;
155
+ bottomLabel: string;
156
+ leftLabel: string;
157
+ axisLeft: boolean;
158
+ axisBottom: boolean;
159
+ hideBottomTicks: boolean;
160
+ hideLeftTicks: boolean;
161
+ hideLeftAxisLine: boolean;
162
+ hideBottomAxisLine: boolean;
163
+ bottomAxisWidth: string;
164
+ };
165
+ style: {
166
+ containerStyle: {
167
+ width: string;
168
+ };
169
+ headerStyle: {};
170
+ tooltipStyle: {};
171
+ labelStyle: {};
172
+ barStyle: {
173
+ color: string;
174
+ };
68
175
  };
69
176
  };
70
177
  };
@@ -9,10 +9,8 @@ declare const _default: {
9
9
  };
10
10
  style: {
11
11
  wrapperStyle: {
12
- height: {
13
- xs: number;
14
- sm: number;
15
- };
12
+ display: string;
13
+ gap: string;
16
14
  };
17
15
  };
18
16
  wrapperStyle: {
@@ -76,6 +74,7 @@ declare const _default: {
76
74
  '@keyframes rotateAnimation'?: undefined;
77
75
  animation?: undefined;
78
76
  tableHeadstyle?: undefined;
77
+ margin?: undefined;
79
78
  };
80
79
  layout: number;
81
80
  };
@@ -122,6 +121,7 @@ declare const _default: {
122
121
  '@keyframes rotateAnimation'?: undefined;
123
122
  animation?: undefined;
124
123
  tableHeadstyle?: undefined;
124
+ margin?: undefined;
125
125
  };
126
126
  layout: number;
127
127
  containerStyle?: undefined;
@@ -169,6 +169,7 @@ declare const _default: {
169
169
  '@keyframes rotateAnimation'?: undefined;
170
170
  animation?: undefined;
171
171
  tableHeadstyle?: undefined;
172
+ margin?: undefined;
172
173
  };
173
174
  layout: number;
174
175
  containerStyle?: undefined;
@@ -235,6 +236,7 @@ declare const _default: {
235
236
  zIndex: number;
236
237
  fontWeight?: undefined;
237
238
  tableHeadstyle?: undefined;
239
+ margin?: undefined;
238
240
  };
239
241
  layout: number;
240
242
  containerStyle?: undefined;
@@ -256,7 +258,6 @@ declare const _default: {
256
258
  fontWeight: number;
257
259
  background: string;
258
260
  };
259
- position: string;
260
261
  top: {
261
262
  xs: string;
262
263
  sm: string;
@@ -266,9 +267,11 @@ declare const _default: {
266
267
  border: string;
267
268
  width: string;
268
269
  left: string;
270
+ margin: string;
269
271
  objectFit?: undefined;
270
272
  height?: undefined;
271
273
  borderRadius?: undefined;
274
+ position?: undefined;
272
275
  display?: undefined;
273
276
  justifyContent?: undefined;
274
277
  alignItems?: undefined;