@c8y/ngx-components 1023.52.0 → 1023.55.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/alarms/index.d.ts +2 -1
  2. package/alarms/index.d.ts.map +1 -1
  3. package/application-access/list/index.d.ts +36 -0
  4. package/application-access/list/index.d.ts.map +1 -0
  5. package/application-access/user/application-access-user-details-wrapper/index.d.ts +33 -0
  6. package/application-access/user/application-access-user-details-wrapper/index.d.ts.map +1 -0
  7. package/application-access/user/index.d.ts +6 -0
  8. package/application-access/user/index.d.ts.map +1 -0
  9. package/asset-properties/index.d.ts +247 -28
  10. package/asset-properties/index.d.ts.map +1 -1
  11. package/context-dashboard/index.d.ts +1 -1
  12. package/datapoints-export-selector/index.d.ts +2 -2
  13. package/device-enrolment/index.d.ts +6 -0
  14. package/device-enrolment/index.d.ts.map +1 -0
  15. package/device-enrolment/modal/index.d.ts +88 -0
  16. package/device-enrolment/modal/index.d.ts.map +1 -0
  17. package/device-grid/index.d.ts +1 -1
  18. package/device-list/index.d.ts +1 -1
  19. package/device-shell/index.d.ts +1 -1
  20. package/echart/index.d.ts +1 -1
  21. package/echart/models/index.d.ts +2 -2
  22. package/fesm2022/c8y-ngx-components-alarms-cockpit.mjs +1 -1
  23. package/fesm2022/c8y-ngx-components-alarms-devicemanagement.mjs +1 -1
  24. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components-application-access-list.mjs +180 -0
  26. package/fesm2022/c8y-ngx-components-application-access-list.mjs.map +1 -0
  27. package/fesm2022/c8y-ngx-components-application-access-user-application-access-user-details-wrapper.mjs +113 -0
  28. package/fesm2022/c8y-ngx-components-application-access-user-application-access-user-details-wrapper.mjs.map +1 -0
  29. package/fesm2022/c8y-ngx-components-application-access-user.mjs +20 -0
  30. package/fesm2022/c8y-ngx-components-application-access-user.mjs.map +1 -0
  31. package/fesm2022/c8y-ngx-components-asset-properties.mjs +640 -119
  32. package/fesm2022/c8y-ngx-components-asset-properties.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-branding-shared.mjs +1 -1
  34. package/fesm2022/c8y-ngx-components-child-devices.mjs +1 -1
  35. package/fesm2022/c8y-ngx-components-context-dashboard-asset-add.mjs +1 -1
  36. package/fesm2022/c8y-ngx-components-context-dashboard-device-add.mjs +1 -1
  37. package/fesm2022/c8y-ngx-components-context-dashboard-devicemanagement.mjs +1 -1
  38. package/fesm2022/{c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-D0C7SH6L.mjs → c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-DvKsV_Fs.mjs} +14 -12
  39. package/fesm2022/c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-DvKsV_Fs.mjs.map +1 -0
  40. package/fesm2022/c8y-ngx-components-dashboard-details-advanced-tab.mjs +2 -2
  41. package/fesm2022/c8y-ngx-components-datapoint-explorer-devicemanagement.mjs +1 -1
  42. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs +1 -1
  43. package/fesm2022/c8y-ngx-components-datapoint-library.mjs +1 -1
  44. package/fesm2022/c8y-ngx-components-device-enrolment-modal.mjs +570 -0
  45. package/fesm2022/c8y-ngx-components-device-enrolment-modal.mjs.map +1 -0
  46. package/fesm2022/c8y-ngx-components-device-enrolment.mjs +147 -0
  47. package/fesm2022/c8y-ngx-components-device-enrolment.mjs.map +1 -0
  48. package/fesm2022/c8y-ngx-components-ecosystem.mjs +2 -2
  49. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  50. package/fesm2022/c8y-ngx-components-exports.mjs +1 -1
  51. package/fesm2022/c8y-ngx-components-feature-toggles.mjs +1 -1
  52. package/fesm2022/c8y-ngx-components-register-device.mjs +1 -1
  53. package/fesm2022/c8y-ngx-components-remote-access-ssh.mjs +1 -1
  54. package/fesm2022/c8y-ngx-components-remote-access-telnet.mjs +1 -1
  55. package/fesm2022/c8y-ngx-components-remote-access-vnc.mjs +1 -1
  56. package/fesm2022/c8y-ngx-components-report-dashboard.mjs +1 -1
  57. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +1 -1
  58. package/fesm2022/c8y-ngx-components-repository-shared.mjs +3 -5
  59. package/fesm2022/c8y-ngx-components-repository-shared.mjs.map +1 -1
  60. package/fesm2022/c8y-ngx-components-sub-assets.mjs +132 -55
  61. package/fesm2022/c8y-ngx-components-sub-assets.mjs.map +1 -1
  62. package/fesm2022/c8y-ngx-components-tenants.mjs +71 -32
  63. package/fesm2022/c8y-ngx-components-tenants.mjs.map +1 -1
  64. package/fesm2022/c8y-ngx-components-upgrade.mjs +7 -1
  65. package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
  66. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs +4 -4
  67. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs.map +1 -1
  68. package/fesm2022/c8y-ngx-components.mjs +454 -225
  69. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  70. package/index.d.ts +109 -39
  71. package/index.d.ts.map +1 -1
  72. package/locales/de.po +190 -13
  73. package/locales/es.po +189 -13
  74. package/locales/fr.po +189 -13
  75. package/locales/ja_JP.po +168 -13
  76. package/locales/ko.po +190 -13
  77. package/locales/locales.pot +169 -8
  78. package/locales/nl.po +189 -13
  79. package/locales/pl.po +189 -13
  80. package/locales/pt_BR.po +189 -13
  81. package/locales/zh_CN.po +190 -13
  82. package/locales/zh_TW.po +189 -13
  83. package/map/index.d.ts +1 -0
  84. package/map/index.d.ts.map +1 -1
  85. package/operations/bulk-operations-service/index.d.ts +1 -1
  86. package/package.json +1 -1
  87. package/protocol-opcua/mappings/index.d.ts +1 -1
  88. package/register-device/index.d.ts +1 -1
  89. package/remote-access/data/index.d.ts +1 -0
  90. package/remote-access/data/index.d.ts.map +1 -1
  91. package/repository/shared/index.d.ts.map +1 -1
  92. package/sub-assets/index.d.ts +9 -3
  93. package/sub-assets/index.d.ts.map +1 -1
  94. package/tenants/index.d.ts +1 -0
  95. package/tenants/index.d.ts.map +1 -1
  96. package/upgrade/index.d.ts.map +1 -1
  97. package/widgets/implementations/asset-table/index.d.ts +1 -1
  98. package/widgets/implementations/datapoints-table/index.d.ts +2 -2
  99. package/widgets/implementations/kpi/index.d.ts +1 -1
  100. package/fesm2022/c8y-ngx-components-dashboard-details-advanced-tab-dashboard-details-advanced-tab.component-D0C7SH6L.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import * as i1 from '@c8y/ngx-components';
