@c8y/ngx-components 1024.15.13 → 1024.16.10

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 (81) hide show
  1. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs +303 -63
  2. package/fesm2022/c8y-ngx-components-ai-agent-chat.mjs.map +1 -1
  3. package/fesm2022/c8y-ngx-components-ai-agents-html.mjs +9 -0
  4. package/fesm2022/c8y-ngx-components-ai-agents-html.mjs.map +1 -1
  5. package/fesm2022/c8y-ngx-components-ai-agents-scada.mjs +4 -0
  6. package/fesm2022/c8y-ngx-components-ai-agents-scada.mjs.map +1 -1
  7. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs +394 -52
  8. package/fesm2022/c8y-ngx-components-ai-ai-chat.mjs.map +1 -1
  9. package/fesm2022/c8y-ngx-components-ai.mjs +329 -19
  10. package/fesm2022/c8y-ngx-components-ai.mjs.map +1 -1
  11. package/fesm2022/c8y-ngx-components-bookmarks.mjs +1 -1
  12. package/fesm2022/c8y-ngx-components-bookmarks.mjs.map +1 -1
  13. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +8 -2
  14. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  15. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +96 -77
  16. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  17. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +92 -47
  18. package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
  19. package/fesm2022/c8y-ngx-components-device-profile.mjs +1 -1
  20. package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
  21. package/fesm2022/c8y-ngx-components-echart.mjs +39 -12
  22. package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -1
  24. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs +1 -1
  26. package/fesm2022/c8y-ngx-components-protocol-opcua.mjs.map +1 -1
  27. package/fesm2022/c8y-ngx-components-register-device.mjs +5 -6
  28. package/fesm2022/c8y-ngx-components-register-device.mjs.map +1 -1
  29. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +1 -1
  30. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  31. package/fesm2022/c8y-ngx-components-repository-software.mjs +1 -1
  32. package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-sub-assets.mjs +30 -10
  34. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  35. package/fesm2022/c8y-ngx-components-time-context.mjs +13 -9
  36. package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
  37. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +1 -1
  38. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  39. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs +3 -2
  40. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs.map +1 -1
  41. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +4 -6
  42. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
  43. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs +3 -2
  44. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs.map +1 -1
  45. package/fesm2022/c8y-ngx-components.mjs +122 -24
  46. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  47. package/locales/de.po +147 -16
  48. package/locales/es.po +143 -11
  49. package/locales/fr.po +459 -324
  50. package/locales/ja_JP.po +143 -11
  51. package/locales/ko.po +143 -11
  52. package/locales/locales.pot +139 -10
  53. package/locales/nl.po +143 -11
  54. package/locales/pl.po +143 -11
  55. package/locales/pt_BR.po +143 -11
  56. package/locales/zh_CN.po +143 -11
  57. package/locales/zh_TW.po +143 -11
  58. package/package.json +1 -1
  59. package/types/c8y-ngx-components-ai-agent-chat.d.ts +111 -4
  60. package/types/c8y-ngx-components-ai-agent-chat.d.ts.map +1 -1
  61. package/types/c8y-ngx-components-ai-agents-html.d.ts.map +1 -1
  62. package/types/c8y-ngx-components-ai-agents-scada.d.ts.map +1 -1
  63. package/types/c8y-ngx-components-ai-ai-chat.d.ts +224 -10
  64. package/types/c8y-ngx-components-ai-ai-chat.d.ts.map +1 -1
  65. package/types/c8y-ngx-components-ai.d.ts +176 -6
  66. package/types/c8y-ngx-components-ai.d.ts.map +1 -1
  67. package/types/c8y-ngx-components-context-dashboard.d.ts.map +1 -1
  68. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +7 -2
  69. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
  70. package/types/c8y-ngx-components-datapoint-selector.d.ts +63 -50
  71. package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
  72. package/types/c8y-ngx-components-echart.d.ts +12 -0
  73. package/types/c8y-ngx-components-echart.d.ts.map +1 -1
  74. package/types/c8y-ngx-components-register-device.d.ts.map +1 -1
  75. package/types/c8y-ngx-components-sub-assets.d.ts +10 -1
  76. package/types/c8y-ngx-components-sub-assets.d.ts.map +1 -1
  77. package/types/c8y-ngx-components-time-context.d.ts +2 -0
  78. package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
  79. package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
  80. package/types/c8y-ngx-components.d.ts +37 -5
  81. package/types/c8y-ngx-components.d.ts.map +1 -1
@@ -1841,6 +1841,12 @@ msgstr ""
1841
1841
  msgid "Always"
1842
1842
  msgstr ""
1843
1843
 
