impaktapps-ui-builder 0.0.78 → 0.0.79-alpha.1
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 +4 -2
- 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 -3
package/package.json
CHANGED
|
@@ -442,12 +442,13 @@ export const buildPropertiesSection = function (type: String) {
|
|
|
442
442
|
getRadioInputField("disableSorting", "Disable Sorting", ["YES", "NO"]),
|
|
443
443
|
|
|
444
444
|
getRadioInputField("disableEditColumn", "Disable Edit Column", ["YES", "NO"]),
|
|
445
|
-
getRadioInputField("disableFullScreenToggle", "Disable Full Screen
|
|
445
|
+
getRadioInputField("disableFullScreenToggle", "Disable Full Screen", ["YES", "NO"]),
|
|
446
446
|
getRadioInputField("disableDensityToggle", "Disable Density Toggle", ["YES", "NO"]),
|
|
447
447
|
getRadioInputField("disableDownloadFile", "Disable Download File", ["YES", "NO"]),
|
|
448
|
-
|
|
449
|
-
getMultiSelectField("filteringOptions", "Filtering Options"),
|
|
450
448
|
getInputField("selectKey", "Selection Key"),
|
|
449
|
+
getMultiSelectField("filteringOptions", "Filtering Options"),
|
|
450
|
+
emptyBox("LazyLoadingTableEmpty1", {xs: 6, sm: 0, md: 4, lg: 4 }),
|
|
451
|
+
emptyBox("LazyLoadingTableEmpty1", {xs: 6, sm: 0, md: 4, lg: 4 }),
|
|
451
452
|
|
|
452
453
|
buildWrapper("Tree Table Properties", [
|
|
453
454
|
getRadioInputField("enableRowMovement", "Row Rearrangement", ["YES", "NO"]),
|