@mirai/core 0.3.384 → 0.3.386

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 (154) hide show
  1. package/build/Core.constants.js +29 -9
  2. package/build/Core.constants.js.map +1 -1
  3. package/build/components/BannerLoyalty/BannerLoyalty.js +2 -1
  4. package/build/components/BannerLoyalty/BannerLoyalty.js.map +1 -1
  5. package/build/components/BannerLoyalty/BannerLoyalty.module.css +0 -5
  6. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +4 -4
  7. package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +6 -6
  8. package/build/components/ButtonFinder/__tests__/__snapshots__/ButtonFinder.test.js.snap +5 -5
  9. package/build/components/Checkout/Checkout.js +13 -9
  10. package/build/components/Checkout/Checkout.js.map +1 -1
  11. package/build/components/Checkout/Checkout.l10n.js +6 -0
  12. package/build/components/Checkout/Checkout.l10n.js.map +1 -1
  13. package/build/components/Checkout/partials/Checkout.Form.js +1 -0
  14. package/build/components/Checkout/partials/Checkout.Form.js.map +1 -1
  15. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +6 -6
  16. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +24 -4
  17. package/build/components/Rates/Rates.Unavailability.js +7 -8
  18. package/build/components/Rates/Rates.Unavailability.js.map +1 -1
  19. package/build/components/Rates/Rates.module.css +5 -0
  20. package/build/components/Rates/components/Item/Item.Preview.js +22 -48
  21. package/build/components/Rates/components/Item/Item.Preview.js.map +1 -1
  22. package/build/components/Rates/components/Item/Item.Rates.js +62 -7
  23. package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
  24. package/build/components/Rates/components/Item/Item.module.css +12 -0
  25. package/build/components/Rates/components/Item/components/Features/Features.js +1 -1
  26. package/build/components/Rates/components/Item/components/Features/Features.js.map +1 -1
  27. package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +2 -2
  28. package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js.map +1 -1
  29. package/build/components/Rates/helpers/isClubRate.js +5 -4
  30. package/build/components/Rates/helpers/isClubRate.js.map +1 -1
  31. package/build/components/Session/Session.Login.js +1 -0
  32. package/build/components/Session/Session.Login.js.map +1 -1
  33. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +9 -9
  34. package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +4 -4
  35. package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +4 -4
  36. package/build/components/__shared__/ButtonPayment/components/FormAddon/FormAddon.js +5 -4
  37. package/build/components/__shared__/ButtonPayment/components/FormAddon/FormAddon.js.map +1 -1
  38. package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.js +8 -7
  39. package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.js.map +1 -1
  40. package/build/components/__shared__/ButtonPayment/helpers/index.js +0 -11
  41. package/build/components/__shared__/ButtonPayment/helpers/index.js.map +1 -1
  42. package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +46 -61
  43. package/build/components/helpers/constants.js +8 -1
  44. package/build/components/helpers/constants.js.map +1 -1
  45. package/build/contexts/EventManager/EventManager.constants.js.map +1 -0
  46. package/build/{components → contexts}/EventManager/EventManager.js +1 -1
  47. package/build/contexts/EventManager/EventManager.js.map +1 -0
  48. package/build/contexts/EventManager/index.js.map +1 -0
  49. package/build/contexts/PerfomanceManager/PerfomanceManager.events.js +57 -0
  50. package/build/contexts/PerfomanceManager/PerfomanceManager.events.js.map +1 -0
  51. package/build/contexts/PerfomanceManager/PerfomanceManager.js +84 -0
  52. package/build/contexts/PerfomanceManager/PerfomanceManager.js.map +1 -0
  53. package/build/contexts/PerfomanceManager/PerfomanceManager.scripts.js +111 -0
  54. package/build/contexts/PerfomanceManager/PerfomanceManager.scripts.js.map +1 -0
  55. package/build/contexts/PerfomanceManager/helpers/dataLayerPush.js +19 -0
  56. package/build/contexts/PerfomanceManager/helpers/dataLayerPush.js.map +1 -0
  57. package/build/contexts/PerfomanceManager/helpers/getPerfomanceLabel.js +16 -0
  58. package/build/contexts/PerfomanceManager/helpers/getPerfomanceLabel.js.map +1 -0
  59. package/build/contexts/PerfomanceManager/helpers/googleTagManager.js +23 -0
  60. package/build/contexts/PerfomanceManager/helpers/googleTagManager.js.map +1 -0
  61. package/build/contexts/PerfomanceManager/helpers/index.js +39 -0
  62. package/build/contexts/PerfomanceManager/helpers/index.js.map +1 -0
  63. package/build/contexts/PerfomanceManager/index.js +17 -0
  64. package/build/contexts/PerfomanceManager/index.js.map +1 -0
  65. package/build/contexts/PerfomanceManager/providers/affilired/bookingResponse.js +14 -0
  66. package/build/contexts/PerfomanceManager/providers/affilired/bookingResponse.js.map +1 -0
  67. package/build/contexts/PerfomanceManager/providers/affilired/index.js +11 -0
  68. package/build/contexts/PerfomanceManager/providers/affilired/index.js.map +1 -0
  69. package/build/contexts/PerfomanceManager/providers/analytics/bookingCancel.js +14 -0
  70. package/build/contexts/PerfomanceManager/providers/analytics/bookingCancel.js.map +1 -0
  71. package/build/contexts/PerfomanceManager/providers/analytics/bookingResponse.js +14 -0
  72. package/build/contexts/PerfomanceManager/providers/analytics/bookingResponse.js.map +1 -0
  73. package/build/contexts/PerfomanceManager/providers/analytics/checkoutForm.js +14 -0
  74. package/build/contexts/PerfomanceManager/providers/analytics/checkoutForm.js.map +1 -0
  75. package/build/contexts/PerfomanceManager/providers/analytics/checkoutResponse.js +14 -0
  76. package/build/contexts/PerfomanceManager/providers/analytics/checkoutResponse.js.map +1 -0
  77. package/build/contexts/PerfomanceManager/providers/analytics/finderReady.js +14 -0
  78. package/build/contexts/PerfomanceManager/providers/analytics/finderReady.js.map +1 -0
  79. package/build/contexts/PerfomanceManager/providers/analytics/index.js +25 -0
  80. package/build/contexts/PerfomanceManager/providers/analytics/index.js.map +1 -0
  81. package/build/contexts/PerfomanceManager/providers/analytics/login.js +14 -0
  82. package/build/contexts/PerfomanceManager/providers/analytics/login.js.map +1 -0
  83. package/build/contexts/PerfomanceManager/providers/analytics/ratesAddToCart.js +14 -0
  84. package/build/contexts/PerfomanceManager/providers/analytics/ratesAddToCart.js.map +1 -0
  85. package/build/contexts/PerfomanceManager/providers/analytics/ratesResponse.js +14 -0
  86. package/build/contexts/PerfomanceManager/providers/analytics/ratesResponse.js.map +1 -0
  87. package/build/contexts/PerfomanceManager/providers/bing/bookingResponse.js +14 -0
  88. package/build/contexts/PerfomanceManager/providers/bing/bookingResponse.js.map +1 -0
  89. package/build/contexts/PerfomanceManager/providers/bing/index.js +11 -0
  90. package/build/contexts/PerfomanceManager/providers/bing/index.js.map +1 -0
  91. package/build/contexts/PerfomanceManager/providers/facebook/bookingResponse.js +14 -0
  92. package/build/contexts/PerfomanceManager/providers/facebook/bookingResponse.js.map +1 -0
  93. package/build/contexts/PerfomanceManager/providers/facebook/checkoutResponse.js +14 -0
  94. package/build/contexts/PerfomanceManager/providers/facebook/checkoutResponse.js.map +1 -0
  95. package/build/contexts/PerfomanceManager/providers/facebook/index.js +17 -0
  96. package/build/contexts/PerfomanceManager/providers/facebook/index.js.map +1 -0
  97. package/build/contexts/PerfomanceManager/providers/facebook/ratesAddToCart.js +14 -0
  98. package/build/contexts/PerfomanceManager/providers/facebook/ratesAddToCart.js.map +1 -0
  99. package/build/contexts/PerfomanceManager/providers/facebook/ratesResponse.js +14 -0
  100. package/build/contexts/PerfomanceManager/providers/facebook/ratesResponse.js.map +1 -0
  101. package/build/contexts/PerfomanceManager/providers/googleAds/bookingResponse.js +14 -0
  102. package/build/contexts/PerfomanceManager/providers/googleAds/bookingResponse.js.map +1 -0
  103. package/build/contexts/PerfomanceManager/providers/googleAds/index.js +11 -0
  104. package/build/contexts/PerfomanceManager/providers/googleAds/index.js.map +1 -0
  105. package/build/contexts/PerfomanceManager/providers/gtm/bookingCancel.js +14 -0
  106. package/build/contexts/PerfomanceManager/providers/gtm/bookingCancel.js.map +1 -0
  107. package/build/contexts/PerfomanceManager/providers/gtm/bookingResponse.js +14 -0
  108. package/build/contexts/PerfomanceManager/providers/gtm/bookingResponse.js.map +1 -0
  109. package/build/contexts/PerfomanceManager/providers/gtm/checkoutResponse.js +14 -0
  110. package/build/contexts/PerfomanceManager/providers/gtm/checkoutResponse.js.map +1 -0
  111. package/build/contexts/PerfomanceManager/providers/gtm/finderReady.js +14 -0
  112. package/build/contexts/PerfomanceManager/providers/gtm/finderReady.js.map +1 -0
  113. package/build/contexts/PerfomanceManager/providers/gtm/index.js +19 -0
  114. package/build/contexts/PerfomanceManager/providers/gtm/index.js.map +1 -0
  115. package/build/contexts/PerfomanceManager/providers/gtm/ratesResponse.js +206 -0
  116. package/build/contexts/PerfomanceManager/providers/gtm/ratesResponse.js.map +1 -0
  117. package/build/contexts/PerfomanceManager/providers/index.js +83 -0
  118. package/build/contexts/PerfomanceManager/providers/index.js.map +1 -0
  119. package/build/contexts/PerfomanceManager/providers/mirai/bookingResponse.js +14 -0
  120. package/build/contexts/PerfomanceManager/providers/mirai/bookingResponse.js.map +1 -0
  121. package/build/contexts/PerfomanceManager/providers/mirai/checkoutResponse.js +14 -0
  122. package/build/contexts/PerfomanceManager/providers/mirai/checkoutResponse.js.map +1 -0
  123. package/build/contexts/PerfomanceManager/providers/mirai/finderReady.js +14 -0
  124. package/build/contexts/PerfomanceManager/providers/mirai/finderReady.js.map +1 -0
  125. package/build/contexts/PerfomanceManager/providers/mirai/index.js +17 -0
  126. package/build/contexts/PerfomanceManager/providers/mirai/index.js.map +1 -0
  127. package/build/contexts/PerfomanceManager/providers/mirai/ratesResponse.js +14 -0
  128. package/build/contexts/PerfomanceManager/providers/mirai/ratesResponse.js.map +1 -0
  129. package/build/contexts/index.js +28 -0
  130. package/build/contexts/index.js.map +1 -0
  131. package/build/helpers/consolidateStore.js +26 -3
  132. package/build/helpers/consolidateStore.js.map +1 -1
  133. package/build/helpers/index.js +11 -0
  134. package/build/helpers/index.js.map +1 -1
  135. package/build/helpers/loadScript.js +43 -0
  136. package/build/helpers/loadScript.js.map +1 -0
  137. package/build/index.js +21 -18
  138. package/build/index.js.map +1 -1
  139. package/package.json +1 -1
  140. package/public/App.Container.jsx +1 -1
  141. package/public/index.html +2 -30
  142. package/public/routes/Deals.jsx +1 -1
  143. package/public/routes/Home.constants.js +52 -0
  144. package/public/routes/Home.jsx +12 -14
  145. package/public/routes/Step1-Rates.jsx +2 -2
  146. package/public/routes/routes.module.css +5 -0
  147. package/public/themes/monalisa.theme.css +18 -18
  148. package/build/components/EventManager/EventManager.constants.js.map +0 -1
  149. package/build/components/EventManager/EventManager.js.map +0 -1
  150. package/build/components/EventManager/index.js.map +0 -1
  151. package/build/components/__shared__/ButtonPayment/helpers/loadScript.js +0 -27
  152. package/build/components/__shared__/ButtonPayment/helpers/loadScript.js.map +0 -1
  153. /package/build/{components → contexts}/EventManager/EventManager.constants.js +0 -0
  154. /package/build/{components → contexts}/EventManager/index.js +0 -0