1844
+ msgid "Always approve all tools"
1845
+ msgstr ""
1846
+
1847
+ msgid "Always approve this tool"
1848
+ msgstr ""
1849
+
1844
1850
  msgid "Always collapse navigator on start up"
1845
1851
  msgstr ""
1846
1852
 
@@ -2076,6 +2082,15 @@ msgstr ""
2076
2082
  msgid "Applying changes…"
2077
2083
  msgstr ""
2078
2084
 
2085
+ msgid "Approve"
2086
+ msgstr ""
2087
+
2088
+ msgid "Approved tool {{toolName}}"
2089
+ msgstr ""
2090
+
2091
+ msgid "Approved: {{summary}}"
2092
+ msgstr ""
2093
+
2079
2094
  msgid "Approximate date, estimated based on the bulk operation settings."
2080
2095
  msgstr ""
2081
2096
 
@@ -2136,6 +2151,9 @@ msgstr ""
2136
2151
  msgid "Ascending"
2137
2152
  msgstr ""
2138
2153
 
2154
+ msgid "Ask before running each tool"
2155
+ msgstr ""
2156
+
2139
2157
  msgid "Asset"
2140
2158
  msgstr ""
2141
2159
 
@@ -2242,9 +2260,6 @@ msgstr ""
2242
2260
  msgid "Assistant message at {{ time }}"
2243
2261
  msgstr ""
2244
2262
 
2245
- msgid "Assistant said: \"{{ message }}\""
2246
- msgstr ""
2247
-
2248
2263
  msgid "At least 1 column must be visible."
2249
2264
  msgstr ""
2250
2265
 
@@ -2428,6 +2443,15 @@ msgstr ""
2428
2443
  msgid "Auto — {{ points }} points per chart, kept on zoom"
2429
2444
  msgstr ""
2430
2445
 
2446
+ msgid "Auto-approve all tools"
2447
+ msgstr ""
2448
+
2449
+ msgid "Auto-approve all tools?"
2450
+ msgstr ""
2451
+
2452
+ msgid "Auto-approve is on. Tool calls run without asking until you turn this off. Tools requiring explicit approval will still ask."
2453
+ msgstr ""
2454
+
2431
2455
  msgid "Auto`automatic aggregation mode`"
2432
2456
  msgstr ""
2433
2457
 
@@ -5781,6 +5805,15 @@ msgstr ""
5781
5805
  msgid "Delivery type"
5782
5806
  msgstr ""
5783
5807
 
5808
+ msgid "Denied tool {{toolName}}"
5809
+ msgstr ""
5810
+
5811
+ msgid "Denied: {{summary}}"
5812
+ msgstr ""
5813
+
5814
+ msgid "Deny"
5815
+ msgstr ""
5816
+
5784
5817
  msgid "Dependency failed - key must exist."
5785
5818
  msgstr ""
5786
5819
 
@@ -7555,6 +7588,9 @@ msgstr ""
7555
7588
  msgid "Failed to save the host key."
7556
7589
  msgstr ""
7557
7590
 
7591
+ msgid "Failed to save the tool approval mode."
7592
+ msgstr ""
7593
+
7558
7594
  msgid "Failed to save translations"
7559
7595
  msgstr ""
7560
7596
 
@@ -8248,6 +8284,12 @@ msgstr ""
8248
8284
  msgid "For security reasons, the external authentication server (single sign-on) does not allow for password confirmation. Instead, enter the following code to continue:"
8249
8285
  msgstr ""
8250
8286
 
8287
+ msgid "For this conversation only"
8288
+ msgstr ""
8289
+
8290
+ msgid "For this conversation only, unlike the global auto-approve mode"
8291
+ msgstr ""
8292
+
8251
8293
  msgid "Forbidden for web browsers"
8252
8294
  msgstr ""
8253
8295
 
@@ -8413,6 +8455,9 @@ msgstr ""
8413
8455
  msgid "Generating report"
8414
8456
  msgstr ""
8415
8457
 
8458
+ msgid "Generating response…"
8459
+ msgstr ""
8460
+
8416
8461
  msgid "Generic"
8417
8462
  msgstr ""
8418
8463
 
@@ -10209,6 +10254,9 @@ msgstr ""
10209
10254
  msgid "List of supported operations"
10210
10255
  msgstr ""
10211
10256
 
10257
+ msgid "Listening…"
10258
+ msgstr ""
10259
+
10212
10260
  msgid "Little-endian"
10213
10261
  msgstr ""
10214
10262
 
@@ -10461,6 +10509,12 @@ msgstr ""
10461
10509
  msgid "Longitude (°)"
10462
10510
  msgstr ""
10463
10511
 
10512
+ msgid "Look up: {{resource}}"
10513
+ msgstr ""
10514
+
10515
+ msgid "Look up: {{resource}} with status: {{status}}"
10516
+ msgstr ""
10517
+
10464
10518
  msgid "Lowercase letters, numbers and hyphens only"
