@o3r/mobile 13.5.0-prerelease.26 → 13.5.0-prerelease.28
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: "20.3.
|
|
77
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
76
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CapacitorTargetService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
77
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CapacitorTargetService, providedIn: 'root' }); }
|
|
78
78
|
}
|
|
79
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", 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: "20.3.
|
|
140
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.
|
|
139
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CapacitorRehydrater, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
140
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CapacitorRehydrater }); }
|
|
141
141
|
}
|
|
142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CapacitorRehydrater, decorators: [{
|
|
143
143
|
type: Injectable
|
|
144
144
|
}], ctorParameters: () => [] });
|
|
145
145
|
|
|
@@ -152,15 +152,15 @@ class CapacitorRehydraterModule {
|
|
|
152
152
|
]
|
|
153
153
|
};
|
|
154
154
|
}
|
|
155
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.
|
|
156
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.
|
|
155
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CapacitorRehydraterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
156
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.15", ngImport: i0, type: CapacitorRehydraterModule, imports: [StoreModule,
|
|
157
157
|
LoggerModule] }); }
|
|
158
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.
|
|
158
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CapacitorRehydraterModule, providers: [
|
|
159
159
|
CapacitorRehydrater
|
|
160
160
|
], imports: [StoreModule,
|
|
161
161
|
LoggerModule] }); }
|
|
162
162
|
}
|
|
163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.
|
|
163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: CapacitorRehydraterModule, decorators: [{
|
|
164
164
|
type: NgModule,
|
|
165
165
|
args: [{
|
|
166
166
|
imports: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/mobile",
|
|
3
|
-
"version": "13.5.0-prerelease.
|
|
3
|
+
"version": "13.5.0-prerelease.28",
|
|
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": "~13.5.0-prerelease.
|
|
29
|
+
"@o3r/schematics": "~13.5.0-prerelease.28",
|
|
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": "^7.0.0",
|
|
43
43
|
"@capacitor/preferences": "^7.0.0",
|
|
44
44
|
"@ngrx/store": "^20.0.0",
|
|
45
|
-
"@o3r/core": "~13.5.0-prerelease.
|
|
46
|
-
"@o3r/logger": "~13.5.0-prerelease.
|
|
47
|
-
"@o3r/schematics": "~13.5.0-prerelease.
|
|
48
|
-
"@o3r/store-sync": "~13.5.0-prerelease.
|
|
45
|
+
"@o3r/core": "~13.5.0-prerelease.28",
|
|
46
|
+
"@o3r/logger": "~13.5.0-prerelease.28",
|
|
47
|
+
"@o3r/schematics": "~13.5.0-prerelease.28",
|
|
48
|
+
"@o3r/store-sync": "~13.5.0-prerelease.28",
|
|
49
49
|
"@schematics/angular": "^20.0.0",
|
|
50
50
|
"fast-deep-equal": "^3.1.3",
|
|
51
51
|
"rxjs": "^7.8.1",
|