@c8y/ngx-components 1024.15.16 → 1024.16.6

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 (78) 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 +5 -1
  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 +25 -4
  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-repository-firmware.mjs +1 -1
  28. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  29. package/fesm2022/c8y-ngx-components-repository-software.mjs +1 -1
  30. package/fesm2022/c8y-ngx-components-repository-software.mjs.map +1 -1
  31. package/fesm2022/c8y-ngx-components-sub-assets.mjs +30 -10
  32. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-time-context.mjs +13 -9
  34. package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
  35. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +1 -1
  36. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  37. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs +3 -2
  38. package/fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs.map +1 -1
  39. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs +4 -6
  40. package/fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs.map +1 -1
  41. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs +3 -2
  42. package/fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs.map +1 -1
  43. package/fesm2022/c8y-ngx-components.mjs +76 -19
  44. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  45. package/locales/de.po +147 -16
  46. package/locales/es.po +143 -11
  47. package/locales/fr.po +459 -324
  48. package/locales/ja_JP.po +143 -11
  49. package/locales/ko.po +143 -11
  50. package/locales/locales.pot +136 -10
  51. package/locales/nl.po +143 -11
  52. package/locales/pl.po +143 -11
  53. package/locales/pt_BR.po +143 -11
  54. package/locales/zh_CN.po +143 -11
  55. package/locales/zh_TW.po +143 -11
  56. package/package.json +1 -1
  57. package/types/c8y-ngx-components-ai-agent-chat.d.ts +111 -4
  58. package/types/c8y-ngx-components-ai-agent-chat.d.ts.map +1 -1
  59. package/types/c8y-ngx-components-ai-agents-html.d.ts.map +1 -1
  60. package/types/c8y-ngx-components-ai-agents-scada.d.ts.map +1 -1
  61. package/types/c8y-ngx-components-ai-ai-chat.d.ts +224 -10
  62. package/types/c8y-ngx-components-ai-ai-chat.d.ts.map +1 -1
  63. package/types/c8y-ngx-components-ai.d.ts +176 -6
  64. package/types/c8y-ngx-components-ai.d.ts.map +1 -1
  65. package/types/c8y-ngx-components-context-dashboard.d.ts.map +1 -1
  66. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +7 -2
  67. package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
  68. package/types/c8y-ngx-components-datapoint-selector.d.ts +63 -50
  69. package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
  70. package/types/c8y-ngx-components-echart.d.ts +12 -0
  71. package/types/c8y-ngx-components-echart.d.ts.map +1 -1
  72. package/types/c8y-ngx-components-sub-assets.d.ts +10 -1
  73. package/types/c8y-ngx-components-sub-assets.d.ts.map +1 -1
  74. package/types/c8y-ngx-components-time-context.d.ts +2 -0
  75. package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
  76. package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
  77. package/types/c8y-ngx-components.d.ts +16 -2
  78. 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
 
@@ -16861,6 +16927,9 @@ msgstr ""
16861
16927
  msgid "Start typing to search, for example, {{ example }}"
16862
16928
  msgstr ""
16863
16929
 
16930
+ msgid "Start voice input"
16931
+ msgstr ""
16932
+
16864
16933
  msgid "Started"
16865
16934
  msgstr ""
16866
16935
 
@@ -16930,6 +16999,9 @@ msgstr ""
16930
16999
  msgid "Stop following this asset."
16931
17000
  msgstr ""
16932
17001
 
17002
+ msgid "Stop voice input"
17003
+ msgstr ""
17004
+
16933
17005
  msgid "Storage (MB)"
16934
17006
  msgstr ""
16935
17007
 
@@ -17110,6 +17182,9 @@ msgstr ""
17110
17182
  msgid "Suggested"
17111
17183
  msgstr ""
17112
17184
 
17185
+ msgid "Suggested prompts"
17186
+ msgstr ""
17187
+
17113
17188
  msgid "Sum"
17114
17189
  msgstr ""
17115
17190
 
@@ -18549,12 +18624,30 @@ msgstr ""
18549
18624
  msgid "Too many requests. Try again later."
18550
18625
  msgstr ""
18551
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
+
18552
18639
  msgid "Tool input"
18553
18640
  msgstr ""
18554
18641
 
18555
18642
  msgid "Tool output"
18556
18643
  msgstr ""
18557
18644
 
18645
+ msgid "Tool request: {{toolName}}"
18646
+ msgstr ""
18647
+
18648
+ msgid "Tool {{toolName}} requires approval"
18649
+ msgstr ""
18650
+
18558
18651
  msgid "Top level nodes"
18559
18652
  msgstr ""
18560
18653
 
@@ -19781,6 +19874,9 @@ msgstr ""
19781
19874
  msgid "Visualizes traffic light based on the states of a device"
