impaktapps-ui-builder 1.0.44 → 1.0.46
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 +2 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +8 -8
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildUiSchema.ts +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.ts +1 -1
|
@@ -44,7 +44,7 @@ const PageMasterSchema = {
|
|
|
44
44
|
disabled: true
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
required: ["
|
|
47
|
+
required: ["name", "label"]
|
|
48
48
|
};
|
|
49
49
|
const PageMasterUiSchema = (theme) => {
|
|
50
50
|
var _a;
|
|
@@ -12370,7 +12370,7 @@ function buildRule(configObj, tableName, arrayHolderName) {
|
|
|
12370
12370
|
const buildSchema = (config2, tableName, isArrayType) => {
|
|
12371
12371
|
buildRule(config2, tableName, isArrayType);
|
|
12372
12372
|
if (config2 == null ? void 0 : config2.elements) {
|
|
12373
|
-
if (config2.type == "
|
|
12373
|
+
if (config2.type == "Array") {
|
|
12374
12374
|
if (!schema.properties[config2.name]) {
|
|
12375
12375
|
schema.properties[config2.name] = {
|
|
12376
12376
|
type: "array",
|