@tiba-spark/client-shared-lib 25.4.1-227 → 25.4.1-229
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/esm2022/libraries/enums/localization.enum.mjs +6 -1
- package/fesm2022/tiba-spark-client-shared-lib.mjs +5 -0
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/enums/localization.enum.d.ts +6 -1
- package/libraries/enums/localization.enum.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libraries/theme/mat-components/_mat-radio-group.scss +12 -0
|
@@ -29600,6 +29600,11 @@ var Localization;
|
|
|
29600
29600
|
Localization["select_at_least_one_facility"] = "select_at_least_one_facility";
|
|
29601
29601
|
Localization["transmit_images_button"] = "transmit_images_button";
|
|
29602
29602
|
Localization["scan2_pay_minimum_version_message"] = "scan2_pay_minimum_version_message";
|
|
29603
|
+
Localization["manage_time_restrictions"] = "manage_time_restrictions";
|
|
29604
|
+
Localization["no_time_restrictions"] = "no_time_restrictions";
|
|
29605
|
+
Localization["manage_device_restriction"] = "manage_device_restriction";
|
|
29606
|
+
Localization["no_device_restriction"] = "no_device_restriction";
|
|
29607
|
+
Localization["no_time_and_device_restrictions_warning"] = "no_time_and_device_restrictions_warning";
|
|
29603
29608
|
})(Localization || (Localization = {}));
|
|
29604
29609
|
|
|
29605
29610
|
class UpdateMobileMode {
|