2
- import { CellRendererContext, BaseColumn, ColumnConfig, FilteringFormRendererContext, ServerSideDataResult, FilteringModifier, BuiltInActionType, ExtensionFactory, DataGridService, AlertService, ModalService, UserPreferencesService, InventorySearchService, Column, Pagination, BulkActionControl, HeaderActionControl, GridConfig, ProductExperienceEventSource, LoadMoreMode, ActionControl, ServerSideDataCallback, DataGridComponent, ProductExperienceEvent, DataSourceModifier, FilteringActionType } from '@c8y/ngx-components';
2
+ import { CellRendererContext, BaseColumn, ColumnConfig, FilteringFormRendererContext, ServerSideDataResult, BuiltInActionType, FilteringModifier, ExtensionFactory, DataGridService, AlertService, ModalService, UserPreferencesService, InventorySearchService, Column, Pagination, BulkActionControl, HeaderActionControl, GridConfig, ProductExperienceEventSource, LoadMoreMode, ActionControl, ServerSideDataCallback, DataGridComponent, ProductExperienceEvent, DataSourceModifier, FilteringActionType } from '@c8y/ngx-components';
3
3
  import * as _c8y_client from '@c8y/client';
4
4
  import { IManagedObject, InventoryService, UserService } from '@c8y/client';
5
5
  import { TranslateService } from '@ngx-translate/core';
@@ -2,7 +2,7 @@ import * as rxjs from 'rxjs';
2
2
  import { Observable } from 'rxjs';
3
3
  import { SmartGroupsService } from '@c8y/client';
4
4
  import * as i1 from '@c8y/ngx-components';
5
- import { AlertService, ExtensionFactory, Column, GenericHookType, GenericHookOptions, ExtensionPointWithoutStateForPlugins, PluginsResolveService, NavigatorNodeFactory, NavigatorNode, GridConfigContextProvider, UserPreferencesGridConfigContext, BreadcrumbFactory, Breadcrumb } from '@c8y/ngx-components';
5
+ import { AlertService, ExtensionFactory, Column, ExtensionPointWithoutStateForPlugins, PluginsResolveService, GenericHookType, GenericHookOptions, NavigatorNodeFactory, NavigatorNode, GridConfigContextProvider, UserPreferencesGridConfigContext, BreadcrumbFactory, Breadcrumb } from '@c8y/ngx-components';
6
6
  import * as i2 from '@c8y/ngx-components/device-grid';
