@elite.framework/ng.core 2.0.23 → 2.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/models/index.d.ts CHANGED
@@ -131,12 +131,12 @@ interface Root {
131
131
  disableProjectNameInTitle?: boolean;
132
132
  }
133
133
  type ExtractFromOutput<T extends EventEmitter<any> | Subject<any>> = T extends EventEmitter<infer X> ? X : T extends Subject<infer Y> ? Y : never;
134
- declare const enum eLayoutType {
134
+ declare enum eLayoutType {
135
135
  account = "account",
136
136
  application = "application",
137
137
  empty = "empty"
138
138
  }
139
- declare const enum eThemeSharedComponents {
139
+ declare enum eThemeSharedComponents {
140
140
  ApplicationLayoutComponent = "Theme.ApplicationLayoutComponent",
141
141
  AccountLayoutComponent = "Theme.AccountLayoutComponent",
142
142
  EmptyLayoutComponent = "Theme.EmptyLayoutComponent"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elite.framework/ng.core",
3
- "version": "2.0.23",
3
+ "version": "2.0.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"
@@ -20,6 +20,10 @@
20
20
  "types": "./abstracts/index.d.ts",
21
21
  "default": "./fesm2022/elite.framework-ng.core-abstracts.mjs"
22
22
  },
23
+ "./components": {
24
+ "types": "./components/index.d.ts",
25
+ "default": "./fesm2022/elite.framework-ng.core-components.mjs"
26
+ },
23
27
  "./constants": {
24
28
  "types": "./constants/index.d.ts",
25
29
  "default": "./fesm2022/elite.framework-ng.core-constants.mjs"