metag-sdk-ionic 1.2.7-native-0.49 → 1.2.7-native-0.51
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_6_Template(rf, ctx) { if (rf & 1) {
|
|
9
|
+
const _r2 = i0.ɵɵgetCurrentView();
|
|
10
|
+
i0.ɵɵelementStart(0, "div", 8)(1, "button", 9);
|
|
11
|
+
i0.ɵɵlistener("click", function NativeCameraDpiComponent_div_6_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.capturePhoto()); });
|
|
12
|
+
i0.ɵɵelement(2, "ion-icon", 10);
|
|
13
13
|
i0.ɵɵelementEnd()();
|
|
14
14
|
} }
|
|
15
|
-
function
|
|
16
|
-
i0.ɵɵelementStart(0, "div",
|
|
17
|
-
i0.ɵɵelement(1, "ion-spinner",
|
|
15
|
+
function NativeCameraDpiComponent_div_7_Template(rf, ctx) { if (rf & 1) {
|
|
16
|
+
i0.ɵɵelementStart(0, "div", 11);
|
|
17
|
+
i0.ɵɵelement(1, "ion-spinner", 12);
|
|
18
18
|
i0.ɵɵelementStart(2, "p");
|
|
19
19
|
i0.ɵɵtext(3, "Procesando foto...");
|
|
20
20
|
i0.ɵɵelementEnd()();
|
|
@@ -44,35 +44,19 @@ export class NativeCameraDpiComponent {
|
|
|
44
44
|
}
|
|
45
45
|
async ngOnDestroy() {
|
|
46
46
|
await this.stopCamera();
|
|
47
|
-
// Restaurar el color del body
|
|
48
|
-
document.body.style.backgroundColor = '';
|
|
49
47
|
}
|
|
50
48
|
async startCamera() {
|
|
51
49
|
try {
|
|
50
|
+
// Usar elemento HTML para renderizar la cámara
|
|
52
51
|
const cameraPreviewOptions = {
|
|
53
|
-
position: 'rear',
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
x: 0,
|
|
57
|
-
y: 0,
|
|
58
|
-
toBack: true, // Cámara detrás del HTML
|
|
59
|
-
enableZoom: true,
|
|
52
|
+
position: 'rear',
|
|
53
|
+
parent: 'cameraPreview', // Renderizar en el elemento HTML
|
|
54
|
+
className: 'camera-preview-class',
|
|
60
55
|
enableHighResolution: true,
|
|
61
|
-
lockAndroidOrientation: true,
|
|
62
56
|
disableAudio: true
|
|
63
57
|
};
|
|
64
58
|
await CameraPreview.start(cameraPreviewOptions);
|
|
65
59
|
console.log('✅ Cámara trasera iniciada correctamente');
|
|
66
|
-
// Hacer todo transparente para ver la cámara
|
|
67
|
-
document.body.style.backgroundColor = 'transparent';
|
|
68
|
-
const ionApp = document.querySelector('ion-app');
|
|
69
|
-
if (ionApp) {
|
|
70
|
-
ionApp.style.background = 'transparent';
|
|
71
|
-
}
|
|
72
|
-
const ionContent = document.querySelector('.camera-content');
|
|
73
|
-
if (ionContent) {
|
|
74
|
-
ionContent.style.setProperty('--background', 'transparent', 'important');
|
|
75
|
-
}
|
|
76
60
|
}
|
|
77
61
|
catch (error) {
|
|
78
62
|
console.error('❌ Error al iniciar cámara:', error);
|
|
@@ -189,52 +173,47 @@ export class NativeCameraDpiComponent {
|
|
|
189
173
|
await alert.present();
|
|
190
174
|
}
|
|
191
175
|
static { this.ɵfac = function NativeCameraDpiComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NativeCameraDpiComponent)(i0.ɵɵdirectiveInject(i1.ModalController), i0.ɵɵdirectiveInject(i1.Platform)); }; }
|
|
192
|
-
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:
|
|
193
|
-
i0.ɵɵ
|
|
194
|
-
i0.ɵɵ
|
|
195
|
-
i0.ɵɵ
|
|
196
|
-
i0.ɵɵelementStart(
|
|
197
|
-
i0.ɵɵlistener("click", function
|
|
198
|
-
i0.ɵɵelement(
|
|
199
|
-
i0.ɵɵelementEnd()();
|
|
200
|
-
i0.ɵɵtemplate(7, NativeCameraDpiComponent_div_7_Template, 3, 0, "div", 7)(8, NativeCameraDpiComponent_div_8_Template, 4, 0, "div", 8);
|
|
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: 8, vars: 2, consts: [["cameraPreview", ""], [1, "camera-container"], [1, "camera-preview"], [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) {
|
|
177
|
+
const _r1 = i0.ɵɵgetCurrentView();
|
|
178
|
+
i0.ɵɵelementStart(0, "div", 1);
|
|
179
|
+
i0.ɵɵelement(1, "div", 2, 0);
|
|
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);
|
|
201
183
|
i0.ɵɵelementEnd()();
|
|
184
|
+
i0.ɵɵtemplate(6, NativeCameraDpiComponent_div_6_Template, 3, 0, "div", 6)(7, NativeCameraDpiComponent_div_7_Template, 4, 0, "div", 7);
|
|
185
|
+
i0.ɵɵelementEnd();
|
|
202
186
|
} if (rf & 2) {
|
|
203
|
-
i0.ɵɵadvance(
|
|
187
|
+
i0.ɵɵadvance(6);
|
|
204
188
|
i0.ɵɵproperty("ngIf", !ctx.isCapturing);
|
|
205
189
|
i0.ɵɵadvance();
|
|
206
190
|
i0.ɵɵproperty("ngIf", ctx.isCapturing);
|
|
207
|
-
} }, dependencies: [IonicModule, i1.
|
|
191
|
+
} }, dependencies: [IonicModule, i1.IonIcon, i1.IonSpinner, CommonModule, i2.NgIf], styles: ["\n .camera-container {\n position: fixed;\n top: 0;\n left: 0;\n width: 100vw;\n height: 100vh;\n background: #000;\n }\n\n .camera-preview {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 1;\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 }); }
|
|
208
192
|
}
|
|
209
193
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeCameraDpiComponent, [{
|
|
210
194
|
type: Component,
|
|
211
195
|
args: [{ selector: 'app-native-camera-dpi', standalone: true, imports: [IonicModule, CommonModule], template: `
|
|
212
|
-
<
|
|
213
|
-
<
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
<button class="capture-button" (click)="capturePhoto()">
|
|
227
|
-
<ion-icon name="camera"></ion-icon>
|
|
228
|
-
</button>
|
|
229
|
-
</div>
|
|
196
|
+
<div class="camera-container">
|
|
197
|
+
<div class="camera-preview" #cameraPreview></div>
|
|
198
|
+
|
|
199
|
+
<div class="top-bar">
|
|
200
|
+
<button class="close-btn" (click)="closeCamera()">
|
|
201
|
+
<ion-icon name="close"></ion-icon>
|
|
202
|
+
</button>
|
|
203
|
+
</div>
|
|
204
|
+
|
|
205
|
+
<div class="capture-controls" *ngIf="!isCapturing">
|
|
206
|
+
<button class="capture-button" (click)="capturePhoto()">
|
|
207
|
+
<ion-icon name="camera"></ion-icon>
|
|
208
|
+
</button>
|
|
209
|
+
</div>
|
|
230
210
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
</div>
|
|
211
|
+
<div class="loading-overlay" *ngIf="isCapturing">
|
|
212
|
+
<ion-spinner name="crescent" color="light"></ion-spinner>
|
|
213
|
+
<p>Procesando foto...</p>
|
|
235
214
|
</div>
|
|
236
|
-
</
|
|
237
|
-
`, encapsulation: ViewEncapsulation.None, styles: ["\n .camera-
|
|
215
|
+
</div>
|
|
216
|
+
`, encapsulation: ViewEncapsulation.None, styles: ["\n .camera-container {\n position: fixed;\n top: 0;\n left: 0;\n width: 100vw;\n height: 100vh;\n background: #000;\n }\n\n .camera-preview {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 1;\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 "] }]
|
|
238
217
|
}], () => [{ type: i1.ModalController }, { type: i1.Platform }], { text1: [{
|
|
239
218
|
type: Input
|
|
240
219
|
}], text2: [{
|
|
@@ -246,5 +225,5 @@ export class NativeCameraDpiComponent {
|
|
|
246
225
|
}], closeRequested: [{
|
|
247
226
|
type: Input
|
|
248
227
|
}] }); })();
|
|
249
|
-
(() => { (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:
|
|
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: 133 }); })();
|
|
250
229
|
//# 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