@flexem/fc-gui 3.0.0-alpha.110 → 3.0.0-alpha.112
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/bundles/@flexem/fc-gui.umd.js +3 -3
- package/bundles/@flexem/fc-gui.umd.js.map +1 -1
- package/bundles/@flexem/fc-gui.umd.min.js +1 -1
- package/bundles/@flexem/fc-gui.umd.min.js.map +1 -1
- package/elements/switch-indicator-light/switch-indicator-light-element.js +2 -2
- package/localization/localization.service.js +1 -1
- package/localization/localization.service.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -22887,7 +22887,7 @@ const DefaultLocalization = {
|
|
|
22887
22887
|
submitting: 'Submitting···',
|
|
22888
22888
|
numericalValueRequired: 'Numerical value can\'t be emtpy',
|
|
22889
22889
|
invalidNumericalValue: 'Numerical value is not valid',
|
|
22890
|
-
writeValueTimeout: '
|
|
22890
|
+
writeValueTimeout: 'Write value error: Timeout',
|
|
22891
22891
|
binaryType: 'Binary',
|
|
22892
22892
|
decimalType: 'Decimal',
|
|
22893
22893
|
hexadecimalType: 'Hexadecimal',
|
|
@@ -39384,7 +39384,7 @@ class switch_indicator_light_element_SwitchIndicatorLightElement extends conditi
|
|
|
39384
39384
|
}
|
|
39385
39385
|
else {
|
|
39386
39386
|
this.checkElementPassword(false);
|
|
39387
|
-
if (!this.model.useIndicatorLight
|
|
39387
|
+
if (!this.model.useIndicatorLight) {
|
|
39388
39388
|
this.switchToState(1);
|
|
39389
39389
|
}
|
|
39390
39390
|
}
|
|
@@ -39424,7 +39424,7 @@ class switch_indicator_light_element_SwitchIndicatorLightElement extends conditi
|
|
|
39424
39424
|
document.removeEventListener(this.isMobileMode ? 'touchend' : 'mouseup', this.onDocMouseUp);
|
|
39425
39425
|
this.isVerifiedForRestoration = false;
|
|
39426
39426
|
this.isWriteRestorationDownValue = false;
|
|
39427
|
-
if (!this.model.useIndicatorLight
|
|
39427
|
+
if (!this.model.useIndicatorLight) {
|
|
39428
39428
|
this.switchToState(0);
|
|
39429
39429
|
if (on_event) {
|
|
39430
39430
|
on_event.preventDefault();
|