7
7
  import { DeviceGridService } from '@c8y/ngx-components/device-grid';
8
8
  import { TranslateService } from '@ngx-translate/core';
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injector, EventEmitter, ElementRef, OnInit, OnDestroy } from '@angular/core';
2
+ import { EventEmitter, Injector, ElementRef, OnInit, OnDestroy } from '@angular/core';
3
3
  import { BsModalRef, BsModalService } from 'ngx-bootstrap/modal';
4
4
  import { UpgradeComponent } from '@angular/upgrade/static';
5
5
  import { ActivatedRouteSnapshot, ActivatedRoute } from '@angular/router';
package/echart/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { OnChanges, OnInit, OnDestroy, EventEmitter, ElementRef, TemplateRef, SimpleChanges } from '@angular/core';
3
3
  import { LineSeriesOption, ScatterSeriesOption, BarSeriesOption, EChartsOption, ECharts } from 'echarts';
4
4
  import { KPIDetails, CHART_LINE_TYPES, CHART_RENDER_TYPES, AXIS_TYPES } from '@c8y/ngx-components/datapoint-selector';
5
- import { Severity, AlarmStatusType, aggregationType, ISeries, IMeasurement, IAlarm, IEvent, AlarmService, EventService } from '@c8y/client';
5
+ import { Severity, AlarmStatusType, aggregationType, IMeasurement, ISeries, IAlarm, IEvent, AlarmService, EventService } from '@c8y/client';
6
6
  import { AlarmDetails, EventDetails, SelectedDatapoint } from '@c8y/ngx-components/alarm-event-selector';
7
7
  import { TooltipFormatterCallback, ECBasicOption } from 'echarts/types/src/util/types';
8
8
  import { TopLevelFormatterParams } from 'echarts/types/src/component/tooltip/TooltipModel';
@@ -1,5 +1,5 @@
1
- import { KPIDetails, CHART_LINE_TYPES, CHART_RENDER_TYPES, AXIS_TYPES } from '@c8y/ngx-components/datapoint-selector';
2
- import { Severity, AlarmStatusType, aggregationType, ISeries, IMeasurement } from '@c8y/client';
1
+ import { AXIS_TYPES, CHART_RENDER_TYPES, CHART_LINE_TYPES, KPIDetails } from '@c8y/ngx-components/datapoint-selector';
2
+ import { Severity, AlarmStatusType, IMeasurement, aggregationType, ISeries } from '@c8y/client';
3
3
  import { LineSeriesOption, ScatterSeriesOption, BarSeriesOption } from 'echarts';
4
4
  import { AlarmDetails, EventDetails } from '@c8y/ngx-components/alarm-event-selector';
5
5
  import { TooltipFormatterCallback, ECBasicOption } from 'echarts/types/src/util/types';
@@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
3
3
  import { ViewContext, hookNavigator } from '@c8y/ngx-components';
4
4
  import { gettext } from '@c8y/ngx-components/gettext';
5
5
  import * as i1 from '@c8y/ngx-components/alarms';
6
- import { AlarmsModule, getChildrenForViewContext, AlarmsGuard, AlarmsComponent, ALARMS_PATH, getViewContextRoutes, AlarmsNavigationFactory } from '@c8y/ngx-components/alarms';
6
+ import { AlarmsModule, AlarmsGuard, AlarmsComponent, ALARMS_PATH, getChildrenForViewContext, getViewContextRoutes, AlarmsNavigationFactory } from '@c8y/ngx-components/alarms';
7
7
 
8
8
  function alarmsCockpitRouteAndNodeConfig() {
9
9
  return AlarmsModule.config({
@@ -1,6 +1,6 @@
1
1
  import { gettext } from '@c8y/ngx-components/gettext';
2
2
  import { NavigatorNode, ViewContext, hookNavigator } from '@c8y/ngx-components';
3
- import { AlarmsGuard, ALARMS_PATH, AlarmsModule, getChildrenForViewContext, AlarmsComponent, getViewContextRoutes } from '@c8y/ngx-components/alarms';
3
+ import { AlarmsGuard, ALARMS_PATH, AlarmsModule, AlarmsComponent, getChildrenForViewContext, getViewContextRoutes } from '@c8y/ngx-components/alarms';
4
4
  import * as i0 from '@angular/core';
5
5
  import { inject, Injectable } from '@angular/core';
6
6