@angular/material-luxon-adapter 22.1.1 → 22.1.2

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.
@@ -231,7 +231,7 @@ class LuxonDateAdapter extends DateAdapter {
231
231
  }
232
232
  static ɵfac = i0.ɵɵngDeclareFactory({
233
233
  minVersion: "12.0.0",
234
- version: "22.1.0",
234
+ version: "22.1.1",
235
235
  ngImport: i0,
236
236
  type: LuxonDateAdapter,
237
237
  deps: [],
@@ -239,7 +239,7 @@ class LuxonDateAdapter extends DateAdapter {
239
239
  });
240
240
  static ɵprov = i0.ɵɵngDeclareService({
241
241
  minVersion: "22.0.0",
242
- version: "22.1.0",
242
+ version: "22.1.1",
243
243
  ngImport: i0,
244
244
  type: LuxonDateAdapter,
245
245
  autoProvided: false
@@ -247,7 +247,7 @@ class LuxonDateAdapter extends DateAdapter {
247
247
  }
248
248
  i0.ɵɵngDeclareClassMetadata({
249
249
  minVersion: "12.0.0",
250
- version: "22.1.0",
250
+ version: "22.1.1",
251
251
  ngImport: i0,
252
252
  type: LuxonDateAdapter,
253
253
  decorators: [{
@@ -277,7 +277,7 @@ const MAT_LUXON_DATE_FORMATS = {
277
277
  class LuxonDateModule {
278
278
  static ɵfac = i0.ɵɵngDeclareFactory({
279
279
  minVersion: "12.0.0",
280
- version: "22.1.0",
280
+ version: "22.1.1",
281
281
  ngImport: i0,
282
282
  type: LuxonDateModule,
283
283
  deps: [],
@@ -285,13 +285,13 @@ class LuxonDateModule {
285
285
  });
286
286
  static ɵmod = i0.ɵɵngDeclareNgModule({
287
287
  minVersion: "14.0.0",
288
- version: "22.1.0",
288
+ version: "22.1.1",
289
289
  ngImport: i0,
290
290
  type: LuxonDateModule
291
291
  });
292
292
  static ɵinj = i0.ɵɵngDeclareInjector({
293
293
  minVersion: "12.0.0",
294
- version: "22.1.0",
294
+ version: "22.1.1",
295
295
  ngImport: i0,
296
296
  type: LuxonDateModule,
297
297
  providers: [{
@@ -302,7 +302,7 @@ class LuxonDateModule {
302
302
  }
303
303
  i0.ɵɵngDeclareClassMetadata({
304
304
  minVersion: "12.0.0",
305
- version: "22.1.0",
305
+ version: "22.1.1",
306
306
  ngImport: i0,
307
307
  type: LuxonDateModule,
308
308
  decorators: [{
@@ -318,7 +318,7 @@ i0.ɵɵngDeclareClassMetadata({
318
318
  class MatLuxonDateModule {
319
319
  static ɵfac = i0.ɵɵngDeclareFactory({
320
320
  minVersion: "12.0.0",
321
- version: "22.1.0",
321
+ version: "22.1.1",
322
322
  ngImport: i0,
323
323
  type: MatLuxonDateModule,
324
324
  deps: [],
@@ -326,13 +326,13 @@ class MatLuxonDateModule {
326
326
  });
327
327
  static ɵmod = i0.ɵɵngDeclareNgModule({
328
328
  minVersion: "14.0.0",
329
- version: "22.1.0",
329
+ version: "22.1.1",
330
330
  ngImport: i0,
331
331
  type: MatLuxonDateModule
332
332
  });
333
333
  static ɵinj = i0.ɵɵngDeclareInjector({
334
334
  minVersion: "12.0.0",
335
- version: "22.1.0",
335
+ version: "22.1.1",
336
336
  ngImport: i0,
337
337
  type: MatLuxonDateModule,
338
338
  providers: [provideLuxonDateAdapter()]
@@ -340,7 +340,7 @@ class MatLuxonDateModule {
340
340
  }
341
341
  i0.ɵɵngDeclareClassMetadata({
342
342
  minVersion: "12.0.0",
343
- version: "22.1.0",
343
+ version: "22.1.1",
344
344
  ngImport: i0,
345
345
  type: MatLuxonDateModule,
346
346
  decorators: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material-luxon-adapter",
3
- "version": "22.1.1",
3
+ "version": "22.1.2",
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": "22.1.1",
15
+ "@angular/material": "22.1.2",
16
16
  "@angular/core": "^22.0.0 || ^23.0.0",
17
17
  "luxon": "^3.7.2"
18
18
  },