impaktapps-ui-builder 0.0.79 → 0.0.80
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 +1 -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 +2 -2
|
@@ -7574,8 +7574,8 @@ const buildPropertiesSection = function(type) {
|
|
|
7574
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
|
-
getMultiSelectField("filteringOptions", "Filtering Options"),
|
|
7578
7577
|
getInputField("selectKey", "Selection Key"),
|
|
7578
|
+
getMultiSelectField("filteringOptions", "Filtering Options"),
|
|
7579
7579
|
emptyBox$1("LazyLoadingTableEmpty1", { xs: 6, sm: 0, md: 4, lg: 4 }),
|
|
7580
7580
|
emptyBox$1("LazyLoadingTableEmpty1", { xs: 6, sm: 0, md: 4, lg: 4 }),
|
|
7581
7581
|
buildWrapper("Tree Table Properties", [
|