@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
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { NgZone, Injectable, NgModule, Inject, inject, Optional, ChangeDetectionStrategy, Component } from '@angular/core';
3
3
  import { setAngularJSGlobal, downgradeComponent, downgradeInjectable } from '@angular/upgrade/static';
4
4
  import * as i1 from '@c8y/ngx-components';
5
- import { DatePipe, ViewContext, EmptyComponent, AppStateService, RouterService, ActionService, PluginsResolveService, TenantUiService, RouterModule, hookNavigator, hookTab, hookActionBar, hookAction, hookBreadcrumb, hookDocs, BootstrapComponent, UserTotpRevokeComponent, DataGridComponent, LoadingComponent, RangeDisplayComponent, HelpComponent, HighlightComponent, EmptyStateComponent, PasswordInputComponent, HOOK_PATTERN_MESSAGES, HeaderService, AlertService, UserMenuService, DocsService, PasswordService, CachedLocaleDictionaryService, GlobalConfigService, ModalService, ChangeCurrentUserPasswordService, GainsightService, FilesService, ServiceRegistry, AssetLinkPipe, PropertyValueTransformService, FeatureCacheService, DateFormatService, NavigatorNodeRoot, getActivatedRoute, DynamicDatapointsResolver, DynamicManagedObjectResolver, C8yTranslateModule, hookComponent } from '@c8y/ngx-components';
5
+ import { DatePipe, ViewContext, EmptyComponent, AppStateService, RouterService, ActionService, PluginsResolveService, TenantUiService, RouterModule, hookNavigator, hookTab, hookActionBar, hookAction, hookBreadcrumb, hookDocs, BootstrapComponent, UserTotpRevokeComponent, DataGridComponent, LoadingComponent, RangeDisplayComponent, HelpComponent, HighlightComponent, EmptyStateComponent, PasswordInputComponent, PasswordCheckListComponent, HOOK_PATTERN_MESSAGES, HeaderService, AlertService, UserMenuService, DocsService, PasswordService, PasswordValidationService, CachedLocaleDictionaryService, GlobalConfigService, ModalService, ChangeCurrentUserPasswordService, GainsightService, FilesService, ServiceRegistry, AssetLinkPipe, PropertyValueTransformService, FeatureCacheService, DateFormatService, NavigatorNodeRoot, getActivatedRoute, DynamicDatapointsResolver, DynamicManagedObjectResolver, C8yTranslateModule, hookComponent } from '@c8y/ngx-components';
6
6
  import { UpgradedServicesModule } from '@c8y/ngx-components/upgrade/upgraded-services';
7
7
  import * as angular from 'angular';
8
8
  import { gettext } from '@c8y/ngx-components/gettext';
@@ -880,6 +880,9 @@ const globalContextWidgetWrapperDowngradedComponent = downgradeComponent({
880
880
  const widgetPreviewWrapperDowngradedComponent = downgradeComponent({
881
881
  component: WidgetPreviewWrapperComponent
882
882
  });
883
+ const passwordCheckListDowngradedComponent = downgradeComponent({
884
+ component: PasswordCheckListComponent
885
+ });
883
886
  const globalContextConnectorDowngradedComponent = downgradeComponent({
884
887
  component: GlobalContextConnectorComponent,
885
888
  inputs: ['controls', 'config', 'isLoading', 'dashboardChild', 'linked', 'emitRefresh'],
@@ -921,6 +924,7 @@ const userMenuServiceDowngradedInjectable = downgradeInjectable(UserMenuService)
921
924
  const apiServiceDowngradedInjectable = downgradeInjectable(ApiService);
922
925
  const docsServiceDowngradedInjectable = downgradeInjectable(DocsService);
923
926
  const passwordServiceDowngradedInjectable = downgradeInjectable(PasswordService);
927
+ const passwordValidationServiceDowngradedInjectable = downgradeInjectable(PasswordValidationService);
924
928
  const translateServiceDowngradedInjectable = downgradeInjectable(TranslateService);
925
929
  const cachedLocaleDictionaryServiceDowngradedInjectable = downgradeInjectable(CachedLocaleDictionaryService);
926
930
  const globalConfigServiceDowngradedInjectable = downgradeInjectable(GlobalConfigService);
@@ -1304,6 +1308,7 @@ angular
1304
1308
  .factory('c8yApiService', apiServiceDowngradedInjectable)
1305
1309
  .factory('c8yDocs', docsServiceDowngradedInjectable)
1306
1310
  .service('c8yPasswordConfirm', passwordServiceDowngradedInjectable)
1311
+ .service('c8yPasswordValidationService', passwordValidationServiceDowngradedInjectable)
1307
1312
  .service('c8yModalService', modalServiceDowngradedInjectable)
1308
1313
  .service('c8yChangeCurrentUserPasswordService', changeCurrentUserPasswordServiceDowngradedInjectable)
1309
1314
  .service('c8yGainsightService', gainsightServiceDowngradedInjectable)
@@ -1329,6 +1334,7 @@ angular
1329
1334
  .directive('c8yDatapointSelectionList', datapointSelectionListComponentDowngradedComponent)
1330
1335
  .directive('c8yHighlight', highlightComponentDowngradedComponent)
1331
1336
  .directive('c8yGlobalContextWidgetWrapper', globalContextWidgetWrapperDowngradedComponent)
1337
+ .directive('c8yPasswordCheckList', passwordCheckListDowngradedComponent)
1332
1338
  .directive('c8yGlobalContextConnector', globalContextConnectorDowngradedComponent)
1333
1339
  .directive('c8yLocalControls', localControlsDowngradedComponent)
1334
1340
  .directive('c8yPasswordInput', passwordInputComponentDowngradedComponent)