impaktapps-ui-builder 0.0.78 → 0.0.79
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 -1
- 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 +3 -2
|
@@ -7571,11 +7571,13 @@ const buildPropertiesSection = function(type) {
|
|
|
7571
7571
|
getRadioInputField("disableFilters", "Disable Filter", ["YES", "NO"]),
|
|
7572
7572
|
getRadioInputField("disableSorting", "Disable Sorting", ["YES", "NO"]),
|
|
7573
7573
|
getRadioInputField("disableEditColumn", "Disable Edit Column", ["YES", "NO"]),
|
|
7574
|
-
getRadioInputField("disableFullScreenToggle", "Disable Full Screen
|
|
7574
|
+
getRadioInputField("disableFullScreenToggle", "Disable Full Screen", ["YES", "NO"]),
|
|
7575
7575
|
getRadioInputField("disableDensityToggle", "Disable Density Toggle", ["YES", "NO"]),
|
|
7576
7576
|
getRadioInputField("disableDownloadFile", "Disable Download File", ["YES", "NO"]),
|
|
7577
7577
|
getMultiSelectField("filteringOptions", "Filtering Options"),
|
|
7578
7578
|
getInputField("selectKey", "Selection Key"),
|
|
7579
|
+
emptyBox$1("LazyLoadingTableEmpty1", { xs: 6, sm: 0, md: 4, lg: 4 }),
|
|
7580
|
+
emptyBox$1("LazyLoadingTableEmpty1", { xs: 6, sm: 0, md: 4, lg: 4 }),
|
|
7579
7581
|
buildWrapper("Tree Table Properties", [
|
|
7580
7582
|
getRadioInputField("enableRowMovement", "Row Rearrangement", ["YES", "NO"]),
|
|
7581
7583
|
getRadioInputField("enableExpanding", "Row Expanding", ["YES", "NO"]),
|