impaktapps-ui-builder 1.0.41 → 1.0.42
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 +0 -14
- 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 +14 -14
|
@@ -6386,20 +6386,6 @@ const ComponentSchema = {
|
|
|
6386
6386
|
}
|
|
6387
6387
|
}
|
|
6388
6388
|
},
|
|
6389
|
-
events: {
|
|
6390
|
-
type: "array",
|
|
6391
|
-
items: {
|
|
6392
|
-
type: "object",
|
|
6393
|
-
properties: {
|
|
6394
|
-
eventType: {
|
|
6395
|
-
type: "string"
|
|
6396
|
-
},
|
|
6397
|
-
configType: {
|
|
6398
|
-
type: "string"
|
|
6399
|
-
}
|
|
6400
|
-
}
|
|
6401
|
-
}
|
|
6402
|
-
},
|
|
6403
6389
|
sectionLabels: {
|
|
6404
6390
|
type: "array",
|
|
6405
6391
|
items: {
|