19782
19875
  msgstr ""
19783
19876
 
19877
+ msgid "Voice input failed. Try again."
19878
+ msgstr ""
19879
+
19784
19880
  msgid "Voice usage (sec)"
19785
19881
  msgstr ""
19786
19882
 
@@ -20121,7 +20217,7 @@ msgstr ""
20121
20217
  msgid "With this application you can"
20122
20218
  msgstr ""
20123
20219
 
20124
- msgid "Working"
20220
+ msgid "Working"
20125
20221
  msgstr ""
20126
20222
 
20127
20223
  msgid "Write"
@@ -20616,9 +20712,6 @@ msgstr ""
20616
20712
  msgid "You removed delegation from user \"{{userName}}\"."
20617
20713
  msgstr ""
20618
20714
 
20619
- msgid "You said: \"{{ message }}\""
20620
- msgstr ""
20621
-
20622
20715
  msgid "You uploaded a valid SSL certificate for your custom domain"
20623
20716
  msgstr ""
20624
20717
 
@@ -20756,6 +20849,9 @@ msgstr ""
20756
20849
  msgid "aggregation"
20757
20850
  msgstr ""
20758
20851
 
20852
+ msgid "alarms"
20853
+ msgstr ""
20854
+
20759
20855
  msgid "align view height"
20760
20856
  msgstr ""
20761
20857
 
@@ -20780,6 +20876,9 @@ msgstr ""
20780
20876
  msgid "applicable for LWM2M 1.0"
20781
20877
  msgstr ""
20782
20878
 
20879
+ msgid "applications"
20880
+ msgstr ""
20881
+
20783
20882
  msgid "applications [{{applicationsList}}] added"
20784
20883
  msgstr ""
20785
20884
 
@@ -20792,6 +20891,9 @@ msgstr ""
20792
20891
  msgid "applications {{list}} removed"
20793
20892
  msgstr ""
20794
20893
 
20894
+ msgid "assets"
20895
+ msgstr ""
20896
+
20795
20897
  msgid "auto refresh"
20796
20898
  msgstr ""
20797
20899
 
@@ -20918,6 +21020,9 @@ msgstr ""
20918
21020
  msgid "description: \"{{ description | translate }}\""
20919
21021
  msgstr ""
20920
21022
 
21023
+ msgid "device groups"
21024
+ msgstr ""
21025
+
20921
21026
  msgid "device name"
20922
21027
  msgstr ""
20923
21028
 
@@ -20933,6 +21038,9 @@ msgstr ""
20933
21038
  msgid "device type"
20934
21039
  msgstr ""
20935
21040
 
21041
+ msgid "devices"
21042
+ msgstr ""
21043
+
20936
21044
  msgid "devices selected"
20937
21045
  msgstr ""
20938
21046
 
@@ -21299,12 +21407,18 @@ msgstr ""
21299
21407
  msgid "event"
21300
21408
  msgstr ""
21301
21409
 
21410
+ msgid "events"
21411
+ msgstr ""
21412
+
21302
21413
  msgid "exampleUser"
21303
21414
  msgstr ""
21304
21415
 
21305
21416
  msgid "execute operation"
21306
21417
  msgstr ""
21307
21418
 
21419
+ msgid "external IDs"
21420
+ msgstr ""
21421
+
21308
21422
  msgid "failure reason: \"{{ failureReason | translate }}\""
21309
21423
  msgstr ""
21310
21424
 
@@ -21425,6 +21539,9 @@ msgstr ""
21425
21539
  msgid "inventory assignment [{{inventoryAssignment}}] removed"
21426
21540
  msgstr ""
21427
21541
 
21542
+ msgid "inventory objects"
21543
+ msgstr ""
21544
+
21428
21545
  msgid "kB"
21429
21546
  msgstr ""
21430
21547
 
@@ -21461,6 +21578,9 @@ msgstr ""
21461
21578
  msgid "max"
21462
21579
  msgstr ""
21463
21580
 
21581
+ msgid "measurements"
21582
+ msgstr ""
21583
+
21464
21584
  msgid "medium"
21465
21585
  msgstr ""
21466
21586
 
@@ -21535,6 +21655,9 @@ msgstr ""
21535
21655
  msgid "oldest`data`"
21536
21656
  msgstr ""
21537
21657
 
21658
+ msgid "operations"
21659
+ msgstr ""
21660
+
21538
21661
  msgid "or"
21539
21662
  msgstr ""
21540
21663
 
@@ -21750,6 +21873,9 @@ msgstr ""
21750
21873
  msgid "upload a new asset"
21751
21874
  msgstr ""
21752
21875
 
21876
+ msgid "users"
21877
+ msgstr ""
21878
+
21753
21879
  msgid "valid`value`"
21754
21880
  msgstr ""
21755
21881