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.
@@ -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 Toggle", ["YES", "NO"]),
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
+ 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"]),