@c8y/ngx-components 1024.1.8 → 1024.5.1

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.
Files changed (87) hide show
  1. package/fesm2022/c8y-ngx-components-bookmarks.mjs +33 -23
  2. package/fesm2022/c8y-ngx-components-bookmarks.mjs.map +1 -1
  3. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +2 -2
  4. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  5. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +65 -25
  6. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  7. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +363 -38
  8. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  9. package/fesm2022/c8y-ngx-components-device-profile.mjs +27 -9
  10. package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
  11. package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -1
  12. package/fesm2022/c8y-ngx-components-echart.mjs +796 -123
  13. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  14. package/fesm2022/c8y-ngx-components-global-context.mjs +391 -54
  15. package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
  16. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs +9 -11
  17. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs.map +1 -1
  18. package/fesm2022/c8y-ngx-components-remote-access-data.mjs +43 -0
  19. package/fesm2022/c8y-ngx-components-remote-access-data.mjs.map +1 -1
  20. package/fesm2022/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.mjs +17 -3
  21. package/fesm2022/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.mjs.map +1 -1
  22. package/fesm2022/c8y-ngx-components-remote-access-terminal-viewer.mjs +179 -41
  23. package/fesm2022/c8y-ngx-components-remote-access-terminal-viewer.mjs.map +1 -1
  24. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +5 -4
  25. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  26. package/fesm2022/c8y-ngx-components-repository-software.mjs +10 -4
  27. package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
  28. package/fesm2022/c8y-ngx-components-time-context.mjs +146 -20
  29. package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
  30. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +5 -4
  31. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  32. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +6 -5
  33. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
  34. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +198 -24
  35. package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
  36. package/fesm2022/c8y-ngx-components.mjs +109 -36
  37. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  38. package/locales/de.po +141 -13
  39. package/locales/es.po +141 -13
  40. package/locales/fr.po +141 -13
  41. package/locales/ja_JP.po +140 -14
  42. package/locales/ko.po +141 -13
  43. package/locales/locales.pot +139 -11
  44. package/locales/nl.po +141 -13
  45. package/locales/pl.po +141 -13
  46. package/locales/pt_BR.po +141 -13
  47. package/locales/zh_CN.po +141 -13
  48. package/locales/zh_TW.po +141 -13
  49. package/package.json +1 -1
  50. package/types/c8y-ngx-components-bookmarks.d.ts +7 -7
  51. package/types/c8y-ngx-components-bookmarks.d.ts.map +1 -1
  52. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +4 -1
  53. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
  54. package/types/c8y-ngx-components-datapoint-selector.d.ts +93 -5
  55. package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
  56. package/types/c8y-ngx-components-device-profile.d.ts +5 -2
  57. package/types/c8y-ngx-components-device-profile.d.ts.map +1 -1
  58. package/types/c8y-ngx-components-echart-models.d.ts +25 -3
  59. package/types/c8y-ngx-components-echart-models.d.ts.map +1 -1
  60. package/types/c8y-ngx-components-echart.d.ts +65 -5
  61. package/types/c8y-ngx-components-echart.d.ts.map +1 -1
  62. package/types/c8y-ngx-components-global-context.d.ts +187 -7
  63. package/types/c8y-ngx-components-global-context.d.ts.map +1 -1
  64. package/types/c8y-ngx-components-protocol-opcua.d.ts.map +1 -1
  65. package/types/c8y-ngx-components-remote-access-data.d.ts +19 -0
  66. package/types/c8y-ngx-components-remote-access-data.d.ts.map +1 -1
  67. package/types/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.d.ts +10 -3
  68. package/types/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.d.ts.map +1 -1
  69. package/types/c8y-ngx-components-remote-access-terminal-viewer.d.ts +20 -2
  70. package/types/c8y-ngx-components-remote-access-terminal-viewer.d.ts.map +1 -1
  71. package/types/c8y-ngx-components-repository-firmware.d.ts.map +1 -1
  72. package/types/c8y-ngx-components-repository-software.d.ts +2 -0
  73. package/types/c8y-ngx-components-repository-software.d.ts.map +1 -1
  74. package/types/c8y-ngx-components-time-context.d.ts +50 -8
  75. package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
  76. package/types/c8y-ngx-components-trusted-certificates.d.ts.map +1 -1
  77. package/types/c8y-ngx-components-widgets-implementations-alarms.d.ts +1 -0
  78. package/types/c8y-ngx-components-widgets-implementations-alarms.d.ts.map +1 -1
  79. package/types/c8y-ngx-components-widgets-implementations-asset-table.d.ts.map +1 -1
  80. package/types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts +25 -0
  81. package/types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts.map +1 -1
  82. package/types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts +1 -0
  83. package/types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts.map +1 -1
  84. package/types/c8y-ngx-components-widgets-implementations-scada.d.ts +2 -0
  85. package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
  86. package/types/c8y-ngx-components.d.ts +55 -12
  87. package/types/c8y-ngx-components.d.ts.map +1 -1
