@byteluck-fe/model-driven-controls 7.0.0-props.69 → 7.0.0-props.70
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.
|
@@ -122,9 +122,7 @@ var SliderControl = /*#__PURE__*/ function(DesignerFormControl) {
|
|
|
122
122
|
return SliderControl;
|
|
123
123
|
}(DesignerFormControl);
|
|
124
124
|
_define_property(SliderControl, "controlEventKeys", [
|
|
125
|
-
'on_change'
|
|
126
|
-
'on_focus',
|
|
127
|
-
'on_blur'
|
|
125
|
+
'on_change'
|
|
128
126
|
]);
|
|
129
127
|
_define_property(SliderControl, "controlFieldType", FieldTypes.DECIMAL);
|
|
130
128
|
_define_property(SliderControl, "setting", [
|
|
@@ -122,8 +122,7 @@ var SwitchControl = /*#__PURE__*/ function(DesignerFormControl) {
|
|
|
122
122
|
return SwitchControl;
|
|
123
123
|
}(DesignerFormControl);
|
|
124
124
|
_define_property(SwitchControl, "controlEventKeys", [
|
|
125
|
-
'on_change'
|
|
126
|
-
'on_click'
|
|
125
|
+
'on_change'
|
|
127
126
|
]);
|
|
128
127
|
_define_property(SwitchControl, "controlFieldType", FieldTypes.DECIMAL);
|
|
129
128
|
_define_property(SwitchControl, "setting", [
|