metag-sdk-ionic 1.2.7-native-0.44 → 1.2.7-native-0.45
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/dist/src/app/pages/id-vision/components/native-camera-dpi/native-camera-dpi.component.js
CHANGED
|
@@ -5,24 +5,16 @@ import { CameraPreview } from '@capacitor-community/camera-preview';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "@ionic/angular";
|
|
7
7
|
import * as i2 from "@angular/common";
|
|
8
|
-
function
|
|
8
|
+
function NativeCameraDpiComponent_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
9
9
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
10
|
-
i0.ɵɵelementStart(0, "div",
|
|
11
|
-
i0.ɵɵlistener("click", function
|
|
12
|
-
i0.ɵɵelement(
|
|
10
|
+
i0.ɵɵelementStart(0, "div", 6)(1, "button", 7);
|
|
11
|
+
i0.ɵɵlistener("click", function NativeCameraDpiComponent_div_4_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.capturePhoto()); });
|
|
12
|
+
i0.ɵɵelement(2, "ion-icon", 8);
|
|
13
13
|
i0.ɵɵelementEnd()();
|
|
14
|
-
i0.ɵɵelementStart(4, "div", 7)(5, "ion-button", 8);
|
|
15
|
-
i0.ɵɵlistener("click", function NativeCameraDpiComponent_div_2_Template_ion_button_click_5_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.capturePhoto()); });
|
|
16
|
-
i0.ɵɵelement(6, "ion-icon", 9);
|
|
17
|
-
i0.ɵɵelementEnd()()();
|
|
18
|
-
} if (rf & 2) {
|
|
19
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
20
|
-
i0.ɵɵadvance(5);
|
|
21
|
-
i0.ɵɵproperty("disabled", ctx_r1.isCapturing);
|
|
22
14
|
} }
|
|
23
|
-
function
|
|
24
|
-
i0.ɵɵelementStart(0, "div",
|
|
25
|
-
i0.ɵɵelement(1, "ion-spinner",
|
|
15
|
+
function NativeCameraDpiComponent_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
16
|
+
i0.ɵɵelementStart(0, "div", 9);
|
|
17
|
+
i0.ɵɵelement(1, "ion-spinner", 10);
|
|
26
18
|
i0.ɵɵelementStart(2, "p");
|
|
27
19
|
i0.ɵɵtext(3, "Procesando foto...");
|
|
28
20
|
i0.ɵɵelementEnd()();
|
|
@@ -179,44 +171,42 @@ export class NativeCameraDpiComponent {
|
|
|
179
171
|
await alert.present();
|
|
180
172
|
}
|
|
181
173
|
static { this.ɵfac = function NativeCameraDpiComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NativeCameraDpiComponent)(i0.ɵɵdirectiveInject(i1.ModalController), i0.ɵɵdirectiveInject(i1.Platform)); }; }
|
|
182
|
-
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NativeCameraDpiComponent, selectors: [["app-native-camera-dpi"]], inputs: { text1: "text1", text2: "text2", overlaySrc: "overlaySrc", onTakePicture: "onTakePicture", closeRequested: "closeRequested" }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls:
|
|
183
|
-
i0.ɵɵelementStart(0, "
|
|
184
|
-
i0.ɵɵ
|
|
174
|
+
static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NativeCameraDpiComponent, selectors: [["app-native-camera-dpi"]], inputs: { text1: "text1", text2: "text2", overlaySrc: "overlaySrc", onTakePicture: "onTakePicture", closeRequested: "closeRequested" }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 6, vars: 2, consts: [[1, "camera-overlay"], [1, "top-bar"], [1, "close-btn", 3, "click"], ["name", "close"], ["class", "capture-controls", 4, "ngIf"], ["class", "loading-overlay", 4, "ngIf"], [1, "capture-controls"], [1, "capture-button", 3, "click"], ["name", "camera"], [1, "loading-overlay"], ["name", "crescent", "color", "light"]], template: function NativeCameraDpiComponent_Template(rf, ctx) { if (rf & 1) {
|
|
175
|
+
i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "button", 2);
|
|
176
|
+
i0.ɵɵlistener("click", function NativeCameraDpiComponent_Template_button_click_2_listener() { return ctx.closeCamera(); });
|
|
177
|
+
i0.ɵɵelement(3, "ion-icon", 3);
|
|
185
178
|
i0.ɵɵelementEnd()();
|
|
179
|
+
i0.ɵɵtemplate(4, NativeCameraDpiComponent_div_4_Template, 3, 0, "div", 4)(5, NativeCameraDpiComponent_div_5_Template, 4, 0, "div", 5);
|
|
180
|
+
i0.ɵɵelementEnd();
|
|
186
181
|
} if (rf & 2) {
|
|
187
|
-
i0.ɵɵadvance(
|
|
182
|
+
i0.ɵɵadvance(4);
|
|
188
183
|
i0.ɵɵproperty("ngIf", !ctx.isCapturing);
|
|
189
184
|
i0.ɵɵadvance();
|
|
190
185
|
i0.ɵɵproperty("ngIf", ctx.isCapturing);
|
|
191
|
-
} }, dependencies: [IonicModule, i1.
|
|
186
|
+
} }, dependencies: [IonicModule, i1.IonIcon, i1.IonSpinner, CommonModule, i2.NgIf], styles: ["[_nghost-%COMP%] {\n position: fixed;\n top: 0;\n left: 0;\n width: 100vw;\n height: 100vh;\n z-index: 999999;\n }\n\n .camera-overlay[_ngcontent-%COMP%] {\n position: fixed;\n top: 0;\n left: 0;\n width: 100vw;\n height: 100vh;\n z-index: 999999;\n }\n\n .top-bar[_ngcontent-%COMP%] {\n position: absolute;\n top: 20px;\n right: 20px;\n z-index: 1000000;\n }\n\n .close-btn[_ngcontent-%COMP%] {\n background: rgba(0, 0, 0, 0.6);\n border: 2px solid white;\n border-radius: 50%;\n width: 50px;\n height: 50px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: white;\n font-size: 28px;\n cursor: pointer;\n padding: 0;\n }\n\n .close-btn[_ngcontent-%COMP%] ion-icon[_ngcontent-%COMP%] {\n font-size: 28px;\n }\n\n .capture-controls[_ngcontent-%COMP%] {\n position: absolute;\n bottom: 50px;\n left: 50%;\n transform: translateX(-50%);\n z-index: 1000000;\n }\n\n .capture-button[_ngcontent-%COMP%] {\n background: white;\n border: 4px solid rgba(0, 0, 0, 0.3);\n border-radius: 50%;\n width: 80px;\n height: 80px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: #000;\n font-size: 36px;\n cursor: pointer;\n padding: 0;\n box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);\n }\n\n .capture-button[_ngcontent-%COMP%] ion-icon[_ngcontent-%COMP%] {\n font-size: 36px;\n }\n\n .loading-overlay[_ngcontent-%COMP%] {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.8);\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n z-index: 1000001;\n }\n\n .loading-overlay[_ngcontent-%COMP%] p[_ngcontent-%COMP%] {\n color: white;\n margin-top: 20px;\n font-size: 16px;\n }\n\n .loading-overlay[_ngcontent-%COMP%] ion-spinner[_ngcontent-%COMP%] {\n width: 50px;\n height: 50px;\n }"] }); }
|
|
192
187
|
}
|
|
193
188
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeCameraDpiComponent, [{
|
|
194
189
|
type: Component,
|
|
195
190
|
args: [{ selector: 'app-native-camera-dpi', standalone: true, imports: [IonicModule, CommonModule], template: `
|
|
196
|
-
<
|
|
197
|
-
<div class="
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
<ion-icon name="camera" slot="icon-only"></ion-icon>
|
|
209
|
-
</ion-button>
|
|
210
|
-
</div>
|
|
211
|
-
</div>
|
|
191
|
+
<div class="camera-overlay">
|
|
192
|
+
<div class="top-bar">
|
|
193
|
+
<button class="close-btn" (click)="closeCamera()">
|
|
194
|
+
<ion-icon name="close"></ion-icon>
|
|
195
|
+
</button>
|
|
196
|
+
</div>
|
|
197
|
+
|
|
198
|
+
<div class="capture-controls" *ngIf="!isCapturing">
|
|
199
|
+
<button class="capture-button" (click)="capturePhoto()">
|
|
200
|
+
<ion-icon name="camera"></ion-icon>
|
|
201
|
+
</button>
|
|
202
|
+
</div>
|
|
212
203
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
</div>
|
|
204
|
+
<div class="loading-overlay" *ngIf="isCapturing">
|
|
205
|
+
<ion-spinner name="crescent" color="light"></ion-spinner>
|
|
206
|
+
<p>Procesando foto...</p>
|
|
217
207
|
</div>
|
|
218
|
-
</
|
|
219
|
-
`, encapsulation: ViewEncapsulation.Emulated, styles: ["\n :host {\n
|
|
208
|
+
</div>
|
|
209
|
+
`, encapsulation: ViewEncapsulation.Emulated, styles: ["\n :host {\n position: fixed;\n top: 0;\n left: 0;\n width: 100vw;\n height: 100vh;\n z-index: 999999;\n }\n\n .camera-overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100vw;\n height: 100vh;\n z-index: 999999;\n }\n\n .top-bar {\n position: absolute;\n top: 20px;\n right: 20px;\n z-index: 1000000;\n }\n\n .close-btn {\n background: rgba(0, 0, 0, 0.6);\n border: 2px solid white;\n border-radius: 50%;\n width: 50px;\n height: 50px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: white;\n font-size: 28px;\n cursor: pointer;\n padding: 0;\n }\n\n .close-btn ion-icon {\n font-size: 28px;\n }\n\n .capture-controls {\n position: absolute;\n bottom: 50px;\n left: 50%;\n transform: translateX(-50%);\n z-index: 1000000;\n }\n\n .capture-button {\n background: white;\n border: 4px solid rgba(0, 0, 0, 0.3);\n border-radius: 50%;\n width: 80px;\n height: 80px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: #000;\n font-size: 36px;\n cursor: pointer;\n padding: 0;\n box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);\n }\n\n .capture-button ion-icon {\n font-size: 36px;\n }\n\n .loading-overlay {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.8);\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n z-index: 1000001;\n }\n\n .loading-overlay p {\n color: white;\n margin-top: 20px;\n font-size: 16px;\n }\n\n .loading-overlay ion-spinner {\n width: 50px;\n height: 50px;\n }\n "] }]
|
|
220
210
|
}], () => [{ type: i1.ModalController }, { type: i1.Platform }], { text1: [{
|
|
221
211
|
type: Input
|
|
222
212
|
}], text2: [{
|
|
@@ -228,5 +218,5 @@ export class NativeCameraDpiComponent {
|
|
|
228
218
|
}], closeRequested: [{
|
|
229
219
|
type: Input
|
|
230
220
|
}] }); })();
|
|
231
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NativeCameraDpiComponent, { className: "NativeCameraDpiComponent", filePath: "src\\app\\pages\\id-vision\\components\\native-camera-dpi\\native-camera-dpi.component.ts", lineNumber:
|
|
221
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NativeCameraDpiComponent, { className: "NativeCameraDpiComponent", filePath: "src\\app\\pages\\id-vision\\components\\native-camera-dpi\\native-camera-dpi.component.ts", lineNumber: 130 }); })();
|
|
232
222
|
//# sourceMappingURL=native-camera-dpi.component.js.map
|
package/dist/src/app/pages/id-vision/components/native-camera-dpi/native-camera-dpi.component.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"native-camera-dpi.component.js","sourceRoot":"","sources":["../../../../../../../src/app/pages/id-vision/components/native-camera-dpi/native-camera-dpi.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAqB,iBAAiB,EAAE,MAAM,eAAe,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAA6B,MAAM,gBAAgB,CAAC;AACxE,OAAO,EAAE,aAAa,EAAwB,MAAM,qCAAqC,CAAC;;;;;;
|
|
1
|
+
{"version":3,"file":"native-camera-dpi.component.js","sourceRoot":"","sources":["../../../../../../../src/app/pages/id-vision/components/native-camera-dpi/native-camera-dpi.component.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED