@o3r/mobile 14.6.0-prerelease.45 → 14.6.0-prerelease.49
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/fesm2022/o3r-mobile.mjs +10 -10
- package/package.json +6 -6
package/fesm2022/o3r-mobile.mjs
CHANGED
|
@@ -73,10 +73,10 @@ class CapacitorTargetService {
|
|
|
73
73
|
this.hijackDone = true;
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
77
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
76
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: CapacitorTargetService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
77
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: CapacitorTargetService, providedIn: 'root' }); }
|
|
78
78
|
}
|
|
79
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: CapacitorTargetService, decorators: [{
|
|
80
80
|
type: Injectable,
|
|
81
81
|
args: [{
|
|
82
82
|
providedIn: 'root'
|
|
@@ -136,10 +136,10 @@ class CapacitorRehydrater {
|
|
|
136
136
|
payload: result.reduce((acc, store) => ({ ...acc, ...store }), {})
|
|
137
137
|
}));
|
|
138
138
|
}
|
|
139
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
140
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.
|
|
139
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: CapacitorRehydrater, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
140
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: CapacitorRehydrater }); }
|
|
141
141
|
}
|
|
142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: CapacitorRehydrater, decorators: [{
|
|
143
143
|
type: Injectable
|
|
144
144
|
}], ctorParameters: () => [] });
|
|
145
145
|
|
|
@@ -156,13 +156,13 @@ class CapacitorRehydraterModule {
|
|
|
156
156
|
]
|
|
157
157
|
};
|
|
158
158
|
}
|
|
159
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.
|
|
160
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.
|
|
161
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.
|
|
159
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: CapacitorRehydraterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
160
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.18", ngImport: i0, type: CapacitorRehydraterModule, imports: [StoreModule] }); }
|
|
161
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: CapacitorRehydraterModule, providers: [
|
|
162
162
|
CapacitorRehydrater
|
|
163
163
|
], imports: [StoreModule] }); }
|
|
164
164
|
}
|
|
165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.
|
|
165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: CapacitorRehydraterModule, decorators: [{
|
|
166
166
|
type: NgModule,
|
|
167
167
|
args: [{
|
|
168
168
|
imports: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/mobile",
|
|
3
|
-
"version": "14.6.0-prerelease.
|
|
3
|
+
"version": "14.6.0-prerelease.49",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"otter-module"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@o3r/schematics": "~14.6.0-prerelease.
|
|
29
|
+
"@o3r/schematics": "~14.6.0-prerelease.49",
|
|
30
30
|
"commander": "^14.0.0",
|
|
31
31
|
"form-data": "^4.0.0",
|
|
32
32
|
"node-fetch": "^3.0.0",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"@capacitor/device": "^8.0.0",
|
|
43
43
|
"@capacitor/preferences": "^8.0.0",
|
|
44
44
|
"@ngrx/store": "^21.0.0",
|
|
45
|
-
"@o3r/core": "~14.6.0-prerelease.
|
|
46
|
-
"@o3r/logger": "~14.6.0-prerelease.
|
|
47
|
-
"@o3r/schematics": "~14.6.0-prerelease.
|
|
48
|
-
"@o3r/store-sync": "~14.6.0-prerelease.
|
|
45
|
+
"@o3r/core": "~14.6.0-prerelease.49",
|
|
46
|
+
"@o3r/logger": "~14.6.0-prerelease.49",
|
|
47
|
+
"@o3r/schematics": "~14.6.0-prerelease.49",
|
|
48
|
+
"@o3r/store-sync": "~14.6.0-prerelease.49",
|
|
49
49
|
"@schematics/angular": "^21.0.0",
|
|
50
50
|
"fast-deep-equal": "^3.1.3",
|
|
51
51
|
"rxjs": "^7.8.1",
|