@fundamental-ngx/ui5-webcomponents 0.64.1-rc.10 → 0.64.1-rc.12

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,16 @@
1
+ import { provideEnvironmentInitializer, inject } from '@angular/core';
2
+ import { Ui5WebcomponentsMainThemingService } from '@fundamental-ngx/ui5-webcomponents/theming';
3
+ export { Ui5WebcomponentsMainThemingService } from '@fundamental-ngx/ui5-webcomponents/theming';
4
+
5
+ function provideUi5Webcomponents() {
6
+ return provideEnvironmentInitializer(() => {
7
+ inject(Ui5WebcomponentsMainThemingService);
8
+ });
9
+ }
10
+
11
+ /**
12
+ * Generated bundle index. Do not edit.
13
+ */
14
+
15
+ export { provideUi5Webcomponents };
16
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-theming-bridge.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-theming-bridge.mjs","sources":["../../../../libs/ui5-webcomponents/theming-bridge/index.ts","../../../../libs/ui5-webcomponents/theming-bridge/fundamental-ngx-ui5-webcomponents-theming-bridge.ts"],"sourcesContent":["import { EnvironmentProviders, inject, provideEnvironmentInitializer } from '@angular/core';\nimport { Ui5WebcomponentsMainThemingService } from '@fundamental-ngx/ui5-webcomponents/theming';\n\nexport { Ui5WebcomponentsMainThemingService };\n\nexport function provideUi5Webcomponents(): EnvironmentProviders {\n return provideEnvironmentInitializer(() => {\n inject(Ui5WebcomponentsMainThemingService);\n });\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;SAKgB,uBAAuB,GAAA;IACnC,OAAO,6BAA6B,CAAC,MAAK;QACtC,MAAM,CAAC,kCAAkC,CAAC;AAC9C,IAAA,CAAC,CAAC;AACN;;ACTA;;AAEG;;;;"}
@@ -5,7 +5,7 @@ import { WebcomponentsThemingProvider } from '@fundamental-ngx/ui5-webcomponents
5
5
  class Ui5WebcomponentsMainThemingService extends WebcomponentsThemingProvider {
6
6
  constructor() {
7
7
  super(() => import('@ui5/webcomponents/dist/generated/json-imports/Themes.js'));
8
- this.name = 'ui-5-webcomponents--theming-service';
8
+ this.name = 'ui5-webcomponents-theming-service';
9
9
  }
10
10
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: Ui5WebcomponentsMainThemingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
11
11
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: Ui5WebcomponentsMainThemingService, providedIn: 'root' }); }
@@ -1 +1 @@
1
- {"version":3,"file":"fundamental-ngx-ui5-webcomponents-theming.mjs","sources":["../../../../libs/ui5-webcomponents/theming/index.ts","../../../../libs/ui5-webcomponents/theming/fundamental-ngx-ui5-webcomponents-theming.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\nimport { WebcomponentsThemingProvider } from '@fundamental-ngx/ui5-webcomponents-base/theming';\n\n@Injectable({ providedIn: 'root' })\nclass Ui5WebcomponentsMainThemingService extends WebcomponentsThemingProvider {\n name = 'ui-5-webcomponents--theming-service';\n constructor() {\n super(\n () => import('@ui5/webcomponents/dist/generated/json-imports/Themes.js'),\n );\n }\n}\n\nexport { Ui5WebcomponentsMainThemingService };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAGA,MACM,kCAAmC,SAAQ,4BAA4B,CAAA;AAE3E,IAAA,WAAA,GAAA;QACE,KAAK,CACH,MAAM,OAAO,0DAA0D,CAAC,CACzE;QAJH,IAAA,CAAA,IAAI,GAAG,qCAAqC;IAK5C;8GANI,kCAAkC,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;AAAlC,IAAA,SAAA,IAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kCAAkC,cADd,MAAM,EAAA,CAAA,CAAA;;2FAC1B,kCAAkC,EAAA,UAAA,EAAA,CAAA;kBADvC,UAAU;mBAAC,EAAE,UAAU,EAAE,MAAM,EAAE;;;ACHlC;;AAEG;;;;"}
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-theming.mjs","sources":["../../../../libs/ui5-webcomponents/theming/index.ts","../../../../libs/ui5-webcomponents/theming/fundamental-ngx-ui5-webcomponents-theming.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\nimport { WebcomponentsThemingProvider } from '@fundamental-ngx/ui5-webcomponents-base/theming';\n\n@Injectable({ providedIn: 'root' })\nclass Ui5WebcomponentsMainThemingService extends WebcomponentsThemingProvider {\n name = 'ui5-webcomponents-theming-service';\n constructor() {\n super(\n () => import('@ui5/webcomponents/dist/generated/json-imports/Themes.js'),\n );\n }\n}\n\nexport { Ui5WebcomponentsMainThemingService };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAGA,MACM,kCAAmC,SAAQ,4BAA4B,CAAA;AAE3E,IAAA,WAAA,GAAA;QACE,KAAK,CACH,MAAM,OAAO,0DAA0D,CAAC,CACzE;QAJH,IAAA,CAAA,IAAI,GAAG,mCAAmC;IAK1C;8GANI,kCAAkC,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;AAAlC,IAAA,SAAA,IAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kCAAkC,cADd,MAAM,EAAA,CAAA,CAAA;;2FAC1B,kCAAkC,EAAA,UAAA,EAAA,CAAA;kBADvC,UAAU;mBAAC,EAAE,UAAU,EAAE,MAAM,EAAE;;;ACHlC;;AAEG;;;;"}
@@ -20245,7 +20245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImpor
20245
20245
  class Ui5WebcomponentsMainThemingService extends WebcomponentsThemingProvider {
20246
20246
  constructor() {
20247
20247
  super(() => import('@ui5/webcomponents/dist/generated/json-imports/Themes.js'));
20248
- this.name = 'ui-5-webcomponents--theming-service';
20248
+ this.name = 'ui5-webcomponents-theming-service';
20249
20249
  }
20250
20250
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: Ui5WebcomponentsMainThemingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
20251
20251
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: Ui5WebcomponentsMainThemingService, providedIn: 'root' }); }