@c8y/ngx-components 1021.64.0 → 1021.66.0

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 (111) hide show
  1. package/auth-configuration/sso-configuration/template-parts/signature-configuration.component.d.ts +7 -2
  2. package/auth-configuration/sso-configuration/template-parts/signature-configuration.component.d.ts.map +1 -1
  3. package/core/breadcrumb/breadcrumb-item.component.d.ts +1 -1
  4. package/core/breadcrumb/breadcrumb-item.component.d.ts.map +1 -1
  5. package/core/breadcrumb/breadcrumb-outlet.component.d.ts +1 -1
  6. package/core/breadcrumb/breadcrumb-outlet.component.d.ts.map +1 -1
  7. package/core/breadcrumb/breadcrumb.component.d.ts +1 -1
  8. package/core/breadcrumb/breadcrumb.component.d.ts.map +1 -1
  9. package/core/breadcrumb/breadcrumb.module.d.ts +7 -7
  10. package/core/breadcrumb/breadcrumb.module.d.ts.map +1 -1
  11. package/core/common/common.module.d.ts +38 -38
  12. package/core/common/date-format.service.d.ts +30 -0
  13. package/core/common/date-format.service.d.ts.map +1 -0
  14. package/core/common/date.pipe.d.ts +7 -3
  15. package/core/common/date.pipe.d.ts.map +1 -1
  16. package/core/common/index.d.ts +1 -0
  17. package/core/common/index.d.ts.map +1 -1
  18. package/core/common/outlet.directive.d.ts +1 -1
  19. package/core/common/outlet.directive.d.ts.map +1 -1
  20. package/core/common/user-preferences/user-preferences-store-current-user.d.ts +11 -0
  21. package/core/common/user-preferences/user-preferences-store-current-user.d.ts.map +1 -0
  22. package/core/common/user-preferences/user-preferences.service.d.ts +40 -1
  23. package/core/common/user-preferences/user-preferences.service.d.ts.map +1 -1
  24. package/core/date-picker/date-picker.component.d.ts +3 -1
  25. package/core/date-picker/date-picker.component.d.ts.map +1 -1
  26. package/core/date-time-picker/date-time-picker.component.d.ts +6 -3
  27. package/core/date-time-picker/date-time-picker.component.d.ts.map +1 -1
  28. package/core/dynamic-forms/date/date.type.component.d.ts +3 -0
  29. package/core/dynamic-forms/date/date.type.component.d.ts.map +1 -1
  30. package/core/plugins/plugins.service.d.ts +3 -1
  31. package/core/plugins/plugins.service.d.ts.map +1 -1
  32. package/core/time-interval/time-interval.component.d.ts +4 -2
  33. package/core/time-interval/time-interval.component.d.ts.map +1 -1
  34. package/ecosystem/ecosystem.module.d.ts +2 -1
  35. package/ecosystem/ecosystem.module.d.ts.map +1 -1
  36. package/ecosystem/packages/package-changelog-tab/package-changelog-tab.component.d.ts +15 -0
  37. package/ecosystem/packages/package-changelog-tab/package-changelog-tab.component.d.ts.map +1 -0
  38. package/ecosystem/packages/package-changelog.guard.d.ts +10 -0
  39. package/ecosystem/packages/package-changelog.guard.d.ts.map +1 -0
  40. package/ecosystem/packages/package-versions/package-contents/packages-contents.component.d.ts +2 -0
  41. package/ecosystem/packages/package-versions/package-contents/packages-contents.component.d.ts.map +1 -1
  42. package/ecosystem/shared/index.d.ts +1 -0
  43. package/ecosystem/shared/index.d.ts.map +1 -1
  44. package/ecosystem/shared/package-changelog/package-changelog.component.d.ts +24 -0
  45. package/ecosystem/shared/package-changelog/package-changelog.component.d.ts.map +1 -0
  46. package/ecosystem/shared/shared-ecosystem.module.d.ts +2 -1
  47. package/ecosystem/shared/shared-ecosystem.module.d.ts.map +1 -1
  48. package/esm2022/auth-configuration/sso-configuration/template-parts/signature-configuration.component.mjs +11 -7
  49. package/esm2022/core/breadcrumb/breadcrumb-item.component.mjs +3 -3
  50. package/esm2022/core/breadcrumb/breadcrumb-outlet.component.mjs +19 -9
  51. package/esm2022/core/breadcrumb/breadcrumb.component.mjs +3 -3
  52. package/esm2022/core/breadcrumb/breadcrumb.module.mjs +16 -5
  53. package/esm2022/core/common/common.module.mjs +6 -6
  54. package/esm2022/core/common/date-format.service.mjs +81 -0
  55. package/esm2022/core/common/date.pipe.mjs +29 -6
  56. package/esm2022/core/common/index.mjs +2 -1
  57. package/esm2022/core/common/outlet.directive.mjs +4 -3
  58. package/esm2022/core/common/user-preferences/user-preferences-store-current-user.mjs +22 -0
  59. package/esm2022/core/common/user-preferences/user-preferences.service.mjs +106 -16
  60. package/esm2022/core/date-picker/date-picker.component.mjs +11 -4
  61. package/esm2022/core/date-time-picker/date-time-picker.component.mjs +20 -11
  62. package/esm2022/core/dynamic-forms/date/date.type.component.mjs +12 -4
  63. package/esm2022/core/plugins/plugins.service.mjs +14 -8
  64. package/esm2022/core/time-interval/time-interval.component.mjs +9 -2
  65. package/esm2022/ecosystem/application-plugins/application-plugins.component.mjs +4 -4
  66. package/esm2022/ecosystem/application-plugins/update-plugin-of-app/update-plugin-of-app.component.mjs +3 -3
  67. package/esm2022/ecosystem/ecosystem.module.mjs +21 -5
  68. package/esm2022/ecosystem/packages/package-changelog-tab/package-changelog-tab.component.mjs +33 -0
  69. package/esm2022/ecosystem/packages/package-changelog.guard.mjs +22 -0
  70. package/esm2022/ecosystem/packages/package-versions/package-contents/packages-contents.component.mjs +17 -5
  71. package/esm2022/ecosystem/shared/index.mjs +2 -1
  72. package/esm2022/ecosystem/shared/package-changelog/package-changelog.component.mjs +82 -0
  73. package/esm2022/ecosystem/shared/package-version-select/package-version-select.component.mjs +3 -3
  74. package/esm2022/ecosystem/shared/shared-ecosystem.module.mjs +12 -6
  75. package/esm2022/operations/bulk-operation-scheduler/operation-scheduler.component.mjs +9 -7
  76. package/esm2022/operations/bulk-operations-list/bulk-operations-list.component.mjs +1 -1
  77. package/esm2022/upgrade/ng1/downgraded.services.mjs +3 -2
  78. package/esm2022/upgrade/ng1/index.mjs +3 -2
  79. package/fesm2022/c8y-ngx-components-auth-configuration.mjs +9 -5
  80. package/fesm2022/c8y-ngx-components-auth-configuration.mjs.map +1 -1
  81. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +5 -5
  82. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
  83. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs +94 -11
  84. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
  85. package/fesm2022/c8y-ngx-components-ecosystem.mjs +83 -14
  86. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  87. package/fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs +7 -5
  88. package/fesm2022/c8y-ngx-components-operations-bulk-operation-scheduler.mjs.map +1 -1
  89. package/fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs +1 -1
  90. package/fesm2022/c8y-ngx-components-operations-bulk-operations-list.mjs.map +1 -1
  91. package/fesm2022/c8y-ngx-components-upgrade.mjs +3 -1
  92. package/fesm2022/c8y-ngx-components-upgrade.mjs.map +1 -1
  93. package/fesm2022/c8y-ngx-components.mjs +809 -552
  94. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  95. package/locales/de.po +42 -6
  96. package/locales/es.po +42 -6
  97. package/locales/fr.po +42 -6
  98. package/locales/ja_JP.po +42 -6
  99. package/locales/ko.po +42 -6
  100. package/locales/locales.pot +9 -0
  101. package/locales/nl.po +42 -6
  102. package/locales/pl.po +42 -6
  103. package/locales/pt_BR.po +42 -6
  104. package/locales/zh_CN.po +42 -6
  105. package/locales/zh_TW.po +42 -6
  106. package/operations/bulk-operation-scheduler/operation-scheduler.component.d.ts +4 -2
  107. package/operations/bulk-operation-scheduler/operation-scheduler.component.d.ts.map +1 -1
  108. package/package.json +1 -1
  109. package/upgrade/ng1/downgraded.services.d.ts +1 -0
  110. package/upgrade/ng1/downgraded.services.d.ts.map +1 -1
  111. package/upgrade/ng1/index.d.ts.map +1 -1
