@fundamental-ngx/datetime-adapter 0.63.2-rc.5 → 0.63.2-rc.7
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.
|
@@ -430,10 +430,10 @@ class DayjsDatetimeAdapter extends DatetimeAdapter {
|
|
|
430
430
|
// Compare each numeric segment — if any differ, the parse wrapped an overflow
|
|
431
431
|
return inputNums.length === outputNums.length && inputNums.every((n, i) => n === outputNums[i]);
|
|
432
432
|
}
|
|
433
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
434
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
433
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: DayjsDatetimeAdapter, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
434
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: DayjsDatetimeAdapter }); }
|
|
435
435
|
}
|
|
436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: DayjsDatetimeAdapter, decorators: [{
|
|
437
437
|
type: Injectable
|
|
438
438
|
}], ctorParameters: () => [] });
|
|
439
439
|
|
|
@@ -493,14 +493,14 @@ function provideDayjsDatetimeAdapter() {
|
|
|
493
493
|
* Kept for backwards compatibility. Will be removed in a future major version.
|
|
494
494
|
*/
|
|
495
495
|
class DayjsDatetimeAdapterModule {
|
|
496
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
497
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
498
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
496
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: DayjsDatetimeAdapterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
497
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.5", ngImport: i0, type: DayjsDatetimeAdapterModule }); }
|
|
498
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: DayjsDatetimeAdapterModule, providers: [
|
|
499
499
|
{ provide: DatetimeAdapter, useClass: DayjsDatetimeAdapter },
|
|
500
500
|
{ provide: DATE_TIME_FORMATS, useValue: DAYJS_DATETIME_FORMATS }
|
|
501
501
|
] }); }
|
|
502
502
|
}
|
|
503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.5", ngImport: i0, type: DayjsDatetimeAdapterModule, decorators: [{
|
|
504
504
|
type: NgModule,
|
|
505
505
|
args: [{
|
|
506
506
|
providers: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/datetime-adapter",
|
|
3
|
-
"version": "0.63.2-rc.
|
|
3
|
+
"version": "0.63.2-rc.7",
|
|
4
4
|
"description": "Datetime adapter for SAP Fundamentals, based on Day.js package",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://sap.github.io/fundamental-ngx",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"url": "git+https://github.com/SAP/fundamental-ngx.git"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@fundamental-ngx/core": "0.63.2-rc.
|
|
12
|
+
"@fundamental-ngx/core": "0.63.2-rc.7",
|
|
13
13
|
"dayjs": "^1.11.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
@@ -29,5 +29,6 @@
|
|
|
29
29
|
"default": "./fesm2022/fundamental-ngx-datetime-adapter.mjs"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
|
-
"sideEffects": false
|
|
32
|
+
"sideEffects": false,
|
|
33
|
+
"type": "module"
|
|
33
34
|
}
|