@c8y/ngx-components 1024.1.6 → 1024.2.4
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/fesm2022/c8y-ngx-components-auth-configuration.mjs +18 -16
- package/fesm2022/c8y-ngx-components-auth-configuration.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +64 -25
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs +363 -38
- package/fesm2022/c8y-ngx-components-datapoint-selector.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart-models.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart.mjs +796 -123
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-global-context.mjs +391 -54
- package/fesm2022/c8y-ngx-components-global-context.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-time-context.mjs +146 -20
- package/fesm2022/c8y-ngx-components-time-context.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs +198 -24
- package/fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +100 -32
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +80 -8
- package/locales/es.po +80 -8
- package/locales/fr.po +80 -8
- package/locales/ja_JP.po +80 -8
- package/locales/ko.po +80 -8
- package/locales/locales.pot +79 -7
- package/locales/nl.po +80 -8
- package/locales/pl.po +80 -8
- package/locales/pt_BR.po +80 -8
- package/locales/zh_CN.po +80 -8
- package/locales/zh_TW.po +80 -8
- package/package.json +1 -1
- package/types/c8y-ngx-components-auth-configuration.d.ts +3 -3
- package/types/c8y-ngx-components-auth-configuration.d.ts.map +1 -1
- package/types/c8y-ngx-components-datapoint-explorer-view.d.ts +4 -1
- package/types/c8y-ngx-components-datapoint-explorer-view.d.ts.map +1 -1
- package/types/c8y-ngx-components-datapoint-selector.d.ts +93 -5
- package/types/c8y-ngx-components-datapoint-selector.d.ts.map +1 -1
- package/types/c8y-ngx-components-echart-models.d.ts +25 -3
- package/types/c8y-ngx-components-echart-models.d.ts.map +1 -1
- package/types/c8y-ngx-components-echart.d.ts +65 -5
- package/types/c8y-ngx-components-echart.d.ts.map +1 -1
- package/types/c8y-ngx-components-global-context.d.ts +187 -7
- package/types/c8y-ngx-components-global-context.d.ts.map +1 -1
- package/types/c8y-ngx-components-time-context.d.ts +50 -8
- package/types/c8y-ngx-components-time-context.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-alarms.d.ts +1 -0
- package/types/c8y-ngx-components-widgets-implementations-alarms.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts +25 -0
- package/types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts +1 -0
- package/types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts.map +1 -1
- package/types/c8y-ngx-components-widgets-implementations-scada.d.ts +2 -0
- package/types/c8y-ngx-components-widgets-implementations-scada.d.ts.map +1 -1
- package/types/c8y-ngx-components.d.ts +50 -11
- package/types/c8y-ngx-components.d.ts.map +1 -1
package/locales/zh_TW.po
CHANGED
|
@@ -1572,6 +1572,9 @@ msgstr "代理配置"
|
|
|
1572
1572
|
msgid "Aggregation"
|
|
1573
1573
|
msgstr "聚合"
|
|
1574
1574
|
|
|
1575
|
+
msgid "Aggregation display"
|
|
1576
|
+
msgstr "聚合显示"
|
|
1577
|
+
|
|
1575
1578
|
msgid "Aggregation options"
|
|
1576
1579
|
msgstr "聚合選項"
|
|
1577
1580
|
|
|
@@ -2459,6 +2462,9 @@ msgstr "自动应用约束"
|
|
|
2459
2462
|
msgid "Auto observe"
|
|
2460
2463
|
msgstr "自动观察"
|
|
2461
2464
|
|
|
2465
|
+
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."
|
|
2466
|
+
msgstr "系统会根据您设置的时间范围及每张图表的聚合点数,自动选取聚合间隔时间。此功能仅适用於「数据图表」小组件。"
|
|
2467
|
+
|
|
2462
2468
|
msgid "Auto refresh"
|
|
2463
2469
|
msgstr "自动刷新"
|
|
2464
2470
|
|
|
@@ -2477,6 +2483,15 @@ msgstr "自动保存"
|
|
|
2477
2483
|
msgid "Auto scan address space"
|
|
2478
2484
|
msgstr "自动扫描地址空间"
|
|
2479
2485
|
|
|
2486
|
+
msgid "Auto — {{ points }} points per chart"
|
|
2487
|
+
msgstr "自动 — {{ points }} 每張圖表的積分"
|
|
2488
|
+
|
|
2489
|
+
msgid "Auto — {{ points }} points per chart, kept on zoom"
|
|
2490
|
+
msgstr "自动 — {{ points }} 每張圖表的點數,並保持縮放比例"
|
|
2491
|
+
|
|
2492
|
+
msgid "Auto`automatic aggregation mode`"
|
|
2493
|
+
msgstr "自动"
|
|
2494
|
+
|
|
2480
2495
|
msgid "Autodiscovery completed."
|
|
2481
2496
|
msgstr "自动发现完成。"
|
|
2482
2497
|
|
|
@@ -2492,6 +2507,9 @@ msgstr "自动发现正在进行中。"
|
|
|
2492
2507
|
msgid "Autodiscovery request"
|
|
2493
2508
|
msgstr "自动发现请求"
|
|
2494
2509
|
|
|
2510
|
+
msgid "Automatic aggregation"
|
|
2511
|
+
msgstr "自动聚合"
|
|
2512
|
+
|
|
2495
2513
|
msgid "Availability"
|
|
2496
2514
|
msgstr "可用性"
|
|
2497
2515
|
|
|
@@ -2594,6 +2612,9 @@ msgstr "積壓時間 (TTL)"
|
|
|
2594
2612
|
msgid "Backlog usage"
|
|
2595
2613
|
msgstr "積壓使用"
|
|
2596
2614
|
|
|
2615
|
+
msgid "Band color"
|
|
2616
|
+
msgstr "錶帶顏色"
|
|
2617
|
+
|
|
2597
2618
|
msgid "Bars"
|
|
2598
2619
|
msgstr "巴"
|
|
2599
2620
|
|
|
@@ -2724,6 +2745,9 @@ msgstr "Bootstrap 預共用金鑰"
|
|
|
2724
2745
|
msgid "Border`style`"
|
|
2725
2746
|
msgstr "边框"
|
|
2726
2747
|
|
|
2748
|
+
msgid "Both minimum and maximum must be enabled to use this option."
|
|
2749
|
+
msgstr "若要使用此选项,必须同时启用「最小值」和「最大值」。"
|
|
2750
|
+
|
|
2727
2751
|
msgid "Box model"
|
|
2728
2752
|
msgstr "框模型"
|
|
2729
2753
|
|
|
@@ -5173,6 +5197,9 @@ msgstr "仪表板:检视资产/群组仪表板"
|
|
|
5173
5197
|
msgid "Dashboards: View device dashboards"
|
|
5174
5198
|
msgstr "仪表板:检视设备仪表板"
|
|
5175
5199
|
|
|
5200
|
+
msgid "Dashed line"
|
|
5201
|
+
msgstr "虛線"
|
|
5202
|
+
|
|
5176
5203
|
msgid "Data"
|
|
5177
5204
|
msgstr "數據"
|
|
5178
5205
|
|
|
@@ -5286,6 +5313,12 @@ msgstr "数据点状态"
|
|
|
5286
5313
|
msgid "Data point template"
|
|
5287
5314
|
msgstr "数据点模板"
|
|
5288
5315
|
|
|
5316
|
+
msgid "Data point totals"
|
|
5317
|
+
msgstr "数据点总计"
|
|
5318
|
+
|
|
5319
|
+
msgid "Data point values"
|
|
5320
|
+
msgstr "数据点值"
|
|
5321
|
+
|
|
5289
5322
|
msgid "Data points"
|
|
5290
5323
|
msgstr "数据点"
|
|
5291
5324
|
|
|
@@ -6481,6 +6514,9 @@ msgstr "门警报"
|
|
|
6481
6514
|
msgid "Dots not allowed."
|
|
6482
6515
|
msgstr "不允许点。"
|
|
6483
6516
|
|
|
6517
|
+
msgid "Dotted line"
|
|
6518
|
+
msgstr "虛線"
|
|
6519
|
+
|
|
6484
6520
|
msgid "Down`service status`"
|
|
6485
6521
|
msgstr "下"
|
|
6486
6522
|
|
|
@@ -6999,6 +7035,9 @@ msgstr "查询演示文稿信息"
|
|
|
6999
7035
|
msgid "Enquire serial number"
|
|
7000
7036
|
msgstr "查询序列号"
|
|
7001
7037
|
|
|
7038
|
+
msgid "Enter a value between {{ min }} and {{ max }}."
|
|
7039
|
+
msgstr "請輸入介於 {{ min }} 與 {{ max }} 之間的數值。"
|
|
7040
|
+
|
|
7002
7041
|
msgid "Enter address"
|
|
7003
7042
|
msgstr "输入地址"
|
|
7004
7043
|
|
|
@@ -8944,8 +8983,8 @@ msgstr "组"
|
|
|
8944
8983
|
msgid "Groups and assets"
|
|
8945
8984
|
msgstr "群組與资产"
|
|
8946
8985
|
|
|
8947
|
-
msgid "Groups
|
|
8948
|
-
msgstr "
|
|
8986
|
+
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."
|
|
8987
|
+
msgstr "将测量值分组至较长的间隔时间,以提升可读性与效能。「无」会显示原始数据;其他选项则会将测量值分组至分钟、小时或天为单位的间隔时间。"
|
|
8949
8988
|
|
|
8950
8989
|
msgid "HH`HOURS`"
|
|
8951
8990
|
msgstr "HH"
|
|
@@ -9695,6 +9734,9 @@ msgstr "KPI小组件"
|
|
|
9695
9734
|
msgid "KPI?"
|
|
9696
9735
|
msgstr "KPI?"
|
|
9697
9736
|
|
|
9737
|
+
msgid "Keep point count on zoom"
|
|
9738
|
+
msgstr "在縮放時維持點數計數"
|
|
9739
|
+
|
|
9698
9740
|
msgid "Keep unchanged`version`"
|
|
9699
9741
|
msgstr "保持不变"
|
|
9700
9742
|
|
|
@@ -10705,6 +10747,9 @@ msgstr "方法"
|
|
|
10705
10747
|
msgid "Metric"
|
|
10706
10748
|
msgstr "公制"
|
|
10707
10749
|
|
|
10750
|
+
msgid "Metrics that quantify the time bucket itself — how many readings the bucket captured, or their totals. These typically use a different scale."
|
|
10751
|
+
msgstr "用於量化時間區間本身的指標——該區間捕獲了多少次讀數,或是這些讀數的總和。這些指標通常使用不同的量表。"
|
|
10752
|
+
|
|
10708
10753
|
msgid "MiB"
|
|
10709
10754
|
msgstr "MiB"
|
|
10710
10755
|
|
|
@@ -11260,12 +11305,6 @@ msgstr "没有为租户订阅其他功能。"
|
|
|
11260
11305
|
msgid "No aggregation"
|
|
11261
11306
|
msgstr "无聚合"
|
|
11262
11307
|
|
|
11263
|
-
msgid "No aggregation with real-time or auto-refresh enabled"
|
|
11264
|
-
msgstr "未啟用即時或自動更新的聚合"
|
|
11265
|
-
|
|
11266
|
-
msgid "No aggregation with realtime enabled"
|
|
11267
|
-
msgstr "未啟用即時聚合功能"
|
|
11268
|
-
|
|
11269
11308
|
msgid "No alarm found"
|
|
11270
11309
|
msgstr "未發現警報"
|
|
11271
11310
|
|
|
@@ -13105,6 +13144,9 @@ msgstr "指標"
|
|
|
13105
13144
|
msgid "Points"
|
|
13106
13145
|
msgstr "点"
|
|
13107
13146
|
|
|
13147
|
+
msgid "Points per chart"
|
|
13148
|
+
msgstr "每張圖表的積分"
|
|
13149
|
+
|
|
13108
13150
|
msgid "Policy"
|
|
13109
13151
|
msgstr "策略"
|
|
13110
13152
|
|
|
@@ -13585,6 +13627,12 @@ msgstr "发出警报"
|
|
|
13585
13627
|
msgid "Range"
|
|
13586
13628
|
msgstr "范围"
|
|
13587
13629
|
|
|
13630
|
+
msgid "Range max"
|
|
13631
|
+
msgstr "最大射程"
|
|
13632
|
+
|
|
13633
|
+
msgid "Range min"
|
|
13634
|
+
msgstr "範圍下限"
|
|
13635
|
+
|
|
13588
13636
|
msgid "Raw error code"
|
|
13589
13637
|
msgstr "原始错误代码"
|
|
13590
13638
|
|
|
@@ -14044,6 +14092,9 @@ msgstr "已重新命名资产属性,並更新 HTML 程式碼中的引用。"
|
|
|
14044
14092
|
msgid "Renamed placeholder and updated references in code."
|
|
14045
14093
|
msgstr "已重新命名占位符,並更新程式碼中的參照。"
|
|
14046
14094
|
|
|
14095
|
+
msgid "Render as band"
|
|
14096
|
+
msgstr "以條帶形式渲染"
|
|
14097
|
+
|
|
14047
14098
|
msgid "Render the first column (excluding computed and alarm types) as a link to the asset details."
|
|
14048
14099
|
msgstr "將第一欄(不包含計算值與警報類型)呈現為资产详细信息的链接。"
|
|
14049
14100
|
|
|
@@ -15204,6 +15255,9 @@ msgstr "选择值…"
|
|
|
15204
15255
|
msgid "Select version or patch"
|
|
15205
15256
|
msgstr "选择要打补丁的版本"
|
|
15206
15257
|
|
|
15258
|
+
msgid "Select which aggregations to display for all data points. These options apply to every data point in the list."
|
|
15259
|
+
msgstr "选择要针对全部数据点显示的聚合方式。这些选项应用于列表中的每个数据点。"
|
|
15260
|
+
|
|
15207
15261
|
msgid "Select which nodes to display in the top level of the navigator menu. By default, only\n"
|
|
15208
15262
|
" Groups is shown."
|
|
15209
15263
|
msgstr "选择要在导航器菜单的顶层显示的节点。默认情况下,\n"
|
|
@@ -16658,6 +16712,9 @@ msgstr "静态标题"
|
|
|
16658
16712
|
msgid "Static headers that should be added to requests towards the provider"
|
|
16659
16713
|
msgstr "应该添加到发送给提供商的请求中的静态标题"
|
|
16660
16714
|
|
|
16715
|
+
msgid "Statistics that describe the spread of values within each time bucket. These share the same unit and scale as the original measurement"
|
|
16716
|
+
msgstr "描述各時間區間內數值分佈的統計數據。這些數據與原始测量值採用相同的单位和量表"
|
|
16717
|
+
|
|
16661
16718
|
msgid "Status"
|
|
16662
16719
|
msgstr "狀態"
|
|
16663
16720
|
|
|
@@ -17680,6 +17737,12 @@ msgstr "此回應已被截斷,因為已達到本应用程序针对单一助理
|
|
|
17680
17737
|
msgid "The security policy is set to {{param}}."
|
|
17681
17738
|
msgstr "安全策略设置为 {{param}}。"
|
|
17682
17739
|
|
|
17740
|
+
msgid "The selected aggregation functions for {{dp}} return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
|
|
17741
|
+
msgstr "针对 ` {{dp}} ` 选择的聚合函数会返回相同的值,因为每个间隔时间仅包含一项测量值。请选择较粗的聚合间隔时间。"
|
|
17742
|
+
|
|
17743
|
+
msgid "The selected aggregation functions return the same value because each interval contains a single measurement. Choose a coarser aggregation interval."
|
|
17744
|
+
msgstr "所选聚合函数会返回相同的值,因为每个间隔时间仅包含一项测量值。请选择较粗的聚合间隔时间。"
|
|
17745
|
+
|
|
17683
17746
|
msgid "The selected alarm is not currently in the list, change your filter."
|
|
17684
17747
|
msgstr "所選報警當前不在清單中,請更改篩選器。"
|
|
17685
17748
|
|
|
@@ -18624,6 +18687,9 @@ msgstr "取消项目分配"
|
|
|
18624
18687
|
msgid "Unassigned devices"
|
|
18625
18688
|
msgstr "已取消分配设备"
|
|
18626
18689
|
|
|
18690
|
+
msgid "Unavailable while real-time or auto-refresh is on."
|
|
18691
|
+
msgstr "當啟用即時更新或自動刷新時,此功能不可用。"
|
|
18692
|
+
|
|
18627
18693
|
msgid "Uncategorized"
|
|
18628
18694
|
msgstr "未分类"
|
|
18629
18695
|
|
|
@@ -19645,6 +19711,9 @@ msgstr "启用后,需要通过短信发送的验证码才能完成身份验证
|
|
|
19645
19711
|
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."
|
|
19646
19712
|
msgstr "若启用此选项,选择资产层级结构下的全部资产都会被纳入;若禁用此选项,则仅会纳入直接子资产。"
|
|
19647
19713
|
|
|
19714
|
+
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."
|
|
19715
|
+
msgstr "启用此功能後,當您放大或縮小圖表時,圖表會根據您當前的縮放程度,以更細緻或更粗略的间隔时间重新加载数据,因此总是显示您设置的数据点数量。若禁用此功能,則會重複使用已加载的数据。"
|
|
19716
|
+
|
|
19648
19717
|
msgid "Who"
|
|
19649
19718
|
msgstr "当事人"
|
|
19650
19719
|
|
|
@@ -21294,6 +21363,9 @@ msgstr "红色"
|
|
|
21294
21363
|
msgid "refresh"
|
|
21295
21364
|
msgstr "刷新"
|
|
21296
21365
|
|
|
21366
|
+
msgid "replaces min/max lines with a shaded area"
|
|
21367
|
+
msgstr "將最小值/最大值線替換為陰影區域"
|
|
21368
|
+
|
|
21297
21369
|
msgid "required"
|
|
21298
21370
|
msgstr "必需"
|
|
21299
21371
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@c8y/ngx-components","version":"1024.1.6","license":"Apache-2.0","author":"Cumulocity","description":"Angular modules for Cumulocity IoT applications","keywords":["Cumulocity","IoT","m2m","Angular","Components"],"peerDependencies":{"@angular/cdk":"^21.0.0","@angular/common":"^21.0.0","@angular/core":"^21.0.0","@angular/forms":"^21.0.0","@angular/platform-browser":"^21.0.0","@angular/router":"^21.0.0","@angular/upgrade":"^21.0.0","@c8y/bootstrap":"1024.1.6","@c8y/client":"1024.1.6","@novnc/novnc":"1.5.0","@xterm/addon-fit":"0.10.0","@xterm/xterm":"5.5.0","gridstack":"^12.4.2","leaflet":"^1.9.4","lz-string":"1.5.0","monaco-editor":">= 0.31.0","rxjs":"7.8.2"},"dependencies":{"@ngx-formly/core":"6.1.3","@ngx-translate/core":"17.0.0","@zip.js/zip.js":"2.7.71","ajv":"^8.18.0","ajv-formats":"3.0.1","angularx-qrcode":"21.0.5","chroma-js":"3.1.2","echarts":"6.0.0","file-saver":"2.0.5","libphonenumber-js":"1.12.10","lodash-es":"^4.18.1","marked":"16.3.0","ngx-bootstrap":"21.0.1","ngx-echarts":"21.0.0","semver":"~7.7.1","three":"0.173.0","tslib":"^2.6.3"},"module":"fesm2022/c8y-ngx-components.mjs","typings":"types/c8y-ngx-components.d.ts","exports":{"./locales/de.po":"./locales/de.po","./locales/en.po":"./locales/en.po","./locales/es.po":"./locales/es.po","./locales/fr.po":"./locales/fr.po","./locales/ja_JP.po":"./locales/ja_JP.po","./locales/ko.po":"./locales/ko.po","./locales/nl.po":"./locales/nl.po","./locales/pt_BR.po":"./locales/pt_BR.po","./locales/zh_CN.po":"./locales/zh_CN.po","./locales/zh_TW.po":"./locales/zh_TW.po","./locales/pl.po":"./locales/pl.po","./locales/en_US.po":"./locales/en_US.po","./package.json":{"default":"./package.json"},".":{"types":"./types/c8y-ngx-components.d.ts","default":"./fesm2022/c8y-ngx-components.mjs"},"./actility-device-registration":{"types":"./types/c8y-ngx-components-actility-device-registration.d.ts","default":"./fesm2022/c8y-ngx-components-actility-device-registration.mjs"},"./advanced-software-management":{"types":"./types/c8y-ngx-components-advanced-software-management.d.ts","default":"./fesm2022/c8y-ngx-components-advanced-software-management.mjs"},"./ai":{"types":"./types/c8y-ngx-components-ai.d.ts","default":"./fesm2022/c8y-ngx-components-ai.mjs"},"./ai/agent-chat":{"types":"./types/c8y-ngx-components-ai-agent-chat.d.ts","default":"./fesm2022/c8y-ngx-components-ai-agent-chat.mjs"},"./ai/agents/html":{"types":"./types/c8y-ngx-components-ai-agents-html.d.ts","default":"./fesm2022/c8y-ngx-components-ai-agents-html.mjs"},"./ai/agents/scada":{"types":"./types/c8y-ngx-components-ai-agents-scada.d.ts","default":"./fesm2022/c8y-ngx-components-ai-agents-scada.mjs"},"./ai/ai-chat":{"types":"./types/c8y-ngx-components-ai-ai-chat.d.ts","default":"./fesm2022/c8y-ngx-components-ai-ai-chat.mjs"},"./alarm-event-selector":{"types":"./types/c8y-ngx-components-alarm-event-selector.d.ts","default":"./fesm2022/c8y-ngx-components-alarm-event-selector.mjs"},"./alarms":{"types":"./types/c8y-ngx-components-alarms.d.ts","default":"./fesm2022/c8y-ngx-components-alarms.mjs"},"./alarms/cockpit":{"types":"./types/c8y-ngx-components-alarms-cockpit.d.ts","default":"./fesm2022/c8y-ngx-components-alarms-cockpit.mjs"},"./alarms/devicemanagement":{"types":"./types/c8y-ngx-components-alarms-devicemanagement.d.ts","default":"./fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs"},"./api":{"types":"./types/c8y-ngx-components-api.d.ts","default":"./fesm2022/c8y-ngx-components-api.mjs"},"./app-logs":{"types":"./types/c8y-ngx-components-app-logs.d.ts","default":"./fesm2022/c8y-ngx-components-app-logs.mjs"},"./application-access/list":{"types":"./types/c8y-ngx-components-application-access-list.d.ts","default":"./fesm2022/c8y-ngx-components-application-access-list.mjs"},"./application-access/user":{"types":"./types/c8y-ngx-components-application-access-user.d.ts","default":"./fesm2022/c8y-ngx-components-application-access-user.mjs"},"./application-access/user/application-access-user-details-wrapper":{"types":"./types/c8y-ngx-components-application-access-user-application-access-user-details-wrapper.d.ts","default":"./fesm2022/c8y-ngx-components-application-access-user-application-access-user-details-wrapper.mjs"},"./asset-properties":{"types":"./types/c8y-ngx-components-asset-properties.d.ts","default":"./fesm2022/c8y-ngx-components-asset-properties.mjs"},"./assets-navigator":{"types":"./types/c8y-ngx-components-assets-navigator.d.ts","default":"./fesm2022/c8y-ngx-components-assets-navigator.mjs"},"./auth-configuration":{"types":"./types/c8y-ngx-components-auth-configuration.d.ts","default":"./fesm2022/c8y-ngx-components-auth-configuration.mjs"},"./binary-file-download":{"types":"./types/c8y-ngx-components-binary-file-download.d.ts","default":"./fesm2022/c8y-ngx-components-binary-file-download.mjs"},"./bookmarks":{"types":"./types/c8y-ngx-components-bookmarks.d.ts","default":"./fesm2022/c8y-ngx-components-bookmarks.mjs"},"./branding/base-branding":{"types":"./types/c8y-ngx-components-branding-base-branding.d.ts","default":"./fesm2022/c8y-ngx-components-branding-base-branding.mjs"},"./branding/dark-theme":{"types":"./types/c8y-ngx-components-branding-dark-theme.d.ts","default":"./fesm2022/c8y-ngx-components-branding-dark-theme.mjs"},"./branding/extra-css-branding-editor":{"types":"./types/c8y-ngx-components-branding-extra-css-branding-editor.d.ts","default":"./fesm2022/c8y-ngx-components-branding-extra-css-branding-editor.mjs"},"./branding/plain-branding-editor":{"types":"./types/c8y-ngx-components-branding-plain-branding-editor.d.ts","default":"./fesm2022/c8y-ngx-components-branding-plain-branding-editor.mjs"},"./branding/plain-branding-editor/lazy":{"types":"./types/c8y-ngx-components-branding-plain-branding-editor-lazy.d.ts","default":"./fesm2022/c8y-ngx-components-branding-plain-branding-editor-lazy.mjs"},"./branding/shared":{"types":"./types/c8y-ngx-components-branding-shared.d.ts","default":"./fesm2022/c8y-ngx-components-branding-shared.mjs"},"./branding/shared/data":{"types":"./types/c8y-ngx-components-branding-shared-data.d.ts","default":"./fesm2022/c8y-ngx-components-branding-shared-data.mjs"},"./branding/shared/lazy":{"types":"./types/c8y-ngx-components-branding-shared-lazy.d.ts","default":"./fesm2022/c8y-ngx-components-branding-shared-lazy.mjs"},"./branding/shared/lazy/add-branding-modal":{"types":"./types/c8y-ngx-components-branding-shared-lazy-add-branding-modal.d.ts","default":"./fesm2022/c8y-ngx-components-branding-shared-lazy-add-branding-modal.mjs"},"./child-devices":{"types":"./types/c8y-ngx-components-child-devices.d.ts","default":"./fesm2022/c8y-ngx-components-child-devices.mjs"},"./cockpit-config":{"types":"./types/c8y-ngx-components-cockpit-config.d.ts","default":"./fesm2022/c8y-ngx-components-cockpit-config.mjs"},"./computed-asset-properties":{"types":"./types/c8y-ngx-components-computed-asset-properties.d.ts","default":"./fesm2022/c8y-ngx-components-computed-asset-properties.mjs"},"./connectivity":{"types":"./types/c8y-ngx-components-connectivity.d.ts","default":"./fesm2022/c8y-ngx-components-connectivity.mjs"},"./context-dashboard":{"types":"./types/c8y-ngx-components-context-dashboard.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard.mjs"},"./context-dashboard-state":{"types":"./types/c8y-ngx-components-context-dashboard-state.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-state.mjs"},"./context-dashboard/asset/add":{"types":"./types/c8y-ngx-components-context-dashboard-asset-add.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-asset-add.mjs"},"./context-dashboard/asset/view":{"types":"./types/c8y-ngx-components-context-dashboard-asset-view.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-asset-view.mjs"},"./context-dashboard/cockpit-home-dashboard":{"types":"./types/c8y-ngx-components-context-dashboard-cockpit-home-dashboard.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-cockpit-home-dashboard.mjs"},"./context-dashboard/device/add":{"types":"./types/c8y-ngx-components-context-dashboard-device-add.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-device-add.mjs"},"./context-dashboard/device/view":{"types":"./types/c8y-ngx-components-context-dashboard-device-view.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-device-view.mjs"},"./context-dashboard/devicemanagement":{"types":"./types/c8y-ngx-components-context-dashboard-devicemanagement.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-devicemanagement.mjs"},"./dashboard-details-advanced-tab":{"types":"./types/c8y-ngx-components-dashboard-details-advanced-tab.d.ts","default":"./fesm2022/c8y-ngx-components-dashboard-details-advanced-tab.mjs"},"./dashboard-manager":{"types":"./types/c8y-ngx-components-dashboard-manager.d.ts","default":"./fesm2022/c8y-ngx-components-dashboard-manager.mjs"},"./dashboard-manager/devicemanagement":{"types":"./types/c8y-ngx-components-dashboard-manager-devicemanagement.d.ts","default":"./fesm2022/c8y-ngx-components-dashboard-manager-devicemanagement.mjs"},"./data-broker":{"types":"./types/c8y-ngx-components-data-broker.d.ts","default":"./fesm2022/c8y-ngx-components-data-broker.mjs"},"./data-grid-columns":{"types":"./types/c8y-ngx-components-data-grid-columns.d.ts","default":"./fesm2022/c8y-ngx-components-data-grid-columns.mjs"},"./data-grid-columns/asset-type":{"types":"./types/c8y-ngx-components-data-grid-columns-asset-type.d.ts","default":"./fesm2022/c8y-ngx-components-data-grid-columns-asset-type.mjs"},"./data-preparation":{"types":"./types/c8y-ngx-components-data-preparation.d.ts","default":"./fesm2022/c8y-ngx-components-data-preparation.mjs"},"./datapoint-explorer":{"types":"./types/c8y-ngx-components-datapoint-explorer.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-explorer.mjs"},"./datapoint-explorer/devicemanagement":{"types":"./types/c8y-ngx-components-datapoint-explorer-devicemanagement.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-explorer-devicemanagement.mjs"},"./datapoint-explorer/view":{"types":"./types/c8y-ngx-components-datapoint-explorer-view.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs"},"./datapoint-library":{"types":"./types/c8y-ngx-components-datapoint-library.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-library.mjs"},"./datapoint-library/details":{"types":"./types/c8y-ngx-components-datapoint-library-details.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-library-details.mjs"},"./datapoint-library/list":{"types":"./types/c8y-ngx-components-datapoint-library-list.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-library-list.mjs"},"./datapoint-library/model":{"types":"./types/c8y-ngx-components-datapoint-library-model.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-library-model.mjs"},"./datapoint-library/services":{"types":"./types/c8y-ngx-components-datapoint-library-services.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-library-services.mjs"},"./datapoint-selector":{"types":"./types/c8y-ngx-components-datapoint-selector.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-selector.mjs"},"./datapoints-export-selector":{"types":"./types/c8y-ngx-components-datapoints-export-selector.d.ts","default":"./fesm2022/c8y-ngx-components-datapoints-export-selector.mjs"},"./default-subscriptions":{"types":"./types/c8y-ngx-components-default-subscriptions.d.ts","default":"./fesm2022/c8y-ngx-components-default-subscriptions.mjs"},"./device-enrolment":{"types":"./types/c8y-ngx-components-device-enrolment.d.ts","default":"./fesm2022/c8y-ngx-components-device-enrolment.mjs"},"./device-enrolment/modal":{"types":"./types/c8y-ngx-components-device-enrolment-modal.d.ts","default":"./fesm2022/c8y-ngx-components-device-enrolment-modal.mjs"},"./device-grid":{"types":"./types/c8y-ngx-components-device-grid.d.ts","default":"./fesm2022/c8y-ngx-components-device-grid.mjs"},"./device-list":{"types":"./types/c8y-ngx-components-device-list.d.ts","default":"./fesm2022/c8y-ngx-components-device-list.mjs"},"./device-map":{"types":"./types/c8y-ngx-components-device-map.d.ts","default":"./fesm2022/c8y-ngx-components-device-map.mjs"},"./device-profile":{"types":"./types/c8y-ngx-components-device-profile.d.ts","default":"./fesm2022/c8y-ngx-components-device-profile.mjs"},"./device-protocol-object-mappings":{"types":"./types/c8y-ngx-components-device-protocol-object-mappings.d.ts","default":"./fesm2022/c8y-ngx-components-device-protocol-object-mappings.mjs"},"./device-protocols":{"types":"./types/c8y-ngx-components-device-protocols.d.ts","default":"./fesm2022/c8y-ngx-components-device-protocols.mjs"},"./device-provisioned-certificates":{"types":"./types/c8y-ngx-components-device-provisioned-certificates.d.ts","default":"./fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs"},"./device-shell":{"types":"./types/c8y-ngx-components-device-shell.d.ts","default":"./fesm2022/c8y-ngx-components-device-shell.mjs"},"./diagnostics":{"types":"./types/c8y-ngx-components-diagnostics.d.ts","default":"./fesm2022/c8y-ngx-components-diagnostics.mjs"},"./echart":{"types":"./types/c8y-ngx-components-echart.d.ts","default":"./fesm2022/c8y-ngx-components-echart.mjs"},"./echart/models":{"types":"./types/c8y-ngx-components-echart-models.d.ts","default":"./fesm2022/c8y-ngx-components-echart-models.mjs"},"./ecosystem":{"types":"./types/c8y-ngx-components-ecosystem.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem.mjs"},"./ecosystem/application-plugins":{"types":"./types/c8y-ngx-components-ecosystem-application-plugins.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs"},"./ecosystem/archived-confirm":{"types":"./types/c8y-ngx-components-ecosystem-archived-confirm.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem-archived-confirm.mjs"},"./ecosystem/license-confirm":{"types":"./types/c8y-ngx-components-ecosystem-license-confirm.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem-license-confirm.mjs"},"./ecosystem/plugin-setup-stepper":{"types":"./types/c8y-ngx-components-ecosystem-plugin-setup-stepper.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs"},"./ecosystem/shared":{"types":"./types/c8y-ngx-components-ecosystem-shared.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem-shared.mjs"},"./editor":{"types":"./types/c8y-ngx-components-editor.d.ts","default":"./fesm2022/c8y-ngx-components-editor.mjs"},"./events":{"types":"./types/c8y-ngx-components-events.d.ts","default":"./fesm2022/c8y-ngx-components-events.mjs"},"./events/cockpit":{"types":"./types/c8y-ngx-components-events-cockpit.d.ts","default":"./fesm2022/c8y-ngx-components-events-cockpit.mjs"},"./events/devicemanagement":{"types":"./types/c8y-ngx-components-events-devicemanagement.d.ts","default":"./fesm2022/c8y-ngx-components-events-devicemanagement.mjs"},"./events/events-timeline":{"types":"./types/c8y-ngx-components-events-events-timeline.d.ts","default":"./fesm2022/c8y-ngx-components-events-events-timeline.mjs"},"./exports":{"types":"./types/c8y-ngx-components-exports.d.ts","default":"./fesm2022/c8y-ngx-components-exports.mjs"},"./exports/list":{"types":"./types/c8y-ngx-components-exports-list.d.ts","default":"./fesm2022/c8y-ngx-components-exports-list.mjs"},"./feature-toggles":{"types":"./types/c8y-ngx-components-feature-toggles.d.ts","default":"./fesm2022/c8y-ngx-components-feature-toggles.mjs"},"./feature-toggles/list":{"types":"./types/c8y-ngx-components-feature-toggles-list.d.ts","default":"./fesm2022/c8y-ngx-components-feature-toggles-list.mjs"},"./file-preview":{"types":"./types/c8y-ngx-components-file-preview.d.ts","default":"./fesm2022/c8y-ngx-components-file-preview.mjs"},"./files-repository":{"types":"./types/c8y-ngx-components-files-repository.d.ts","default":"./fesm2022/c8y-ngx-components-files-repository.mjs"},"./gettext":{"types":"./types/c8y-ngx-components-gettext.d.ts","default":"./fesm2022/c8y-ngx-components-gettext.mjs"},"./global-context":{"types":"./types/c8y-ngx-components-global-context.d.ts","default":"./fesm2022/c8y-ngx-components-global-context.mjs"},"./group-breadcrumbs":{"types":"./types/c8y-ngx-components-group-breadcrumbs.d.ts","default":"./fesm2022/c8y-ngx-components-group-breadcrumbs.mjs"},"./icon-selector":{"types":"./types/c8y-ngx-components-icon-selector.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector.mjs"},"./icon-selector/icons":{"types":"./types/c8y-ngx-components-icon-selector-icons.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons.mjs"},"./icon-selector/icons/arrows":{"types":"./types/c8y-ngx-components-icon-selector-icons-arrows.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-arrows.mjs"},"./icon-selector/icons/city":{"types":"./types/c8y-ngx-components-icon-selector-icons-city.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-city.mjs"},"./icon-selector/icons/data":{"types":"./types/c8y-ngx-components-icon-selector-icons-data.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-data.mjs"},"./icon-selector/icons/dateAndTime":{"types":"./types/c8y-ngx-components-icon-selector-icons-dateAndTime.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-dateAndTime.mjs"},"./icon-selector/icons/devicesAndSensors":{"types":"./types/c8y-ngx-components-icon-selector-icons-devicesAndSensors.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-devicesAndSensors.mjs"},"./icon-selector/icons/ecommerce":{"types":"./types/c8y-ngx-components-icon-selector-icons-ecommerce.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-ecommerce.mjs"},"./icon-selector/icons/editing":{"types":"./types/c8y-ngx-components-icon-selector-icons-editing.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-editing.mjs"},"./icon-selector/icons/filesAndFolders":{"types":"./types/c8y-ngx-components-icon-selector-icons-filesAndFolders.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-filesAndFolders.mjs"},"./icon-selector/icons/finance":{"types":"./types/c8y-ngx-components-icon-selector-icons-finance.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-finance.mjs"},"./icon-selector/icons/hands":{"types":"./types/c8y-ngx-components-icon-selector-icons-hands.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-hands.mjs"},"./icon-selector/icons/location":{"types":"./types/c8y-ngx-components-icon-selector-icons-location.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-location.mjs"},"./icon-selector/icons/messaging":{"types":"./types/c8y-ngx-components-icon-selector-icons-messaging.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-messaging.mjs"},"./icon-selector/icons/multimedia":{"types":"./types/c8y-ngx-components-icon-selector-icons-multimedia.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-multimedia.mjs"},"./icon-selector/icons/network":{"types":"./types/c8y-ngx-components-icon-selector-icons-network.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-network.mjs"},"./icon-selector/icons/office":{"types":"./types/c8y-ngx-components-icon-selector-icons-office.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-office.mjs"},"./icon-selector/icons/people":{"types":"./types/c8y-ngx-components-icon-selector-icons-people.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-people.mjs"},"./icon-selector/icons/platform":{"types":"./types/c8y-ngx-components-icon-selector-icons-platform.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-platform.mjs"},"./icon-selector/icons/programming":{"types":"./types/c8y-ngx-components-icon-selector-icons-programming.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-programming.mjs"},"./icon-selector/icons/security":{"types":"./types/c8y-ngx-components-icon-selector-icons-security.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-security.mjs"},"./icon-selector/icons/transport":{"types":"./types/c8y-ngx-components-icon-selector-icons-transport.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-transport.mjs"},"./icon-selector/icons/userInterface":{"types":"./types/c8y-ngx-components-icon-selector-icons-userInterface.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-userInterface.mjs"},"./icon-selector/icons/weather":{"types":"./types/c8y-ngx-components-icon-selector-icons-weather.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-weather.mjs"},"./icon-selector/model":{"types":"./types/c8y-ngx-components-icon-selector-model.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-model.mjs"},"./interval-picker":{"types":"./types/c8y-ngx-components-interval-picker.d.ts","default":"./fesm2022/c8y-ngx-components-interval-picker.mjs"},"./lazy/three":{"types":"./types/c8y-ngx-components-lazy-three.d.ts","default":"./fesm2022/c8y-ngx-components-lazy-three.mjs"},"./lazy/three-orbit-controls":{"types":"./types/c8y-ngx-components-lazy-three-orbit-controls.d.ts","default":"./fesm2022/c8y-ngx-components-lazy-three-orbit-controls.mjs"},"./location":{"types":"./types/c8y-ngx-components-location.d.ts","default":"./fesm2022/c8y-ngx-components-location.mjs"},"./loriot-device-registration":{"types":"./types/c8y-ngx-components-loriot-device-registration.d.ts","default":"./fesm2022/c8y-ngx-components-loriot-device-registration.mjs"},"./map":{"types":"./types/c8y-ngx-components-map.d.ts","default":"./fesm2022/c8y-ngx-components-map.mjs"},"./messaging-management":{"types":"./types/c8y-ngx-components-messaging-management.d.ts","default":"./fesm2022/c8y-ngx-components-messaging-management.mjs"},"./module-federation-exports/assets-navigator":{"types":"./types/c8y-ngx-components-module-federation-exports-assets-navigator.d.ts","default":"./fesm2022/c8y-ngx-components-module-federation-exports-assets-navigator.mjs"},"./operation-picker":{"types":"./types/c8y-ngx-components-operation-picker.d.ts","default":"./fesm2022/c8y-ngx-components-operation-picker.mjs"},"./operations":{"types":"./types/c8y-ngx-components-operations.d.ts","default":"./fesm2022/c8y-ngx-components-operations.mjs"},"./operations/bulk-operation-from-single":{"types":"./types/c8y-ngx-components-operations-bulk-operation-from-single.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-from-single.mjs"},"./operations/bulk-operation-list-item":{"types":"./types/c8y-ngx-components-operations-bulk-operation-list-item.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs"},"./operations/bulk-operation-modal-details":{"types":"./types/c8y-ngx-components-operations-bulk-operation-modal-details.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-modal-details.mjs"},"./operations/bulk-operation-scheduler":{"types":"./types/c8y-ngx-components-operations-bulk-operation-scheduler.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs"},"./operations/bulk-operation-stepper":{"types":"./types/c8y-ngx-components-operations-bulk-operation-stepper.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-stepper.mjs"},"./operations/bulk-operations-list":{"types":"./types/c8y-ngx-components-operations-bulk-operations-list.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs"},"./operations/bulk-operations-service":{"types":"./types/c8y-ngx-components-operations-bulk-operations-service.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-service.mjs"},"./operations/bulk-operations-stepper-container":{"types":"./types/c8y-ngx-components-operations-bulk-operations-stepper-container.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-stepper-container.mjs"},"./operations/bulk-single-operations-list":{"types":"./types/c8y-ngx-components-operations-bulk-single-operations-list.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-single-operations-list.mjs"},"./operations/create-bulk-operation-details":{"types":"./types/c8y-ngx-components-operations-create-bulk-operation-details.d.ts","default":"./fesm2022/c8y-ngx-components-operations-create-bulk-operation-details.mjs"},"./operations/device-selector":{"types":"./types/c8y-ngx-components-operations-device-selector.d.ts","default":"./fesm2022/c8y-ngx-components-operations-device-selector.mjs"},"./operations/grid-columns":{"types":"./types/c8y-ngx-components-operations-grid-columns.d.ts","default":"./fesm2022/c8y-ngx-components-operations-grid-columns.mjs"},"./operations/operation-details":{"types":"./types/c8y-ngx-components-operations-operation-details.d.ts","default":"./fesm2022/c8y-ngx-components-operations-operation-details.mjs"},"./operations/operation-summary":{"types":"./types/c8y-ngx-components-operations-operation-summary.d.ts","default":"./fesm2022/c8y-ngx-components-operations-operation-summary.mjs"},"./operations/operations-list":{"types":"./types/c8y-ngx-components-operations-operations-list.d.ts","default":"./fesm2022/c8y-ngx-components-operations-operations-list.mjs"},"./operations/operations-list-item-details":{"types":"./types/c8y-ngx-components-operations-operations-list-item-details.d.ts","default":"./fesm2022/c8y-ngx-components-operations-operations-list-item-details.mjs"},"./operations/operations-timeline":{"types":"./types/c8y-ngx-components-operations-operations-timeline.d.ts","default":"./fesm2022/c8y-ngx-components-operations-operations-timeline.mjs"},"./operations/product-experience":{"types":"./types/c8y-ngx-components-operations-product-experience.d.ts","default":"./fesm2022/c8y-ngx-components-operations-product-experience.mjs"},"./operations/shared":{"types":"./types/c8y-ngx-components-operations-shared.d.ts","default":"./fesm2022/c8y-ngx-components-operations-shared.mjs"},"./operations/status-filter":{"types":"./types/c8y-ngx-components-operations-status-filter.d.ts","default":"./fesm2022/c8y-ngx-components-operations-status-filter.mjs"},"./operations/stepper-bulk-type-configuration":{"types":"./types/c8y-ngx-components-operations-stepper-bulk-type-configuration.d.ts","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs"},"./operations/stepper-bulk-type-device-profile":{"types":"./types/c8y-ngx-components-operations-stepper-bulk-type-device-profile.d.ts","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs"},"./operations/stepper-bulk-type-firmware":{"types":"./types/c8y-ngx-components-operations-stepper-bulk-type-firmware.d.ts","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs"},"./operations/stepper-bulk-type-software":{"types":"./types/c8y-ngx-components-operations-stepper-bulk-type-software.d.ts","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs"},"./operations/stepper-frames":{"types":"./types/c8y-ngx-components-operations-stepper-frames.d.ts","default":"./fesm2022/c8y-ngx-components-operations-stepper-frames.mjs"},"./pending-mo-request":{"types":"./types/c8y-ngx-components-pending-mo-request.d.ts","default":"./fesm2022/c8y-ngx-components-pending-mo-request.mjs"},"./platform-configuration":{"types":"./types/c8y-ngx-components-platform-configuration.d.ts","default":"./fesm2022/c8y-ngx-components-platform-configuration.mjs"},"./polyfills":{"types":"./types/c8y-ngx-components-polyfills.d.ts","default":"./fesm2022/c8y-ngx-components-polyfills.mjs"},"./protocol-lpwan":{"types":"./types/c8y-ngx-components-protocol-lpwan.d.ts","default":"./fesm2022/c8y-ngx-components-protocol-lpwan.mjs"},"./protocol-opcua":{"types":"./types/c8y-ngx-components-protocol-opcua.d.ts","default":"./fesm2022/c8y-ngx-components-protocol-opcua.mjs"},"./protocol-opcua/mappings":{"types":"./types/c8y-ngx-components-protocol-opcua-mappings.d.ts","default":"./fesm2022/c8y-ngx-components-protocol-opcua-mappings.mjs"},"./register-device":{"types":"./types/c8y-ngx-components-register-device.d.ts","default":"./fesm2022/c8y-ngx-components-register-device.mjs"},"./remote-access/configurations":{"types":"./types/c8y-ngx-components-remote-access-configurations.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-configurations.mjs"},"./remote-access/data":{"types":"./types/c8y-ngx-components-remote-access-data.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-data.mjs"},"./remote-access/passthrough":{"types":"./types/c8y-ngx-components-remote-access-passthrough.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-passthrough.mjs"},"./remote-access/shared":{"types":"./types/c8y-ngx-components-remote-access-shared.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-shared.mjs"},"./remote-access/ssh":{"types":"./types/c8y-ngx-components-remote-access-ssh.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-ssh.mjs"},"./remote-access/ssh/remote-access-ssh-endpoint-modal":{"types":"./types/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.mjs"},"./remote-access/telnet":{"types":"./types/c8y-ngx-components-remote-access-telnet.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-telnet.mjs"},"./remote-access/terminal-viewer":{"types":"./types/c8y-ngx-components-remote-access-terminal-viewer.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-terminal-viewer.mjs"},"./remote-access/vnc":{"types":"./types/c8y-ngx-components-remote-access-vnc.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-vnc.mjs"},"./remote-access/vnc/remote-access-vnc-endpoint-modal":{"types":"./types/c8y-ngx-components-remote-access-vnc-remote-access-vnc-endpoint-modal.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-vnc-remote-access-vnc-endpoint-modal.mjs"},"./remote-access/vnc/vnc-viewer":{"types":"./types/c8y-ngx-components-remote-access-vnc-vnc-viewer.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-vnc-vnc-viewer.mjs"},"./replace-device":{"types":"./types/c8y-ngx-components-replace-device.d.ts","default":"./fesm2022/c8y-ngx-components-replace-device.mjs"},"./replace-device/replace-device-wizard":{"types":"./types/c8y-ngx-components-replace-device-replace-device-wizard.d.ts","default":"./fesm2022/c8y-ngx-components-replace-device-replace-device-wizard.mjs"},"./report-dashboard":{"types":"./types/c8y-ngx-components-report-dashboard.d.ts","default":"./fesm2022/c8y-ngx-components-report-dashboard.mjs"},"./reports":{"types":"./types/c8y-ngx-components-reports.d.ts","default":"./fesm2022/c8y-ngx-components-reports.mjs"},"./repository":{"types":"./types/c8y-ngx-components-repository.d.ts","default":"./fesm2022/c8y-ngx-components-repository.mjs"},"./repository/configuration":{"types":"./types/c8y-ngx-components-repository-configuration.d.ts","default":"./fesm2022/c8y-ngx-components-repository-configuration.mjs"},"./repository/firmware":{"types":"./types/c8y-ngx-components-repository-firmware.d.ts","default":"./fesm2022/c8y-ngx-components-repository-firmware.mjs"},"./repository/shared":{"types":"./types/c8y-ngx-components-repository-shared.d.ts","default":"./fesm2022/c8y-ngx-components-repository-shared.mjs"},"./repository/software":{"types":"./types/c8y-ngx-components-repository-software.d.ts","default":"./fesm2022/c8y-ngx-components-repository-software.mjs"},"./search":{"types":"./types/c8y-ngx-components-search.d.ts","default":"./fesm2022/c8y-ngx-components-search.mjs"},"./sensor-phone":{"types":"./types/c8y-ngx-components-sensor-phone.d.ts","default":"./fesm2022/c8y-ngx-components-sensor-phone.mjs"},"./sensor-phone/sensor-phone-modal":{"types":"./types/c8y-ngx-components-sensor-phone-sensor-phone-modal.d.ts","default":"./fesm2022/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs"},"./services":{"types":"./types/c8y-ngx-components-services.d.ts","default":"./fesm2022/c8y-ngx-components-services.mjs"},"./services/service-command-tab":{"types":"./types/c8y-ngx-components-services-service-command-tab.d.ts","default":"./fesm2022/c8y-ngx-components-services-service-command-tab.mjs"},"./services/shared":{"types":"./types/c8y-ngx-components-services-shared.d.ts","default":"./fesm2022/c8y-ngx-components-services-shared.mjs"},"./sigfox-device-registration":{"types":"./types/c8y-ngx-components-sigfox-device-registration.d.ts","default":"./fesm2022/c8y-ngx-components-sigfox-device-registration.mjs"},"./sms-gateway":{"types":"./types/c8y-ngx-components-sms-gateway.d.ts","default":"./fesm2022/c8y-ngx-components-sms-gateway.mjs"},"./static-assets":{"types":"./types/c8y-ngx-components-static-assets.d.ts","default":"./fesm2022/c8y-ngx-components-static-assets.mjs"},"./static-assets/data":{"types":"./types/c8y-ngx-components-static-assets-data.d.ts","default":"./fesm2022/c8y-ngx-components-static-assets-data.mjs"},"./static-assets/modal":{"types":"./types/c8y-ngx-components-static-assets-modal.d.ts","default":"./fesm2022/c8y-ngx-components-static-assets-modal.mjs"},"./sub-assets":{"types":"./types/c8y-ngx-components-sub-assets.d.ts","default":"./fesm2022/c8y-ngx-components-sub-assets.mjs"},"./tenants":{"types":"./types/c8y-ngx-components-tenants.d.ts","default":"./fesm2022/c8y-ngx-components-tenants.mjs"},"./time-context":{"types":"./types/c8y-ngx-components-time-context.d.ts","default":"./fesm2022/c8y-ngx-components-time-context.mjs"},"./tracking":{"types":"./types/c8y-ngx-components-tracking.d.ts","default":"./fesm2022/c8y-ngx-components-tracking.mjs"},"./translation-editor":{"types":"./types/c8y-ngx-components-translation-editor.d.ts","default":"./fesm2022/c8y-ngx-components-translation-editor.mjs"},"./translation-editor/data":{"types":"./types/c8y-ngx-components-translation-editor-data.d.ts","default":"./fesm2022/c8y-ngx-components-translation-editor-data.mjs"},"./translation-editor/lazy":{"types":"./types/c8y-ngx-components-translation-editor-lazy.d.ts","default":"./fesm2022/c8y-ngx-components-translation-editor-lazy.mjs"},"./trusted-certificates":{"types":"./types/c8y-ngx-components-trusted-certificates.d.ts","default":"./fesm2022/c8y-ngx-components-trusted-certificates.mjs"},"./upgrade":{"types":"./types/c8y-ngx-components-upgrade.d.ts","default":"./fesm2022/c8y-ngx-components-upgrade.mjs"},"./upgrade/upgraded-services":{"types":"./types/c8y-ngx-components-upgrade-upgraded-services.d.ts","default":"./fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs"},"./user-roles":{"types":"./types/c8y-ngx-components-user-roles.d.ts","default":"./fesm2022/c8y-ngx-components-user-roles.mjs"},"./widgets/cockpit-exports":{"types":"./types/c8y-ngx-components-widgets-cockpit-exports.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs"},"./widgets/definitions":{"types":"./types/c8y-ngx-components-widgets-definitions.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions.mjs"},"./widgets/definitions/alarms/alarm-list":{"types":"./types/c8y-ngx-components-widgets-definitions-alarms-alarm-list.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-alarms-alarm-list.mjs"},"./widgets/definitions/alarms/alarm-widget-controls.presets":{"types":"./types/c8y-ngx-components-widgets-definitions-alarms-alarm-widget-controls.presets.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-alarms-alarm-widget-controls.presets.mjs"},"./widgets/definitions/alarms/all-critical-alarms":{"types":"./types/c8y-ngx-components-widgets-definitions-alarms-all-critical-alarms.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-alarms-all-critical-alarms.mjs"},"./widgets/definitions/alarms/recent-alarms":{"types":"./types/c8y-ngx-components-widgets-definitions-alarms-recent-alarms.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-alarms-recent-alarms.mjs"},"./widgets/definitions/applications":{"types":"./types/c8y-ngx-components-widgets-definitions-applications.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-applications.mjs"},"./widgets/definitions/asset-notes":{"types":"./types/c8y-ngx-components-widgets-definitions-asset-notes.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-asset-notes.mjs"},"./widgets/definitions/asset-table":{"types":"./types/c8y-ngx-components-widgets-definitions-asset-table.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-asset-table.mjs"},"./widgets/definitions/cockpit-legacy-welcome":{"types":"./types/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.mjs"},"./widgets/definitions/cockpit-welcome":{"types":"./types/c8y-ngx-components-widgets-definitions-cockpit-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-cockpit-welcome.mjs"},"./widgets/definitions/datapoints-graph":{"types":"./types/c8y-ngx-components-widgets-definitions-datapoints-graph.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs"},"./widgets/definitions/datapoints-list":{"types":"./types/c8y-ngx-components-widgets-definitions-datapoints-list.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-datapoints-list.mjs"},"./widgets/definitions/datapoints-table":{"types":"./types/c8y-ngx-components-widgets-definitions-datapoints-table.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-datapoints-table.mjs"},"./widgets/definitions/device-control-message":{"types":"./types/c8y-ngx-components-widgets-definitions-device-control-message.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-device-control-message.mjs"},"./widgets/definitions/device-management-welcome":{"types":"./types/c8y-ngx-components-widgets-definitions-device-management-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-device-management-welcome.mjs"},"./widgets/definitions/event-list":{"types":"./types/c8y-ngx-components-widgets-definitions-event-list.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-event-list.mjs"},"./widgets/definitions/help-and-service":{"types":"./types/c8y-ngx-components-widgets-definitions-help-and-service.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-help-and-service.mjs"},"./widgets/definitions/html-widget":{"types":"./types/c8y-ngx-components-widgets-definitions-html-widget.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-html-widget.mjs"},"./widgets/definitions/html-widget-ai-config":{"types":"./types/c8y-ngx-components-widgets-definitions-html-widget-ai-config.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs"},"./widgets/definitions/image":{"types":"./types/c8y-ngx-components-widgets-definitions-image.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-image.mjs"},"./widgets/definitions/info-gauge":{"types":"./types/c8y-ngx-components-widgets-definitions-info-gauge.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-info-gauge.mjs"},"./widgets/definitions/kpi":{"types":"./types/c8y-ngx-components-widgets-definitions-kpi.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-kpi.mjs"},"./widgets/definitions/linear-gauge":{"types":"./types/c8y-ngx-components-widgets-definitions-linear-gauge.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-linear-gauge.mjs"},"./widgets/definitions/map":{"types":"./types/c8y-ngx-components-widgets-definitions-map.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-map.mjs"},"./widgets/definitions/markdown":{"types":"./types/c8y-ngx-components-widgets-definitions-markdown.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-markdown.mjs"},"./widgets/definitions/pie-chart":{"types":"./types/c8y-ngx-components-widgets-definitions-pie-chart.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-pie-chart.mjs"},"./widgets/definitions/quick-links":{"types":"./types/c8y-ngx-components-widgets-definitions-quick-links.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-quick-links.mjs"},"./widgets/definitions/radial-gauge":{"types":"./types/c8y-ngx-components-widgets-definitions-radial-gauge.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-radial-gauge.mjs"},"./widgets/definitions/scada":{"types":"./types/c8y-ngx-components-widgets-definitions-scada.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-scada.mjs"},"./widgets/definitions/three-d-rotation":{"types":"./types/c8y-ngx-components-widgets-definitions-three-d-rotation.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-three-d-rotation.mjs"},"./widgets/device-management-exports":{"types":"./types/c8y-ngx-components-widgets-device-management-exports.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-device-management-exports.mjs"},"./widgets/exports":{"types":"./types/c8y-ngx-components-widgets-exports.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-exports.mjs"},"./widgets/implementations/alarms":{"types":"./types/c8y-ngx-components-widgets-implementations-alarms.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs"},"./widgets/implementations/asset-notes":{"types":"./types/c8y-ngx-components-widgets-implementations-asset-notes.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-asset-notes.mjs"},"./widgets/implementations/asset-table":{"types":"./types/c8y-ngx-components-widgets-implementations-asset-table.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs"},"./widgets/implementations/cockpit-legacy-welcome":{"types":"./types/c8y-ngx-components-widgets-implementations-cockpit-legacy-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-cockpit-legacy-welcome.mjs"},"./widgets/implementations/cockpit-welcome":{"types":"./types/c8y-ngx-components-widgets-implementations-cockpit-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs"},"./widgets/implementations/datapoints-graph":{"types":"./types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs"},"./widgets/implementations/datapoints-list":{"types":"./types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-datapoints-list.mjs"},"./widgets/implementations/datapoints-table":{"types":"./types/c8y-ngx-components-widgets-implementations-datapoints-table.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs"},"./widgets/implementations/device-control-message":{"types":"./types/c8y-ngx-components-widgets-implementations-device-control-message.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-device-control-message.mjs"},"./widgets/implementations/device-management-welcome":{"types":"./types/c8y-ngx-components-widgets-implementations-device-management-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs"},"./widgets/implementations/events":{"types":"./types/c8y-ngx-components-widgets-implementations-events.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-events.mjs"},"./widgets/implementations/help-and-service-widget":{"types":"./types/c8y-ngx-components-widgets-implementations-help-and-service-widget.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs"},"./widgets/implementations/html-widget":{"types":"./types/c8y-ngx-components-widgets-implementations-html-widget.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs"},"./widgets/implementations/image":{"types":"./types/c8y-ngx-components-widgets-implementations-image.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-image.mjs"},"./widgets/implementations/info-gauge":{"types":"./types/c8y-ngx-components-widgets-implementations-info-gauge.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-info-gauge.mjs"},"./widgets/implementations/kpi":{"types":"./types/c8y-ngx-components-widgets-implementations-kpi.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-kpi.mjs"},"./widgets/implementations/linear-gauge":{"types":"./types/c8y-ngx-components-widgets-implementations-linear-gauge.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-linear-gauge.mjs"},"./widgets/implementations/map":{"types":"./types/c8y-ngx-components-widgets-implementations-map.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-map.mjs"},"./widgets/implementations/markdown":{"types":"./types/c8y-ngx-components-widgets-implementations-markdown.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-markdown.mjs"},"./widgets/implementations/pie-chart":{"types":"./types/c8y-ngx-components-widgets-implementations-pie-chart.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-pie-chart.mjs"},"./widgets/implementations/quick-links":{"types":"./types/c8y-ngx-components-widgets-implementations-quick-links.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-quick-links.mjs"},"./widgets/implementations/scada":{"types":"./types/c8y-ngx-components-widgets-implementations-scada.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs"},"./widgets/implementations/three-d-rotation":{"types":"./types/c8y-ngx-components-widgets-implementations-three-d-rotation.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs"},"./widgets/implementations/three-d-rotation/lazy-box-model":{"types":"./types/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-box-model.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-box-model.mjs"},"./widgets/implementations/three-d-rotation/lazy-phone-model":{"types":"./types/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-phone-model.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-phone-model.mjs"},"./widgets/import-export-config":{"types":"./types/c8y-ngx-components-widgets-import-export-config.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-import-export-config.mjs"},"./widgets/widget-providers":{"types":"./types/c8y-ngx-components-widgets-widget-providers.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-widget-providers.mjs"}},"sideEffects":false,"type":"module"}
|
|
1
|
+
{"name":"@c8y/ngx-components","version":"1024.2.4","license":"Apache-2.0","author":"Cumulocity","description":"Angular modules for Cumulocity IoT applications","keywords":["Cumulocity","IoT","m2m","Angular","Components"],"peerDependencies":{"@angular/cdk":"^21.0.0","@angular/common":"^21.0.0","@angular/core":"^21.0.0","@angular/forms":"^21.0.0","@angular/platform-browser":"^21.0.0","@angular/router":"^21.0.0","@angular/upgrade":"^21.0.0","@c8y/bootstrap":"1024.2.4","@c8y/client":"1024.2.4","@novnc/novnc":"1.5.0","@xterm/addon-fit":"0.10.0","@xterm/xterm":"5.5.0","gridstack":"^12.4.2","leaflet":"^1.9.4","lz-string":"1.5.0","monaco-editor":">= 0.31.0","rxjs":"7.8.2"},"dependencies":{"@ngx-formly/core":"6.1.3","@ngx-translate/core":"17.0.0","@zip.js/zip.js":"2.7.71","ajv":"^8.18.0","ajv-formats":"3.0.1","angularx-qrcode":"21.0.5","chroma-js":"3.1.2","echarts":"6.1.0","file-saver":"2.0.5","libphonenumber-js":"1.12.10","lodash-es":"^4.18.1","marked":"16.3.0","ngx-bootstrap":"21.0.1","ngx-echarts":"21.0.0","semver":"~7.7.1","three":"0.173.0","tslib":"^2.6.3"},"module":"fesm2022/c8y-ngx-components.mjs","typings":"types/c8y-ngx-components.d.ts","exports":{"./locales/de.po":"./locales/de.po","./locales/en.po":"./locales/en.po","./locales/es.po":"./locales/es.po","./locales/fr.po":"./locales/fr.po","./locales/ja_JP.po":"./locales/ja_JP.po","./locales/ko.po":"./locales/ko.po","./locales/nl.po":"./locales/nl.po","./locales/pt_BR.po":"./locales/pt_BR.po","./locales/zh_CN.po":"./locales/zh_CN.po","./locales/zh_TW.po":"./locales/zh_TW.po","./locales/pl.po":"./locales/pl.po","./locales/en_US.po":"./locales/en_US.po","./package.json":{"default":"./package.json"},".":{"types":"./types/c8y-ngx-components.d.ts","default":"./fesm2022/c8y-ngx-components.mjs"},"./actility-device-registration":{"types":"./types/c8y-ngx-components-actility-device-registration.d.ts","default":"./fesm2022/c8y-ngx-components-actility-device-registration.mjs"},"./advanced-software-management":{"types":"./types/c8y-ngx-components-advanced-software-management.d.ts","default":"./fesm2022/c8y-ngx-components-advanced-software-management.mjs"},"./ai":{"types":"./types/c8y-ngx-components-ai.d.ts","default":"./fesm2022/c8y-ngx-components-ai.mjs"},"./ai/agent-chat":{"types":"./types/c8y-ngx-components-ai-agent-chat.d.ts","default":"./fesm2022/c8y-ngx-components-ai-agent-chat.mjs"},"./ai/agents/html":{"types":"./types/c8y-ngx-components-ai-agents-html.d.ts","default":"./fesm2022/c8y-ngx-components-ai-agents-html.mjs"},"./ai/agents/scada":{"types":"./types/c8y-ngx-components-ai-agents-scada.d.ts","default":"./fesm2022/c8y-ngx-components-ai-agents-scada.mjs"},"./ai/ai-chat":{"types":"./types/c8y-ngx-components-ai-ai-chat.d.ts","default":"./fesm2022/c8y-ngx-components-ai-ai-chat.mjs"},"./alarm-event-selector":{"types":"./types/c8y-ngx-components-alarm-event-selector.d.ts","default":"./fesm2022/c8y-ngx-components-alarm-event-selector.mjs"},"./alarms":{"types":"./types/c8y-ngx-components-alarms.d.ts","default":"./fesm2022/c8y-ngx-components-alarms.mjs"},"./alarms/cockpit":{"types":"./types/c8y-ngx-components-alarms-cockpit.d.ts","default":"./fesm2022/c8y-ngx-components-alarms-cockpit.mjs"},"./alarms/devicemanagement":{"types":"./types/c8y-ngx-components-alarms-devicemanagement.d.ts","default":"./fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs"},"./api":{"types":"./types/c8y-ngx-components-api.d.ts","default":"./fesm2022/c8y-ngx-components-api.mjs"},"./app-logs":{"types":"./types/c8y-ngx-components-app-logs.d.ts","default":"./fesm2022/c8y-ngx-components-app-logs.mjs"},"./application-access/list":{"types":"./types/c8y-ngx-components-application-access-list.d.ts","default":"./fesm2022/c8y-ngx-components-application-access-list.mjs"},"./application-access/user":{"types":"./types/c8y-ngx-components-application-access-user.d.ts","default":"./fesm2022/c8y-ngx-components-application-access-user.mjs"},"./application-access/user/application-access-user-details-wrapper":{"types":"./types/c8y-ngx-components-application-access-user-application-access-user-details-wrapper.d.ts","default":"./fesm2022/c8y-ngx-components-application-access-user-application-access-user-details-wrapper.mjs"},"./asset-properties":{"types":"./types/c8y-ngx-components-asset-properties.d.ts","default":"./fesm2022/c8y-ngx-components-asset-properties.mjs"},"./assets-navigator":{"types":"./types/c8y-ngx-components-assets-navigator.d.ts","default":"./fesm2022/c8y-ngx-components-assets-navigator.mjs"},"./auth-configuration":{"types":"./types/c8y-ngx-components-auth-configuration.d.ts","default":"./fesm2022/c8y-ngx-components-auth-configuration.mjs"},"./binary-file-download":{"types":"./types/c8y-ngx-components-binary-file-download.d.ts","default":"./fesm2022/c8y-ngx-components-binary-file-download.mjs"},"./bookmarks":{"types":"./types/c8y-ngx-components-bookmarks.d.ts","default":"./fesm2022/c8y-ngx-components-bookmarks.mjs"},"./branding/base-branding":{"types":"./types/c8y-ngx-components-branding-base-branding.d.ts","default":"./fesm2022/c8y-ngx-components-branding-base-branding.mjs"},"./branding/dark-theme":{"types":"./types/c8y-ngx-components-branding-dark-theme.d.ts","default":"./fesm2022/c8y-ngx-components-branding-dark-theme.mjs"},"./branding/extra-css-branding-editor":{"types":"./types/c8y-ngx-components-branding-extra-css-branding-editor.d.ts","default":"./fesm2022/c8y-ngx-components-branding-extra-css-branding-editor.mjs"},"./branding/plain-branding-editor":{"types":"./types/c8y-ngx-components-branding-plain-branding-editor.d.ts","default":"./fesm2022/c8y-ngx-components-branding-plain-branding-editor.mjs"},"./branding/plain-branding-editor/lazy":{"types":"./types/c8y-ngx-components-branding-plain-branding-editor-lazy.d.ts","default":"./fesm2022/c8y-ngx-components-branding-plain-branding-editor-lazy.mjs"},"./branding/shared":{"types":"./types/c8y-ngx-components-branding-shared.d.ts","default":"./fesm2022/c8y-ngx-components-branding-shared.mjs"},"./branding/shared/data":{"types":"./types/c8y-ngx-components-branding-shared-data.d.ts","default":"./fesm2022/c8y-ngx-components-branding-shared-data.mjs"},"./branding/shared/lazy":{"types":"./types/c8y-ngx-components-branding-shared-lazy.d.ts","default":"./fesm2022/c8y-ngx-components-branding-shared-lazy.mjs"},"./branding/shared/lazy/add-branding-modal":{"types":"./types/c8y-ngx-components-branding-shared-lazy-add-branding-modal.d.ts","default":"./fesm2022/c8y-ngx-components-branding-shared-lazy-add-branding-modal.mjs"},"./child-devices":{"types":"./types/c8y-ngx-components-child-devices.d.ts","default":"./fesm2022/c8y-ngx-components-child-devices.mjs"},"./cockpit-config":{"types":"./types/c8y-ngx-components-cockpit-config.d.ts","default":"./fesm2022/c8y-ngx-components-cockpit-config.mjs"},"./computed-asset-properties":{"types":"./types/c8y-ngx-components-computed-asset-properties.d.ts","default":"./fesm2022/c8y-ngx-components-computed-asset-properties.mjs"},"./connectivity":{"types":"./types/c8y-ngx-components-connectivity.d.ts","default":"./fesm2022/c8y-ngx-components-connectivity.mjs"},"./context-dashboard":{"types":"./types/c8y-ngx-components-context-dashboard.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard.mjs"},"./context-dashboard-state":{"types":"./types/c8y-ngx-components-context-dashboard-state.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-state.mjs"},"./context-dashboard/asset/add":{"types":"./types/c8y-ngx-components-context-dashboard-asset-add.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-asset-add.mjs"},"./context-dashboard/asset/view":{"types":"./types/c8y-ngx-components-context-dashboard-asset-view.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-asset-view.mjs"},"./context-dashboard/cockpit-home-dashboard":{"types":"./types/c8y-ngx-components-context-dashboard-cockpit-home-dashboard.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-cockpit-home-dashboard.mjs"},"./context-dashboard/device/add":{"types":"./types/c8y-ngx-components-context-dashboard-device-add.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-device-add.mjs"},"./context-dashboard/device/view":{"types":"./types/c8y-ngx-components-context-dashboard-device-view.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-device-view.mjs"},"./context-dashboard/devicemanagement":{"types":"./types/c8y-ngx-components-context-dashboard-devicemanagement.d.ts","default":"./fesm2022/c8y-ngx-components-context-dashboard-devicemanagement.mjs"},"./dashboard-details-advanced-tab":{"types":"./types/c8y-ngx-components-dashboard-details-advanced-tab.d.ts","default":"./fesm2022/c8y-ngx-components-dashboard-details-advanced-tab.mjs"},"./dashboard-manager":{"types":"./types/c8y-ngx-components-dashboard-manager.d.ts","default":"./fesm2022/c8y-ngx-components-dashboard-manager.mjs"},"./dashboard-manager/devicemanagement":{"types":"./types/c8y-ngx-components-dashboard-manager-devicemanagement.d.ts","default":"./fesm2022/c8y-ngx-components-dashboard-manager-devicemanagement.mjs"},"./data-broker":{"types":"./types/c8y-ngx-components-data-broker.d.ts","default":"./fesm2022/c8y-ngx-components-data-broker.mjs"},"./data-grid-columns":{"types":"./types/c8y-ngx-components-data-grid-columns.d.ts","default":"./fesm2022/c8y-ngx-components-data-grid-columns.mjs"},"./data-grid-columns/asset-type":{"types":"./types/c8y-ngx-components-data-grid-columns-asset-type.d.ts","default":"./fesm2022/c8y-ngx-components-data-grid-columns-asset-type.mjs"},"./data-preparation":{"types":"./types/c8y-ngx-components-data-preparation.d.ts","default":"./fesm2022/c8y-ngx-components-data-preparation.mjs"},"./datapoint-explorer":{"types":"./types/c8y-ngx-components-datapoint-explorer.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-explorer.mjs"},"./datapoint-explorer/devicemanagement":{"types":"./types/c8y-ngx-components-datapoint-explorer-devicemanagement.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-explorer-devicemanagement.mjs"},"./datapoint-explorer/view":{"types":"./types/c8y-ngx-components-datapoint-explorer-view.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs"},"./datapoint-library":{"types":"./types/c8y-ngx-components-datapoint-library.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-library.mjs"},"./datapoint-library/details":{"types":"./types/c8y-ngx-components-datapoint-library-details.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-library-details.mjs"},"./datapoint-library/list":{"types":"./types/c8y-ngx-components-datapoint-library-list.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-library-list.mjs"},"./datapoint-library/model":{"types":"./types/c8y-ngx-components-datapoint-library-model.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-library-model.mjs"},"./datapoint-library/services":{"types":"./types/c8y-ngx-components-datapoint-library-services.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-library-services.mjs"},"./datapoint-selector":{"types":"./types/c8y-ngx-components-datapoint-selector.d.ts","default":"./fesm2022/c8y-ngx-components-datapoint-selector.mjs"},"./datapoints-export-selector":{"types":"./types/c8y-ngx-components-datapoints-export-selector.d.ts","default":"./fesm2022/c8y-ngx-components-datapoints-export-selector.mjs"},"./default-subscriptions":{"types":"./types/c8y-ngx-components-default-subscriptions.d.ts","default":"./fesm2022/c8y-ngx-components-default-subscriptions.mjs"},"./device-enrolment":{"types":"./types/c8y-ngx-components-device-enrolment.d.ts","default":"./fesm2022/c8y-ngx-components-device-enrolment.mjs"},"./device-enrolment/modal":{"types":"./types/c8y-ngx-components-device-enrolment-modal.d.ts","default":"./fesm2022/c8y-ngx-components-device-enrolment-modal.mjs"},"./device-grid":{"types":"./types/c8y-ngx-components-device-grid.d.ts","default":"./fesm2022/c8y-ngx-components-device-grid.mjs"},"./device-list":{"types":"./types/c8y-ngx-components-device-list.d.ts","default":"./fesm2022/c8y-ngx-components-device-list.mjs"},"./device-map":{"types":"./types/c8y-ngx-components-device-map.d.ts","default":"./fesm2022/c8y-ngx-components-device-map.mjs"},"./device-profile":{"types":"./types/c8y-ngx-components-device-profile.d.ts","default":"./fesm2022/c8y-ngx-components-device-profile.mjs"},"./device-protocol-object-mappings":{"types":"./types/c8y-ngx-components-device-protocol-object-mappings.d.ts","default":"./fesm2022/c8y-ngx-components-device-protocol-object-mappings.mjs"},"./device-protocols":{"types":"./types/c8y-ngx-components-device-protocols.d.ts","default":"./fesm2022/c8y-ngx-components-device-protocols.mjs"},"./device-provisioned-certificates":{"types":"./types/c8y-ngx-components-device-provisioned-certificates.d.ts","default":"./fesm2022/c8y-ngx-components-device-provisioned-certificates.mjs"},"./device-shell":{"types":"./types/c8y-ngx-components-device-shell.d.ts","default":"./fesm2022/c8y-ngx-components-device-shell.mjs"},"./diagnostics":{"types":"./types/c8y-ngx-components-diagnostics.d.ts","default":"./fesm2022/c8y-ngx-components-diagnostics.mjs"},"./echart":{"types":"./types/c8y-ngx-components-echart.d.ts","default":"./fesm2022/c8y-ngx-components-echart.mjs"},"./echart/models":{"types":"./types/c8y-ngx-components-echart-models.d.ts","default":"./fesm2022/c8y-ngx-components-echart-models.mjs"},"./ecosystem":{"types":"./types/c8y-ngx-components-ecosystem.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem.mjs"},"./ecosystem/application-plugins":{"types":"./types/c8y-ngx-components-ecosystem-application-plugins.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs"},"./ecosystem/archived-confirm":{"types":"./types/c8y-ngx-components-ecosystem-archived-confirm.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem-archived-confirm.mjs"},"./ecosystem/license-confirm":{"types":"./types/c8y-ngx-components-ecosystem-license-confirm.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem-license-confirm.mjs"},"./ecosystem/plugin-setup-stepper":{"types":"./types/c8y-ngx-components-ecosystem-plugin-setup-stepper.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem-plugin-setup-stepper.mjs"},"./ecosystem/shared":{"types":"./types/c8y-ngx-components-ecosystem-shared.d.ts","default":"./fesm2022/c8y-ngx-components-ecosystem-shared.mjs"},"./editor":{"types":"./types/c8y-ngx-components-editor.d.ts","default":"./fesm2022/c8y-ngx-components-editor.mjs"},"./events":{"types":"./types/c8y-ngx-components-events.d.ts","default":"./fesm2022/c8y-ngx-components-events.mjs"},"./events/cockpit":{"types":"./types/c8y-ngx-components-events-cockpit.d.ts","default":"./fesm2022/c8y-ngx-components-events-cockpit.mjs"},"./events/devicemanagement":{"types":"./types/c8y-ngx-components-events-devicemanagement.d.ts","default":"./fesm2022/c8y-ngx-components-events-devicemanagement.mjs"},"./events/events-timeline":{"types":"./types/c8y-ngx-components-events-events-timeline.d.ts","default":"./fesm2022/c8y-ngx-components-events-events-timeline.mjs"},"./exports":{"types":"./types/c8y-ngx-components-exports.d.ts","default":"./fesm2022/c8y-ngx-components-exports.mjs"},"./exports/list":{"types":"./types/c8y-ngx-components-exports-list.d.ts","default":"./fesm2022/c8y-ngx-components-exports-list.mjs"},"./feature-toggles":{"types":"./types/c8y-ngx-components-feature-toggles.d.ts","default":"./fesm2022/c8y-ngx-components-feature-toggles.mjs"},"./feature-toggles/list":{"types":"./types/c8y-ngx-components-feature-toggles-list.d.ts","default":"./fesm2022/c8y-ngx-components-feature-toggles-list.mjs"},"./file-preview":{"types":"./types/c8y-ngx-components-file-preview.d.ts","default":"./fesm2022/c8y-ngx-components-file-preview.mjs"},"./files-repository":{"types":"./types/c8y-ngx-components-files-repository.d.ts","default":"./fesm2022/c8y-ngx-components-files-repository.mjs"},"./gettext":{"types":"./types/c8y-ngx-components-gettext.d.ts","default":"./fesm2022/c8y-ngx-components-gettext.mjs"},"./global-context":{"types":"./types/c8y-ngx-components-global-context.d.ts","default":"./fesm2022/c8y-ngx-components-global-context.mjs"},"./group-breadcrumbs":{"types":"./types/c8y-ngx-components-group-breadcrumbs.d.ts","default":"./fesm2022/c8y-ngx-components-group-breadcrumbs.mjs"},"./icon-selector":{"types":"./types/c8y-ngx-components-icon-selector.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector.mjs"},"./icon-selector/icons":{"types":"./types/c8y-ngx-components-icon-selector-icons.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons.mjs"},"./icon-selector/icons/arrows":{"types":"./types/c8y-ngx-components-icon-selector-icons-arrows.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-arrows.mjs"},"./icon-selector/icons/city":{"types":"./types/c8y-ngx-components-icon-selector-icons-city.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-city.mjs"},"./icon-selector/icons/data":{"types":"./types/c8y-ngx-components-icon-selector-icons-data.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-data.mjs"},"./icon-selector/icons/dateAndTime":{"types":"./types/c8y-ngx-components-icon-selector-icons-dateAndTime.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-dateAndTime.mjs"},"./icon-selector/icons/devicesAndSensors":{"types":"./types/c8y-ngx-components-icon-selector-icons-devicesAndSensors.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-devicesAndSensors.mjs"},"./icon-selector/icons/ecommerce":{"types":"./types/c8y-ngx-components-icon-selector-icons-ecommerce.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-ecommerce.mjs"},"./icon-selector/icons/editing":{"types":"./types/c8y-ngx-components-icon-selector-icons-editing.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-editing.mjs"},"./icon-selector/icons/filesAndFolders":{"types":"./types/c8y-ngx-components-icon-selector-icons-filesAndFolders.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-filesAndFolders.mjs"},"./icon-selector/icons/finance":{"types":"./types/c8y-ngx-components-icon-selector-icons-finance.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-finance.mjs"},"./icon-selector/icons/hands":{"types":"./types/c8y-ngx-components-icon-selector-icons-hands.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-hands.mjs"},"./icon-selector/icons/location":{"types":"./types/c8y-ngx-components-icon-selector-icons-location.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-location.mjs"},"./icon-selector/icons/messaging":{"types":"./types/c8y-ngx-components-icon-selector-icons-messaging.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-messaging.mjs"},"./icon-selector/icons/multimedia":{"types":"./types/c8y-ngx-components-icon-selector-icons-multimedia.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-multimedia.mjs"},"./icon-selector/icons/network":{"types":"./types/c8y-ngx-components-icon-selector-icons-network.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-network.mjs"},"./icon-selector/icons/office":{"types":"./types/c8y-ngx-components-icon-selector-icons-office.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-office.mjs"},"./icon-selector/icons/people":{"types":"./types/c8y-ngx-components-icon-selector-icons-people.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-people.mjs"},"./icon-selector/icons/platform":{"types":"./types/c8y-ngx-components-icon-selector-icons-platform.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-platform.mjs"},"./icon-selector/icons/programming":{"types":"./types/c8y-ngx-components-icon-selector-icons-programming.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-programming.mjs"},"./icon-selector/icons/security":{"types":"./types/c8y-ngx-components-icon-selector-icons-security.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-security.mjs"},"./icon-selector/icons/transport":{"types":"./types/c8y-ngx-components-icon-selector-icons-transport.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-transport.mjs"},"./icon-selector/icons/userInterface":{"types":"./types/c8y-ngx-components-icon-selector-icons-userInterface.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-userInterface.mjs"},"./icon-selector/icons/weather":{"types":"./types/c8y-ngx-components-icon-selector-icons-weather.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-icons-weather.mjs"},"./icon-selector/model":{"types":"./types/c8y-ngx-components-icon-selector-model.d.ts","default":"./fesm2022/c8y-ngx-components-icon-selector-model.mjs"},"./interval-picker":{"types":"./types/c8y-ngx-components-interval-picker.d.ts","default":"./fesm2022/c8y-ngx-components-interval-picker.mjs"},"./lazy/three":{"types":"./types/c8y-ngx-components-lazy-three.d.ts","default":"./fesm2022/c8y-ngx-components-lazy-three.mjs"},"./lazy/three-orbit-controls":{"types":"./types/c8y-ngx-components-lazy-three-orbit-controls.d.ts","default":"./fesm2022/c8y-ngx-components-lazy-three-orbit-controls.mjs"},"./location":{"types":"./types/c8y-ngx-components-location.d.ts","default":"./fesm2022/c8y-ngx-components-location.mjs"},"./loriot-device-registration":{"types":"./types/c8y-ngx-components-loriot-device-registration.d.ts","default":"./fesm2022/c8y-ngx-components-loriot-device-registration.mjs"},"./map":{"types":"./types/c8y-ngx-components-map.d.ts","default":"./fesm2022/c8y-ngx-components-map.mjs"},"./messaging-management":{"types":"./types/c8y-ngx-components-messaging-management.d.ts","default":"./fesm2022/c8y-ngx-components-messaging-management.mjs"},"./module-federation-exports/assets-navigator":{"types":"./types/c8y-ngx-components-module-federation-exports-assets-navigator.d.ts","default":"./fesm2022/c8y-ngx-components-module-federation-exports-assets-navigator.mjs"},"./operation-picker":{"types":"./types/c8y-ngx-components-operation-picker.d.ts","default":"./fesm2022/c8y-ngx-components-operation-picker.mjs"},"./operations":{"types":"./types/c8y-ngx-components-operations.d.ts","default":"./fesm2022/c8y-ngx-components-operations.mjs"},"./operations/bulk-operation-from-single":{"types":"./types/c8y-ngx-components-operations-bulk-operation-from-single.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-from-single.mjs"},"./operations/bulk-operation-list-item":{"types":"./types/c8y-ngx-components-operations-bulk-operation-list-item.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-list-item.mjs"},"./operations/bulk-operation-modal-details":{"types":"./types/c8y-ngx-components-operations-bulk-operation-modal-details.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-modal-details.mjs"},"./operations/bulk-operation-scheduler":{"types":"./types/c8y-ngx-components-operations-bulk-operation-scheduler.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs"},"./operations/bulk-operation-stepper":{"types":"./types/c8y-ngx-components-operations-bulk-operation-stepper.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operation-stepper.mjs"},"./operations/bulk-operations-list":{"types":"./types/c8y-ngx-components-operations-bulk-operations-list.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs"},"./operations/bulk-operations-service":{"types":"./types/c8y-ngx-components-operations-bulk-operations-service.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-service.mjs"},"./operations/bulk-operations-stepper-container":{"types":"./types/c8y-ngx-components-operations-bulk-operations-stepper-container.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-operations-stepper-container.mjs"},"./operations/bulk-single-operations-list":{"types":"./types/c8y-ngx-components-operations-bulk-single-operations-list.d.ts","default":"./fesm2022/c8y-ngx-components-operations-bulk-single-operations-list.mjs"},"./operations/create-bulk-operation-details":{"types":"./types/c8y-ngx-components-operations-create-bulk-operation-details.d.ts","default":"./fesm2022/c8y-ngx-components-operations-create-bulk-operation-details.mjs"},"./operations/device-selector":{"types":"./types/c8y-ngx-components-operations-device-selector.d.ts","default":"./fesm2022/c8y-ngx-components-operations-device-selector.mjs"},"./operations/grid-columns":{"types":"./types/c8y-ngx-components-operations-grid-columns.d.ts","default":"./fesm2022/c8y-ngx-components-operations-grid-columns.mjs"},"./operations/operation-details":{"types":"./types/c8y-ngx-components-operations-operation-details.d.ts","default":"./fesm2022/c8y-ngx-components-operations-operation-details.mjs"},"./operations/operation-summary":{"types":"./types/c8y-ngx-components-operations-operation-summary.d.ts","default":"./fesm2022/c8y-ngx-components-operations-operation-summary.mjs"},"./operations/operations-list":{"types":"./types/c8y-ngx-components-operations-operations-list.d.ts","default":"./fesm2022/c8y-ngx-components-operations-operations-list.mjs"},"./operations/operations-list-item-details":{"types":"./types/c8y-ngx-components-operations-operations-list-item-details.d.ts","default":"./fesm2022/c8y-ngx-components-operations-operations-list-item-details.mjs"},"./operations/operations-timeline":{"types":"./types/c8y-ngx-components-operations-operations-timeline.d.ts","default":"./fesm2022/c8y-ngx-components-operations-operations-timeline.mjs"},"./operations/product-experience":{"types":"./types/c8y-ngx-components-operations-product-experience.d.ts","default":"./fesm2022/c8y-ngx-components-operations-product-experience.mjs"},"./operations/shared":{"types":"./types/c8y-ngx-components-operations-shared.d.ts","default":"./fesm2022/c8y-ngx-components-operations-shared.mjs"},"./operations/status-filter":{"types":"./types/c8y-ngx-components-operations-status-filter.d.ts","default":"./fesm2022/c8y-ngx-components-operations-status-filter.mjs"},"./operations/stepper-bulk-type-configuration":{"types":"./types/c8y-ngx-components-operations-stepper-bulk-type-configuration.d.ts","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-configuration.mjs"},"./operations/stepper-bulk-type-device-profile":{"types":"./types/c8y-ngx-components-operations-stepper-bulk-type-device-profile.d.ts","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-device-profile.mjs"},"./operations/stepper-bulk-type-firmware":{"types":"./types/c8y-ngx-components-operations-stepper-bulk-type-firmware.d.ts","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-firmware.mjs"},"./operations/stepper-bulk-type-software":{"types":"./types/c8y-ngx-components-operations-stepper-bulk-type-software.d.ts","default":"./fesm2022/c8y-ngx-components-operations-stepper-bulk-type-software.mjs"},"./operations/stepper-frames":{"types":"./types/c8y-ngx-components-operations-stepper-frames.d.ts","default":"./fesm2022/c8y-ngx-components-operations-stepper-frames.mjs"},"./pending-mo-request":{"types":"./types/c8y-ngx-components-pending-mo-request.d.ts","default":"./fesm2022/c8y-ngx-components-pending-mo-request.mjs"},"./platform-configuration":{"types":"./types/c8y-ngx-components-platform-configuration.d.ts","default":"./fesm2022/c8y-ngx-components-platform-configuration.mjs"},"./polyfills":{"types":"./types/c8y-ngx-components-polyfills.d.ts","default":"./fesm2022/c8y-ngx-components-polyfills.mjs"},"./protocol-lpwan":{"types":"./types/c8y-ngx-components-protocol-lpwan.d.ts","default":"./fesm2022/c8y-ngx-components-protocol-lpwan.mjs"},"./protocol-opcua":{"types":"./types/c8y-ngx-components-protocol-opcua.d.ts","default":"./fesm2022/c8y-ngx-components-protocol-opcua.mjs"},"./protocol-opcua/mappings":{"types":"./types/c8y-ngx-components-protocol-opcua-mappings.d.ts","default":"./fesm2022/c8y-ngx-components-protocol-opcua-mappings.mjs"},"./register-device":{"types":"./types/c8y-ngx-components-register-device.d.ts","default":"./fesm2022/c8y-ngx-components-register-device.mjs"},"./remote-access/configurations":{"types":"./types/c8y-ngx-components-remote-access-configurations.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-configurations.mjs"},"./remote-access/data":{"types":"./types/c8y-ngx-components-remote-access-data.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-data.mjs"},"./remote-access/passthrough":{"types":"./types/c8y-ngx-components-remote-access-passthrough.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-passthrough.mjs"},"./remote-access/shared":{"types":"./types/c8y-ngx-components-remote-access-shared.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-shared.mjs"},"./remote-access/ssh":{"types":"./types/c8y-ngx-components-remote-access-ssh.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-ssh.mjs"},"./remote-access/ssh/remote-access-ssh-endpoint-modal":{"types":"./types/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-ssh-remote-access-ssh-endpoint-modal.mjs"},"./remote-access/telnet":{"types":"./types/c8y-ngx-components-remote-access-telnet.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-telnet.mjs"},"./remote-access/terminal-viewer":{"types":"./types/c8y-ngx-components-remote-access-terminal-viewer.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-terminal-viewer.mjs"},"./remote-access/vnc":{"types":"./types/c8y-ngx-components-remote-access-vnc.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-vnc.mjs"},"./remote-access/vnc/remote-access-vnc-endpoint-modal":{"types":"./types/c8y-ngx-components-remote-access-vnc-remote-access-vnc-endpoint-modal.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-vnc-remote-access-vnc-endpoint-modal.mjs"},"./remote-access/vnc/vnc-viewer":{"types":"./types/c8y-ngx-components-remote-access-vnc-vnc-viewer.d.ts","default":"./fesm2022/c8y-ngx-components-remote-access-vnc-vnc-viewer.mjs"},"./replace-device":{"types":"./types/c8y-ngx-components-replace-device.d.ts","default":"./fesm2022/c8y-ngx-components-replace-device.mjs"},"./replace-device/replace-device-wizard":{"types":"./types/c8y-ngx-components-replace-device-replace-device-wizard.d.ts","default":"./fesm2022/c8y-ngx-components-replace-device-replace-device-wizard.mjs"},"./report-dashboard":{"types":"./types/c8y-ngx-components-report-dashboard.d.ts","default":"./fesm2022/c8y-ngx-components-report-dashboard.mjs"},"./reports":{"types":"./types/c8y-ngx-components-reports.d.ts","default":"./fesm2022/c8y-ngx-components-reports.mjs"},"./repository":{"types":"./types/c8y-ngx-components-repository.d.ts","default":"./fesm2022/c8y-ngx-components-repository.mjs"},"./repository/configuration":{"types":"./types/c8y-ngx-components-repository-configuration.d.ts","default":"./fesm2022/c8y-ngx-components-repository-configuration.mjs"},"./repository/firmware":{"types":"./types/c8y-ngx-components-repository-firmware.d.ts","default":"./fesm2022/c8y-ngx-components-repository-firmware.mjs"},"./repository/shared":{"types":"./types/c8y-ngx-components-repository-shared.d.ts","default":"./fesm2022/c8y-ngx-components-repository-shared.mjs"},"./repository/software":{"types":"./types/c8y-ngx-components-repository-software.d.ts","default":"./fesm2022/c8y-ngx-components-repository-software.mjs"},"./search":{"types":"./types/c8y-ngx-components-search.d.ts","default":"./fesm2022/c8y-ngx-components-search.mjs"},"./sensor-phone":{"types":"./types/c8y-ngx-components-sensor-phone.d.ts","default":"./fesm2022/c8y-ngx-components-sensor-phone.mjs"},"./sensor-phone/sensor-phone-modal":{"types":"./types/c8y-ngx-components-sensor-phone-sensor-phone-modal.d.ts","default":"./fesm2022/c8y-ngx-components-sensor-phone-sensor-phone-modal.mjs"},"./services":{"types":"./types/c8y-ngx-components-services.d.ts","default":"./fesm2022/c8y-ngx-components-services.mjs"},"./services/service-command-tab":{"types":"./types/c8y-ngx-components-services-service-command-tab.d.ts","default":"./fesm2022/c8y-ngx-components-services-service-command-tab.mjs"},"./services/shared":{"types":"./types/c8y-ngx-components-services-shared.d.ts","default":"./fesm2022/c8y-ngx-components-services-shared.mjs"},"./sigfox-device-registration":{"types":"./types/c8y-ngx-components-sigfox-device-registration.d.ts","default":"./fesm2022/c8y-ngx-components-sigfox-device-registration.mjs"},"./sms-gateway":{"types":"./types/c8y-ngx-components-sms-gateway.d.ts","default":"./fesm2022/c8y-ngx-components-sms-gateway.mjs"},"./static-assets":{"types":"./types/c8y-ngx-components-static-assets.d.ts","default":"./fesm2022/c8y-ngx-components-static-assets.mjs"},"./static-assets/data":{"types":"./types/c8y-ngx-components-static-assets-data.d.ts","default":"./fesm2022/c8y-ngx-components-static-assets-data.mjs"},"./static-assets/modal":{"types":"./types/c8y-ngx-components-static-assets-modal.d.ts","default":"./fesm2022/c8y-ngx-components-static-assets-modal.mjs"},"./sub-assets":{"types":"./types/c8y-ngx-components-sub-assets.d.ts","default":"./fesm2022/c8y-ngx-components-sub-assets.mjs"},"./tenants":{"types":"./types/c8y-ngx-components-tenants.d.ts","default":"./fesm2022/c8y-ngx-components-tenants.mjs"},"./time-context":{"types":"./types/c8y-ngx-components-time-context.d.ts","default":"./fesm2022/c8y-ngx-components-time-context.mjs"},"./tracking":{"types":"./types/c8y-ngx-components-tracking.d.ts","default":"./fesm2022/c8y-ngx-components-tracking.mjs"},"./translation-editor":{"types":"./types/c8y-ngx-components-translation-editor.d.ts","default":"./fesm2022/c8y-ngx-components-translation-editor.mjs"},"./translation-editor/data":{"types":"./types/c8y-ngx-components-translation-editor-data.d.ts","default":"./fesm2022/c8y-ngx-components-translation-editor-data.mjs"},"./translation-editor/lazy":{"types":"./types/c8y-ngx-components-translation-editor-lazy.d.ts","default":"./fesm2022/c8y-ngx-components-translation-editor-lazy.mjs"},"./trusted-certificates":{"types":"./types/c8y-ngx-components-trusted-certificates.d.ts","default":"./fesm2022/c8y-ngx-components-trusted-certificates.mjs"},"./upgrade":{"types":"./types/c8y-ngx-components-upgrade.d.ts","default":"./fesm2022/c8y-ngx-components-upgrade.mjs"},"./upgrade/upgraded-services":{"types":"./types/c8y-ngx-components-upgrade-upgraded-services.d.ts","default":"./fesm2022/c8y-ngx-components-upgrade-upgraded-services.mjs"},"./user-roles":{"types":"./types/c8y-ngx-components-user-roles.d.ts","default":"./fesm2022/c8y-ngx-components-user-roles.mjs"},"./widgets/cockpit-exports":{"types":"./types/c8y-ngx-components-widgets-cockpit-exports.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-cockpit-exports.mjs"},"./widgets/definitions":{"types":"./types/c8y-ngx-components-widgets-definitions.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions.mjs"},"./widgets/definitions/alarms/alarm-list":{"types":"./types/c8y-ngx-components-widgets-definitions-alarms-alarm-list.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-alarms-alarm-list.mjs"},"./widgets/definitions/alarms/alarm-widget-controls.presets":{"types":"./types/c8y-ngx-components-widgets-definitions-alarms-alarm-widget-controls.presets.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-alarms-alarm-widget-controls.presets.mjs"},"./widgets/definitions/alarms/all-critical-alarms":{"types":"./types/c8y-ngx-components-widgets-definitions-alarms-all-critical-alarms.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-alarms-all-critical-alarms.mjs"},"./widgets/definitions/alarms/recent-alarms":{"types":"./types/c8y-ngx-components-widgets-definitions-alarms-recent-alarms.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-alarms-recent-alarms.mjs"},"./widgets/definitions/applications":{"types":"./types/c8y-ngx-components-widgets-definitions-applications.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-applications.mjs"},"./widgets/definitions/asset-notes":{"types":"./types/c8y-ngx-components-widgets-definitions-asset-notes.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-asset-notes.mjs"},"./widgets/definitions/asset-table":{"types":"./types/c8y-ngx-components-widgets-definitions-asset-table.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-asset-table.mjs"},"./widgets/definitions/cockpit-legacy-welcome":{"types":"./types/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-cockpit-legacy-welcome.mjs"},"./widgets/definitions/cockpit-welcome":{"types":"./types/c8y-ngx-components-widgets-definitions-cockpit-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-cockpit-welcome.mjs"},"./widgets/definitions/datapoints-graph":{"types":"./types/c8y-ngx-components-widgets-definitions-datapoints-graph.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-datapoints-graph.mjs"},"./widgets/definitions/datapoints-list":{"types":"./types/c8y-ngx-components-widgets-definitions-datapoints-list.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-datapoints-list.mjs"},"./widgets/definitions/datapoints-table":{"types":"./types/c8y-ngx-components-widgets-definitions-datapoints-table.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-datapoints-table.mjs"},"./widgets/definitions/device-control-message":{"types":"./types/c8y-ngx-components-widgets-definitions-device-control-message.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-device-control-message.mjs"},"./widgets/definitions/device-management-welcome":{"types":"./types/c8y-ngx-components-widgets-definitions-device-management-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-device-management-welcome.mjs"},"./widgets/definitions/event-list":{"types":"./types/c8y-ngx-components-widgets-definitions-event-list.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-event-list.mjs"},"./widgets/definitions/help-and-service":{"types":"./types/c8y-ngx-components-widgets-definitions-help-and-service.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-help-and-service.mjs"},"./widgets/definitions/html-widget":{"types":"./types/c8y-ngx-components-widgets-definitions-html-widget.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-html-widget.mjs"},"./widgets/definitions/html-widget-ai-config":{"types":"./types/c8y-ngx-components-widgets-definitions-html-widget-ai-config.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-html-widget-ai-config.mjs"},"./widgets/definitions/image":{"types":"./types/c8y-ngx-components-widgets-definitions-image.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-image.mjs"},"./widgets/definitions/info-gauge":{"types":"./types/c8y-ngx-components-widgets-definitions-info-gauge.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-info-gauge.mjs"},"./widgets/definitions/kpi":{"types":"./types/c8y-ngx-components-widgets-definitions-kpi.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-kpi.mjs"},"./widgets/definitions/linear-gauge":{"types":"./types/c8y-ngx-components-widgets-definitions-linear-gauge.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-linear-gauge.mjs"},"./widgets/definitions/map":{"types":"./types/c8y-ngx-components-widgets-definitions-map.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-map.mjs"},"./widgets/definitions/markdown":{"types":"./types/c8y-ngx-components-widgets-definitions-markdown.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-markdown.mjs"},"./widgets/definitions/pie-chart":{"types":"./types/c8y-ngx-components-widgets-definitions-pie-chart.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-pie-chart.mjs"},"./widgets/definitions/quick-links":{"types":"./types/c8y-ngx-components-widgets-definitions-quick-links.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-quick-links.mjs"},"./widgets/definitions/radial-gauge":{"types":"./types/c8y-ngx-components-widgets-definitions-radial-gauge.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-radial-gauge.mjs"},"./widgets/definitions/scada":{"types":"./types/c8y-ngx-components-widgets-definitions-scada.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-scada.mjs"},"./widgets/definitions/three-d-rotation":{"types":"./types/c8y-ngx-components-widgets-definitions-three-d-rotation.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-definitions-three-d-rotation.mjs"},"./widgets/device-management-exports":{"types":"./types/c8y-ngx-components-widgets-device-management-exports.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-device-management-exports.mjs"},"./widgets/exports":{"types":"./types/c8y-ngx-components-widgets-exports.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-exports.mjs"},"./widgets/implementations/alarms":{"types":"./types/c8y-ngx-components-widgets-implementations-alarms.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-alarms.mjs"},"./widgets/implementations/asset-notes":{"types":"./types/c8y-ngx-components-widgets-implementations-asset-notes.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-asset-notes.mjs"},"./widgets/implementations/asset-table":{"types":"./types/c8y-ngx-components-widgets-implementations-asset-table.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-asset-table.mjs"},"./widgets/implementations/cockpit-legacy-welcome":{"types":"./types/c8y-ngx-components-widgets-implementations-cockpit-legacy-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-cockpit-legacy-welcome.mjs"},"./widgets/implementations/cockpit-welcome":{"types":"./types/c8y-ngx-components-widgets-implementations-cockpit-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs"},"./widgets/implementations/datapoints-graph":{"types":"./types/c8y-ngx-components-widgets-implementations-datapoints-graph.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-datapoints-graph.mjs"},"./widgets/implementations/datapoints-list":{"types":"./types/c8y-ngx-components-widgets-implementations-datapoints-list.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-datapoints-list.mjs"},"./widgets/implementations/datapoints-table":{"types":"./types/c8y-ngx-components-widgets-implementations-datapoints-table.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-datapoints-table.mjs"},"./widgets/implementations/device-control-message":{"types":"./types/c8y-ngx-components-widgets-implementations-device-control-message.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-device-control-message.mjs"},"./widgets/implementations/device-management-welcome":{"types":"./types/c8y-ngx-components-widgets-implementations-device-management-welcome.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-device-management-welcome.mjs"},"./widgets/implementations/events":{"types":"./types/c8y-ngx-components-widgets-implementations-events.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-events.mjs"},"./widgets/implementations/help-and-service-widget":{"types":"./types/c8y-ngx-components-widgets-implementations-help-and-service-widget.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-help-and-service-widget.mjs"},"./widgets/implementations/html-widget":{"types":"./types/c8y-ngx-components-widgets-implementations-html-widget.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-html-widget.mjs"},"./widgets/implementations/image":{"types":"./types/c8y-ngx-components-widgets-implementations-image.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-image.mjs"},"./widgets/implementations/info-gauge":{"types":"./types/c8y-ngx-components-widgets-implementations-info-gauge.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-info-gauge.mjs"},"./widgets/implementations/kpi":{"types":"./types/c8y-ngx-components-widgets-implementations-kpi.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-kpi.mjs"},"./widgets/implementations/linear-gauge":{"types":"./types/c8y-ngx-components-widgets-implementations-linear-gauge.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-linear-gauge.mjs"},"./widgets/implementations/map":{"types":"./types/c8y-ngx-components-widgets-implementations-map.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-map.mjs"},"./widgets/implementations/markdown":{"types":"./types/c8y-ngx-components-widgets-implementations-markdown.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-markdown.mjs"},"./widgets/implementations/pie-chart":{"types":"./types/c8y-ngx-components-widgets-implementations-pie-chart.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-pie-chart.mjs"},"./widgets/implementations/quick-links":{"types":"./types/c8y-ngx-components-widgets-implementations-quick-links.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-quick-links.mjs"},"./widgets/implementations/scada":{"types":"./types/c8y-ngx-components-widgets-implementations-scada.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-scada.mjs"},"./widgets/implementations/three-d-rotation":{"types":"./types/c8y-ngx-components-widgets-implementations-three-d-rotation.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation.mjs"},"./widgets/implementations/three-d-rotation/lazy-box-model":{"types":"./types/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-box-model.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-box-model.mjs"},"./widgets/implementations/three-d-rotation/lazy-phone-model":{"types":"./types/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-phone-model.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-phone-model.mjs"},"./widgets/import-export-config":{"types":"./types/c8y-ngx-components-widgets-import-export-config.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-import-export-config.mjs"},"./widgets/widget-providers":{"types":"./types/c8y-ngx-components-widgets-widget-providers.d.ts","default":"./fesm2022/c8y-ngx-components-widgets-widget-providers.mjs"}},"sideEffects":false,"type":"module"}
|
|
@@ -704,7 +704,6 @@ declare class AadTemplateComponent extends TemplateComponent<AadConfiguration> {
|
|
|
704
704
|
}
|
|
705
705
|
|
|
706
706
|
declare class BasicConfigurationComponent implements OnChanges {
|
|
707
|
-
private tenantService;
|
|
708
707
|
templateModel: any;
|
|
709
708
|
REDIRECT_TO_THE_USER_INTERFACE_APPLICATION_TOOLTIP: "The redirect URL is automatically set to the application used by the user. In case of an error, it will be correctly displayed on the application's page.";
|
|
710
709
|
MTLS_ENABLED_TOOLTIP: "Use a client certificate (mTLS) instead of a client secret to authenticate the platform with the authorization server. Use this option only if the authorization server enforces certificate-based client authentication.";
|
|
@@ -721,13 +720,14 @@ declare class BasicConfigurationComponent implements OnChanges {
|
|
|
721
720
|
mtlsPrivateKeyFile: DroppedFile[];
|
|
722
721
|
private stashedMtls;
|
|
723
722
|
get isMtlsPrivateKeyEncrypted(): boolean;
|
|
724
|
-
|
|
723
|
+
private appStateService;
|
|
725
724
|
shouldShow(field: string): boolean;
|
|
726
|
-
ngOnChanges():
|
|
725
|
+
ngOnChanges(): void;
|
|
727
726
|
onMtlsEnabledChange(): void;
|
|
728
727
|
uploadMtlsCertificate(dropped: DroppedFile[]): void;
|
|
729
728
|
uploadMtlsPrivateKey(dropped: DroppedFile[]): void;
|
|
730
729
|
private readPemFile;
|
|
730
|
+
private loadRedirectToPlatformWarningParams;
|
|
731
731
|
static ɵfac: i0.ɵɵFactoryDeclaration<BasicConfigurationComponent, never>;
|
|
732
732
|
static ɵcmp: i0.ɵɵComponentDeclaration<BasicConfigurationComponent, "c8y-basic-configuration", never, { "templateModel": { "alias": "templateModel"; "required": false; }; }, {}, never, never, true, never>;
|
|
733
733
|
}
|