metag-sdk-ionic 1.2.7-native-0.120 → 1.2.7-native-0.121

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.
@@ -26,7 +26,7 @@ export declare class NativeVideoSelfiePreviewComponent implements AfterViewInit,
26
26
  ngOnDestroy(): Promise<void>;
27
27
  startCameraPreview(): Promise<void>;
28
28
  stopCameraPreview(): Promise<void>;
29
- handleStartClick(event: Event): void;
29
+ handleScreenTap(): void;
30
30
  recordVideo(): void;
31
31
  startVideoRecord(): Promise<void>;
32
32
  stopRecording(): Promise<void>;
@@ -51,13 +51,14 @@ function NativeVideoSelfiePreviewComponent_div_4_Template(rf, ctx) { if (rf & 1)
51
51
  i0.ɵɵtext(3, "Procesando video...");
52
52
  i0.ɵɵelementEnd()();
53
53
  } }
54
- function NativeVideoSelfiePreviewComponent_button_5_Template(rf, ctx) { if (rf & 1) {
55
- const _r2 = i0.ɵɵgetCurrentView();
56
- i0.ɵɵelementStart(0, "button", 16);
57
- i0.ɵɵlistener("click", function NativeVideoSelfiePreviewComponent_button_5_Template_button_click_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r0 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r0.handleStartClick($event)); });
58
- i0.ɵɵelement(1, "ion-icon", 17);
59
- i0.ɵɵelementStart(2, "span");
60
- i0.ɵɵtext(3, "COMENZAR");
54
+ function NativeVideoSelfiePreviewComponent_div_5_Template(rf, ctx) { if (rf & 1) {
55
+ i0.ɵɵelementStart(0, "div", 16)(1, "button", 17);
56
+ i0.ɵɵelement(2, "ion-icon", 18);
57
+ i0.ɵɵelementStart(3, "span");
58
+ i0.ɵɵtext(4, "COMENZAR");
59
+ i0.ɵɵelementEnd()();
60
+ i0.ɵɵelementStart(5, "div", 19);
61
+ i0.ɵɵtext(6, "Toca cualquier parte para iniciar");
61
62
  i0.ɵɵelementEnd()();
62
63
  } }
63
64
  const _c0 = ".processing-overlay[_ngcontent-%COMP%] p[_ngcontent-%COMP%] { color: white; font-size: 18px; font-weight: bold; }";
@@ -108,17 +109,17 @@ export class NativeVideoSelfiePreviewComponent {
108
109
  await new Promise(resolve => setTimeout(resolve, 100));
109
110
  const cameraPreviewOptions = {
110
111
  position: 'front',
111
- toBack: true,
112
+ toBack: false,
112
113
  x: 0,
113
114
  y: 0,
114
115
  width: window.screen.width,
115
116
  height: window.screen.height,
116
117
  disableAudio: false,
117
- enableOpacity: false,
118
+ enableOpacity: true,
118
119
  enableZoom: false,
119
120
  lockAndroidOrientation: true
120
121
  };
121
- console.log('[NativeVideoSelfiePreview] Iniciando CameraPreview con toBack: true (cámara detrás de WebView)');
122
+ console.log('[NativeVideoSelfiePreview] Iniciando CameraPreview con toBack: false (cámara encima de WebView)');
122
123
  await CameraPreview.start(cameraPreviewOptions);
123
124
  console.log('[NativeVideoSelfiePreview] ✅ CameraPreview iniciado correctamente');
124
125
  this.changeDetector.detectChanges();
@@ -137,8 +138,7 @@ export class NativeVideoSelfiePreviewComponent {
137
138
  console.error('[NativeVideoSelfiePreview] Error deteniendo CameraPreview:', error);
138
139
  }
139
140
  }