@@ -1486,6 +1486,9 @@ msgstr ""
1486
1486
  msgid "Aggregation"
1487
1487
  msgstr ""
1488
1488
 
1489
+ msgid "Aggregation display"
1490
+ msgstr ""
1491
+
1489
1492
  msgid "Aggregation options"
1490
1493
  msgstr ""
1491
1494
 
@@ -2370,6 +2373,9 @@ msgstr ""
2370
2373
  msgid "Auto observe"
2371
2374
  msgstr ""
2372
2375
 
2376
+ msgid "Auto picks an aggregation interval from the time range and the aggregation points per chart you set. Available only for the Data graph widget."
2377
+ msgstr ""
2378
+
2373
2379
  msgid "Auto refresh"
2374
2380
  msgstr ""
2375
2381
 
@@ -2388,6 +2394,15 @@ msgstr ""
2388
2394
  msgid "Auto scan address space"
2389
2395
  msgstr ""
2390
2396
 
2397
+ msgid "Auto — {{ points }} points per chart"
2398
+ msgstr ""
2399
+
2400
+ msgid "Auto — {{ points }} points per chart, kept on zoom"
2401
+ msgstr ""
2402
+
2403
+ msgid "Auto`automatic aggregation mode`"
2404
+ msgstr ""
2405
+
2391
2406
  msgid "Autodiscovery completed."
2392
2407
  msgstr ""
2393
2408
 
@@ -2403,6 +2418,9 @@ msgstr ""
2403
2418
  msgid "Autodiscovery request"
2404
2419
  msgstr ""
2405
2420
 
2421
+ msgid "Automatic aggregation"
2422
+ msgstr ""
2423
+
2406
2424
  msgid "Availability"
2407
2425
  msgstr ""
2408
2426
 
@@ -2505,6 +2523,9 @@ msgstr ""
2505
2523
  msgid "Backlog usage"
2506
2524
  msgstr ""
2507
2525
 
2526
+ msgid "Band color"
2527
+ msgstr ""
2528
+
2508
2529
  msgid "Bars"
2509
2530
  msgstr ""
2510
2531
 
@@ -2592,6 +2613,9 @@ msgstr ""
2592
2613
  msgid "Bookmark added."
2593
2614
  msgstr ""
2594
2615
 
2616
+ msgid "Bookmark label"
2617
+ msgstr ""
2618
+
2595
2619
  msgid "Bookmark removed."
2596
2620
  msgstr ""
2597
2621
 
@@ -2634,6 +2658,9 @@ msgstr ""
2634
2658
  msgid "Border`style`"
2635
2659
  msgstr ""
2636
2660
 
2661
+ msgid "Both minimum and maximum must be enabled to use this option."
2662
+ msgstr ""
2663
+
2637
2664
  msgid "Box model"
2638
2665
  msgstr ""
2639
2666
 
@@ -3963,6 +3990,9 @@ msgstr ""
3963
3990
  msgid "Confirm device type change?"
3964
3991
  msgstr ""
3965
3992
 
3993
+ msgid "Confirm host key"
3994
+ msgstr ""
3995
+
3966
3996
  msgid "Confirm log out all users?"
3967
3997
  msgstr ""
3968
3998
 
@@ -3990,6 +4020,9 @@ msgstr ""
3990
4020
  msgid "Confirm selection"
3991
4021
  msgstr ""
3992
4022
 
4023
+ msgid "Confirm the host key for {{ endpoint }}. Only continue if the fingerprint matches the server you expect."
4024
+ msgstr ""
4025
+
3993
4026
  msgid "Confirm your current password"
3994
4027
  msgstr ""
3995
4028
 
@@ -5073,6 +5106,9 @@ msgstr ""
5073
5106
  msgid "Dashboards: View device dashboards"
5074
5107
  msgstr ""
5075
5108
 