@@ -1,8 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { DateFormatService } from '@c8y/ngx-components';
1
3
  import { ControlContainer } from '@angular/forms';
2
4
  import { CertificateType, CustomCertificate } from './signature-configuration.model';
3
5
  import * as i0 from "@angular/core";
4
- export declare class SignatureConfigurationComponent {
6
+ export declare class SignatureConfigurationComponent implements OnInit {
5
7
  protected controlContainer: ControlContainer;
8
+ private dateFormatService;
6
9
  templateModel: any;
7
10
  certificateType: typeof CertificateType;
8
11
  certificateTypes: {
@@ -47,8 +50,10 @@ export declare class SignatureConfigurationComponent {
47
50
  label: "RSA public key (X.509 Subject Public Key Info)";
48
51
  };
49
52
  };
53
+ dateInputFormat: string;
50
54
  CERTIFICATE_ID_FIELD_POPOVER: "This is the name of the field in the token whose value will be used to select one of the certificates below which has matching \"Certificate ID value\".";
51
- constructor(controlContainer: ControlContainer);
55
+ constructor(controlContainer: ControlContainer, dateFormatService: DateFormatService);
56
+ ngOnInit(): void;
52
57
  shouldShow(field: string): boolean;
53
58
  removeCustomCertificate(customCertificate: CustomCertificate): void;
54
59
  static ɵfac: i0.ɵɵFactoryDeclaration<SignatureConfigurationComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"signature-configuration.component.d.ts","sourceRoot":"","sources":["../../../../auth-configuration/sso-configuration/template-parts/signature-configuration.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAU,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAEL,eAAe,EAEf,iBAAiB,EAClB,MAAM,iCAAiC,CAAC;;AAEzC,qBAKa,+BAA+B;IAY9B,SAAS,CAAC,gBAAgB,EAAE,gBAAgB;IAX/C,aAAa,MAAC;IAEvB,eAAe,yBAAmB;IAClC,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAyB;IAEzC,cAAc;;;;;;;;;;;MAAuB;IAErC,4BAA4B,6JAE1B;gBAEoB,gBAAgB,EAAE,gBAAgB;IAGxD,UAAU,CAAC,KAAK,EAAE,MAAM;IAIxB,uBAAuB,CAAC,iBAAiB,EAAE,iBAAiB;yCAnBjD,+BAA+B;2CAA/B,+BAA+B;CAyB3C"}
1
+ {"version":3,"file":"signature-configuration.component.d.ts","sourceRoot":"","sources":["../../../../auth-configuration/sso-configuration/template-parts/signature-configuration.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAoB,MAAM,qBAAqB,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAU,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAEL,eAAe,EAEf,iBAAiB,EAClB,MAAM,iCAAiC,CAAC;;AAEzC,qBAKa,+BAAgC,YAAW,MAAM;IAe1D,SAAS,CAAC,gBAAgB,EAAE,gBAAgB;IAC5C,OAAO,CAAC,iBAAiB;IAflB,aAAa,MAAC;IAEvB,eAAe,yBAAmB;IAClC,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAyB;IAEzC,cAAc;;;;;;;;;;;MAAuB;IAErC,eAAe,EAAE,MAAM,CAAC;IAExB,4BAA4B,6JAE1B;gBAGU,gBAAgB,EAAE,gBAAgB,EACpC,iBAAiB,EAAE,iBAAiB;IAG9C,QAAQ,IAAI,IAAI;IAKhB,UAAU,CAAC,KAAK,EAAE,MAAM;IAIxB,uBAAuB,CAAC,iBAAiB,EAAE,iBAAiB;yCA5BjD,+BAA+B;2CAA/B,+BAA+B;CAkC3C"}
@@ -23,6 +23,6 @@ export declare class BreadcrumbItemComponent {
23
23
  template: any;
24
24
  constructor(_injector: EnvironmentInjector);
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "c8y-breadcrumb-item", never, { "icon": { "alias": "icon"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "label": { "alias": "label"; "required": false; }; "path": { "alias": "path"; "required": false; }; "injector": { "alias": "injector"; "required": false; }; }, {}, never, ["*"], false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "c8y-breadcrumb-item", never, { "icon": { "alias": "icon"; "required": false; }; "translate": { "alias": "translate"; "required": false; }; "label": { "alias": "label"; "required": false; }; "path": { "alias": "path"; "required": false; }; "injector": { "alias": "injector"; "required": false; }; }, {}, never, ["*"], true, never>;
27
27
  }
28
28
  //# sourceMappingURL=breadcrumb-item.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb-item.component.d.ts","sourceRoot":"","sources":["../../../core/breadcrumb/breadcrumb-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,mBAAmB,EAAE,QAAQ,EAAoB,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;;AAEpF,qBAIa,uBAAuB;IAClC;;OAEG;IACM,IAAI,EAAE,yBAAyB,CAAC;IACzC;;;OAGG;IACM,SAAS,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACM,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACc,QAAQ,EAAE,GAAG,CAAC;gBAE5C,SAAS,EAAE,mBAAmB;yCArB/B,uBAAuB;2CAAvB,uBAAuB;CAwBnC"}
1
+ {"version":3,"file":"breadcrumb-item.component.d.ts","sourceRoot":"","sources":["../../../core/breadcrumb/breadcrumb-item.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,mBAAmB,EAAE,QAAQ,EAAoB,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;;AAEpF,qBAKa,uBAAuB;IAClC;;OAEG;IACM,IAAI,EAAE,yBAAyB,CAAC;IACzC;;;OAGG;IACM,SAAS,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACM,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACM,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACc,QAAQ,EAAE,GAAG,CAAC;gBAE5C,SAAS,EAAE,mBAAmB;yCArB/B,uBAAuB;2CAAvB,uBAAuB;CAwBnC"}
@@ -8,6 +8,6 @@ export declare class BreadcrumbOutletComponent {
8
8
  */
9
9
  normalizePath(path: any): any;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbOutletComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbOutletComponent, "c8y-breadcrumb-outlet", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; }, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbOutletComponent, "c8y-breadcrumb-outlet", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; }, {}, never, never, true, never>;
12
12
  }
13
13
  //# sourceMappingURL=breadcrumb-outlet.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb-outlet.component.d.ts","sourceRoot":"","sources":["../../../core/breadcrumb/breadcrumb-outlet.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;;AAEhD,qBAIa,yBAAyB;IACpC,OAAO,UAAS;IACP,WAAW,EAAE,UAAU,EAAE,CAAM;IAExC;;OAEG;IACH,aAAa,CAAC,IAAI,KAAA;yCAPP,yBAAyB;2CAAzB,yBAAyB;CAUrC"}
1
+ {"version":3,"file":"breadcrumb-outlet.component.d.ts","sourceRoot":"","sources":["../../../core/breadcrumb/breadcrumb-outlet.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;;AAQhD,qBAea,yBAAyB;IACpC,OAAO,UAAS;IACP,WAAW,EAAE,UAAU,EAAE,CAAM;IAExC;;OAEG;IACH,aAAa,CAAC,IAAI,KAAA;yCAPP,yBAAyB;2CAAzB,yBAAyB;CAUrC"}
@@ -10,6 +10,6 @@ export declare class BreadcrumbComponent implements Breadcrumb {
10
10
  ngAfterViewInit(): void;
11
11
  ngOnDestroy(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "c8y-breadcrumb", never, {}, {}, ["contentChildItems"], ["*"], false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "c8y-breadcrumb", never, {}, {}, ["contentChildItems"], ["*"], true, never>;
14
14
  }
15
15
  //# sourceMappingURL=breadcrumb.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb.component.d.ts","sourceRoot":"","sources":["../../../core/breadcrumb/breadcrumb.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;;AAGzD,qBAIa,mBAAoB,YAAW,UAAU;IAKxC,OAAO,CAAC,iBAAiB;IAJrC,KAAK,EAAE,cAAc,EAAE,CAAC;IACkB,OAAO,CAAC,iBAAiB,CAA4B;IAC/F,OAAO,CAAC,eAAe,CAAC;gBAEJ,iBAAiB,EAAE,iBAAiB;IAExD,eAAe;IAKf,WAAW;yCAZA,mBAAmB;2CAAnB,mBAAmB;CAgB/B"}
1
+ {"version":3,"file":"breadcrumb.component.d.ts","sourceRoot":"","sources":["../../../core/breadcrumb/breadcrumb.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;;AAGzD,qBAKa,mBAAoB,YAAW,UAAU;IAKxC,OAAO,CAAC,iBAAiB;IAJrC,KAAK,EAAE,cAAc,EAAE,CAAC;IACkB,OAAO,CAAC,iBAAiB,CAA4B;IAC/F,OAAO,CAAC,eAAe,CAAC;gBAEJ,iBAAiB,EAAE,iBAAiB;IAExD,eAAe;IAKf,WAAW;yCAZA,mBAAmB;2CAAnB,mBAAmB;CAgB/B"}
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./breadcrumb.component";
3
- import * as i2 from "./breadcrumb-item.component";
4
- import * as i3 from "./breadcrumb-outlet.component";
5
- import * as i4 from "@angular/router";
6
- import * as i5 from "../common/common.module";
7
- import * as i6 from "ngx-bootstrap/tooltip";
2
+ import * as i1 from "@angular/router";
3
+ import * as i2 from "../common/common.module";
4
+ import * as i3 from "ngx-bootstrap/tooltip";
5
+ import * as i4 from "./breadcrumb.component";
6
+ import * as i5 from "./breadcrumb-item.component";
7
+ import * as i6 from "./breadcrumb-outlet.component";
8
8
  /**
9
9
  * The angular module definition for breadcrumbs.
10
10
  * @exports BreadcrumbComponent
@@ -13,7 +13,7 @@ import * as i6 from "ngx-bootstrap/tooltip";
13
13
  */
14
14
  export declare class BreadcrumbModule {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent, typeof i3.BreadcrumbOutletComponent], [typeof i4.RouterModule, typeof i5.CommonModule, typeof i6.TooltipModule], [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent, typeof i3.BreadcrumbOutletComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, never, [typeof i1.RouterModule, typeof i2.CommonModule, typeof i3.TooltipModule, typeof i4.BreadcrumbComponent, typeof i5.BreadcrumbItemComponent, typeof i6.BreadcrumbOutletComponent], [typeof i4.BreadcrumbComponent, typeof i5.BreadcrumbItemComponent, typeof i6.BreadcrumbOutletComponent]>;
17
17
  static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
18
18
  }
19
19
  //# sourceMappingURL=breadcrumb.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb.module.d.ts","sourceRoot":"","sources":["../../../core/breadcrumb/breadcrumb.module.ts"],"names":[],"mappings":";;;;;;;AAQA;;;;;GAKG;AACH,qBAKa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"breadcrumb.module.d.ts","sourceRoot":"","sources":["../../../core/breadcrumb/breadcrumb.module.ts"],"names":[],"mappings":";;;;;;;AAQA;;;;;GAKG;AACH,qBAWa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
@@ -3,43 +3,43 @@ import { TranslateService } from '../i18n/translate.service';
3
3
  import { AppStateService } from './ui-state.service';
4
4
  import { UserPreferencesService } from './user-preferences/user-preferences.service';
5
5
  import * as i0 from "@angular/core";
6
- import * as i1 from "./outlet.directive";
7
- import * as i2 from "./should-show-mo.pipe";
8
- import * as i3 from "./get-group-icon.pipe";
9
- import * as i4 from "./forOf.directive";
10
- import * as i5 from "./load-more.component";
11
- import * as i6 from "./map-function.pipe";
12
- import * as i7 from "./progress-bar.component";
13
- import * as i8 from "./dropdown-direction.directive";
14
- import * as i9 from "./textarea-autoresize.directive";
15
- import * as i10 from "./tabset-aria.directive";
16
- import * as i11 from "./virtual-scroll/virtual-scroller-wrapper.component";
17
- import * as i12 from "./virtual-scroll/virtual-scroll-window.directive";
18
- import * as i13 from "./show-if-filter.pipe";
19
- import * as i14 from "./skip-link.directive";
20
- import * as i15 from "./generic-file-icon.pipe";
21
- import * as i16 from "./stringify-object.pipe";
22
- import * as i17 from "@angular/common";
23
- import * as i18 from "../i18n/i18n.module";
24
- import * as i19 from "ngx-bootstrap/tooltip";
25
- import * as i20 from "@angular/cdk/scrolling";
26
- import * as i21 from "./asset-link.pipe";
27
- import * as i22 from "./component-outlet.directive";
28
- import * as i23 from "./humanize-app-name.pipe";
29
- import * as i24 from "./icon.directive";
30
- import * as i25 from "./date.pipe";
31
- import * as i26 from "./loading.component";
32
- import * as i27 from "./empty-state/empty-state.component";
33
- import * as i28 from "./empty-state/empty-state-context.directive";
34
- import * as i29 from "./bytes.pipe";
35
- import * as i30 from "./user-name-initials.pipe";
36
- import * as i31 from "./shorten-user-name.pipe";
37
- import * as i32 from "./humanize.pipe";
38
- import * as i33 from "./if-allowed.directive";
39
- import * as i34 from "./number.pipe";
40
- import * as i35 from "./operation-result.component";
41
- import * as i36 from "./markdown-to-html.pipe";
42
- import * as i37 from "./mo-name.pipe";
6
+ import * as i1 from "./should-show-mo.pipe";
7
+ import * as i2 from "./get-group-icon.pipe";
8
+ import * as i3 from "./forOf.directive";
9
+ import * as i4 from "./load-more.component";
10
+ import * as i5 from "./map-function.pipe";
11
+ import * as i6 from "./progress-bar.component";
12
+ import * as i7 from "./dropdown-direction.directive";
13
+ import * as i8 from "./textarea-autoresize.directive";
14
+ import * as i9 from "./tabset-aria.directive";
15
+ import * as i10 from "./virtual-scroll/virtual-scroller-wrapper.component";
16
+ import * as i11 from "./virtual-scroll/virtual-scroll-window.directive";
17
+ import * as i12 from "./show-if-filter.pipe";
18
+ import * as i13 from "./skip-link.directive";
19
+ import * as i14 from "./generic-file-icon.pipe";
20
+ import * as i15 from "./stringify-object.pipe";
21
+ import * as i16 from "@angular/common";
22
+ import * as i17 from "../i18n/i18n.module";
23
+ import * as i18 from "ngx-bootstrap/tooltip";
24
+ import * as i19 from "@angular/cdk/scrolling";
25
+ import * as i20 from "./asset-link.pipe";
26
+ import * as i21 from "./component-outlet.directive";
27
+ import * as i22 from "./humanize-app-name.pipe";
28
+ import * as i23 from "./icon.directive";
29
+ import * as i24 from "./date.pipe";
30
+ import * as i25 from "./loading.component";
31
+ import * as i26 from "./empty-state/empty-state.component";
32
+ import * as i27 from "./empty-state/empty-state-context.directive";
33
+ import * as i28 from "./bytes.pipe";
34
+ import * as i29 from "./user-name-initials.pipe";
35
+ import * as i30 from "./shorten-user-name.pipe";
36
+ import * as i31 from "./humanize.pipe";
37
+ import * as i32 from "./if-allowed.directive";
38
+ import * as i33 from "./number.pipe";
39
+ import * as i34 from "./operation-result.component";
40
+ import * as i35 from "./markdown-to-html.pipe";
41
+ import * as i36 from "./mo-name.pipe";
42
+ import * as i37 from "./outlet.directive";
43
43
  export declare function initializeServices(translateService: TranslateService, state: AppStateService, userPreferences: UserPreferencesService): () => void;
44
44
  /**
45
45
  * Commonly used directives, data access and translation. This module is the shared
@@ -68,7 +68,7 @@ export declare class CommonModule {
68
68
  static forRoot(): ModuleWithProviders<CommonModule>;
69
69
  constructor();
70
70
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonModule, never>;
71
- static ɵmod: i0.ɵɵNgModuleDeclaration<CommonModule, [typeof i1.OutletDirective, typeof i2.ShouldShowMoPipe, typeof i3.GetGroupIconPipe, typeof i4.ForOfDirective, typeof i5.LoadMoreComponent, typeof i6.MapFunctionPipe, typeof i7.ProgressBarComponent, typeof i8.DropdownDirectionDirective, typeof i9.TextareaAutoresizeDirective, typeof i10.TabsetAriaDirective, typeof i11.VirtualScrollerWrapperComponent, typeof i12.VirtualScrollWindowDirective, typeof i13.ShowIfFilterPipe, typeof i14.SkipLinkDirective, typeof i15.GenericFileIconPipe, typeof i16.StringifyObjectPipe], [typeof i17.CommonModule, typeof i18.I18nModule, typeof i19.TooltipModule, typeof i20.ScrollingModule, typeof i21.AssetLinkPipe, typeof i22.C8yComponentOutlet, typeof i23.HumanizeAppNamePipe, typeof i24.IconDirective, typeof i25.DatePipe, typeof i26.LoadingComponent, typeof i27.EmptyStateComponent, typeof i28.EmptyStateContextDirective, typeof i29.BytesPipe, typeof i30.UserNameInitialsPipe, typeof i31.ShortenUserNamePipe, typeof i32.HumanizePipe, typeof i33.IfAllowedDirective, typeof i34.NumberPipe, typeof i35.OperationResultComponent, typeof i36.MarkdownToHtmlPipe, typeof i37.MoNamePipe], [typeof i27.EmptyStateComponent, typeof i28.EmptyStateContextDirective, typeof i24.IconDirective, typeof i1.OutletDirective, typeof i18.I18nModule, typeof i17.CommonModule, typeof i23.HumanizeAppNamePipe, typeof i32.HumanizePipe, typeof i2.ShouldShowMoPipe, typeof i3.GetGroupIconPipe, typeof i33.IfAllowedDirective, typeof i31.ShortenUserNamePipe, typeof i30.UserNameInitialsPipe, typeof i4.ForOfDirective, typeof i5.LoadMoreComponent, typeof i6.MapFunctionPipe, typeof i7.ProgressBarComponent, typeof i25.DatePipe, typeof i34.NumberPipe, typeof i26.LoadingComponent, typeof i8.DropdownDirectionDirective, typeof i9.TextareaAutoresizeDirective, typeof i10.TabsetAriaDirective, typeof i35.OperationResultComponent, typeof i11.VirtualScrollerWrapperComponent, typeof i12.VirtualScrollWindowDirective, typeof i29.BytesPipe, typeof i13.ShowIfFilterPipe, typeof i14.SkipLinkDirective, typeof i36.MarkdownToHtmlPipe, typeof i37.MoNamePipe, typeof i15.GenericFileIconPipe, typeof i16.StringifyObjectPipe, typeof i21.AssetLinkPipe, typeof i22.C8yComponentOutlet]>;
71
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonModule, [typeof i1.ShouldShowMoPipe, typeof i2.GetGroupIconPipe, typeof i3.ForOfDirective, typeof i4.LoadMoreComponent, typeof i5.MapFunctionPipe, typeof i6.ProgressBarComponent, typeof i7.DropdownDirectionDirective, typeof i8.TextareaAutoresizeDirective, typeof i9.TabsetAriaDirective, typeof i10.VirtualScrollerWrapperComponent, typeof i11.VirtualScrollWindowDirective, typeof i12.ShowIfFilterPipe, typeof i13.SkipLinkDirective, typeof i14.GenericFileIconPipe, typeof i15.StringifyObjectPipe], [typeof i16.CommonModule, typeof i17.I18nModule, typeof i18.TooltipModule, typeof i19.ScrollingModule, typeof i20.AssetLinkPipe, typeof i21.C8yComponentOutlet, typeof i22.HumanizeAppNamePipe, typeof i23.IconDirective, typeof i24.DatePipe, typeof i25.LoadingComponent, typeof i26.EmptyStateComponent, typeof i27.EmptyStateContextDirective, typeof i28.BytesPipe, typeof i29.UserNameInitialsPipe, typeof i30.ShortenUserNamePipe, typeof i31.HumanizePipe, typeof i32.IfAllowedDirective, typeof i33.NumberPipe, typeof i34.OperationResultComponent, typeof i35.MarkdownToHtmlPipe, typeof i36.MoNamePipe, typeof i37.OutletDirective], [typeof i26.EmptyStateComponent, typeof i27.EmptyStateContextDirective, typeof i23.IconDirective, typeof i37.OutletDirective, typeof i17.I18nModule, typeof i16.CommonModule, typeof i22.HumanizeAppNamePipe, typeof i31.HumanizePipe, typeof i1.ShouldShowMoPipe, typeof i2.GetGroupIconPipe, typeof i32.IfAllowedDirective, typeof i30.ShortenUserNamePipe, typeof i29.UserNameInitialsPipe, typeof i3.ForOfDirective, typeof i4.LoadMoreComponent, typeof i5.MapFunctionPipe, typeof i6.ProgressBarComponent, typeof i24.DatePipe, typeof i33.NumberPipe, typeof i25.LoadingComponent, typeof i7.DropdownDirectionDirective, typeof i8.TextareaAutoresizeDirective, typeof i9.TabsetAriaDirective, typeof i34.OperationResultComponent, typeof i10.VirtualScrollerWrapperComponent, typeof i11.VirtualScrollWindowDirective, typeof i28.BytesPipe, typeof i12.ShowIfFilterPipe, typeof i13.SkipLinkDirective, typeof i35.MarkdownToHtmlPipe, typeof i36.MoNamePipe, typeof i14.GenericFileIconPipe, typeof i15.StringifyObjectPipe, typeof i20.AssetLinkPipe, typeof i21.C8yComponentOutlet]>;
72
72
  static ɵinj: i0.ɵɵInjectorDeclaration<CommonModule>;
73
73
  }
74
74
  //# sourceMappingURL=common.module.d.ts.map
@@ -0,0 +1,30 @@
1
+ import { AppStateService } from './ui-state.service';
2
+ import * as i0 from "@angular/core";
3
+ interface DateFormatOptions {
4
+ locale?: string;
5
+ useUppercaseFormat?: boolean;
6
+ }
7
+ export declare class DateFormatService {
8
+ private appStateService;
9
+ constructor(appStateService: AppStateService);
10
+ /**
11
+ * Returns date format pattern based on locale and formatting syntax.
12
+ *
13
+ * @param formattingOptions - Object containing formatting options
14
+ * @returns A string containing the date format pattern for the specified locale
15
+ */
16
+ getDateFormat(formattingOptions?: DateFormatOptions): string;
17
+ /**
18
+ * Determines whether a given locale should use 12-hour clock format with AM/PM.
19
+ *
20
+ * @param locale - The locale code (e.g., 'en', 'pl', 'en_US')
21
+ * @returns boolean indicating whether meridian format (AM/PM) should be used
22
+ */
23
+ shouldUseMeridianFormat(locale?: any): boolean;
24
+ private isNonEmptyString;
25
+ private isValidLocale;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatService, never>;
27
+ static ɵprov: i0.ɵɵInjectableDeclaration<DateFormatService>;
28
+ }
29
+ export {};
30
+ //# sourceMappingURL=date-format.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-format.service.d.ts","sourceRoot":"","sources":["../../../core/common/date-format.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;;AAErD,UAAU,iBAAiB;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,qBAGa,iBAAiB;IAChB,OAAO,CAAC,eAAe;gBAAf,eAAe,EAAE,eAAe;IAEpD;;;;;OAKG;IACH,aAAa,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,GAAG,MAAM;IAgC5D;;;;;OAKG;IACH,uBAAuB,CAAC,MAAM,MAAkC,GAAG,OAAO;IAe1E,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,aAAa;yCAlEV,iBAAiB;6CAAjB,iBAAiB;CA2E7B"}
@@ -1,5 +1,7 @@
1
- import { DatePipe as NgDatePipe, DatePipeConfig } from '@angular/common';
1
+ import { DatePipeConfig, DatePipe as NgDatePipe } from '@angular/common';
2
2
  import { TranslateService } from '@ngx-translate/core';
3
+ import { DateFormatService } from './date-format.service';
4
+ import { AppStateService } from './ui-state.service';
3
5
  import * as i0 from "@angular/core";
4
6
  /**
5
7
  * The range of times supported by ECMAScript Date objects in milliseconds.
@@ -23,9 +25,11 @@ export declare const ES_MAX_TIME_MILLISECONDS = 8640000000000000;
23
25
  */
24
26
  export declare class DatePipe extends NgDatePipe {
25
27
  private translateService;
26
- constructor(locale: string, translateService: TranslateService, defaultTimezone?: string | null, defaultOptions?: DatePipeConfig | null);
28
+ private appStateService?;
29
+ private dateFormatService?;
30
+ constructor(locale: string, translateService: TranslateService, appStateService?: AppStateService, dateFormatService?: DateFormatService, defaultTimezone?: string | null, defaultOptions?: DatePipeConfig | null);
27
31
  transform(value: any, format?: string, timezone?: string, locale?: string): any;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<DatePipe, [null, null, { optional: true; }, { optional: true; }]>;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatePipe, [null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
29
33
  static ɵpipe: i0.ɵɵPipeDeclaration<DatePipe, "c8yDate", true>;
30
34
  }
31
35
  //# sourceMappingURL=date.pipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"date.pipe.d.ts","sourceRoot":"","sources":["../../../core/common/date.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,IAAI,UAAU,EACtB,cAAc,EAGf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;AAGvD;;;GAGG;AACH,eAAO,MAAM,wBAAwB,mBAAmB,CAAC;AAEzD;;;;;;;;;;;;;;GAcG;AACH,qBACa,QAAS,SAAQ,UAAU;IAGpC,OAAO,CAAC,gBAAgB;gBADL,MAAM,EAAE,MAAM,EACzB,gBAAgB,EAAE,gBAAgB,EACM,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,EAChC,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI;IAKvF,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG;yCAVpE,QAAQ;uCAAR,QAAQ;CAgCpB"}
1
+ {"version":3,"file":"date.pipe.d.ts","sourceRoot":"","sources":["../../../core/common/date.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,cAAc,EACd,QAAQ,IAAI,UAAU,EACvB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;;AAErD;;;GAGG;AACH,eAAO,MAAM,wBAAwB,mBAAmB,CAAC;AAEzD;;;;;;;;;;;;;;GAcG;AACH,qBACa,QAAS,SAAQ,UAAU;IAGpC,OAAO,CAAC,gBAAgB;IACZ,OAAO,CAAC,eAAe,CAAC;IACxB,OAAO,CAAC,iBAAiB,CAAC;gBAHnB,MAAM,EAAE,MAAM,EACzB,gBAAgB,EAAE,gBAAgB,EACtB,eAAe,CAAC,EAAE,eAAe,EACjC,iBAAiB,CAAC,EAAE,iBAAiB,EACT,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,EAChC,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI;IAKvF,SAAS,CAAC,KAAK,EAAE,GAAG,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG;yCAZpE,QAAQ;uCAAR,QAAQ;CAiDpB"}
@@ -67,4 +67,5 @@ export * from './virtual-scroll/virtual-scroller-wrapper.component';
67
67
  export * from './zip.service';
68
68
  export * from './inter-app.service';
69
69
  export * from './interval-based-reload.abstract';
70
+ export * from './date-format.service';
70
71
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/common/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,qCAAqC,CAAC;AACpD,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0CAA0C,CAAC;AACzD,cAAc,mDAAmD,CAAC;AAClE,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,qDAAqD,CAAC;AACpE,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/common/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,qCAAqC,CAAC;AACpD,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0CAA0C,CAAC;AACzD,cAAc,mDAAmD,CAAC;AAClE,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,qDAAqD,CAAC;AACpE,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,uBAAuB,CAAC"}
@@ -52,6 +52,6 @@ export declare class OutletDirective {
52
52
  private render;
53
53
  private destroy;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<OutletDirective, never>;
55
- static ɵdir: i0.ɵɵDirectiveDeclaration<OutletDirective, "[c8yOutlet]", never, { "c8yOutlet": { "alias": "c8yOutlet"; "required": false; }; "c8yOutletProperties": { "alias": "c8yOutletProperties"; "required": false; }; "c8yOutletInjector": { "alias": "c8yOutletInjector"; "required": false; }; }, {}, never, never, false, never>;
55
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OutletDirective, "[c8yOutlet]", never, { "c8yOutlet": { "alias": "c8yOutlet"; "required": false; }; "c8yOutletProperties": { "alias": "c8yOutletProperties"; "required": false; }; "c8yOutletInjector": { "alias": "c8yOutletInjector"; "required": false; }; }, {}, never, never, true, never>;
56
56
  }
57
57
  //# sourceMappingURL=outlet.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"outlet.directive.d.ts","sourceRoot":"","sources":["../../../core/common/outlet.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EACV,QAAQ,EAER,SAAS,EACT,WAAW,EACX,IAAI,EACJ,gBAAgB,EACjB,MAAM,eAAe,CAAC;;AAEvB;;;;;;;;;;;;;GAaG;AACH,qBAGa,eAAe;IAMxB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,EAAE;IARZ,OAAO,CAAC,UAAU,CAAM;IACxB,OAAO,CAAC,QAAQ,CAAC;IACjB,OAAO,CAAC,SAAS,CAAyC;gBAGhD,aAAa,EAAE,gBAAgB,EAC/B,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,SAAS,EACnB,EAAE,EAAE,UAAU;IAGxB;;;;;;;OAOG;IACH,IAAa,SAAS,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,OAAO,EAEtE;IAED;;;OAGG;IACH,IAAa,mBAAmB,CAAC,KAAK,KAAA,EAErC;IAED;;OAEG;IACH,IAAa,iBAAiB,CAAC,KAAK,EAAE,QAAQ,EAE7C;IAED;;OAEG;IACH,WAAW,IAAI,IAAI;IAInB;;OAEG;IACH,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,MAAM;IAuCd,OAAO,CAAC,OAAO;yCA5FJ,eAAe;2CAAf,eAAe;CAkG3B"}
1
+ {"version":3,"file":"outlet.directive.d.ts","sourceRoot":"","sources":["../../../core/common/outlet.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EACV,QAAQ,EAER,SAAS,EACT,WAAW,EACX,IAAI,EACJ,gBAAgB,EACjB,MAAM,eAAe,CAAC;;AAEvB;;;;;;;;;;;;;GAaG;AACH,qBAIa,eAAe;IAMxB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,EAAE;IARZ,OAAO,CAAC,UAAU,CAAM;IACxB,OAAO,CAAC,QAAQ,CAAC;IACjB,OAAO,CAAC,SAAS,CAAyC;gBAGhD,aAAa,EAAE,gBAAgB,EAC/B,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,SAAS,EACnB,EAAE,EAAE,UAAU;IAGxB;;;;;;;OAOG;IACH,IAAa,SAAS,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,GAAG,OAAO,EAEtE;IAED;;;OAGG;IACH,IAAa,mBAAmB,CAAC,KAAK,KAAA,EAErC;IAED;;OAEG;IACH,IAAa,iBAAiB,CAAC,KAAK,EAAE,QAAQ,EAE7C;IAED;;OAEG;IACH,WAAW,IAAI,IAAI;IAInB;;OAEG;IACH,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,MAAM;IAuCd,OAAO,CAAC,OAAO;yCA5FJ,eAAe;2CAAf,eAAe;CAkG3B"}
@@ -0,0 +1,11 @@
1
+ import { UserService } from '@c8y/client';
2
+ import { AppStateService } from '../ui-state.service';
3
+ export declare class UserPreferencesStorageCurrentUser {
4
+ private user;
5
+ private appState;
6
+ constructor(user: UserService, appState: AppStateService);
7
+ hasKey(key: string): Promise<boolean>;
8
+ get(key: string): Promise<any>;
9
+ set(key: string, value: unknown): Promise<void>;
10
+ }
11
+ //# sourceMappingURL=user-preferences-store-current-user.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-preferences-store-current-user.d.ts","sourceRoot":"","sources":["../../../../core/common/user-preferences/user-preferences-store-current-user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAGtD,qBAAa,iCAAiC;IAE1C,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,QAAQ;gBADR,IAAI,EAAE,WAAW,EACjB,QAAQ,EAAE,eAAe;IAG7B,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAKrC,GAAG,CAAC,GAAG,EAAE,MAAM;IAKf,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO;CAQtC"}
@@ -2,15 +2,17 @@ import { InventoryService, IUser, UserService } from '@c8y/client';
2
2
  import { Observable, Subject } from 'rxjs';
3
3
  import { AppStateService } from '../ui-state.service';
4
4
  import { UserPreference } from './user-preference.model';
5
+ import { AlertService } from '../../alert/alert.service';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class UserPreferencesService {
7
8
  private user;
8
9
  private inventory;
9
10
  private appState;
11
+ private alert;
10
12
  currentUser: Observable<IUser>;
11
13
  preferenceChanges$: Subject<UserPreference>;
12
14
  private storage;
13
- constructor(user: UserService, inventory: InventoryService, appState: AppStateService);
15
+ constructor(user: UserService, inventory: InventoryService, appState: AppStateService, alert: AlertService);
14
16
  /**
15
17
  * Returns an observable of a user preference with given key.
16
18
  * Emits its initial value first and then updated values when set by user.
@@ -36,6 +38,8 @@ export declare class UserPreferencesService {
36
38
  * @param key The storage key for searched value.
37
39
  * @param user The user for whom the search is done.
38
40
  * @returns An Observable with the value of preference.
41
+ *
42
+ * @deprecated Uses depracted inventory approach. Use get instead.
39
43
  */
40
44
  getForUser(key: string, user: IUser): Observable<any>;
41
45
  /**
@@ -43,21 +47,56 @@ export declare class UserPreferencesService {
43
47
  * @param key The storage key for the value to be set.
44
48
  * @param value The storage value to be set.
45
49
  * @returns A promise with saved value.
50
+ *
51
+ * @deprecated Uses deprecated inventory approach. Use set instead.
46
52
  */
47
53
  setForUser(key: string, value: any, user: IUser): Promise<any>;
54
+ /**
55
+ * Get value of searched key for current user.
56
+ * If preference is not found in user's customProperties, it will try to get it from inventory or local storage and
57
+ * update user's customProperties with the value and return that value.
58
+ * @param key The preference key for searched value.
59
+ * @param user The user for whom the search is done.
60
+ * @returns A Promise with the value of preference.
61
+ */
62
+ private getForCurrentUser;
63
+ /**
64
+ * Sets a value for current user.
65
+ * @param key The preference key for the value to be set.
66
+ * @param value The preference value to be set.
67
+ */
68
+ private setForCurrentUser;
69
+ /**
70
+ * Get a string of key concatenated with username.
71
+ * Used by deprecated invetory storage approach and for leftovers in local storage.
72
+ * It was used to store preferences for specific users and it as replacing "." with "__"
73
+ * because of MongoDB restrictions.
74
+ * @param key The storage key for searched value.
75
+ * @param user The user for whom the search is done.
76
+ * @returns A string of key concatenated with username.
77
+ */
78
+ private getTransformedRawKey;
48
79
  /**
49
80
  * Get a string of key concatenated with username.
81
+ * Used by local storage.
50
82
  * @param key The storage key for searched value.
51
83
  * @param user The user for whom the search is done.
52
84
  * @returns A string of key concatenated with username.
53
85
  */
54
86
  private getRawKey;
87
+ /**
88
+ * Get a key for user preferences. Used current user customProperties.
89
+ * @param key The storage key for searched value.
90
+ * @returns A key for user preferences.
91
+ */
92
+ private getCustomPropertiesKey;
55
93
  /**
56
94
  * Gets a proper storage depending on the user roles.
57
95
  * @param user The user for whom the role check is done.
58
96
  * @returns A proper storage.
59
97
  */
60
98
  private getStorage;
99
+ private getCurrentUserStorage;
61
100
  static ɵfac: i0.ɵɵFactoryDeclaration<UserPreferencesService, never>;
62
101
  static ɵprov: i0.ɵɵInjectableDeclaration<UserPreferencesService>;
63
102
  }
@@ -1 +1 @@
1
- {"version":3,"file":"user-preferences.service.d.ts","sourceRoot":"","sources":["../../../../core/common/user-preferences/user-preferences.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AACnE,OAAO,EAAgB,UAAU,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEzD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAGtD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;;AAGzD,qBACa,sBAAsB;IAS/B,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IAVlB,WAAW,EAAE,UAAU,CAAC,KAAK,CAAC,CAAC;IAC/B,kBAAkB,EAAE,OAAO,CAAC,cAAc,CAAC,CAAiB;IAC5D,OAAO,CAAC,OAAO,CAGb;gBAGQ,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,eAAe;IASnC;;;;;OAKG;IACH,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,CAAC,CAAC;IAUtC;;;;OAIG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAOjC;;;;;OAKG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC;IAS1C;;;;;OAKG;IACH,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,GAAG,UAAU,CAAC,GAAG,CAAC;IAMrD;;;;;OAKG;IACH,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC;IAM9D;;;;;OAKG;IACH,OAAO,CAAC,SAAS;IAKjB;;;;OAIG;IACH,OAAO,CAAC,UAAU;yCAvGP,sBAAsB;6CAAtB,sBAAsB;CAmHlC"}
1
+ {"version":3,"file":"user-preferences.service.d.ts","sourceRoot":"","sources":["../../../../core/common/user-preferences/user-preferences.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AACnE,OAAO,EAAgC,UAAU,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAGtD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAEzD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;;AAGzD,qBACa,sBAAsB;IAU/B,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,KAAK;IAZf,WAAW,EAAE,UAAU,CAAC,KAAK,CAAC,CAAC;IAC/B,kBAAkB,EAAE,OAAO,CAAC,cAAc,CAAC,CAAiB;IAC5D,OAAO,CAAC,OAAO,CAIb;gBAGQ,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,gBAAgB,EAC3B,QAAQ,EAAE,eAAe,EACzB,KAAK,EAAE,YAAY;IAU7B;;;;;OAKG;IACH,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,CAAC,CAAC;IAUtC;;;;OAIG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAOjC;;;;;OAKG;IACH,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC;IAK1C;;;;;;;OAOG;IACH,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,GAAG,UAAU,CAAC,GAAG,CAAC;IAMrD;;;;;;;OAOG;IACH,UAAU,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC;IAM9D;;;;;;;OAOG;YACW,iBAAiB;IA2B/B;;;;OAIG;YACW,iBAAiB;IAgB/B;;;;;;;;OAQG;IACH,OAAO,CAAC,oBAAoB;IAK5B;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;IAIjB;;;;OAIG;IACH,OAAO,CAAC,sBAAsB;IAI9B;;;;OAIG;IACH,OAAO,CAAC,UAAU;YAaJ,qBAAqB;yCAtMxB,sBAAsB;6CAAtB,sBAAsB;CAkNlC"}
@@ -5,13 +5,15 @@ import * as i0 from "@angular/core";
5
5
  export declare class DatePickerComponent implements OnInit {
6
6
  onDateSelected: EventEmitter<PickedDates>;
7
7
  placeholder: "Filter by date…";
8
+ dateInputFormat: string;
8
9
  dateFrom: string;
9
10
  dateTo: string;
10
11
  fgDatePicker: FormGroup;
12
+ private dateFormatService;
11
13
  ngOnInit(): void;
12
14
  filter(): void;
13
15
  clearFilter(): void;
14
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "c8y-date-picker", never, { "placeholder": { "alias": "placeholder"; "required": false; }; }, { "onDateSelected": "onDateSelected"; }, never, never, true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "c8y-date-picker", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "dateInputFormat": { "alias": "dateInputFormat"; "required": false; }; }, { "onDateSelected": "onDateSelected"; }, never, never, true, never>;
16
18
  }
17
19
  //# sourceMappingURL=date-picker.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"date-picker.component.d.ts","sourceRoot":"","sources":["../../../core/date-picker/date-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAiB,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAe,SAAS,EAAoC,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;;AAYlD,qBAmBa,mBAAoB,YAAW,MAAM;IACtC,cAAc,EAAE,YAAY,CAAC,WAAW,CAAC,CAAsB;IAEzE,WAAW,oBAA8B;IAEzC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,SAAS,CAAC;IAExB,QAAQ;IAOR,MAAM;IAMN,WAAW;yCAtBA,mBAAmB;2CAAnB,mBAAmB;CA+B/B"}
1
+ {"version":3,"file":"date-picker.component.d.ts","sourceRoot":"","sources":["../../../core/date-picker/date-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAE,MAAM,EAAyB,MAAM,eAAe,CAAC;AACvF,OAAO,EAAe,SAAS,EAAoC,MAAM,gBAAgB,CAAC;AAC1F,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;;AAalD,qBAmBa,mBAAoB,YAAW,MAAM;IACtC,cAAc,EAAE,YAAY,CAAC,WAAW,CAAC,CAAsB;IAEzE,WAAW,oBAA8B;IAEzC,eAAe,EAAE,MAAM,CAAC;IAExB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,SAAS,CAAC;IAExB,OAAO,CAAC,iBAAiB,CAA6B;IAEtD,QAAQ;IAUR,MAAM;IAMN,WAAW;yCA7BA,mBAAmB;2CAAnB,mBAAmB;CAsC/B"}
@@ -1,7 +1,8 @@
1
- import { ChangeDetectorRef, EventEmitter, OnDestroy } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { AbstractControl, ControlValueAccessor, FormGroup, ValidationErrors, Validator } from '@angular/forms';
3
3
  import { BsDatepickerDirective } from 'ngx-bootstrap/datepicker';
4
4
  import { PickedDates } from '../date-picker';
5
+ import { DateFormatService } from '../common/date-format.service';
5
6
  import * as i0 from "@angular/core";
6
7
  interface DateAndTimeOptions {
7
8
  showSpinners?: boolean;
@@ -10,8 +11,9 @@ interface DateAndTimeOptions {
10
11
  showSeconds?: boolean;
11
12
  }
12
13
  export type DateType = 'DateAndTime' | 'Date' | 'DateRange' | 'SingleDateRequired' | 'Time';
13
- export declare class DateTimePickerComponent implements ControlValueAccessor, Validator, OnDestroy {
14
+ export declare class DateTimePickerComponent implements ControlValueAccessor, Validator, OnInit, AfterViewInit, OnDestroy {
14
15
  private cd;
16
+ private dateFormatService;
15
17
  minDate: Date;
16
18
  set _minDate(value: string);
17
19
  maxDate: Date;
@@ -41,9 +43,10 @@ export declare class DateTimePickerComponent implements ControlValueAccessor, Va
41
43
  private previousValue;
42
44
  private previousTimePickerValues;
43
45
  private destroy$;
44
- constructor(cd: ChangeDetectorRef);
46
+ constructor(cd: ChangeDetectorRef, dateFormatService: DateFormatService);
45
47
  onChange: (value: string) => void;
46
48
  onTouched: () => void;
49
+ ngOnInit(): void;
47
50
  ngOnDestroy(): void;
48
51
  ngAfterViewInit(): void;
49
52
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"date-time-picker.component.d.ts","sourceRoot":"","sources":["../../../core/date-time-picker/date-time-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAEjB,YAAY,EAGZ,SAAS,EAGV,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,eAAe,EACf,oBAAoB,EAEpB,SAAS,EAGT,gBAAgB,EAChB,SAAS,EAGV,MAAM,gBAAgB,CAAC;AAIxB,OAAO,EAAE,qBAAqB,EAAsB,MAAM,0BAA0B,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;;AAY7C,UAAU,kBAAkB;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,MAAM,QAAQ,GAAG,aAAa,GAAG,MAAM,GAAG,WAAW,GAAG,oBAAoB,GAAG,MAAM,CAAC;AAE5F,qBA4Ba,uBAAwB,YAAW,oBAAoB,EAAE,SAAS,EAAE,SAAS;IA+D5E,OAAO,CAAC,EAAE;IA9DtB,OAAO,EAAE,IAAI,CAAC;IAEd,IACI,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzB;IAED,OAAO,EAAE,IAAI,CAAC;IAEd,IACI,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzB;IAGD,WAAW,EAAE,MAAM,CAAC;IAGpB,eAAe,SAAgB;IAG/B,gBAAgB,UAAS;IAGzB,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;;;OAUG;IAEH,QAAQ,EAAE,QAAQ,CAAiB;IAGnC,MAAM,EAAE,kBAAkB,CAKxB;IAGF,cAAc,EAAE,YAAY,CAAC,WAAW,CAAC,CAAsB;IAE/D,IAAI,EAAE,IAAI,CAAC;IACX,IAAI,EAAE,SAAS,CAAC;IAEhB,kBAAkB,mBAA6B;IAEb,UAAU,EAAE,qBAAqB,CAAC;IAEpE,OAAO,CAAC,aAAa,CAAc;IACnC,OAAO,CAAC,wBAAwB,CAA4C;IAC5E,OAAO,CAAC,QAAQ,CAAgC;gBAE5B,EAAE,EAAE,iBAAiB;IAiBzC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAY;IAE7C,SAAS,EAAE,MAAM,IAAI,CAAY;IAEjC,WAAW;IAKX,eAAe;IAIf;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAgB/B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,SAAS,EAAE,GAAG;IAIhC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IAOlC,QAAQ,CAAC,QAAQ,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IAY5D,WAAW;IASX,OAAO;IASP,IAAI,IAAI,IAAI;IAIZ,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAsBzC;;;;OAIG;IACH,OAAO,CAAC,WAAW;IAuCnB,OAAO,CAAC,UAAU;IAKlB,OAAO,CAAC,cAAc;yCAxOX,uBAAuB;2CAAvB,uBAAuB;CA2OnC"}
1
+ {"version":3,"file":"date-time-picker.component.d.ts","sourceRoot":"","sources":["../../../core/date-time-picker/date-time-picker.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,iBAAiB,EAEjB,YAAY,EAGZ,SAAS,EACT,MAAM,EAGP,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,eAAe,EACf,oBAAoB,EAEpB,SAAS,EAGT,gBAAgB,EAChB,SAAS,EAGV,MAAM,gBAAgB,CAAC;AAIxB,OAAO,EAAE,qBAAqB,EAAsB,MAAM,0BAA0B,CAAC;AACrF,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAM7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;;AAOlE,UAAU,kBAAkB;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,MAAM,QAAQ,GAAG,aAAa,GAAG,MAAM,GAAG,WAAW,GAAG,oBAAoB,GAAG,MAAM,CAAC;AAE5F,qBA4Ba,uBACX,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,SAAS;IAgE1E,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,iBAAiB;IA/D3B,OAAO,EAAE,IAAI,CAAC;IAEd,IACI,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzB;IAED,OAAO,EAAE,IAAI,CAAC;IAEd,IACI,QAAQ,CAAC,KAAK,EAAE,MAAM,EAEzB;IAGD,WAAW,EAAE,MAAM,CAAC;IAGpB,eAAe,EAAE,MAAM,CAAC;IAGxB,gBAAgB,UAAS;IAGzB,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;;;OAUG;IAEH,QAAQ,EAAE,QAAQ,CAAiB;IAGnC,MAAM,EAAE,kBAAkB,CAIxB;IAGF,cAAc,EAAE,YAAY,CAAC,WAAW,CAAC,CAAsB;IAE/D,IAAI,EAAE,IAAI,CAAC;IACX,IAAI,EAAE,SAAS,CAAC;IAEhB,kBAAkB,mBAA6B;IAEb,UAAU,EAAE,qBAAqB,CAAC;IAEpE,OAAO,CAAC,aAAa,CAAc;IACnC,OAAO,CAAC,wBAAwB,CAA4C;IAC5E,OAAO,CAAC,QAAQ,CAAgC;gBAGtC,EAAE,EAAE,iBAAiB,EACrB,iBAAiB,EAAE,iBAAiB;IAkB9C,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAY;IAE7C,SAAS,EAAE,MAAM,IAAI,CAAY;IAEjC,QAAQ,IAAI,IAAI;IAShB,WAAW,IAAI,IAAI;IAKnB,eAAe,IAAI,IAAI;IAIvB;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAgB/B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,SAAS,EAAE,GAAG;IAIhC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IAOlC,QAAQ,CAAC,QAAQ,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IAY5D,WAAW;IASX,OAAO;IASP,IAAI,IAAI,IAAI;IAIZ,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAsBzC;;;;OAIG;IACH,OAAO,CAAC,WAAW;IAuCnB,OAAO,CAAC,UAAU;IAKlB,OAAO,CAAC,cAAc;yCArPX,uBAAuB;2CAAvB,uBAAuB;CAwPnC"}
@@ -3,6 +3,9 @@ import { FieldType } from '@ngx-formly/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare const fieldDateTypeConfig: () => EnvironmentProviders;
5
5
  export declare class FieldDate extends FieldType {
6
+ dateInputFormat: string;
7
+ private dateFormatService;
8
+ ngOnInit(): void;
6
9
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldDate, never>;
7
10
  static ɵcmp: i0.ɵɵComponentDeclaration<FieldDate, "c8y-field-date", never, {}, {}, never, never, false, never>;
8
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"date.type.component.d.ts","sourceRoot":"","sources":["../../../../core/dynamic-forms/date/date.type.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,oBAAoB,EAErB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAgB,MAAM,kBAAkB,CAAC;;AAE3D,eAAO,MAAM,mBAAmB,QAAO,oBAUpC,CAAC;AAEJ,qBAKa,SAAU,SAAQ,SAAS;yCAA3B,SAAS;2CAAT,SAAS;CAAqB"}
1
+ {"version":3,"file":"date.type.component.d.ts","sourceRoot":"","sources":["../../../../core/dynamic-forms/date/date.type.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,oBAAoB,EAGrB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAgB,MAAM,kBAAkB,CAAC;;AAG3D,eAAO,MAAM,mBAAmB,QAAO,oBAUpC,CAAC;AAEJ,qBAKa,SAAU,SAAQ,SAAS;IACtC,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,iBAAiB,CAA6B;IAEtD,QAAQ,IAAI,IAAI;yCAJL,SAAS;2CAAT,SAAS;CAOrB"}
@@ -139,7 +139,9 @@ export declare class PluginsService {
139
139
  isOwnedByManagement(app: IApplication): boolean;
140
140
  pluginsFromManifest(manifest: IManifest): ApplicationPlugin[];
141
141
  getReadmeFileContent(baseUrl: string): Promise<string>;
142
- private getReadmeFile;
142
+ getChangelogFileContent(baseUrl: string): Promise<string>;
143
+ getFileContent(baseUrl: string, fileType: 'readme' | 'changelog'): Promise<string>;
144
+ private getFile;
143
145
  private isSelfScopedPlugin;
144
146
  private getSelfScopedPlugins;
145
147
  private getAllPluginsExceptSelfScoped;
@@ -1 +1 @@
1
- {"version":3,"file":"plugins.service.d.ts","sourceRoot":"","sources":["../../../core/plugins/plugins.service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"plugins.service.d.ts","sourceRoot":"","sources":["../../../core/plugins/plugins.service.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
- import { AfterViewInit, EventEmitter } from '@angular/core';
1
+ import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
2
2
  import { DateRangePickerConfig, TimeInterval, TimeIntervalOption } from './time-interval.model';
3
3
  import * as i0 from "@angular/core";
4
- export declare class TimeIntervalComponent implements AfterViewInit {
4
+ export declare class TimeIntervalComponent implements OnInit, AfterViewInit {
5
5
  intvervals: TimeIntervalOption[];
6
6
  CUSTOM: {
7
7
  label: "Custom";
@@ -12,6 +12,8 @@ export declare class TimeIntervalComponent implements AfterViewInit {
12
12
  selectedInterval: TimeIntervalOption;
13
13
  interval: EventEmitter<TimeInterval>;
14
14
  customRange: Date[];
15
+ private dateFormatService;
16
+ ngOnInit(): void;
15
17
  ngAfterViewInit(): void;
16
18
  changeInterval(intervalOption: TimeIntervalOption): void;
17
19
  changeCustomRange(range: Date[]): void;
@@ -1 +1 @@
1
- {"version":3,"file":"time-interval.component.d.ts","sourceRoot":"","sources":["../../../core/time-interval/time-interval.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AAItF,OAAO,EAEL,qBAAqB,EAGrB,YAAY,EACZ,kBAAkB,EACnB,MAAM,uBAAuB,CAAC;;AAE/B,qBAMa,qBAAsB,YAAW,aAAa;IACzD,UAAU,uBAAoB;IAC9B,MAAM;;MAAU;IAGhB,aAAa,EAAE,IAAI,CAAC;IAGpB,aAAa,EAAE,IAAI,CAAC;IAGpB,qBAAqB,EAAE,qBAAqB,CAAC;IAG7C,gBAAgB,EAAE,kBAAkB,CAAa;IAGjD,QAAQ,EAAE,YAAY,CAAC,YAAY,CAAC,CAAsB;IAE1D,WAAW,EAAE,IAAI,EAAE,CAAC;IAEpB,eAAe,IAAI,IAAI;IAIvB,cAAc,CAAC,cAAc,EAAE,kBAAkB;IAWjD,iBAAiB,CAAC,KAAK,EAAE,IAAI,EAAE;IAI/B,MAAM;IAQN,OAAO,CAAC,UAAU;IAMlB,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,OAAO;IASf,OAAO,CAAC,YAAY;yCA1ET,qBAAqB;2CAArB,qBAAqB;CAgFjC"}
1
+ {"version":3,"file":"time-interval.component.d.ts","sourceRoot":"","sources":["../../../core/time-interval/time-interval.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,YAAY,EAGZ,MAAM,EAEP,MAAM,eAAe,CAAC;AAIvB,OAAO,EAEL,qBAAqB,EAGrB,YAAY,EACZ,kBAAkB,EACnB,MAAM,uBAAuB,CAAC;;AAG/B,qBAMa,qBAAsB,YAAW,MAAM,EAAE,aAAa;IACjE,UAAU,uBAAoB;IAC9B,MAAM;;MAAU;IAGhB,aAAa,EAAE,IAAI,CAAC;IAGpB,aAAa,EAAE,IAAI,CAAC;IAGpB,qBAAqB,EAAE,qBAAqB,CAAC;IAG7C,gBAAgB,EAAE,kBAAkB,CAAa;IAGjD,QAAQ,EAAE,YAAY,CAAC,YAAY,CAAC,CAAsB;IAE1D,WAAW,EAAE,IAAI,EAAE,CAAC;IAEpB,OAAO,CAAC,iBAAiB,CAA6B;IAEtD,QAAQ,IAAI,IAAI;IAMhB,eAAe,IAAI,IAAI;IAIvB,cAAc,CAAC,cAAc,EAAE,kBAAkB;IAWjD,iBAAiB,CAAC,KAAK,EAAE,IAAI,EAAE;IAI/B,MAAM;IAQN,OAAO,CAAC,UAAU;IAMlB,OAAO,CAAC,eAAe;IAWvB,OAAO,CAAC,OAAO;IASf,OAAO,CAAC,YAAY;yCAlFT,qBAAqB;2CAArB,qBAAqB;CAwFjC"}
@@ -31,9 +31,10 @@ import * as i29 from "@c8y/ngx-components/ecosystem/license-confirm";
31
31
  import * as i30 from "@c8y/ngx-components/icon-selector";
32
32
  import * as i31 from "@angular/cdk/a11y";
33
33
  import * as i32 from "@c8y/ngx-components/ecosystem/archived-confirm";
34
+ import * as i33 from "./packages/package-changelog-tab/package-changelog-tab.component";
34
35
  export declare class EcosystemModule {
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<EcosystemModule, never>;
36
- static ɵmod: i0.ɵɵNgModuleDeclaration<EcosystemModule, [typeof i1.ApplicationListComponent, typeof i2.MicroserviceListComponent, typeof i3.ApplicationPropertiesComponent, typeof i4.AddMicroserviceComponent, typeof i5.ActivityLogComponent, typeof i6.AddWebApplicationComponent, typeof i7.AddExternalApplicationComponent, typeof i8.InstallFromPackageComponent, typeof i9.PackagesListComponent, typeof i10.PackageDetailsComponent, typeof i11.DeployApplicationComponent, typeof i12.AddPackageComponent, typeof i13.FeatureListComponent, typeof i14.PackageVersionsComponent, typeof i15.PackageVersionsPluginsComponent, typeof i16.PackageVersionsAppsComponent, typeof i17.PackageContentsComponent, typeof i18.PackageVersionsListComponent, typeof i19.SubscriptionModalComponent, typeof i20.UpdateApplicationModalComponent], [typeof i21.CoreModule, typeof i22.BsDropdownModule, typeof i23.TooltipModule, typeof i21.FormsModule, typeof i24.ReactiveFormsModule, typeof i25.RouterModule, typeof i26.PopoverModule, typeof i27.ApplicationPluginsModule, typeof i28.SharedEcosystemModule, typeof i29.LicenseConfirmModule, typeof i30.IconSelectorModule, typeof i31.A11yModule, typeof i32.ArchivedConfirmModule], [typeof i3.ApplicationPropertiesComponent, typeof i20.UpdateApplicationModalComponent]>;
37
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EcosystemModule, [typeof i1.ApplicationListComponent, typeof i2.MicroserviceListComponent, typeof i3.ApplicationPropertiesComponent, typeof i4.AddMicroserviceComponent, typeof i5.ActivityLogComponent, typeof i6.AddWebApplicationComponent, typeof i7.AddExternalApplicationComponent, typeof i8.InstallFromPackageComponent, typeof i9.PackagesListComponent, typeof i10.PackageDetailsComponent, typeof i11.DeployApplicationComponent, typeof i12.AddPackageComponent, typeof i13.FeatureListComponent, typeof i14.PackageVersionsComponent, typeof i15.PackageVersionsPluginsComponent, typeof i16.PackageVersionsAppsComponent, typeof i17.PackageContentsComponent, typeof i18.PackageVersionsListComponent, typeof i19.SubscriptionModalComponent, typeof i20.UpdateApplicationModalComponent], [typeof i21.CoreModule, typeof i22.BsDropdownModule, typeof i23.TooltipModule, typeof i21.FormsModule, typeof i24.ReactiveFormsModule, typeof i25.RouterModule, typeof i26.PopoverModule, typeof i27.ApplicationPluginsModule, typeof i28.SharedEcosystemModule, typeof i29.LicenseConfirmModule, typeof i30.IconSelectorModule, typeof i31.A11yModule, typeof i32.ArchivedConfirmModule, typeof i33.PackageChangelogTabComponent], [typeof i3.ApplicationPropertiesComponent, typeof i20.UpdateApplicationModalComponent]>;
37
38
  static ɵinj: i0.ɵɵInjectorDeclaration<EcosystemModule>;
38
39
  }
39
40
  //# sourceMappingURL=ecosystem.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ecosystem.module.d.ts","sourceRoot":"","sources":["../../ecosystem/ecosystem.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwIA,qBAkFa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
1
+ {"version":3,"file":"ecosystem.module.d.ts","sourceRoot":"","sources":["../../ecosystem/ecosystem.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmJA,qBAoFa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}