@o3r/forms 13.5.0-prerelease.9 → 13.5.0-rc.1

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.
@@ -232,13 +232,13 @@ class FormErrorMessagesStoreModule {
232
232
  ]
233
233
  };
234
234
  }
235
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: FormErrorMessagesStoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
236
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: FormErrorMessagesStoreModule, imports: [i1.StoreFeatureModule] }); }
237
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: FormErrorMessagesStoreModule, providers: [
235
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: FormErrorMessagesStoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
236
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: FormErrorMessagesStoreModule, imports: [i1.StoreFeatureModule] }); }
237
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: FormErrorMessagesStoreModule, providers: [
238
238
  { provide: FORM_ERROR_MESSAGES_REDUCER_TOKEN, useFactory: getDefaultFormErrorMessagesReducer }
239
239
  ], imports: [StoreModule.forFeature(FORM_ERROR_MESSAGES_STORE_NAME, FORM_ERROR_MESSAGES_REDUCER_TOKEN)] }); }
240
240
  }
241
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: FormErrorMessagesStoreModule, decorators: [{
241
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: FormErrorMessagesStoreModule, decorators: [{
242
242
  type: NgModule,
243
243
  args: [{
244
244
  imports: [
@@ -311,8 +311,8 @@ class MaxDateValidator {
311
311
  };
312
312
  return result;
313
313
  }
314
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: MaxDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
315
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.13", type: MaxDateValidator, isStandalone: true, selector: "[maxdate][formControlName],[maxdate][formControl],[maxdate][ngModel]", inputs: { maxdate: "maxdate" }, providers: [
314
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MaxDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
315
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MaxDateValidator, isStandalone: true, selector: "[maxdate][formControlName],[maxdate][formControl],[maxdate][ngModel]", inputs: { maxdate: "maxdate" }, providers: [
316
316
  {
317
317
  provide: NG_VALIDATORS,
318
318
  useExisting: forwardRef((() => MaxDateValidator)),
@@ -320,7 +320,7 @@ class MaxDateValidator {
320
320
  }
321
321
  ], usesOnChanges: true, ngImport: i0 }); }
322
322
  }
323
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: MaxDateValidator, decorators: [{
323
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MaxDateValidator, decorators: [{
324
324
  type: Directive,
325
325
  args: [{
326
326
  selector: '[maxdate][formControlName],[maxdate][formControl],[maxdate][ngModel]',
@@ -381,8 +381,8 @@ class MinDateValidator {
381
381
  };
382
382
  return result;
383
383
  }
384
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: MinDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
385
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.13", type: MinDateValidator, isStandalone: true, selector: "[mindate][formControlName],[mindate][formControl],[mindate][ngModel]", inputs: { mindate: "mindate" }, providers: [
384
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MinDateValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
385
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MinDateValidator, isStandalone: true, selector: "[mindate][formControlName],[mindate][formControl],[mindate][ngModel]", inputs: { mindate: "mindate" }, providers: [
386
386
  {
387
387
  provide: NG_VALIDATORS,
388
388
  useExisting: forwardRef((() => MinDateValidator)),
@@ -390,7 +390,7 @@ class MinDateValidator {
390
390
  }
391
391
  ], usesOnChanges: true, ngImport: i0 }); }
392
392
  }
393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: MinDateValidator, decorators: [{
393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MinDateValidator, decorators: [{
394
394
  type: Directive,
395
395
  args: [{
396
396
  selector: '[mindate][formControlName],[mindate][formControl],[mindate][ngModel]',
@@ -410,11 +410,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
410
410
  * @deprecated MaxDateValidator and MinDateValidator are now standalone, this module will be removed in v14
411
411
  */
412
412
  class DateValidatorsModule {
413
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DateValidatorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
414
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: DateValidatorsModule, imports: [CommonModule, MaxDateValidator, MinDateValidator], exports: [MaxDateValidator, MinDateValidator] }); }
415
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DateValidatorsModule, imports: [CommonModule] }); }
413
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DateValidatorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
414
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: DateValidatorsModule, imports: [CommonModule, MaxDateValidator, MinDateValidator], exports: [MaxDateValidator, MinDateValidator] }); }
415
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DateValidatorsModule, imports: [CommonModule] }); }
416
416
  }
