impaktapps-ui-builder 1.0.393 → 1.0.395

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.
@@ -8306,9 +8306,9 @@ const buildPropertiesSection = function(type) {
8306
8306
  emptyBox$1("PdfViewer", { xs: 6, sm: 6, md: 8, lg: 9 })
8307
8307
  ];
8308
8308
  break;
8309
- case "splitViewContainer":
8309
+ case "SplitViewContainer":
8310
8310
  uiSchema.elements = [
8311
- getInputField("expandedPanelHeight", "Expanded Panel Height"),
8311
+ getInputField("collapsePanelHeight", "Expanded Panel Height"),
8312
8312
  emptyBox$1("splitViewContainer", { xs: 6, sm: 6, md: 8, lg: 9 })
8313
8313
  ];
8314
8314
  break;
@@ -13253,8 +13253,8 @@ var SplitViewContainer = {
13253
13253
  const buildSplitViewContainer = (config2, componentScope2, store2) => {
13254
13254
  const splitViewContainer = _.cloneDeep(SplitViewContainer);
13255
13255
  splitViewContainer.scope = componentScope2;
13256
- if (config2.expandedPanelHeight) {
13257
- splitViewContainer.config.main.expandedPanelHeight = config2.expandedPanelHeight;
13256
+ if (config2.collapsePanelHeight) {
13257
+ splitViewContainer.config.main.collapsePanelHeight = config2.collapsePanelHeight;
13258
13258
  }
13259
13259
  if (config2.style) {
13260
13260
  splitViewContainer.config.style = JSON.parse(config2.style);