@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
|
@@ -60,7 +60,7 @@ export class SwitchIndicatorLightElement extends ConditionalEnableElement {
|
|
|
60
60
|
}
|
|
61
61
|
else {
|
|
62
62
|
this.checkElementPassword(false);
|
|
63
|
-
if (!this.model.useIndicatorLight
|
|
63
|
+
if (!this.model.useIndicatorLight) {
|
|
64
64
|
this.switchToState(1);
|
|
65
65
|
}
|
|
66
66
|
}
|
|
@@ -100,7 +100,7 @@ export class SwitchIndicatorLightElement extends ConditionalEnableElement {
|
|
|
100
100
|
document.removeEventListener(this.isMobileMode ? 'touchend' : 'mouseup', this.onDocMouseUp);
|
|
101
101
|
this.isVerifiedForRestoration = false;
|
|
102
102
|
this.isWriteRestorationDownValue = false;
|
|
103
|
-
if (!this.model.useIndicatorLight
|
|
103
|
+
if (!this.model.useIndicatorLight) {
|
|
104
104
|
this.switchToState(0);
|
|
105
105
|
if (d3.event) {
|
|
106
106
|
d3.event.preventDefault();
|
|
@@ -7,7 +7,7 @@ export const DefaultLocalization = {
|
|
|
7
7
|
submitting: 'Submitting···',
|
|
8
8
|
numericalValueRequired: 'Numerical value can\'t be emtpy',
|
|
9
9
|
invalidNumericalValue: 'Numerical value is not valid',
|
|
10
|
-
writeValueTimeout: '
|
|
10
|
+
writeValueTimeout: 'Write value error: Timeout',
|
|
11
11
|
binaryType: 'Binary',
|
|
12
12
|
decimalType: 'Decimal',
|
|
13
13
|
hexadecimalType: 'Hexadecimal',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":4,"metadata":{"LOCALIZATION":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"InjectionToken","line":2,"character":32},"arguments":["fc.gui.loc"]},"Localization":{"__symbolic":"interface"},"DefaultLocalization":{"loadFailed":"Load failed.","setting":"Setting","submit":"Submit","submitting":"Submitting···","numericalValueRequired":"Numerical value can't be emtpy","invalidNumericalValue":"Numerical value is not valid","writeValueTimeout":"
|
|
1
|
+
[{"__symbolic":"module","version":4,"metadata":{"LOCALIZATION":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"InjectionToken","line":2,"character":32},"arguments":["fc.gui.loc"]},"Localization":{"__symbolic":"interface"},"DefaultLocalization":{"loadFailed":"Load failed.","setting":"Setting","submit":"Submit","submitting":"Submitting···","numericalValueRequired":"Numerical value can't be emtpy","invalidNumericalValue":"Numerical value is not valid","writeValueTimeout":"Write value error: Timeout","binaryType":"Binary","decimalType":"Decimal","hexadecimalType":"Hexadecimal","stringType":"String","numericalValueTooLong":"Numerical value too long","fractionDigitsMustLessThan":"Fraction digits must be less than ","canNotBeNegative":"Can not be negative","valueOutOfRange":"Numerical value is out of range","timeout":"timeout","confirmOperationPrompt":"Are you sure you want to perform this operation?","confirm":"Yes","cancel":"Cancel","characterInputRequired":"Character input can't be empty","character":"(Character)","characterOutofRange":"Character length is out of range","writeValueRange":"Write value range","loading":"Loading","unbind":"Unbind","offline":"Offline","abnormal":"Data abnormal","disable":"Disable","permissiontip":"You have no permission to operate.","conditionIsNotMetTip":"Operation conditions not met or variable anomalies.","chartNoData":"No Data Available","lastThirtyMinutes":"Last thirty minutes","lastOneHour":"Last one hour","lastEightHour":"Last eight hours","lastTwentyFourHours":"Last 24 hours","lastSevenDays":"Last 7 days","lastThirtyDays":"Last 30 days","lastOneYear":"Last 1 year","grouped":"Grouped","stacked":"Stacked","passwordVerify":"Password verifiers","passwordError":"Password error","password":"Password","passwordToolTip":"Password error, please re-enter","passwordRequired":"Password can't be empty","invalidVideoAddress":"Invalid video address","unconfiguredVideoAddress":"Unconfigured Video Address","weatherNotSupport":"Location not supported","weatherNotAddress":"Address not configured","weatherNotAvailable":"Address not yet available","airQualityNotSupport":"Location not supported","airQualityNotAddress":"Address not configured","airQualityNotAvailable":"Address not yet available"}}}]
|