@angular/material-moment-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
@@ -207,7 +207,7 @@ class MomentDateAdapter extends DateAdapter {
207
207
  }
208
208
  static ɵfac = i0.ɵɵngDeclareFactory({
209
209
  minVersion: "12.0.0",
210
- version: "21.0.0",
210
+ version: "21.0.3",
211
211
  ngImport: i0,
212
212
  type: MomentDateAdapter,
213
213
  deps: [],
@@ -215,14 +215,14 @@ class MomentDateAdapter extends DateAdapter {
215
215
  });
216
216
  static ɵprov = i0.ɵɵngDeclareInjectable({
217
217
  minVersion: "12.0.0",
218
- version: "21.0.0",
218
+ version: "21.0.3",
219
219
  ngImport: i0,
220
220
  type: MomentDateAdapter
221
221
  });
222
222
  }
223
223
  i0.ɵɵngDeclareClassMetadata({
224
224
  minVersion: "12.0.0",
225
- version: "21.0.0",
225
+ version: "21.0.3",
226
226
  ngImport: i0,
227
227
  type: MomentDateAdapter,
228
228
  decorators: [{
@@ -249,7 +249,7 @@ const MAT_MOMENT_DATE_FORMATS = {
249
249
  class MomentDateModule {
250
250
  static ɵfac = i0.ɵɵngDeclareFactory({
251
251
  minVersion: "12.0.0",
252
- version: "21.0.0",
252
+ version: "21.0.3",
253
253
  ngImport: i0,
254
254
  type: MomentDateModule,
255
255
  deps: [],
@@ -257,13 +257,13 @@ class MomentDateModule {
257
257
  });
258
258
  static ɵmod = i0.ɵɵngDeclareNgModule({
259
259
  minVersion: "14.0.0",
260
- version: "21.0.0",
260
+ version: "21.0.3",
261
261
  ngImport: i0,
262
262
  type: MomentDateModule
263
263
  });
264
264
  static ɵinj = i0.ɵɵngDeclareInjector({
265
265
  minVersion: "12.0.0",
266
- version: "21.0.0",
266
+ version: "21.0.3",
267
267
  ngImport: i0,
268
268
  type: MomentDateModule,
269
269
  providers: [{
@@ -274,7 +274,7 @@ class MomentDateModule {
274
274
  }
275
275
  i0.ɵɵngDeclareClassMetadata({
276
276
  minVersion: "12.0.0",
277
- version: "21.0.0",
277
+ version: "21.0.3",
278
278
  ngImport: i0,
279
279
  type: MomentDateModule,
280
280
  decorators: [{
@@ -290,7 +290,7 @@ i0.ɵɵngDeclareClassMetadata({
290
290
  class MatMomentDateModule {
291
291
  static ɵfac = i0.ɵɵngDeclareFactory({
292
292
  minVersion: "12.0.0",
293
- version: "21.0.0",
293
+ version: "21.0.3",
294
294
  ngImport: i0,
295
295
  type: MatMomentDateModule,
296
296
  deps: [],
@@ -298,13 +298,13 @@ class MatMomentDateModule {
298
298
  });
299
299
  static ɵmod = i0.ɵɵngDeclareNgModule({
300
300
  minVersion: "14.0.0",
301
- version: "21.0.0",
301
+ version: "21.0.3",
302
302
  ngImport: i0,
303
303
  type: MatMomentDateModule
304
304
  });
305
305
  static ɵinj = i0.ɵɵngDeclareInjector({
306
306
  minVersion: "12.0.0",
307
- version: "21.0.0",
307
+ version: "21.0.3",
308
308
  ngImport: i0,
309
309
  type: MatMomentDateModule,
310
310
  providers: [provideMomentDateAdapter()]
@@ -312,7 +312,7 @@ class MatMomentDateModule {
312
312
  }
313
313
  i0.ɵɵngDeclareClassMetadata({
314
314
  minVersion: "12.0.0",
315
- version: "21.0.0",
315
+ version: "21.0.3",
316
316
  ngImport: i0,
317
317
  type: MatMomentDateModule,
318
318
  decorators: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material-moment-adapter",
3
- "version": "21.0.3",
3
+ "version": "21.0.6",
4
4
  "description": "Angular Material Moment 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
  "moment": "^2.18.1"
18
18
  },