metag-sdk-ionic 1.2.7-native-0.52 → 1.2.7-native-0.54
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,16 +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
|
|
9
|
-
const
|
|
10
|
-
i0.ɵɵelementStart(0, "div",
|
|
11
|
-
i0.ɵɵlistener("click", function
|
|
12
|
-
i0.ɵɵelement(2, "ion-icon",
|
|
8
|
+
function NativeCameraDpiComponent_div_4_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
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
14
|
} }
|
|
15
|
-
function
|
|
16
|
-
i0.ɵɵelementStart(0, "div",
|
|
17
|
-
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);
|
|
18
18
|
i0.ɵɵelementStart(2, "p");
|
|
19
19
|
i0.ɵɵtext(3, "Procesando foto...");
|
|
20
20
|
i0.ɵɵelementEnd()();
|
|
@@ -47,11 +47,13 @@ export class NativeCameraDpiComponent {
|
|
|
47
47
|
}
|
|
48
48
|
async startCamera() {
|
|
49
49
|
try {
|
|
50
|
-
// Usar elemento HTML para renderizar la cámara
|
|
51
50
|
const cameraPreviewOptions = {
|
|
52
51
|
position: 'rear',
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
width: window.screen.width,
|
|
53
|
+
height: window.screen.height,
|
|
54
|
+
x: 0,
|
|
55
|
+
y: 0,
|
|
56
|
+
toBack: true,
|
|
55
57
|
enableHighResolution: true,
|
|
56
58
|
disableAudio: true
|
|
57
59
|
};
|
|
@@ -173,29 +175,24 @@ export class NativeCameraDpiComponent {
|
|
|
173
175
|
await alert.present();
|
|
174
176
|
}
|
|
175
177
|
static { this.ɵfac = function NativeCameraDpiComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NativeCameraDpiComponent)(i0.ɵɵdirectiveInject(i1.ModalController), i0.ɵɵdirectiveInject(i1.Platform)); }; }
|
|
176
|
-
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:
|
|
177
|
-
|
|
178
|
-
i0.ɵɵ
|
|
179
|
-
i0.ɵɵelement(
|
|
180
|
-
i0.ɵɵelementStart(3, "div", 3)(4, "button", 4);
|
|
181
|
-
i0.ɵɵlistener("click", function NativeCameraDpiComponent_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.closeCamera()); });
|
|
182
|
-
i0.ɵɵelement(5, "ion-icon", 5);
|
|
178
|
+
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-content"], [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) {
|
|
179
|
+
i0.ɵɵelementStart(0, "ion-content", 0)(1, "div", 1)(2, "button", 2);
|
|
180
|
+
i0.ɵɵlistener("click", function NativeCameraDpiComponent_Template_button_click_2_listener() { return ctx.closeCamera(); });
|
|
181
|
+
i0.ɵɵelement(3, "ion-icon", 3);
|
|
183
182
|
i0.ɵɵelementEnd()();
|
|
184
|
-
i0.ɵɵtemplate(
|
|
183
|
+
i0.ɵɵtemplate(4, NativeCameraDpiComponent_div_4_Template, 3, 0, "div", 4)(5, NativeCameraDpiComponent_div_5_Template, 4, 0, "div", 5);
|
|
185
184
|
i0.ɵɵelementEnd();
|
|
186
185
|
} if (rf & 2) {
|
|
187
|
-
i0.ɵɵadvance(
|
|
186
|
+
i0.ɵɵadvance(4);
|
|
188
187
|
i0.ɵɵproperty("ngIf", !ctx.isCapturing);
|
|
189
188
|
i0.ɵɵadvance();
|
|
190
189
|
i0.ɵɵproperty("ngIf", ctx.isCapturing);
|
|
191
|
-
} }, dependencies: [IonicModule, i1.IonIcon, i1.IonSpinner, CommonModule, i2.NgIf], styles: ["\n .camera-
|
|
190
|
+
} }, dependencies: [IonicModule, i1.IonContent, i1.IonIcon, i1.IonSpinner, CommonModule, i2.NgIf], styles: ["\n .camera-content {\n --background: transparent;\n --ion-background-color: transparent;\n }\n\n .top-bar {\n position: fixed;\n top: 20px;\n right: 20px;\n z-index: 9999;\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 color: white;\n }\n\n .capture-controls {\n position: fixed;\n bottom: 50px;\n left: 50%;\n transform: translateX(-50%);\n z-index: 9999;\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: fixed;\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: 10000;\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 "], encapsulation: 2 }); }
|
|
192
191
|
}
|
|
193
192
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeCameraDpiComponent, [{
|
|
194
193
|
type: Component,
|
|
195
194
|
args: [{ selector: 'app-native-camera-dpi', standalone: true, imports: [IonicModule, CommonModule], template: `
|
|
196
|
-
<
|
|
197
|
-
<div class="camera-preview" #cameraPreview></div>
|
|
198
|
-
|
|
195
|
+
<ion-content class="camera-content">
|
|
199
196
|
<div class="top-bar">
|
|
200
197
|
<button class="close-btn" (click)="closeCamera()">
|
|
201
198
|
<ion-icon name="close"></ion-icon>
|
|
@@ -212,8 +209,8 @@ export class NativeCameraDpiComponent {
|
|
|
212
209
|
<ion-spinner name="crescent" color="light"></ion-spinner>
|
|
213
210
|
<p>Procesando foto...</p>
|
|
214
211
|
</div>
|
|
215
|
-
</
|
|
216
|
-
`, encapsulation: ViewEncapsulation.None, styles: ["\n .camera-
|
|
212
|
+
</ion-content>
|
|
213
|
+
`, encapsulation: ViewEncapsulation.None, styles: ["\n .camera-content {\n --background: transparent;\n --ion-background-color: transparent;\n }\n\n .top-bar {\n position: fixed;\n top: 20px;\n right: 20px;\n z-index: 9999;\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 color: white;\n }\n\n .capture-controls {\n position: fixed;\n bottom: 50px;\n left: 50%;\n transform: translateX(-50%);\n z-index: 9999;\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: fixed;\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: 10000;\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 "] }]
|
|
217
214
|
}], () => [{ type: i1.ModalController }, { type: i1.Platform }], { text1: [{
|
|
218
215
|
type: Input
|
|
219
216
|
}], text2: [{
|
|
@@ -225,5 +222,5 @@ export class NativeCameraDpiComponent {
|
|
|
225
222
|
}], closeRequested: [{
|
|
226
223
|
type: Input
|
|
227
224
|
}] }); })();
|
|
228
|
-
(() => { (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:
|
|
225
|
+
(() => { (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: 118 }); })();
|
|
229
226
|
//# 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