impaktapps-ui-builder 1.0.92 → 1.0.93
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 +3 -3
- 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/build/uischema/buildPropertiesSection.ts +4 -4
|
@@ -7657,9 +7657,9 @@ const buildPropertiesSection = function(type) {
|
|
|
7657
7657
|
case "Array":
|
|
7658
7658
|
uiSchema.elements = [
|
|
7659
7659
|
getRadioInputField("allExpanded", "Initial Expand", ["YES", "NO"]),
|
|
7660
|
-
getRadioInputField("disableAddButton
|
|
7661
|
-
getRadioInputField("disableExpandAllButton
|
|
7662
|
-
getRadioInputField("disableRowActions
|
|
7660
|
+
getRadioInputField("disableAddButton", "Disable Add Button", ["YES", "NO"]),
|
|
7661
|
+
getRadioInputField("disableExpandAllButton", "Disable Expand Buttons", ["YES", "NO"]),
|
|
7662
|
+
getRadioInputField("disableRowActions", "Disable Row Actions", ["YES", "NO"]),
|
|
7663
7663
|
getInputField("childElementLabel", "Child Element Label"),
|
|
7664
7664
|
emptyBox$1("empty1", { xs: 12, sm: 6, md: 4, lg: 3 })
|
|
7665
7665
|
];
|