@siemens/element-ng 48.0.0-next.8 → 48.0.0-next.9

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.
@@ -0,0 +1,46 @@
1
+ import * as i0 from '@angular/core';
2
+ import { NgModule } from '@angular/core';
3
+ import { SiStatusCounterComponent } from '@siemens/element-ng/status-counter';
4
+
5
+ /**
6
+ * Copyright (c) Siemens 2016 - 2025
7
+ * SPDX-License-Identifier: MIT
8
+ */
9
+ /**
10
+ * @deprecated Using `SiIconStatusModule` and `SiIconStatusComponent` is deprecated. Instead
11
+ * use `SiStatusCounterComponent` and `si-status-counter`.
12
+ */
13
+ class SiIconStatusModule {
14
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SiIconStatusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.6", ngImport: i0, type: SiIconStatusModule, imports: [SiStatusCounterComponent], exports: [SiStatusCounterComponent] });
16
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SiIconStatusModule, imports: [SiStatusCounterComponent] });
17
+ }
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SiIconStatusModule, decorators: [{
19
+ type: NgModule,
20
+ args: [{
21
+ imports: [SiStatusCounterComponent],
22
+ exports: [SiStatusCounterComponent]
23
+ }]
24
+ }] });
25
+
26
+ /**
27
+ * Copyright (c) Siemens 2016 - 2025
28
+ * SPDX-License-Identifier: MIT
29
+ */
30
+ /**
31
+ * @deprecated Using `SiIconStatusComponent` is deprecated. Use `SiStatusCounterComponent` instead.
32
+ */
33
+ // eslint-disable-next-line @typescript-eslint/naming-convention
34
+ const SiIconStatusComponent = SiStatusCounterComponent;
35
+
36
+ /**
37
+ * Copyright (c) Siemens 2016 - 2025
38
+ * SPDX-License-Identifier: MIT
39
+ */
40
+
41
+ /**
42
+ * Generated bundle index. Do not edit.
43
+ */
44
+
45
+ export { SiIconStatusComponent, SiIconStatusModule };
46
+ //# sourceMappingURL=siemens-element-ng-icon-status.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"siemens-element-ng-icon-status.mjs","sources":["../../../../projects/element-ng/icon-status/si-icon-status.module.ts","../../../../projects/element-ng/icon-status/si-icon-status.component.ts","../../../../projects/element-ng/icon-status/index.ts","../../../../projects/element-ng/icon-status/siemens-element-ng-icon-status.ts"],"sourcesContent":["/**\n * Copyright (c) Siemens 2016 - 2025\n * SPDX-License-Identifier: MIT\n */\nimport { NgModule } from '@angular/core';\nimport { SiStatusCounterComponent } from '@siemens/element-ng/status-counter';\n\n/**\n * @deprecated Using `SiIconStatusModule` and `SiIconStatusComponent` is deprecated. Instead\n * use `SiStatusCounterComponent` and `si-status-counter`.\n */\n@NgModule({\n imports: [SiStatusCounterComponent],\n exports: [SiStatusCounterComponent]\n})\nexport class SiIconStatusModule {}\n","/**\n * Copyright (c) Siemens 2016 - 2025\n * SPDX-License-Identifier: MIT\n */\nimport { SiStatusCounterComponent } from '@siemens/element-ng/status-counter';\n\n/**\n * @deprecated Using `SiIconStatusComponent` is deprecated. Use `SiStatusCounterComponent` instead.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const SiIconStatusComponent = SiStatusCounterComponent;\n","/**\n * Copyright (c) Siemens 2016 - 2025\n * SPDX-License-Identifier: MIT\n */\nexport * from './si-icon-status.module';\nexport * from './si-icon-status.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAAA;;;AAGG;AAIH;;;AAGG;MAKU,kBAAkB,CAAA;uGAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;wGAAlB,kBAAkB,EAAA,OAAA,EAAA,CAHnB,wBAAwB,CAAA,EAAA,OAAA,EAAA,CACxB,wBAAwB,CAAA,EAAA,CAAA;AAEvB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,YAHnB,wBAAwB,CAAA,EAAA,CAAA;;2FAGvB,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAJ9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,wBAAwB,CAAC;oBACnC,OAAO,EAAE,CAAC,wBAAwB;AACnC,iBAAA;;;ACdD;;;AAGG;AAGH;;AAEG;AACH;AACO,MAAM,qBAAqB,GAAG;;ACVrC;;;AAGG;;ACHH;;AAEG;;;;"}
@@ -0,0 +1,25 @@
1
+ import * as i0 from '@angular/core';
2
+ import * as i1 from '@siemens/element-ng/status-counter';
3
+ import { SiStatusCounterComponent } from '@siemens/element-ng/status-counter';
4
+
5
+ /**
6
+ * @deprecated Using `SiIconStatusModule` and `SiIconStatusComponent` is deprecated. Instead
7
+ * use `SiStatusCounterComponent` and `si-status-counter`.
8
+ */
9
+ declare class SiIconStatusModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SiIconStatusModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SiIconStatusModule, never, [typeof i1.SiStatusCounterComponent], [typeof i1.SiStatusCounterComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<SiIconStatusModule>;
13
+ }
14
+
15
+ /**
16
+ * Copyright (c) Siemens 2016 - 2025
17
+ * SPDX-License-Identifier: MIT
18
+ */
19
+
20
+ /**
21
+ * @deprecated Using `SiIconStatusComponent` is deprecated. Use `SiStatusCounterComponent` instead.
22
+ */
23
+ declare const SiIconStatusComponent: typeof SiStatusCounterComponent;
24
+
25
+ export { SiIconStatusComponent, SiIconStatusModule };
@@ -0,0 +1,3 @@
1
+ {
2
+ "module": "../fesm2022/siemens-element-ng-icon-status.mjs"
3
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@siemens/element-ng",
3
3
  "description": "Element Angular component library, implementing the Siemens Design Language",
4
- "version": "48.0.0-next.8",
4
+ "version": "48.0.0-next.9",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -26,8 +26,8 @@
26
26
  "@angular/router": "20",
27
27
  "@ngx-formly/bootstrap": "^6.2.2",
28
28
  "@ngx-formly/core": "^6.2.2",
29
- "@siemens/element-translate-ng": "48.0.0-next.8",
30
- "@siemens/element-theme": "48.0.0-next.8",
29
+ "@siemens/element-translate-ng": "48.0.0-next.9",
30
+ "@siemens/element-theme": "48.0.0-next.9",
31
31
  "@siemens/ngx-datatable": "22 - 24",
32
32
  "flag-icons": "^7.3.2",
33
33
  "google-libphonenumber": "^3.2.40",
@@ -195,6 +195,10 @@
195
195
  "types": "./icon/index.d.ts",
196
196
  "default": "./fesm2022/siemens-element-ng-icon.mjs"
197
197
  },
198
+ "./icon-status": {
199
+ "types": "./icon-status/index.d.ts",
200
+ "default": "./fesm2022/siemens-element-ng-icon-status.mjs"
201
+ },
198
202
  "./info-page": {
199
203
  "types": "./info-page/index.d.ts",
200
204
  "default": "./fesm2022/siemens-element-ng-info-page.mjs"