crmbonus-component-wake 2.1.33-ngrok → 2.1.35-homolog
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/cjs/app-modal.cjs.entry.js +1 -1
- package/dist/cjs/{cart.helper-b08a12b2.js → cart.helper-abdd9916.js} +5 -3
- package/dist/cjs/cart.helper-abdd9916.js.map +1 -0
- package/dist/cjs/container-empty.cjs.entry.js +19 -0
- package/dist/cjs/container-empty.cjs.entry.js.map +1 -0
- package/dist/cjs/countdown-timer_11.cjs.entry.js +968 -0
- package/dist/cjs/countdown-timer_11.cjs.entry.js.map +1 -0
- package/dist/cjs/crm-bonus-note.cjs.entry.js +44 -69
- package/dist/cjs/crm-bonus-note.cjs.entry.js.map +1 -1
- package/dist/cjs/crmbonus-component-wake.cjs.js +1 -1
- package/dist/cjs/{i18n-1ce6cb94.js → info.config.helper-d4b1291b.js} +14 -1
- package/dist/cjs/info.config.helper-d4b1291b.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/pedido-finalizado.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +2 -3
- package/dist/collection/components/crm-bonus/crm-bonus.js +13 -19
- package/dist/collection/components/crm-bonus/crm-bonus.js.map +1 -1
- package/dist/collection/components/giftback-form/giftback-form.js +10 -12
- package/dist/collection/components/giftback-form/giftback-form.js.map +1 -1
- package/dist/collection/components/giftback-form/subcomponents/giftback-info/giftback-info.js +5 -5
- package/dist/collection/components/giftback-form/subcomponents/phone-form/phone-form.js +1 -1
- package/dist/collection/components/giftback-form/subcomponents/pin-form/pin-form.js +1 -1
- package/dist/collection/components/loading-container/container-empty.js +9 -0
- package/dist/collection/components/loading-container/container-empty.js.map +1 -0
- package/dist/collection/components/loading-container/loading-container.css +9 -2
- package/dist/collection/components/loading-container/loading-container.js +20 -1
- package/dist/collection/components/loading-container/loading-container.js.map +1 -1
- package/dist/collection/components/loading-spinner/loading-spinner.js +1 -1
- package/dist/collection/components/modal/app-modal.js +1 -1
- package/dist/collection/components/note/crm-bonus-note.js +26 -64
- package/dist/collection/components/note/crm-bonus-note.js.map +1 -1
- package/dist/collection/components/pedido/pedido.js +1 -1
- package/dist/collection/components/phone/phone-input-mask.js +1 -1
- package/dist/collection/components/tooltip/tooltip.js +1 -1
- package/dist/collection/utils/retry.utils.js +13 -0
- package/dist/collection/utils/retry.utils.js.map +1 -0
- package/dist/components/app-modal.js +1 -1
- package/dist/components/{crm-bonus-2.d.ts → container-empty.d.ts} +4 -4
- package/dist/components/container-empty.js +33 -0
- package/dist/components/container-empty.js.map +1 -0
- package/dist/components/crm-bonus-note.js +40 -64
- package/dist/components/crm-bonus-note.js.map +1 -1
- package/dist/components/crm-bonus.js +67 -32
- package/dist/components/crm-bonus.js.map +1 -1
- package/dist/components/crm-button.js +1 -1
- package/dist/components/crm-giftback-form.js +1 -1
- package/dist/components/crm-tooltip.js +1 -1
- package/dist/components/giftback-info.js +1 -1
- package/dist/components/loading-container.js +1 -1
- package/dist/components/loading-spinner.js +1 -1
- package/dist/components/{p-8fda6382.js → p-0a7ccd8c.js} +4 -4
- package/dist/components/{p-8fda6382.js.map → p-0a7ccd8c.js.map} +1 -1
- package/dist/components/{p-c5be72a0.js → p-2cece106.js} +6 -4
- package/dist/components/p-2cece106.js.map +1 -0
- package/dist/components/{p-f1823a52.js → p-786485b2.js} +2 -2
- package/dist/components/{p-f1823a52.js.map → p-786485b2.js.map} +1 -1
- package/dist/components/{p-890dc5d5.js → p-8274e2c4.js} +2 -2
- package/dist/components/{p-890dc5d5.js.map → p-8274e2c4.js.map} +1 -1
- package/dist/components/{p-ce77a841.js → p-9b5c07d8.js} +2 -2
- package/dist/components/{p-ce77a841.js.map → p-9b5c07d8.js.map} +1 -1
- package/dist/components/{p-0bb6b0e5.js → p-a7d4e578.js} +19 -21
- package/dist/components/p-a7d4e578.js.map +1 -0
- package/dist/components/{p-c90ea2e9.js → p-bea5a5c2.js} +5 -3
- package/dist/{esm/cart.helper-7101c047.js.map → components/p-bea5a5c2.js.map} +1 -1
- package/dist/components/{p-bc930dfe.js → p-c250687d.js} +2 -2
- package/dist/components/{p-bc930dfe.js.map → p-c250687d.js.map} +1 -1
- package/dist/components/{p-028f43a1.js → p-d49313cb.js} +8 -8
- package/dist/components/{p-028f43a1.js.map → p-d49313cb.js.map} +1 -1
- package/dist/components/{p-ee1c025b.js → p-e6863cf5.js} +5 -5
- package/dist/components/{p-ee1c025b.js.map → p-e6863cf5.js.map} +1 -1
- package/dist/components/pedido-finalizado.js +2 -2
- package/dist/components/phone-form.js +1 -1
- package/dist/components/phone-input-mask.js +1 -1
- package/dist/components/pin-form.js +1 -1
- package/dist/crmbonus-component-wake/crmbonus-component-wake.esm.js +1 -1
- package/dist/crmbonus-component-wake/crmbonus-component-wake.esm.js.map +1 -1
- package/dist/crmbonus-component-wake/p-1644deef.entry.js +2 -0
- package/dist/crmbonus-component-wake/p-1644deef.entry.js.map +1 -0
- package/dist/crmbonus-component-wake/p-4bfd518e.entry.js +2 -0
- package/dist/crmbonus-component-wake/p-4bfd518e.entry.js.map +1 -0
- package/dist/crmbonus-component-wake/{p-9b7bd1e1.entry.js → p-622d5644.entry.js} +2 -2
- package/dist/crmbonus-component-wake/p-7e52727e.entry.js +2 -0
- package/dist/crmbonus-component-wake/p-99e8c3f7.entry.js +2 -0
- package/dist/crmbonus-component-wake/p-99e8c3f7.entry.js.map +1 -0
- package/dist/crmbonus-component-wake/{p-702d5a6f.js → p-b4f52f79.js} +2 -2
- package/dist/crmbonus-component-wake/p-b4f52f79.js.map +1 -0
- package/dist/crmbonus-component-wake/{p-c74567c6.js → p-bea5a5c2.js} +2 -2
- package/dist/crmbonus-component-wake/{p-c74567c6.js.map → p-bea5a5c2.js.map} +1 -1
- package/dist/env.js +4 -2
- package/dist/env.js.map +1 -1
- package/dist/esm/app-modal.entry.js +1 -1
- package/dist/esm/{cart.helper-7101c047.js → cart.helper-89391005.js} +6 -4
- package/dist/esm/cart.helper-89391005.js.map +1 -0
- package/dist/esm/container-empty.entry.js +15 -0
- package/dist/esm/container-empty.entry.js.map +1 -0
- package/dist/esm/countdown-timer_11.entry.js +954 -0
- package/dist/esm/countdown-timer_11.entry.js.map +1 -0
- package/dist/esm/crm-bonus-note.entry.js +40 -65
- package/dist/esm/crm-bonus-note.entry.js.map +1 -1
- package/dist/esm/crmbonus-component-wake.js +1 -1
- package/dist/esm/{i18n-7938fb86.js → info.config.helper-e4b8c478.js} +14 -2
- package/dist/esm/info.config.helper-e4b8c478.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/pedido-finalizado.entry.js +2 -2
- package/dist/types/Users/Darlison/Projects/Bycoders/crmbonus/crmbonus-component/.stencil/env.d.ts +1 -1
- package/dist/types/components/giftback-form/giftback-form.d.ts +0 -1
- package/dist/types/components/loading-container/container-empty.d.ts +3 -0
- package/dist/types/components/loading-container/loading-container.d.ts +1 -0
- package/dist/types/components/note/crm-bonus-note.d.ts +1 -3
- package/dist/types/components.d.ts +15 -26
- package/dist/types/utils/retry.utils.d.ts +1 -0
- package/package.json +1 -1
- package/dist/cjs/build.payload.helper-cfd3173e.js +0 -54
- package/dist/cjs/build.payload.helper-cfd3173e.js.map +0 -1
- package/dist/cjs/cart.helper-b08a12b2.js.map +0 -1
- package/dist/cjs/countdown-timer_2.cjs.entry.js +0 -74
- package/dist/cjs/countdown-timer_2.cjs.entry.js.map +0 -1
- package/dist/cjs/crm-bonus-2.cjs.entry.js +0 -33
- package/dist/cjs/crm-bonus-2.cjs.entry.js.map +0 -1
- package/dist/cjs/crm-bonus-tray.cjs.entry.js +0 -18
- package/dist/cjs/crm-bonus-tray.cjs.entry.js.map +0 -1
- package/dist/cjs/crm-bonus.cjs.entry.js +0 -284
- package/dist/cjs/crm-bonus.cjs.entry.js.map +0 -1
- package/dist/cjs/crm-giftback-form.cjs.entry.js +0 -282
- package/dist/cjs/crm-giftback-form.cjs.entry.js.map +0 -1
- package/dist/cjs/crm-tooltip_5.cjs.entry.js +0 -292
- package/dist/cjs/crm-tooltip_5.cjs.entry.js.map +0 -1
- package/dist/cjs/i18n-1ce6cb94.js.map +0 -1
- package/dist/cjs/info.config.helper-e35e6e20.js +0 -17
- package/dist/cjs/info.config.helper-e35e6e20.js.map +0 -1
- package/dist/cjs/loading-container.cjs.entry.js +0 -23
- package/dist/cjs/loading-container.cjs.entry.js.map +0 -1
- package/dist/cjs/loading-spinner.cjs.entry.js +0 -24
- package/dist/cjs/loading-spinner.cjs.entry.js.map +0 -1
- package/dist/collection/components/crm-bonus/crmbonus.js +0 -38
- package/dist/collection/components/crm-bonus/crmbonus.js.map +0 -1
- package/dist/collection/tray-ecommerce/crm-bonus-tray.js +0 -8
- package/dist/collection/tray-ecommerce/crm-bonus-tray.js.map +0 -1
- package/dist/components/crm-bonus-2.js +0 -57
- package/dist/components/crm-bonus-2.js.map +0 -1
- package/dist/components/crm-bonus-tray.d.ts +0 -11
- package/dist/components/crm-bonus-tray.js +0 -32
- package/dist/components/crm-bonus-tray.js.map +0 -1
- package/dist/components/p-0bb6b0e5.js.map +0 -1
- package/dist/components/p-b0ef2c0b.js +0 -52
- package/dist/components/p-b0ef2c0b.js.map +0 -1
- package/dist/components/p-c5be72a0.js.map +0 -1
- package/dist/components/p-c90ea2e9.js.map +0 -1
- package/dist/crmbonus-component-wake/p-1b441909.js +0 -2
- package/dist/crmbonus-component-wake/p-1b441909.js.map +0 -1
- package/dist/crmbonus-component-wake/p-22dc17d2.entry.js +0 -2
- package/dist/crmbonus-component-wake/p-22dc17d2.entry.js.map +0 -1
- package/dist/crmbonus-component-wake/p-4ed412c2.entry.js +0 -2
- package/dist/crmbonus-component-wake/p-4ed412c2.entry.js.map +0 -1
- package/dist/crmbonus-component-wake/p-54b8f32b.entry.js +0 -2
- package/dist/crmbonus-component-wake/p-54b8f32b.entry.js.map +0 -1
- package/dist/crmbonus-component-wake/p-558202ef.entry.js +0 -2
- package/dist/crmbonus-component-wake/p-558202ef.entry.js.map +0 -1
- package/dist/crmbonus-component-wake/p-61ea41c9.entry.js +0 -2
- package/dist/crmbonus-component-wake/p-6532623f.entry.js +0 -2
- package/dist/crmbonus-component-wake/p-6532623f.entry.js.map +0 -1
- package/dist/crmbonus-component-wake/p-702d5a6f.js.map +0 -1
- package/dist/crmbonus-component-wake/p-7d608b81.entry.js +0 -2
- package/dist/crmbonus-component-wake/p-7d608b81.entry.js.map +0 -1
- package/dist/crmbonus-component-wake/p-9d926857.entry.js +0 -2
- package/dist/crmbonus-component-wake/p-9d926857.entry.js.map +0 -1
- package/dist/crmbonus-component-wake/p-b0ef2c0b.js +0 -2
- package/dist/crmbonus-component-wake/p-b0ef2c0b.js.map +0 -1
- package/dist/crmbonus-component-wake/p-ce2819cc.entry.js +0 -2
- package/dist/crmbonus-component-wake/p-ce2819cc.entry.js.map +0 -1
- package/dist/crmbonus-component-wake/p-f37f3f3f.entry.js +0 -2
- package/dist/crmbonus-component-wake/p-f37f3f3f.entry.js.map +0 -1
- package/dist/esm/build.payload.helper-699a48ca.js +0 -52
- package/dist/esm/build.payload.helper-699a48ca.js.map +0 -1
- package/dist/esm/countdown-timer_2.entry.js +0 -69
- package/dist/esm/countdown-timer_2.entry.js.map +0 -1
- package/dist/esm/crm-bonus-2.entry.js +0 -29
- package/dist/esm/crm-bonus-2.entry.js.map +0 -1
- package/dist/esm/crm-bonus-tray.entry.js +0 -14
- package/dist/esm/crm-bonus-tray.entry.js.map +0 -1
- package/dist/esm/crm-bonus.entry.js +0 -280
- package/dist/esm/crm-bonus.entry.js.map +0 -1
- package/dist/esm/crm-giftback-form.entry.js +0 -278
- package/dist/esm/crm-giftback-form.entry.js.map +0 -1
- package/dist/esm/crm-tooltip_5.entry.js +0 -284
- package/dist/esm/crm-tooltip_5.entry.js.map +0 -1
- package/dist/esm/i18n-7938fb86.js.map +0 -1
- package/dist/esm/info.config.helper-7cad7a9c.js +0 -15
- package/dist/esm/info.config.helper-7cad7a9c.js.map +0 -1
- package/dist/esm/loading-container.entry.js +0 -19
- package/dist/esm/loading-container.entry.js.map +0 -1
- package/dist/esm/loading-spinner.entry.js +0 -20
- package/dist/esm/loading-spinner.entry.js.map +0 -1
- package/dist/types/components/crm-bonus/crmbonus.d.ts +0 -8
- package/dist/types/tray-ecommerce/crm-bonus-tray.d.ts +0 -3
- /package/dist/crmbonus-component-wake/{p-9b7bd1e1.entry.js.map → p-622d5644.entry.js.map} +0 -0
- /package/dist/crmbonus-component-wake/{p-61ea41c9.entry.js.map → p-7e52727e.entry.js.map} +0 -0
package/dist/env.js
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
|
2
|
-
export const CRM_BONUS_API_URL = "https://typically-workable-perch.ngrok-free.app/api";
|
1
|
+
export const CRM_BONUS_API_URL = "https://crmbonus-hub-staging-0ff7e3bf68ac.herokuapp.com/api"; //"https://crmbonus-service-staging-d15ba5377115.herokuapp.com"; //"https://typically-workable-perch.ngrok-free.app"; // "http://localhost:3500";
|
2
|
+
// export const CRM_BONUS_API_URL = "https://typically-workable-perch.ngrok-free.app/api";
|
3
|
+
// export const CRM_BONUS_API_URL = "https://typically-workable-perch.ngrok-free.app/api";
|
4
|
+
// export const CRM_BONUS_API_URL = "https://wake.crmbonus.com/api"; "https://crmbonus-hub-staging-0ff7e3bf68ac.herokuapp.com/api"// "https://wake-middleware.crmbonus.com/api"; //"http://localhost:4000/api";// "https://wake-middleware.crmbonus.com/api"; //"https://wake-middleware.crmbonus.com/api";// "https://crmbonus-wake-hub-staging-5daedbc4e22b.herokuapp.com/api" //"https://crmbonus-service-staging-d15ba5377115.herokuapp.com"; //"https://typically-workable-perch.ngrok-free.app"; // "http://localhost:3500";
|
3
5
|
export const CHECKOUT_CART_WAKE = "http://localhost:3001";
|
4
6
|
//# sourceMappingURL=env.js.map
|
package/dist/env.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"env.js","sourceRoot":"","sources":["../env.ts"],"names":[],"mappings":"AACA,
|
1
|
+
{"version":3,"file":"env.js","sourceRoot":"","sources":["../env.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,iBAAiB,GAAG,6DAA6D,CAAA,CAAC,iJAAiJ;AAChP,0FAA0F;AAC1F,0FAA0F;AAC1F,kgBAAkgB;AAClgB,MAAM,CAAC,MAAM,kBAAkB,GAAG,uBAAuB,CAAA","sourcesContent":["\r\nexport const CRM_BONUS_API_URL = \"https://crmbonus-hub-staging-0ff7e3bf68ac.herokuapp.com/api\" //\"https://crmbonus-service-staging-d15ba5377115.herokuapp.com\"; //\"https://typically-workable-perch.ngrok-free.app\"; // \"http://localhost:3500\";\r\n// export const CRM_BONUS_API_URL = \"https://typically-workable-perch.ngrok-free.app/api\";\r\n// export const CRM_BONUS_API_URL = \"https://typically-workable-perch.ngrok-free.app/api\";\r\n// export const CRM_BONUS_API_URL = \"https://wake.crmbonus.com/api\"; \"https://crmbonus-hub-staging-0ff7e3bf68ac.herokuapp.com/api\"// \"https://wake-middleware.crmbonus.com/api\"; //\"http://localhost:4000/api\";// \"https://wake-middleware.crmbonus.com/api\"; //\"https://wake-middleware.crmbonus.com/api\";// \"https://crmbonus-wake-hub-staging-5daedbc4e22b.herokuapp.com/api\" //\"https://crmbonus-service-staging-d15ba5377115.herokuapp.com\"; //\"https://typically-workable-perch.ngrok-free.app\"; // \"http://localhost:3500\";\r\nexport const CHECKOUT_CART_WAKE = \"http://localhost:3001\""]}
|
@@ -14,7 +14,7 @@ const AppModal = class {
|
|
14
14
|
this.modalClosed.emit();
|
15
15
|
}
|
16
16
|
render() {
|
17
|
-
return (h("div", { key: '
|
17
|
+
return (h("div", { key: '2a9b7c3cc11600c9608cfbf960e06f72d2618ded', class: `modal-backdrop ${this.isOpen ? 'visible' : ''}` }, h("div", { key: 'c9d7ba54997d33e3d73e8ddd1417879e3786e859', class: "modal" }, h("div", { key: '141151a40b678f979e47ea530aeca7bcb389cedd', class: "modal-header" }, h("h3", { key: '7ffccb7e55ba62fba77467416a66e3794a923b07' }, this.modalTitle), h("button", { key: 'c85800ab26d401c5e80b5db9d86f90bade49ff2d', class: "close-button", onClick: () => this.closeModal() }, "\u00D7")), h("div", { key: '1b69d75322c87d3623660792562da4c4fd1137c1', class: "modal-body" }, h("slot", { key: '07b8b13a344367ed517e7f41de632776b0b655c3' })))));
|
18
18
|
}
|
19
19
|
};
|
20
20
|
AppModal.style = AppModalStyle0;
|
@@ -3749,8 +3749,10 @@ axios.default = axios;
|
|
3749
3749
|
// this module should only have a default export
|
3750
3750
|
const axios$1 = axios;
|
3751
3751
|
|
3752
|
-
|
3753
|
-
const CRM_BONUS_API_URL = "https://typically-workable-perch.ngrok-free.app/api";
|
3752
|
+
const CRM_BONUS_API_URL = "https://crmbonus-hub-staging-0ff7e3bf68ac.herokuapp.com/api"; //"https://crmbonus-service-staging-d15ba5377115.herokuapp.com"; //"https://typically-workable-perch.ngrok-free.app"; // "http://localhost:3500";
|
3753
|
+
// export const CRM_BONUS_API_URL = "https://typically-workable-perch.ngrok-free.app/api";
|
3754
|
+
// export const CRM_BONUS_API_URL = "https://typically-workable-perch.ngrok-free.app/api";
|
3755
|
+
// export const CRM_BONUS_API_URL = "https://wake.crmbonus.com/api"; "https://crmbonus-hub-staging-0ff7e3bf68ac.herokuapp.com/api"// "https://wake-middleware.crmbonus.com/api"; //"http://localhost:4000/api";// "https://wake-middleware.crmbonus.com/api"; //"https://wake-middleware.crmbonus.com/api";// "https://crmbonus-wake-hub-staging-5daedbc4e22b.herokuapp.com/api" //"https://crmbonus-service-staging-d15ba5377115.herokuapp.com"; //"https://typically-workable-perch.ngrok-free.app"; // "http://localhost:3500";
|
3754
3756
|
const CHECKOUT_CART_WAKE = "http://localhost:3001";
|
3755
3757
|
|
3756
3758
|
const getKeyReserveByCartId = (cartId) => {
|
@@ -4015,6 +4017,6 @@ const buildUrlBase = () => {
|
|
4015
4017
|
return `${window.location.protocol}//checkout.${window.location.host}`;
|
4016
4018
|
};
|
4017
4019
|
|
4018
|
-
export {
|
4020
|
+
export { CrmBonusService as C, USED_KEY as U, getInfoBonusByCartIdAndStoreName as a, CartWake as b, getKeyReserveByCartId as c, getCart as g, persisteMetadata as p };
|
4019
4021
|
|
4020
|
-
//# sourceMappingURL=cart.helper-
|
4022
|
+
//# sourceMappingURL=cart.helper-89391005.js.map
|