@@ -0,0 +1,111 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.SCRIPTS = void 0;
7
+ var _helpers = require("./helpers");
8
+ var _Core = require("../../Core.constants");
9
+ var _helpers2 = require("../../helpers");
10
+ const SCRIPTS = exports.SCRIPTS = {
11
+ [_Core.PERFOMANCE.AFFILIRED]: {
12
+ components: ['booking'],
13
+ init: () => ({
14
+ src: 'https://scripts.affilired.com/v2/tracking.php'
15
+ })
16
+ },
17
+ [_Core.PERFOMANCE.ANALYTICS]: {
18
+ init: function () {
19
+ let {
20
+ idAnalytics: idGtag
21
+ } = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
22
+ return idGtag && (0, _helpers.googleTagManager)(idGtag);
23
+ }
24
+ },
25
+ [_Core.PERFOMANCE.BING]: {
26
+ componentes: ['booking'],
27
+ init: _ref => {
28
+ let {
29
+ idBing
30
+ } = _ref;
31
+ return {
32
+ src: '//bat.bing.com/bat.js',
33
+ onLoad: () => {
34
+ // eslint-disable-next-line no-undef
35
+ window.uetq = new UET({
36
+ ti: idBing,
37
+ q: window.uetq || []
38
+ });
39
+ window.uetq.push('pageLoad');
40
+ }
41
+ };
42
+ }
43
+ },
44
+ [_Core.PERFOMANCE.COMPARE]: {
45
+ components: ['rates', 'checkout'],
46
+ init: () => ({
47
+ src: 'https://static.hotelmonitor.info/CmprmInit-min.js',
48
+ onLoad: () => {
49
+ // eslint-disable-next-line no-undef
50
+ document.addEventListener('CmprmInitLoaded', CmprmInit.InitMirai, false);
51
+ }
52
+ })
53
+ },
54
+ [_Core.PERFOMANCE.GOOGLE_ADS]: {
55
+ componentes: ['booking'],
56
+ init: function () {
57
+ let {
58
+ idAdwords: idGtag
59
+ } = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
60
+ return (0, _helpers.googleTagManager)(idGtag);
61
+ }
62
+ },
63
+ [_Core.PERFOMANCE.GTM]: {
64
+ componentes: ['finder', 'rates', 'checkout', 'booking'],
65
+ init: function () {
66
+ let {
67
+ idGtag,
68
+ idGTM
69
+ } = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
70
+ return {
71
+ ...(0, _helpers.googleTagManager)(idGtag || idGTM),
72
+ onLoad: () => {
73
+ (0, _helpers2.loadScript)({
74
+ domain: "perfomance-".concat((0, _helpers.getPerfomanceLabel)(_Core.PERFOMANCE.GTM)),
75
+ id: idGTM,
76
+ ...(0, _helpers.googleTagManager)(idGTM, 'https://www.googletagmanager.com/gtm.js')
77
+ });
78
+ }
79
+ };
80
+ }
81
+ },
82
+ [_Core.PERFOMANCE.FACEBOOK]: {
83
+ componentes: ['rates', 'checkout', 'booking']
84
+ },
85
+ [_Core.PERFOMANCE.MIRAI]: {
86
+ componentes: ['finder', 'rates', 'checkout', 'booking'],
87
+ init: function () {
88
+ let {
89
+ hotel: {
90
+ id
91
+ } = {}
92
+ } = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
93
+ return {
94
+ src: "https://metas.mirai.com/connectivity/gtag/b2c?hotelId=".concat(id),
95
+ onLoad: () => {}
96
+ };
97
+ }
98
+ },
99
+ [_Core.PERFOMANCE.THE_HOTEL_NETWORK]: {
100
+ components: ['finder', 'rates', 'checkout', 'booking'],
101
+ init: _ref2 => {
102
+ let {
103
+ id = '7'
104
+ } = _ref2;
105
+ return {
106
+ src: "https://www.thehotelsnetwork.com/js/hotel_price_widget.js?partnership_id=".concat(id)
107
+ };
108
+ }
109
+ }
110
+ };
111
+ //# sourceMappingURL=PerfomanceManager.scripts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PerfomanceManager.scripts.js","names":["_helpers","require","_Core","_helpers2","SCRIPTS","exports","PERFOMANCE","AFFILIRED","components","init","src","ANALYTICS","idAnalytics","idGtag","arguments","length","undefined","googleTagManager","BING","componentes","_ref","idBing","onLoad","window","uetq","UET","ti","q","push","COMPARE","document","addEventListener","CmprmInit","InitMirai","GOOGLE_ADS","idAdwords","GTM","idGTM","loadScript","domain","concat","getPerfomanceLabel","id","FACEBOOK","MIRAI","hotel","THE_HOTEL_NETWORK","_ref2"],"sources":["../../../src/contexts/PerfomanceManager/PerfomanceManager.scripts.js"],"sourcesContent":["import { getPerfomanceLabel, googleTagManager } from './helpers';\nimport { PERFOMANCE } from '../../Core.constants';\nimport { loadScript } from '../../helpers';\n\nconst SCRIPTS = {\n [PERFOMANCE.AFFILIRED]: {\n components: ['booking'],\n init: () => ({\n src: 'https://scripts.affilired.com/v2/tracking.php',\n }),\n },\n\n [PERFOMANCE.ANALYTICS]: {\n init: ({ idAnalytics: idGtag } = {}) => idGtag && googleTagManager(idGtag),\n },\n\n [PERFOMANCE.BING]: {\n componentes: ['booking'],\n init: ({ idBing }) => ({\n src: '//bat.bing.com/bat.js',\n onLoad: () => {\n // eslint-disable-next-line no-undef\n window.uetq = new UET({ ti: idBing, q: window.uetq || [] });\n window.uetq.push('pageLoad');\n },\n }),\n },\n\n [PERFOMANCE.COMPARE]: {\n components: ['rates', 'checkout'],\n init: () => ({\n src: 'https://static.hotelmonitor.info/CmprmInit-min.js',\n onLoad: () => {\n // eslint-disable-next-line no-undef\n document.addEventListener('CmprmInitLoaded', CmprmInit.InitMirai, false);\n },\n }),\n },\n\n [PERFOMANCE.GOOGLE_ADS]: {\n componentes: ['booking'],\n init: ({ idAdwords: idGtag } = {}) => googleTagManager(idGtag),\n },\n\n [PERFOMANCE.GTM]: {\n componentes: ['finder', 'rates', 'checkout', 'booking'],\n init: ({ idGtag, idGTM } = {}) => ({\n ...googleTagManager(idGtag || idGTM),\n onLoad: () => {\n loadScript({\n domain: `perfomance-${getPerfomanceLabel(PERFOMANCE.GTM)}`,\n id: idGTM,\n ...googleTagManager(idGTM, 'https://www.googletagmanager.com/gtm.js'),\n });\n },\n }),\n },\n\n [PERFOMANCE.FACEBOOK]: {\n componentes: ['rates', 'checkout', 'booking'],\n },\n\n [PERFOMANCE.MIRAI]: {\n componentes: ['finder', 'rates', 'checkout', 'booking'],\n init: ({ hotel: { id } = {} } = {}) => ({\n src: `https://metas.mirai.com/connectivity/gtag/b2c?hotelId=${id}`,\n onLoad: () => {},\n }),\n },\n\n [PERFOMANCE.THE_HOTEL_NETWORK]: {\n components: ['finder', 'rates', 'checkout', 'booking'],\n init: ({ id = '7' }) => ({\n src: `https://www.thehotelsnetwork.com/js/hotel_price_widget.js?partnership_id=${id}`,\n }),\n },\n};\n\nexport { SCRIPTS };\n"],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.dataLayerPush = void 0;
7
+ const dataLayerPush = function () {
8
+ let {
9
+ event,
10
+ ...props
11
+ } = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
12
+ // ! TODO: Should sanitize all properties
13
+ window.dataLayer.push({
14
+ event,
15
+ ...props
16
+ });
17
+ };
18
+ exports.dataLayerPush = dataLayerPush;
19
+ //# sourceMappingURL=dataLayerPush.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataLayerPush.js","names":["dataLayerPush","event","props","arguments","length","undefined","window","dataLayer","push","exports"],"sources":["../../../../src/contexts/PerfomanceManager/helpers/dataLayerPush.js"],"sourcesContent":["export const dataLayerPush = ({ event, ...props } = {}) => {\n // ! TODO: Should sanitize all properties\n window.dataLayer.push({ event, ...props });\n};\n"],"mappings":";;;;;;AAAO,MAAMA,aAAa,GAAG,SAAAA,CAAA,EAA8B;EAAA,IAA7B;IAAEC,KAAK;IAAE,GAAGC;EAAM,CAAC,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC,CAAC;EACpD;EACAG,MAAM,CAACC,SAAS,CAACC,IAAI,CAAC;IAAEP,KAAK;IAAE,GAAGC;EAAM,CAAC,CAAC;AAC5C,CAAC;AAACO,OAAA,CAAAT,aAAA,GAAAA,aAAA"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.getPerfomanceLabel = void 0;
7
+ var _Core = require("../../../Core.constants");
8
+ const getPerfomanceLabel = value => {
9
+ var _Object$entries$find;
10
+ return (_Object$entries$find = Object.entries(_Core.PERFOMANCE).find(_ref => {
11
+ let [, val] = _ref;
12
+ return val === parseInt(value);
13
+ })) === null || _Object$entries$find === void 0 ? void 0 : _Object$entries$find[0];
14
+ };
15
+ exports.getPerfomanceLabel = getPerfomanceLabel;
16
+ //# sourceMappingURL=getPerfomanceLabel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPerfomanceLabel.js","names":["_Core","require","getPerfomanceLabel","value","_Object$entries$find","Object","entries","PERFOMANCE","find","_ref","val","parseInt","exports"],"sources":["../../../../src/contexts/PerfomanceManager/helpers/getPerfomanceLabel.js"],"sourcesContent":["import { PERFOMANCE } from '../../../Core.constants';\n\nexport const getPerfomanceLabel = (value) => Object.entries(PERFOMANCE).find(([, val]) => val === parseInt(value))?.[0];\n"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,OAAA;AAEO,MAAMC,kBAAkB,GAAIC,KAAK;EAAA,IAAAC,oBAAA;EAAA,QAAAA,oBAAA,GAAKC,MAAM,CAACC,OAAO,CAACC,gBAAU,CAAC,CAACC,IAAI,CAACC,IAAA;IAAA,IAAC,GAAGC,GAAG,CAAC,GAAAD,IAAA;IAAA,OAAKC,GAAG,KAAKC,QAAQ,CAACR,KAAK,CAAC;EAAA,EAAC,cAAAC,oBAAA,uBAArEA,oBAAA,CAAwE,CAAC,CAAC;AAAA;AAACQ,OAAA,CAAAV,kBAAA,GAAAA,kBAAA"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.googleTagManager = void 0;
7
+ var _dataLayerPush = require("./dataLayerPush");
8
+ const googleTagManager = function (id) {
9
+ let src = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'https://www.googletagmanager.com/gtag/js';
10
+ return id ? {
11
+ src: "".concat(src, "?id=").concat(id),
12
+ onLoad: () => {
13
+ window.dataLayer = window.dataLayer || [];
14
+ // ! TODO helper
15
+ (0, _dataLayerPush.dataLayerPush)({
16
+ event: 'gtm.js',
17
+ 'gtm.start': new Date().getTime()
18
+ });
19
+ }
20
+ } : {};
21
+ };
22
+ exports.googleTagManager = googleTagManager;
23
+ //# sourceMappingURL=googleTagManager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"googleTagManager.js","names":["_dataLayerPush","require","googleTagManager","id","src","arguments","length","undefined","concat","onLoad","window","dataLayer","dataLayerPush","event","Date","getTime","exports"],"sources":["../../../../src/contexts/PerfomanceManager/helpers/googleTagManager.js"],"sourcesContent":["import { dataLayerPush } from './dataLayerPush';\n\nexport const googleTagManager = (id, src = 'https://www.googletagmanager.com/gtag/js') =>\n id\n ? {\n src: `${src}?id=${id}`,\n onLoad: () => {\n window.dataLayer = window.dataLayer || [];\n // ! TODO helper\n dataLayerPush({ event: 'gtm.js', 'gtm.start': new Date().getTime() });\n },\n }\n : {};\n"],"mappings":";;;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA;AAEO,MAAMC,gBAAgB,GAAG,SAAAA,CAACC,EAAE;EAAA,IAAEC,GAAG,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,0CAA0C;EAAA,OACnFF,EAAE,GACE;IACEC,GAAG,KAAAI,MAAA,CAAKJ,GAAG,UAAAI,MAAA,CAAOL,EAAE,CAAE;IACtBM,MAAM,EAAEA,CAAA,KAAM;MACZC,MAAM,CAACC,SAAS,GAAGD,MAAM,CAACC,SAAS,IAAI,EAAE;MACzC;MACA,IAAAC,4BAAa,EAAC;QAAEC,KAAK,EAAE,QAAQ;QAAE,WAAW,EAAE,IAAIC,IAAI,CAAC,CAAC,CAACC,OAAO,CAAC;MAAE,CAAC,CAAC;IACvE;EACF,CAAC,GACD,CAAC,CAAC;AAAA;AAACC,OAAA,CAAAd,gBAAA,GAAAA,gBAAA"}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _dataLayerPush = require("./dataLayerPush");
7
+ Object.keys(_dataLayerPush).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _dataLayerPush[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _dataLayerPush[key];
14
+ }
15
+ });
16
+ });
17
+ var _getPerfomanceLabel = require("./getPerfomanceLabel");
18
+ Object.keys(_getPerfomanceLabel).forEach(function (key) {
19
+ if (key === "default" || key === "__esModule") return;
20
+ if (key in exports && exports[key] === _getPerfomanceLabel[key]) return;
21
+ Object.defineProperty(exports, key, {
22
+ enumerable: true,
23
+ get: function () {
24
+ return _getPerfomanceLabel[key];
25
+ }
26
+ });
27
+ });
28
+ var _googleTagManager = require("./googleTagManager");
29
+ Object.keys(_googleTagManager).forEach(function (key) {
30
+ if (key === "default" || key === "__esModule") return;
31
+ if (key in exports && exports[key] === _googleTagManager[key]) return;
32
+ Object.defineProperty(exports, key, {
33
+ enumerable: true,
34
+ get: function () {
35
+ return _googleTagManager[key];
36
+ }
37
+ });
38
+ });
39
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["_dataLayerPush","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_getPerfomanceLabel","_googleTagManager"],"sources":["../../../../src/contexts/PerfomanceManager/helpers/index.js"],"sourcesContent":["export * from './dataLayerPush';\nexport * from './getPerfomanceLabel';\nexport * from './googleTagManager';\n"],"mappings":";;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,cAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,cAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,cAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,mBAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,mBAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,mBAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,mBAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,iBAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,iBAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,iBAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,iBAAA,CAAAN,GAAA;IAAA;EAAA;AAAA"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _PerfomanceManager = require("./PerfomanceManager");
7
+ Object.keys(_PerfomanceManager).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _PerfomanceManager[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _PerfomanceManager[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["_PerfomanceManager","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["../../../src/contexts/PerfomanceManager/index.js"],"sourcesContent":["export * from './PerfomanceManager';\n"],"mappings":";;;;;AAAA,IAAAA,kBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,kBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,kBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,kBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.bookingResponse = void 0;
7
+ const bookingResponse = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('affilired.bookingResponse', ...props);
12
+ };
13
+ exports.bookingResponse = bookingResponse;
14
+ //# sourceMappingURL=bookingResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookingResponse.js","names":["bookingResponse","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/affilired/bookingResponse.js"],"sourcesContent":["export const bookingResponse = (...props) => {\n console.info('affilired.bookingResponse', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,eAAe,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EACtCC,OAAO,CAACC,IAAI,CAAC,2BAA2B,EAAE,GAAGJ,KAAK,CAAC;AACrD,CAAC;AAACK,OAAA,CAAAT,eAAA,GAAAA,eAAA"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ProviderAffilired = void 0;
7
+ var _bookingResponse = require("./bookingResponse");
8
+ const ProviderAffilired = exports.ProviderAffilired = {
9
+ bookingResponse: _bookingResponse.bookingResponse
10
+ };
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["_bookingResponse","require","ProviderAffilired","exports","bookingResponse"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/affilired/index.js"],"sourcesContent":["import { bookingResponse } from './bookingResponse';\n\nexport const ProviderAffilired = {\n bookingResponse,\n};\n"],"mappings":";;;;;;AAAA,IAAAA,gBAAA,GAAAC,OAAA;AAEO,MAAMC,iBAAiB,GAAAC,OAAA,CAAAD,iBAAA,GAAG;EAC/BE,eAAe,EAAfA;AACF,CAAC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.bookingCancel = void 0;
7
+ const bookingCancel = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('analytics.bookingCancel', ...props);
12
+ };
13
+ exports.bookingCancel = bookingCancel;
14
+ //# sourceMappingURL=bookingCancel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookingCancel.js","names":["bookingCancel","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/analytics/bookingCancel.js"],"sourcesContent":["export const bookingCancel = (...props) => {\n console.info('analytics.bookingCancel', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,aAAa,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EACpCC,OAAO,CAACC,IAAI,CAAC,yBAAyB,EAAE,GAAGJ,KAAK,CAAC;AACnD,CAAC;AAACK,OAAA,CAAAT,aAAA,GAAAA,aAAA"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.bookingResponse = void 0;
7
+ const bookingResponse = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('analytics.bookingResponse', ...props);
12
+ };
13
+ exports.bookingResponse = bookingResponse;
14
+ //# sourceMappingURL=bookingResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookingResponse.js","names":["bookingResponse","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/analytics/bookingResponse.js"],"sourcesContent":["export const bookingResponse = (...props) => {\n console.info('analytics.bookingResponse', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,eAAe,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EACtCC,OAAO,CAACC,IAAI,CAAC,2BAA2B,EAAE,GAAGJ,KAAK,CAAC;AACrD,CAAC;AAACK,OAAA,CAAAT,eAAA,GAAAA,eAAA"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.checkoutForm = void 0;
7
+ const checkoutForm = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('analytics.checkoutForm', ...props);
12
+ };
13
+ exports.checkoutForm = checkoutForm;
14
+ //# sourceMappingURL=checkoutForm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkoutForm.js","names":["checkoutForm","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/analytics/checkoutForm.js"],"sourcesContent":["export const checkoutForm = (...props) => {\n console.info('analytics.checkoutForm', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,YAAY,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EACnCC,OAAO,CAACC,IAAI,CAAC,wBAAwB,EAAE,GAAGJ,KAAK,CAAC;AAClD,CAAC;AAACK,OAAA,CAAAT,YAAA,GAAAA,YAAA"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.checkoutResponse = void 0;
7
+ const checkoutResponse = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('analytics.checkoutResponse', ...props);
12
+ };
13
+ exports.checkoutResponse = checkoutResponse;
14
+ //# sourceMappingURL=checkoutResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkoutResponse.js","names":["checkoutResponse","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/analytics/checkoutResponse.js"],"sourcesContent":["export const checkoutResponse = (...props) => {\n console.info('analytics.checkoutResponse', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,gBAAgB,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EACvCC,OAAO,CAACC,IAAI,CAAC,4BAA4B,EAAE,GAAGJ,KAAK,CAAC;AACtD,CAAC;AAACK,OAAA,CAAAT,gBAAA,GAAAA,gBAAA"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.finderReady = void 0;
7
+ const finderReady = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('analytics.finderReady', ...props);
12
+ };
13
+ exports.finderReady = finderReady;
14
+ //# sourceMappingURL=finderReady.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"finderReady.js","names":["finderReady","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/analytics/finderReady.js"],"sourcesContent":["export const finderReady = (...props) => {\n console.info('analytics.finderReady', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,WAAW,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EAClCC,OAAO,CAACC,IAAI,CAAC,uBAAuB,EAAE,GAAGJ,KAAK,CAAC;AACjD,CAAC;AAACK,OAAA,CAAAT,WAAA,GAAAA,WAAA"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ProviderAnalytics = void 0;
7
+ var _bookingCancel = require("./bookingCancel");
8
+ var _bookingResponse = require("./bookingResponse");
9
+ var _checkoutForm = require("./checkoutForm");
10
+ var _checkoutResponse = require("./checkoutResponse");
11
+ var _finderReady = require("./finderReady");
12
+ var _login = require("./login");
13
+ var _ratesAddToCart = require("./ratesAddToCart");
14
+ var _ratesResponse = require("./ratesResponse");
15
+ const ProviderAnalytics = exports.ProviderAnalytics = {
16
+ bookingCancel: _bookingCancel.bookingCancel,
17
+ bookingResponse: _bookingResponse.bookingResponse,
18
+ checkoutForm: _checkoutForm.checkoutForm,
19
+ checkoutResponse: _checkoutResponse.checkoutResponse,
20
+ finderReady: _finderReady.finderReady,
21
+ login: _login.login,
22
+ ratesAddToCart: _ratesAddToCart.ratesAddToCart,
23
+ ratesResponse: _ratesResponse.ratesResponse
24
+ };
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["_bookingCancel","require","_bookingResponse","_checkoutForm","_checkoutResponse","_finderReady","_login","_ratesAddToCart","_ratesResponse","ProviderAnalytics","exports","bookingCancel","bookingResponse","checkoutForm","checkoutResponse","finderReady","login","ratesAddToCart","ratesResponse"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/analytics/index.js"],"sourcesContent":["import { bookingCancel } from './bookingCancel';\nimport { bookingResponse } from './bookingResponse';\nimport { checkoutForm } from './checkoutForm';\nimport { checkoutResponse } from './checkoutResponse';\nimport { finderReady } from './finderReady';\nimport { login } from './login';\nimport { ratesAddToCart } from './ratesAddToCart';\nimport { ratesResponse } from './ratesResponse';\n\nexport const ProviderAnalytics = {\n bookingCancel,\n bookingResponse,\n checkoutForm,\n checkoutResponse,\n finderReady,\n login,\n ratesAddToCart,\n ratesResponse,\n};\n"],"mappings":";;;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA;AACA,IAAAC,gBAAA,GAAAD,OAAA;AACA,IAAAE,aAAA,GAAAF,OAAA;AACA,IAAAG,iBAAA,GAAAH,OAAA;AACA,IAAAI,YAAA,GAAAJ,OAAA;AACA,IAAAK,MAAA,GAAAL,OAAA;AACA,IAAAM,eAAA,GAAAN,OAAA;AACA,IAAAO,cAAA,GAAAP,OAAA;AAEO,MAAMQ,iBAAiB,GAAAC,OAAA,CAAAD,iBAAA,GAAG;EAC/BE,aAAa,EAAbA,4BAAa;EACbC,eAAe,EAAfA,gCAAe;EACfC,YAAY,EAAZA,0BAAY;EACZC,gBAAgB,EAAhBA,kCAAgB;EAChBC,WAAW,EAAXA,wBAAW;EACXC,KAAK,EAALA,YAAK;EACLC,cAAc,EAAdA,8BAAc;EACdC,aAAa,EAAbA;AACF,CAAC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.login = void 0;
7
+ const login = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('analytics.login', ...props);
12
+ };
13
+ exports.login = login;
14
+ //# sourceMappingURL=login.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"login.js","names":["login","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/analytics/login.js"],"sourcesContent":["export const login = (...props) => {\n console.info('analytics.login', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,KAAK,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EAC5BC,OAAO,CAACC,IAAI,CAAC,iBAAiB,EAAE,GAAGJ,KAAK,CAAC;AAC3C,CAAC;AAACK,OAAA,CAAAT,KAAA,GAAAA,KAAA"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ratesAddToCart = void 0;
7
+ const ratesAddToCart = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('analytics.ratesResponse', ...props);
12
+ };
13
+ exports.ratesAddToCart = ratesAddToCart;
14
+ //# sourceMappingURL=ratesAddToCart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ratesAddToCart.js","names":["ratesAddToCart","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/analytics/ratesAddToCart.js"],"sourcesContent":["export const ratesAddToCart = (...props) => {\n console.info('analytics.ratesResponse', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,cAAc,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EACrCC,OAAO,CAACC,IAAI,CAAC,yBAAyB,EAAE,GAAGJ,KAAK,CAAC;AACnD,CAAC;AAACK,OAAA,CAAAT,cAAA,GAAAA,cAAA"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ratesResponse = void 0;
7
+ const ratesResponse = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('analytics.ratesResponse', ...props);
12
+ };
13
+ exports.ratesResponse = ratesResponse;
14
+ //# sourceMappingURL=ratesResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ratesResponse.js","names":["ratesResponse","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/analytics/ratesResponse.js"],"sourcesContent":["export const ratesResponse = (...props) => {\n console.info('analytics.ratesResponse', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,aAAa,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EACpCC,OAAO,CAACC,IAAI,CAAC,yBAAyB,EAAE,GAAGJ,KAAK,CAAC;AACnD,CAAC;AAACK,OAAA,CAAAT,aAAA,GAAAA,aAAA"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.bookingResponse = void 0;
7
+ const bookingResponse = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.log('bing.bookingResponse', ...props);
12
+ };
13
+ exports.bookingResponse = bookingResponse;
14
+ //# sourceMappingURL=bookingResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookingResponse.js","names":["bookingResponse","_len","arguments","length","props","Array","_key","console","log","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/bing/bookingResponse.js"],"sourcesContent":["export const bookingResponse = (...props) => {\n console.log('bing.bookingResponse', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,eAAe,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EACtCC,OAAO,CAACC,GAAG,CAAC,sBAAsB,EAAE,GAAGJ,KAAK,CAAC;AAC/C,CAAC;AAACK,OAAA,CAAAT,eAAA,GAAAA,eAAA"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ProviderBing = void 0;
7
+ var _bookingResponse = require("./bookingResponse");
8
+ const ProviderBing = exports.ProviderBing = {
9
+ bookingResponse: _bookingResponse.bookingResponse
10
+ };
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["_bookingResponse","require","ProviderBing","exports","bookingResponse"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/bing/index.js"],"sourcesContent":["import { bookingResponse } from './bookingResponse';\n\nexport const ProviderBing = {\n bookingResponse,\n};\n"],"mappings":";;;;;;AAAA,IAAAA,gBAAA,GAAAC,OAAA;AAEO,MAAMC,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAG;EAC1BE,eAAe,EAAfA;AACF,CAAC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.bookingResponse = void 0;
7
+ const bookingResponse = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('facebook.bookingResponse', ...props);
12
+ };
13
+ exports.bookingResponse = bookingResponse;
14
+ //# sourceMappingURL=bookingResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookingResponse.js","names":["bookingResponse","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/facebook/bookingResponse.js"],"sourcesContent":["export const bookingResponse = (...props) => {\n console.info('facebook.bookingResponse', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,eAAe,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EACtCC,OAAO,CAACC,IAAI,CAAC,0BAA0B,EAAE,GAAGJ,KAAK,CAAC;AACpD,CAAC;AAACK,OAAA,CAAAT,eAAA,GAAAA,eAAA"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.checkoutResponse = void 0;
7
+ const checkoutResponse = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('facebook.checkoutResponse', ...props);
12
+ };
13
+ exports.checkoutResponse = checkoutResponse;
14
+ //# sourceMappingURL=checkoutResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkoutResponse.js","names":["checkoutResponse","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/facebook/checkoutResponse.js"],"sourcesContent":["export const checkoutResponse = (...props) => {\n console.info('facebook.checkoutResponse', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,gBAAgB,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EACvCC,OAAO,CAACC,IAAI,CAAC,2BAA2B,EAAE,GAAGJ,KAAK,CAAC;AACrD,CAAC;AAACK,OAAA,CAAAT,gBAAA,GAAAA,gBAAA"}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ProviderFacebook = void 0;
7
+ var _bookingResponse = require("./bookingResponse");
8
+ var _checkoutResponse = require("./checkoutResponse");
9
+ var _ratesAddToCart = require("./ratesAddToCart");
10
+ var _ratesResponse = require("./ratesResponse");
11
+ const ProviderFacebook = exports.ProviderFacebook = {
12
+ bookingResponse: _bookingResponse.bookingResponse,
13
+ checkoutResponse: _checkoutResponse.checkoutResponse,
14
+ ratesAddToCart: _ratesAddToCart.ratesAddToCart,
15
+ ratesResponse: _ratesResponse.ratesResponse
16
+ };
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["_bookingResponse","require","_checkoutResponse","_ratesAddToCart","_ratesResponse","ProviderFacebook","exports","bookingResponse","checkoutResponse","ratesAddToCart","ratesResponse"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/facebook/index.js"],"sourcesContent":["import { bookingResponse } from './bookingResponse';\nimport { checkoutResponse } from './checkoutResponse';\nimport { ratesAddToCart } from './ratesAddToCart';\nimport { ratesResponse } from './ratesResponse';\n\nexport const ProviderFacebook = {\n bookingResponse,\n checkoutResponse,\n ratesAddToCart,\n ratesResponse,\n};\n"],"mappings":";;;;;;AAAA,IAAAA,gBAAA,GAAAC,OAAA;AACA,IAAAC,iBAAA,GAAAD,OAAA;AACA,IAAAE,eAAA,GAAAF,OAAA;AACA,IAAAG,cAAA,GAAAH,OAAA;AAEO,MAAMI,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,GAAG;EAC9BE,eAAe,EAAfA,gCAAe;EACfC,gBAAgB,EAAhBA,kCAAgB;EAChBC,cAAc,EAAdA,8BAAc;EACdC,aAAa,EAAbA;AACF,CAAC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ratesAddToCart = void 0;
7
+ const ratesAddToCart = function () {
8
+ for (var _len = arguments.length, props = new Array(_len), _key = 0; _key < _len; _key++) {
9
+ props[_key] = arguments[_key];
10
+ }
11
+ console.info('analytics.ratesResponse', ...props);
12
+ };
13
+ exports.ratesAddToCart = ratesAddToCart;
14
+ //# sourceMappingURL=ratesAddToCart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ratesAddToCart.js","names":["ratesAddToCart","_len","arguments","length","props","Array","_key","console","info","exports"],"sources":["../../../../../src/contexts/PerfomanceManager/providers/facebook/ratesAddToCart.js"],"sourcesContent":["export const ratesAddToCart = (...props) => {\n console.info('analytics.ratesResponse', ...props);\n};\n"],"mappings":";;;;;;AAAO,MAAMA,cAAc,GAAG,SAAAA,CAAA,EAAc;EAAA,SAAAC,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAVC,KAAK,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;IAALF,KAAK,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;EAAA;EACrCC,OAAO,CAACC,IAAI,CAAC,yBAAyB,EAAE,GAAGJ,KAAK,CAAC;AACnD,CAAC;AAACK,OAAA,CAAAT,cAAA,GAAAA,cAAA"}