impaktapps-ui-builder 1.0.392 → 1.0.394
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 +2 -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 +1 -1
- package/src/impaktapps-ui-builder/builder/services/component.ts +1 -1
|
@@ -8306,7 +8306,7 @@ const buildPropertiesSection = function(type) {
|
|
|
8306
8306
|
emptyBox$1("PdfViewer", { xs: 6, sm: 6, md: 8, lg: 9 })
|
|
8307
8307
|
];
|
|
8308
8308
|
break;
|
|
8309
|
-
case "
|
|
8309
|
+
case "SplitViewContainer":
|
|
8310
8310
|
uiSchema.elements = [
|
|
8311
8311
|
getInputField("expandedPanelHeight", "Expanded Panel Height"),
|
|
8312
8312
|
emptyBox$1("splitViewContainer", { xs: 6, sm: 6, md: 8, lg: 9 })
|
|
@@ -8888,7 +8888,7 @@ const sectionLabels = {
|
|
|
8888
8888
|
PopUp: ["Core", "Components", "Properties", "Events", "Style"],
|
|
8889
8889
|
PopOver: ["Core", "Components", "Properties", "Style"],
|
|
8890
8890
|
PdfViewer: ["Core", "Properties", "Style"],
|
|
8891
|
-
SplitViewContainer: ["Core", "Components", "Style"],
|
|
8891
|
+
SplitViewContainer: ["Core", "Components", "Properties", "Style"],
|
|
8892
8892
|
Stepper: ["Core", "Components", "Properties", "Events", "Style"],
|
|
8893
8893
|
DataGrid: ["Core", "Components", "Properties", "Events", "Style"],
|
|
8894
8894
|
InputSlider: ["Core", "Properties", "Events", "Style", "Validation"],
|