5109
+ msgid "Dashed line"
5110
+ msgstr ""
5111
+
5076
5112
  msgid "Data"
5077
5113
  msgstr ""
5078
5114
 
@@ -5186,6 +5222,12 @@ msgstr ""
5186
5222
  msgid "Data point template"
5187
5223
  msgstr ""
5188
5224
 
5225
+ msgid "Data point totals"
5226
+ msgstr ""
5227
+
5228
+ msgid "Data point values"
5229
+ msgstr ""
5230
+
5189
5231
  msgid "Data points"
5190
5232
  msgstr ""
5191
5233
 
@@ -5872,6 +5914,9 @@ msgstr ""
5872
5914
  msgid "Device profile deleted."
5873
5915
  msgstr ""
5874
5916
 
5917
+ msgid "Device profile name"
5918
+ msgstr ""
5919
+
5875
5920
  msgid "Device profiles"
5876
5921
  msgstr ""
5877
5922
 
@@ -6381,6 +6426,9 @@ msgstr ""
6381
6426
  msgid "Dots not allowed."
6382
6427
  msgstr ""
6383
6428
 
6429
+ msgid "Dotted line"
6430
+ msgstr ""
6431
+
6384
6432
  msgid "Down`service status`"
6385
6433
  msgstr ""
6386
6434
 
@@ -6899,6 +6947,9 @@ msgstr ""
6899
6947
  msgid "Enquire serial number"
6900
6948
  msgstr ""
6901
6949
 
6950
+ msgid "Enter a value between {{ min }} and {{ max }}."
6951
+ msgstr ""
6952
+
6902
6953
  msgid "Enter address"
6903
6954
  msgstr ""
6904
6955
 
@@ -7371,6 +7422,9 @@ msgstr ""
7371
7422
  msgid "Failed to save endpoint."
7372
7423
  msgstr ""
7373
7424
 
7425
+ msgid "Failed to save the host key."
7426
+ msgstr ""
7427
+
7374
7428
  msgid "Failed to save translations"
7375
7429
  msgstr ""
7376
7430
 
@@ -7904,6 +7958,9 @@ msgid ""
7904
7958
  " to get more information."
7905
7959
  msgstr ""
7906
7960
 
7961
+ msgid "Fingerprint (SHA-256): {{ value }}"
7962
+ msgstr ""
7963
+
7907
7964
  msgid "Finish"
7908
7965
  msgstr ""
7909
7966
 
@@ -7919,12 +7976,18 @@ msgstr ""
7919
7976
  msgid "Firmware deleted."
7920
7977
  msgstr ""
7921
7978
 
7979
+ msgid "Firmware description"
7980
+ msgstr ""
7981
+
7922
7982
  msgid "Firmware file"
7923
7983
  msgstr ""
7924
7984
 
7925
7985
  msgid "Firmware for hardware revision B"
7926
7986
  msgstr ""
7927
7987
 
7988
+ msgid "Firmware name"
7989
+ msgstr ""
7990
+
7928
7991
  msgid "Firmware patch added."
7929
7992
  msgstr ""
7930
7993
 
@@ -8816,7 +8879,7 @@ msgstr ""
8816
8879
  msgid "Groups and assets"
8817
8880
  msgstr ""
8818
8881
 
8819
- msgid "Groups data points into larger time intervals to simplify visualization and improve performance. 'None' shows raw data, while other options combine data points into minute, hour, or day groupings."
8882
+ msgid "Groups measurements into larger time intervals to improve readability and performance. 'None' shows raw data; other options group measurements into minute, hour, or day intervals."
8820
8883
  msgstr ""
8821
8884
 
8822
8885
  msgid "HH`HOURS`"
@@ -8954,6 +9017,15 @@ msgstr ""
8954
9017
  msgid "Host key"
8955
9018
  msgstr ""
8956
9019
 
9020
+ msgid "Host key changed"
9021
+ msgstr ""
9022
+
9023
+ msgid "Host key verification failed."
9024
+ msgstr ""
9025
+
9026
+ msgid "Host key was not confirmed. Connection aborted."
9027
+ msgstr ""
9028
+
8957
9029
  msgid "Hosted application"
8958
9030
  msgstr ""
8959
9031
 
@@ -9071,6 +9143,9 @@ msgstr ""
9071
9143
  msgid "If enabled, the zoom level and center bound is always adjusted to fit all assets within the map view."
9072
9144
  msgstr ""
