@progress/kendo-angular-intl 16.0.0-develop.1 → 16.0.0-develop.4

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/date.pipe.d.ts CHANGED
@@ -37,5 +37,5 @@ export declare class DatePipe implements PipeTransform {
37
37
  transform(value: any, format?: string | DateFormatOptions, localeId?: string): any;
38
38
  private normalize;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<DatePipe, never>;
40
- static ɵpipe: i0.ɵɵPipeDeclaration<DatePipe, "kendoDate">;
40
+ static ɵpipe: i0.ɵɵPipeDeclaration<DatePipe, "kendoDate", false>;
41
41
  }
@@ -53,9 +53,9 @@ export class DatePipe {
53
53
  return value;
54
54
  }
55
55
  }
56
- DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePipe, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
57
- DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePipe, name: "kendoDate" });
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePipe, decorators: [{
56
+ DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePipe, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
57
+ DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DatePipe, name: "kendoDate" });
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePipe, decorators: [{
59
59
  type: Pipe,
60
60
  args: [{
61
61
  name: 'kendoDate'
@@ -16,12 +16,12 @@ const pipes = [
16
16
  */
17
17
  export class IntlModule {
18
18
  }
19
- IntlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
- IntlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule, declarations: [DatePipe,
19
+ IntlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ IntlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: IntlModule, declarations: [DatePipe,
21
21
  NumberPipe], exports: [DatePipe,
22
22
  NumberPipe] });
23
- IntlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule, decorators: [{
23
+ IntlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlModule });
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlModule, decorators: [{
25
25
  type: NgModule,
26
26
  args: [{
27
27
  declarations: [pipes],
@@ -37,9 +37,9 @@ export class IntlService {
37
37
  this.changes.emit();
38
38
  }
39
39
  }
40
- IntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
41
- IntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlService, providedIn: 'root', useFactory: cldrServiceFactory, deps: [{ token: LOCALE_ID }] });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlService, decorators: [{
40
+ IntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
41
+ IntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlService, providedIn: 'root', useFactory: cldrServiceFactory, deps: [{ token: LOCALE_ID }] });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlService, decorators: [{
43
43
  type: Injectable,
44
44
  args: [{
45
45
  providedIn: 'root',
@@ -239,9 +239,9 @@ export class CldrIntlService extends IntlService {
239
239
  return weekendRange(localeId || this.localeId);
240
240
  }
241
241
  }
242
- CldrIntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CldrIntlService, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
243
- CldrIntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CldrIntlService });
244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CldrIntlService, decorators: [{
242
+ CldrIntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CldrIntlService, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
243
+ CldrIntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CldrIntlService });
244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CldrIntlService, decorators: [{
245
245
  type: Injectable
246
246
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
247
247
  type: Inject,
@@ -46,9 +46,9 @@ export class NumberPipe {
46
46
  return value;
47
47
  }
48
48
  }
49
- NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumberPipe, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
50
- NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumberPipe, name: "kendoNumber" });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumberPipe, decorators: [{
49
+ NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumberPipe, deps: [{ token: i1.IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
50
+ NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: NumberPipe, name: "kendoNumber" });
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumberPipe, decorators: [{
52
52
  type: Pipe,
53
53
  args: [{
54
54
  name: 'kendoNumber'
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-intl',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1714060597,
13
- version: '16.0.0-develop.1',
12
+ publishDate: 1714109311,
13
+ version: '16.0.0-develop.4',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -14,8 +14,8 @@ const packageMetadata = {
14
14
  name: '@progress/kendo-angular-intl',
15
15
  productName: 'Kendo UI for Angular',
16
16
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
17
- publishDate: 1714060597,
18
- version: '16.0.0-develop.1',
17
+ publishDate: 1714109311,
18
+ version: '16.0.0-develop.4',
19
19
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
20
20
  };
21
21
 
@@ -156,9 +156,9 @@ class IntlService {
156
156
  this.changes.emit();
157
157
  }
158
158
  }
159
- IntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
160
- IntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlService, providedIn: 'root', useFactory: cldrServiceFactory, deps: [{ token: LOCALE_ID }] });
161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlService, decorators: [{
159
+ IntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
160
+ IntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlService, providedIn: 'root', useFactory: cldrServiceFactory, deps: [{ token: LOCALE_ID }] });
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlService, decorators: [{
162
162
  type: Injectable,
163
163
  args: [{
164
164
  providedIn: 'root',
@@ -358,9 +358,9 @@ class CldrIntlService extends IntlService {
358
358
  return weekendRange(localeId || this.localeId);
359
359
  }
360
360
  }
361
- CldrIntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CldrIntlService, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
362
- CldrIntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CldrIntlService });
363
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CldrIntlService, decorators: [{
361
+ CldrIntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CldrIntlService, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
362
+ CldrIntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CldrIntlService });
363
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CldrIntlService, decorators: [{
364
364
  type: Injectable
365
365
  }], ctorParameters: function () {
366
366
  return [{ type: undefined, decorators: [{
@@ -416,9 +416,9 @@ class DatePipe {
416
416
  return value;
417
417
  }
418
418
  }
419
- DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePipe, deps: [{ token: IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
420
- DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePipe, name: "kendoDate" });
421
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePipe, decorators: [{
419
+ DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePipe, deps: [{ token: IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
420
+ DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DatePipe, name: "kendoDate" });
421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePipe, decorators: [{
422
422
  type: Pipe,
423
423
  args: [{
424
424
  name: 'kendoDate'
@@ -465,9 +465,9 @@ class NumberPipe {
465
465
  return value;
466
466
  }
467
467
  }
468
- NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumberPipe, deps: [{ token: IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
469
- NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumberPipe, name: "kendoNumber" });
470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumberPipe, decorators: [{
468
+ NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumberPipe, deps: [{ token: IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
469
+ NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: NumberPipe, name: "kendoNumber" });
470
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumberPipe, decorators: [{
471
471
  type: Pipe,
472
472
  args: [{
473
473
  name: 'kendoNumber'
@@ -484,12 +484,12 @@ const pipes = [
484
484
  */
485
485
  class IntlModule {
486
486
  }
487
- IntlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
488
- IntlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule, declarations: [DatePipe,
487
+ IntlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
488
+ IntlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: IntlModule, declarations: [DatePipe,
489
489
  NumberPipe], exports: [DatePipe,
490
490
  NumberPipe] });
491
- IntlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule });
492
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule, decorators: [{
491
+ IntlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlModule });
492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlModule, decorators: [{
493
493
  type: NgModule,
494
494
  args: [{
495
495
  declarations: [pipes],
@@ -14,8 +14,8 @@ const packageMetadata = {
14
14
  name: '@progress/kendo-angular-intl',
15
15
  productName: 'Kendo UI for Angular',
16
16
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
17
- publishDate: 1714060597,
18
- version: '16.0.0-develop.1',
17
+ publishDate: 1714109311,
18
+ version: '16.0.0-develop.4',
19
19
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
20
20
  };
21
21
 
@@ -156,9 +156,9 @@ class IntlService {
156
156
  this.changes.emit();
157
157
  }
158
158
  }
159
- IntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
160
- IntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlService, providedIn: 'root', useFactory: cldrServiceFactory, deps: [{ token: LOCALE_ID }] });
161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlService, decorators: [{
159
+ IntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
160
+ IntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlService, providedIn: 'root', useFactory: cldrServiceFactory, deps: [{ token: LOCALE_ID }] });
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlService, decorators: [{
162
162
  type: Injectable,
163
163
  args: [{
164
164
  providedIn: 'root',
@@ -358,9 +358,9 @@ class CldrIntlService extends IntlService {
358
358
  return weekendRange(localeId || this.localeId);
359
359
  }
360
360
  }
361
- CldrIntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CldrIntlService, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
362
- CldrIntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CldrIntlService });
363
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CldrIntlService, decorators: [{
361
+ CldrIntlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CldrIntlService, deps: [{ token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Injectable });
362
+ CldrIntlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CldrIntlService });
363
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CldrIntlService, decorators: [{
364
364
  type: Injectable
365
365
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
366
366
  type: Inject,
@@ -414,9 +414,9 @@ class DatePipe {
414
414
  return value;
415
415
  }
416
416
  }
417
- DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePipe, deps: [{ token: IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
418
- DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePipe, name: "kendoDate" });
419
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DatePipe, decorators: [{
417
+ DatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePipe, deps: [{ token: IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
418
+ DatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: DatePipe, name: "kendoDate" });
419
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DatePipe, decorators: [{
420
420
  type: Pipe,
421
421
  args: [{
422
422
  name: 'kendoDate'
@@ -463,9 +463,9 @@ class NumberPipe {
463
463
  return value;
464
464
  }
465
465
  }
466
- NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumberPipe, deps: [{ token: IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
467
- NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumberPipe, name: "kendoNumber" });
468
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NumberPipe, decorators: [{
466
+ NumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumberPipe, deps: [{ token: IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
467
+ NumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: NumberPipe, name: "kendoNumber" });
468
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NumberPipe, decorators: [{
469
469
  type: Pipe,
470
470
  args: [{
471
471
  name: 'kendoNumber'
@@ -482,12 +482,12 @@ const pipes = [
482
482
  */
483
483
  class IntlModule {
484
484
  }
485
- IntlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
486
- IntlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule, declarations: [DatePipe,
485
+ IntlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
486
+ IntlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: IntlModule, declarations: [DatePipe,
487
487
  NumberPipe], exports: [DatePipe,
488
488
  NumberPipe] });
489
- IntlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule });
490
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IntlModule, decorators: [{
489
+ IntlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlModule });
490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: IntlModule, decorators: [{
491
491
  type: NgModule,
492
492
  args: [{
493
493
  declarations: [pipes],
package/number.pipe.d.ts CHANGED
@@ -37,5 +37,5 @@ export declare class NumberPipe implements PipeTransform {
37
37
  */
38
38
  transform(value: any, format?: string | NumberFormatOptions, localeId?: string): any;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<NumberPipe, never>;
40
- static ɵpipe: i0.ɵɵPipeDeclaration<NumberPipe, "kendoNumber">;
40
+ static ɵpipe: i0.ɵɵPipeDeclaration<NumberPipe, "kendoNumber", false>;
41
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-intl",
3
- "version": "16.0.0-develop.1",
3
+ "version": "16.0.0-develop.4",
4
4
  "description": "Kendo UI Internationalization for Angular components",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -24,17 +24,17 @@
24
24
  "./locales/**/*"
25
25
  ],
26
26
  "peerDependencies": {
27
- "@angular/animations": "13 - 17",
28
- "@angular/common": "13 - 17",
29
- "@angular/core": "13 - 17",
30
- "@angular/platform-browser": "13 - 17",
31
- "@progress/kendo-angular-common": "16.0.0-develop.1",
27
+ "@angular/animations": "15 - 17",
28
+ "@angular/common": "15 - 17",
29
+ "@angular/core": "15 - 17",
30
+ "@angular/platform-browser": "15 - 17",
31
+ "@progress/kendo-angular-common": "16.0.0-develop.4",
32
32
  "@progress/kendo-licensing": "^1.0.2",
33
33
  "rxjs": "^6.5.3 || ^7.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "tslib": "^2.3.1",
37
- "@progress/kendo-angular-schematics": "16.0.0-develop.1",
37
+ "@progress/kendo-angular-schematics": "16.0.0-develop.4",
38
38
  "@progress/kendo-intl": "^3.1.0"
39
39
  },
40
40
  "schematics": "./schematics/collection.json",
@@ -44,7 +44,7 @@
44
44
  "default": "./package.json"
45
45
  },
46
46
  ".": {
47
- "types": "./progress-kendo-angular-intl.d.ts",
47
+ "types": "./index.d.ts",
48
48
  "esm2020": "./esm2020/progress-kendo-angular-intl.mjs",
49
49
  "es2020": "./fesm2020/progress-kendo-angular-intl.mjs",
50
50
  "es2015": "./fesm2015/progress-kendo-angular-intl.mjs",
@@ -57,5 +57,5 @@
57
57
  "esm2020": "esm2020/progress-kendo-angular-intl.mjs",
58
58
  "fesm2020": "fesm2020/progress-kendo-angular-intl.mjs",
59
59
  "fesm2015": "fesm2015/progress-kendo-angular-intl.mjs",
60
- "typings": "progress-kendo-angular-intl.d.ts"
60
+ "typings": "index.d.ts"
61
61
  }
@@ -1,9 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- /**
6
- * Generated bundle index. Do not edit.
7
- */
8
- /// <amd-module name="@progress/kendo-angular-intl" />
9
- export * from './index';