crmbonus-component-wake 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ const AppModal = class {
13
13
  this.modalClosed.emit();
14
14
  }
15
15
  render() {
16
- return (h("div", { key: 'c4a9ac10842f14070be69b14b37161d8ac92e64e', class: `modal-backdrop ${this.isOpen ? 'visible' : ''}` }, h("div", { key: '29039eb97734a8db3be23f1fff59ea51b713b7f8', class: "modal" }, h("div", { key: 'dbce04d9b959d84ab84e080195d71ae0449a28c4', class: "modal-header" }, h("h3", { key: 'e875526607ff48a8fa24071f82d98c51410e3739' }, this.modalTitle), h("button", { key: 'd455acb4571a1072546ec37d2f6172269ce9b017', class: "close-button", onClick: () => this.closeModal() }, "\u00D7")), h("div", { key: '9d21185429887e4e6b94558bf3cefbea15a41c97', class: "modal-body" }, h("slot", { key: '17ec7998918af28e5acf04ce01a8892cec68c419' })))));
16
+ return (h("div", { key: '37c55ddb47bc0c333712da42f369851379c6c47d', class: `modal-backdrop ${this.isOpen ? 'visible' : ''}` }, h("div", { key: '79806824da9a4990ca6ba0cbf3c459431902e945', class: "modal" }, h("div", { key: 'cf60c5340f1171f2be3ebb23592d63c7ab0a086c', class: "modal-header" }, h("h3", { key: 'e5e4d66d4251c890319344c8c7ec66e66a44aa12' }, this.modalTitle), h("button", { key: '6eacc4be8e63e1511c3340ce460e618943d1ebbc', class: "close-button", onClick: () => this.closeModal() }, "\u00D7")), h("div", { key: '4dbec4e836cd3366a185581feeb1842a0b335f07', class: "modal-body" }, h("slot", { key: '38f4bb26dc576d6965f2ac184942cfdc8f4c4f07' })))));
17
17
  }
18
18
  };
19
19
  AppModal.style = appModalCss;
@@ -3857,7 +3857,7 @@ const CrmBonusForm = class {
3857
3857
  this.crmBonusService = new CrmBonusService();
3858
3858
  this.storeName = undefined;
3859
3859
  this.loading = false;
3860
- this.step = 1;
3860
+ this.step = 3;
3861
3861
  this.sent = undefined;
3862
3862
  }
3863
3863
  async sendPin(phone) {
@@ -3874,7 +3874,7 @@ const CrmBonusForm = class {
3874
3874
  this.step = 3;
3875
3875
  }
3876
3876
  render() {
3877
- return (h(Host, { key: 'd82bad9e7088b1b94f59e34464a758b6d2a12e65' }, this.step === 1 && h("phone-input", { key: 'a0438bcfe913dd60173c4fe60e5661f1cca88fa4', sendPin: (phone) => this.sendPin(phone) }), this.step === 2 && h("giftback-pin", { key: '120e88a22a88a38720d52cc35701a13cccf25e9b', sent: this.sent, validate: (data) => this.validateBonus(data) }), this.step === 3 && h("giftback-progress", { key: '2db5c90c540a31deed9c1b0a7daa6d341b0c71d2' })));
3877
+ return (h(Host, { key: 'a9d456ccc82ee33071185cb218a5b355f9d07c04' }, this.step === 1 && h("phone-input", { key: '8aa2430f2cb52e202c314909ca39ea356bf0310d', sendPin: (phone) => this.sendPin(phone) }), this.step === 2 && h("giftback-pin", { key: 'ff983987277cfca2dd10dc0757f0a759bee1f800', sent: this.sent, validate: (data) => this.validateBonus(data) }), this.step === 3 && h("giftback-progress", { key: '50b5f1431dac2854202051a10b9ae7c51cf720e9' })));
3878
3878
  }
3879
3879
  };
3880
3880
  CrmBonusForm.style = crmBonusFormCss;