9073
9145
 
9146
+ msgid "If left empty, the server host key is trusted automatically on the first connection."
9147
+ msgstr ""
9148
+
9074
9149
  msgid ""
9075
9150
  "If no constraints are set, device protocols are applied at any fitting location on the OPC UA\n"
9076
9151
  " server."
@@ -9569,6 +9644,9 @@ msgstr ""
9569
9644
  msgid "KPI?"
9570
9645
  msgstr ""
9571
9646
 
9647
+ msgid "Keep point count on zoom"
9648
+ msgstr ""
9649
+
9572
9650
  msgid "Keep unchanged`version`"
9573
9651
  msgstr ""
9574
9652
 
@@ -9578,6 +9656,9 @@ msgstr ""
9578
9656
  msgid "Key"
9579
9657
  msgstr ""
9580
9658
 
9659
+ msgid "Key type: {{ keyType }}"
9660
+ msgstr ""
9661
+
9581
9662
  msgid "Key-based Authentication"
9582
9663
  msgstr ""
9583
9664
 
@@ -10577,6 +10658,9 @@ msgstr ""
10577
10658
  msgid "Metric"
10578
10659
  msgstr ""
10579
10660
 
10661
+ msgid "Metrics that quantify the time bucket itself — how many readings the bucket captured, or their totals. These typically use a different scale."
10662
+ msgstr ""
10663
+
10580
10664
  msgid "MiB"
10581
10665
  msgstr ""
10582
10666
 
@@ -11133,12 +11217,6 @@ msgstr ""
11133
11217
  msgid "No aggregation"
11134
11218
  msgstr ""
11135
11219
 
11136
- msgid "No aggregation with real-time or auto-refresh enabled"
11137
- msgstr ""
11138
-
11139
- msgid "No aggregation with realtime enabled"
11140
- msgstr ""
11141
-
11142
11220
  msgid "No alarm found"
11143
11221
  msgstr ""
11144
11222
 
@@ -12968,6 +13046,9 @@ msgstr ""
12968
13046
  msgid "Points"
12969
13047
  msgstr ""
12970
13048
 
13049
+ msgid "Points per chart"
13050
+ msgstr ""
13051
+
12971
13052
  msgid "Policy"
12972
13053
  msgstr ""
12973
13054
 
@@ -13208,6 +13289,12 @@ msgstr ""
13208
13289
  msgid "Protocol and encryption"
13209
13290
  msgstr ""
13210
13291
 
13292
+ msgid "Protocol description"
13293
+ msgstr ""
13294
+
13295
+ msgid "Protocol name"
13296
+ msgstr ""
13297
+
13211
13298
  msgid "Provide a file path"
13212
13299
  msgstr ""
13213
13300
 
@@ -13445,6 +13532,12 @@ msgstr ""
13445
13532
  msgid "Range"
13446
13533
  msgstr ""
13447
13534
 
13535
+ msgid "Range max"
13536
+ msgstr ""
13537
+
13538
+ msgid "Range min"
13539
+ msgstr ""
13540
+
13448
13541
  msgid "Raw error code"
13449
13542
  msgstr ""
13450
13543
 
@@ -13904,6 +13997,9 @@ msgstr ""
13904
13997
  msgid "Renamed placeholder and updated references in code."
13905
13998
  msgstr ""
13906
13999
 
14000
+ msgid "Render as band"
14001
+ msgstr ""
14002
+
13907
14003
  msgid "Render the first column (excluding computed and alarm types) as a link to the asset details."
13908
14004
  msgstr ""
13909
14005
 
@@ -15064,6 +15160,9 @@ msgstr ""
15064
15160
  msgid "Select version or patch"
15065
15161
  msgstr ""
15066
15162
 
15163
+ msgid "Select which aggregations to display for all data points. These options apply to every data point in the list."
15164
+ msgstr ""
15165
+
15067
15166
  msgid ""
15068
15167
  "Select which nodes to display in the top level of the navigator menu. By default, only\n"
15069
15168
  " Groups is shown."
@@ -16359,12 +16458,18 @@ msgstr ""
16359
16458
  msgid "Software deleted."
16360
16459
  msgstr ""
16361
16460
 
16461
+ msgid "Software description"
16462
+ msgstr ""
16463
+
16362
16464
  msgid "Software file"
16363
16465
  msgstr ""
16364
16466
 
16365
16467
  msgid "Software list"
16366
16468
  msgstr ""
