impaktapps-ui-builder 1.0.131-alpha.8 → 1.0.131-alpha.9
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/package.json
CHANGED
|
@@ -162,22 +162,29 @@ export function refreshPage(type: string, store: any) {
|
|
|
162
162
|
},
|
|
163
163
|
},
|
|
164
164
|
}
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
},
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
main: {
|
|
176
|
-
label: "Date Time Format",
|
|
177
|
-
},
|
|
165
|
+
UiSchema.elements[0].elements[0].elements[10] = {
|
|
166
|
+
type: "Control",
|
|
167
|
+
scope: "#/properties/dateFormat",
|
|
168
|
+
options: {
|
|
169
|
+
widget: "SelectInputField",
|
|
170
|
+
},
|
|
171
|
+
config: {
|
|
172
|
+
layout: { xs: 6, sm: 6, md: 4, lg: 3 },
|
|
173
|
+
main: {
|
|
174
|
+
label: "Date Time Format",
|
|
178
175
|
},
|
|
179
|
-
}
|
|
180
|
-
|
|
176
|
+
},
|
|
177
|
+
}
|
|
178
|
+
UiSchema.elements[0].elements[0].elements[11] = {
|
|
179
|
+
type: "Control",
|
|
180
|
+
scope: "#/properties/emptyBox",
|
|
181
|
+
options: {
|
|
182
|
+
widget: "EmptyBox",
|
|
183
|
+
},
|
|
184
|
+
config: {
|
|
185
|
+
layout: { xs: 0, sm: 0, md: 0, lg: 6 },
|
|
186
|
+
},
|
|
187
|
+
}
|
|
181
188
|
}
|
|
182
189
|
|
|
183
190
|
if (sessionStorage.getItem("copiedConfig") ) {
|