impaktapps-ui-builder 1.0.440 → 1.0.441
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.
|
@@ -8859,7 +8859,7 @@ const sectionLabels = {
|
|
|
8859
8859
|
LeaderBoard: ["Core", "Components", "Properties", "Events", "Style"],
|
|
8860
8860
|
WrapperSection: ["Core", "Components", "Properties", "Style"],
|
|
8861
8861
|
HorizontalLayout: ["Core", "Components", "Properties", "Style"],
|
|
8862
|
-
TabSection: ["Core", "Components", "
|
|
8862
|
+
TabSection: ["Core", "Components", "TabTitles", "Properties", "Style", "Validation"],
|
|
8863
8863
|
SpeedoMeter: ["Core", "Properties", "Events", "Style"],
|
|
8864
8864
|
card: ["Core", "Properties", "Events", "Style", "Validation"],
|
|
8865
8865
|
UploadFile: ["Core", "Events", "Style", "Validation"],
|
|
@@ -8907,7 +8907,7 @@ function refreshPage(type, store2) {
|
|
|
8907
8907
|
Style: StyleSection,
|
|
8908
8908
|
Events: EventSection(store2.theme.myTheme),
|
|
8909
8909
|
Components: TableSection(store2.theme.myTheme),
|
|
8910
|
-
|
|
8910
|
+
TabTitles: TableSection(store2.theme.myTheme, "tabLabelElements"),
|
|
8911
8911
|
Properties: buildPropertiesSection(type),
|
|
8912
8912
|
Validation: ValidationSection
|
|
8913
8913
|
};
|