@angular/material-luxon-adapter 21.0.3 → 21.0.6

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License
2
2
 
3
- Copyright (c) 2025 Google LLC.
3
+ Copyright (c) 2026 Google LLC.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -228,7 +228,7 @@ class LuxonDateAdapter extends DateAdapter {
228
228
  }
229
229
  static ɵfac = i0.ɵɵngDeclareFactory({
230
230
  minVersion: "12.0.0",
231
- version: "21.0.0",
231
+ version: "21.0.3",
232
232
  ngImport: i0,
233
233
  type: LuxonDateAdapter,
234
234
  deps: [],
@@ -236,14 +236,14 @@ class LuxonDateAdapter extends DateAdapter {
236
236
  });
237
237
  static ɵprov = i0.ɵɵngDeclareInjectable({
238
238
  minVersion: "12.0.0",
239
- version: "21.0.0",
239
+ version: "21.0.3",
240
240
  ngImport: i0,
241
241
  type: LuxonDateAdapter
242
242
  });
243
243
  }
244
244
  i0.ɵɵngDeclareClassMetadata({
245
245
  minVersion: "12.0.0",
246
- version: "21.0.0",
246
+ version: "21.0.3",
247
247
  ngImport: i0,
248
248
  type: LuxonDateAdapter,
249
249
  decorators: [{
@@ -270,7 +270,7 @@ const MAT_LUXON_DATE_FORMATS = {
270
270
  class LuxonDateModule {
271
271
  static ɵfac = i0.ɵɵngDeclareFactory({
272
272
  minVersion: "12.0.0",
273
- version: "21.0.0",
273
+ version: "21.0.3",
274
274
  ngImport: i0,
275
275
  type: LuxonDateModule,
276
276
  deps: [],
@@ -278,13 +278,13 @@ class LuxonDateModule {
278
278
  });
279
279
  static ɵmod = i0.ɵɵngDeclareNgModule({
280
280
  minVersion: "14.0.0",
281
- version: "21.0.0",
281
+ version: "21.0.3",
282
282
  ngImport: i0,
283
283
  type: LuxonDateModule
284
284
  });
285
285
  static ɵinj = i0.ɵɵngDeclareInjector({
286
286
  minVersion: "12.0.0",
287
- version: "21.0.0",
287
+ version: "21.0.3",
288
288
  ngImport: i0,
289
289
  type: LuxonDateModule,
290
290
  providers: [{
@@ -295,7 +295,7 @@ class LuxonDateModule {
295
295
  }
296
296
  i0.ɵɵngDeclareClassMetadata({
297
297
  minVersion: "12.0.0",
298
- version: "21.0.0",
298
+ version: "21.0.3",
299
299
  ngImport: i0,
300
300
  type: LuxonDateModule,
301
301
  decorators: [{
@@ -311,7 +311,7 @@ i0.ɵɵngDeclareClassMetadata({
311
311
  class MatLuxonDateModule {
312
312
  static ɵfac = i0.ɵɵngDeclareFactory({
313
313
  minVersion: "12.0.0",
314
- version: "21.0.0",
314
+ version: "21.0.3",
315
315
  ngImport: i0,
316
316
  type: MatLuxonDateModule,
317
317
  deps: [],
@@ -319,13 +319,13 @@ class MatLuxonDateModule {
319
319
  });
320
320
  static ɵmod = i0.ɵɵngDeclareNgModule({
321
321
  minVersion: "14.0.0",
322
- version: "21.0.0",
322
+ version: "21.0.3",
323
323
  ngImport: i0,
324
324
  type: MatLuxonDateModule
325
325
  });
326
326
  static ɵinj = i0.ɵɵngDeclareInjector({
327
327
  minVersion: "12.0.0",
328
- version: "21.0.0",
328
+ version: "21.0.3",
329
329
  ngImport: i0,
330
330
  type: MatLuxonDateModule,
331
331
  providers: [provideLuxonDateAdapter()]
@@ -333,7 +333,7 @@ class MatLuxonDateModule {
333
333
  }
334
334
  i0.ɵɵngDeclareClassMetadata({
335
335
  minVersion: "12.0.0",
336
- version: "21.0.0",
336
+ version: "21.0.3",
337
337
  ngImport: i0,
338
338
  type: MatLuxonDateModule,
339
339
  decorators: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material-luxon-adapter",
3
- "version": "21.0.3",
3
+ "version": "21.0.6",
4
4
  "description": "Angular Material Luxon 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.6",
16
16
  "@angular/core": "^21.0.0 || ^22.0.0",
17
17
  "luxon": "^3.7.2"
18
18
  },