140
- handleStartClick(event) {
141
- event.stopPropagation();
141
+ handleScreenTap() {
142
142
  if (!this.isRecording && !this.isProcessing && this.countdown === 0) {
143
143
  this.recordVideo();
144
144
  }
@@ -285,9 +285,10 @@ export class NativeVideoSelfiePreviewComponent {
285
285
  await alert.present();
286
286
  }
287
287
  static { this.ɵfac = function NativeVideoSelfiePreviewComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || NativeVideoSelfiePreviewComponent)(i0.ɵɵdirectiveInject(i1.Platform), i0.ɵɵdirectiveInject(i1.ModalController), i0.ɵɵdirectiveInject(i1.AlertController), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i2.ModalDpiServices)); }; }
288
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NativeVideoSelfiePreviewComponent, selectors: [["app-native-video-selfie-preview"]], inputs: { text1: "text1", text2: "text2", backFunction: "backFunction" }, outputs: { closeRequested: "closeRequested" }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 8, vars: 5, consts: [[1, "camera-fullscreen"], ["class", "instructions-overlay", 4, "ngIf"], ["class", "countdown-overlay", 4, "ngIf"], ["class", "timer-overlay", 4, "ngIf"], ["class", "processing-overlay", 4, "ngIf"], ["class", "start-record-button", 3, "click", 4, "ngIf"], [1, "close-button", 3, "click"], [1, "instructions-overlay"], [1, "instruction-box"], [1, "countdown-overlay"], [1, "countdown"], [1, "timer-overlay"], [1, "timer"], [1, "recording-indicator"], [1, "processing-overlay"], ["name", "crescent"], [1, "start-record-button", 3, "click"], ["name", "videocam"]], template: function NativeVideoSelfiePreviewComponent_Template(rf, ctx) { if (rf & 1) {
288
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: NativeVideoSelfiePreviewComponent, selectors: [["app-native-video-selfie-preview"]], inputs: { text1: "text1", text2: "text2", backFunction: "backFunction" }, outputs: { closeRequested: "closeRequested" }, standalone: true, features: [i0.ɵɵStandaloneFeature], decls: 8, vars: 5, consts: [[1, "camera-fullscreen", 3, "click"], ["class", "instructions-overlay", 4, "ngIf"], ["class", "countdown-overlay", 4, "ngIf"], ["class", "timer-overlay", 4, "ngIf"], ["class", "processing-overlay", 4, "ngIf"], ["class", "start-record-visual", 4, "ngIf"], [1, "close-button", 3, "click"], [1, "instructions-overlay"], [1, "instruction-box"], [1, "countdown-overlay"], [1, "countdown"], [1, "timer-overlay"], [1, "timer"], [1, "recording-indicator"], [1, "processing-overlay"], ["name", "crescent"], [1, "start-record-visual"], ["tabindex", "-1", 1, "start-record-button"], ["name", "videocam"], [1, "tap-instruction"]], template: function NativeVideoSelfiePreviewComponent_Template(rf, ctx) { if (rf & 1) {
289
289
  i0.ɵɵelementStart(0, "div", 0);
290
- i0.ɵɵtemplate(1, NativeVideoSelfiePreviewComponent_div_1_Template, 6, 2, "div", 1)(2, NativeVideoSelfiePreviewComponent_div_2_Template, 3, 1, "div", 2)(3, NativeVideoSelfiePreviewComponent_div_3_Template, 5, 1, "div", 3)(4, NativeVideoSelfiePreviewComponent_div_4_Template, 4, 0, "div", 4)(5, NativeVideoSelfiePreviewComponent_button_5_Template, 4, 0, "button", 5);
290
+ i0.ɵɵlistener("click", function NativeVideoSelfiePreviewComponent_Template_div_click_0_listener() { return ctx.handleScreenTap(); });
291
+ i0.ɵɵtemplate(1, NativeVideoSelfiePreviewComponent_div_1_Template, 6, 2, "div", 1)(2, NativeVideoSelfiePreviewComponent_div_2_Template, 3, 1, "div", 2)(3, NativeVideoSelfiePreviewComponent_div_3_Template, 5, 1, "div", 3)(4, NativeVideoSelfiePreviewComponent_div_4_Template, 4, 0, "div", 4)(5, NativeVideoSelfiePreviewComponent_div_5_Template, 7, 0, "div", 5);
291
292
  i0.ɵɵelementStart(6, "button", 6);
292
293
  i0.ɵɵlistener("click", function NativeVideoSelfiePreviewComponent_Template_button_click_6_listener($event) { return ctx.closeRequestedFunction($event); });
293
294
  i0.ɵɵtext(7, "\u2715");
@@ -303,12 +304,12 @@ export class NativeVideoSelfiePreviewComponent {
303
304
  i0.ɵɵproperty("ngIf", ctx.isProcessing);
304
305
  i0.ɵɵadvance();
305
306
  i0.ɵɵproperty("ngIf", !ctx.isRecording && ctx.countdown === 0 && !ctx.isProcessing);
306
- } }, dependencies: [IonicModule, i1.IonIcon, i1.IonSpinner, CommonModule, i3.NgIf], styles: ["[_nghost-%COMP%] { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2147483646 !important; background: transparent !important; pointer-events: auto !important; }", ".camera-fullscreen[_ngcontent-%COMP%] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; pointer-events: auto !important; z-index: 2147483646 !important; }", ".instructions-overlay[_ngcontent-%COMP%], .countdown-overlay[_ngcontent-%COMP%], .timer-overlay[_ngcontent-%COMP%], .processing-overlay[_ngcontent-%COMP%] { background: transparent !important; box-shadow: none !important; }", ".modal-wrapper[_ngcontent-%COMP%], .modal-shadow[_ngcontent-%COMP%], ion-content[_ngcontent-%COMP%], ion-page[_ngcontent-%COMP%], .inner-scroll[_ngcontent-%COMP%], .background-content[_ngcontent-%COMP%] { background: transparent !important; --background: transparent !important; --ion-background-color: transparent !important; box-shadow: none !important; }", ".instructions-overlay[_ngcontent-%COMP%] { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".instruction-box[_ngcontent-%COMP%] { background: rgba(156, 39, 176, 0.95); padding: 30px; border-radius: 20px; text-align: center; max-width: 80%; box-shadow: 0 8px 16px rgba(0,0,0,0.3); }", ".instruction-box[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] { color: white; font-size: 28px; font-weight: bold; margin: 0 0 15px 0; }", ".instruction-box[_ngcontent-%COMP%] p[_ngcontent-%COMP%] { color: white; font-size: 16px; margin: 10px 0; line-height: 1.5; }", ".countdown-overlay[_ngcontent-%COMP%] { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".countdown[_ngcontent-%COMP%] { font-size: 120px; color: white; font-weight: bold; animation: pulse 1s ease-in-out; }", "@keyframes _ngcontent-%COMP%_pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.8; transform: scale(0.95); } }", ".timer-overlay[_ngcontent-%COMP%] { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 2147483646 !important; pointer-events: none; text-align: center; background: transparent !important; }", ".timer[_ngcontent-%COMP%] { background: rgba(244, 67, 54, 0.95); color: white; font-size: 32px; font-weight: bold; padding: 10px 20px; border-radius: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.3); margin-bottom: 10px; }", ".recording-indicator[_ngcontent-%COMP%] { background: rgba(0, 0, 0, 0.7); color: white; font-size: 14px; font-weight: bold; padding: 5px 15px; border-radius: 10px; }", ".processing-overlay[_ngcontent-%COMP%] { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".processing-overlay[_ngcontent-%COMP%] ion-spinner[_ngcontent-%COMP%] { --color: white; width: 60px; height: 60px; margin-bottom: 20px; }", _c0, ".close-button[_ngcontent-%COMP%] { position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background: rgba(0, 0, 0, 0.3); color: white; border: 2px solid white; font-size: 24px; font-weight: bold; cursor: pointer; z-index: 2147483646 !important; display: flex; align-items: center; justify-content: center; box-shadow: none !important; pointer-events: auto !important; }", _c0, ".start-record-button[_ngcontent-%COMP%] { position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #9c27b0, #e91e63); color: white; border: none; border-radius: 50px; padding: 20px 40px; font-size: 18px; font-weight: bold; display: flex; align-items: center; gap: 12px; box-shadow: none !important; z-index: 2147483646 !important; pointer-events: auto !important; cursor: pointer; transition: all 0.3s ease; }", ".start-record-button[_ngcontent-%COMP%]:active { transform: translateX(-50%) scale(0.95); box-shadow: 0 4px 12px rgba(156, 39, 176, 0.8); }", ".start-record-button[_ngcontent-%COMP%] ion-icon[_ngcontent-%COMP%] { font-size: 24px; }", ".close-button[_ngcontent-%COMP%] { position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background: rgba(0, 0, 0, 0.6); color: white; border: 2px solid white; font-size: 24px; font-weight: bold; cursor: pointer; z-index: 99999; pointer-events: auto; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 8px rgba(0,0,0,0.3); }"] }); }
307
+ } }, dependencies: [IonicModule, i1.IonIcon, i1.IonSpinner, CommonModule, i3.NgIf], styles: ["[_nghost-%COMP%] { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2147483646 !important; background: transparent !important; pointer-events: auto !important; }", ".camera-fullscreen[_ngcontent-%COMP%] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; pointer-events: auto !important; z-index: 2147483646 !important; }", ".instructions-overlay[_ngcontent-%COMP%], .countdown-overlay[_ngcontent-%COMP%], .timer-overlay[_ngcontent-%COMP%], .processing-overlay[_ngcontent-%COMP%] { background: transparent !important; box-shadow: none !important; }", ".modal-wrapper[_ngcontent-%COMP%], .modal-shadow[_ngcontent-%COMP%], ion-content[_ngcontent-%COMP%], ion-page[_ngcontent-%COMP%], .inner-scroll[_ngcontent-%COMP%], .background-content[_ngcontent-%COMP%] { background: transparent !important; --background: transparent !important; --ion-background-color: transparent !important; box-shadow: none !important; }", ".instructions-overlay[_ngcontent-%COMP%] { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".instruction-box[_ngcontent-%COMP%] { background: rgba(156, 39, 176, 0.95); padding: 30px; border-radius: 20px; text-align: center; max-width: 80%; box-shadow: 0 8px 16px rgba(0,0,0,0.3); }", ".instruction-box[_ngcontent-%COMP%] h2[_ngcontent-%COMP%] { color: white; font-size: 28px; font-weight: bold; margin: 0 0 15px 0; }", ".instruction-box[_ngcontent-%COMP%] p[_ngcontent-%COMP%] { color: white; font-size: 16px; margin: 10px 0; line-height: 1.5; }", ".countdown-overlay[_ngcontent-%COMP%] { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".countdown[_ngcontent-%COMP%] { font-size: 120px; color: white; font-weight: bold; animation: pulse 1s ease-in-out; }", "@keyframes _ngcontent-%COMP%_pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.8; transform: scale(0.95); } }", ".timer-overlay[_ngcontent-%COMP%] { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 2147483646 !important; pointer-events: none; text-align: center; background: transparent !important; }", ".timer[_ngcontent-%COMP%] { background: rgba(244, 67, 54, 0.95); color: white; font-size: 32px; font-weight: bold; padding: 10px 20px; border-radius: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.3); margin-bottom: 10px; }", ".recording-indicator[_ngcontent-%COMP%] { background: rgba(0, 0, 0, 0.7); color: white; font-size: 14px; font-weight: bold; padding: 5px 15px; border-radius: 10px; }", ".processing-overlay[_ngcontent-%COMP%] { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".processing-overlay[_ngcontent-%COMP%] ion-spinner[_ngcontent-%COMP%] { --color: white; width: 60px; height: 60px; margin-bottom: 20px; }", _c0, ".close-button[_ngcontent-%COMP%] { position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background: rgba(0, 0, 0, 0.3); color: white; border: 2px solid white; font-size: 24px; font-weight: bold; cursor: pointer; z-index: 2147483646 !important; display: flex; align-items: center; justify-content: center; box-shadow: none !important; pointer-events: auto !important; }", _c0, ".start-record-visual[_ngcontent-%COMP%] { position: fixed; bottom: 120px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".start-record-button[_ngcontent-%COMP%] { background: linear-gradient(135deg, #9c27b0, #e91e63); color: white; border: none; border-radius: 50px; padding: 20px 40px; font-size: 22px; font-weight: bold; display: flex; align-items: center; gap: 12px; box-shadow: 0 8px 20px rgba(156, 39, 176, 0.6); pointer-events: none; cursor: pointer; transition: all 0.3s ease; animation: pulseBtn 1.5s infinite; }", ".start-record-button[_ngcontent-%COMP%] ion-icon[_ngcontent-%COMP%] { font-size: 28px; }", "@keyframes _ngcontent-%COMP%_pulseBtn { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }", ".tap-instruction[_ngcontent-%COMP%] { font-size: 18px; color: #fff; margin-top: 18px; background: rgba(0,0,0,0.4); padding: 8px 18px; border-radius: 12px; font-weight: 500; pointer-events: none; }", ".close-button[_ngcontent-%COMP%] { position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background: rgba(0, 0, 0, 0.6); color: white; border: 2px solid white; font-size: 24px; font-weight: bold; cursor: pointer; z-index: 99999; pointer-events: auto; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 8px rgba(0,0,0,0.3); }"] }); }
307
308
  }
308
309
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeVideoSelfiePreviewComponent, [{
309
310
  type: Component,
310
311
  args: [{ selector: 'app-native-video-selfie-preview', standalone: true, imports: [IonicModule, CommonModule], template: `
311
- <div class="camera-fullscreen">
312
+ <div class="camera-fullscreen" (click)="handleScreenTap()">
312
313
  <!-- Instrucciones iniciales -->
313
314
  <div *ngIf="!isRecording && countdown === 0 && !isProcessing" class="instructions-overlay">
314
315
  <div class="instruction-box">
@@ -334,18 +335,19 @@ export class NativeVideoSelfiePreviewComponent {
334
335
  <p>Procesando video...</p>
335
336
  </div>
336
337
 
337
- <!-- Botón físico de comenzar grabación -->
338
- <button *ngIf="!isRecording && countdown === 0 && !isProcessing"
339
- class="start-record-button"
340
- (click)="handleStartClick($event)">
341
- <ion-icon name="videocam"></ion-icon>
342
- <span>COMENZAR</span>
343
- </button>
338
+ <!-- Botón visual de comenzar grabación -->
339
+ <div *ngIf="!isRecording && countdown === 0 && !isProcessing" class="start-record-visual">
340
+ <button class="start-record-button" tabindex="-1">
341
+ <ion-icon name="videocam"></ion-icon>
342
+ <span>COMENZAR</span>
343
+ </button>
344
+ <div class="tap-instruction">Toca cualquier parte para iniciar</div>
345
+ </div>
344
346
 
345
347
  <!-- Botón cerrar siempre visible -->
346
348
  <button class="close-button" (click)="closeRequestedFunction($event)">✕</button>
347
349
  </div>
348
- `, encapsulation: ViewEncapsulation.Emulated, styles: [":host { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2147483646 !important; background: transparent !important; pointer-events: auto !important; }", ".camera-fullscreen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; pointer-events: auto !important; z-index: 2147483646 !important; }", ".instructions-overlay, .countdown-overlay, .timer-overlay, .processing-overlay { background: transparent !important; box-shadow: none !important; }", ".modal-wrapper, .modal-shadow, ion-content, ion-page, .inner-scroll, .background-content { background: transparent !important; --background: transparent !important; --ion-background-color: transparent !important; box-shadow: none !important; }", ".instructions-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".instruction-box { background: rgba(156, 39, 176, 0.95); padding: 30px; border-radius: 20px; text-align: center; max-width: 80%; box-shadow: 0 8px 16px rgba(0,0,0,0.3); }", ".instruction-box h2 { color: white; font-size: 28px; font-weight: bold; margin: 0 0 15px 0; }", ".instruction-box p { color: white; font-size: 16px; margin: 10px 0; line-height: 1.5; }", ".countdown-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".countdown { font-size: 120px; color: white; font-weight: bold; animation: pulse 1s ease-in-out; }", "@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.8; transform: scale(0.95); } }", ".timer-overlay { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 2147483646 !important; pointer-events: none; text-align: center; background: transparent !important; }", ".timer { background: rgba(244, 67, 54, 0.95); color: white; font-size: 32px; font-weight: bold; padding: 10px 20px; border-radius: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.3); margin-bottom: 10px; }", ".recording-indicator { background: rgba(0, 0, 0, 0.7); color: white; font-size: 14px; font-weight: bold; padding: 5px 15px; border-radius: 10px; }", ".processing-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".processing-overlay ion-spinner { --color: white; width: 60px; height: 60px; margin-bottom: 20px; }", ".processing-overlay p { color: white; font-size: 18px; font-weight: bold; }", ".close-button { position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background: rgba(0, 0, 0, 0.3); color: white; border: 2px solid white; font-size: 24px; font-weight: bold; cursor: pointer; z-index: 2147483646 !important; display: flex; align-items: center; justify-content: center; box-shadow: none !important; pointer-events: auto !important; }", ".processing-overlay p { color: white; font-size: 18px; font-weight: bold; }", ".start-record-button { position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #9c27b0, #e91e63); color: white; border: none; border-radius: 50px; padding: 20px 40px; font-size: 18px; font-weight: bold; display: flex; align-items: center; gap: 12px; box-shadow: none !important; z-index: 2147483646 !important; pointer-events: auto !important; cursor: pointer; transition: all 0.3s ease; }", ".start-record-button:active { transform: translateX(-50%) scale(0.95); box-shadow: 0 4px 12px rgba(156, 39, 176, 0.8); }", ".start-record-button ion-icon { font-size: 24px; }", ".close-button { position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background: rgba(0, 0, 0, 0.6); color: white; border: 2px solid white; font-size: 24px; font-weight: bold; cursor: pointer; z-index: 99999; pointer-events: auto; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 8px rgba(0,0,0,0.3); }"] }]
350
+ `, encapsulation: ViewEncapsulation.Emulated, styles: [":host { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2147483646 !important; background: transparent !important; pointer-events: auto !important; }", ".camera-fullscreen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; pointer-events: auto !important; z-index: 2147483646 !important; }", ".instructions-overlay, .countdown-overlay, .timer-overlay, .processing-overlay { background: transparent !important; box-shadow: none !important; }", ".modal-wrapper, .modal-shadow, ion-content, ion-page, .inner-scroll, .background-content { background: transparent !important; --background: transparent !important; --ion-background-color: transparent !important; box-shadow: none !important; }", ".instructions-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".instruction-box { background: rgba(156, 39, 176, 0.95); padding: 30px; border-radius: 20px; text-align: center; max-width: 80%; box-shadow: 0 8px 16px rgba(0,0,0,0.3); }", ".instruction-box h2 { color: white; font-size: 28px; font-weight: bold; margin: 0 0 15px 0; }", ".instruction-box p { color: white; font-size: 16px; margin: 10px 0; line-height: 1.5; }", ".countdown-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".countdown { font-size: 120px; color: white; font-weight: bold; animation: pulse 1s ease-in-out; }", "@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.8; transform: scale(0.95); } }", ".timer-overlay { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 2147483646 !important; pointer-events: none; text-align: center; background: transparent !important; }", ".timer { background: rgba(244, 67, 54, 0.95); color: white; font-size: 32px; font-weight: bold; padding: 10px 20px; border-radius: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.3); margin-bottom: 10px; }", ".recording-indicator { background: rgba(0, 0, 0, 0.7); color: white; font-size: 14px; font-weight: bold; padding: 5px 15px; border-radius: 10px; }", ".processing-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent !important; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".processing-overlay ion-spinner { --color: white; width: 60px; height: 60px; margin-bottom: 20px; }", ".processing-overlay p { color: white; font-size: 18px; font-weight: bold; }", ".close-button { position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background: rgba(0, 0, 0, 0.3); color: white; border: 2px solid white; font-size: 24px; font-weight: bold; cursor: pointer; z-index: 2147483646 !important; display: flex; align-items: center; justify-content: center; box-shadow: none !important; pointer-events: auto !important; }", ".processing-overlay p { color: white; font-size: 18px; font-weight: bold; }", ".start-record-visual { position: fixed; bottom: 120px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; z-index: 2147483646 !important; pointer-events: none; }", ".start-record-button { background: linear-gradient(135deg, #9c27b0, #e91e63); color: white; border: none; border-radius: 50px; padding: 20px 40px; font-size: 22px; font-weight: bold; display: flex; align-items: center; gap: 12px; box-shadow: 0 8px 20px rgba(156, 39, 176, 0.6); pointer-events: none; cursor: pointer; transition: all 0.3s ease; animation: pulseBtn 1.5s infinite; }", ".start-record-button ion-icon { font-size: 28px; }", "@keyframes pulseBtn { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }", ".tap-instruction { font-size: 18px; color: #fff; margin-top: 18px; background: rgba(0,0,0,0.4); padding: 8px 18px; border-radius: 12px; font-weight: 500; pointer-events: none; }", ".close-button { position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; border-radius: 50%; background: rgba(0, 0, 0, 0.6); color: white; border: 2px solid white; font-size: 24px; font-weight: bold; cursor: pointer; z-index: 99999; pointer-events: auto; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 8px rgba(0,0,0,0.3); }"] }]
349
351
  }], () => [{ type: i1.Platform }, { type: i1.ModalController }, { type: i1.AlertController }, { type: i0.ChangeDetectorRef }, { type: i2.ModalDpiServices }], { text1: [{
350
352
  type: Input
351
353
  }], text2: [{
@@ -355,5 +357,5 @@ export class NativeVideoSelfiePreviewComponent {
355
357
  }], closeRequested: [{
356
358
  type: Output
357
359
  }] }); })();
358
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NativeVideoSelfiePreviewComponent, { className: "NativeVideoSelfiePreviewComponent", filePath: "src\\app\\pages\\id-vision\\components\\native-video-selfie-preview\\native-video-selfie-preview.component.ts", lineNumber: 83 }); })();
360
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(NativeVideoSelfiePreviewComponent, { className: "NativeVideoSelfiePreviewComponent", filePath: "src\\app\\pages\\id-vision\\components\\native-video-selfie-preview\\native-video-selfie-preview.component.ts", lineNumber: 86 }); })();
359
361
  //# sourceMappingURL=native-video-selfie-preview.component.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"native-video-selfie-preview.component.js","sourceRoot":"","sources":["../../../../../../../src/app/pages/id-vision/components/native-video-selfie-preview/native-video-selfie-preview.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"native-video-selfie-preview.component.js","sourceRoot":"","sources":["../../../../../../../src/app/pages/id-vision/components/native-video-selfie-preview/native-video-selfie-preview.component.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metag-sdk-ionic",
3
- "version": "1.2.7-native-0.120",
3
+ "version": "1.2.7-native-0.121",
4
4
  "author": "FGE",
5
5
  "description": "SDK de MetaG para validación de documentos y prueba de vida con Angular e Ionic.",
6
6
  "homepage": "https://ionicframework.com/",