417
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DateValidatorsModule, decorators: [{
417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: DateValidatorsModule, decorators: [{
418
418
  type: NgModule,
419
419
  args: [{
420
420
  imports: [CommonModule, MaxDateValidator, MinDateValidator],
@@ -456,8 +456,8 @@ class MaxValidator {
456
456
  registerOnValidatorChange(fn) {
457
457
  this.onChange = fn;
458
458
  }
459
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
460
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.13", type: MaxValidator, isStandalone: true, selector: "[max][formControlName],[max][formControl],[max][ngModel]", inputs: { max: "max" }, host: { properties: { "attr.max": "max ? max : null" } }, providers: [
459
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MaxValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
460
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MaxValidator, isStandalone: true, selector: "[max][formControlName],[max][formControl],[max][ngModel]", inputs: { max: "max" }, host: { properties: { "attr.max": "max ? max : null" } }, providers: [
461
461
  {
462
462
  provide: NG_VALIDATORS,
463
463
  useExisting: forwardRef((() => MaxValidator)),
@@ -465,7 +465,7 @@ class MaxValidator {
465
465
  }
466
466
  ], usesOnChanges: true, ngImport: i0 }); }
467
467
  }
468
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: MaxValidator, decorators: [{
468
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MaxValidator, decorators: [{
469
469
  type: Directive,
470
470
  args: [{
471
471
  selector: '[max][formControlName],[max][formControl],[max][ngModel]',
@@ -516,8 +516,8 @@ class MinValidator {
516
516
  registerOnValidatorChange(fn) {
517
517
  this.onChange = fn;
518
518
  }
519
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
520
- /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.13", type: MinValidator, isStandalone: true, selector: "[min][formControlName],[min][formControl],[min][ngModel]", inputs: { min: "min" }, host: { properties: { "attr.min": "min ? min : null" } }, providers: [
519
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MinValidator, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
520
+ /** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: MinValidator, isStandalone: true, selector: "[min][formControlName],[min][formControl],[min][ngModel]", inputs: { min: "min" }, host: { properties: { "attr.min": "min ? min : null" } }, providers: [
521
521
  {
522
522
  provide: NG_VALIDATORS,
523
523
  useExisting: forwardRef((() => MinValidator)),
@@ -525,7 +525,7 @@ class MinValidator {
525
525
  }
526
526
  ], usesOnChanges: true, ngImport: i0 }); }
527
527
  }
528
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: MinValidator, decorators: [{
528
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: MinValidator, decorators: [{
529
529
  type: Directive,
530
530
  args: [{
531
531
  selector: '[min][formControlName],[min][formControl],[min][ngModel]',
@@ -546,11 +546,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
546
546
  * @deprecated MaxValidator and MinValidator are now standalone, this module will be removed in v14
547
547
  */
548
548
  class NumberValidatorsModule {
549
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: NumberValidatorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
550
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: NumberValidatorsModule, imports: [CommonModule, MaxValidator, MinValidator], exports: [MaxValidator, MinValidator] }); }
551
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: NumberValidatorsModule, imports: [CommonModule] }); }
549
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberValidatorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
550
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: NumberValidatorsModule, imports: [CommonModule, MaxValidator, MinValidator], exports: [MaxValidator, MinValidator] }); }
551
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberValidatorsModule, imports: [CommonModule] }); }
552
552
  }