10465
10519
  msgstr ""
10466
10520
 
@@ -10845,6 +10899,9 @@ msgstr ""
10845
10899
  msgid "MiB"
10846
10900
  msgstr ""
10847
10901
 
10902
+ msgid "Microphone access is blocked. Allow microphone access to use voice input."
10903
+ msgstr ""
10904
+
10848
10905
  msgid "Microservice"
10849
10906
  msgstr ""
10850
10907
 
@@ -10988,6 +11045,12 @@ msgstr ""
10988
11045
  msgid "More"
10989
11046
  msgstr ""
10990
11047
 
11048
+ msgid "More actions"
11049
+ msgstr ""
11050
+
11051
+ msgid "More approval options"
11052
+ msgstr ""
11053
+
10991
11054
  msgid "More data may be available."
10992
11055
  msgstr ""
10993
11056
 
@@ -11981,9 +12044,6 @@ msgstr ""
11981
12044
  msgid "No response to display."
11982
12045
  msgstr ""
11983
12046
 
11984
- msgid "No response."
11985
- msgstr ""
11986
-
11987
12047
  msgid "No responses."
11988
12048
  msgstr ""
11989
12049
 
@@ -14421,6 +14481,9 @@ msgstr ""
14421
14481
  msgid "Response ID"
14422
14482
  msgstr ""
14423
14483
 
14484
+ msgid "Response complete"
14485
+ msgstr ""
14486
+
14424
14487
  msgid "Response interval"
14425
14488
  msgstr ""
14426
14489
 
@@ -14604,6 +14667,9 @@ msgstr ""
14604
14667
  msgid "Run the connection command"
14605
14668
  msgstr ""
14606
14669
 
14670
+ msgid "Run tools without asking"
14671
+ msgstr ""
14672
+
14607
14673
  msgid "S/N"
14608
14674
  msgstr ""
14609
14675
 
@@ -14886,6 +14952,9 @@ msgstr ""
14886
14952
  msgid "Scroll to the right"
14887
14953
  msgstr ""
14888
14954
 
14955
+ msgid "Scrollable example content"
14956
+ msgstr ""
14957
+
14889
14958
  msgid "Search"
14890
14959
  msgstr ""
14891
14960
 
@@ -16858,6 +16927,9 @@ msgstr ""
16858
16927
  msgid "Start typing to search, for example, {{ example }}"
16859
16928
  msgstr ""
16860
16929
 
16930
+ msgid "Start voice input"
16931
+ msgstr ""
16932
+
16861
16933
  msgid "Started"
16862
16934
  msgstr ""
16863
16935
 
@@ -16927,6 +16999,9 @@ msgstr ""
16927
16999
  msgid "Stop following this asset."
16928
17000
  msgstr ""
16929
17001
 
17002
+ msgid "Stop voice input"
17003
+ msgstr ""
17004
+
16930
17005
  msgid "Storage (MB)"
16931
17006
  msgstr ""
16932
17007
 
@@ -17107,6 +17182,9 @@ msgstr ""
17107
17182
  msgid "Suggested"
17108
17183
  msgstr ""
17109
17184
 
17185
+ msgid "Suggested prompts"
17186
+ msgstr ""
17187
+
17110
17188
  msgid "Sum"
17111
17189
  msgstr ""
17112
17190
 
@@ -18546,12 +18624,30 @@ msgstr ""
18546
18624
  msgid "Too many requests. Try again later."
18547
18625
  msgstr ""
18548
18626
 
18627
+ msgid "Tool approval actions"
18628
+ msgstr ""
18629
+
18630
+ msgid "Tool approval mode"
18631
+ msgstr ""
18632
+
18633
+ msgid "Tool call: {{toolName}}"
18634
+ msgstr ""
18635
+
18636
+ msgid "Tool calls will run without asking for approval, in this and every future chat, until you turn this off again. Tools requiring explicit approval will still ask."
18637
+ msgstr ""
18638
+
18549
18639
  msgid "Tool input"
18550
18640
  msgstr ""
18551
18641
 
18552
18642
  msgid "Tool output"
18553
18643
  msgstr ""
18554
18644
 
18645
+ msgid "Tool request: {{toolName}}"
18646
+ msgstr ""
18647
+
18648
+ msgid "Tool {{toolName}} requires approval"
18649
+ msgstr ""
18650
+
18555
18651
  msgid "Top level nodes"
18556
18652
  msgstr ""
18557
18653
 
@@ -19778,6 +19874,9 @@ msgstr ""
19778
19874
  msgid "Visualizes traffic light based on the states of a device"
19779
19875
  msgstr ""
19780
19876
 
