@everymatrix/lottery-game-page 0.1.2 → 0.1.6
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/helper-accordion_2.cjs.entry.js +126 -0
- package/dist/cjs/helper-accordion_2.cjs.entry.js.map +1 -0
- package/dist/cjs/helper-filters_2.cjs.entry.js +85 -22255
- package/dist/cjs/helper-filters_2.cjs.entry.js.map +1 -0
- package/dist/cjs/helper-modal.cjs.entry.js +3 -1
- package/dist/cjs/helper-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/helper-pagination.cjs.entry.js +3 -1
- package/dist/cjs/helper-pagination.cjs.entry.js.map +1 -0
- package/dist/cjs/helper-tab.cjs.entry.js +13 -8
- package/dist/cjs/helper-tab.cjs.entry.js.map +1 -0
- package/dist/cjs/{index-e5770ba2.js → index-65086a23.js} +7 -38
- package/dist/cjs/index-65086a23.js.map +1 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +4 -2
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/lottery-draw-results-history.cjs.entry.js +67 -27
- package/dist/cjs/lottery-draw-results-history.cjs.entry.js.map +1 -0
- package/dist/cjs/lottery-game-details.cjs.entry.js +3 -1
- package/dist/cjs/lottery-game-details.cjs.entry.js.map +1 -0
- package/dist/cjs/lottery-game-page.cjs.entry.js +52 -13
- package/dist/cjs/lottery-game-page.cjs.entry.js.map +1 -0
- package/dist/cjs/lottery-game-page.cjs.js +4 -2
- package/dist/cjs/lottery-game-page.cjs.js.map +1 -0
- package/dist/collection/collection-manifest.json +0 -24
- package/dist/collection/components/lottery-game-page/lottery-game-page.css +27 -7
- package/dist/collection/components/lottery-game-page/lottery-game-page.js +22 -5
- package/dist/collection/components/lottery-game-page/lottery-game-page.js.map +1 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/utils/locale.utils.js +34 -6
- package/dist/collection/utils/locale.utils.js.map +1 -0
- package/dist/collection/utils/utils.js +1 -0
- package/dist/collection/utils/utils.js.map +1 -0
- package/dist/components/helper-accordion.js +2 -0
- package/dist/components/helper-accordion.js.map +1 -0
- package/dist/components/helper-accordion2.js +9 -2
- package/dist/components/helper-accordion2.js.map +1 -0
- package/dist/components/helper-filters.js +2 -0
- package/dist/components/helper-filters.js.map +1 -0
- package/dist/components/helper-filters2.js +31 -22211
- package/dist/components/helper-filters2.js.map +1 -0
- package/dist/components/helper-modal.js +2 -0
- package/dist/components/helper-modal.js.map +1 -0
- package/dist/components/helper-modal2.js +2 -0
- package/dist/components/helper-modal2.js.map +1 -0
- package/dist/components/helper-pagination.js +2 -0
- package/dist/components/helper-pagination.js.map +1 -0
- package/dist/components/helper-tab.js +2 -0
- package/dist/components/helper-tab.js.map +1 -0
- package/dist/components/helper-tab2.js +14 -8
- package/dist/components/helper-tab2.js.map +1 -0
- package/dist/components/helper-tabs.js +2 -0
- package/dist/components/helper-tabs.js.map +1 -0
- package/dist/components/helper-tabs2.js +3 -1
- package/dist/components/helper-tabs2.js.map +1 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/lottery-draw-results-history.js +2 -0
- package/dist/components/lottery-draw-results-history.js.map +1 -0
- package/dist/components/lottery-draw-results-history2.js +78 -46
- package/dist/components/lottery-draw-results-history2.js.map +1 -0
- package/dist/components/lottery-draw-results.js +2 -0
- package/dist/components/lottery-draw-results.js.map +1 -0
- package/dist/components/lottery-draw-results2.js +64 -59
- package/dist/components/lottery-draw-results2.js.map +1 -0
- package/dist/components/lottery-game-details.js +2 -0
- package/dist/components/lottery-game-details.js.map +1 -0
- package/dist/components/lottery-game-details2.js +2 -0
- package/dist/components/lottery-game-details2.js.map +1 -0
- package/dist/components/lottery-game-page.js +70 -53
- package/dist/components/lottery-game-page.js.map +1 -0
- package/dist/esm/helper-accordion_2.entry.js +121 -0
- package/dist/esm/helper-accordion_2.entry.js.map +1 -0
- package/dist/esm/helper-filters_2.entry.js +89 -22259
- package/dist/esm/helper-filters_2.entry.js.map +1 -0
- package/dist/esm/helper-modal.entry.js +3 -1
- package/dist/esm/helper-modal.entry.js.map +1 -0
- package/dist/esm/helper-pagination.entry.js +3 -1
- package/dist/esm/helper-pagination.entry.js.map +1 -0
- package/dist/esm/helper-tab.entry.js +13 -8
- package/dist/esm/helper-tab.entry.js.map +1 -0
- package/dist/esm/{index-8f308493.js → index-11dea618.js} +7 -38
- package/dist/esm/index-11dea618.js.map +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +4 -2
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/lottery-draw-results-history.entry.js +67 -27
- package/dist/esm/lottery-draw-results-history.entry.js.map +1 -0
- package/dist/esm/lottery-game-details.entry.js +3 -1
- package/dist/esm/lottery-game-details.entry.js.map +1 -0
- package/dist/esm/lottery-game-page.entry.js +52 -13
- package/dist/esm/lottery-game-page.entry.js.map +1 -0
- package/dist/esm/lottery-game-page.js +4 -2
- package/dist/esm/lottery-game-page.js.map +1 -0
- package/dist/lottery-game-page/index.esm.js +2 -0
- package/dist/lottery-game-page/index.esm.js.map +1 -0
- package/dist/lottery-game-page/lottery-game-page.esm.js +2 -1
- package/dist/lottery-game-page/lottery-game-page.esm.js.map +1 -0
- package/dist/lottery-game-page/p-0ffa81cc.entry.js +2 -0
- package/dist/lottery-game-page/p-0ffa81cc.entry.js.map +1 -0
- package/dist/lottery-game-page/p-3a9ad86b.js +2 -0
- package/dist/lottery-game-page/p-3a9ad86b.js.map +1 -0
- package/dist/lottery-game-page/p-3e00e24b.entry.js +2 -0
- package/dist/lottery-game-page/p-3e00e24b.entry.js.map +1 -0
- package/dist/lottery-game-page/p-4a79f68c.entry.js +2 -0
- package/dist/lottery-game-page/p-4a79f68c.entry.js.map +1 -0
- package/dist/lottery-game-page/p-978fd922.entry.js +2 -0
- package/dist/lottery-game-page/p-978fd922.entry.js.map +1 -0
- package/dist/lottery-game-page/p-bd53d31a.entry.js +2 -0
- package/dist/lottery-game-page/p-bd53d31a.entry.js.map +1 -0
- package/dist/lottery-game-page/p-bfa5e84c.entry.js +2 -0
- package/dist/lottery-game-page/p-bfa5e84c.entry.js.map +1 -0
- package/dist/lottery-game-page/p-dedb92e5.entry.js +2 -0
- package/dist/lottery-game-page/p-dedb92e5.entry.js.map +1 -0
- package/dist/lottery-game-page/p-f4592d65.entry.js +2 -0
- package/dist/lottery-game-page/p-f4592d65.entry.js.map +1 -0
- package/dist/stencil.config.js +13 -2
- package/dist/stencil.config.js.map +1 -0
- package/dist/types/components/lottery-game-page/lottery-game-page.d.ts +3 -0
- package/package.json +2 -2
- package/dist/cjs/helper-accordion.cjs.entry.js +0 -88
- package/dist/cjs/helper-tabs.cjs.entry.js +0 -38
- package/dist/cjs/lottery-bullet_2.cjs.entry.js +0 -202
- package/dist/cjs/lottery-ticket-controller.cjs.entry.js +0 -69
- package/dist/cjs/lottery-ticket.cjs.entry.js +0 -146
- package/dist/components/lottery-bullet.js +0 -6
- package/dist/components/lottery-bullet2.js +0 -57
- package/dist/components/lottery-grid.js +0 -6
- package/dist/components/lottery-grid2.js +0 -197
- package/dist/components/lottery-ticket-controller.js +0 -6
- package/dist/components/lottery-ticket-controller2.js +0 -118
- package/dist/components/lottery-ticket.js +0 -6
- package/dist/components/lottery-ticket2.js +0 -184
- package/dist/esm/helper-accordion.entry.js +0 -84
- package/dist/esm/helper-tabs.entry.js +0 -34
- package/dist/esm/lottery-bullet_2.entry.js +0 -197
- package/dist/esm/lottery-ticket-controller.entry.js +0 -65
- package/dist/esm/lottery-ticket.entry.js +0 -142
- package/dist/lottery-game-page/p-037dd940.js +0 -1
- package/dist/lottery-game-page/p-12251772.entry.js +0 -1
- package/dist/lottery-game-page/p-324c7edd.entry.js +0 -2849
- package/dist/lottery-game-page/p-43400250.entry.js +0 -1
- package/dist/lottery-game-page/p-43f7fac4.entry.js +0 -1
- package/dist/lottery-game-page/p-55338096.entry.js +0 -1
- package/dist/lottery-game-page/p-581bdfc2.entry.js +0 -1
- package/dist/lottery-game-page/p-6977f833.entry.js +0 -1
- package/dist/lottery-game-page/p-85f4e95b.entry.js +0 -1
- package/dist/lottery-game-page/p-99a61a44.entry.js +0 -1
- package/dist/lottery-game-page/p-af9a2dde.entry.js +0 -1
- package/dist/lottery-game-page/p-bf66e969.entry.js +0 -1
- package/dist/lottery-game-page/p-d1b9da94.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"helper-filters.lottery-draw-results.entry.cjs.js","mappings":"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","names":["DEFAULT_LANGUAGE","SUPPORTED_LANGUAGES","TRANSLATIONS","translate","h","index"],"sources":["../helper-filters/dist/collection/utils/locale.utils.js","../helper-filters/dist/collection/components/helper-filters/helper-filters.css?tag=helper-filters&encapsulation=shadow","../helper-filters/dist/collection/components/helper-filters/helper-filters.js","../lottery-draw-results/dist/collection/utils/locale.utils.js","../lottery-draw-results/dist/collection/components/lottery-draw-results/lottery-draw-results.css?tag=lottery-draw-results&encapsulation=shadow","../lottery-draw-results/dist/collection/components/lottery-draw-results/lottery-draw-results.js"],"sourcesContent":["const DEFAULT_LANGUAGE = 'en';\nconst SUPPORTED_LANGUAGES = ['ro', 'en'];\nconst TRANSLATIONS = {\n en: {\n filterOpen: 'Filter',\n filterClear: 'Clear',\n filterModalTicketTitle: 'Ticket Results',\n filterModalDrawTitle: 'Draws Results History',\n filterTicketPlaceholder: 'Search for a ticket ID',\n filterDrawPlaceholder: 'Search for a draw ID',\n filterDateRangePlaceholder: 'Date Range',\n filterModalButton: 'Search',\n filterFromCalendar: 'From',\n filterToCalendar: 'To',\n filterOrDate: 'or search by date'\n },\n ro: {\n filterOpen: 'Filtrare',\n filterClear: 'Stergere',\n filterModalTicketTitle: 'Rezultatele biletelor',\n filterModalDrawTitle: 'Rezultatele draw-urilor',\n filterTicketPlaceholder: 'Cauta ID bilet',\n filterDrawPlaceholder: 'Cauta ID draw',\n filterDateRangePlaceholder: 'Perioada',\n filterModalButton: 'Cauta',\n filterOrDate: 'sau cauta dupa data'\n },\n};\nexport const translate = (key, customLang) => {\n const lang = customLang;\n return TRANSLATIONS[lang !== undefined && SUPPORTED_LANGUAGES.includes(lang) ? lang : DEFAULT_LANGUAGE][key];\n};\n","@import url(\"https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap\");\n:host {\n display: block;\n font-family: \"Roboto\", sans-serif;\n}\n\n.FilterButtonsWrapper {\n display: flex;\n justify-content: flex-end;\n gap: 5px;\n}\n.FilterButtonsWrapper .FilterOpen {\n cursor: pointer;\n border-radius: 4px;\n padding: 8px 15px;\n width: max-content;\n border: 1px solid #00958f;\n background: #00958f;\n color: #FFF;\n font-size: 12px;\n transition: all 0.2s linear;\n text-align: center;\n letter-spacing: 0;\n}\n.FilterButtonsWrapper .FilterOpen:hover {\n background: #00958f;\n color: #FFF;\n}\n.FilterButtonsWrapper .FilterClear {\n cursor: pointer;\n border-radius: 4px;\n padding: 8px 15px;\n width: max-content;\n border: 1px solid #00958f;\n background: #FFF;\n color: #000;\n font-size: 12px;\n transition: all 0.2s linear;\n text-align: center;\n letter-spacing: 0;\n}\n.FilterButtonsWrapper .FilterClear:hover {\n background: #00958f;\n color: #FFF;\n}\n\n.FilterModalHeader,\n.FilterModalBody,\n.FilterModalFooter {\n display: flex;\n flex-direction: column;\n gap: 5px;\n align-items: center;\n margin: 20px 0;\n}\n.FilterModalHeader .FilterModalTitle,\n.FilterModalBody .FilterModalTitle,\n.FilterModalFooter .FilterModalTitle {\n margin: 0;\n padding: 0;\n font-weight: 700;\n font-size: 16px;\n color: #009993;\n text-transform: uppercase;\n}\n.FilterModalHeader .FilterModalSearch,\n.FilterModalBody .FilterModalSearch,\n.FilterModalFooter .FilterModalSearch {\n border-radius: 4px;\n background: #e8ebef;\n color: #263445;\n width: 100%;\n height: 26px;\n max-width: 280px;\n padding: 5px;\n font-size: 15px;\n border: none;\n outline: #009993;\n}\n.FilterModalHeader .FilterCalendarWrapper,\n.FilterModalBody .FilterCalendarWrapper,\n.FilterModalFooter .FilterCalendarWrapper {\n display: flex;\n gap: 5px;\n}\n.FilterModalHeader .FilterCalendarWrapper .VaadinDatePicker,\n.FilterModalBody .FilterCalendarWrapper .VaadinDatePicker,\n.FilterModalFooter .FilterCalendarWrapper .VaadinDatePicker {\n width: 50%;\n max-width: 143px;\n}\n.FilterModalHeader .FilterModalButton,\n.FilterModalBody .FilterModalButton,\n.FilterModalFooter .FilterModalButton {\n cursor: pointer;\n border-radius: 4px;\n padding: 8px 60px;\n width: max-content;\n margin: 5px;\n border: 1px solid #00958f;\n background: #00958f;\n color: #FFF;\n font-size: 12px;\n transition: all 0.2s linear;\n text-transform: uppercase;\n text-align: center;\n letter-spacing: 0;\n}\n.FilterModalHeader .FilterModalButton:hover,\n.FilterModalBody .FilterModalButton:hover,\n.FilterModalFooter .FilterModalButton:hover {\n background: #00958f;\n color: #FFF;\n}\n.FilterModalHeader p,\n.FilterModalBody p,\n.FilterModalFooter p {\n margin: 5px 0;\n}","import { Component, h, State, Prop, Event, Listen } from '@stencil/core';\nimport { translate } from '../../utils/locale.utils';\n// import '@vaadin/date-picker';\n// import '@vaadin/vaadin-date-picker/vaadin-date-picker.js';\nimport '@everymatrix/helper-modal';\nexport class HelperFilters {\n constructor() {\n /**\n * Check if show the filter option by id\n */\n this.showFilterId = true;\n /**\n * Choose if filter by draw ID or ticket ID. By default is draw ID.\n */\n this.activateTicketSearch = false;\n /**\n * Game ID\n */\n this.gameId = '';\n /**\n * Player ID\n */\n this.playerId = '';\n /**\n * Session ID\n */\n this.session = '';\n /**\n * Instead of customEvents the widget triggers postMessages\n */\n this.postMessage = false;\n /**\n * Language\n */\n this.language = 'en';\n this.showFilterModal = false;\n this.showClearButton = false;\n this.filterData = {};\n this.filterDataReset = { ticketDrawId: '', filterFromCalendar: '', filterToCalendar: '' };\n }\n // reset field values each time the filter modal opens\n componentDidRender() {\n this.filterData.ticketDrawId = null;\n this.filterData.filterFromCalendar = null;\n this.filterData.filterToCalendar = null;\n // @TODO: to way binding?\n if (document.getElementById('#FilterById'))\n document.getElementById('#FilterById').value = '';\n }\n filterSelectionHandler(event) {\n if (this.postMessage)\n window.postMessage({ type: 'filterSelection', event }, window.location.href);\n if (this.filterData.ticketDrawId)\n this.filterDraw.emit(event);\n if (this.filterData.filterFromCalendar || this.filterData.filterToCalendar)\n this.filterSelection.emit(event);\n ;\n }\n filterSelectionResetHandler(event) {\n if (this.postMessage)\n window.postMessage({ type: 'filterSelectionReset', event }, window.location.href);\n this.filterSelectionReset.emit(event);\n }\n modalCloseEvent() {\n this.showFilterModal = false;\n }\n // Toggle filter modal\n toggleFilterModal() {\n this.showFilterModal = true;\n }\n // Filter search\n filterSearch() {\n this.modalCloseEvent();\n this.showClearButton = true;\n this.filterSelectionHandler(this.filterData);\n }\n resetSearch() {\n this.showClearButton = false;\n this.filterSelectionResetHandler(this.filterDataReset);\n this.filterData = {};\n }\n handleTicketDrawId(event) {\n this.filterData.ticketDrawId = event.target.value;\n }\n handleFilterFrom(event) {\n this.filterData.filterFromCalendar = new Date(event.target.value).toISOString();\n }\n handleFilterTo(event) {\n this.filterData.filterToCalendar = new Date(event.target.value).toISOString();\n }\n render() {\n return (h(\"div\", { class: \"HelperFilters\" },\n h(\"div\", { class: \"FilterButtonsWrapper\" },\n h(\"button\", { class: \"FilterOpen\", onClick: () => this.toggleFilterModal() }, translate('filterOpen', this.language)),\n this.showClearButton ? h(\"button\", { class: \"FilterClear\", onClick: () => this.resetSearch() }, translate('filterClear', this.language)) : null),\n h(\"helper-modal\", { \"title-modal\": \"Filter Modal\", visible: this.showFilterModal },\n h(\"div\", { class: \"FilterModalHeader\" },\n h(\"h3\", { class: \"FilterModalTitle\" }, this.activateTicketSearch ? translate('filterModalTicketTitle', this.language) : translate('filterModalDrawTitle', this.language))),\n h(\"div\", { class: \"FilterModalBody\" },\n h(\"input\", { id: \"FilterById\", type: \"text\", value: this.filterData.ticketDrawId, onInput: (event) => this.handleTicketDrawId(event), class: \"FilterModalSearch\", placeholder: this.activateTicketSearch ? translate('filterTicketPlaceholder', this.language) : translate('filterDrawPlaceholder', this.language) }),\n h(\"p\", null, translate('filterOrDate', this.language)),\n h(\"div\", { class: \"FilterCalendarWrapper\" })),\n h(\"div\", { class: \"FilterModalFooter\" },\n h(\"button\", { class: \"FilterModalButton\", onClick: () => this.filterSearch() }, translate('filterModalButton', this.language))))));\n }\n static get is() { return \"helper-filters\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() { return {\n \"$\": [\"helper-filters.scss\"]\n }; }\n static get styleUrls() { return {\n \"$\": [\"helper-filters.css\"]\n }; }\n static get properties() { return {\n \"showFilterId\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Check if show the filter option by id\"\n },\n \"attribute\": \"show-filter-id\",\n \"reflect\": false,\n \"defaultValue\": \"true\"\n },\n \"activateTicketSearch\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Choose if filter by draw ID or ticket ID. By default is draw ID.\"\n },\n \"attribute\": \"activate-ticket-search\",\n \"reflect\": false,\n \"defaultValue\": \"false\"\n },\n \"gameId\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Game ID\"\n },\n \"attribute\": \"game-id\",\n \"reflect\": false,\n \"defaultValue\": \"''\"\n },\n \"playerId\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Player ID\"\n },\n \"attribute\": \"player-id\",\n \"reflect\": false,\n \"defaultValue\": \"''\"\n },\n \"session\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Session ID\"\n },\n \"attribute\": \"session\",\n \"reflect\": false,\n \"defaultValue\": \"''\"\n },\n \"postMessage\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Instead of customEvents the widget triggers postMessages\"\n },\n \"attribute\": \"post-message\",\n \"reflect\": false,\n \"defaultValue\": \"false\"\n },\n \"language\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Language\"\n },\n \"attribute\": \"language\",\n \"reflect\": false,\n \"defaultValue\": \"'en'\"\n }\n }; }\n static get states() { return {\n \"showFilterModal\": {},\n \"showClearButton\": {},\n \"filterData\": {},\n \"filterDataReset\": {}\n }; }\n static get events() { return [{\n \"method\": \"filterDraw\",\n \"name\": \"filterDraw\",\n \"bubbles\": true,\n \"cancelable\": true,\n \"composed\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"complexType\": {\n \"original\": \"HelperFilters\",\n \"resolved\": \"HelperFilters\",\n \"references\": {\n \"HelperFilters\": {\n \"location\": \"global\"\n }\n }\n }\n }, {\n \"method\": \"filterSelection\",\n \"name\": \"filterSelection\",\n \"bubbles\": true,\n \"cancelable\": true,\n \"composed\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"complexType\": {\n \"original\": \"HelperFilters\",\n \"resolved\": \"HelperFilters\",\n \"references\": {\n \"HelperFilters\": {\n \"location\": \"global\"\n }\n }\n }\n }, {\n \"method\": \"filterSelectionReset\",\n \"name\": \"filterSelectionReset\",\n \"bubbles\": true,\n \"cancelable\": true,\n \"composed\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"complexType\": {\n \"original\": \"HelperFilters\",\n \"resolved\": \"HelperFilters\",\n \"references\": {\n \"HelperFilters\": {\n \"location\": \"global\"\n }\n }\n }\n }]; }\n static get listeners() { return [{\n \"name\": \"modalCloseEvent\",\n \"method\": \"modalCloseEvent\",\n \"target\": undefined,\n \"capture\": false,\n \"passive\": false\n }]; }\n}\n","const DEFAULT_LANGUAGE = 'en';\nconst SUPPORTED_LANGUAGES = ['ro', 'en'];\nconst TRANSLATIONS = {\n en: {\n drawResultsHeader: 'Last draw results',\n drawId: 'Draw ID',\n drawName: 'Game name',\n drawDate: 'Draw Date',\n drawNumbersGridDraw: 'Draw numbers Grid A',\n drawNumbersGridTicket: 'Draw numbers Grid B',\n ticketResult: 'Ticket result',\n amountWon: 'Amount won',\n numberOfDraws: 'Number of draws',\n multiplier: 'Multiplier:',\n ticketPurchaseDate: 'Ticket Purchase Date',\n ticketStatus: 'Ticket Status',\n ticketId: 'Ticket ID',\n ticketAmount: 'Ticket Amount',\n winUpTo: 'Win up to',\n },\n ro: {\n drawResultsHeader: 'Ultimele rezultate extragere',\n drawId: 'Id extragere',\n drawName: 'Numele jocului',\n drawDate: 'Data extragerii',\n drawNumbersGridDraw: 'Numerele extrase Grid A',\n drawNumbersGridTicket: 'Numerele extrase Grid B',\n ticketResult: 'Rezultatul biletului',\n amountWon: 'Suma castigata',\n numberOfDraws: 'Numarul de extrageri',\n multiplier: 'Multiplicator:',\n ticketPurchaseDate: 'Data achizitionarii biletului',\n ticketStatus: 'Statusul biletului',\n ticketId: 'Id biletul',\n ticketAmount: 'Valoarea biletului',\n winUpTo: 'Poti castiga'\n },\n};\nexport const translate = (key, customLang) => {\n const lang = customLang;\n return TRANSLATIONS[lang !== undefined && SUPPORTED_LANGUAGES.includes(lang) ? lang : DEFAULT_LANGUAGE][key];\n};\n","@import url(\"https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap\");\n:host {\n display: block;\n font-family: \"Roboto\", sans-serif;\n}\n\n.TicketInfo {\n display: flex;\n flex-direction: row;\n gap: 15px;\n background-color: #009993;\n color: #fff;\n padding: 12px;\n font-size: 14px;\n}\n\n.DrawResultsArea {\n margin-top: 15px;\n}\n\n.DrawResultsSection {\n max-width: 600px;\n margin: 0px auto;\n border-radius: 4px;\n}\n\n.DrawResultsHeader {\n display: flex;\n justify-content: space-between;\n padding: 10px 20px;\n background-color: #009993;\n color: #fff;\n font-size: 14px;\n border-radius: 4px 4px 0 0;\n}\n.DrawResultsHeader h4 {\n text-transform: uppercase;\n font-weight: 400;\n margin: 0;\n padding-top: 15px;\n}\n\n.DrawMultipler label {\n display: block;\n margin: 15px 0;\n}\n\n.DrawResultsBody {\n padding: 0px 20px;\n margin-bottom: 5px;\n border-radius: 0 0 4px 4px;\n border: 1px solid #009993;\n}\n.DrawResultsBody .DrawNumbersGrid {\n font-size: 14px;\n}\n.DrawResultsBody .NumberOfDrawsContainer {\n display: table;\n width: 100%;\n}\n\n.Toggle {\n cursor: pointer;\n display: inline-block;\n}\n\n.ToggleSwitch {\n display: inline-block;\n background: #ccc;\n border-radius: 16px;\n width: 58px;\n height: 24px;\n position: relative;\n vertical-align: middle;\n transition: background 0.25s;\n}\n.ToggleSwitch:before, .ToggleSwitch:after {\n content: \"\";\n}\n.ToggleSwitch:before {\n display: block;\n background: linear-gradient(to bottom, #fff 0%, #eee 100%);\n border-radius: 50%;\n box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);\n width: 16px;\n height: 16px;\n position: absolute;\n top: 4px;\n left: 4px;\n transition: left 0.25s;\n}\n\n.Toggle:hover .ToggleSwitch:before {\n background: linear-gradient(to bottom, #fff 0%, #fff 100%);\n box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);\n}\n\n.ToggleCheckbox:checked + .ToggleSwitch {\n background: #56c080;\n}\n\n.ToggleCheckbox:checked + .ToggleSwitch:before {\n left: 38px;\n}\n\n.ToggleCheckbox {\n position: absolute;\n visibility: hidden;\n}\n\n.Label {\n margin-right: 5px;\n position: relative;\n top: 2px;\n}\n\n.DrawTicketsContainer {\n margin: 30px auto;\n}\n\n.ExpandableBoxes {\n position: relative;\n}\n\n.ExpandableBox {\n line-height: 12px;\n font-weight: lighter;\n width: 100%;\n height: 100%;\n max-height: 70px;\n float: left;\n margin: 0 0 20px 0;\n border: 1px solid #f1f1f1;\n background: #fff;\n border-radius: 4px;\n padding: 10px;\n -webkit-transition: all 0.6s ease-in-out;\n -moz-transition: all 0.6s ease-in-out;\n -o-transition: all 0.6s ease-in-out;\n -ms-transition: all 0.6s ease-in-out;\n transition: all 0.6s ease-in-out;\n overflow: hidden;\n box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;\n}\n\n.ExpandableBox.ShowBox {\n max-height: 400px;\n margin: 0px 0px 20p 0px;\n}\n\n.ExpandableBox.HideBox {\n width: 0;\n height: 0;\n overflow: hidden;\n border: none;\n padding: 0;\n margin: 0;\n opacity: 0;\n}","import { Component, Prop, h, State } from '@stencil/core';\nimport { translate } from '../../utils/locale.utils';\nimport '@everymatrix/lottery-grid';\nexport class LotteryDrawResults {\n constructor() {\n /**\n * Language of the widget\n */\n this.language = 'en';\n /**\n * Shows only the last draw\n */\n this.drawMode = false;\n /**\n * The drawID (option)\n */\n this.drawId = '';\n /**\n * The game name\n */\n this.gameName = '';\n /**\n * The ticket submission date\n */\n this.ticketDate = '';\n /**\n * The ticket status\n */\n this.ticketStatus = '';\n /**\n * The ticket id\n */\n this.ticketId = '';\n /**\n * The ticket amount\n */\n this.ticketAmount = '';\n /**\n * The ticket multiplier\n */\n this.ticketMultiplier = false;\n /**\n * The ticket draw count\n */\n this.ticketDrawCount = 0;\n this.multiplier = 3;\n this.isLoading = true;\n this.drawResults = [];\n this.rules = {};\n this.toggleDrawer = [false];\n this.hasErrors = false;\n this.errorText = '';\n this.changeBox = (index) => {\n this.toggleDrawer = this.toggleDrawer.map((item, itemIndex) => {\n if (itemIndex == index) {\n return !item;\n }\n return item;\n });\n if (index >= this.toggleDrawer.length) {\n this.toggleDrawer.push(true);\n }\n };\n }\n connectedCallback() {\n let promises = [];\n promises.push(this.getGameData());\n if (this.drawId) {\n promises.push(this.getDrawData());\n }\n Promise.all(promises)\n .then(() => {\n this.isLoading = false;\n });\n }\n getDrawData() {\n return new Promise((resolve, reject) => {\n let url = new URL(`${this.endpoint}/games/${this.gameId}/draws/${this.drawId}`);\n fetch(url.href)\n .then((response) => {\n // @TODO EXCEPTIONS\n return response.json();\n })\n .then((data) => {\n this.drawData = data;\n resolve(true);\n this.isLoading = false;\n })\n .catch((err) => {\n reject(err);\n this.isLoading = false;\n });\n });\n }\n getGameData() {\n return new Promise((resolve, reject) => {\n let url = new URL(`${this.endpoint}/games/${this.gameId}`);\n fetch(url.href)\n .then((response) => {\n return response.json();\n })\n .then((data) => {\n this.rules = {\n maximumAllowed: data.rules.boards[0].maximumAllowed,\n totalNumbers: data.rules.boards[0].totalNumbers\n };\n resolve(true);\n this.isLoading = false;\n this.hasErrors = false;\n })\n .catch((err) => {\n this.isLoading = false;\n this.hasErrors = true;\n this.errorText = err;\n reject(err);\n });\n });\n }\n render() {\n if (this.isLoading) {\n return (h(\"p\", null, \"Loading, please wait ...\"));\n }\n else if (this.hasErrors) {\n h(\"p\", null, this.errorText);\n }\n else {\n return (h(\"section\", { class: \"DrawResultsSection\" }, !this.drawMode ?\n h(\"div\", { class: \"DrawResultsArea\" },\n h(\"div\", { class: \"TicketInfo\" },\n h(\"div\", { class: \"TicketGameName\" },\n translate('drawName', this.language),\n \": \",\n h(\"span\", null, this.gameName)),\n h(\"div\", { class: \"TicketDate\" },\n translate('ticketPurchaseDate', this.language),\n \": \",\n h(\"span\", null, this.ticketDate.slice(0, 10))),\n h(\"div\", { class: \"TicketStatus\" },\n translate('ticketStatus', this.language),\n \": \",\n h(\"span\", null, this.ticketStatus))),\n h(\"div\", { class: \"DrawResultsBody\" },\n h(\"div\", { class: \"TicketIdContainer\" },\n h(\"p\", null,\n translate('ticketId', this.language),\n \": \",\n h(\"span\", null, this.ticketId))),\n h(\"div\", { class: \"TicketAmountContainer\" },\n h(\"p\", null,\n translate('ticketAmount', this.language),\n \" \",\n h(\"span\", null, this.ticketAmount))),\n h(\"div\", { class: \"DrawNumbersGrid\" },\n h(\"p\", null,\n translate('drawNumbersGridTicket', this.language),\n \":\"),\n h(\"div\", { class: \"BulletContainer\" },\n h(\"lottery-grid\", { \"maximum-allowed\": this.rules.maximumAllowed, \"total-numbers\": this.rules.totalNumbers, \"selected-numbers\": this.selection, selectable: false, \"display-selected\": true, language: this.language }))),\n h(\"div\", { class: \"DrawMultipler\" },\n h(\"label\", { class: \"Label\" },\n translate('winUpTo', this.language),\n \" \",\n h(\"span\", null, JSON.stringify(this.ticketMultiplier)))),\n h(\"div\", { class: \"NumberOfDrawsContainer\" },\n h(\"p\", null,\n translate('numberOfDraws', this.language),\n \": \",\n this.ticketDrawCount),\n h(\"div\", { class: \"DrawTicketsContainer\" }, this.drawResults.map((item, index) => h(\"div\", { class: \"ExpandableBoxes\" },\n h(\"div\", { class: this.toggleDrawer[index] ? 'ExpandableBox ShowBox' : 'ExpandableBox', onClick: () => this.changeBox(index) },\n h(\"div\", { class: \"TicketResultContainer\" },\n h(\"p\", null,\n translate('ticketResult', this.language),\n \": \",\n item.status)),\n item.state == 'won' &&\n h(\"div\", { class: \"AmountWonContainer\" },\n h(\"p\", null,\n translate('amountWon', this.language),\n \": \",\n Number(item.amount).toLocaleString('en'),\n \" \",\n item.currency)),\n h(\"div\", { class: \"DrawIdContainer\" },\n h(\"p\", null,\n translate('drawId', this.language),\n \": \",\n item.drawId)),\n h(\"div\", { class: \"DrawDateContainer\" },\n h(\"p\", null,\n translate('drawDate', this.language),\n \": \",\n item.updatedAt.slice(0, 10),\n \" | \",\n item.updatedAt.slice(11, 19))),\n h(\"div\", { class: \"DrawNumbersGrid\" }),\n h(\"div\", { class: \"DrawMultipler\" },\n h(\"label\", { class: \"Label\" },\n translate('winUpTo', this.language),\n \" \",\n item.multiplier)))))))))\n :\n h(\"div\", { class: \"DrawResultsArea\" }, this.drawData &&\n h(\"div\", null,\n h(\"div\", { class: \"DrawResultsHeader\" },\n h(\"span\", null,\n translate('drawId', this.language),\n \": \",\n this.drawData.id),\n h(\"span\", null,\n translate('drawDate', this.language),\n \": \",\n this.drawData.date.slice(0, 10))),\n h(\"div\", { class: \"DrawResultsBody\" },\n h(\"div\", { class: \"DrawNumbersGrid\" },\n h(\"p\", null,\n translate('drawNumbersGridDraw', this.language),\n \":\"),\n h(\"div\", { class: \"BulletContainer\" },\n h(\"lottery-grid\", { \"maximum-allowed\": this.rules.maximumAllowed, \"total-numbers\": this.rules.totalNumbers, selectedNumbers: this.drawData.winningNumbers.join(','), \"display-selected\": true, selectable: false, language: this.language })),\n h(\"div\", { class: \"DrawMultipler\" },\n h(\"label\", { class: \"Label\" },\n translate('multiplier', this.language),\n \" \",\n this.multiplier))))))));\n }\n }\n static get is() { return \"lottery-draw-results\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() { return {\n \"$\": [\"lottery-draw-results.scss\"]\n }; }\n static get styleUrls() { return {\n \"$\": [\"lottery-draw-results.css\"]\n }; }\n static get properties() { return {\n \"endpoint\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Endpoint URL for the source of data\"\n },\n \"attribute\": \"endpoint\",\n \"reflect\": false\n },\n \"gameId\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"GameID of the lottery game\"\n },\n \"attribute\": \"game-id\",\n \"reflect\": false\n },\n \"language\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Language of the widget\"\n },\n \"attribute\": \"language\",\n \"reflect\": false,\n \"defaultValue\": \"'en'\"\n },\n \"playerId\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Player ID\"\n },\n \"attribute\": \"player-id\",\n \"reflect\": false\n },\n \"drawMode\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Shows only the last draw\"\n },\n \"attribute\": \"draw-mode\",\n \"reflect\": false,\n \"defaultValue\": \"false\"\n },\n \"drawId\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The drawID (option)\"\n },\n \"attribute\": \"draw-id\",\n \"reflect\": false,\n \"defaultValue\": \"''\"\n },\n \"gameName\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The game name\"\n },\n \"attribute\": \"game-name\",\n \"reflect\": false,\n \"defaultValue\": \"''\"\n },\n \"ticketDate\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The ticket submission date\"\n },\n \"attribute\": \"ticket-date\",\n \"reflect\": false,\n \"defaultValue\": \"''\"\n },\n \"ticketStatus\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The ticket status\"\n },\n \"attribute\": \"ticket-status\",\n \"reflect\": false,\n \"defaultValue\": \"''\"\n },\n \"ticketId\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The ticket id\"\n },\n \"attribute\": \"ticket-id\",\n \"reflect\": false,\n \"defaultValue\": \"''\"\n },\n \"ticketAmount\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The ticket amount\"\n },\n \"attribute\": \"ticket-amount\",\n \"reflect\": false,\n \"defaultValue\": \"''\"\n },\n \"ticketMultiplier\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The ticket multiplier\"\n },\n \"attribute\": \"ticket-multiplier\",\n \"reflect\": false,\n \"defaultValue\": \"false\"\n },\n \"ticketDrawCount\": {\n \"type\": \"number\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"number\",\n \"resolved\": \"number\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The ticket draw count\"\n },\n \"attribute\": \"ticket-draw-count\",\n \"reflect\": false,\n \"defaultValue\": \"0\"\n }\n }; }\n static get states() { return {\n \"multiplier\": {},\n \"isLoading\": {},\n \"drawResults\": {},\n \"rules\": {},\n \"toggleDrawer\": {},\n \"hasErrors\": {},\n \"errorText\": {}\n }; }\n}\n"],"version":3}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-65086a23.js');
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* @name isMobile
|
|
@@ -42,3 +42,5 @@ const HelperModal = class {
|
|
|
42
42
|
HelperModal.style = helperModalCss;
|
|
43
43
|
|
|
44
44
|
exports.helper_modal = HelperModal;
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=helper-modal.cjs.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"helper-modal.entry.cjs.js","mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACO,MAAM,QAAQ,GAAG,CAAC,SAAS,KAAK;AACvC,EAAE,OAAO,CAAC,EAAE,SAAS,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,UAAU,CAAC;AACrD,IAAI,SAAS,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,gBAAgB,CAAC;AACnD,IAAI,SAAS,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,mBAAmB,CAAC;AACtD,IAAI,SAAS,CAAC,WAAW,EAAE,CAAC,KAAK,CAAC,kDAAkD,CAAC,CAAC,CAAC;AACvF,CAAC;;ACXD,MAAM,cAAc,GAAG,y/BAAy/B;;MCEngC,WAAW;EACtB;;;;;;IAIE,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC;IACpB,IAAI,CAAC,SAAS,GAAG,MAAM,CAAC,SAAS,CAAC,SAAS,CAAC;GAC7C;EACD,sBAAsB;IACpB,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC;IACrB,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC;GACpB;;EAED,MAAM;IACJ,SAAS,IAAI,CAAC,OAAO;MACnBA,OAAC,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,CAAC,OAAO,GAAG,uCAAuC,GAAG,oBAAoB,EAAE,EAC/FA,OAAC,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,uCAAuC,EAAE,EACzDA,OAAC,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,oBAAoB,IAAI,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,2BAA2B,GAAG,EAAE,CAAC,EAAE,EACtGA,OAAC,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,kBAAkB,IAAI,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,yBAAyB,GAAG,EAAE,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,sBAAsB,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,GAAG,CAAC,EAC5JA,OAAC,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG;GAC9B;;;;;;","names":["h"],"sources":["../helper-modal/dist/collection/utils/utils.js","../helper-modal/dist/collection/components/helper-modal/helper-modal.css?tag=helper-modal&encapsulation=shadow","../helper-modal/dist/collection/components/helper-modal/helper-modal.js"],"sourcesContent":["/**\n * @name isMobile\n * @description A method that returns if the browser used to access the app is from a mobile device or not\n * @param {String} userAgent window.navigator.userAgent\n * @returns {Boolean} true or false\n */\nexport const isMobile = (userAgent) => {\n return !!(userAgent.toLowerCase().match(/android/i) ||\n userAgent.toLowerCase().match(/blackberry|bb/i) ||\n userAgent.toLowerCase().match(/iphone|ipad|ipod/i) ||\n userAgent.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));\n};\n/**\n * @name getDevice\n * @description A method that returns the type of the device\n * @param {String} userAgent window.navigator.userAgent\n * @returns {String} Android/iPhone/iPad/PC\n */\nexport const getDevice = (userAgent) => {\n if (userAgent.toLowerCase().match(/android/i)) {\n return 'Android';\n }\n if (userAgent.toLowerCase().match(/iphone/i)) {\n return 'iPhone';\n }\n if (userAgent.toLowerCase().match(/ipad|ipod/i)) {\n return 'iPad';\n }\n return 'PC';\n};\n",":host {\n display: block;\n}\n\n.HelperModalWrapper {\n position: fixed;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.7);\n opacity: 0;\n visibility: hidden;\n transform: scale(1.1);\n transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;\n z-index: 1;\n}\n\n.HelperModalVisible {\n opacity: 1;\n visibility: visible;\n transform: scale(1);\n transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;\n}\n\n.HelperModalContent {\n position: relative;\n border: solid 1px #848e97;\n box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.007);\n font-size: 14px;\n padding: 10px 10px 5px 10px;\n background-color: #fff;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border-radius: 4px;\n width: 600px;\n max-height: 600px;\n overflow-y: scroll;\n}\n\n.HelperModalMobileContent {\n background: #FFF;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n border-radius: 4px;\n width: 80%;\n max-height: 350px;\n}\n\n.HelperModalClose {\n cursor: pointer;\n position: absolute;\n top: 15px;\n right: 15px;\n font-size: 20px;\n color: #000;\n}\n\n.HelperModalMobileClose {\n position: absolute;\n top: 15px;\n right: 15px;\n font-size: 20px;\n color: #000;\n}","import { Component, Event, h, Prop } from '@stencil/core';\nimport { isMobile } from \"../../utils/utils\";\nexport class HelperModal {\n constructor() {\n /**\n * Toggles if the helper is visible or not\n */\n this.visible = true;\n this.userAgent = window.navigator.userAgent;\n }\n handleHelperModalClose() {\n this.visible = false;\n this.cancel.emit();\n }\n ;\n render() {\n return ((this.visible &&\n h(\"div\", { class: this.visible ? \"HelperModalWrapper HelperModalVisible\" : \"HelperModalWrapper\" },\n h(\"div\", { class: \"HelperModalWrapper HelperModalVisible\" },\n h(\"div\", { class: \"HelperModalContent\" + (isMobile(this.userAgent) ? ' HelperModalMobileContent' : '') },\n h(\"span\", { class: \"HelperModalClose\" + (isMobile(this.userAgent) ? ' HelperModalMobileClose' : ''), onClick: this.handleHelperModalClose.bind(this) }, \"X\"),\n h(\"slot\", null))))));\n }\n static get is() { return \"helper-modal\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() { return {\n \"$\": [\"helper-modal.scss\"]\n }; }\n static get styleUrls() { return {\n \"$\": [\"helper-modal.css\"]\n }; }\n static get properties() { return {\n \"titleModal\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Modal title\"\n },\n \"attribute\": \"title-modal\",\n \"reflect\": false\n },\n \"visible\": {\n \"type\": \"boolean\",\n \"mutable\": true,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Toggles if the helper is visible or not\"\n },\n \"attribute\": \"visible\",\n \"reflect\": true,\n \"defaultValue\": \"true\"\n }\n }; }\n static get events() { return [{\n \"method\": \"cancel\",\n \"name\": \"modalCloseEvent\",\n \"bubbles\": true,\n \"cancelable\": true,\n \"composed\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The event triggered when the modal is closed\"\n },\n \"complexType\": {\n \"original\": \"any\",\n \"resolved\": \"any\",\n \"references\": {}\n }\n }]; }\n}\n"],"version":3}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-65086a23.js');
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* @name isMobile
|
|
@@ -186,3 +186,5 @@ const HelperPagination = class {
|
|
|
186
186
|
HelperPagination.style = helperPaginationCss;
|
|
187
187
|
|
|
188
188
|
exports.helper_pagination = HelperPagination;
|
|
189
|
+
|
|
190
|
+
//# sourceMappingURL=helper-pagination.cjs.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"helper-pagination.entry.cjs.js","mappings":"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","names":["h","index"],"sources":["../helper-pagination/dist/collection/utils/utils.js","../helper-pagination/dist/collection/utils/locale.utils.js","../helper-pagination/dist/collection/components/helper-pagination/helper-pagination.css?tag=helper-pagination&encapsulation=shadow","../helper-pagination/dist/collection/components/helper-pagination/helper-pagination.js"],"sourcesContent":["export function format(first, middle, last) {\n return ((first || '') + (middle ? ` ${middle}` : '') + (last ? ` ${last}` : ''));\n}\n/**\n * @name isMobile\n * @description A method that returns if the browser used to access the app is from a mobile device or not\n * @param {String} userAgent window.navigator.userAgent\n * @returns {Boolean} true or false\n */\nexport const isMobile = (userAgent) => {\n return !!(userAgent.toLowerCase().match(/android/i) ||\n userAgent.toLowerCase().match(/blackberry|bb/i) ||\n userAgent.toLowerCase().match(/iphone|ipad|ipod/i) ||\n userAgent.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));\n};\n","const DEFAULT_LANGUAGE = 'en';\nconst SUPPORTED_LANGUAGES = ['ro', 'en'];\nconst TRANSLATIONS = {\n en: {\n firstPage: 'First',\n previousPage: 'Previous',\n nextPage: 'Next',\n lastPage: 'Last'\n },\n ro: {\n firstPage: 'Prima',\n previousPage: 'Anterior',\n nextPage: 'Urmatoarea',\n lastPage: 'Ultima'\n },\n};\nexport const translate = (key, customLang) => {\n const lang = customLang;\n return TRANSLATIONS[lang !== undefined && SUPPORTED_LANGUAGES.includes(lang) ? lang : DEFAULT_LANGUAGE][key];\n};\n","@import url(\"https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap\");\n:host {\n display: block;\n font-family: \"Roboto\", sans-serif;\n}\n\n#PaginationContainer {\n width: 100%;\n margin-top: 20px;\n display: inline-flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.LeftItems button:not(:first-child), .RightItems button:not(:last-child) {\n margin: 0 10px;\n}\n\n.LeftItems button, .RightItems button {\n padding: 0;\n background-color: #009993;\n border-color: #009993;\n}\n\n.PaginationArea {\n display: inline-flex;\n gap: 10px;\n list-style: none;\n}\n\n.PaginationArea li {\n margin: 0;\n padding: 0;\n}\n\n.PaginationArea li button {\n width: 24px;\n height: 24px;\n display: flex;\n border: 0;\n padding: 0;\n justify-content: center;\n align-items: center;\n background-color: transparent;\n color: #000;\n cursor: pointer;\n pointer-events: all;\n}\n\n.PaginationItem.ActiveItem button {\n background: #009993;\n border-color: #009993;\n color: #fff;\n}\n\n.PaginationItem.ActiveItem button:disabled {\n pointer-events: none;\n cursor: not-allowed;\n}\n\n.PaginationItem button:hover,\n.PaginationItem button:active {\n background: #009993;\n border-color: #009993;\n color: #fff;\n opacity: 0.8;\n}\n\nbutton {\n width: 100px;\n height: 32px;\n border: 1px solid #524e52;\n border-radius: 5px;\n background: #524e52;\n color: #fff;\n font-size: 14px;\n font: inherit;\n cursor: pointer;\n transition: all 0.1s linear;\n text-transform: uppercase;\n text-align: center;\n letter-spacing: 0;\n}\n\nbutton:hover,\nbutton:active {\n background: #004D4A;\n border-color: #004D4A;\n}\n\nbutton:disabled {\n background-color: #ccc;\n border-color: #ccc;\n color: #fff;\n cursor: not-allowed;\n}\n\n@media screen and (max-width: 720px) {\n button {\n width: 90px;\n font-size: 12px;\n }\n}\n@media screen and (max-width: 480px) {\n button {\n width: 70px;\n font-size: 10px;\n }\n\n .paginationArea {\n padding: 5px;\n }\n}\n@media screen and (max-width: 320px) {\n button {\n width: 58px;\n font-size: 10px;\n }\n\n .paginationArea {\n padding: 5px;\n gap: 5px;\n }\n}\n/* fix for issue on hover/visited for mobile devices */\n@media (hover: none) {\n .paginationItem button:hover {\n background: inherit;\n border-color: inherit;\n color: inherit;\n opacity: 1;\n }\n\n .paginationItem.activeItem button:hover {\n background: #009993;\n border-color: #009993;\n color: #fff;\n }\n}","import { Component, h, Event, Prop, State } from '@stencil/core';\nimport { isMobile } from \"../../utils/utils\";\nimport { translate } from '../../utils/locale.utils';\nexport class HelperPagination {\n constructor() {\n /**\n * First page boolean value - determines if the page is disabled or active\n */\n this.firstPage = false;\n /**\n * Previous page boolean value - determines if the page is disabled or active\n */\n this.previousPage = false;\n /**\n * The received offset\n */\n this.offset = 0;\n /**\n * The received limit for the number of pages\n */\n this.limit = 1;\n /**\n * The received total number of pages\n */\n this.total = 1;\n /**\n * Language\n */\n this.language = 'en';\n /**\n * In component working variable for the array of pages\n */\n this.pagesArray = [];\n /**\n * In component working variable for last page\n */\n this.endInt = 0;\n this.userAgent = window.navigator.userAgent;\n this.currentPage = 1;\n /**\n * Navigation logic\n */\n this.navigateTo = (navigationPage) => {\n switch (navigationPage) {\n case 'firstPage':\n this.offsetInt = 0;\n break;\n case 'lastPage':\n this.offsetInt = this.endInt * this.limitInt;\n break;\n case 'previousPage':\n this.offsetInt -= 10;\n break;\n case 'nextPage':\n this.offsetInt += 10;\n break;\n case 'fivePagesBack':\n this.offsetInt -= 30;\n this.offsetInt = this.offsetInt < 0 ? 0 : this.offsetInt;\n break;\n case 'fivePagesForward':\n this.offsetInt += 30;\n this.offsetInt = this.offsetInt / 10 >= this.endInt ? this.endInt * 10 : this.offsetInt;\n break;\n }\n this.hpPageChange.emit({ offset: this.offsetInt, limit: this.limitInt, total: this.totalInt });\n };\n /**\n * Handle navigation from here\n */\n this.paginationNavigation = (pageNumber, index) => {\n if (!isNaN(pageNumber)) {\n if (pageNumber === 1) {\n this.offsetInt = pageNumber - 1;\n }\n else {\n this.offsetInt = (pageNumber - 1) * 10;\n }\n }\n else {\n if (index === 0 && this.currentPage <= 4) {\n this.navigateTo('firstPage');\n }\n else if (index === 0 && this.currentPage > 4) {\n this.navigateTo('fivePagesBack');\n }\n else if (index === 4 && this.endInt - this.currentPage >= 2) {\n this.navigateTo('fivePagesForward');\n }\n }\n this.currentPage = this.offsetInt;\n this.hpPageChange.emit({ offset: this.offsetInt, limit: this.limitInt, total: this.totalInt });\n };\n }\n componentWillRender() {\n this.offsetInt = this.offset;\n this.currentPage = this.offsetInt / this.limitInt + 1;\n this.limitInt = this.limit;\n this.totalInt = this.total;\n this.endInt = (Math.ceil(this.totalInt / this.limitInt) - 1);\n this.lastPage = (this.offsetInt >= this.endInt * this.limitInt) ? false : true;\n /**\n * Construct numbered navigation area based on current page position\n */\n if (this.currentPage === 1 || this.currentPage === 2) {\n this.pagesArray = Array.from({ length: 4 }, (_, i) => i + 1);\n this.pagesArray.push('...');\n }\n else if (this.currentPage >= 3 && ((this.endInt - this.currentPage) >= 2)) {\n this.pagesArray = Array.from({ length: 3 }, (_, i) => this.currentPage + i - 1);\n this.pagesArray.push('...');\n this.pagesArray.unshift('...');\n }\n else if ((this.endInt - this.currentPage) < 3) {\n this.pagesArray = Array.from({ length: 4 }, (_, i) => this.endInt - 2 + i);\n this.pagesArray.unshift('...');\n }\n }\n render() {\n /**\n * Center navigation area\n */\n let navigationArea = h(\"ul\", { class: \"PaginationArea\" }, this.pagesArray.map((item, index) => {\n return (h(\"li\", { class: 'PaginationItem' + (item === this.currentPage ? ' ActiveItem' : ' ') + ' ' + (isMobile(this.userAgent) ? 'MobileButtons' : '') },\n h(\"button\", { disabled: item === this.currentPage ? true : false, onClick: this.paginationNavigation.bind(this, item, index) },\n h(\"span\", null, item))));\n }));\n /**\n * Left navigation area\n */\n let buttonsLeftSide = h(\"div\", { class: \"LeftItems\" },\n h(\"button\", { disabled: !this.previousPage, onClick: this.navigateTo.bind(this, 'firstPage') }, translate('firstPage', this.language)),\n h(\"button\", { disabled: !this.previousPage ? true : false, onClick: this.navigateTo.bind(this, 'previousPage') }, translate('previousPage', this.language)));\n if (isMobile(this.userAgent)) {\n buttonsLeftSide =\n h(\"div\", { class: \"LeftItems\" },\n h(\"button\", { disabled: !this.previousPage ? true : false, onClick: this.navigateTo.bind(this, 'previousPage') }, translate('previousPage', this.language)));\n }\n /**\n * Right navigation area\n */\n let buttonsRightSide = h(\"div\", { class: \"RightItems\" },\n h(\"button\", { disabled: !this.lastPage ? true : false, onClick: this.navigateTo.bind(this, 'nextPage') }, translate('nextPage', this.language)),\n h(\"button\", { disabled: !this.lastPage ? true : false, onClick: this.navigateTo.bind(this, 'lastPage') }, translate('lastPage', this.language)));\n if (isMobile(this.userAgent)) {\n buttonsRightSide =\n h(\"div\", { class: \"RightItems\" },\n h(\"button\", { disabled: !this.lastPage ? true : false, onClick: this.navigateTo.bind(this, 'nextPage') }, translate('nextPage', this.language)));\n }\n return (h(\"div\", { id: \"PaginationContainer\" },\n buttonsLeftSide,\n navigationArea,\n buttonsRightSide));\n }\n static get is() { return \"helper-pagination\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() { return {\n \"$\": [\"helper-pagination.scss\"]\n }; }\n static get styleUrls() { return {\n \"$\": [\"helper-pagination.css\"]\n }; }\n static get properties() { return {\n \"firstPage\": {\n \"type\": \"boolean\",\n \"mutable\": true,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"First page boolean value - determines if the page is disabled or active\"\n },\n \"attribute\": \"first-page\",\n \"reflect\": true,\n \"defaultValue\": \"false\"\n },\n \"previousPage\": {\n \"type\": \"boolean\",\n \"mutable\": true,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Previous page boolean value - determines if the page is disabled or active\"\n },\n \"attribute\": \"previous-page\",\n \"reflect\": true,\n \"defaultValue\": \"false\"\n },\n \"offset\": {\n \"type\": \"number\",\n \"mutable\": true,\n \"complexType\": {\n \"original\": \"number\",\n \"resolved\": \"number\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The received offset\"\n },\n \"attribute\": \"offset\",\n \"reflect\": true,\n \"defaultValue\": \"0\"\n },\n \"limit\": {\n \"type\": \"number\",\n \"mutable\": true,\n \"complexType\": {\n \"original\": \"number\",\n \"resolved\": \"number\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The received limit for the number of pages\"\n },\n \"attribute\": \"limit\",\n \"reflect\": true,\n \"defaultValue\": \"1\"\n },\n \"total\": {\n \"type\": \"number\",\n \"mutable\": true,\n \"complexType\": {\n \"original\": \"number\",\n \"resolved\": \"number\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"The received total number of pages\"\n },\n \"attribute\": \"total\",\n \"reflect\": true,\n \"defaultValue\": \"1\"\n },\n \"language\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Language\"\n },\n \"attribute\": \"language\",\n \"reflect\": false,\n \"defaultValue\": \"'en'\"\n }\n }; }\n static get states() { return {\n \"offsetInt\": {},\n \"lastPage\": {},\n \"limitInt\": {},\n \"totalInt\": {},\n \"pagesArray\": {},\n \"endInt\": {}\n }; }\n static get events() { return [{\n \"method\": \"hpPageChange\",\n \"name\": \"hpPageChange\",\n \"bubbles\": true,\n \"cancelable\": true,\n \"composed\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Event that handles the navigation, updating the offset, limit and total values\"\n },\n \"complexType\": {\n \"original\": \"any\",\n \"resolved\": \"any\",\n \"references\": {}\n }\n }]; }\n}\n"],"version":3}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-65086a23.js');
|
|
6
6
|
|
|
7
|
-
const helperTabCss = ":host{display:block}";
|
|
7
|
+
const helperTabCss = ":host{display:block}.TabContent{font-size:14px;color:#000;font-weight:normal}";
|
|
8
8
|
|
|
9
9
|
const HelperTab = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -13,21 +13,26 @@ const HelperTab = class {
|
|
|
13
13
|
* Selected index
|
|
14
14
|
*/
|
|
15
15
|
this.selectedIndex = 0;
|
|
16
|
+
this.tabContent = '';
|
|
16
17
|
}
|
|
17
|
-
/**
|
|
18
|
-
* Endpoing for CMS
|
|
19
|
-
*/
|
|
20
18
|
connectedCallback() {
|
|
21
19
|
/**
|
|
22
20
|
* fetch(cmsEndpoint + / + / + selectedIndex)
|
|
23
21
|
*/
|
|
24
22
|
}
|
|
25
23
|
render() {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
24
|
+
this.tabContent = index.h("div", { class: "TabContent" }, "Each play includes one set of numbers from 1 to 21 with a selectable number of 8 and a second, 4-digit set of numbers, with a minimum selection of 1. Draws are held every 5 minutes and the winnings are automatically credited to your account.");
|
|
25
|
+
if (this.selectedIndex + 1 == 2) {
|
|
26
|
+
this.tabContent = index.h("div", { class: "TabContent" }, index.h("ol", null, index.h("li", null, "Register or Login"), index.h("li", null, "Buy tickets. Select 'Buy Tickets' to pick your numbers. Want us to automatically generate random numbers for you? Choose \u201CI feel lucky\u201D."), index.h("li", null, "Review and Complete your purchase. Once you've chosen your total number of plays, and confirmed your number of selections, review your ticket details and complete your purchase!")));
|
|
27
|
+
}
|
|
28
|
+
else if (this.selectedIndex + 1 == 3) {
|
|
29
|
+
this.tabContent = index.h("div", { class: "TabContent" }, index.h("ul", null, index.h("li", null, "What are my odds of winning?"), index.h("li", null, "How can I find out if I\u2019ve won a draw game?"), index.h("li", null, "How do I claim my prize?")));
|
|
30
|
+
}
|
|
31
|
+
return (this.tabContent);
|
|
29
32
|
}
|
|
30
33
|
};
|
|
31
34
|
HelperTab.style = helperTabCss;
|
|
32
35
|
|
|
33
36
|
exports.helper_tab = HelperTab;
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=helper-tab.cjs.entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"helper-tab.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,YAAY,GAAG,+EAA+E;;MCCvF,SAAS;EACpB;;;;;IAIE,IAAI,CAAC,aAAa,GAAG,CAAC,CAAC;IACvB,IAAI,CAAC,UAAU,GAAG,EAAE,CAAC;GACtB;EACD,iBAAiB;;;;GAIhB;EACD,MAAM;IACJ,IAAI,CAAC,UAAU,GAAGA,OAAC,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,EAAE,mPAAmP,CAAC,CAAC;IACzS,IAAI,IAAI,CAAC,aAAa,GAAG,CAAC,IAAI,CAAC,EAAE;MAC/B,IAAI,CAAC,UAAU,GAAGA,OAAC,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,EAChDA,OAAC,CAAC,IAAI,EAAE,IAAI,EACVA,OAAC,CAAC,IAAI,EAAE,IAAI,EAAE,mBAAmB,CAAC,EAClCA,OAAC,CAAC,IAAI,EAAE,IAAI,EAAE,oJAAoJ,CAAC,EACnKA,OAAC,CAAC,IAAI,EAAE,IAAI,EAAE,mLAAmL,CAAC,CAAC,CAAC,CAAC;KAC1M;SACI,IAAI,IAAI,CAAC,aAAa,GAAG,CAAC,IAAI,CAAC,EAAE;MACpC,IAAI,CAAC,UAAU,GAAGA,OAAC,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE,EAChDA,OAAC,CAAC,IAAI,EAAE,IAAI,EACVA,OAAC,CAAC,IAAI,EAAE,IAAI,EAAE,8BAA8B,CAAC,EAC7CA,OAAC,CAAC,IAAI,EAAE,IAAI,EAAE,kDAAkD,CAAC,EACjEA,OAAC,CAAC,IAAI,EAAE,IAAI,EAAE,0BAA0B,CAAC,CAAC,CAAC,CAAC;KACjD;IACD,QAAQ,IAAI,CAAC,UAAU,EAAE;GAC1B;;;;;;","names":["h"],"sources":["../helper-tabs/dist/collection/components/helper-tab/helper-tab.css?tag=helper-tab&encapsulation=shadow","../helper-tabs/dist/collection/components/helper-tab/helper-tab.js"],"sourcesContent":[":host {\n display: block;\n}\n\n.TabContent {\n font-size: 14px;\n color: #000;\n font-weight: normal;\n}","import { Component, h, Prop, State } from '@stencil/core';\nexport class HelperTab {\n constructor() {\n /**\n * Selected index\n */\n this.selectedIndex = 0;\n this.tabContent = '';\n }\n connectedCallback() {\n /**\n * fetch(cmsEndpoint + / + / + selectedIndex)\n */\n }\n render() {\n this.tabContent = h(\"div\", { class: \"TabContent\" }, \"Each play includes one set of numbers from 1 to 21 with a selectable number of 8 and a second, 4-digit set of numbers, with a minimum selection of 1. Draws are held every 5 minutes and the winnings are automatically credited to your account.\");\n if (this.selectedIndex + 1 == 2) {\n this.tabContent = h(\"div\", { class: \"TabContent\" },\n h(\"ol\", null,\n h(\"li\", null, \"Register or Login\"),\n h(\"li\", null, \"Buy tickets. Select 'Buy Tickets' to pick your numbers. Want us to automatically generate random numbers for you? Choose \\u201CI feel lucky\\u201D.\"),\n h(\"li\", null, \"Review and Complete your purchase. Once you've chosen your total number of plays, and confirmed your number of selections, review your ticket details and complete your purchase!\")));\n }\n else if (this.selectedIndex + 1 == 3) {\n this.tabContent = h(\"div\", { class: \"TabContent\" },\n h(\"ul\", null,\n h(\"li\", null, \"What are my odds of winning?\"),\n h(\"li\", null, \"How can I find out if I\\u2019ve won a draw game?\"),\n h(\"li\", null, \"How do I claim my prize?\")));\n }\n return (this.tabContent);\n }\n static get is() { return \"helper-tab\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() { return {\n \"$\": [\"helper-tab.scss\"]\n }; }\n static get styleUrls() { return {\n \"$\": [\"helper-tab.css\"]\n }; }\n static get properties() { return {\n \"selectedIndex\": {\n \"type\": \"number\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"number\",\n \"resolved\": \"number\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Selected index\"\n },\n \"attribute\": \"selected-index\",\n \"reflect\": false,\n \"defaultValue\": \"0\"\n },\n \"cmsEndpoint\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"Endpoing for CMS\"\n },\n \"attribute\": \"cms-endpoint\",\n \"reflect\": false\n }\n }; }\n static get states() { return {\n \"tabContent\": {}\n }; }\n}\n"],"version":3}
|
|
@@ -50,7 +50,7 @@ const supportsConstructibleStylesheets = /*@__PURE__*/ (() => {
|
|
|
50
50
|
const addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {
|
|
51
51
|
if (listeners) {
|
|
52
52
|
listeners.map(([flags, name, method]) => {
|
|
53
|
-
const target =
|
|
53
|
+
const target = elm;
|
|
54
54
|
const handler = hostListenerProxy(hostRef, method);
|
|
55
55
|
const opts = hostListenerOpts(flags);
|
|
56
56
|
plt.ael(target, name, handler, opts);
|
|
@@ -74,11 +74,6 @@ const hostListenerProxy = (hostRef, methodName) => (ev) => {
|
|
|
74
74
|
consoleError(e);
|
|
75
75
|
}
|
|
76
76
|
};
|
|
77
|
-
const getHostListenerTarget = (elm, flags) => {
|
|
78
|
-
if (flags & 4 /* TargetDocument */)
|
|
79
|
-
return doc;
|
|
80
|
-
return elm;
|
|
81
|
-
};
|
|
82
77
|
// prettier-ignore
|
|
83
78
|
const hostListenerOpts = (flags) => (flags & 2 /* Capture */) !== 0;
|
|
84
79
|
const HYDRATED_CSS = '{visibility:hidden}.hydrated{visibility:inherit}';
|
|
@@ -694,7 +689,11 @@ const postUpdateComponent = (hostRef) => {
|
|
|
694
689
|
const tagName = hostRef.$cmpMeta$.$tagName$;
|
|
695
690
|
const elm = hostRef.$hostElement$;
|
|
696
691
|
const endPostUpdate = createTime('postUpdate', tagName);
|
|
692
|
+
const instance = hostRef.$lazyInstance$ ;
|
|
697
693
|
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
694
|
+
{
|
|
695
|
+
safeCall(instance, 'componentDidRender');
|
|
696
|
+
}
|
|
698
697
|
if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
|
|
699
698
|
hostRef.$flags$ |= 64 /* hasLoadedComponent */;
|
|
700
699
|
{
|
|
@@ -803,7 +802,6 @@ const getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propNam
|
|
|
803
802
|
const setValue = (ref, propName, newVal, cmpMeta) => {
|
|
804
803
|
// check our new property value against our internal value
|
|
805
804
|
const hostRef = getHostRef(ref);
|
|
806
|
-
const elm = hostRef.$hostElement$ ;
|
|
807
805
|
const oldVal = hostRef.$instanceValues$.get(propName);
|
|
808
806
|
const flags = hostRef.$flags$;
|
|
809
807
|
const instance = hostRef.$lazyInstance$ ;
|
|
@@ -816,22 +814,6 @@ const setValue = (ref, propName, newVal, cmpMeta) => {
|
|
|
816
814
|
// set our new value!
|
|
817
815
|
hostRef.$instanceValues$.set(propName, newVal);
|
|
818
816
|
if (instance) {
|
|
819
|
-
// get an array of method names of watch functions to call
|
|
820
|
-
if (cmpMeta.$watchers$ && flags & 128 /* isWatchReady */) {
|
|
821
|
-
const watchMethods = cmpMeta.$watchers$[propName];
|
|
822
|
-
if (watchMethods) {
|
|
823
|
-
// this instance is watching for when this property changed
|
|
824
|
-
watchMethods.map((watchMethodName) => {
|
|
825
|
-
try {
|
|
826
|
-
// fire off each of the watch methods that are watching this property
|
|
827
|
-
instance[watchMethodName](newVal, oldVal, propName);
|
|
828
|
-
}
|
|
829
|
-
catch (e) {
|
|
830
|
-
consoleError(e, elm);
|
|
831
|
-
}
|
|
832
|
-
});
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
817
|
if ((flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
|
|
836
818
|
// looks like this value actually changed, so we've got work to do!
|
|
837
819
|
// but only if we've already rendered, otherwise just chill out
|
|
@@ -844,9 +826,6 @@ const setValue = (ref, propName, newVal, cmpMeta) => {
|
|
|
844
826
|
};
|
|
845
827
|
const proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
846
828
|
if (cmpMeta.$members$) {
|
|
847
|
-
if (Cstr.watchers) {
|
|
848
|
-
cmpMeta.$watchers$ = Cstr.watchers;
|
|
849
|
-
}
|
|
850
829
|
// It's better to have a const than two Object.entries()
|
|
851
830
|
const members = Object.entries(cmpMeta.$members$);
|
|
852
831
|
const prototype = Cstr.prototype;
|
|
@@ -954,12 +933,6 @@ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) =>
|
|
|
954
933
|
endLoad();
|
|
955
934
|
}
|
|
956
935
|
if (!Cstr.isProxied) {
|
|
957
|
-
// we've never proxied this Constructor before
|
|
958
|
-
// let's add the getters/setters to its prototype before
|
|
959
|
-
// the first time we create an instance of the implementation
|
|
960
|
-
{
|
|
961
|
-
cmpMeta.$watchers$ = Cstr.watchers;
|
|
962
|
-
}
|
|
963
936
|
proxyComponent(Cstr, cmpMeta, 2 /* proxyState */);
|
|
964
937
|
Cstr.isProxied = true;
|
|
965
938
|
}
|
|
@@ -983,9 +956,6 @@ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) =>
|
|
|
983
956
|
{
|
|
984
957
|
hostRef.$flags$ &= ~8 /* isConstructingInstance */;
|
|
985
958
|
}
|
|
986
|
-
{
|
|
987
|
-
hostRef.$flags$ |= 128 /* isWatchReady */;
|
|
988
|
-
}
|
|
989
959
|
endNewInstance();
|
|
990
960
|
fireConnectedCallback(hostRef.$lazyInstance$);
|
|
991
961
|
}
|
|
@@ -1115,9 +1085,6 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1115
1085
|
{
|
|
1116
1086
|
cmpMeta.$attrsToReflect$ = [];
|
|
1117
1087
|
}
|
|
1118
|
-
{
|
|
1119
|
-
cmpMeta.$watchers$ = {};
|
|
1120
|
-
}
|
|
1121
1088
|
const tagName = cmpMeta.$tagName$;
|
|
1122
1089
|
const HostElement = class extends HTMLElement {
|
|
1123
1090
|
// StencilLazyHost
|
|
@@ -1273,3 +1240,5 @@ exports.getElement = getElement;
|
|
|
1273
1240
|
exports.h = h;
|
|
1274
1241
|
exports.promiseResolve = promiseResolve;
|
|
1275
1242
|
exports.registerInstance = registerInstance;
|
|
1243
|
+
|
|
1244
|
+
//# sourceMappingURL=index-65086a23.js.map
|