553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: NumberValidatorsModule, decorators: [{
553
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: NumberValidatorsModule, decorators: [{
554
554
  type: NgModule,
555
555
  args: [{
556
556
  imports: [CommonModule, MaxValidator, MinValidator],
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sources":["../src/annotations/async-input.ts","../src/core/errors.ts","../src/core/custom-validation.ts","../src/core/extended-validator.ts","../src/core/flat-errors.ts","../src/core/helpers.ts","../src/core/submit.ts","../src/stores/form-error-messages/form-error-messages.actions.ts","../src/stores/form-error-messages/form-error-messages.state.ts","../src/stores/form-error-messages/form-error-messages-module.ts","../src/stores/form-error-messages/form-error-messages.reducer.ts","../src/stores/form-error-messages/form-error-messages.selectors.ts","../src/validators/date/max-date-validator.ts","../src/validators/date/min-date-validator.ts","../src/validators/date/date-validators-module.ts","../src/validators/number/max-validator.ts","../src/validators/number/min-validator.ts","../src/validators/number/number-validators-module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;AAQA;;;;;;;;;;;;AAYG;AAEH;;ACtBA;;AAEE;;;;;;AAMG;;AAGH;;;;;;;AAOG;;;AAIH;AAAsB;;AAEtB;;;;;;;;;;;AAWG;AACH;AAAoB;;AAEpB;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;;AAEJ;AAED;;;;;;AAOC;AAED;;;;;;AAOC;;ACjED;;AAEG;;;;AAIF;AAED;AACM;AAEN;AACM;AAEN;AACM;AAAqC;;AAE3C;AACM;AAA0C;;AAEhD;AACM;;AAEJ;;;AAGD;AAED;;AAEG;AACG;;AAEJ;;;AAGD;;ACvCD;AACE;;AAEG;AACH;AAEA;;;AAGG;AACI;AAKR;;ACfD;;;;;;;;AAQC;AAED;;;;AAIG;;AAED;;;AAGG;;;AAGH;;;AAGD;;ACtBD;;;AAGG;AACH;AAIA;;;AAGG;AACH;AAaA;;;AAGG;AACH;AA+BA;;;AAGG;AACH;;ACnEA;;AAEG;;AAED;;;AAGG;AACH;AAEA;;AAEG;;AAEJ;;ACDD;;;;AAIC;AAED;;AAEG;AACH;AAEA;;AAEG;AACH;AAEA;;AAEG;AACH;AAEA;;AAEG;AACH;AAEA;;AAEG;AACH;;AC1CA;;AAEG;AACG;AAEL;AAED;;AAEG;;AAC2E;AAE9E;;AAEG;AACH;AAEA;;AAEG;;;AAGD;AACD;;ACZD;AACA;AAEA;AACA;AAIA;AASgB;;;;AAQf;;AC3BD;;AAEG;AACH;AAIA;;AAEG;AACH;AAEA;;AAEG;AACH;AAYA;;AAEG;AACH;;AC5BA;AACA;AAEA;AACA;AAEA;AACA;AAEA;AACA;AAEA;AACA;AAEA;AACA;AAKA;AACA;;ACtBA;;;;AAIG;AACH;;AAYkB;;;AAKhB;;AAKO;;AAWA;;AAKA;AAIP;;;AAGG;;;;AAYJ;;AC9DD;;;;AAIG;AACH;;AAYkB;;;AAKhB;;AAKO;;AAWA;;AAKA;AAIP;;;AAGG;;;;AAYJ;;ACnED;;AAEG;AACH;;;;AAIoC;;ACJpC;;;;AAIG;AACH;;AAakB;;;AAKhB;;AAOO;;AAWA;;AAKA;;;AAGR;;ACjDD;;;;AAIG;AACH;;AAakB;;;AAKhB;;AAOO;;AAWA;;AAKA;;;AAGR;;ACpDD;;AAEG;AACH;;;;AAIsC;;;"}
1
+ {"version":3,"file":"index.d.ts","sources":["../src/annotations/async-input.ts","../src/core/errors.ts","../src/core/custom-validation.ts","../src/core/extended-validator.ts","../src/core/flat-errors.ts","../src/core/helpers.ts","../src/core/submit.ts","../src/stores/form-error-messages/form-error-messages.actions.ts","../src/stores/form-error-messages/form-error-messages.state.ts","../src/stores/form-error-messages/form-error-messages-module.ts","../src/stores/form-error-messages/form-error-messages.reducer.ts","../src/stores/form-error-messages/form-error-messages.selectors.ts","../src/validators/date/max-date-validator.ts","../src/validators/date/min-date-validator.ts","../src/validators/date/date-validators-module.ts","../src/validators/number/max-validator.ts","../src/validators/number/min-validator.ts","../src/validators/number/number-validators-module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/forms",
3
- "version": "13.5.0-prerelease.9",
3
+ "version": "13.5.0-rc.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -11,18 +11,17 @@
11
11
  "otter-module"
12
12
  ],
13
13
  "peerDependencies": {
14
- "@ama-sdk/core": "~13.5.0-prerelease.9",
14
+ "@ama-sdk/core": "~13.5.0-rc.1",
15
15
  "@angular-devkit/schematics": "^20.0.0",
16
16
  "@angular/common": "^20.0.0",
17
17
  "@angular/core": "^20.0.0",
18
18
  "@angular/forms": "^20.0.0",
19
19
  "@ngrx/entity": "^20.0.0",
20
20
  "@ngrx/store": "^20.0.0",
21
- "@o3r/core": "~13.5.0-prerelease.9",
22
- "@o3r/schematics": "~13.5.0-prerelease.9",
21
+ "@o3r/core": "~13.5.0-rc.1",
22
+ "@o3r/schematics": "~13.5.0-rc.1",
23
23
  "@schematics/angular": "^20.0.0",
24
24
  "rxjs": "^7.8.1",
25
- "ts-node": "~10.9.2",
26
25
  "type-fest": "^4.30.1"
27
26
  },
28
27
  "peerDependenciesMeta": {
@@ -40,7 +39,7 @@
40
39
  }
41
40
  },
42
41
  "dependencies": {
43
- "@o3r/schematics": "~13.5.0-prerelease.9",
42
+ "@o3r/schematics": "~13.5.0-rc.1",
44
43
  "tslib": "^2.6.2"
45
44
  },
46
45
  "engines": {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":";;;AAAA,kCAAkC;AAClC,2DAGoC;AACpC,gDAGyB;AAKzB;;GAEG;AACH,MAAM,qBAAqB,GAAG;IAC5B,iBAAiB;IACjB,eAAe;IACf,gBAAgB;IAChB,cAAc;IACd,aAAa;IACb,MAAM;CACP,CAAC;AAEF;;GAEG;AACH,MAAM,wBAAwB,GAAa,EAAE,CAAC;AAE9C,MAAM,eAAe,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC;AAE5E;;;GAGG;AACH,SAAS,OAAO,CAAC,OAA8B;IAC7C,kBAAkB;IAClB,OAAO,IAAA,kBAAK,EAAC;QACX,IAAA,kCAAqB,EAAC,OAAO,EAAE,eAAe,EAAE,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,CAAC;KACrG,CAAC,CAAC;AACL,CAAC;AAED;;;GAGG;AACI,MAAM,KAAK,GAAG,CAAC,OAA8B,EAAE,EAAE,CAAC,IAAA,iCAAoB,EAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC;AAAnF,QAAA,KAAK,SAA8E"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":""}