@angular/material-date-fns-adapter 21.0.3 → 21.0.5

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.
@@ -205,7 +205,7 @@ class DateFnsAdapter extends DateAdapter {
205
205
  }
206
206
  static ɵfac = i0.ɵɵngDeclareFactory({
207
207
  minVersion: "12.0.0",
208
- version: "21.0.0",
208
+ version: "21.0.3",
209
209
  ngImport: i0,
210
210
  type: DateFnsAdapter,
211
211
  deps: [],
@@ -213,14 +213,14 @@ class DateFnsAdapter extends DateAdapter {
213
213
  });
214
214
  static ɵprov = i0.ɵɵngDeclareInjectable({
215
215
  minVersion: "12.0.0",
216
- version: "21.0.0",
216
+ version: "21.0.3",
217
217
  ngImport: i0,
218
218
  type: DateFnsAdapter
219
219
  });
220
220
  }
221
221
  i0.ɵɵngDeclareClassMetadata({
222
222
  minVersion: "12.0.0",
223
- version: "21.0.0",
223
+ version: "21.0.3",
224
224
  ngImport: i0,
225
225
  type: DateFnsAdapter,
226
226
  decorators: [{
@@ -247,7 +247,7 @@ const MAT_DATE_FNS_FORMATS = {
247
247
  class DateFnsModule {
248
248
  static ɵfac = i0.ɵɵngDeclareFactory({
249
249
  minVersion: "12.0.0",
250
- version: "21.0.0",
250
+ version: "21.0.3",
251
251
  ngImport: i0,
252
252
  type: DateFnsModule,
253
253
  deps: [],
@@ -255,13 +255,13 @@ class DateFnsModule {
255
255
  });
256
256
  static ɵmod = i0.ɵɵngDeclareNgModule({
257
257
  minVersion: "14.0.0",
258
- version: "21.0.0",
258
+ version: "21.0.3",
259
259
  ngImport: i0,
260
260
  type: DateFnsModule
261
261
  });
262
262
  static ɵinj = i0.ɵɵngDeclareInjector({
263
263
  minVersion: "12.0.0",
264
- version: "21.0.0",
264
+ version: "21.0.3",
265
265
  ngImport: i0,
266
266
  type: DateFnsModule,
267
267
  providers: [{
@@ -272,7 +272,7 @@ class DateFnsModule {
272
272
  }
273
273
  i0.ɵɵngDeclareClassMetadata({
274
274
  minVersion: "12.0.0",
275
- version: "21.0.0",
275
+ version: "21.0.3",
276
276
  ngImport: i0,
277
277
  type: DateFnsModule,
278
278
  decorators: [{
@@ -288,7 +288,7 @@ i0.ɵɵngDeclareClassMetadata({
288
288
  class MatDateFnsModule {
289
289
  static ɵfac = i0.ɵɵngDeclareFactory({
290
290
  minVersion: "12.0.0",
291
- version: "21.0.0",
291
+ version: "21.0.3",
292
292
  ngImport: i0,
293
293
  type: MatDateFnsModule,
294
294
  deps: [],
@@ -296,13 +296,13 @@ class MatDateFnsModule {
296
296
  });
297
297
  static ɵmod = i0.ɵɵngDeclareNgModule({
298
298
  minVersion: "14.0.0",
299
- version: "21.0.0",
299
+ version: "21.0.3",
300
300
  ngImport: i0,
301
301
  type: MatDateFnsModule
302
302
  });
303
303
  static ɵinj = i0.ɵɵngDeclareInjector({
304
304
  minVersion: "12.0.0",
305
- version: "21.0.0",
305
+ version: "21.0.3",
306
306
  ngImport: i0,
307
307
  type: MatDateFnsModule,
308
308
  providers: [provideDateFnsAdapter()]
@@ -310,7 +310,7 @@ class MatDateFnsModule {
310
310
  }
311
311
  i0.ɵɵngDeclareClassMetadata({
312
312
  minVersion: "12.0.0",
313
- version: "21.0.0",
313
+ version: "21.0.3",
314
314
  ngImport: i0,
315
315
  type: MatDateFnsModule,
316
316
  decorators: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material-date-fns-adapter",
3
- "version": "21.0.3",
3
+ "version": "21.0.5",
4
4
  "description": "Angular Material date-fns Adapter",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "homepage": "https://github.com/angular/components#readme",
14
14
  "peerDependencies": {
15
- "@angular/material": "21.0.3",
15
+ "@angular/material": "21.0.5",
16
16
  "@angular/core": "^21.0.0 || ^22.0.0",
17
17
  "date-fns": ">2.20.0 <5.0"
18
18
  },