@c8y/ngx-components 1018.0.151 → 1018.0.159
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/NOTICES +1 -1
- package/core/range-display/range-display.component.d.ts +19 -1
- package/core/realtime/realtime-subject.service.d.ts +4 -0
- package/core/realtime/realtime.service.d.ts +10 -0
- package/device-protocols/device-protocols.guard.d.ts +12 -0
- package/device-protocols/device-protocols.module.d.ts +8 -0
- package/device-protocols/device-type-detail-edited.service.d.ts +8 -0
- package/device-protocols/device-type-detail.component.d.ts +12 -0
- package/device-protocols/device-type-detail.directive.d.ts +9 -0
- package/device-protocols/index.d.ts +5 -0
- package/esm2020/core/range-display/range-display.component.mjs +87 -4
- package/esm2020/core/realtime/realtime-subject.service.mjs +47 -4
- package/esm2020/core/realtime/realtime.service.mjs +15 -1
- package/esm2020/device-protocols/c8y-ngx-components-device-protocols.mjs +5 -0
- package/esm2020/device-protocols/device-protocols.guard.mjs +40 -0
- package/esm2020/device-protocols/device-protocols.module.mjs +46 -0
- package/esm2020/device-protocols/device-type-detail-edited.service.mjs +19 -0
- package/esm2020/device-protocols/device-type-detail.component.mjs +45 -0
- package/esm2020/device-protocols/device-type-detail.directive.mjs +19 -0
- package/esm2020/device-protocols/index.mjs +6 -0
- package/esm2020/ecosystem/application-properties/subscription-modal/subscription-modal.component.mjs +4 -1
- package/esm2020/icon-selector/icons/ecommerce/index.mjs +2 -2
- package/esm2020/upgrade/ng1/downgraded.services.mjs +6 -4
- package/esm2020/upgrade/ng1/index.mjs +6 -5
- package/esm2020/upgrade/upgrade.module.mjs +10 -10
- package/fesm2015/c8y-ngx-components-device-protocols.mjs +162 -0
- package/fesm2015/c8y-ngx-components-device-protocols.mjs.map +1 -0
- package/fesm2015/c8y-ngx-components-ecosystem.mjs +3 -0
- package/fesm2015/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components-icon-selector-icons-ecommerce.mjs +1 -1
- package/fesm2015/c8y-ngx-components-icon-selector-icons-ecommerce.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components-upgrade.mjs +91 -88
- package/fesm2015/c8y-ngx-components-upgrade.mjs.map +1 -1
- package/fesm2015/c8y-ngx-components.mjs +144 -4
- package/fesm2015/c8y-ngx-components.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-device-protocols.mjs +159 -0
- package/fesm2020/c8y-ngx-components-device-protocols.mjs.map +1 -0
- package/fesm2020/c8y-ngx-components-ecosystem.mjs +3 -0
- package/fesm2020/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-icon-selector-icons-ecommerce.mjs +1 -1
- package/fesm2020/c8y-ngx-components-icon-selector-icons-ecommerce.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-upgrade.mjs +90 -87
- package/fesm2020/c8y-ngx-components-upgrade.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components.mjs +142 -4
- package/fesm2020/c8y-ngx-components.mjs.map +1 -1
- package/icon-selector/icons/ecommerce/index.d.ts +1 -1
- package/locales/de.po +3 -0
- package/locales/en.po +80 -8
- package/locales/locales.pot +4 -4
- package/package.json +1 -1
- package/upgrade/ng1/downgraded.services.d.ts +1 -0
package/locales/de.po
CHANGED
|
@@ -16646,6 +16646,9 @@ msgstr "Gerätetyp"
|
|
|
16646
16646
|
msgid "devices selected"
|
|
16647
16647
|
msgstr "Geräte ausgewählt"
|
|
16648
16648
|
|
|
16649
|
+
msgid "e-commerce`icons-category`"
|
|
16650
|
+
msgstr "E-Commerce"
|
|
16651
|
+
|
|
16649
16652
|
msgid "e.g."
|
|
16650
16653
|
msgstr "z. B."
|
|
16651
16654
|
|
package/locales/en.po
CHANGED
|
@@ -20,6 +20,9 @@ msgstr "ACKNOWLEDGED by: {{ackBy}} {{ackTimeFromNow}}"
|
|
|
20
20
|
msgid "ACTIVE`alarm`: triggered {{alarmTimeFromNow}}"
|
|
21
21
|
msgstr "ACTIVE: triggered {{alarmTimeFromNow}}"
|
|
22
22
|
|
|
23
|
+
msgid "Accepted`data broker subscription`"
|
|
24
|
+
msgstr "Accepted"
|
|
25
|
+
|
|
23
26
|
msgid "Activate all visible`children`"
|
|
24
27
|
msgstr "Activate all visible"
|
|
25
28
|
|
|
@@ -32,10 +35,10 @@ msgstr "Active"
|
|
|
32
35
|
msgid "Active`auto scanning`"
|
|
33
36
|
msgstr "Active"
|
|
34
37
|
|
|
35
|
-
msgid "Active`
|
|
38
|
+
msgid "Active`data broker subscription`"
|
|
36
39
|
msgstr "Active"
|
|
37
40
|
|
|
38
|
-
msgid "Active`
|
|
41
|
+
msgid "Active`rule`"
|
|
39
42
|
msgstr "Active"
|
|
40
43
|
|
|
41
44
|
msgid "Active`switch`"
|
|
@@ -86,6 +89,9 @@ msgstr "Add next"
|
|
|
86
89
|
msgid "All children active`assets`"
|
|
87
90
|
msgstr "All children active"
|
|
88
91
|
|
|
92
|
+
msgid "All`icons-category`"
|
|
93
|
+
msgstr "All"
|
|
94
|
+
|
|
89
95
|
msgid "And before`date`"
|
|
90
96
|
msgstr "And before"
|
|
91
97
|
|
|
@@ -95,6 +101,12 @@ msgstr "Apply"
|
|
|
95
101
|
msgid "Apply`selection`"
|
|
96
102
|
msgstr "Apply"
|
|
97
103
|
|
|
104
|
+
msgid "Arrow`icons-category`"
|
|
105
|
+
msgstr "Arrow"
|
|
106
|
+
|
|
107
|
+
msgid "Blocked`data broker subscription`"
|
|
108
|
+
msgstr "Blocked"
|
|
109
|
+
|
|
98
110
|
msgid "Border`style`"
|
|
99
111
|
msgstr "Border"
|
|
100
112
|
|
|
@@ -220,6 +232,12 @@ msgstr "Dark"
|
|
|
220
232
|
msgid "Dark`theme`"
|
|
221
233
|
msgstr "Dark"
|
|
222
234
|
|
|
235
|
+
msgid "Data`icons-category`"
|
|
236
|
+
msgstr "Data"
|
|
237
|
+
|
|
238
|
+
msgid "Date and time`icons-category`"
|
|
239
|
+
msgstr "Date and time"
|
|
240
|
+
|
|
223
241
|
msgid "Deactivate all visible`children`"
|
|
224
242
|
msgstr "Deactivate all visible"
|
|
225
243
|
|
|
@@ -229,8 +247,8 @@ msgstr "Delete"
|
|
|
229
247
|
msgid "Delete`tenant`"
|
|
230
248
|
msgstr "Delete"
|
|
231
249
|
|
|
232
|
-
msgid "Device integration
|
|
233
|
-
msgstr "Device integration
|
|
250
|
+
msgid "Device integration guide`KEEP_ORIGINAL`"
|
|
251
|
+
msgstr "Device integration guide"
|
|
234
252
|
|
|
235
253
|
msgid "Devices and sensors`icons-category`"
|
|
236
254
|
msgstr "Devices and sensors"
|
|
@@ -256,6 +274,9 @@ msgstr "Download"
|
|
|
256
274
|
msgid "Edit`tenant`"
|
|
257
275
|
msgstr "Edit"
|
|
258
276
|
|
|
277
|
+
msgid "Editing`icons-category`"
|
|
278
|
+
msgstr "Editing"
|
|
279
|
+
|
|
259
280
|
msgid "Enable`owner`"
|
|
260
281
|
msgstr "Enable"
|
|
261
282
|
|
|
@@ -268,9 +289,15 @@ msgstr "Enabled"
|
|
|
268
289
|
msgid "External`application`"
|
|
269
290
|
msgstr "External"
|
|
270
291
|
|
|
292
|
+
msgid "Files and folders`icons-category`"
|
|
293
|
+
msgstr "Files and folders"
|
|
294
|
+
|
|
271
295
|
msgid "Fill`verb, image fitting option`"
|
|
272
296
|
msgstr "Fill"
|
|
273
297
|
|
|
298
|
+
msgid "Finance`icons-category`"
|
|
299
|
+
msgstr "Finance"
|
|
300
|
+
|
|
274
301
|
msgid ""
|
|
275
302
|
"Find out more about available applications in the\n"
|
|
276
303
|
" <a c8y-guide-href=\"users-guide/administration/#managing-applications\"></a>\n"
|
|
@@ -526,16 +553,19 @@ msgstr "Full width"
|
|
|
526
553
|
msgid "HH`HOURS`"
|
|
527
554
|
msgstr "HH"
|
|
528
555
|
|
|
556
|
+
msgid "Hands`icons-category`"
|
|
557
|
+
msgstr "Hands"
|
|
558
|
+
|
|
529
559
|
msgid "Hidden`style`"
|
|
530
560
|
msgstr "Hidden"
|
|
531
561
|
|
|
532
562
|
msgid "Inactive`auto scanning`"
|
|
533
563
|
msgstr "Inactive"
|
|
534
564
|
|
|
535
|
-
msgid "Inactive`
|
|
565
|
+
msgid "Inactive`data broker subscription`"
|
|
536
566
|
msgstr "Inactive"
|
|
537
567
|
|
|
538
|
-
msgid "Inactive`
|
|
568
|
+
msgid "Inactive`rule`"
|
|
539
569
|
msgstr "Inactive"
|
|
540
570
|
|
|
541
571
|
msgid "Inactive`switch`"
|
|
@@ -556,6 +586,9 @@ msgstr "Installations"
|
|
|
556
586
|
msgid "Installed`plugins`"
|
|
557
587
|
msgstr "Installed"
|
|
558
588
|
|
|
589
|
+
msgid "Introspection`Method of validating access token from external IAM system`"
|
|
590
|
+
msgstr "Introspection"
|
|
591
|
+
|
|
559
592
|
msgid "Keep unchanged`version`"
|
|
560
593
|
msgstr "Keep unchanged"
|
|
561
594
|
|
|
@@ -592,18 +625,27 @@ msgstr "Match UI"
|
|
|
592
625
|
msgid "Match dashboard`style`"
|
|
593
626
|
msgstr "Match dashboard"
|
|
594
627
|
|
|
628
|
+
msgid "Messaging`icons-category`"
|
|
629
|
+
msgstr "Messaging"
|
|
630
|
+
|
|
595
631
|
msgid "Microservice SDK guide`KEEP_ORIGINAL`"
|
|
596
632
|
msgstr "Microservice SDK guide"
|
|
597
633
|
|
|
598
634
|
msgid "More`details`"
|
|
599
635
|
msgstr "More"
|
|
600
636
|
|
|
637
|
+
msgid "Multimedia`icons-category`"
|
|
638
|
+
msgstr "Multimedia"
|
|
639
|
+
|
|
601
640
|
msgid "My device`DEVICE_NAME`"
|
|
602
641
|
msgstr "My device"
|
|
603
642
|
|
|
604
643
|
msgid "MyType`DEVICE_TYPE`"
|
|
605
644
|
msgstr "MyType"
|
|
606
645
|
|
|
646
|
+
msgid "Network`icons-category`"
|
|
647
|
+
msgstr "Network"
|
|
648
|
+
|
|
607
649
|
msgid "Next`page`"
|
|
608
650
|
msgstr "Next"
|
|
609
651
|
|
|
@@ -644,6 +686,15 @@ msgstr "Operator"
|
|
|
644
686
|
msgid "Overlay`style`"
|
|
645
687
|
msgstr "Overlay"
|
|
646
688
|
|
|
689
|
+
msgid "Pending acceptance`data broker subscription`"
|
|
690
|
+
msgstr "Pending acceptance"
|
|
691
|
+
|
|
692
|
+
msgid "People`icons-category`"
|
|
693
|
+
msgstr "People"
|
|
694
|
+
|
|
695
|
+
msgid "Platform`icons-category`"
|
|
696
|
+
msgstr "Platform"
|
|
697
|
+
|
|
647
698
|
msgid "Possible values: \"true`KEEP_ORIGINAL`\", \"false`KEEP_ORIGINAL`\", or a specific date until the user should remain active, for example, \"{{ exampleDate }}\". Leaving it blank, will set the value to \"true`KEEP_ORIGINAL`\"."
|
|
648
699
|
msgstr "Possible values: \"true\", \"false\", or a specific date until the user should remain active, for example, \"{{ exampleDate }}\". Leaving it blank, will set the value to \"true\"."
|
|
649
700
|
|
|
@@ -656,6 +707,9 @@ msgstr "Previous"
|
|
|
656
707
|
msgid "Private`package availability`"
|
|
657
708
|
msgstr "Private"
|
|
658
709
|
|
|
710
|
+
msgid "Programming`icons-category`"
|
|
711
|
+
msgstr "Programming"
|
|
712
|
+
|
|
659
713
|
msgid "REVOKED`plugin status`"
|
|
660
714
|
msgstr "REVOKED"
|
|
661
715
|
|
|
@@ -671,7 +725,7 @@ msgstr "Reboot (password protected)"
|
|
|
671
725
|
msgid "Reference guide`KEEP_ORIGINAL`"
|
|
672
726
|
msgstr "Reference guide"
|
|
673
727
|
|
|
674
|
-
msgid "Regenerate`
|
|
728
|
+
msgid "Regenerate`verification code`"
|
|
675
729
|
msgstr "Regenerate"
|
|
676
730
|
|
|
677
731
|
msgid "Regular`style`"
|
|
@@ -743,6 +797,9 @@ msgstr "Suspend"
|
|
|
743
797
|
msgid "Suspended`tenant`"
|
|
744
798
|
msgstr "Suspended"
|
|
745
799
|
|
|
800
|
+
msgid "The \"contextPath`KEEP_ORIGINAL`\" or \"key`KEEP_ORIGINAL`\" of the uploaded archive do not match with the existing application."
|
|
801
|
+
msgstr "The \"contextPath\" or \"key\" of the uploaded archive do not match with the existing application."
|
|
802
|
+
|
|
746
803
|
msgid "To`date`"
|
|
747
804
|
msgstr "To"
|
|
748
805
|
|
|
@@ -776,6 +833,9 @@ msgstr "Update"
|
|
|
776
833
|
msgid "User guide`KEEP_ORIGINAL`"
|
|
777
834
|
msgstr "User guide"
|
|
778
835
|
|
|
836
|
+
msgid "User info`Method of validating access token from external IAM system`"
|
|
837
|
+
msgstr "User info"
|
|
838
|
+
|
|
779
839
|
msgid "User interface`icons-category`"
|
|
780
840
|
msgstr "User interface"
|
|
781
841
|
|
|
@@ -788,6 +848,12 @@ msgstr "Value for inactive"
|
|
|
788
848
|
msgid "Verify`signed verification code`"
|
|
789
849
|
msgstr "Verify"
|
|
790
850
|
|
|
851
|
+
msgid "Waiting for connection`data broker subscription`"
|
|
852
|
+
msgstr "Waiting for connection"
|
|
853
|
+
|
|
854
|
+
msgid "Waiting`data broker subscription`"
|
|
855
|
+
msgstr "Waiting"
|
|
856
|
+
|
|
791
857
|
msgid "Weather`icons-category`"
|
|
792
858
|
msgstr "Weather"
|
|
793
859
|
|
|
@@ -821,12 +887,18 @@ msgstr "center"
|
|
|
821
887
|
msgid "daemon`SERVICE_NAME`"
|
|
822
888
|
msgstr "daemon"
|
|
823
889
|
|
|
890
|
+
msgid "e-commerce`icons-category`"
|
|
891
|
+
msgstr "e-commerce"
|
|
892
|
+
|
|
824
893
|
msgid "e.g. +49 9 876 543 210`LOCALIZE`"
|
|
825
894
|
msgstr "e.g. +49 9 876 543 210"
|
|
826
895
|
|
|
827
896
|
msgid "e.g. +495434323210`LOCALIZE`"
|
|
828
897
|
msgstr "e.g. +495434323210"
|
|
829
898
|
|
|
899
|
+
msgid "e.g. Doe`LOCALIZE`"
|
|
900
|
+
msgstr "e.g. Doe"
|
|
901
|
+
|
|
830
902
|
msgid "e.g. Europe.Nokia`LOCALIZE`"
|
|
831
903
|
msgstr "e.g. Europe.Nokia"
|
|
832
904
|
|
|
@@ -914,7 +986,7 @@ msgid ""
|
|
|
914
986
|
" critical`KEEP_ORIGINAL`, for example:"
|
|
915
987
|
msgstr ""
|
|
916
988
|
"takes the alarm status object and returns a CSS class that can be used for styling:\n"
|
|
917
|
-
" none,\n"
|
|
989
|
+
" none, warning, minor, major,\n"
|
|
918
990
|
" critical, for example:"
|
|
919
991
|
|
|
920
992
|
msgid "to`date`"
|
package/locales/locales.pot
CHANGED
|
@@ -5278,9 +5278,6 @@ msgstr ""
|
|
|
5278
5278
|
msgid "Each support user request from subtenant user will prolong support user access by the given number of hours (default: 24 hours). Leaving it blank, will set the value to \"24\"."
|
|
5279
5279
|
msgstr ""
|
|
5280
5280
|
|
|
5281
|
-
msgid "Ecommerce`icons-category`"
|
|
5282
|
-
msgstr ""
|
|
5283
|
-
|
|
5284
5281
|
msgid "Ecosystem"
|
|
5285
5282
|
msgstr ""
|
|
5286
5283
|
|
|
@@ -10097,7 +10094,7 @@ msgstr ""
|
|
|
10097
10094
|
msgid "Opening relay {{number}}."
|
|
10098
10095
|
msgstr ""
|
|
10099
10096
|
|
|
10100
|
-
msgid "Operability chart displays how many devices had their average availability on particular level in the last
|
|
10097
|
+
msgid "Operability chart displays how many devices had their average availability on particular level in the last 30 days."
|
|
10101
10098
|
msgstr ""
|
|
10102
10099
|
|
|
10103
10100
|
msgid "Operate as MDB Communications Gateway"
|
|
@@ -16787,6 +16784,9 @@ msgstr ""
|
|
|
16787
16784
|
msgid "devices selected"
|
|
16788
16785
|
msgstr ""
|
|
16789
16786
|
|
|
16787
|
+
msgid "e-commerce`icons-category`"
|
|
16788
|
+
msgstr ""
|
|
16789
|
+
|
|
16790
16790
|
msgid "e.g."
|
|
16791
16791
|
msgstr ""
|
|
16792
16792
|
|