@angular/material-luxon-adapter 22.0.0-next.8 → 22.0.0-rc.0

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.
@@ -228,7 +228,7 @@ class LuxonDateAdapter extends DateAdapter {
228
228
  }
229
229
  static ɵfac = i0.ɵɵngDeclareFactory({
230
230
  minVersion: "12.0.0",
231
- version: "22.0.0-next.10",
231
+ version: "22.0.0-next.12",
232
232
  ngImport: i0,
233
233
  type: LuxonDateAdapter,
234
234
  deps: [],
@@ -236,7 +236,7 @@ class LuxonDateAdapter extends DateAdapter {
236
236
  });
237
237
  static ɵprov = i0.ɵɵngDeclareService({
238
238
  minVersion: "22.0.0",
239
- version: "22.0.0-next.10",
239
+ version: "22.0.0-next.12",
240
240
  ngImport: i0,
241
241
  type: LuxonDateAdapter,
242
242
  autoProvided: false
@@ -244,7 +244,7 @@ class LuxonDateAdapter extends DateAdapter {
244
244
  }
245
245
  i0.ɵɵngDeclareClassMetadata({
246
246
  minVersion: "12.0.0",
247
- version: "22.0.0-next.10",
247
+ version: "22.0.0-next.12",
248
248
  ngImport: i0,
249
249
  type: LuxonDateAdapter,
250
250
  decorators: [{
@@ -274,7 +274,7 @@ const MAT_LUXON_DATE_FORMATS = {
274
274
  class LuxonDateModule {
275
275
  static ɵfac = i0.ɵɵngDeclareFactory({
276
276
  minVersion: "12.0.0",
277
- version: "22.0.0-next.10",
277
+ version: "22.0.0-next.12",
278
278
  ngImport: i0,
279
279
  type: LuxonDateModule,
280
280
  deps: [],
@@ -282,13 +282,13 @@ class LuxonDateModule {
282
282
  });
283
283
  static ɵmod = i0.ɵɵngDeclareNgModule({
284
284
  minVersion: "14.0.0",
285
- version: "22.0.0-next.10",
285
+ version: "22.0.0-next.12",
286
286
  ngImport: i0,
287
287
  type: LuxonDateModule
288
288
  });
289
289
  static ɵinj = i0.ɵɵngDeclareInjector({
290
290
  minVersion: "12.0.0",
291
- version: "22.0.0-next.10",
291
+ version: "22.0.0-next.12",
292
292
  ngImport: i0,
293
293
  type: LuxonDateModule,
294
294
  providers: [{
@@ -299,7 +299,7 @@ class LuxonDateModule {
299
299
  }
300
300
  i0.ɵɵngDeclareClassMetadata({
301
301
  minVersion: "12.0.0",
302
- version: "22.0.0-next.10",
302
+ version: "22.0.0-next.12",
303
303
  ngImport: i0,
304
304
  type: LuxonDateModule,
305
305
  decorators: [{
@@ -315,7 +315,7 @@ i0.ɵɵngDeclareClassMetadata({
315
315
  class MatLuxonDateModule {
316
316
  static ɵfac = i0.ɵɵngDeclareFactory({
317
317
  minVersion: "12.0.0",
318
- version: "22.0.0-next.10",
318
+ version: "22.0.0-next.12",
319
319
  ngImport: i0,
320
320
  type: MatLuxonDateModule,
321
321
  deps: [],
@@ -323,13 +323,13 @@ class MatLuxonDateModule {
323
323
  });
324
324
  static ɵmod = i0.ɵɵngDeclareNgModule({
325
325
  minVersion: "14.0.0",
326
- version: "22.0.0-next.10",
326
+ version: "22.0.0-next.12",
327
327
  ngImport: i0,
328
328
  type: MatLuxonDateModule
329
329
  });
330
330
  static ɵinj = i0.ɵɵngDeclareInjector({
331
331
  minVersion: "12.0.0",
332
- version: "22.0.0-next.10",
332
+ version: "22.0.0-next.12",
333
333
  ngImport: i0,
334
334
  type: MatLuxonDateModule,
335
335
  providers: [provideLuxonDateAdapter()]
@@ -337,7 +337,7 @@ class MatLuxonDateModule {
337
337
  }
338
338
  i0.ɵɵngDeclareClassMetadata({
339
339
  minVersion: "12.0.0",
340
- version: "22.0.0-next.10",
340
+ version: "22.0.0-next.12",
341
341
  ngImport: i0,
342
342
  type: MatLuxonDateModule,
343
343
  decorators: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material-luxon-adapter",
3
- "version": "22.0.0-next.8",
3
+ "version": "22.0.0-rc.0",
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.0.0-next.8",
15
+ "@angular/material": "22.0.0-rc.0",
16
16
  "@angular/core": "^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0",
17
17
  "luxon": "^3.7.2"
18
18
  },