16367
16469
 
16470
+ msgid "Software name"
16471
+ msgstr ""
16472
+
16368
16473
  msgid "Software repository"
16369
16474
  msgstr ""
16370
16475
 
@@ -16518,6 +16623,9 @@ msgstr ""
16518
16623
  msgid "Static headers that should be added to requests towards the provider"
16519
16624
  msgstr ""
16520
16625
 
16626
+ msgid "Statistics that describe the spread of values within each time bucket. These share the same unit and scale as the original measurement"
16627
+ msgstr ""
16628
+
16521
16629
  msgid "Status"
16522
16630
  msgstr ""
16523
16631
 
@@ -16794,7 +16902,9 @@ msgstr ""
16794
16902
  msgid "Supported files: *.png, *.svg, *.jpg"
16795
16903
  msgstr ""
16796
16904
 
16797
- msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA, ED25519."
16905
+ msgid ""
16906
+ "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA, ECDSA,\n"
16907
+ " ED25519."
16798
16908
  msgstr ""
16799
16909
 
16800
16910
  msgid "Supported formats: OpenSSHv1, OpenSSHv2, PEM, SSH2.<br>Supported algorithms: RSA, DSA."
@@ -17385,6 +17495,9 @@ msgstr ""
17385
17495
  msgid "The homepage of this application. By default, it is a customizable dashboard displaying the most important alarms and shortcuts to frequently used features."
17386
17496
  msgstr ""
17387
17497
 
17498
+ msgid "The host key for {{ endpoint }} has changed since it was last stored. This can happen after a legitimate key rotation, but it can also indicate a man-in-the-middle attack. Only continue if you trust the new key."
17499
+ msgstr ""
17500
+
17388
17501
  msgid "The image is entirely displayed within the widget while preserving the aspect ratio."
17389
17502
  msgstr ""
17390
17503
 
@@ -17534,6 +17647,12 @@ msgstr ""
17534
17647
  msgid "The security policy is set to {{param}}."
17535
17648
  msgstr ""
17536
17649
 
17650
+ msgid "The selected aggregation functions for {{dp}} return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
17651
+ msgstr ""
17652
+
17653
+ msgid "The selected aggregation functions return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
17654
+ msgstr ""
17655
+
17537
17656
  msgid "The selected alarm is not currently in the list, change your filter."
17538
17657
  msgstr ""
17539
17658
 
@@ -18270,6 +18389,9 @@ msgstr ""
18270
18389
  msgid "Truncated data. Change aggregation or select shorter date range."
18271
18390
  msgstr ""
18272
18391
 
18392
+ msgid "Trust and connect"
18393
+ msgstr ""
18394
+
18273
18395
  msgid "Trust store password"
18274
18396
  msgstr ""
18275
18397
 
@@ -18476,6 +18598,9 @@ msgstr ""
18476
18598
  msgid "Unassigned devices"
18477
18599
  msgstr ""
18478
18600
 
18601
+ msgid "Unavailable while real-time or auto-refresh is on."
18602
+ msgstr ""
18603
+
18479
18604
  msgid "Uncategorized"
18480
18605
  msgstr ""
18481
18606
 
@@ -18640,9 +18765,6 @@ msgstr ""
18640
18765
  msgid "Update bulk operation: {{updatesList}}"
18641
18766
  msgstr ""
18642
18767
 
18643
- msgid "Update certificate name"
18644
- msgstr ""
18645
-
18646
18768
  msgid "Update completed"
18647
18769
  msgstr ""
18648
18770
 
@@ -19498,6 +19620,9 @@ msgstr ""
19498
19620
  msgid "When enabled, all assets in the hierarchy under the selected asset will be included. When disabled, only the direct child assets will be included."
19499
19621
  msgstr ""
19500
19622
 
19623
+ msgid "When enabled, the chart reloads data at a finer or coarser interval as you zoom in or out, so it always shows the number of points you set. When disabled, it reuses the already loaded data."
19624
+ msgstr ""
19625
+
19501
19626
  msgid "Who"
19502
19627
  msgstr ""
19503
19628
 
@@ -21145,6 +21270,9 @@ msgstr ""
21145
21270
  msgid "refresh"
21146
21271
  msgstr ""
21147
21272
 
21273
+ msgid "replaces min/max lines with a shaded area"
21274
+ msgstr ""
21275
+
21148
21276
  msgid "required"
21149
21277
  msgstr ""
21150
21278