@angular/material-moment-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.
@@ -207,7 +207,7 @@ class MomentDateAdapter extends DateAdapter {
207
207
  }
208
208
  static ɵfac = i0.ɵɵngDeclareFactory({
209
209
  minVersion: "12.0.0",
210
- version: "22.0.0-next.10",
210
+ version: "22.0.0-next.12",
211
211
  ngImport: i0,
212
212
  type: MomentDateAdapter,
213
213
  deps: [],
@@ -215,7 +215,7 @@ class MomentDateAdapter extends DateAdapter {
215
215
  });
216
216
  static ɵprov = i0.ɵɵngDeclareService({
217
217
  minVersion: "22.0.0",
218
- version: "22.0.0-next.10",
218
+ version: "22.0.0-next.12",
219
219
  ngImport: i0,
220
220
  type: MomentDateAdapter,
221
221
  autoProvided: false
@@ -223,7 +223,7 @@ class MomentDateAdapter extends DateAdapter {
223
223
  }
224
224
  i0.ɵɵngDeclareClassMetadata({
225
225
  minVersion: "12.0.0",
226
- version: "22.0.0-next.10",
226
+ version: "22.0.0-next.12",
227
227
  ngImport: i0,
228
228
  type: MomentDateAdapter,
229
229
  decorators: [{
@@ -253,7 +253,7 @@ const MAT_MOMENT_DATE_FORMATS = {
253
253
  class MomentDateModule {
254
254
  static ɵfac = i0.ɵɵngDeclareFactory({
255
255
  minVersion: "12.0.0",
256
- version: "22.0.0-next.10",
256
+ version: "22.0.0-next.12",
257
257
  ngImport: i0,
258
258
  type: MomentDateModule,
259
259
  deps: [],
@@ -261,13 +261,13 @@ class MomentDateModule {
261
261
  });
262
262
  static ɵmod = i0.ɵɵngDeclareNgModule({
263
263
  minVersion: "14.0.0",
264
- version: "22.0.0-next.10",
264
+ version: "22.0.0-next.12",
265
265
  ngImport: i0,
266
266
  type: MomentDateModule
267
267
  });
268
268
  static ɵinj = i0.ɵɵngDeclareInjector({
269
269
  minVersion: "12.0.0",
270
- version: "22.0.0-next.10",
270
+ version: "22.0.0-next.12",
271
271
  ngImport: i0,
272
272
  type: MomentDateModule,
273
273
  providers: [{
@@ -278,7 +278,7 @@ class MomentDateModule {
278
278
  }
279
279
  i0.ɵɵngDeclareClassMetadata({
280
280
  minVersion: "12.0.0",
281
- version: "22.0.0-next.10",
281
+ version: "22.0.0-next.12",
282
282
  ngImport: i0,
283
283
  type: MomentDateModule,
284
284
  decorators: [{
@@ -294,7 +294,7 @@ i0.ɵɵngDeclareClassMetadata({
294
294
  class MatMomentDateModule {
295
295
  static ɵfac = i0.ɵɵngDeclareFactory({
296
296
  minVersion: "12.0.0",
297
- version: "22.0.0-next.10",
297
+ version: "22.0.0-next.12",
298
298
  ngImport: i0,
299
299
  type: MatMomentDateModule,
300
300
  deps: [],
@@ -302,13 +302,13 @@ class MatMomentDateModule {
302
302
  });
303
303
  static ɵmod = i0.ɵɵngDeclareNgModule({
304
304
  minVersion: "14.0.0",
305
- version: "22.0.0-next.10",
305
+ version: "22.0.0-next.12",
306
306
  ngImport: i0,
307
307
  type: MatMomentDateModule
308
308
  });
309
309
  static ɵinj = i0.ɵɵngDeclareInjector({
310
310
  minVersion: "12.0.0",
311
- version: "22.0.0-next.10",
311
+ version: "22.0.0-next.12",
312
312
  ngImport: i0,
313
313
  type: MatMomentDateModule,
314
314
  providers: [provideMomentDateAdapter()]
@@ -316,7 +316,7 @@ class MatMomentDateModule {
316
316
  }
317
317
  i0.ɵɵngDeclareClassMetadata({
318
318
  minVersion: "12.0.0",
319
- version: "22.0.0-next.10",
319
+ version: "22.0.0-next.12",
320
320
  ngImport: i0,
321
321
  type: MatMomentDateModule,
322
322
  decorators: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/material-moment-adapter",
3
- "version": "22.0.0-next.8",
3
+ "version": "22.0.0-rc.0",
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": "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
  "moment": "^2.18.1"
18
18
  },