@o3r/styling 12.1.0-prerelease.21 → 12.1.0-prerelease.22

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.
@@ -1,4 +1,4 @@
1
1
  import type { StylingMigrationMetadataCheckBuilderSchema } from './schema';
2
- declare const _default: import("@angular-devkit/architect/src/internal").Builder<StylingMigrationMetadataCheckBuilderSchema & import("@angular-devkit/core").JsonObject>;
2
+ declare const _default: import("@angular-devkit/architect").Builder<StylingMigrationMetadataCheckBuilderSchema & import("@angular-devkit/core").JsonObject>;
3
3
  export default _default;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import type { StyleExtractorBuilderSchema } from './schema';
2
2
  export type * from './schema';
3
- declare const _default: import("@angular-devkit/architect/src/internal").Builder<StyleExtractorBuilderSchema & import("@angular-devkit/core").JsonObject>;
3
+ declare const _default: import("@angular-devkit/architect").Builder<StyleExtractorBuilderSchema & import("@angular-devkit/core").JsonObject>;
4
4
  export default _default;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../builders/style-extractor/index.ts"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EACV,2BAA2B,EAC5B,MAAM,UAAU,CAAC;AAKlB,mBAAmB,UAAU,CAAC;;AAW9B,wBA2MI"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../builders/style-extractor/index.ts"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EACV,2BAA2B,EAC5B,MAAM,UAAU,CAAC;AAKlB,mBAAmB,UAAU,CAAC;;AAW9B,wBA6MI"}
@@ -155,7 +155,9 @@ exports.default = (0, architect_1.createBuilder)((0, extractors_1.createBuilderW
155
155
  /** Libraries Metadata files watcher */
156
156
  const metadataWatcher = chokidar.watch(libMetadataFiles);
157
157
  let currentProcess = execute(getAllFiles(), cacheMetadata)
158
- .then(() => currentProcess = undefined);
158
+ .then(() => {
159
+ currentProcess = undefined;
160
+ });
159
161
  metadataWatcher
160
162
  .on('all', async (eventName, filePath) => {
161
163
  if (currentProcess) {
@@ -45,10 +45,10 @@ class OtterStylingDevtools {
45
45
  }, [])
46
46
  .forEach((varName) => style.removeProperty(varName));
47
47
  }
48
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: OtterStylingDevtools, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
49
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: OtterStylingDevtools }); }
48
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: OtterStylingDevtools, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
49
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: OtterStylingDevtools }); }
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: OtterStylingDevtools, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: OtterStylingDevtools, decorators: [{
52
52
  type: Injectable
53
53
  }] });
54
54
 
@@ -176,10 +176,10 @@ class StylingDevtoolsMessageService {
176
176
  activate() {
177
177
  fromEvent(window, 'message').pipe(takeUntilDestroyed(this.destroyRef), filterMessageContent(isStylingMessage)).subscribe((e) => this.handleEvents(e));
178
178
  }
179
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: StylingDevtoolsMessageService, deps: [{ token: i1.LoggerService }, { token: OtterStylingDevtools }, { token: OTTER_STYLING_DEVTOOLS_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
180
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: StylingDevtoolsMessageService }); }
179
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: StylingDevtoolsMessageService, deps: [{ token: i1.LoggerService }, { token: OtterStylingDevtools }, { token: OTTER_STYLING_DEVTOOLS_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
180
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: StylingDevtoolsMessageService }); }
181
181
  }
182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: StylingDevtoolsMessageService, decorators: [{
182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: StylingDevtoolsMessageService, decorators: [{
183
183
  type: Injectable
184
184
  }], ctorParameters: () => [{ type: i1.LoggerService }, { type: OtterStylingDevtools }, { type: undefined, decorators: [{
185
185
  type: Optional
@@ -203,15 +203,15 @@ class StylingDevtoolsModule {
203
203
  ]
204
204
  };
205
205
  }
206
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: StylingDevtoolsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
207
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.7", ngImport: i0, type: StylingDevtoolsModule }); }
208
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: StylingDevtoolsModule, providers: [
206
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: StylingDevtoolsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
207
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: StylingDevtoolsModule }); }
208
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: StylingDevtoolsModule, providers: [
209
209
  { provide: OTTER_STYLING_DEVTOOLS_OPTIONS, useValue: OTTER_STYLING_DEVTOOLS_DEFAULT_OPTIONS },
210
210
  StylingDevtoolsMessageService,
211
211
  OtterStylingDevtools
212
212
  ] }); }
213
213
  }
214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.7", ngImport: i0, type: StylingDevtoolsModule, decorators: [{
214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: StylingDevtoolsModule, decorators: [{
215
215
  type: NgModule,
216
216
  args: [{
217
217
  providers: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/styling",
3
- "version": "12.1.0-prerelease.21",
3
+ "version": "12.1.0-prerelease.22",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -31,18 +31,18 @@
31
31
  }
32
32
  },
33
33
  "peerDependencies": {
34
- "@angular-devkit/architect": "^0.1900.0",
34
+ "@angular-devkit/architect": ">=0.1900.0 <0.2000.0-0",
35
35
  "@angular-devkit/core": "^19.0.0",
36
36
  "@angular-devkit/schematics": "^19.0.0",
37
37
  "@angular/cdk": "^19.0.0",
38
38
  "@angular/common": "^19.0.0",
39
39
  "@angular/core": "^19.0.0",
40
40
  "@angular/material": "^19.0.0",
41
- "@o3r/core": "^12.1.0-prerelease.21",
42
- "@o3r/dynamic-content": "^12.1.0-prerelease.21",
43
- "@o3r/extractors": "^12.1.0-prerelease.21",
44
- "@o3r/logger": "^12.1.0-prerelease.21",
45
- "@o3r/schematics": "^12.1.0-prerelease.21",
41
+ "@o3r/core": "^12.1.0-prerelease.22",
42
+ "@o3r/dynamic-content": "^12.1.0-prerelease.22",
43
+ "@o3r/extractors": "^12.1.0-prerelease.22",
44
+ "@o3r/logger": "^12.1.0-prerelease.22",
45
+ "@o3r/schematics": "^12.1.0-prerelease.22",
46
46
  "@schematics/angular": "^19.0.0",
47
47
  "@yarnpkg/cli": "^4.3.1",
48
48
  "@yarnpkg/core": "^4.1.1",