@ekyc_qoobiss/qbs-ect-cmp 3.6.28 → 3.6.29

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.
Files changed (47) hide show
  1. package/dist/cjs/TranslationUtils-b918ffb1.js +346 -0
  2. package/dist/cjs/agreement-check_19.cjs.entry.js +783 -284
  3. package/dist/cjs/random-actions.cjs.entry.js +5 -6
  4. package/dist/collection/components/base-component.js +0 -4
  5. package/dist/collection/components/common/agreement-check/agreement-check.js +6 -2
  6. package/dist/collection/components/common/camera-error/camera-error.js +7 -5
  7. package/dist/collection/components/common/capture-error/capture-error.js +12 -10
  8. package/dist/collection/components/common/how-to-info/how-to-info.js +11 -9
  9. package/dist/collection/components/common/id-back-capture/id-back-capture.js +8 -6
  10. package/dist/collection/components/common/id-capture/id-capture.js +6 -4
  11. package/dist/collection/components/common/id-tilt/id-tilt.js +6 -4
  12. package/dist/collection/components/common/random-actions/random-actions.js +5 -6
  13. package/dist/collection/components/common/selfie-capture/selfie-capture.js +7 -5
  14. package/dist/collection/components/common/selfie-tilt/selfie-tilt.js +8 -6
  15. package/dist/collection/components/flow/agreement-info/agreement-info.js +4 -2
  16. package/dist/collection/components/flow/end-redirect/end-redirect.js +5 -4
  17. package/dist/collection/components/flow/landing-validation/landing-validation.js +5 -3
  18. package/dist/collection/components/flow/mobile-redirect/mobile-redirect.js +8 -6
  19. package/dist/collection/components/flow/sms-code-validation/sms-code-validation.js +12 -10
  20. package/dist/esm/TranslationUtils-8ceeb437.js +339 -0
  21. package/dist/esm/agreement-check_19.entry.js +575 -76
  22. package/dist/esm/random-actions.entry.js +5 -6
  23. package/dist/qbs-ect-cmp/p-473a4636.entry.js +1 -0
  24. package/dist/qbs-ect-cmp/{p-c32a782a.entry.js → p-b2c9c8d7.entry.js} +2 -2
  25. package/dist/qbs-ect-cmp/p-e568a07c.js +1 -0
  26. package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
  27. package/dist/types/components/base-component.d.ts +0 -2
  28. package/dist/types/components/common/agreement-check/agreement-check.d.ts +2 -0
  29. package/dist/types/components/common/camera-error/camera-error.d.ts +1 -0
  30. package/dist/types/components/common/capture-error/capture-error.d.ts +1 -0
  31. package/dist/types/components/common/how-to-info/how-to-info.d.ts +2 -1
  32. package/dist/types/components/common/id-back-capture/id-back-capture.d.ts +1 -0
  33. package/dist/types/components/common/id-capture/id-capture.d.ts +1 -0
  34. package/dist/types/components/common/id-tilt/id-tilt.d.ts +1 -0
  35. package/dist/types/components/common/random-actions/random-actions.d.ts +2 -2
  36. package/dist/types/components/common/selfie-capture/selfie-capture.d.ts +2 -1
  37. package/dist/types/components/common/selfie-tilt/selfie-tilt.d.ts +2 -1
  38. package/dist/types/components/flow/agreement-info/agreement-info.d.ts +2 -1
  39. package/dist/types/components/flow/end-redirect/end-redirect.d.ts +2 -1
  40. package/dist/types/components/flow/landing-validation/landing-validation.d.ts +1 -0
  41. package/dist/types/components/flow/mobile-redirect/mobile-redirect.d.ts +1 -0
  42. package/dist/types/components/flow/sms-code-validation/sms-code-validation.d.ts +2 -1
  43. package/package.json +1 -1
  44. package/dist/cjs/base-component-aa9e52bf.js +0 -832
  45. package/dist/esm/base-component-b7f50d31.js +0 -824
  46. package/dist/qbs-ect-cmp/p-215a7e76.entry.js +0 -1
  47. package/dist/qbs-ect-cmp/p-7bedffaa.js +0 -1
@@ -1,17 +1,16 @@
1
1
  import { r as registerInstance, h } from './index-cf54a432.js';
2
- import { B as BaseComponent, F as FlowSteps } from './base-component-b7f50d31.js';
2
+ import { T as Translations } from './TranslationUtils-8ceeb437.js';
3
3
 
4
4
  const randomActionsCss = "";
5
5
 
6
6
  const RandomActions = class {
7
- constructor(hostRef) {
8
- registerInstance(this, hostRef);
9
- this.baseComponent = new BaseComponent(FlowSteps.SelfieTilt);
7
+ constructor(hostRef) { registerInstance(this, hostRef); }
8
+ async componentWillLoad() {
9
+ this.translations = await Translations.getValues();
10
10
  }
11
- componentWillLoad() { }
12
11
  buttonClick() { }
13
12
  render() {
14
- return (h("div", { class: "container" }, h("div", { class: "row" }, h("div", { class: "text-center" }, h("h1", null, this.topTitle)), h("div", { class: "pos-relative show-bottom" }, h("div", { class: "btn-buletin" }, h("button", { class: "main-button", onClick: () => this.buttonClick() }, this.buttonText), h("p", { class: "main-text font-size-18 text-right mb-0" }, this.baseComponent.translations.GlobalValues.FooterText))))));
13
+ return (h("div", { class: "container" }, h("div", { class: "row" }, h("div", { class: "text-center" }, h("h1", null, this.topTitle)), h("div", { class: "pos-relative show-bottom" }, h("div", { class: "btn-buletin" }, h("button", { class: "main-button", onClick: () => this.buttonClick() }, this.buttonText), h("p", { class: "main-text font-size-18 text-right mb-0" }, this.translations.GlobalValues.FooterText))))));
15
14
  }
16
15
  };
17
16
  RandomActions.style = randomActionsCss;
@@ -0,0 +1 @@
1
+ import{r as t,h as s}from"./p-8942656c.js";import{T as i}from"./p-e568a07c.js";const o=class{constructor(s){t(this,s)}async componentWillLoad(){this.translations=await i.getValues()}buttonClick(){}render(){return s("div",{class:"container"},s("div",{class:"row"},s("div",{class:"text-center"},s("h1",null,this.topTitle)),s("div",{class:"pos-relative show-bottom"},s("div",{class:"btn-buletin"},s("button",{class:"main-button",onClick:()=>this.buttonClick()},this.buttonText),s("p",{class:"main-text font-size-18 text-right mb-0"},this.translations.GlobalValues.FooterText)))))}};o.style="";export{o as random_actions}