impaktapps-ui-builder 0.0.323 → 0.0.324
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.
|
@@ -10206,14 +10206,13 @@ const InputSlider = {
|
|
|
10206
10206
|
step: 1e3,
|
|
10207
10207
|
min: 0,
|
|
10208
10208
|
label: "Slider"
|
|
10209
|
-
}
|
|
10210
|
-
style: {}
|
|
10209
|
+
}
|
|
10211
10210
|
}
|
|
10212
10211
|
};
|
|
10213
10212
|
const buildInputSlider = (config, componentScope) => {
|
|
10214
10213
|
const inputSlider = _.cloneDeep(InputSlider);
|
|
10215
10214
|
inputSlider.scope = componentScope;
|
|
10216
|
-
inputSlider.config.main.
|
|
10215
|
+
inputSlider.config.main.label = config.label;
|
|
10217
10216
|
if (config.layout) {
|
|
10218
10217
|
inputSlider.config.layout = createLayoutFormat(config.layout);
|
|
10219
10218
|
}
|