19877
+ msgid "Voice input failed. Try again."
19878
+ msgstr ""
19879
+
19781
19880
  msgid "Voice usage (sec)"
19782
19881
  msgstr ""
19783
19882
 
@@ -20118,7 +20217,7 @@ msgstr ""
20118
20217
  msgid "With this application you can"
20119
20218
  msgstr ""
20120
20219
 
20121
- msgid "Working"
20220
+ msgid "Working"
20122
20221
  msgstr ""
20123
20222
 
20124
20223
  msgid "Write"
@@ -20613,9 +20712,6 @@ msgstr ""
20613
20712
  msgid "You removed delegation from user \"{{userName}}\"."
20614
20713
  msgstr ""
20615
20714
 
20616
- msgid "You said: \"{{ message }}\""
20617
- msgstr ""
20618
-
20619
20715
  msgid "You uploaded a valid SSL certificate for your custom domain"
20620
20716
  msgstr ""
20621
20717
 
@@ -20753,6 +20849,9 @@ msgstr ""
20753
20849
  msgid "aggregation"
20754
20850
  msgstr ""
20755
20851
 
20852
+ msgid "alarms"
20853
+ msgstr ""
20854
+
20756
20855
  msgid "align view height"
20757
20856
  msgstr ""
20758
20857
 
@@ -20777,6 +20876,9 @@ msgstr ""
20777
20876
  msgid "applicable for LWM2M 1.0"
20778
20877
  msgstr ""
20779
20878
 
20879
+ msgid "applications"
20880
+ msgstr ""
20881
+
20780
20882
  msgid "applications [{{applicationsList}}] added"
20781
20883
  msgstr ""
20782
20884
 
@@ -20789,6 +20891,9 @@ msgstr ""
20789
20891
  msgid "applications {{list}} removed"
20790
20892
  msgstr ""
20791
20893
 
20894
+ msgid "assets"
20895
+ msgstr ""
20896
+
20792
20897
  msgid "auto refresh"
20793
20898
  msgstr ""
20794
20899
 
@@ -20915,6 +21020,9 @@ msgstr ""
20915
21020
  msgid "description: \"{{ description | translate }}\""
20916
21021
  msgstr ""
20917
21022
 
21023
+ msgid "device groups"
21024
+ msgstr ""
21025
+
20918
21026
  msgid "device name"
20919
21027
  msgstr ""
20920
21028
 
@@ -20930,6 +21038,9 @@ msgstr ""
20930
21038
  msgid "device type"
20931
21039
  msgstr ""
20932
21040
 
21041
+ msgid "devices"
21042
+ msgstr ""
21043
+
20933
21044
  msgid "devices selected"
20934
21045
  msgstr ""
20935
21046
 
@@ -21296,12 +21407,18 @@ msgstr ""
21296
21407
  msgid "event"
21297
21408
  msgstr ""
21298
21409
 
21410
+ msgid "events"
21411
+ msgstr ""
21412
+
21299
21413
  msgid "exampleUser"
21300
21414
  msgstr ""
21301
21415
 
21302
21416
  msgid "execute operation"
21303
21417
  msgstr ""
21304
21418
 
21419
+ msgid "external IDs"
21420
+ msgstr ""
21421
+
21305
21422
  msgid "failure reason: \"{{ failureReason | translate }}\""
21306
21423
  msgstr ""
21307
21424
 
@@ -21422,6 +21539,9 @@ msgstr ""
21422
21539
  msgid "inventory assignment [{{inventoryAssignment}}] removed"
21423
21540
  msgstr ""
21424
21541
 
21542
+ msgid "inventory objects"
21543
+ msgstr ""
21544
+
21425
21545
  msgid "kB"
21426
21546
  msgstr ""
21427
21547
 
@@ -21458,6 +21578,9 @@ msgstr ""
21458
21578
  msgid "max"
21459
21579
  msgstr ""
21460
21580
 
21581
+ msgid "measurements"
21582
+ msgstr ""
21583
+
21461
21584
  msgid "medium"
21462
21585
  msgstr ""
21463
21586
 
@@ -21532,6 +21655,9 @@ msgstr ""
21532
21655
  msgid "oldest`data`"
21533
21656
  msgstr ""
21534
21657
 
21658
+ msgid "operations"
21659
+ msgstr ""
21660
+
21535
21661
  msgid "or"
21536
21662
  msgstr ""
21537
21663
 
@@ -21747,6 +21873,9 @@ msgstr ""
21747
21873
  msgid "upload a new asset"
21748
21874
  msgstr ""
21749
21875
 
21876
+ msgid "users"
21877
+ msgstr ""
21878
+
21750
21879
  msgid "valid`value`"
21751
21880
  msgstr ""
21752
21881