impaktapps-ui-builder 1.0.292 → 1.0.293
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 +6 -1
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +10 -5
package/package.json
CHANGED
|
@@ -50,7 +50,7 @@ export const ComponentSchema: any = {
|
|
|
50
50
|
{ title: "Upload", const: "UploadFile" },
|
|
51
51
|
{ title: "Tree ", const: "TreeMap" },
|
|
52
52
|
{ title: "Thought of the day", const: "Thought" },
|
|
53
|
-
{ title: "PDF", const: "PdfViewer"}
|
|
53
|
+
{ title: "PDF", const: "PdfViewer" }
|
|
54
54
|
],
|
|
55
55
|
},
|
|
56
56
|
elementType: {
|
|
@@ -118,28 +118,28 @@ export const ComponentSchema: any = {
|
|
|
118
118
|
{ title: "Bottom", const: "bottom" }
|
|
119
119
|
],
|
|
120
120
|
},
|
|
121
|
-
positionHorizontal:{
|
|
121
|
+
positionHorizontal: {
|
|
122
122
|
oneOf: [
|
|
123
123
|
{ title: "Left", const: "left" },
|
|
124
124
|
{ title: "Center", const: "center" },
|
|
125
125
|
{ title: "Right", const: "right" }
|
|
126
126
|
],
|
|
127
127
|
},
|
|
128
|
-
contentVertical:{
|
|
128
|
+
contentVertical: {
|
|
129
129
|
oneOf: [
|
|
130
130
|
{ title: "Top", const: "top" },
|
|
131
131
|
{ title: "Center", const: "center" },
|
|
132
132
|
{ title: "Bottom", const: "bottom" }
|
|
133
133
|
],
|
|
134
134
|
},
|
|
135
|
-
contentHorizontal:{
|
|
135
|
+
contentHorizontal: {
|
|
136
136
|
oneOf: [
|
|
137
137
|
{ title: "Left", const: "left" },
|
|
138
138
|
{ title: "Center", const: "center" },
|
|
139
139
|
{ title: "Right", const: "right" }
|
|
140
140
|
],
|
|
141
141
|
},
|
|
142
|
-
toolTipPosition:{
|
|
142
|
+
toolTipPosition: {
|
|
143
143
|
oneOf: [
|
|
144
144
|
{ title: "Top", const: "top" },
|
|
145
145
|
{ title: "Left", const: "left" },
|
|
@@ -503,6 +503,11 @@ export const ComponentSchema: any = {
|
|
|
503
503
|
{ title: "Detail Icon", const: "DetailIcon" },
|
|
504
504
|
{ title: "Report View Icon", const: "ReportViewIcon" },
|
|
505
505
|
{ title: "Payout", const: "Payout" },
|
|
506
|
+
{ title: "Info Outlined", const: "InfoOutlinedIcon" },
|
|
507
|
+
{ title: "Territory Add", const: "TerritoryAdd" },
|
|
508
|
+
{ title: "Territory Edit", const: "TerritoryEdit" },
|
|
509
|
+
{ title: "Territory Delete", const: "TerritoryDelete" },
|
|
510
|
+
{ title: "Git Compare", const: "GitCompare" },
|
|
506
511
|
],
|
|
507
512
|
},
|
|
508
513
|
color: {
|