metag-sdk-ionic 1.2.7-native-0.51 → 1.2.7-native-0.53

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.
@@ -188,7 +188,7 @@ export class NativeCameraDpiComponent {
188
188
  i0.ɵɵproperty("ngIf", !ctx.isCapturing);
189
189
  i0.ɵɵadvance();
190
190
  i0.ɵɵproperty("ngIf", ctx.isCapturing);
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 }); }
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: absolute;\n top: 20px;\n right: 20px;\n z-index: 2;\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: absolute;\n bottom: 50px;\n left: 50%;\n transform: translateX(-50%);\n z-index: 2;\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
192
  }
193
193
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NativeCameraDpiComponent, [{
194
194
  type: Component,
@@ -213,7 +213,7 @@ export class NativeCameraDpiComponent {
213
213
  <p>Procesando foto...</p>
214
214
  </div>
215
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 "] }]
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: absolute;\n top: 20px;\n right: 20px;\n z-index: 2;\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: absolute;\n bottom: 50px;\n left: 50%;\n transform: translateX(-50%);\n z-index: 2;\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
217
  }], () => [{ type: i1.ModalController }, { type: i1.Platform }], { text1: [{
218
218
  type: Input
219
219
  }], text2: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metag-sdk-ionic",
3
- "version": "1.2.7-native-0.51",
3
+ "version": "1.2.7-native-0.53",
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/",