@davi-ai/retorik-framework 1.0.11 → 1.0.13
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/index.d.ts +125 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1756 -532
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1722 -522
- package/dist/index.modern.js.map +1 -1
- package/package.json +29 -17
package/dist/index.js
CHANGED
|
@@ -4,15 +4,17 @@ var $dWhh5$reactdomclient = require("react-dom/client");
|
|
|
4
4
|
var $dWhh5$reactshadow = require("react-shadow");
|
|
5
5
|
var $dWhh5$leaflet = require("leaflet");
|
|
6
6
|
var $dWhh5$leafletdistimagesmarkershadowpng = require("leaflet/dist/images/marker-shadow.png");
|
|
7
|
+
var $dWhh5$reactpdf = require("react-pdf");
|
|
8
|
+
var $dWhh5$pdfjsdistbuildpdfworkerjs = require("pdfjs-dist/build/pdf.worker.js");
|
|
7
9
|
var $dWhh5$botframeworkwebchat = require("botframework-webchat");
|
|
8
10
|
var $dWhh5$botframeworkwebchatlibFullComposer = require("botframework-webchat/lib/FullComposer");
|
|
11
|
+
var $dWhh5$botframeworkdirectlinejs = require("botframework-directlinejs");
|
|
9
12
|
var $dWhh5$adaptivecardslibadaptivecards = require("adaptivecards/lib/adaptivecards");
|
|
10
13
|
var $dWhh5$markdownit = require("markdown-it");
|
|
11
14
|
var $dWhh5$qrcode = require("qrcode");
|
|
12
15
|
var $dWhh5$daviaispeechmarkdowndavijs = require("@davi-ai/speechmarkdown-davi-js");
|
|
13
16
|
var $dWhh5$zustand = require("zustand");
|
|
14
17
|
var $dWhh5$botframeworkwebchatcomponent = require("botframework-webchat-component");
|
|
15
|
-
var $dWhh5$htmlreactparser = require("html-react-parser");
|
|
16
18
|
var $dWhh5$adaptivecards = require("adaptivecards");
|
|
17
19
|
var $dWhh5$fluentuireact = require("@fluentui/react");
|
|
18
20
|
var $dWhh5$adaptivecardslibcardelements = require("adaptivecards/lib/card-elements");
|
|
@@ -48,6 +50,7 @@ function $parcel$interopDefault(a) {
|
|
|
48
50
|
|
|
49
51
|
$parcel$defineInteropFlag(module.exports);
|
|
50
52
|
|
|
53
|
+
$parcel$export(module.exports, "resetStores", () => $3f93eb6d5bf69cb7$export$7a001476a013672);
|
|
51
54
|
$parcel$export(module.exports, "renderAgent", () => $3f93eb6d5bf69cb7$export$b69254d879536cde);
|
|
52
55
|
$parcel$export(module.exports, "default", () => $3f93eb6d5bf69cb7$export$2e2bcd8739ae039);
|
|
53
56
|
$parcel$export(module.exports, "RetorikAgent", () => $e9118dec60074066$export$2e2bcd8739ae039);
|
|
@@ -69,6 +72,12 @@ $parcel$export(module.exports, "toggleWidget", () => $1068fd56b5926747$export$77
|
|
|
69
72
|
$parcel$export(module.exports, "toggleDisplay", () => $1068fd56b5926747$export$f0e9d14ede4c01bd);
|
|
70
73
|
$parcel$export(module.exports, "showAgent", () => $70e3d65f5a106231$export$ae67eb518a2aae74);
|
|
71
74
|
$parcel$export(module.exports, "hideAgent", () => $70e3d65f5a106231$export$e73dbd7ba351e3e);
|
|
75
|
+
$parcel$export(module.exports, "addDetailedAttachmentTrigger", () => $70e3d65f5a106231$export$d1f60bb847ecc604);
|
|
76
|
+
$parcel$export(module.exports, "setMode", () => $c7242af7a2bc5e50$export$d4f039427a1beff1);
|
|
77
|
+
$parcel$export(module.exports, "setLoaderClosed", () => $c7242af7a2bc5e50$export$982d69b78a955aaf);
|
|
78
|
+
$parcel$export(module.exports, "useRetorikStore", () => $c7242af7a2bc5e50$export$bd22554f31e5f96f);
|
|
79
|
+
$parcel$export(module.exports, "setModalFullscreenContent", () => $70e3d65f5a106231$export$4317154639841e84);
|
|
80
|
+
$parcel$export(module.exports, "setPrintingCallback", () => $70e3d65f5a106231$export$7f09d7ad7dbdcd2c);
|
|
72
81
|
$parcel$export(module.exports, "CONTENT_TYPE_POI", () => $3b05c823a6ed4bb8$export$8c612ad42a82284);
|
|
73
82
|
$parcel$export(module.exports, "CONTENT_TYPE_NEWS", () => $3b05c823a6ed4bb8$export$7ff82c027074e396);
|
|
74
83
|
$parcel$export(module.exports, "CONTENT_TYPE_ADAPTIVE_CARD", () => $3b05c823a6ed4bb8$export$bbfd0bb0baceb2f8);
|
|
@@ -76,6 +85,7 @@ $parcel$export(module.exports, "AvailableViews", () => $71c613e2e831c34c$export$
|
|
|
76
85
|
$parcel$export(module.exports, "AvailableSubViews", () => $71c613e2e831c34c$export$c5a4c3ea2d78493c);
|
|
77
86
|
$parcel$export(module.exports, "RetorikEvent", () => $71c613e2e831c34c$export$4f7cd669585dc69f);
|
|
78
87
|
$parcel$export(module.exports, "CurrentSubView", () => $71c613e2e831c34c$export$f05d0fed0593ead7);
|
|
88
|
+
$parcel$export(module.exports, "DeviceType", () => $71c613e2e831c34c$export$ec1e04e4e5ef8233);
|
|
79
89
|
|
|
80
90
|
|
|
81
91
|
|
|
@@ -103,16 +113,16 @@ function $063ea7a515c267b7$export$2e2bcd8739ae039(RetorikWidget, props, element)
|
|
|
103
113
|
|
|
104
114
|
|
|
105
115
|
|
|
106
|
-
var $
|
|
107
|
-
$3dc5d82519463b51$exports = "*, :before, :after {\n box-sizing: border-box;\n border: 0 solid;\n}\n\n:before, :after {\n --tw-content: \"\";\n}\n\nhtml, :host {\n -webkit-text-size-adjust: 100%;\n -moz-tab-size: 4;\n tab-size: 4;\n font-feature-settings: normal;\n font-variation-settings: normal;\n -webkit-tap-highlight-color: transparent;\n font-family: Calibri, sans-serif;\n line-height: 1.5;\n}\n\nbody {\n line-height: inherit;\n margin: 0;\n}\n\nhr {\n color: inherit;\n border-top-width: 1px;\n height: 0;\n}\n\nabbr:where([title]) {\n text-decoration: underline dotted;\n}\n\nh1, h2, h3, h4, h5, h6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\na {\n color: inherit;\n text-decoration: inherit;\n}\n\nb, strong {\n font-weight: bolder;\n}\n\ncode, kbd, samp, pre {\n font-feature-settings: normal;\n font-variation-settings: normal;\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;\n font-size: 1em;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub, sup {\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n position: relative;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\ntable {\n text-indent: 0;\n border-color: inherit;\n border-collapse: collapse;\n}\n\nbutton, input, optgroup, select, textarea {\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n font-family: inherit;\n font-size: 100%;\n font-weight: inherit;\n line-height: inherit;\n color: inherit;\n margin: 0;\n padding: 0;\n}\n\nbutton, select {\n text-transform: none;\n}\n\nbutton, [type=\"button\"], [type=\"reset\"], [type=\"submit\"] {\n -webkit-appearance: button;\n background-color: #0000;\n background-image: none;\n}\n\n:-moz-focusring {\n outline: auto;\n}\n\n:-moz-ui-invalid {\n box-shadow: none;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n::-webkit-inner-spin-button, ::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\n\nsummary {\n display: list-item;\n}\n\nblockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {\n margin: 0;\n}\n\nfieldset {\n margin: 0;\n padding: 0;\n}\n\nlegend {\n padding: 0;\n}\n\nol, ul, menu {\n margin: 0;\n padding: 0;\n list-style: none;\n}\n\ndialog {\n padding: 0;\n}\n\ntextarea {\n resize: vertical;\n}\n\ninput::placeholder, textarea::placeholder {\n opacity: 1;\n color: #9ca3af;\n}\n\nbutton, [role=\"button\"] {\n cursor: pointer;\n}\n\n:disabled {\n cursor: default;\n}\n\nimg, svg, video, canvas, audio, iframe, embed, object {\n vertical-align: middle;\n display: block;\n}\n\nimg, video {\n max-width: 100%;\n height: auto;\n}\n\n[hidden] {\n display: none;\n}\n\n*, :before, :after, ::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: #3b82f680;\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n\n.rf-pointer-events-none {\n pointer-events: none;\n}\n\n.rf-pointer-events-auto {\n pointer-events: auto;\n}\n\n.rf-fixed {\n position: fixed;\n}\n\n.rf-absolute {\n position: absolute;\n}\n\n.rf-relative {\n position: relative;\n}\n\n.-rf-left-6 {\n left: -1.5rem;\n}\n\n.-rf-top-6 {\n top: -1.5rem;\n}\n\n.rf--bottom-2 {\n bottom: -.5rem;\n}\n\n.rf-bottom-0 {\n bottom: 0;\n}\n\n.rf-bottom-1 {\n bottom: .25rem;\n}\n\n.rf-bottom-1\\/4 {\n bottom: 25%;\n}\n\n.rf-bottom-16 {\n bottom: 4rem;\n}\n\n.rf-bottom-2 {\n bottom: .5rem;\n}\n\n.rf-bottom-4 {\n bottom: 1rem;\n}\n\n.rf-bottom-40 {\n bottom: 10rem;\n}\n\n.rf-left-0 {\n left: 0;\n}\n\n.rf-left-1 {\n left: .25rem;\n}\n\n.rf-left-1\\/2 {\n left: 50%;\n}\n\n.rf-left-2 {\n left: .5rem;\n}\n\n.rf-left-4 {\n left: 1rem;\n}\n\n.rf-right-0 {\n right: 0;\n}\n\n.rf-right-1 {\n right: .25rem;\n}\n\n.rf-right-2 {\n right: .5rem;\n}\n\n.rf-right-3 {\n right: .75rem;\n}\n\n.rf-right-4 {\n right: 1rem;\n}\n\n.rf-right-6 {\n right: 1.5rem;\n}\n\n.rf-top-0 {\n top: 0;\n}\n\n.rf-top-1 {\n top: .25rem;\n}\n\n.rf-top-1\\/2 {\n top: 50%;\n}\n\n.rf-top-1\\/3 {\n top: 33.3333%;\n}\n\n.rf-top-110 {\n top: 110%;\n}\n\n.rf-top-2 {\n top: .5rem;\n}\n\n.rf-top-4 {\n top: 1rem;\n}\n\n.rf-top-\\[0\\.125rem\\] {\n top: .125rem;\n}\n\n.rf-z-background {\n z-index: 0;\n}\n\n.rf-z-chatbot {\n z-index: 10;\n}\n\n.rf-z-detailedPOI {\n z-index: 2;\n}\n\n.rf-z-dropdown {\n z-index: 30;\n}\n\n.rf-z-exitwidget {\n z-index: 55;\n}\n\n.rf-z-menu {\n z-index: 40;\n}\n\n.rf-z-modal {\n z-index: 50;\n}\n\n.rf-z-overlay {\n z-index: 40;\n}\n\n.rf-z-ui {\n z-index: 20;\n}\n\n.rf-z-util {\n z-index: 1;\n}\n\n.rf-col-span-2 {\n grid-column: span 2 / span 2;\n}\n\n.rf-col-span-3 {\n grid-column: span 3 / span 3;\n}\n\n.rf-col-span-6 {\n grid-column: span 6 / span 6;\n}\n\n.rf-col-span-full {\n grid-column: 1 / -1;\n}\n\n.rf-col-start-1 {\n grid-column-start: 1;\n}\n\n.rf-col-start-2 {\n grid-column-start: 2;\n}\n\n.rf-col-start-4 {\n grid-column-start: 4;\n}\n\n.rf-col-start-5 {\n grid-column-start: 5;\n}\n\n.rf-col-end-13 {\n grid-column-end: 13;\n}\n\n.rf-col-end-2 {\n grid-column-end: 2;\n}\n\n.rf-col-end-9 {\n grid-column-end: 9;\n}\n\n.rf-row-span-1 {\n grid-row: span 1 / span 1;\n}\n\n.rf-row-span-2 {\n grid-row: span 2 / span 2;\n}\n\n.rf-row-span-3 {\n grid-row: span 3 / span 3;\n}\n\n.rf-row-span-5 {\n grid-row: span 5 / span 5;\n}\n\n.rf-row-span-6 {\n grid-row: span 6 / span 6;\n}\n\n.rf-row-span-9 {\n grid-row: span 9 / span 9;\n}\n\n.rf-row-span-full {\n grid-row: 1 / -1;\n}\n\n.rf-row-start-1 {\n grid-row-start: 1;\n}\n\n.rf-row-start-12 {\n grid-row-start: 12;\n}\n\n.rf-row-start-2 {\n grid-row-start: 2;\n}\n\n.rf-row-start-3 {\n grid-row-start: 3;\n}\n\n.rf-row-start-4 {\n grid-row-start: 4;\n}\n\n.rf-row-start-6 {\n grid-row-start: 6;\n}\n\n.rf-row-start-9 {\n grid-row-start: 9;\n}\n\n.rf-row-end-13 {\n grid-row-end: 13;\n}\n\n.rf-row-end-2 {\n grid-row-end: 2;\n}\n\n.rf-row-end-3 {\n grid-row-end: 3;\n}\n\n.rf-row-end-4 {\n grid-row-end: 4;\n}\n\n.rf-row-end-5 {\n grid-row-end: 5;\n}\n\n.rf-float-right {\n float: right;\n}\n\n.rf-m-0 {\n margin: 0;\n}\n\n.rf-m-4 {\n margin: 1rem;\n}\n\n.rf-m-auto {\n margin: auto;\n}\n\n.-rf-mx-6 {\n margin-left: -1.5rem;\n margin-right: -1.5rem;\n}\n\n.rf-mx-0 {\n margin-left: 0;\n margin-right: 0;\n}\n\n.rf-mx-2 {\n margin-left: .5rem;\n margin-right: .5rem;\n}\n\n.rf-mx-3 {\n margin-left: .75rem;\n margin-right: .75rem;\n}\n\n.rf-mx-8 {\n margin-left: 2rem;\n margin-right: 2rem;\n}\n\n.rf-mx-auto {\n margin-left: auto;\n margin-right: auto;\n}\n\n.rf-my-1 {\n margin-top: .25rem;\n margin-bottom: .25rem;\n}\n\n.rf-my-2 {\n margin-top: .5rem;\n margin-bottom: .5rem;\n}\n\n.rf-my-4 {\n margin-top: 1rem;\n margin-bottom: 1rem;\n}\n\n.rf-my-auto {\n margin-top: auto;\n margin-bottom: auto;\n}\n\n.-rf-mb-4 {\n margin-bottom: -1rem;\n}\n\n.-rf-ml-2 {\n margin-left: -.5rem;\n}\n\n.rf-mb-0 {\n margin-bottom: 0;\n}\n\n.rf-mb-1 {\n margin-bottom: .25rem;\n}\n\n.rf-mb-10 {\n margin-bottom: 2.5rem;\n}\n\n.rf-mb-12 {\n margin-bottom: 3rem;\n}\n\n.rf-mb-16 {\n margin-bottom: 4rem;\n}\n\n.rf-mb-2 {\n margin-bottom: .5rem;\n}\n\n.rf-mb-26 {\n margin-bottom: 6.5rem;\n}\n\n.rf-mb-28 {\n margin-bottom: 7rem;\n}\n\n.rf-mb-3 {\n margin-bottom: .75rem;\n}\n\n.rf-mb-30 {\n margin-bottom: 7.5rem;\n}\n\n.rf-mb-4 {\n margin-bottom: 1rem;\n}\n\n.rf-mb-5 {\n margin-bottom: 1.25rem;\n}\n\n.rf-mb-6 {\n margin-bottom: 1.5rem;\n}\n\n.rf-mb-8 {\n margin-bottom: 2rem;\n}\n\n.rf-ml-1 {\n margin-left: .25rem;\n}\n\n.rf-ml-2 {\n margin-left: .5rem;\n}\n\n.rf-ml-4 {\n margin-left: 1rem;\n}\n\n.rf-ml-6 {\n margin-left: 1.5rem;\n}\n\n.rf-mr-1 {\n margin-right: .25rem;\n}\n\n.rf-mr-2 {\n margin-right: .5rem;\n}\n\n.rf-mr-3 {\n margin-right: .75rem;\n}\n\n.rf-mr-4 {\n margin-right: 1rem;\n}\n\n.rf-mr-5 {\n margin-right: 1.25rem;\n}\n\n.rf-mt-1 {\n margin-top: .25rem;\n}\n\n.rf-mt-10 {\n margin-top: 2.5rem;\n}\n\n.rf-mt-2 {\n margin-top: .5rem;\n}\n\n.rf-mt-4 {\n margin-top: 1rem;\n}\n\n.rf-mt-5 {\n margin-top: 1.25rem;\n}\n\n.rf-mt-8 {\n margin-top: 2rem;\n}\n\n.rf-mt-auto {\n margin-top: auto;\n}\n\n.rf-line-clamp-1 {\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-2 {\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-inline {\n display: inline;\n}\n\n.rf-flex {\n display: flex;\n}\n\n.rf-grid {\n display: grid;\n}\n\n.rf-hidden {\n display: none;\n}\n\n.rf-aspect-\\[4\\/3\\] {\n aspect-ratio: 4 / 3;\n}\n\n.rf-aspect-square {\n aspect-ratio: 1;\n}\n\n.rf-aspect-video {\n aspect-ratio: 16 / 9;\n}\n\n.rf-h-0 {\n height: 0;\n}\n\n.rf-h-1 {\n height: .25rem;\n}\n\n.rf-h-1\\/2 {\n height: 50%;\n}\n\n.rf-h-1\\/3 {\n height: 33.3333%;\n}\n\n.rf-h-12 {\n height: 3rem;\n}\n\n.rf-h-14 {\n height: 3.5rem;\n}\n\n.rf-h-16 {\n height: 4rem;\n}\n\n.rf-h-18 {\n height: 4.5rem;\n}\n\n.rf-h-2 {\n height: .5rem;\n}\n\n.rf-h-2\\/3 {\n height: 66.6667%;\n}\n\n.rf-h-24 {\n height: 6rem;\n}\n\n.rf-h-3 {\n height: .75rem;\n}\n\n.rf-h-3\\/10 {\n height: 30%;\n}\n\n.rf-h-32 {\n height: 8rem;\n}\n\n.rf-h-36 {\n height: 9rem;\n}\n\n.rf-h-4 {\n height: 1rem;\n}\n\n.rf-h-48 {\n height: 12rem;\n}\n\n.rf-h-5 {\n height: 1.25rem;\n}\n\n.rf-h-6 {\n height: 1.5rem;\n}\n\n.rf-h-7 {\n height: 1.75rem;\n}\n\n.rf-h-8 {\n height: 2rem;\n}\n\n.rf-h-9 {\n height: 2.25rem;\n}\n\n.rf-h-\\[0\\.875rem\\] {\n height: .875rem;\n}\n\n.rf-h-\\[calc\\(50vw-3rem\\)\\] {\n height: calc(50vw - 3rem);\n}\n\n.rf-h-fit {\n height: fit-content;\n}\n\n.rf-h-full {\n height: 100%;\n}\n\n.rf-h-max {\n height: max-content;\n}\n\n.rf-h-screen {\n height: 100vh;\n}\n\n.rf-max-h-12 {\n max-height: 3rem;\n}\n\n.rf-max-h-28 {\n max-height: 7rem;\n}\n\n.rf-max-h-4\\/5 {\n max-height: 80%;\n}\n\n.rf-max-h-48 {\n max-height: 12rem;\n}\n\n.rf-max-h-6 {\n max-height: 1.5rem;\n}\n\n.rf-max-h-full {\n max-height: 100%;\n}\n\n.rf-max-h-screen {\n max-height: 100vh;\n}\n\n.rf-min-h-12 {\n min-height: 3rem;\n}\n\n.rf-min-h-16 {\n min-height: 4rem;\n}\n\n.rf-min-h-2\\/5 {\n min-height: 40%;\n}\n\n.rf-min-h-6 {\n min-height: 1.5rem;\n}\n\n.rf-min-h-full {\n min-height: 100%;\n}\n\n.rf-min-h-inherit {\n min-height: inherit;\n}\n\n.rf-w-0 {\n width: 0;\n}\n\n.rf-w-1\\/2 {\n width: 50%;\n}\n\n.rf-w-1\\/3 {\n width: 33.3333%;\n}\n\n.rf-w-1\\/4 {\n width: 25%;\n}\n\n.rf-w-11\\/12 {\n width: 91.6667%;\n}\n\n.rf-w-12 {\n width: 3rem;\n}\n\n.rf-w-16 {\n width: 4rem;\n}\n\n.rf-w-18 {\n width: 4.5rem;\n}\n\n.rf-w-2\\/3 {\n width: 66.6667%;\n}\n\n.rf-w-20 {\n width: 5rem;\n}\n\n.rf-w-24 {\n width: 6rem;\n}\n\n.rf-w-3 {\n width: .75rem;\n}\n\n.rf-w-3\\/5 {\n width: 60%;\n}\n\n.rf-w-32 {\n width: 8rem;\n}\n\n.rf-w-36 {\n width: 9rem;\n}\n\n.rf-w-4 {\n width: 1rem;\n}\n\n.rf-w-4\\/9 {\n width: 45%;\n}\n\n.rf-w-48 {\n width: 12rem;\n}\n\n.rf-w-5 {\n width: 1.25rem;\n}\n\n.rf-w-6 {\n width: 1.5rem;\n}\n\n.rf-w-7 {\n width: 1.75rem;\n}\n\n.rf-w-8 {\n width: 2rem;\n}\n\n.rf-w-9 {\n width: 2.25rem;\n}\n\n.rf-w-\\[45\\%\\] {\n width: 45%;\n}\n\n.rf-w-\\[45ch\\] {\n width: 45ch;\n}\n\n.rf-w-\\[90\\%\\] {\n width: 90%;\n}\n\n.rf-w-\\[calc\\(100\\%-3rem\\)\\] {\n width: calc(100% - 3rem);\n}\n\n.rf-w-fit {\n width: fit-content;\n}\n\n.rf-w-full {\n width: 100%;\n}\n\n.rf-w-max {\n width: max-content;\n}\n\n.rf-w-screen {\n width: 100vw;\n}\n\n.rf-min-w-11\\/12 {\n min-width: 91.7%;\n}\n\n.rf-min-w-12 {\n min-width: 3rem;\n}\n\n.rf-min-w-24 {\n min-width: 6rem;\n}\n\n.rf-min-w-6 {\n min-width: 1.5rem;\n}\n\n.rf-min-w-\\[45\\%\\] {\n min-width: 45%;\n}\n\n.rf-min-w-full {\n min-width: 100%;\n}\n\n.rf-max-w-1\\/2 {\n max-width: 50%;\n}\n\n.rf-max-w-16 {\n max-width: 4rem;\n}\n\n.rf-max-w-6 {\n max-width: 1.5rem;\n}\n\n.rf-max-w-7\\/10 {\n max-width: 70%;\n}\n\n.rf-max-w-\\[100vw\\] {\n max-width: 100vw;\n}\n\n.rf-max-w-\\[45\\%\\] {\n max-width: 45%;\n}\n\n.rf-max-w-\\[600px\\] {\n max-width: 600px;\n}\n\n.rf-max-w-\\[70vw\\] {\n max-width: 70vw;\n}\n\n.rf-max-w-\\[calc\\(100\\%-2rem\\)\\] {\n max-width: calc(100% - 2rem);\n}\n\n.rf-max-w-full {\n max-width: 100%;\n}\n\n.rf-max-w-none {\n max-width: none;\n}\n\n.rf-flex-1 {\n flex: 1;\n}\n\n.rf-flex-\\[0_0_40\\%\\] {\n flex: 0 0 40%;\n}\n\n.rf-flex-\\[2_1_0\\%\\] {\n flex: 2;\n}\n\n.rf-flex-\\[4_1_0\\%\\] {\n flex: 4;\n}\n\n.rf-origin-center {\n transform-origin: center;\n}\n\n.-rf-translate-x-1\\/2 {\n --tw-translate-x: -50%;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.-rf-translate-y-1\\/2 {\n --tw-translate-y: -50%;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf--translate-x-1\\/2 {\n --tw-translate-x: -50%;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-translate-x-1 {\n --tw-translate-x: .25rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-translate-x-5 {\n --tw-translate-x: 1.25rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf--rotate-90 {\n --tw-rotate: -90deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-rotate-0 {\n --tw-rotate: 0deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-rotate-180 {\n --tw-rotate: 180deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-rotate-90 {\n --tw-rotate: 90deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-scale-0 {\n --tw-scale-x: 0;\n --tw-scale-y: 0;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-transform {\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n@keyframes rf-hScroll {\n 0% {\n transform: translateX(0);\n }\n\n 100% {\n transform: translateX(calc(-100% - 2rem));\n }\n}\n\n.rf-animate-hScroll {\n animation: 20s linear infinite rf-hScroll;\n}\n\n@keyframes rf-loader {\n 0% {\n box-shadow: 0 1.5rem 0 -1.5rem var(--rf-color-loader-animation);\n }\n\n 40% {\n box-shadow: 0 1.5rem 0 -.3rem var(--rf-color-loader-animation);\n }\n\n 80% {\n box-shadow: 0 1.5rem 0 -1.5rem var(--rf-color-loader-animation);\n }\n\n 100% {\n box-shadow: 0 1.5rem 0 -1.5rem var(--rf-color-loader-animation);\n }\n}\n\n.rf-animate-loader {\n animation: 1.8s ease-in-out -.16s infinite both rf-loader;\n}\n\n@keyframes rf-fadeIn {\n 0% {\n opacity: 0;\n }\n\n 100% {\n opacity: 1;\n }\n}\n\n.rf-animate-loaderFadeIn {\n animation: 2s rf-fadeIn;\n}\n\n@keyframes rf-fadeOut {\n 0% {\n opacity: 1;\n }\n\n 100% {\n opacity: 0;\n }\n}\n\n.rf-animate-loaderFadeOut {\n animation: 1s rf-fadeOut;\n}\n\n@keyframes rf-slideBottom {\n 0% {\n opacity: 0;\n transform: translateX(0)translateY(20px);\n }\n\n 100% {\n opacity: 1;\n transform: translateX(0)translateY(0);\n }\n}\n\n.rf-animate-slideBottom {\n animation: .5s .2s backwards rf-slideBottom;\n}\n\n@keyframes rf-spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n.rf-animate-spin {\n animation: 1s linear infinite rf-spin;\n}\n\n.rf-cursor-pointer {\n cursor: pointer;\n}\n\n.rf-select-none {\n user-select: none;\n}\n\n.rf-resize-none {\n resize: none;\n}\n\n.rf-scroll-pb-4 {\n scroll-padding-bottom: 1rem;\n}\n\n.rf-grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n\n.rf-grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n\n.rf-grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n}\n\n.rf-grid-cols-4 {\n grid-template-columns: repeat(4, minmax(0, 1fr));\n}\n\n.rf-grid-cols-6 {\n grid-template-columns: repeat(6, minmax(0, 1fr));\n}\n\n.rf-grid-cols-7 {\n grid-template-columns: repeat(7, minmax(0, 1fr));\n}\n\n.rf-grid-cols-8 {\n grid-template-columns: repeat(8, minmax(0, 1fr));\n}\n\n.rf-grid-cols-routes {\n grid-template-columns: repeat(3, max-content);\n}\n\n.rf-grid-rows-1 {\n grid-template-rows: repeat(1, minmax(0, 1fr));\n}\n\n.rf-grid-rows-2 {\n grid-template-rows: repeat(2, minmax(0, 1fr));\n}\n\n.rf-grid-rows-container {\n grid-template-rows: repeat(12, minmax(0, 1fr));\n}\n\n.rf-grid-rows-headerContainer {\n grid-template-rows: repeat(3, minmax(0, 1fr));\n}\n\n.rf-flex-row {\n flex-direction: row;\n}\n\n.rf-flex-col {\n flex-direction: column;\n}\n\n.rf-flex-col-reverse {\n flex-direction: column-reverse;\n}\n\n.rf-flex-wrap {\n flex-wrap: wrap;\n}\n\n.rf-flex-nowrap {\n flex-wrap: nowrap;\n}\n\n.rf-content-around {\n align-content: space-around;\n}\n\n.rf-items-start {\n align-items: flex-start;\n}\n\n.rf-items-end {\n align-items: flex-end;\n}\n\n.rf-items-center {\n align-items: center;\n}\n\n.rf-justify-start {\n justify-content: flex-start;\n}\n\n.rf-justify-end {\n justify-content: flex-end;\n}\n\n.rf-justify-center {\n justify-content: center;\n}\n\n.rf-justify-between {\n justify-content: space-between;\n}\n\n.rf-justify-around {\n justify-content: space-around;\n}\n\n.rf-justify-evenly {\n justify-content: space-evenly;\n}\n\n.rf-gap-1 {\n gap: .25rem;\n}\n\n.rf-gap-12 {\n gap: 3rem;\n}\n\n.rf-gap-2 {\n gap: .5rem;\n}\n\n.rf-gap-3 {\n gap: .75rem;\n}\n\n.rf-gap-4 {\n gap: 1rem;\n}\n\n.rf-gap-5 {\n gap: 1.25rem;\n}\n\n.rf-gap-8 {\n gap: 2rem;\n}\n\n.rf-gap-9 {\n gap: 2.25rem;\n}\n\n.rf-divide-x > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-x-reverse: 0;\n border-right-width: calc(1px * var(--tw-divide-x-reverse));\n border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));\n}\n\n.rf-self-auto {\n align-self: auto;\n}\n\n.rf-self-start {\n align-self: flex-start;\n}\n\n.rf-self-end {\n align-self: flex-end;\n}\n\n.rf-self-center {\n align-self: center;\n}\n\n.rf-justify-self-start {\n justify-self: start;\n}\n\n.rf-justify-self-end {\n justify-self: end;\n}\n\n.rf-justify-self-center {\n justify-self: center;\n}\n\n.rf-overflow-hidden {\n overflow: hidden;\n}\n\n.rf-overflow-clip {\n overflow: clip;\n}\n\n.rf-overflow-x-auto {\n overflow-x: auto;\n}\n\n.rf-overflow-y-auto {\n overflow-y: auto;\n}\n\n.rf-overflow-x-hidden {\n overflow-x: hidden;\n}\n\n.rf-overflow-y-hidden {\n overflow-y: hidden;\n}\n\n.rf-overflow-y-visible {\n overflow-y: visible;\n}\n\n.rf-overflow-x-scroll {\n overflow-x: scroll;\n}\n\n.rf-overflow-y-scroll {\n overflow-y: scroll;\n}\n\n.rf-truncate {\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n}\n\n.rf-whitespace-nowrap {\n white-space: nowrap;\n}\n\n.rf-rounded {\n border-radius: .3125rem;\n}\n\n.rf-rounded-6 {\n border-radius: 1.5rem;\n}\n\n.rf-rounded-8 {\n border-radius: 2rem;\n}\n\n.rf-rounded-\\[20px\\] {\n border-radius: 20px;\n}\n\n.rf-rounded-full {\n border-radius: 9999px;\n}\n\n.rf-rounded-half {\n border-radius: 50%;\n}\n\n.rf-rounded-lg {\n border-radius: .5rem;\n}\n\n.rf-rounded-max {\n border-radius: 100%;\n}\n\n.rf-rounded-b {\n border-bottom-right-radius: .3125rem;\n border-bottom-left-radius: .3125rem;\n}\n\n.rf-rounded-l-lg {\n border-top-left-radius: .5rem;\n border-bottom-left-radius: .5rem;\n}\n\n.rf-border {\n border-width: 1px;\n}\n\n.rf-border-0 {\n border-width: 0;\n}\n\n.rf-border-2 {\n border-width: 2px;\n}\n\n.rf-border-y {\n border-top-width: 1px;\n border-bottom-width: 1px;\n}\n\n.rf-border-b {\n border-bottom-width: 1px;\n}\n\n.rf-border-b-2 {\n border-bottom-width: 2px;\n}\n\n.rf-border-l {\n border-left-width: 1px;\n}\n\n.rf-border-r {\n border-right-width: 1px;\n}\n\n.rf-border-t {\n border-top-width: 1px;\n}\n\n.rf-border-t-0 {\n border-top-width: 0;\n}\n\n.rf-border-none {\n border-style: none;\n}\n\n.rf-border-\\[\\#00000029\\] {\n border-color: #00000029;\n}\n\n.rf-border-\\[\\#9FA2AA\\] {\n --tw-border-opacity: 1;\n border-color: rgb(159 162 170 / var(--tw-border-opacity));\n}\n\n.rf-border-\\[\\#C7C6C6\\] {\n --tw-border-opacity: 1;\n border-color: rgb(199 198 198 / var(--tw-border-opacity));\n}\n\n.rf-border-black {\n border-color: var(--rf-color-black);\n}\n\n.rf-border-cardButtonBorderDefault {\n border-color: var(--rf-color-cardButtonBorderDefault);\n}\n\n.rf-border-cardButtonBorderHover {\n border-color: var(--rf-color-cardButtonBorderHover);\n}\n\n.rf-border-cardFrameBorder {\n border-color: var(--rf-color-cardFrameBorder);\n}\n\n.rf-border-formInputButtonBorderDefault {\n border-color: var(--rf-color-formInputButtonBorderDefault);\n}\n\n.rf-border-formInputButtonBorderHover {\n border-color: var(--rf-color-formInputButtonBorderHover);\n}\n\n.rf-border-formInputRadioCheckboxCheckedBorder {\n border-color: var(--rf-color-formInputRadioCheckboxCheckedBorder);\n}\n\n.rf-border-formInputRadioCheckboxUncheckedBorder {\n border-color: var(--rf-color-formInputRadioCheckboxUncheckedBorder);\n}\n\n.rf-border-gray {\n --tw-border-opacity: 1;\n border-color: rgb(128 128 128 / var(--tw-border-opacity));\n}\n\n.rf-border-menuBorder {\n --tw-border-opacity: 1;\n border-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n.rf-border-primary {\n border-color: var(--rf-color-primary);\n}\n\n.rf-border-red-700 {\n --tw-border-opacity: 1;\n border-color: rgb(185 28 28 / var(--tw-border-opacity));\n}\n\n.rf-border-secondary {\n border-color: var(--rf-color-secondary);\n}\n\n.rf-border-templateCheckboxBorder {\n --tw-border-opacity: 1;\n border-color: rgb(112 112 112 / var(--tw-border-opacity));\n}\n\n.rf-border-trueblack {\n --tw-border-opacity: 1;\n border-color: rgb(0 0 0 / var(--tw-border-opacity));\n}\n\n.rf-border-truewhite {\n --tw-border-opacity: 1;\n border-color: rgb(255 255 255 / var(--tw-border-opacity));\n}\n\n.rf-border-x-primary {\n border-left-color: var(--rf-color-primary);\n border-right-color: var(--rf-color-primary);\n}\n\n.rf-border-x-silver {\n --tw-border-opacity: 1;\n border-left-color: rgb(192 192 192 / var(--tw-border-opacity));\n border-right-color: rgb(192 192 192 / var(--tw-border-opacity));\n}\n\n.rf-border-x-transparent {\n border-left-color: #0000;\n border-right-color: #0000;\n}\n\n.rf-border-x-truewhite {\n --tw-border-opacity: 1;\n border-left-color: rgb(255 255 255 / var(--tw-border-opacity));\n border-right-color: rgb(255 255 255 / var(--tw-border-opacity));\n}\n\n.rf-border-y-menuBorder {\n --tw-border-opacity: 1;\n border-top-color: rgb(224 225 231 / var(--tw-border-opacity));\n border-bottom-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n.rf-border-y-transparent {\n border-top-color: #0000;\n border-bottom-color: #0000;\n}\n\n.rf-border-b-\\[\\#C4C5C8\\] {\n --tw-border-opacity: 1;\n border-bottom-color: rgb(196 197 200 / var(--tw-border-opacity));\n}\n\n.rf-border-b-black {\n border-bottom-color: var(--rf-color-black);\n}\n\n.rf-border-b-menuBorder {\n --tw-border-opacity: 1;\n border-bottom-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n.rf-border-b-silver {\n --tw-border-opacity: 1;\n border-bottom-color: rgb(192 192 192 / var(--tw-border-opacity));\n}\n\n.rf-border-b-transparent {\n border-bottom-color: #0000;\n}\n\n.rf-border-l-menuBorder {\n --tw-border-opacity: 1;\n border-left-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n.rf-border-r-silver {\n --tw-border-opacity: 1;\n border-right-color: rgb(192 192 192 / var(--tw-border-opacity));\n}\n\n.rf-border-t-\\[\\#CBC9C9\\] {\n --tw-border-opacity: 1;\n border-top-color: rgb(203 201 201 / var(--tw-border-opacity));\n}\n\n.rf-border-t-menuBorder {\n --tw-border-opacity: 1;\n border-top-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n.rf-bg-\\[\\#00000050\\] {\n background-color: #00000050;\n}\n\n.rf-bg-\\[\\#F0F0F0\\] {\n --tw-bg-opacity: 1;\n background-color: rgb(240 240 240 / var(--tw-bg-opacity));\n}\n\n.rf-bg-\\[\\#F8F8F8\\] {\n --tw-bg-opacity: 1;\n background-color: rgb(248 248 248 / var(--tw-bg-opacity));\n}\n\n.rf-bg-black {\n background-color: var(--rf-color-black);\n}\n\n.rf-bg-blue-500 {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n\n.rf-bg-cardButtonBackgroundDefault {\n background-color: var(--rf-color-cardButtonBackgroundDefault);\n}\n\n.rf-bg-cardButtonBackgroundHover {\n background-color: var(--rf-color-cardButtonBackgroundHover);\n}\n\n.rf-bg-cardFrameBackground {\n background-color: var(--rf-color-cardFrameBackground);\n}\n\n.rf-bg-formInputButtonBackgroundDefault {\n background-color: var(--rf-color-formInputButtonBackgroundDefault);\n}\n\n.rf-bg-formInputButtonBackgroundHover {\n background-color: var(--rf-color-formInputButtonBackgroundHover);\n}\n\n.rf-bg-formInputRadioCheckboxUncheckedBackground {\n background-color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n}\n\n.rf-bg-gray {\n --tw-bg-opacity: 1;\n background-color: rgb(128 128 128 / var(--tw-bg-opacity));\n}\n\n.rf-bg-primary {\n background-color: var(--rf-color-primary);\n}\n\n.rf-bg-red-600 {\n --tw-bg-opacity: 1;\n background-color: rgb(220 38 38 / var(--tw-bg-opacity));\n}\n\n.rf-bg-secondary {\n background-color: var(--rf-color-secondary);\n}\n\n.rf-bg-silver {\n --tw-bg-opacity: 1;\n background-color: rgb(192 192 192 / var(--tw-bg-opacity));\n}\n\n.rf-bg-templateBackground {\n --tw-bg-opacity: 1;\n background-color: rgb(241 241 241 / var(--tw-bg-opacity));\n}\n\n.rf-bg-templateEmptyCard {\n --tw-bg-opacity: 1;\n background-color: rgb(232 231 231 / var(--tw-bg-opacity));\n}\n\n.rf-bg-textModePanelBackground {\n background-color: var(--rf-color-textModePanelBackground);\n}\n\n.rf-bg-transparent {\n background-color: #0000;\n}\n\n.rf-bg-truewhite {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n\n.rf-bg-vocalModeSubtitlesBackground {\n background-color: var(--rf-color-vocalModeSubtitlesBackground);\n}\n\n.rf-bg-white {\n --tw-bg-opacity: 1;\n background-color: rgb(247 243 246 / var(--tw-bg-opacity));\n}\n\n.rf-bg-opacity-30 {\n --tw-bg-opacity: .3;\n}\n\n.rf-bg-opacity-50 {\n --tw-bg-opacity: .5;\n}\n\n.rf-bg-opacity-80 {\n --tw-bg-opacity: .8;\n}\n\n.rf-object-cover {\n object-fit: cover;\n}\n\n.rf-p-0 {\n padding: 0;\n}\n\n.rf-p-1 {\n padding: .25rem;\n}\n\n.rf-p-2 {\n padding: .5rem;\n}\n\n.rf-p-4 {\n padding: 1rem;\n}\n\n.rf-p-6 {\n padding: 1.5rem;\n}\n\n.rf-p-\\[25px\\] {\n padding: 25px;\n}\n\n.rf-p-\\[7px_12px\\] {\n padding: 7px 12px;\n}\n\n.rf-px-1 {\n padding-left: .25rem;\n padding-right: .25rem;\n}\n\n.rf-px-2 {\n padding-left: .5rem;\n padding-right: .5rem;\n}\n\n.rf-px-3 {\n padding-left: .75rem;\n padding-right: .75rem;\n}\n\n.rf-px-4 {\n padding-left: 1rem;\n padding-right: 1rem;\n}\n\n.rf-px-5, .rf-px-6 {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n}\n\n.rf-px-8 {\n padding-left: 2rem;\n padding-right: 2rem;\n}\n\n.rf-py-0 {\n padding-top: 0;\n padding-bottom: 0;\n}\n\n.rf-py-1 {\n padding-top: .25rem;\n padding-bottom: .25rem;\n}\n\n.rf-py-12 {\n padding-top: 3rem;\n padding-bottom: 3rem;\n}\n\n.rf-py-2 {\n padding-top: .5rem;\n padding-bottom: .5rem;\n}\n\n.rf-py-3 {\n padding-top: .75rem;\n padding-bottom: .75rem;\n}\n\n.rf-py-4 {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n\n.rf-py-6 {\n padding-top: 1.5rem;\n padding-bottom: 1.5rem;\n}\n\n.rf-py-\\[0\\.1rem\\] {\n padding-top: .1rem;\n padding-bottom: .1rem;\n}\n\n.rf-pb-12 {\n padding-bottom: 3rem;\n}\n\n.rf-pb-14 {\n padding-bottom: 3.5rem;\n}\n\n.rf-pb-2 {\n padding-bottom: .5rem;\n}\n\n.rf-pb-3 {\n padding-bottom: .75rem;\n}\n\n.rf-pb-4 {\n padding-bottom: 1rem;\n}\n\n.rf-pb-5, .rf-pb-6 {\n padding-bottom: 1.5rem;\n}\n\n.rf-pb-8 {\n padding-bottom: 2rem;\n}\n\n.rf-pb-\\[15vh\\] {\n padding-bottom: 15vh;\n}\n\n.rf-pl-0 {\n padding-left: 0;\n}\n\n.rf-pl-1 {\n padding-left: .25rem;\n}\n\n.rf-pl-2 {\n padding-left: .5rem;\n}\n\n.rf-pl-4 {\n padding-left: 1rem;\n}\n\n.rf-pr-1 {\n padding-right: .25rem;\n}\n\n.rf-pr-2 {\n padding-right: .5rem;\n}\n\n.rf-pr-4 {\n padding-right: 1rem;\n}\n\n.rf-pt-1 {\n padding-top: .25rem;\n}\n\n.rf-pt-11\\/20 {\n padding-top: 55%;\n}\n\n.rf-pt-12 {\n padding-top: 3rem;\n}\n\n.rf-pt-14 {\n padding-top: 3.5rem;\n}\n\n.rf-pt-2 {\n padding-top: .5rem;\n}\n\n.rf-pt-24 {\n padding-top: 6rem;\n}\n\n.rf-pt-3 {\n padding-top: .75rem;\n}\n\n.rf-pt-4 {\n padding-top: 1rem;\n}\n\n.rf-pt-8 {\n padding-top: 2rem;\n}\n\n.rf-pt-\\[25vh\\] {\n padding-top: 25vh;\n}\n\n.rf-pt-\\[26vh\\] {\n padding-top: 26vh;\n}\n\n.rf-text-left {\n text-align: left;\n}\n\n.rf-text-center {\n text-align: center;\n}\n\n.rf-text-right {\n text-align: right;\n}\n\n.rf-font-default {\n font-family: Calibri, sans-serif;\n}\n\n.rf-text-3xl {\n font-size: 1.875rem;\n line-height: 2.25rem;\n}\n\n.rf-text-5xl {\n font-size: 3rem;\n line-height: 1;\n}\n\n.rf-text-7xl {\n font-size: 4.5rem;\n line-height: 1;\n}\n\n.rf-text-8xl {\n font-size: 6rem;\n line-height: 1;\n}\n\n.rf-text-\\[0\\.5rem\\] {\n font-size: .5rem;\n}\n\n.rf-text-base {\n font-size: 1rem;\n line-height: 1.5rem;\n}\n\n.rf-text-basecustom {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n.rf-text-lgcustom {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n.rf-text-sm {\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n.rf-text-xl {\n font-size: 1.25rem;\n line-height: 1.75rem;\n}\n\n.rf-text-xs {\n font-size: .75rem;\n line-height: 1rem;\n}\n\n.rf-text-xsl {\n font-size: .7rem;\n}\n\n.rf-text-xsm {\n font-size: .6rem;\n}\n\n.rf-font-bold {\n font-weight: 600;\n}\n\n.rf-font-medium {\n font-weight: 300;\n}\n\n.rf-font-semibold {\n font-weight: 400;\n}\n\n.rf-uppercase {\n text-transform: uppercase;\n}\n\n.rf-capitalize {\n text-transform: capitalize;\n}\n\n.rf-normal-case {\n text-transform: none;\n}\n\n.rf-italic {\n font-style: italic;\n}\n\n.rf-text-\\[\\#575F6B\\] {\n --tw-text-opacity: 1;\n color: rgb(87 95 107 / var(--tw-text-opacity));\n}\n\n.rf-text-\\[\\#9A9A9A\\] {\n --tw-text-opacity: 1;\n color: rgb(154 154 154 / var(--tw-text-opacity));\n}\n\n.rf-text-\\[\\#A4A7AF\\] {\n --tw-text-opacity: 1;\n color: rgb(164 167 175 / var(--tw-text-opacity));\n}\n\n.rf-text-black {\n color: var(--rf-color-black);\n}\n\n.rf-text-cardButtonTextDefault {\n color: var(--rf-color-cardButtonTextDefault);\n}\n\n.rf-text-cardFrameText {\n color: var(--rf-color-cardFrameText);\n}\n\n.rf-text-formInputButtonTextDefault {\n color: var(--rf-color-formInputButtonTextDefault);\n}\n\n.rf-text-formInputButtonTextHover {\n color: var(--rf-color-formInputButtonTextHover);\n}\n\n.rf-text-formInputRadioCheckboxUncheckedBackground {\n color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n}\n\n.rf-text-formInputTextDefault {\n color: var(--rf-color-formInputTextDefault);\n}\n\n.rf-text-gray {\n --tw-text-opacity: 1;\n color: rgb(128 128 128 / var(--tw-text-opacity));\n}\n\n.rf-text-lightgray {\n --tw-text-opacity: 1;\n color: rgb(129 129 129 / var(--tw-text-opacity));\n}\n\n.rf-text-primary {\n color: var(--rf-color-primary);\n}\n\n.rf-text-red-700 {\n --tw-text-opacity: 1;\n color: rgb(185 28 28 / var(--tw-text-opacity));\n}\n\n.rf-text-secondary {\n color: var(--rf-color-secondary);\n}\n\n.rf-text-textModePanelConversationBot {\n color: var(--rf-color-textModePanelConversationBot);\n}\n\n.rf-text-textModePanelConversationUser {\n color: var(--rf-color-textModePanelConversationUser);\n}\n\n.rf-text-trueblack {\n --tw-text-opacity: 1;\n color: rgb(0 0 0 / var(--tw-text-opacity));\n}\n\n.rf-text-truewhite {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.rf-text-vocalModeSubtitlesText {\n color: var(--rf-color-vocalModeSubtitlesText);\n}\n\n.rf-text-white {\n --tw-text-opacity: 1;\n color: rgb(247 243 246 / var(--tw-text-opacity));\n}\n\n.rf-underline {\n text-decoration-line: underline;\n}\n\n.rf-shadow-\\[0_-5px_10px_silver\\,-5px_0_10px_silver\\,5px_0_10px_silver\\] {\n --tw-shadow: 0 -5px 10px silver, -5px 0 10px silver, 5px 0 10px silver;\n --tw-shadow-colored: 0 -5px 10px var(--tw-shadow-color), -5px 0 10px var(--tw-shadow-color), 5px 0 10px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_0_15px_0_silver\\] {\n --tw-shadow: 0 0 15px 0 silver;\n --tw-shadow-colored: 0 0 15px 0 var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_0_20px_1px_\\#A4A7AF80\\] {\n --tw-shadow: 0 0 20px 1px #a4a7af80;\n --tw-shadow-colored: 0 0 20px 1px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_0_3px_6px_\\#00000029\\] {\n --tw-shadow: 0 0 3px 6px #00000029;\n --tw-shadow-colored: 0 0 3px 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_3px_6px_\\#00000029\\] {\n --tw-shadow: 0 3px 6px #00000029;\n --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_3px_6px_\\#606267\\] {\n --tw-shadow: 0 3px 6px #606267;\n --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_3px_6px_rgba\\(0\\,0\\,0\\,0\\.16\\)\\] {\n --tw-shadow: 0 3px 6px #00000029;\n --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[20px_3px_20px_\\#00000029\\] {\n --tw-shadow: 20px 3px 20px #00000029;\n --tw-shadow-colored: 20px 3px 20px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[3px_3px_16px_\\#00000029\\] {\n --tw-shadow: 3px 3px 16px #00000029;\n --tw-shadow-colored: 3px 3px 16px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[3px_3px_6px_\\#00000029\\] {\n --tw-shadow: 3px 3px 6px #00000029;\n --tw-shadow-colored: 3px 3px 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[inset_0_0_6px_\\#0000003B\\] {\n --tw-shadow: inset 0 0 6px #0000003b;\n --tw-shadow-colored: inset 0 0 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[inset_0_12px_12px_-12px_\\#00000029\\,inset_0_-12px_12px_-12px_\\#00000029\\] {\n --tw-shadow: inset 0 12px 12px -12px #00000029, inset 0 -12px 12px -12px #00000029;\n --tw-shadow-colored: inset 0 12px 12px -12px var(--tw-shadow-color), inset 0 -12px 12px -12px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-card {\n --tw-shadow: 0px 0px 13px 3px #101219;\n --tw-shadow-colored: 0px 0px 13px 3px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-outline-none {\n outline-offset: 2px;\n outline: 2px solid #0000;\n}\n\n.rf-blur-background {\n --tw-blur: blur(var(--rf-blur-background));\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n\n.rf-filter {\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n\n.rf-transition-all {\n transition-property: all;\n transition-duration: .15s;\n transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n}\n\n.rf-transition-transform {\n transition-property: transform;\n transition-duration: .15s;\n transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n}\n\n.rf-text-shadow-black {\n text-shadow: 2px 0 5px #000, -2px 0 5px #000, 0 2px 5px #000, 0 -2px 5px #000;\n}\n\n.rf-capitalize-first:first-letter {\n text-transform: uppercase;\n}\n\nol {\n padding-left: 2rem;\n list-style-type: decimal;\n}\n\nul {\n padding-left: 2rem;\n list-style-type: disc;\n}\n\n.rf-glass-background, #retorik-container.portrait .portrait\\:rf-glass-background {\n background-color: var(--rf-color-black);\n --tw-bg-opacity: .62;\n --tw-backdrop-blur: blur(8px);\n backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);\n}\n\n.rf-loader:before {\n content: \"\";\n border-radius: 50%;\n width: 1.5rem;\n height: 1.5rem;\n animation: 1.8s ease-in-out -.32s infinite both rf-loader;\n display: block;\n position: absolute;\n right: 1.5rem;\n}\n\n.rf-loader:after {\n content: \"\";\n border-radius: 50%;\n width: 1.5rem;\n height: 1.5rem;\n animation: 1.8s ease-in-out infinite both rf-loader;\n display: block;\n position: absolute;\n left: 1.5rem;\n}\n\n.rf-loader-microphone:before, .rf-loader-microphone:after {\n content: \"\";\n --tw-border-opacity: 1;\n border: 6px solid #0000;\n border-top-color: rgb(128 128 128 / var(--tw-border-opacity));\n border-radius: 100%;\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.rf-loader-microphone:before {\n z-index: 1;\n animation: 1s linear infinite rf-spin;\n}\n\n.rf-loader-microphone:after {\n --tw-border-opacity: 1;\n border-color: rgb(204 204 204 / var(--tw-border-opacity));\n}\n\n.rf-touch-action-none {\n touch-action: none;\n}\n\n.rf-unselectable {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-touch-callout: none;\n}\n\n.rf-title-extralarge-bold-size-auto {\n font-size: 2.25rem;\n font-weight: 600;\n line-height: 2.5rem;\n}\n\n#retorik-container.rf-large .rf-title-extralarge-bold-size-auto {\n font-size: 3rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-extralarge-bold-size-auto {\n font-size: 3.75rem;\n line-height: 1;\n}\n\n.rf-title-extralarge-size-auto {\n font-size: 2.25rem;\n font-weight: 400;\n line-height: 2.5rem;\n}\n\n#retorik-container.rf-large .rf-title-extralarge-size-auto {\n font-size: 3rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-extralarge-size-auto {\n font-size: 3.75rem;\n line-height: 1;\n}\n\n.rf-title-large-size-auto {\n font-size: 1.5rem;\n font-weight: 400;\n line-height: 2rem;\n}\n\n#retorik-container.rf-large .rf-title-large-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-large-size-auto {\n font-size: 3rem;\n line-height: 1;\n}\n\n.rf-title-large-bold-size-auto {\n font-size: 1.875rem;\n font-weight: 600;\n line-height: 2.25rem;\n}\n\n#retorik-container.rf-large .rf-title-large-bold-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-large-bold-size-auto {\n font-size: 3rem;\n line-height: 1;\n}\n\n.rf-title-size-auto {\n font-size: 1.5rem;\n font-weight: 400;\n line-height: 2rem;\n}\n\n#retorik-container.rf-large .rf-title-size-auto {\n font-size: 1.875rem;\n line-height: 2.25rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n.rf-title-bold-size-auto {\n font-size: 1.5rem;\n font-weight: 600;\n line-height: 2rem;\n}\n\n#retorik-container.rf-large .rf-title-bold-size-auto {\n font-size: 1.875rem;\n line-height: 2.25rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-bold-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n.rf-subtitle-size-auto {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n#retorik-container.rf-large .rf-subtitle-size-auto {\n font-size: 1.25rem;\n line-height: 1.75rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-subtitle-size-auto {\n font-size: 1.5rem;\n line-height: 2rem;\n}\n\n.rf-text-extralarge-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n#retorik-container.rf-large .rf-text-extralarge-size-auto {\n font-size: 3rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-text-extralarge-size-auto {\n font-size: 3.75rem;\n line-height: 1;\n}\n\n.rf-text-verylarge-size-auto {\n font-size: 1.5rem;\n line-height: 2rem;\n}\n\n#retorik-container.rf-large .rf-text-verylarge-size-auto {\n font-size: 3.75rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-text-verylarge-size-auto {\n font-size: 4.5rem;\n line-height: 1;\n}\n\n.rf-text-large-size-auto {\n font-size: 1.5rem;\n line-height: 2rem;\n}\n\n#retorik-container.rf-large .rf-text-large-size-auto {\n font-size: 1.875rem;\n line-height: 2.25rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-text-large-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n.rf-text-medium-size-auto {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n#retorik-container.rf-large .rf-text-medium-size-auto {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n.rf-text-size-auto {\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .rf-text-size-auto {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-text-size-auto {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n.rf-small-size-auto {\n font-size: .6rem;\n}\n\n#retorik-container.rf-large .rf-small-size-auto {\n font-size: .75rem;\n line-height: 1rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-small-size-auto {\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n.rf-line-clamp-unknown {\n hyphens: auto;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-1 {\n hyphens: auto;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-2 {\n hyphens: auto;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-3 {\n hyphens: auto;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-4 {\n hyphens: auto;\n -webkit-line-clamp: 4;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-5 {\n hyphens: auto;\n -webkit-line-clamp: 5;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-6 {\n hyphens: auto;\n -webkit-line-clamp: 6;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-7 {\n hyphens: auto;\n -webkit-line-clamp: 7;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-8 {\n hyphens: auto;\n -webkit-line-clamp: 8;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-9 {\n hyphens: auto;\n -webkit-line-clamp: 9;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-10 {\n hyphens: auto;\n -webkit-line-clamp: 10;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-height-fill-available {\n height: stretch;\n}\n\n.rf-width-fill-available {\n width: stretch;\n}\n\n.rf-animation-delay-2 {\n animation-delay: .2s;\n}\n\n.rf-animation-delay-4 {\n animation-delay: .4s;\n}\n\n.rf-scrollbar-thin {\n scrollbar-width: thin;\n scrollbar-color: var(--rf-color-secondary) transparent;\n}\n\n.rf-scrollbar-thin::-webkit-scrollbar {\n width: .2rem;\n height: .2rem;\n margin: .25rem 0;\n}\n\n.rf-scrollbar-thin::-webkit-scrollbar-thumb {\n background-color: var(--rf-color-secondary);\n border-radius: .5rem;\n}\n\n.rf-scrollbar-x-custom::-webkit-scrollbar {\n background-color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n border-radius: 2rem;\n height: .5rem;\n}\n\n.rf-scrollbar-x-custom::-webkit-scrollbar-thumb {\n background-color: var(--rf-color-primary);\n border-radius: 2rem;\n}\n\n.rf-scrollbar-hidden {\n scrollbar-width: none;\n}\n\n.rf-scrollbar-hidden::-webkit-scrollbar {\n display: none;\n}\n\n.rf-opacity-gradient-b {\n -webkit-mask-image: linear-gradient(#000 50%, #0000 100%);\n}\n\n.rf-opacity-gradient-b-thin {\n -webkit-mask-image: linear-gradient(#797676 84%, #0000 100%);\n}\n\n.rf-opacity-gradient-l {\n -webkit-mask-image: linear-gradient(to left, #000 75%, gray 80%, #0000 85%);\n}\n\n.rf-opacity-gradient-l-thin {\n -webkit-mask-image: linear-gradient(to left, #000 90%, gray 95%, #0000 100%);\n}\n\n.rf-opacity-gradient-h {\n -webkit-mask-image: linear-gradient(to right, #0000 0%, 6%, #000, 94%, #0000 100%);\n}\n\n.rf-card-button {\n border-width: 1px;\n border-color: var(--rf-color-cardButtonBorderDefault);\n background-color: var(--rf-color-cardButtonBackgroundDefault);\n color: var(--rf-color-cardButtonTextDefault);\n border-radius: .3125rem;\n padding: .25rem .5rem;\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .rf-card-button {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-card-button {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n#retorik-container.rf-large .rf-card-button {\n padding: .5rem 1rem;\n}\n\n.rf-card-button:hover {\n cursor: pointer;\n border-color: var(--rf-color-cardButtonBorderHover);\n background-color: var(--rf-color-cardButtonBackgroundHover);\n color: var(--rf-color-cardButtonTextHover);\n}\n\n.rf-card-button-secondary {\n border-width: 1px;\n border-color: var(--rf-color-secondary);\n color: var(--rf-color-secondary);\n background-color: #0000;\n border-radius: .3125rem;\n padding: .25rem .5rem;\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .rf-card-button-secondary {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-card-button-secondary {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n#retorik-container.rf-large .rf-card-button-secondary {\n padding: .5rem 1rem;\n}\n\n.rf-card-button-secondary:hover {\n cursor: pointer;\n border-color: var(--rf-color-secondary);\n background-color: var(--rf-color-secondary);\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.rf-card-button-discover {\n border-width: 1px;\n border-color: var(--rf-color-cardButtonDiscoverBorderDefault);\n background-color: var(--rf-color-cardButtonDiscoverBackgroundDefault);\n color: var(--rf-color-cardButtonDiscoverTextDefault);\n border-radius: .3125rem;\n padding: .5rem;\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .rf-card-button-discover {\n padding: 1rem .5rem;\n}\n\n.rf-card-button-discover:hover {\n cursor: pointer;\n border-color: var(--rf-color-cardButtonDiscoverBorderHover);\n background-color: var(--rf-color-cardButtonDiscoverBackgroundHover);\n color: var(--rf-color-cardButtonDiscoverTextHover);\n}\n\n.rf-card-button-history {\n cursor: default;\n border-width: 1px;\n border-color: var(--rf-color-cardButtonBorderDefault);\n background-color: var(--rf-color-cardButtonBackgroundDefault);\n color: var(--rf-color-cardButtonTextDefault);\n border-radius: .3125rem;\n padding: .25rem .5rem;\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .rf-card-button-history {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-card-button-history {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n#retorik-container.rf-large .rf-card-button-history {\n padding: .5rem 1rem;\n}\n\n.lf-player-container {\n align-items: flex-end;\n width: 100%;\n height: 100%;\n display: flex;\n overflow: hidden;\n}\n\n.rf-input-label {\n text-overflow: ellipsis;\n color: var(--rf-color-formInputTextDefault);\n margin-top: .1rem;\n margin-left: .75rem;\n overflow-x: hidden;\n}\n\n#retorik-container.rf-large .rf-input-label {\n margin-top: .25rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-input-label {\n margin-top: .2rem;\n}\n\n.rf-radio-custom {\n -webkit-appearance: none;\n appearance: none;\n border-width: 2px;\n border-color: var(--rf-color-formInputRadioCheckboxUncheckedBorder);\n background-color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n border-radius: 50%;\n place-content: center;\n width: 1.5rem;\n min-width: 1.5rem;\n height: 1.5rem;\n margin: 0;\n display: grid;\n}\n\n.rf-radio-custom:checked {\n border-color: var(--rf-color-formInputRadioCheckboxCheckedBorder);\n background-color: var(--rf-color-formInputRadioCheckboxCheckedBackground);\n}\n\n#retorik-container.rf-large .rf-radio-custom {\n width: 1.75rem;\n min-width: 1.75rem;\n height: 1.75rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-radio-custom {\n width: 2rem;\n min-width: 2rem;\n height: 2rem;\n}\n\n.rf-radio-custom:before {\n content: \"\";\n --tw-scale-x: 0;\n --tw-scale-y: 0;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n background-color: var(--rf-color-formInputRadioCheckboxCheckedItem);\n border-radius: 50%;\n width: .5rem;\n height: .5rem;\n transition-property: all;\n transition-duration: .15s;\n transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n}\n\n#retorik-container.rf-large .rf-radio-custom:before {\n width: .75rem;\n height: .75rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-radio-custom:before {\n width: 1rem;\n height: 1rem;\n}\n\n.rf-radio-custom:checked:before {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-input-hidden {\n -webkit-appearance: none;\n appearance: none;\n margin: 0;\n}\n\n.rf-checkbox-custom {\n -webkit-appearance: none;\n appearance: none;\n border-width: 2px;\n border-color: var(--rf-color-formInputRadioCheckboxUncheckedBorder);\n background-color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n border-radius: .3125rem;\n place-content: center;\n width: 1.5rem;\n min-width: 1.5rem;\n height: 1.5rem;\n margin: 0;\n display: grid;\n}\n\n#retorik-container.rf-large .rf-checkbox-custom {\n width: 1.75rem;\n min-width: 1.75rem;\n height: 1.75rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-checkbox-custom {\n width: 2rem;\n min-width: 2rem;\n height: 2rem;\n}\n\n.rf-checkbox-custom:checked {\n border-color: var(--rf-color-formInputRadioCheckboxCheckedBorder);\n background-color: var(--rf-color-formInputRadioCheckboxCheckedBackground);\n}\n\n.rf-toggle-custom {\n -webkit-appearance: none;\n appearance: none;\n background-color: var(--rf-color-black);\n border-radius: 1.5rem;\n width: 3rem;\n min-width: 3rem;\n height: 1.5rem;\n margin: 0;\n position: relative;\n}\n\n.rf-toggle-custom:checked {\n background-color: var(--rf-color-primary);\n}\n\n#retorik-container.rf-large .rf-toggle-custom {\n border-radius: 1.75rem;\n width: 3.5rem;\n min-width: 3.5rem;\n height: 1.75rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-toggle-custom {\n border-radius: 2rem;\n width: 4rem;\n min-width: 4rem;\n height: 2rem;\n}\n\n.rf-toggle-custom:before {\n content: \"\";\n --tw-translate-x: 0px;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n border-radius: 50%;\n width: 1rem;\n height: 1rem;\n transition-property: all;\n transition-duration: .15s;\n transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n position: absolute;\n top: .25rem;\n left: .25rem;\n}\n\n#retorik-container.rf-large .rf-toggle-custom:before {\n width: 1.25rem;\n height: 1.25rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-toggle-custom:before {\n width: 1.5rem;\n height: 1.5rem;\n}\n\n.rf-toggle-custom:checked:before {\n --tw-translate-x: 1.5rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n#retorik-container.rf-large .rf-toggle-custom:checked:before {\n --tw-translate-x: 1.75rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n#retorik-container.rf-large.rf-portrait .rf-toggle-custom:checked:before {\n --tw-translate-x: 2rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-select-custom {\n -webkit-appearance: none;\n appearance: none;\n border-width: 2px;\n border-color: var(--rf-color-formInputRadioCheckboxUncheckedBorder);\n background-color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n border-radius: .3125rem;\n margin: 0;\n padding: 1rem;\n}\n\n.rf-select-custom:hover {\n cursor: pointer;\n}\n\n.rf-select-custom:focus-visible {\n border-color: var(--rf-color-formInputRadioCheckboxCheckedBorder);\n}\n\n.rf-slider-custom {\n -webkit-appearance: none;\n -moz-appearance: none;\n outline-offset: 2px;\n border-radius: .5rem;\n outline: 2px solid #0000;\n width: 100%;\n height: .25rem;\n display: block;\n position: relative;\n}\n\n.rf-slider-custom::-webkit-slider-runnable-track {\n -webkit-appearance: none;\n}\n\n.rf-slider-custom::-moz-track {\n -moz-appearance: none;\n}\n\n.rf-slider-custom::-ms-track {\n appearance: none;\n}\n\n.rf-slider-custom::-webkit-slider-thumb {\n -webkit-appearance: none;\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n border-style: none;\n border-radius: 50%;\n width: 1.5rem;\n height: 1.5rem;\n margin-top: -.2rem;\n}\n\n.rf-slider-custom::-webkit-slider-thumb:hover {\n cursor: pointer;\n}\n\n.rf-slider-custom::-moz-range-thumb {\n -webkit-appearance: none;\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n border-style: none;\n border-radius: 50%;\n width: 1.5rem;\n height: 1.5rem;\n margin-top: -.2rem;\n}\n\n.rf-slider-custom::-moz-range-thumb:hover {\n cursor: pointer;\n}\n\n.rf-slider-custom::-ms-thumb {\n appearance: none;\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n border-style: none;\n border-radius: 50%;\n width: 1.5rem;\n height: 1.5rem;\n margin-top: -.2rem;\n}\n\n.rf-slider-custom::-ms-thumb:hover {\n cursor: pointer;\n}\n\n.rf-likert-custom {\n cursor: pointer;\n outline-offset: 2px;\n -webkit-text-stroke-width: 1px;\n -webkit-text-stroke-color: white;\n background-color: #0000;\n border-style: none;\n outline: 2px solid #0000;\n}\n\n.svgButtonMenu > svg * {\n fill: var(--fill);\n}\n\n.placeholder\\:rf-text-black::placeholder {\n color: var(--rf-color-black);\n}\n\n.placeholder\\:rf-opacity-100::placeholder {\n opacity: 1;\n}\n\n.hover\\:rf-cursor-pointer:hover {\n cursor: pointer;\n}\n\n.hover\\:rf-bg-formInputRadioCheckboxCheckedBackground:hover {\n background-color: var(--rf-color-formInputRadioCheckboxCheckedBackground);\n}\n\n.hover\\:rf-bg-truewhite:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n\n.hover\\:rf-text-formInputRadioCheckboxCheckedItem:hover {\n color: var(--rf-color-formInputRadioCheckboxCheckedItem);\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-col-span-full {\n grid-column: 1 / -1;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-col-start-1 {\n grid-column-start: 1;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-row-span-1 {\n grid-row: span 1 / span 1;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-row-span-full {\n grid-row: 1 / -1;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-row-start-1 {\n grid-row-start: 1;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-row-start-11 {\n grid-row-start: 11;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-row-end-13 {\n grid-row-end: 13;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-w-5\\/6 {\n width: 83.3333%;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-w-full {\n width: 100%;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-flex-col {\n flex-direction: column;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-overflow-x-auto {\n overflow-x: auto;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-border-r-0 {\n border-right-width: 0;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-py-1 {\n padding-top: .25rem;\n padding-bottom: .25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-absolute {\n position: absolute;\n}\n\n#retorik-container.rf-large .large\\:rf-left-4 {\n left: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-top-8 {\n top: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-col-start-5 {\n grid-column-start: 5;\n}\n\n#retorik-container.rf-large .large\\:rf-col-end-6 {\n grid-column-end: 6;\n}\n\n#retorik-container.rf-large .large\\:rf-row-span-full {\n grid-row: 1 / -1;\n}\n\n#retorik-container.rf-large .large\\:rf-row-start-10 {\n grid-row-start: 10;\n}\n\n#retorik-container.rf-large .large\\:rf-row-start-5 {\n grid-row-start: 5;\n}\n\n#retorik-container.rf-large .large\\:rf-m-8 {\n margin: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-my-3 {\n margin-top: .75rem;\n margin-bottom: .75rem;\n}\n\n#retorik-container.rf-large .large\\:rf-my-8 {\n margin-top: 2rem;\n margin-bottom: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mb-0 {\n margin-bottom: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-mb-4 {\n margin-bottom: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mb-6 {\n margin-bottom: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-ml-0 {\n margin-left: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-ml-12 {\n margin-left: 3rem;\n}\n\n#retorik-container.rf-large .large\\:rf-ml-4 {\n margin-left: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-ml-8 {\n margin-left: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mr-3 {\n margin-right: .75rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mr-30 {\n margin-right: 7.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mt-0 {\n margin-top: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-mt-20 {\n margin-top: 5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mt-3 {\n margin-top: .75rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mt-4 {\n margin-top: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mt-\\[20vh\\] {\n margin-top: 20vh;\n}\n\n#retorik-container.rf-large .large\\:rf-block {\n display: block;\n}\n\n#retorik-container.rf-large .large\\:rf-flex {\n display: flex;\n}\n\n#retorik-container.rf-large .large\\:rf-hidden {\n display: none;\n}\n\n#retorik-container.rf-large .large\\:rf-aspect-video {\n aspect-ratio: 16 / 9;\n}\n\n#retorik-container.rf-large .large\\:rf-h-16 {\n height: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-h-3\\/5 {\n height: 60%;\n}\n\n#retorik-container.rf-large .large\\:rf-h-4 {\n height: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-h-5 {\n height: 1.25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-h-6 {\n height: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-h-8 {\n height: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-h-\\[60vh\\] {\n height: 60vh;\n}\n\n#retorik-container.rf-large .large\\:rf-h-auto {\n height: auto;\n}\n\n#retorik-container.rf-large .large\\:rf-h-full {\n height: 100%;\n}\n\n#retorik-container.rf-large .large\\:rf-max-h-28 {\n max-height: 7rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-14 {\n width: 3.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-16 {\n width: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-3\\/5 {\n width: 60%;\n}\n\n#retorik-container.rf-large .large\\:rf-w-4 {\n width: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-5 {\n width: 1.25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-6 {\n width: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-8 {\n width: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-fit {\n width: fit-content;\n}\n\n#retorik-container.rf-large .large\\:rf-w-full {\n width: 100%;\n}\n\n#retorik-container.rf-large .large\\:rf-min-w-1\\/2 {\n min-width: 50%;\n}\n\n#retorik-container.rf-large .large\\:rf-min-w-16 {\n min-width: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-min-w-3\\/5 {\n min-width: 60%;\n}\n\n#retorik-container.rf-large .large\\:rf-max-w-\\[12rem\\] {\n max-width: 12rem;\n}\n\n#retorik-container.rf-large .large\\:rf-max-w-full {\n max-width: 100%;\n}\n\n#retorik-container.rf-large .large\\:rf-grid-cols-5 {\n grid-template-columns: repeat(5, minmax(0, 1fr));\n}\n\n#retorik-container.rf-large .large\\:rf-flex-row {\n flex-direction: row;\n}\n\n#retorik-container.rf-large .large\\:rf-flex-col {\n flex-direction: column;\n}\n\n#retorik-container.rf-large .large\\:rf-items-baseline {\n align-items: baseline;\n}\n\n#retorik-container.rf-large .large\\:rf-justify-start {\n justify-content: flex-start;\n}\n\n#retorik-container.rf-large .large\\:rf-gap-1 {\n gap: .25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-gap-4 {\n gap: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-gap-6 {\n gap: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-overflow-y-scroll {\n overflow-y: scroll;\n}\n\n#retorik-container.rf-large .large\\:rf-rounded {\n border-radius: .3125rem;\n}\n\n#retorik-container.rf-large .large\\:rf-border-t-0 {\n border-top-width: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-bg-truewhite {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n\n#retorik-container.rf-large .large\\:rf-p-4 {\n padding: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-p-\\[25px\\] {\n padding: 25px;\n}\n\n#retorik-container.rf-large .large\\:rf-p-min1 {\n padding: .1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-px-0 {\n padding-left: 0;\n padding-right: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-px-16 {\n padding-left: 4rem;\n padding-right: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-px-4 {\n padding-left: 1rem;\n padding-right: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-px-5, #retorik-container.rf-large .large\\:rf-px-6 {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-px-8 {\n padding-left: 2rem;\n padding-right: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-py-0 {\n padding-top: 0;\n padding-bottom: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-py-1 {\n padding-top: .25rem;\n padding-bottom: .25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-py-2 {\n padding-top: .5rem;\n padding-bottom: .5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-py-3 {\n padding-top: .75rem;\n padding-bottom: .75rem;\n}\n\n#retorik-container.rf-large .large\\:rf-py-4 {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-pb-16 {\n padding-bottom: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-pl-4 {\n padding-left: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-pr-4 {\n padding-right: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-pt-16 {\n padding-top: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-pt-3 {\n padding-top: .75rem;\n}\n\n#retorik-container.rf-large .large\\:rf-text-5xl {\n font-size: 3rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large .large\\:rf-text-6xl {\n font-size: 3.75rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large .large\\:rf-text-base {\n font-size: 1rem;\n line-height: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-text-sm {\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-uppercase {\n text-transform: uppercase;\n}\n\n#retorik-container.rf-tactile .tactile\\:rf-h-4 {\n height: 1rem;\n}\n\n#retorik-container.rf-tactile .tactile\\:rf-h-6 {\n height: 1.5rem;\n}\n\n#retorik-container.rf-tactile .tactile\\:rf-w-6 {\n width: 1.5rem;\n}\n\n#retorik-container.rf-tactile .tactile\\:rf-pt-1\\/5 {\n padding-top: 20%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-bottom-\\[25vh\\] {\n bottom: 25vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-left-4 {\n left: 1rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-top-4 {\n top: 1rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-col-span-full {\n grid-column: 1 / -1;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-col-start-1 {\n grid-column-start: 1;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-col-start-2 {\n grid-column-start: 2;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-col-end-8 {\n grid-column-end: 8;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-col-end-9 {\n grid-column-end: 9;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-span-4 {\n grid-row: span 4 / span 4;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-span-6 {\n grid-row: span 6 / span 6;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-start-5 {\n grid-row-start: 5;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-start-7 {\n grid-row-start: 7;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-end-11 {\n grid-row-end: 11;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-end-7 {\n grid-row-end: 7;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-mt-4 {\n margin-top: 1rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-mt-\\[25vh\\] {\n margin-top: 25vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-block {\n display: block;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-hidden {\n display: none;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-h-14 {\n height: 3.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-h-24 {\n height: 6rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-h-6 {\n height: 1.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-h-\\[50vh\\] {\n height: 50vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-max-h-11\\/12 {\n max-height: 91.67%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-max-h-36 {\n max-height: 9rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-max-h-\\[18vh\\] {\n max-height: 18vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-max-h-\\[30vh\\] {\n max-height: 30vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-1\\/2 {\n width: 50%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-14 {\n width: 3.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-16 {\n width: 4rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-24 {\n width: 6rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-4\\/9 {\n width: 45%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-6 {\n width: 1.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-min-w-24 {\n min-width: 6rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-min-w-4\\/9 {\n min-width: 45%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-max-w-2\\/3 {\n max-width: 66.67%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-flex-row {\n flex-direction: row;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-items-center {\n align-items: center;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-justify-center {\n justify-content: center;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-gap-6 {\n gap: 1.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-self-end {\n align-self: flex-end;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-border-t {\n border-top-width: 1px;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-border-t-menuBorder {\n --tw-border-opacity: 1;\n border-top-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-py-4 {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-py-5 {\n padding-top: 1.5rem;\n padding-bottom: 1.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-pl-0 {\n padding-left: 0;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-pt-8 {\n padding-top: 2rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-pt-\\[16\\.67\\%\\] {\n padding-top: 16.67%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-pt-\\[20vh\\] {\n padding-top: 20vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-text-basecustomuppercase {\n font-size: 1rem;\n line-height: 1.1rem;\n}\n\n#retorik-container.rf-large.rf-tactile .large-tactile\\:rf-mt-0 {\n margin-top: 0;\n}\n\n#retorik-container.rf-large.rf-tactile .large-tactile\\:rf-flex {\n display: flex;\n}\n\n#retorik-container.rf-large.rf-tactile .large-tactile\\:rf-hidden {\n display: none;\n}\n\n#retorik-container.rf-large:not(.rf-portrait) .desktop\\:rf-h-full {\n height: 100%;\n}\n\n#retorik-container.rf-large:not(.rf-portrait) .desktop\\:rf-max-h-\\[40\\%\\] {\n max-height: 40%;\n}\n\n#retorik-container.rf-large:not(.rf-portrait) .desktop\\:rf-max-h-\\[58\\%\\] {\n max-height: 58%;\n}\n\n#retorik-container.rf-large:not(.rf-portrait) .desktop\\:rf-scale-75 {\n --tw-scale-x: .75;\n --tw-scale-y: .75;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n@media (height <= 700px) and (width <= 300px) {\n .small-mobile\\:rf-row-span-6 {\n grid-row: span 6 / span 6;\n }\n\n .small-mobile\\:rf-row-span-7 {\n grid-row: span 7 / span 7;\n }\n\n .small-mobile\\:rf-row-start-5 {\n grid-row-start: 5;\n }\n}\n\n";
|
|
116
|
+
var $203b743475f656c9$exports = {};
|
|
117
|
+
$203b743475f656c9$exports = "*, :before, :after {\n box-sizing: border-box;\n border: 0 solid;\n}\n\n:before, :after {\n --tw-content: \"\";\n}\n\nhtml, :host {\n -webkit-text-size-adjust: 100%;\n -moz-tab-size: 4;\n tab-size: 4;\n font-feature-settings: normal;\n font-variation-settings: normal;\n -webkit-tap-highlight-color: transparent;\n font-family: Calibri, sans-serif;\n line-height: 1.5;\n}\n\nbody {\n line-height: inherit;\n margin: 0;\n}\n\nhr {\n color: inherit;\n border-top-width: 1px;\n height: 0;\n}\n\nabbr:where([title]) {\n text-decoration: underline dotted;\n}\n\nh1, h2, h3, h4, h5, h6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\na {\n color: inherit;\n text-decoration: inherit;\n}\n\nb, strong {\n font-weight: bolder;\n}\n\ncode, kbd, samp, pre {\n font-feature-settings: normal;\n font-variation-settings: normal;\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;\n font-size: 1em;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub, sup {\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n position: relative;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\ntable {\n text-indent: 0;\n border-color: inherit;\n border-collapse: collapse;\n}\n\nbutton, input, optgroup, select, textarea {\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n font-family: inherit;\n font-size: 100%;\n font-weight: inherit;\n line-height: inherit;\n color: inherit;\n margin: 0;\n padding: 0;\n}\n\nbutton, select {\n text-transform: none;\n}\n\nbutton, [type=\"button\"], [type=\"reset\"], [type=\"submit\"] {\n -webkit-appearance: button;\n background-color: #0000;\n background-image: none;\n}\n\n:-moz-focusring {\n outline: auto;\n}\n\n:-moz-ui-invalid {\n box-shadow: none;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n::-webkit-inner-spin-button, ::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\n\nsummary {\n display: list-item;\n}\n\nblockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {\n margin: 0;\n}\n\nfieldset {\n margin: 0;\n padding: 0;\n}\n\nlegend {\n padding: 0;\n}\n\nol, ul, menu {\n margin: 0;\n padding: 0;\n list-style: none;\n}\n\ndialog {\n padding: 0;\n}\n\ntextarea {\n resize: vertical;\n}\n\ninput::placeholder, textarea::placeholder {\n opacity: 1;\n color: #9ca3af;\n}\n\nbutton, [role=\"button\"] {\n cursor: pointer;\n}\n\n:disabled {\n cursor: default;\n}\n\nimg, svg, video, canvas, audio, iframe, embed, object {\n vertical-align: middle;\n display: block;\n}\n\nimg, video {\n max-width: 100%;\n height: auto;\n}\n\n[hidden] {\n display: none;\n}\n\n*, :before, :after, ::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-gradient-from-position: ;\n --tw-gradient-via-position: ;\n --tw-gradient-to-position: ;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: #3b82f680;\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n\n.rf-pointer-events-none {\n pointer-events: none;\n}\n\n.rf-pointer-events-auto {\n pointer-events: auto;\n}\n\n.rf-fixed {\n position: fixed;\n}\n\n.rf-absolute {\n position: absolute;\n}\n\n.rf-relative {\n position: relative;\n}\n\n.-rf-left-6 {\n left: -1.5rem;\n}\n\n.-rf-top-6 {\n top: -1.5rem;\n}\n\n.rf--bottom-2 {\n bottom: -.5rem;\n}\n\n.rf-bottom-0 {\n bottom: 0;\n}\n\n.rf-bottom-1 {\n bottom: .25rem;\n}\n\n.rf-bottom-1\\/4 {\n bottom: 25%;\n}\n\n.rf-bottom-16 {\n bottom: 4rem;\n}\n\n.rf-bottom-2 {\n bottom: .5rem;\n}\n\n.rf-bottom-4 {\n bottom: 1rem;\n}\n\n.rf-bottom-40 {\n bottom: 10rem;\n}\n\n.rf-left-0 {\n left: 0;\n}\n\n.rf-left-1 {\n left: .25rem;\n}\n\n.rf-left-1\\/2 {\n left: 50%;\n}\n\n.rf-left-2 {\n left: .5rem;\n}\n\n.rf-left-4 {\n left: 1rem;\n}\n\n.rf-right-0 {\n right: 0;\n}\n\n.rf-right-1 {\n right: .25rem;\n}\n\n.rf-right-2 {\n right: .5rem;\n}\n\n.rf-right-3 {\n right: .75rem;\n}\n\n.rf-right-4 {\n right: 1rem;\n}\n\n.rf-right-6 {\n right: 1.5rem;\n}\n\n.rf-right-8 {\n right: 2rem;\n}\n\n.rf-top-0 {\n top: 0;\n}\n\n.rf-top-1 {\n top: .25rem;\n}\n\n.rf-top-1\\/2 {\n top: 50%;\n}\n\n.rf-top-1\\/3 {\n top: 33.3333%;\n}\n\n.rf-top-110 {\n top: 110%;\n}\n\n.rf-top-2 {\n top: .5rem;\n}\n\n.rf-top-4 {\n top: 1rem;\n}\n\n.rf-top-\\[0\\.125rem\\] {\n top: .125rem;\n}\n\n.rf-top-\\[0\\.5rem\\] {\n top: .5rem;\n}\n\n.rf-z-background {\n z-index: 0;\n}\n\n.rf-z-chatbot {\n z-index: 10;\n}\n\n.rf-z-detailedPOI {\n z-index: 2;\n}\n\n.rf-z-dropdown {\n z-index: 30;\n}\n\n.rf-z-exitwidget {\n z-index: 55;\n}\n\n.rf-z-menu {\n z-index: 40;\n}\n\n.rf-z-modal {\n z-index: 50;\n}\n\n.rf-z-overlay {\n z-index: 40;\n}\n\n.rf-z-ui {\n z-index: 20;\n}\n\n.rf-z-util {\n z-index: 1;\n}\n\n.rf-col-span-2 {\n grid-column: span 2 / span 2;\n}\n\n.rf-col-span-3 {\n grid-column: span 3 / span 3;\n}\n\n.rf-col-span-6 {\n grid-column: span 6 / span 6;\n}\n\n.rf-col-span-full {\n grid-column: 1 / -1;\n}\n\n.rf-col-start-1 {\n grid-column-start: 1;\n}\n\n.rf-col-start-2 {\n grid-column-start: 2;\n}\n\n.rf-col-start-4 {\n grid-column-start: 4;\n}\n\n.rf-col-start-5 {\n grid-column-start: 5;\n}\n\n.rf-col-end-13 {\n grid-column-end: 13;\n}\n\n.rf-col-end-2 {\n grid-column-end: 2;\n}\n\n.rf-col-end-9 {\n grid-column-end: 9;\n}\n\n.rf-row-span-1 {\n grid-row: span 1 / span 1;\n}\n\n.rf-row-span-2 {\n grid-row: span 2 / span 2;\n}\n\n.rf-row-span-3 {\n grid-row: span 3 / span 3;\n}\n\n.rf-row-span-5 {\n grid-row: span 5 / span 5;\n}\n\n.rf-row-span-6 {\n grid-row: span 6 / span 6;\n}\n\n.rf-row-span-9 {\n grid-row: span 9 / span 9;\n}\n\n.rf-row-span-full {\n grid-row: 1 / -1;\n}\n\n.rf-row-start-1 {\n grid-row-start: 1;\n}\n\n.rf-row-start-12 {\n grid-row-start: 12;\n}\n\n.rf-row-start-2 {\n grid-row-start: 2;\n}\n\n.rf-row-start-3 {\n grid-row-start: 3;\n}\n\n.rf-row-start-4 {\n grid-row-start: 4;\n}\n\n.rf-row-start-6 {\n grid-row-start: 6;\n}\n\n.rf-row-start-9 {\n grid-row-start: 9;\n}\n\n.rf-row-end-13 {\n grid-row-end: 13;\n}\n\n.rf-row-end-2 {\n grid-row-end: 2;\n}\n\n.rf-row-end-3 {\n grid-row-end: 3;\n}\n\n.rf-row-end-4 {\n grid-row-end: 4;\n}\n\n.rf-row-end-5 {\n grid-row-end: 5;\n}\n\n.rf-float-right {\n float: right;\n}\n\n.rf-m-0 {\n margin: 0;\n}\n\n.rf-m-4 {\n margin: 1rem;\n}\n\n.rf-m-auto {\n margin: auto;\n}\n\n.-rf-mx-6 {\n margin-left: -1.5rem;\n margin-right: -1.5rem;\n}\n\n.rf-mx-0 {\n margin-left: 0;\n margin-right: 0;\n}\n\n.rf-mx-2 {\n margin-left: .5rem;\n margin-right: .5rem;\n}\n\n.rf-mx-3 {\n margin-left: .75rem;\n margin-right: .75rem;\n}\n\n.rf-mx-8 {\n margin-left: 2rem;\n margin-right: 2rem;\n}\n\n.rf-mx-auto {\n margin-left: auto;\n margin-right: auto;\n}\n\n.rf-my-1 {\n margin-top: .25rem;\n margin-bottom: .25rem;\n}\n\n.rf-my-2 {\n margin-top: .5rem;\n margin-bottom: .5rem;\n}\n\n.rf-my-4 {\n margin-top: 1rem;\n margin-bottom: 1rem;\n}\n\n.rf-my-auto {\n margin-top: auto;\n margin-bottom: auto;\n}\n\n.-rf-mb-4 {\n margin-bottom: -1rem;\n}\n\n.-rf-ml-2 {\n margin-left: -.5rem;\n}\n\n.rf-mb-0 {\n margin-bottom: 0;\n}\n\n.rf-mb-1 {\n margin-bottom: .25rem;\n}\n\n.rf-mb-10 {\n margin-bottom: 2.5rem;\n}\n\n.rf-mb-12 {\n margin-bottom: 3rem;\n}\n\n.rf-mb-16 {\n margin-bottom: 4rem;\n}\n\n.rf-mb-2 {\n margin-bottom: .5rem;\n}\n\n.rf-mb-26 {\n margin-bottom: 6.5rem;\n}\n\n.rf-mb-28 {\n margin-bottom: 7rem;\n}\n\n.rf-mb-3 {\n margin-bottom: .75rem;\n}\n\n.rf-mb-30 {\n margin-bottom: 7.5rem;\n}\n\n.rf-mb-4 {\n margin-bottom: 1rem;\n}\n\n.rf-mb-5 {\n margin-bottom: 1.25rem;\n}\n\n.rf-mb-6 {\n margin-bottom: 1.5rem;\n}\n\n.rf-mb-8 {\n margin-bottom: 2rem;\n}\n\n.rf-ml-1 {\n margin-left: .25rem;\n}\n\n.rf-ml-2 {\n margin-left: .5rem;\n}\n\n.rf-ml-4 {\n margin-left: 1rem;\n}\n\n.rf-ml-6 {\n margin-left: 1.5rem;\n}\n\n.rf-mr-1 {\n margin-right: .25rem;\n}\n\n.rf-mr-2 {\n margin-right: .5rem;\n}\n\n.rf-mr-3 {\n margin-right: .75rem;\n}\n\n.rf-mr-4 {\n margin-right: 1rem;\n}\n\n.rf-mr-5 {\n margin-right: 1.25rem;\n}\n\n.rf-mt-1 {\n margin-top: .25rem;\n}\n\n.rf-mt-10 {\n margin-top: 2.5rem;\n}\n\n.rf-mt-2 {\n margin-top: .5rem;\n}\n\n.rf-mt-4 {\n margin-top: 1rem;\n}\n\n.rf-mt-5 {\n margin-top: 1.25rem;\n}\n\n.rf-mt-8 {\n margin-top: 2rem;\n}\n\n.rf-mt-auto {\n margin-top: auto;\n}\n\n.rf-line-clamp-1 {\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-2 {\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-inline {\n display: inline;\n}\n\n.rf-flex {\n display: flex;\n}\n\n.rf-grid {\n display: grid;\n}\n\n.rf-hidden {\n display: none;\n}\n\n.rf-aspect-\\[4\\/3\\] {\n aspect-ratio: 4 / 3;\n}\n\n.rf-aspect-square {\n aspect-ratio: 1;\n}\n\n.rf-aspect-video {\n aspect-ratio: 16 / 9;\n}\n\n.rf-h-0 {\n height: 0;\n}\n\n.rf-h-1 {\n height: .25rem;\n}\n\n.rf-h-1\\/2 {\n height: 50%;\n}\n\n.rf-h-1\\/3 {\n height: 33.3333%;\n}\n\n.rf-h-12 {\n height: 3rem;\n}\n\n.rf-h-14 {\n height: 3.5rem;\n}\n\n.rf-h-16 {\n height: 4rem;\n}\n\n.rf-h-18 {\n height: 4.5rem;\n}\n\n.rf-h-2 {\n height: .5rem;\n}\n\n.rf-h-2\\/3 {\n height: 66.6667%;\n}\n\n.rf-h-24 {\n height: 6rem;\n}\n\n.rf-h-3 {\n height: .75rem;\n}\n\n.rf-h-3\\/10 {\n height: 30%;\n}\n\n.rf-h-32 {\n height: 8rem;\n}\n\n.rf-h-36 {\n height: 9rem;\n}\n\n.rf-h-4 {\n height: 1rem;\n}\n\n.rf-h-48 {\n height: 12rem;\n}\n\n.rf-h-5 {\n height: 1.25rem;\n}\n\n.rf-h-6 {\n height: 1.5rem;\n}\n\n.rf-h-7 {\n height: 1.75rem;\n}\n\n.rf-h-8 {\n height: 2rem;\n}\n\n.rf-h-9 {\n height: 2.25rem;\n}\n\n.rf-h-\\[0\\.875rem\\] {\n height: .875rem;\n}\n\n.rf-h-\\[calc\\(50vw-3rem\\)\\] {\n height: calc(50vw - 3rem);\n}\n\n.rf-h-fit {\n height: fit-content;\n}\n\n.rf-h-full {\n height: 100%;\n}\n\n.rf-h-max {\n height: max-content;\n}\n\n.rf-h-screen {\n height: 100vh;\n}\n\n.rf-max-h-12 {\n max-height: 3rem;\n}\n\n.rf-max-h-28 {\n max-height: 7rem;\n}\n\n.rf-max-h-4\\/5 {\n max-height: 80%;\n}\n\n.rf-max-h-48 {\n max-height: 12rem;\n}\n\n.rf-max-h-6 {\n max-height: 1.5rem;\n}\n\n.rf-max-h-full {\n max-height: 100%;\n}\n\n.rf-max-h-qrcode {\n max-height: 120px;\n}\n\n.rf-max-h-screen {\n max-height: 100vh;\n}\n\n.rf-min-h-12 {\n min-height: 3rem;\n}\n\n.rf-min-h-16 {\n min-height: 4rem;\n}\n\n.rf-min-h-2\\/5 {\n min-height: 40%;\n}\n\n.rf-min-h-6 {\n min-height: 1.5rem;\n}\n\n.rf-min-h-full {\n min-height: 100%;\n}\n\n.rf-min-h-inherit {\n min-height: inherit;\n}\n\n.rf-w-0 {\n width: 0;\n}\n\n.rf-w-1\\/2 {\n width: 50%;\n}\n\n.rf-w-1\\/3 {\n width: 33.3333%;\n}\n\n.rf-w-1\\/4 {\n width: 25%;\n}\n\n.rf-w-11\\/12 {\n width: 91.6667%;\n}\n\n.rf-w-12 {\n width: 3rem;\n}\n\n.rf-w-16 {\n width: 4rem;\n}\n\n.rf-w-18 {\n width: 4.5rem;\n}\n\n.rf-w-2\\/3 {\n width: 66.6667%;\n}\n\n.rf-w-20 {\n width: 5rem;\n}\n\n.rf-w-24 {\n width: 6rem;\n}\n\n.rf-w-3 {\n width: .75rem;\n}\n\n.rf-w-3\\/5 {\n width: 60%;\n}\n\n.rf-w-32 {\n width: 8rem;\n}\n\n.rf-w-36 {\n width: 9rem;\n}\n\n.rf-w-4 {\n width: 1rem;\n}\n\n.rf-w-4\\/9 {\n width: 45%;\n}\n\n.rf-w-48 {\n width: 12rem;\n}\n\n.rf-w-5 {\n width: 1.25rem;\n}\n\n.rf-w-6 {\n width: 1.5rem;\n}\n\n.rf-w-7 {\n width: 1.75rem;\n}\n\n.rf-w-8 {\n width: 2rem;\n}\n\n.rf-w-9 {\n width: 2.25rem;\n}\n\n.rf-w-\\[45\\%\\] {\n width: 45%;\n}\n\n.rf-w-\\[45ch\\] {\n width: 45ch;\n}\n\n.rf-w-\\[90\\%\\] {\n width: 90%;\n}\n\n.rf-w-\\[calc\\(100\\%-3rem\\)\\] {\n width: calc(100% - 3rem);\n}\n\n.rf-w-fit {\n width: fit-content;\n}\n\n.rf-w-full {\n width: 100%;\n}\n\n.rf-w-max {\n width: max-content;\n}\n\n.rf-w-screen {\n width: 100vw;\n}\n\n.rf-min-w-11\\/12 {\n min-width: 91.7%;\n}\n\n.rf-min-w-12 {\n min-width: 3rem;\n}\n\n.rf-min-w-24 {\n min-width: 6rem;\n}\n\n.rf-min-w-6 {\n min-width: 1.5rem;\n}\n\n.rf-min-w-\\[45\\%\\] {\n min-width: 45%;\n}\n\n.rf-min-w-full {\n min-width: 100%;\n}\n\n.rf-max-w-1\\/2 {\n max-width: 50%;\n}\n\n.rf-max-w-16 {\n max-width: 4rem;\n}\n\n.rf-max-w-6 {\n max-width: 1.5rem;\n}\n\n.rf-max-w-7\\/10 {\n max-width: 70%;\n}\n\n.rf-max-w-\\[100vw\\] {\n max-width: 100vw;\n}\n\n.rf-max-w-\\[45\\%\\] {\n max-width: 45%;\n}\n\n.rf-max-w-\\[70vw\\] {\n max-width: 70vw;\n}\n\n.rf-max-w-\\[calc\\(100\\%-2rem\\)\\] {\n max-width: calc(100% - 2rem);\n}\n\n.rf-max-w-full {\n max-width: 100%;\n}\n\n.rf-max-w-none {\n max-width: none;\n}\n\n.rf-flex-1 {\n flex: 1;\n}\n\n.rf-flex-\\[0_0_40\\%\\] {\n flex: 0 0 40%;\n}\n\n.rf-flex-\\[2_1_0\\%\\] {\n flex: 2;\n}\n\n.rf-flex-\\[4_1_0\\%\\] {\n flex: 4;\n}\n\n.rf-origin-center {\n transform-origin: center;\n}\n\n.-rf-translate-x-1\\/2 {\n --tw-translate-x: -50%;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.-rf-translate-y-1\\/2 {\n --tw-translate-y: -50%;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf--translate-x-1\\/2 {\n --tw-translate-x: -50%;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-translate-x-1 {\n --tw-translate-x: .25rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-translate-x-5 {\n --tw-translate-x: 1.25rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf--rotate-90 {\n --tw-rotate: -90deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-rotate-0 {\n --tw-rotate: 0deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-rotate-180 {\n --tw-rotate: 180deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-rotate-90 {\n --tw-rotate: 90deg;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-scale-0 {\n --tw-scale-x: 0;\n --tw-scale-y: 0;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-transform {\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n@keyframes rf-hScroll {\n 0% {\n transform: translateX(0);\n }\n\n 100% {\n transform: translateX(calc(-100% - 2rem));\n }\n}\n\n.rf-animate-hScroll {\n animation: 20s linear infinite rf-hScroll;\n}\n\n@keyframes rf-loader {\n 0% {\n box-shadow: 0 1.5rem 0 -1.5rem var(--rf-color-loader-animation);\n }\n\n 40% {\n box-shadow: 0 1.5rem 0 -.3rem var(--rf-color-loader-animation);\n }\n\n 80% {\n box-shadow: 0 1.5rem 0 -1.5rem var(--rf-color-loader-animation);\n }\n\n 100% {\n box-shadow: 0 1.5rem 0 -1.5rem var(--rf-color-loader-animation);\n }\n}\n\n.rf-animate-loader {\n animation: 1.8s ease-in-out -.16s infinite both rf-loader;\n}\n\n@keyframes rf-fadeIn {\n 0% {\n opacity: 0;\n }\n\n 100% {\n opacity: 1;\n }\n}\n\n.rf-animate-loaderFadeIn {\n animation: 2s rf-fadeIn;\n}\n\n@keyframes rf-fadeOut {\n 0% {\n opacity: 1;\n }\n\n 100% {\n opacity: 0;\n }\n}\n\n.rf-animate-loaderFadeOut {\n animation: 1s rf-fadeOut;\n}\n\n@keyframes rf-slideBottom {\n 0% {\n opacity: 0;\n transform: translateX(0)translateY(20px);\n }\n\n 100% {\n opacity: 1;\n transform: translateX(0)translateY(0);\n }\n}\n\n.rf-animate-slideBottom {\n animation: .5s .2s backwards rf-slideBottom;\n}\n\n@keyframes rf-spin {\n to {\n transform: rotate(360deg);\n }\n}\n\n.rf-animate-spin {\n animation: 1s linear infinite rf-spin;\n}\n\n.rf-cursor-pointer {\n cursor: pointer;\n}\n\n.rf-select-none {\n user-select: none;\n}\n\n.rf-resize-none {\n resize: none;\n}\n\n.rf-scroll-pb-4 {\n scroll-padding-bottom: 1rem;\n}\n\n.rf-grid-cols-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr));\n}\n\n.rf-grid-cols-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n\n.rf-grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n}\n\n.rf-grid-cols-4 {\n grid-template-columns: repeat(4, minmax(0, 1fr));\n}\n\n.rf-grid-cols-6 {\n grid-template-columns: repeat(6, minmax(0, 1fr));\n}\n\n.rf-grid-cols-7 {\n grid-template-columns: repeat(7, minmax(0, 1fr));\n}\n\n.rf-grid-cols-8 {\n grid-template-columns: repeat(8, minmax(0, 1fr));\n}\n\n.rf-grid-cols-headerContainer {\n grid-template-columns: 7rem 1fr 1fr 1fr;\n}\n\n.rf-grid-cols-printingPreview {\n grid-template-columns: minmax(0, 1fr) 3rem;\n}\n\n.rf-grid-cols-routes {\n grid-template-columns: repeat(3, max-content);\n}\n\n.rf-grid-rows-1 {\n grid-template-rows: repeat(1, minmax(0, 1fr));\n}\n\n.rf-grid-rows-2 {\n grid-template-rows: repeat(2, minmax(0, 1fr));\n}\n\n.rf-grid-rows-container {\n grid-template-rows: repeat(12, minmax(0, 1fr));\n}\n\n.rf-grid-rows-headerContainer {\n grid-template-rows: repeat(3, minmax(0, 1fr));\n}\n\n.rf-flex-row {\n flex-direction: row;\n}\n\n.rf-flex-col {\n flex-direction: column;\n}\n\n.rf-flex-col-reverse {\n flex-direction: column-reverse;\n}\n\n.rf-flex-wrap {\n flex-wrap: wrap;\n}\n\n.rf-flex-nowrap {\n flex-wrap: nowrap;\n}\n\n.rf-content-around {\n align-content: space-around;\n}\n\n.rf-items-start {\n align-items: flex-start;\n}\n\n.rf-items-end {\n align-items: flex-end;\n}\n\n.rf-items-center {\n align-items: center;\n}\n\n.rf-justify-start {\n justify-content: flex-start;\n}\n\n.rf-justify-end {\n justify-content: flex-end;\n}\n\n.rf-justify-center {\n justify-content: center;\n}\n\n.rf-justify-between {\n justify-content: space-between;\n}\n\n.rf-justify-around {\n justify-content: space-around;\n}\n\n.rf-justify-evenly {\n justify-content: space-evenly;\n}\n\n.rf-gap-1 {\n gap: .25rem;\n}\n\n.rf-gap-12 {\n gap: 3rem;\n}\n\n.rf-gap-2 {\n gap: .5rem;\n}\n\n.rf-gap-3 {\n gap: .75rem;\n}\n\n.rf-gap-4 {\n gap: 1rem;\n}\n\n.rf-gap-5 {\n gap: 1.25rem;\n}\n\n.rf-gap-8 {\n gap: 2rem;\n}\n\n.rf-gap-9 {\n gap: 2.25rem;\n}\n\n.rf-divide-x > :not([hidden]) ~ :not([hidden]) {\n --tw-divide-x-reverse: 0;\n border-right-width: calc(1px * var(--tw-divide-x-reverse));\n border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));\n}\n\n.rf-self-auto {\n align-self: auto;\n}\n\n.rf-self-start {\n align-self: flex-start;\n}\n\n.rf-self-end {\n align-self: flex-end;\n}\n\n.rf-self-center {\n align-self: center;\n}\n\n.rf-justify-self-start {\n justify-self: start;\n}\n\n.rf-justify-self-end {\n justify-self: end;\n}\n\n.rf-justify-self-center {\n justify-self: center;\n}\n\n.rf-overflow-hidden {\n overflow: hidden;\n}\n\n.rf-overflow-clip {\n overflow: clip;\n}\n\n.rf-overflow-x-auto {\n overflow-x: auto;\n}\n\n.rf-overflow-y-auto {\n overflow-y: auto;\n}\n\n.rf-overflow-x-hidden {\n overflow-x: hidden;\n}\n\n.rf-overflow-y-hidden {\n overflow-y: hidden;\n}\n\n.rf-overflow-y-visible {\n overflow-y: visible;\n}\n\n.rf-overflow-x-scroll {\n overflow-x: scroll;\n}\n\n.rf-overflow-y-scroll {\n overflow-y: scroll;\n}\n\n.rf-truncate {\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n}\n\n.rf-whitespace-nowrap {\n white-space: nowrap;\n}\n\n.rf-rounded {\n border-radius: .3125rem;\n}\n\n.rf-rounded-6 {\n border-radius: 1.5rem;\n}\n\n.rf-rounded-8 {\n border-radius: 2rem;\n}\n\n.rf-rounded-\\[20px\\] {\n border-radius: 20px;\n}\n\n.rf-rounded-full {\n border-radius: 9999px;\n}\n\n.rf-rounded-half {\n border-radius: 50%;\n}\n\n.rf-rounded-lg {\n border-radius: .5rem;\n}\n\n.rf-rounded-max {\n border-radius: 100%;\n}\n\n.rf-rounded-b {\n border-bottom-right-radius: .3125rem;\n border-bottom-left-radius: .3125rem;\n}\n\n.rf-rounded-l-lg {\n border-top-left-radius: .5rem;\n border-bottom-left-radius: .5rem;\n}\n\n.rf-border {\n border-width: 1px;\n}\n\n.rf-border-0 {\n border-width: 0;\n}\n\n.rf-border-2 {\n border-width: 2px;\n}\n\n.rf-border-y {\n border-top-width: 1px;\n border-bottom-width: 1px;\n}\n\n.rf-border-b {\n border-bottom-width: 1px;\n}\n\n.rf-border-b-2 {\n border-bottom-width: 2px;\n}\n\n.rf-border-l {\n border-left-width: 1px;\n}\n\n.rf-border-r {\n border-right-width: 1px;\n}\n\n.rf-border-t {\n border-top-width: 1px;\n}\n\n.rf-border-t-0 {\n border-top-width: 0;\n}\n\n.rf-border-none {\n border-style: none;\n}\n\n.rf-border-\\[\\#00000029\\] {\n border-color: #00000029;\n}\n\n.rf-border-\\[\\#9FA2AA\\] {\n --tw-border-opacity: 1;\n border-color: rgb(159 162 170 / var(--tw-border-opacity));\n}\n\n.rf-border-\\[\\#C7C6C6\\] {\n --tw-border-opacity: 1;\n border-color: rgb(199 198 198 / var(--tw-border-opacity));\n}\n\n.rf-border-black {\n border-color: var(--rf-color-black);\n}\n\n.rf-border-cardButtonBorderDefault {\n border-color: var(--rf-color-cardButtonBorderDefault);\n}\n\n.rf-border-cardButtonBorderHover {\n border-color: var(--rf-color-cardButtonBorderHover);\n}\n\n.rf-border-cardFrameBorder {\n border-color: var(--rf-color-cardFrameBorder);\n}\n\n.rf-border-formInputButtonBorderDefault {\n border-color: var(--rf-color-formInputButtonBorderDefault);\n}\n\n.rf-border-formInputButtonBorderHover {\n border-color: var(--rf-color-formInputButtonBorderHover);\n}\n\n.rf-border-formInputRadioCheckboxCheckedBorder {\n border-color: var(--rf-color-formInputRadioCheckboxCheckedBorder);\n}\n\n.rf-border-formInputRadioCheckboxUncheckedBorder {\n border-color: var(--rf-color-formInputRadioCheckboxUncheckedBorder);\n}\n\n.rf-border-gray {\n --tw-border-opacity: 1;\n border-color: rgb(128 128 128 / var(--tw-border-opacity));\n}\n\n.rf-border-menuBorder {\n --tw-border-opacity: 1;\n border-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n.rf-border-primary {\n border-color: var(--rf-color-primary);\n}\n\n.rf-border-red-700 {\n --tw-border-opacity: 1;\n border-color: rgb(185 28 28 / var(--tw-border-opacity));\n}\n\n.rf-border-secondary {\n border-color: var(--rf-color-secondary);\n}\n\n.rf-border-templateCheckboxBorder {\n --tw-border-opacity: 1;\n border-color: rgb(112 112 112 / var(--tw-border-opacity));\n}\n\n.rf-border-trueblack {\n --tw-border-opacity: 1;\n border-color: rgb(0 0 0 / var(--tw-border-opacity));\n}\n\n.rf-border-truewhite {\n --tw-border-opacity: 1;\n border-color: rgb(255 255 255 / var(--tw-border-opacity));\n}\n\n.rf-border-x-primary {\n border-left-color: var(--rf-color-primary);\n border-right-color: var(--rf-color-primary);\n}\n\n.rf-border-x-silver {\n --tw-border-opacity: 1;\n border-left-color: rgb(192 192 192 / var(--tw-border-opacity));\n border-right-color: rgb(192 192 192 / var(--tw-border-opacity));\n}\n\n.rf-border-x-transparent {\n border-left-color: #0000;\n border-right-color: #0000;\n}\n\n.rf-border-x-truewhite {\n --tw-border-opacity: 1;\n border-left-color: rgb(255 255 255 / var(--tw-border-opacity));\n border-right-color: rgb(255 255 255 / var(--tw-border-opacity));\n}\n\n.rf-border-y-menuBorder {\n --tw-border-opacity: 1;\n border-top-color: rgb(224 225 231 / var(--tw-border-opacity));\n border-bottom-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n.rf-border-y-transparent {\n border-top-color: #0000;\n border-bottom-color: #0000;\n}\n\n.rf-border-b-\\[\\#C4C5C8\\] {\n --tw-border-opacity: 1;\n border-bottom-color: rgb(196 197 200 / var(--tw-border-opacity));\n}\n\n.rf-border-b-black {\n border-bottom-color: var(--rf-color-black);\n}\n\n.rf-border-b-menuBorder {\n --tw-border-opacity: 1;\n border-bottom-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n.rf-border-b-silver {\n --tw-border-opacity: 1;\n border-bottom-color: rgb(192 192 192 / var(--tw-border-opacity));\n}\n\n.rf-border-b-transparent {\n border-bottom-color: #0000;\n}\n\n.rf-border-l-menuBorder {\n --tw-border-opacity: 1;\n border-left-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n.rf-border-r-silver {\n --tw-border-opacity: 1;\n border-right-color: rgb(192 192 192 / var(--tw-border-opacity));\n}\n\n.rf-border-t-\\[\\#CBC9C9\\] {\n --tw-border-opacity: 1;\n border-top-color: rgb(203 201 201 / var(--tw-border-opacity));\n}\n\n.rf-border-t-menuBorder {\n --tw-border-opacity: 1;\n border-top-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n.rf-bg-\\[\\#00000050\\] {\n background-color: #00000050;\n}\n\n.rf-bg-\\[\\#F0F0F0\\] {\n --tw-bg-opacity: 1;\n background-color: rgb(240 240 240 / var(--tw-bg-opacity));\n}\n\n.rf-bg-\\[\\#F8F8F8\\] {\n --tw-bg-opacity: 1;\n background-color: rgb(248 248 248 / var(--tw-bg-opacity));\n}\n\n.rf-bg-black {\n background-color: var(--rf-color-black);\n}\n\n.rf-bg-blue-500 {\n --tw-bg-opacity: 1;\n background-color: rgb(59 130 246 / var(--tw-bg-opacity));\n}\n\n.rf-bg-cardButtonBackgroundDefault {\n background-color: var(--rf-color-cardButtonBackgroundDefault);\n}\n\n.rf-bg-cardButtonBackgroundHover {\n background-color: var(--rf-color-cardButtonBackgroundHover);\n}\n\n.rf-bg-cardFrameBackground {\n background-color: var(--rf-color-cardFrameBackground);\n}\n\n.rf-bg-formInputButtonBackgroundDefault {\n background-color: var(--rf-color-formInputButtonBackgroundDefault);\n}\n\n.rf-bg-formInputButtonBackgroundHover {\n background-color: var(--rf-color-formInputButtonBackgroundHover);\n}\n\n.rf-bg-formInputRadioCheckboxUncheckedBackground {\n background-color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n}\n\n.rf-bg-gray {\n --tw-bg-opacity: 1;\n background-color: rgb(128 128 128 / var(--tw-bg-opacity));\n}\n\n.rf-bg-primary {\n background-color: var(--rf-color-primary);\n}\n\n.rf-bg-red-600 {\n --tw-bg-opacity: 1;\n background-color: rgb(220 38 38 / var(--tw-bg-opacity));\n}\n\n.rf-bg-secondary {\n background-color: var(--rf-color-secondary);\n}\n\n.rf-bg-silver {\n --tw-bg-opacity: 1;\n background-color: rgb(192 192 192 / var(--tw-bg-opacity));\n}\n\n.rf-bg-templateBackground {\n --tw-bg-opacity: 1;\n background-color: rgb(241 241 241 / var(--tw-bg-opacity));\n}\n\n.rf-bg-templateEmptyCard {\n --tw-bg-opacity: 1;\n background-color: rgb(232 231 231 / var(--tw-bg-opacity));\n}\n\n.rf-bg-textModePanelBackground {\n background-color: var(--rf-color-textModePanelBackground);\n}\n\n.rf-bg-transparent {\n background-color: #0000;\n}\n\n.rf-bg-truewhite {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n\n.rf-bg-vocalModeSubtitlesBackground {\n background-color: var(--rf-color-vocalModeSubtitlesBackground);\n}\n\n.rf-bg-white {\n --tw-bg-opacity: 1;\n background-color: rgb(247 243 246 / var(--tw-bg-opacity));\n}\n\n.rf-bg-opacity-30 {\n --tw-bg-opacity: .3;\n}\n\n.rf-bg-opacity-50 {\n --tw-bg-opacity: .5;\n}\n\n.rf-bg-opacity-80 {\n --tw-bg-opacity: .8;\n}\n\n.rf-object-cover {\n object-fit: cover;\n}\n\n.rf-p-0 {\n padding: 0;\n}\n\n.rf-p-1 {\n padding: .25rem;\n}\n\n.rf-p-2 {\n padding: .5rem;\n}\n\n.rf-p-4 {\n padding: 1rem;\n}\n\n.rf-p-6 {\n padding: 1.5rem;\n}\n\n.rf-p-\\[25px\\] {\n padding: 25px;\n}\n\n.rf-p-\\[7px_12px\\] {\n padding: 7px 12px;\n}\n\n.rf-px-1 {\n padding-left: .25rem;\n padding-right: .25rem;\n}\n\n.rf-px-2 {\n padding-left: .5rem;\n padding-right: .5rem;\n}\n\n.rf-px-3 {\n padding-left: .75rem;\n padding-right: .75rem;\n}\n\n.rf-px-4 {\n padding-left: 1rem;\n padding-right: 1rem;\n}\n\n.rf-px-5, .rf-px-6 {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n}\n\n.rf-px-8 {\n padding-left: 2rem;\n padding-right: 2rem;\n}\n\n.rf-py-0 {\n padding-top: 0;\n padding-bottom: 0;\n}\n\n.rf-py-1 {\n padding-top: .25rem;\n padding-bottom: .25rem;\n}\n\n.rf-py-12 {\n padding-top: 3rem;\n padding-bottom: 3rem;\n}\n\n.rf-py-2 {\n padding-top: .5rem;\n padding-bottom: .5rem;\n}\n\n.rf-py-3 {\n padding-top: .75rem;\n padding-bottom: .75rem;\n}\n\n.rf-py-4 {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n\n.rf-py-6 {\n padding-top: 1.5rem;\n padding-bottom: 1.5rem;\n}\n\n.rf-py-\\[0\\.1rem\\] {\n padding-top: .1rem;\n padding-bottom: .1rem;\n}\n\n.rf-pb-10 {\n padding-bottom: 2.5rem;\n}\n\n.rf-pb-12 {\n padding-bottom: 3rem;\n}\n\n.rf-pb-14 {\n padding-bottom: 3.5rem;\n}\n\n.rf-pb-2 {\n padding-bottom: .5rem;\n}\n\n.rf-pb-3 {\n padding-bottom: .75rem;\n}\n\n.rf-pb-4 {\n padding-bottom: 1rem;\n}\n\n.rf-pb-5, .rf-pb-6 {\n padding-bottom: 1.5rem;\n}\n\n.rf-pb-8 {\n padding-bottom: 2rem;\n}\n\n.rf-pb-\\[15vh\\] {\n padding-bottom: 15vh;\n}\n\n.rf-pl-0 {\n padding-left: 0;\n}\n\n.rf-pl-1 {\n padding-left: .25rem;\n}\n\n.rf-pl-2 {\n padding-left: .5rem;\n}\n\n.rf-pl-4 {\n padding-left: 1rem;\n}\n\n.rf-pr-1 {\n padding-right: .25rem;\n}\n\n.rf-pr-2 {\n padding-right: .5rem;\n}\n\n.rf-pr-4 {\n padding-right: 1rem;\n}\n\n.rf-pt-1 {\n padding-top: .25rem;\n}\n\n.rf-pt-11\\/20 {\n padding-top: 55%;\n}\n\n.rf-pt-12 {\n padding-top: 3rem;\n}\n\n.rf-pt-14 {\n padding-top: 3.5rem;\n}\n\n.rf-pt-2 {\n padding-top: .5rem;\n}\n\n.rf-pt-24 {\n padding-top: 6rem;\n}\n\n.rf-pt-3 {\n padding-top: .75rem;\n}\n\n.rf-pt-4 {\n padding-top: 1rem;\n}\n\n.rf-pt-8 {\n padding-top: 2rem;\n}\n\n.rf-pt-\\[25vh\\] {\n padding-top: 25vh;\n}\n\n.rf-pt-\\[26vh\\] {\n padding-top: 26vh;\n}\n\n.rf-text-left {\n text-align: left;\n}\n\n.rf-text-center {\n text-align: center;\n}\n\n.rf-text-right {\n text-align: right;\n}\n\n.rf-font-default {\n font-family: Calibri, sans-serif;\n}\n\n.rf-text-3xl {\n font-size: 1.875rem;\n line-height: 2.25rem;\n}\n\n.rf-text-5xl {\n font-size: 3rem;\n line-height: 1;\n}\n\n.rf-text-7xl {\n font-size: 4.5rem;\n line-height: 1;\n}\n\n.rf-text-8xl {\n font-size: 6rem;\n line-height: 1;\n}\n\n.rf-text-\\[0\\.5rem\\] {\n font-size: .5rem;\n}\n\n.rf-text-base {\n font-size: 1rem;\n line-height: 1.5rem;\n}\n\n.rf-text-basecustom {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n.rf-text-lgcustom {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n.rf-text-sm {\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n.rf-text-xl {\n font-size: 1.25rem;\n line-height: 1.75rem;\n}\n\n.rf-text-xs {\n font-size: .75rem;\n line-height: 1rem;\n}\n\n.rf-text-xsl {\n font-size: .7rem;\n line-height: 1rem;\n}\n\n.rf-text-xsm {\n font-size: .6rem;\n}\n\n.rf-font-bold {\n font-weight: 600;\n}\n\n.rf-font-medium {\n font-weight: 300;\n}\n\n.rf-font-semibold {\n font-weight: 400;\n}\n\n.rf-uppercase {\n text-transform: uppercase;\n}\n\n.rf-capitalize {\n text-transform: capitalize;\n}\n\n.rf-normal-case {\n text-transform: none;\n}\n\n.rf-italic {\n font-style: italic;\n}\n\n.rf-text-\\[\\#575F6B\\] {\n --tw-text-opacity: 1;\n color: rgb(87 95 107 / var(--tw-text-opacity));\n}\n\n.rf-text-\\[\\#9A9A9A\\] {\n --tw-text-opacity: 1;\n color: rgb(154 154 154 / var(--tw-text-opacity));\n}\n\n.rf-text-\\[\\#A4A7AF\\] {\n --tw-text-opacity: 1;\n color: rgb(164 167 175 / var(--tw-text-opacity));\n}\n\n.rf-text-black {\n color: var(--rf-color-black);\n}\n\n.rf-text-cardButtonTextDefault {\n color: var(--rf-color-cardButtonTextDefault);\n}\n\n.rf-text-cardFrameText {\n color: var(--rf-color-cardFrameText);\n}\n\n.rf-text-formInputButtonTextDefault {\n color: var(--rf-color-formInputButtonTextDefault);\n}\n\n.rf-text-formInputButtonTextHover {\n color: var(--rf-color-formInputButtonTextHover);\n}\n\n.rf-text-formInputRadioCheckboxUncheckedBackground {\n color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n}\n\n.rf-text-formInputTextDefault {\n color: var(--rf-color-formInputTextDefault);\n}\n\n.rf-text-gray {\n --tw-text-opacity: 1;\n color: rgb(128 128 128 / var(--tw-text-opacity));\n}\n\n.rf-text-lightgray {\n --tw-text-opacity: 1;\n color: rgb(129 129 129 / var(--tw-text-opacity));\n}\n\n.rf-text-primary {\n color: var(--rf-color-primary);\n}\n\n.rf-text-red-700 {\n --tw-text-opacity: 1;\n color: rgb(185 28 28 / var(--tw-text-opacity));\n}\n\n.rf-text-secondary {\n color: var(--rf-color-secondary);\n}\n\n.rf-text-textModePanelConversationBot {\n color: var(--rf-color-textModePanelConversationBot);\n}\n\n.rf-text-textModePanelConversationUser {\n color: var(--rf-color-textModePanelConversationUser);\n}\n\n.rf-text-trueblack {\n --tw-text-opacity: 1;\n color: rgb(0 0 0 / var(--tw-text-opacity));\n}\n\n.rf-text-truewhite {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.rf-text-vocalModeSubtitlesText {\n color: var(--rf-color-vocalModeSubtitlesText);\n}\n\n.rf-text-white {\n --tw-text-opacity: 1;\n color: rgb(247 243 246 / var(--tw-text-opacity));\n}\n\n.rf-underline {\n text-decoration-line: underline;\n}\n\n.rf-shadow-\\[0_-5px_10px_silver\\,-5px_0_10px_silver\\,5px_0_10px_silver\\] {\n --tw-shadow: 0 -5px 10px silver, -5px 0 10px silver, 5px 0 10px silver;\n --tw-shadow-colored: 0 -5px 10px var(--tw-shadow-color), -5px 0 10px var(--tw-shadow-color), 5px 0 10px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_0_15px_0_silver\\] {\n --tw-shadow: 0 0 15px 0 silver;\n --tw-shadow-colored: 0 0 15px 0 var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_0_20px_1px_\\#A4A7AF80\\] {\n --tw-shadow: 0 0 20px 1px #a4a7af80;\n --tw-shadow-colored: 0 0 20px 1px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_0_3px_6px_\\#00000029\\] {\n --tw-shadow: 0 0 3px 6px #00000029;\n --tw-shadow-colored: 0 0 3px 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_3px_6px_\\#00000029\\] {\n --tw-shadow: 0 3px 6px #00000029;\n --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_3px_6px_\\#606267\\] {\n --tw-shadow: 0 3px 6px #606267;\n --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[0_3px_6px_rgba\\(0\\,0\\,0\\,0\\.16\\)\\] {\n --tw-shadow: 0 3px 6px #00000029;\n --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[20px_3px_20px_\\#00000029\\] {\n --tw-shadow: 20px 3px 20px #00000029;\n --tw-shadow-colored: 20px 3px 20px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[3px_3px_16px_\\#00000029\\] {\n --tw-shadow: 3px 3px 16px #00000029;\n --tw-shadow-colored: 3px 3px 16px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[3px_3px_6px_\\#00000029\\] {\n --tw-shadow: 3px 3px 6px #00000029;\n --tw-shadow-colored: 3px 3px 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[inset_0_0_6px_\\#0000003B\\] {\n --tw-shadow: inset 0 0 6px #0000003b;\n --tw-shadow-colored: inset 0 0 6px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-\\[inset_0_12px_12px_-12px_\\#00000029\\,inset_0_-12px_12px_-12px_\\#00000029\\] {\n --tw-shadow: inset 0 12px 12px -12px #00000029, inset 0 -12px 12px -12px #00000029;\n --tw-shadow-colored: inset 0 12px 12px -12px var(--tw-shadow-color), inset 0 -12px 12px -12px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-shadow-card {\n --tw-shadow: 0px 0px 13px 3px #101219;\n --tw-shadow-colored: 0px 0px 13px 3px var(--tw-shadow-color);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n.rf-outline-none {\n outline-offset: 2px;\n outline: 2px solid #0000;\n}\n\n.rf-blur-background {\n --tw-blur: blur(var(--rf-blur-background));\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n\n.rf-filter {\n filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);\n}\n\n.rf-transition-all {\n transition-property: all;\n transition-duration: .15s;\n transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n}\n\n.rf-transition-transform {\n transition-property: transform;\n transition-duration: .15s;\n transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n}\n\n.rf-text-shadow-black {\n text-shadow: 2px 0 5px #000, -2px 0 5px #000, 0 2px 5px #000, 0 -2px 5px #000;\n}\n\n.rf-capitalize-first:first-letter {\n text-transform: uppercase;\n}\n\nol {\n padding-left: 2rem;\n list-style-type: decimal;\n}\n\nul {\n padding-left: 2rem;\n list-style-type: disc;\n}\n\n#retorik-container.rf-portrait:not(.rf-large) .ac-image {\n max-width: 100px;\n}\n\n.rf-glass-background, #retorik-container.portrait .portrait\\:rf-glass-background {\n background-color: var(--rf-color-black);\n --tw-bg-opacity: .62;\n --tw-backdrop-blur: blur(8px);\n backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);\n}\n\n.rf-loader:before {\n content: \"\";\n border-radius: 50%;\n width: 1.5rem;\n height: 1.5rem;\n animation: 1.8s ease-in-out -.32s infinite both rf-loader;\n display: block;\n position: absolute;\n right: 1.5rem;\n}\n\n.rf-loader:after {\n content: \"\";\n border-radius: 50%;\n width: 1.5rem;\n height: 1.5rem;\n animation: 1.8s ease-in-out infinite both rf-loader;\n display: block;\n position: absolute;\n left: 1.5rem;\n}\n\n.rf-loader-microphone:before, .rf-loader-microphone:after {\n content: \"\";\n --tw-border-opacity: 1;\n border: 6px solid #0000;\n border-top-color: rgb(128 128 128 / var(--tw-border-opacity));\n border-radius: 100%;\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.rf-loader-microphone:before {\n z-index: 1;\n animation: 1s linear infinite rf-spin;\n}\n\n.rf-loader-microphone:after {\n --tw-border-opacity: 1;\n border-color: rgb(204 204 204 / var(--tw-border-opacity));\n}\n\n.rf-touch-action-none {\n touch-action: none;\n}\n\n.rf-unselectable {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-touch-callout: none;\n}\n\n.rf-title-extralarge-bold-size-auto {\n font-size: 2.25rem;\n font-weight: 600;\n line-height: 2.5rem;\n}\n\n#retorik-container.rf-large .rf-title-extralarge-bold-size-auto {\n font-size: 3rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-extralarge-bold-size-auto {\n font-size: 3.75rem;\n line-height: 1;\n}\n\n.rf-title-extralarge-size-auto {\n font-size: 2.25rem;\n font-weight: 400;\n line-height: 2.5rem;\n}\n\n#retorik-container.rf-large .rf-title-extralarge-size-auto {\n font-size: 3rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-extralarge-size-auto {\n font-size: 3.75rem;\n line-height: 1;\n}\n\n.rf-title-large-size-auto {\n font-size: 1.5rem;\n font-weight: 400;\n line-height: 2rem;\n}\n\n#retorik-container.rf-large .rf-title-large-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-large-size-auto {\n font-size: 3rem;\n line-height: 1;\n}\n\n.rf-title-large-bold-size-auto {\n font-size: 1.875rem;\n font-weight: 600;\n line-height: 2.25rem;\n}\n\n#retorik-container.rf-large .rf-title-large-bold-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-large-bold-size-auto {\n font-size: 3rem;\n line-height: 1;\n}\n\n.rf-title-size-auto {\n font-size: 1.5rem;\n font-weight: 400;\n line-height: 2rem;\n}\n\n#retorik-container.rf-large .rf-title-size-auto {\n font-size: 1.875rem;\n line-height: 2.25rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n.rf-title-bold-size-auto {\n font-size: 1.5rem;\n font-weight: 600;\n line-height: 2rem;\n}\n\n#retorik-container.rf-large .rf-title-bold-size-auto {\n font-size: 1.875rem;\n line-height: 2.25rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-title-bold-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n.rf-subtitle-size-auto {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n#retorik-container.rf-large .rf-subtitle-size-auto {\n font-size: 1.25rem;\n line-height: 1.75rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-subtitle-size-auto {\n font-size: 1.5rem;\n line-height: 2rem;\n}\n\n.rf-text-extralarge-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n#retorik-container.rf-large .rf-text-extralarge-size-auto {\n font-size: 3rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-text-extralarge-size-auto {\n font-size: 3.75rem;\n line-height: 1;\n}\n\n.rf-text-verylarge-size-auto {\n font-size: 1.5rem;\n line-height: 2rem;\n}\n\n#retorik-container.rf-large .rf-text-verylarge-size-auto {\n font-size: 3.75rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-text-verylarge-size-auto {\n font-size: 4.5rem;\n line-height: 1;\n}\n\n.rf-text-large-size-auto {\n font-size: 1.5rem;\n line-height: 2rem;\n}\n\n#retorik-container.rf-large .rf-text-large-size-auto {\n font-size: 1.875rem;\n line-height: 2.25rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-text-large-size-auto {\n font-size: 2.25rem;\n line-height: 2.5rem;\n}\n\n.rf-text-medium-size-auto {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n#retorik-container.rf-large .rf-text-medium-size-auto {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n.rf-text-size-auto {\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .rf-text-size-auto {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-text-size-auto {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n.rf-small-size-auto {\n font-size: .6rem;\n}\n\n#retorik-container.rf-large .rf-small-size-auto {\n font-size: .75rem;\n line-height: 1rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-small-size-auto {\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n.rf-line-clamp-unknown {\n hyphens: auto;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-1 {\n hyphens: auto;\n -webkit-line-clamp: 1;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-2 {\n hyphens: auto;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-3 {\n hyphens: auto;\n -webkit-line-clamp: 3;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-4 {\n hyphens: auto;\n -webkit-line-clamp: 4;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-5 {\n hyphens: auto;\n -webkit-line-clamp: 5;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-6 {\n hyphens: auto;\n -webkit-line-clamp: 6;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-7 {\n hyphens: auto;\n -webkit-line-clamp: 7;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-8 {\n hyphens: auto;\n -webkit-line-clamp: 8;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-9 {\n hyphens: auto;\n -webkit-line-clamp: 9;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-line-clamp-10 {\n hyphens: auto;\n -webkit-line-clamp: 10;\n -webkit-box-orient: vertical;\n display: -webkit-box;\n overflow: hidden;\n}\n\n.rf-height-fill-available {\n height: stretch;\n}\n\n.rf-width-fill-available {\n width: stretch;\n}\n\n.rf-animation-delay-2 {\n animation-delay: .2s;\n}\n\n.rf-animation-delay-4 {\n animation-delay: .4s;\n}\n\n.rf-scrollbar-thin {\n scrollbar-width: thin;\n scrollbar-color: var(--rf-color-secondary) transparent;\n}\n\n.rf-scrollbar-thin::-webkit-scrollbar {\n width: .2rem;\n height: .2rem;\n margin: .25rem 0;\n}\n\n.rf-scrollbar-thin::-webkit-scrollbar-thumb {\n background-color: var(--rf-color-secondary);\n border-radius: .5rem;\n}\n\n.rf-scrollbar-x-custom::-webkit-scrollbar {\n background-color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n border-radius: 2rem;\n height: .5rem;\n}\n\n.rf-scrollbar-x-custom::-webkit-scrollbar-thumb {\n background-color: var(--rf-color-primary);\n border-radius: 2rem;\n}\n\n.rf-scrollbar-hidden {\n scrollbar-width: none;\n}\n\n.rf-scrollbar-hidden::-webkit-scrollbar {\n display: none;\n}\n\n.rf-opacity-gradient-b {\n -webkit-mask-image: linear-gradient(#000 50%, #0000 100%);\n}\n\n.rf-opacity-gradient-b-thin {\n -webkit-mask-image: linear-gradient(#797676 84%, #0000 100%);\n}\n\n.rf-opacity-gradient-l {\n -webkit-mask-image: linear-gradient(to left, #000 75%, gray 80%, #0000 85%);\n}\n\n.rf-opacity-gradient-l-thin {\n -webkit-mask-image: linear-gradient(to left, #000 90%, gray 95%, #0000 100%);\n}\n\n.rf-opacity-gradient-h {\n -webkit-mask-image: linear-gradient(to right, #0000 0%, 6%, #000, 94%, #0000 100%);\n}\n\n.rf-card-button {\n border-width: 1px;\n border-color: var(--rf-color-cardButtonBorderDefault);\n background-color: var(--rf-color-cardButtonBackgroundDefault);\n color: var(--rf-color-cardButtonTextDefault);\n border-radius: .3125rem;\n padding: .25rem .5rem;\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .rf-card-button {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-card-button {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n#retorik-container.rf-large .rf-card-button {\n padding: .5rem 1rem;\n}\n\n.rf-card-button:hover {\n cursor: pointer;\n border-color: var(--rf-color-cardButtonBorderHover);\n background-color: var(--rf-color-cardButtonBackgroundHover);\n color: var(--rf-color-cardButtonTextHover);\n}\n\n.rf-card-button-secondary {\n border-width: 1px;\n border-color: var(--rf-color-secondary);\n color: var(--rf-color-secondary);\n background-color: #0000;\n border-radius: .3125rem;\n padding: .25rem .5rem;\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .rf-card-button-secondary {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-card-button-secondary {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n#retorik-container.rf-large .rf-card-button-secondary {\n padding: .5rem 1rem;\n}\n\n.rf-card-button-secondary:hover {\n cursor: pointer;\n border-color: var(--rf-color-secondary);\n background-color: var(--rf-color-secondary);\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n.rf-card-button-discover {\n border-width: 1px;\n border-color: var(--rf-color-cardButtonDiscoverBorderDefault);\n background-color: var(--rf-color-cardButtonDiscoverBackgroundDefault);\n color: var(--rf-color-cardButtonDiscoverTextDefault);\n border-radius: .3125rem;\n padding: .5rem;\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .rf-card-button-discover {\n padding-top: .75rem;\n padding-bottom: .75rem;\n}\n\n.rf-card-button-discover:hover {\n cursor: pointer;\n border-color: var(--rf-color-cardButtonDiscoverBorderHover);\n background-color: var(--rf-color-cardButtonDiscoverBackgroundHover);\n color: var(--rf-color-cardButtonDiscoverTextHover);\n}\n\n.rf-card-button-history {\n cursor: default;\n border-width: 1px;\n border-color: var(--rf-color-cardButtonBorderDefault);\n background-color: var(--rf-color-cardButtonBackgroundDefault);\n color: var(--rf-color-cardButtonTextDefault);\n border-radius: .3125rem;\n padding: .25rem .5rem;\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .rf-card-button-history {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-card-button-history {\n font-size: 1.125rem;\n line-height: 1.5rem;\n}\n\n#retorik-container.rf-large .rf-card-button-history {\n padding: .5rem 1rem;\n}\n\n.lf-player-container {\n align-items: flex-end;\n width: 100%;\n height: 100%;\n display: flex;\n overflow: hidden;\n}\n\n.rf-input-label {\n text-overflow: ellipsis;\n color: var(--rf-color-formInputTextDefault);\n margin-top: .1rem;\n margin-left: .75rem;\n overflow-x: hidden;\n}\n\n#retorik-container.rf-large .rf-input-label {\n margin-top: .25rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-input-label {\n margin-top: .2rem;\n}\n\n.rf-radio-custom {\n -webkit-appearance: none;\n appearance: none;\n border-width: 2px;\n border-color: var(--rf-color-formInputRadioCheckboxUncheckedBorder);\n background-color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n border-radius: 50%;\n place-content: center;\n width: 1.5rem;\n min-width: 1.5rem;\n height: 1.5rem;\n margin: 0;\n display: grid;\n}\n\n.rf-radio-custom:checked {\n border-color: var(--rf-color-formInputRadioCheckboxCheckedBorder);\n background-color: var(--rf-color-formInputRadioCheckboxCheckedBackground);\n}\n\n#retorik-container.rf-large .rf-radio-custom {\n width: 1.75rem;\n min-width: 1.75rem;\n height: 1.75rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-radio-custom {\n width: 2rem;\n min-width: 2rem;\n height: 2rem;\n}\n\n.rf-radio-custom:before {\n content: \"\";\n --tw-scale-x: 0;\n --tw-scale-y: 0;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n background-color: var(--rf-color-formInputRadioCheckboxCheckedItem);\n border-radius: 50%;\n width: .5rem;\n height: .5rem;\n transition-property: all;\n transition-duration: .15s;\n transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n}\n\n#retorik-container.rf-large .rf-radio-custom:before {\n width: .75rem;\n height: .75rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-radio-custom:before {\n width: 1rem;\n height: 1rem;\n}\n\n.rf-radio-custom:checked:before {\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-input-hidden {\n -webkit-appearance: none;\n appearance: none;\n margin: 0;\n}\n\n.rf-checkbox-custom {\n -webkit-appearance: none;\n appearance: none;\n border-width: 2px;\n border-color: var(--rf-color-formInputRadioCheckboxUncheckedBorder);\n background-color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n border-radius: .3125rem;\n place-content: center;\n width: 1.5rem;\n min-width: 1.5rem;\n height: 1.5rem;\n margin: 0;\n display: grid;\n}\n\n#retorik-container.rf-large .rf-checkbox-custom {\n width: 1.75rem;\n min-width: 1.75rem;\n height: 1.75rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-checkbox-custom {\n width: 2rem;\n min-width: 2rem;\n height: 2rem;\n}\n\n.rf-checkbox-custom:checked {\n border-color: var(--rf-color-formInputRadioCheckboxCheckedBorder);\n background-color: var(--rf-color-formInputRadioCheckboxCheckedBackground);\n}\n\n.rf-toggle-custom {\n -webkit-appearance: none;\n appearance: none;\n background-color: var(--rf-color-black);\n border-radius: 1.5rem;\n width: 3rem;\n min-width: 3rem;\n height: 1.5rem;\n margin: 0;\n position: relative;\n}\n\n.rf-toggle-custom:checked {\n background-color: var(--rf-color-primary);\n}\n\n#retorik-container.rf-large .rf-toggle-custom {\n border-radius: 1.75rem;\n width: 3.5rem;\n min-width: 3.5rem;\n height: 1.75rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-toggle-custom {\n border-radius: 2rem;\n width: 4rem;\n min-width: 4rem;\n height: 2rem;\n}\n\n.rf-toggle-custom:before {\n content: \"\";\n --tw-translate-x: 0px;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n border-radius: 50%;\n width: 1rem;\n height: 1rem;\n transition-property: all;\n transition-duration: .15s;\n transition-timing-function: cubic-bezier(.4, 0, .2, 1);\n position: absolute;\n top: .25rem;\n left: .25rem;\n}\n\n#retorik-container.rf-large .rf-toggle-custom:before {\n width: 1.25rem;\n height: 1.25rem;\n}\n\n#retorik-container.rf-large.rf-portrait .rf-toggle-custom:before {\n width: 1.5rem;\n height: 1.5rem;\n}\n\n.rf-toggle-custom:checked:before {\n --tw-translate-x: 1.5rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n#retorik-container.rf-large .rf-toggle-custom:checked:before {\n --tw-translate-x: 1.75rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n#retorik-container.rf-large.rf-portrait .rf-toggle-custom:checked:before {\n --tw-translate-x: 2rem;\n transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));\n}\n\n.rf-select-custom {\n -webkit-appearance: none;\n appearance: none;\n border-width: 2px;\n border-color: var(--rf-color-formInputRadioCheckboxUncheckedBorder);\n background-color: var(--rf-color-formInputRadioCheckboxUncheckedBackground);\n border-radius: .3125rem;\n margin: 0;\n padding: 1rem;\n}\n\n.rf-select-custom:hover {\n cursor: pointer;\n}\n\n.rf-select-custom:focus-visible {\n border-color: var(--rf-color-formInputRadioCheckboxCheckedBorder);\n}\n\n.rf-slider-custom {\n -webkit-appearance: none;\n -moz-appearance: none;\n outline-offset: 2px;\n border-radius: .5rem;\n outline: 2px solid #0000;\n width: 100%;\n height: .25rem;\n display: block;\n position: relative;\n}\n\n.rf-slider-custom::-webkit-slider-runnable-track {\n -webkit-appearance: none;\n}\n\n.rf-slider-custom::-moz-track {\n -moz-appearance: none;\n}\n\n.rf-slider-custom::-ms-track {\n appearance: none;\n}\n\n.rf-slider-custom::-webkit-slider-thumb {\n -webkit-appearance: none;\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n border-style: none;\n border-radius: 50%;\n width: 1.5rem;\n height: 1.5rem;\n margin-top: -.2rem;\n}\n\n.rf-slider-custom::-webkit-slider-thumb:hover {\n cursor: pointer;\n}\n\n.rf-slider-custom::-moz-range-thumb {\n -webkit-appearance: none;\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n border-style: none;\n border-radius: 50%;\n width: 1.5rem;\n height: 1.5rem;\n margin-top: -.2rem;\n}\n\n.rf-slider-custom::-moz-range-thumb:hover {\n cursor: pointer;\n}\n\n.rf-slider-custom::-ms-thumb {\n appearance: none;\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n border-style: none;\n border-radius: 50%;\n width: 1.5rem;\n height: 1.5rem;\n margin-top: -.2rem;\n}\n\n.rf-slider-custom::-ms-thumb:hover {\n cursor: pointer;\n}\n\n.rf-likert-custom {\n cursor: pointer;\n outline-offset: 2px;\n -webkit-text-stroke-width: 1px;\n -webkit-text-stroke-color: white;\n background-color: #0000;\n border-style: none;\n outline: 2px solid #0000;\n}\n\n.svgButtonMenu > svg * {\n fill: var(--fill);\n}\n\n.webchat__css-custom-properties {\n width: 100%;\n height: 100%;\n}\n\n.placeholder\\:rf-text-black::placeholder {\n color: var(--rf-color-black);\n}\n\n.placeholder\\:rf-opacity-100::placeholder {\n opacity: 1;\n}\n\n.hover\\:rf-cursor-pointer:hover {\n cursor: pointer;\n}\n\n.hover\\:rf-border-truewhite:hover {\n --tw-border-opacity: 1;\n border-color: rgb(255 255 255 / var(--tw-border-opacity));\n}\n\n.hover\\:rf-bg-formInputRadioCheckboxCheckedBackground:hover {\n background-color: var(--rf-color-formInputRadioCheckboxCheckedBackground);\n}\n\n.hover\\:rf-bg-truewhite:hover {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n\n.hover\\:rf-text-formInputRadioCheckboxCheckedItem:hover {\n color: var(--rf-color-formInputRadioCheckboxCheckedItem);\n}\n\n.hover\\:rf-text-truewhite:hover {\n --tw-text-opacity: 1;\n color: rgb(255 255 255 / var(--tw-text-opacity));\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-col-span-full {\n grid-column: 1 / -1;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-col-start-1 {\n grid-column-start: 1;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-row-span-1 {\n grid-row: span 1 / span 1;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-row-span-full {\n grid-row: 1 / -1;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-row-start-1 {\n grid-row-start: 1;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-row-start-11 {\n grid-row-start: 11;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-row-end-13 {\n grid-row-end: 13;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-w-5\\/6 {\n width: 83.3333%;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-w-full {\n width: 100%;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-flex-col {\n flex-direction: column;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-overflow-x-auto {\n overflow-x: auto;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-border-r-0 {\n border-right-width: 0;\n}\n\n#retorik-container.rf-portrait .vertical\\:rf-py-1 {\n padding-top: .25rem;\n padding-bottom: .25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-absolute {\n position: absolute;\n}\n\n#retorik-container.rf-large .large\\:rf-left-4 {\n left: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-top-8 {\n top: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-col-start-5 {\n grid-column-start: 5;\n}\n\n#retorik-container.rf-large .large\\:rf-col-end-6 {\n grid-column-end: 6;\n}\n\n#retorik-container.rf-large .large\\:rf-col-end-9 {\n grid-column-end: 9;\n}\n\n#retorik-container.rf-large .large\\:rf-row-span-full {\n grid-row: 1 / -1;\n}\n\n#retorik-container.rf-large .large\\:rf-row-start-10 {\n grid-row-start: 10;\n}\n\n#retorik-container.rf-large .large\\:rf-row-start-5 {\n grid-row-start: 5;\n}\n\n#retorik-container.rf-large .large\\:rf-m-8 {\n margin: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-my-0 {\n margin-top: 0;\n margin-bottom: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-my-3 {\n margin-top: .75rem;\n margin-bottom: .75rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mb-0 {\n margin-bottom: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-mb-4 {\n margin-bottom: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mb-6 {\n margin-bottom: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-ml-0 {\n margin-left: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-ml-12 {\n margin-left: 3rem;\n}\n\n#retorik-container.rf-large .large\\:rf-ml-4 {\n margin-left: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-ml-8 {\n margin-left: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mr-3 {\n margin-right: .75rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mr-30 {\n margin-right: 7.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mt-0 {\n margin-top: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-mt-20 {\n margin-top: 5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mt-3 {\n margin-top: .75rem;\n}\n\n#retorik-container.rf-large .large\\:rf-mt-\\[20vh\\] {\n margin-top: 20vh;\n}\n\n#retorik-container.rf-large .large\\:rf-block {\n display: block;\n}\n\n#retorik-container.rf-large .large\\:rf-flex {\n display: flex;\n}\n\n#retorik-container.rf-large .large\\:rf-hidden {\n display: none;\n}\n\n#retorik-container.rf-large .large\\:rf-aspect-video {\n aspect-ratio: 16 / 9;\n}\n\n#retorik-container.rf-large .large\\:rf-h-16 {\n height: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-h-3\\/5 {\n height: 60%;\n}\n\n#retorik-container.rf-large .large\\:rf-h-4 {\n height: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-h-5 {\n height: 1.25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-h-6 {\n height: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-h-8 {\n height: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-h-\\[60vh\\] {\n height: 60vh;\n}\n\n#retorik-container.rf-large .large\\:rf-h-auto {\n height: auto;\n}\n\n#retorik-container.rf-large .large\\:rf-h-full {\n height: 100%;\n}\n\n#retorik-container.rf-large .large\\:rf-max-h-28 {\n max-height: 7rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-14 {\n width: 3.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-16 {\n width: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-3\\/5 {\n width: 60%;\n}\n\n#retorik-container.rf-large .large\\:rf-w-4 {\n width: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-5 {\n width: 1.25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-6 {\n width: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-8 {\n width: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-w-fit {\n width: fit-content;\n}\n\n#retorik-container.rf-large .large\\:rf-w-full {\n width: 100%;\n}\n\n#retorik-container.rf-large .large\\:rf-min-w-1\\/2 {\n min-width: 50%;\n}\n\n#retorik-container.rf-large .large\\:rf-min-w-16 {\n min-width: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-min-w-3\\/5 {\n min-width: 60%;\n}\n\n#retorik-container.rf-large .large\\:rf-max-w-\\[12rem\\] {\n max-width: 12rem;\n}\n\n#retorik-container.rf-large .large\\:rf-max-w-full {\n max-width: 100%;\n}\n\n#retorik-container.rf-large .large\\:rf-grid-cols-5 {\n grid-template-columns: repeat(5, minmax(0, 1fr));\n}\n\n#retorik-container.rf-large .large\\:rf-flex-row {\n flex-direction: row;\n}\n\n#retorik-container.rf-large .large\\:rf-flex-col {\n flex-direction: column;\n}\n\n#retorik-container.rf-large .large\\:rf-items-baseline {\n align-items: baseline;\n}\n\n#retorik-container.rf-large .large\\:rf-justify-start {\n justify-content: flex-start;\n}\n\n#retorik-container.rf-large .large\\:rf-gap-1 {\n gap: .25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-gap-3 {\n gap: .75rem;\n}\n\n#retorik-container.rf-large .large\\:rf-gap-4 {\n gap: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-gap-6 {\n gap: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-overflow-y-scroll {\n overflow-y: scroll;\n}\n\n#retorik-container.rf-large .large\\:rf-rounded {\n border-radius: .3125rem;\n}\n\n#retorik-container.rf-large .large\\:rf-border-t-0 {\n border-top-width: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-bg-truewhite {\n --tw-bg-opacity: 1;\n background-color: rgb(255 255 255 / var(--tw-bg-opacity));\n}\n\n#retorik-container.rf-large .large\\:rf-p-4 {\n padding: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-p-\\[25px\\] {\n padding: 25px;\n}\n\n#retorik-container.rf-large .large\\:rf-p-min1 {\n padding: .1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-px-0 {\n padding-left: 0;\n padding-right: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-px-16 {\n padding-left: 4rem;\n padding-right: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-px-4 {\n padding-left: 1rem;\n padding-right: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-px-5, #retorik-container.rf-large .large\\:rf-px-6 {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-px-8 {\n padding-left: 2rem;\n padding-right: 2rem;\n}\n\n#retorik-container.rf-large .large\\:rf-py-0 {\n padding-top: 0;\n padding-bottom: 0;\n}\n\n#retorik-container.rf-large .large\\:rf-py-1 {\n padding-top: .25rem;\n padding-bottom: .25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-py-2 {\n padding-top: .5rem;\n padding-bottom: .5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-py-3 {\n padding-top: .75rem;\n padding-bottom: .75rem;\n}\n\n#retorik-container.rf-large .large\\:rf-py-4 {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-pb-16 {\n padding-bottom: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-pl-4 {\n padding-left: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-pr-4 {\n padding-right: 1rem;\n}\n\n#retorik-container.rf-large .large\\:rf-pt-16 {\n padding-top: 4rem;\n}\n\n#retorik-container.rf-large .large\\:rf-pt-3 {\n padding-top: .75rem;\n}\n\n#retorik-container.rf-large .large\\:rf-text-5xl {\n font-size: 3rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large .large\\:rf-text-6xl {\n font-size: 3.75rem;\n line-height: 1;\n}\n\n#retorik-container.rf-large .large\\:rf-text-base {\n font-size: 1rem;\n line-height: 1.5rem;\n}\n\n#retorik-container.rf-large .large\\:rf-text-basecustom {\n font-size: 1rem;\n line-height: 1.3rem;\n}\n\n#retorik-container.rf-large .large\\:rf-text-sm {\n font-size: .875rem;\n line-height: 1.25rem;\n}\n\n#retorik-container.rf-large .large\\:rf-uppercase {\n text-transform: uppercase;\n}\n\n#retorik-container.rf-tactile .tactile\\:rf-h-4 {\n height: 1rem;\n}\n\n#retorik-container.rf-tactile .tactile\\:rf-h-6 {\n height: 1.5rem;\n}\n\n#retorik-container.rf-tactile .tactile\\:rf-w-6 {\n width: 1.5rem;\n}\n\n#retorik-container.rf-tactile .tactile\\:rf-pt-1\\/5 {\n padding-top: 20%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-bottom-\\[25vh\\] {\n bottom: 25vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-left-4 {\n left: 1rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-top-4 {\n top: 1rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-col-span-full {\n grid-column: 1 / -1;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-col-start-1 {\n grid-column-start: 1;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-col-start-2 {\n grid-column-start: 2;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-col-end-8 {\n grid-column-end: 8;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-col-end-9 {\n grid-column-end: 9;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-span-4 {\n grid-row: span 4 / span 4;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-span-6 {\n grid-row: span 6 / span 6;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-start-5 {\n grid-row-start: 5;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-start-7 {\n grid-row-start: 7;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-end-11 {\n grid-row-end: 11;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-row-end-7 {\n grid-row-end: 7;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-mt-4 {\n margin-top: 1rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-mt-\\[20vh\\] {\n margin-top: 20vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-mt-\\[25vh\\] {\n margin-top: 25vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-block {\n display: block;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-hidden {\n display: none;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-h-1\\/2 {\n height: 50%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-h-14 {\n height: 3.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-h-24 {\n height: 6rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-h-6 {\n height: 1.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-h-\\[50vh\\] {\n height: 50vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-max-h-11\\/12 {\n max-height: 91.67%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-max-h-36 {\n max-height: 9rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-max-h-\\[18vh\\] {\n max-height: 18vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-max-h-\\[30vh\\] {\n max-height: 30vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-1\\/2 {\n width: 50%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-14 {\n width: 3.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-16 {\n width: 4rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-24 {\n width: 6rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-4\\/9 {\n width: 45%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-w-6 {\n width: 1.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-min-w-24 {\n min-width: 6rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-min-w-4\\/9 {\n min-width: 45%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-max-w-2\\/3 {\n max-width: 66.67%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-max-w-\\[60\\%\\] {\n max-width: 60%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-grid-cols-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr));\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-flex-row {\n flex-direction: row;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-justify-center {\n justify-content: center;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-gap-6 {\n gap: 1.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-self-end {\n align-self: flex-end;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-border-t {\n border-top-width: 1px;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-border-t-menuBorder {\n --tw-border-opacity: 1;\n border-top-color: rgb(224 225 231 / var(--tw-border-opacity));\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-py-4 {\n padding-top: 1rem;\n padding-bottom: 1rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-py-5 {\n padding-top: 1.5rem;\n padding-bottom: 1.5rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-pl-0 {\n padding-left: 0;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-pt-8 {\n padding-top: 2rem;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-pt-\\[16\\.67\\%\\] {\n padding-top: 16.67%;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-pt-\\[20vh\\] {\n padding-top: 20vh;\n}\n\n#retorik-container.rf-large.rf-portrait .large-vertical\\:rf-text-basecustomuppercase {\n font-size: 1rem;\n line-height: 1.1rem;\n}\n\n#retorik-container.rf-large.rf-tactile .large-tactile\\:rf-mt-0 {\n margin-top: 0;\n}\n\n#retorik-container.rf-large.rf-tactile .large-tactile\\:rf-flex {\n display: flex;\n}\n\n#retorik-container.rf-large.rf-tactile .large-tactile\\:rf-hidden {\n display: none;\n}\n\n#retorik-container.rf-large:not(.rf-portrait) .desktop\\:rf-h-full {\n height: 100%;\n}\n\n@media (height <= 700px) and (width <= 300px) {\n .small-mobile\\:rf-row-span-6 {\n grid-row: span 6 / span 6;\n }\n\n .small-mobile\\:rf-row-span-7 {\n grid-row: span 7 / span 7;\n }\n\n .small-mobile\\:rf-row-start-5 {\n grid-row-start: 5;\n }\n}\n";
|
|
108
118
|
|
|
109
119
|
|
|
110
|
-
var $
|
|
111
|
-
$
|
|
120
|
+
var $b0c4d46435bb1afc$exports = {};
|
|
121
|
+
$b0c4d46435bb1afc$exports = "*, :before, :after, ::backdrop {\n --tw-border-spacing-x: 0;\n --tw-border-spacing-y: 0;\n --tw-translate-x: 0;\n --tw-translate-y: 0;\n --tw-rotate: 0;\n --tw-skew-x: 0;\n --tw-skew-y: 0;\n --tw-scale-x: 1;\n --tw-scale-y: 1;\n --tw-pan-x: ;\n --tw-pan-y: ;\n --tw-pinch-zoom: ;\n --tw-scroll-snap-strictness: proximity;\n --tw-ordinal: ;\n --tw-slashed-zero: ;\n --tw-numeric-figure: ;\n --tw-numeric-spacing: ;\n --tw-numeric-fraction: ;\n --tw-ring-inset: ;\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: #3b82f680;\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n --tw-shadow-colored: 0 0 #0000;\n --tw-blur: ;\n --tw-brightness: ;\n --tw-contrast: ;\n --tw-grayscale: ;\n --tw-hue-rotate: ;\n --tw-invert: ;\n --tw-saturate: ;\n --tw-sepia: ;\n --tw-drop-shadow: ;\n --tw-backdrop-blur: ;\n --tw-backdrop-brightness: ;\n --tw-backdrop-contrast: ;\n --tw-backdrop-grayscale: ;\n --tw-backdrop-hue-rotate: ;\n --tw-backdrop-invert: ;\n --tw-backdrop-opacity: ;\n --tw-backdrop-saturate: ;\n --tw-backdrop-sepia: ;\n}\n\n.ses-pointer-events-none {\n pointer-events: none;\n}\n\n.ses-invisible {\n visibility: hidden;\n}\n\n.ses-relative {\n position: relative;\n}\n\n.ses-col-span-1 {\n grid-column: span 1 / span 1;\n}\n\n.ses-col-start-1 {\n grid-column-start: 1;\n}\n\n.ses-row-span-1 {\n grid-row: span 1 / span 1;\n}\n\n.ses-row-start-1 {\n grid-row-start: 1;\n}\n\n.ses-grid {\n display: grid;\n}\n\n.ses-h-full {\n height: 100%;\n}\n\n.ses-max-h-screen {\n max-height: 100vh;\n}\n\n.ses-w-full {\n width: 100%;\n}\n\n.ses-max-w-none {\n max-width: none;\n}\n\n.ses-items-start {\n align-items: flex-start;\n}\n\n.ses-justify-center {\n justify-content: center;\n}\n\n.ses-self-start {\n align-self: flex-start;\n}\n\n.ses-justify-self-center {\n justify-self: center;\n}\n\n.ses-overflow-hidden {\n overflow: hidden;\n}\n\n.ses-object-cover {\n object-fit: cover;\n}\n\n.animation-delay-2 {\n ses-animation-delay: .2s;\n}\n\n.animation-delay-4 {\n ses-animation-delay: .4s;\n}\n\n.opacity-gradient {\n -webkit-mask-image: linear-gradient(#0000 0%, 6%, #000, 94%, #0000 100%);\n}\n";
|
|
112
122
|
|
|
113
123
|
|
|
114
|
-
var $
|
|
115
|
-
$065ba870e01ba2fd$exports = ".leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.leaflet-container {\n overflow: hidden;\n}\n\n.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n -webkit-user-drag: none;\n}\n\n.leaflet-tile::selection {\n background: none;\n}\n\n.leaflet-safari .leaflet-tile {\n image-rendering: -webkit-optimize-contrast;\n}\n\n.leaflet-safari .leaflet-tile-container {\n -webkit-transform-origin: 0 0;\n width: 1600px;\n height: 1600px;\n}\n\n.leaflet-marker-icon, .leaflet-marker-shadow {\n display: block;\n}\n\n.leaflet-container .leaflet-overlay-pane svg {\n max-width: none !important;\n max-height: none !important;\n}\n\n.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {\n width: auto;\n padding: 0;\n max-width: none !important;\n max-height: none !important;\n}\n\n.leaflet-container img.leaflet-tile {\n mix-blend-mode: plus-lighter;\n}\n\n.leaflet-container.leaflet-touch-zoom {\n -ms-touch-action: pan-x pan-y;\n touch-action: pan-x pan-y;\n}\n\n.leaflet-container.leaflet-touch-drag {\n -ms-touch-action: pinch-zoom;\n touch-action: none;\n touch-action: pinch-zoom;\n}\n\n.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {\n -ms-touch-action: none;\n touch-action: none;\n}\n\n.leaflet-container {\n -webkit-tap-highlight-color: transparent;\n}\n\n.leaflet-container a {\n -webkit-tap-highlight-color: #33b5e566;\n}\n\n.leaflet-tile {\n filter: inherit;\n visibility: hidden;\n}\n\n.leaflet-tile-loaded {\n visibility: inherit;\n}\n\n.leaflet-zoom-box {\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n z-index: 800;\n width: 0;\n height: 0;\n}\n\n.leaflet-overlay-pane svg {\n -moz-user-select: none;\n}\n\n.leaflet-pane {\n z-index: 400;\n}\n\n.leaflet-tile-pane {\n z-index: 200;\n}\n\n.leaflet-overlay-pane {\n z-index: 400;\n}\n\n.leaflet-shadow-pane {\n z-index: 500;\n}\n\n.leaflet-marker-pane {\n z-index: 600;\n}\n\n.leaflet-tooltip-pane {\n z-index: 650;\n}\n\n.leaflet-popup-pane {\n z-index: 700;\n}\n\n.leaflet-map-pane canvas {\n z-index: 100;\n}\n\n.leaflet-map-pane svg {\n z-index: 200;\n}\n\n.leaflet-vml-shape {\n width: 1px;\n height: 1px;\n}\n\n.lvml {\n behavior: url(\"#default#VML\");\n display: inline-block;\n position: absolute;\n}\n\n.leaflet-control {\n z-index: 800;\n pointer-events: visiblePainted;\n pointer-events: auto;\n position: relative;\n}\n\n.leaflet-top, .leaflet-bottom {\n z-index: 1000;\n pointer-events: none;\n position: absolute;\n}\n\n.leaflet-top {\n top: 0;\n}\n\n.leaflet-right {\n right: 0;\n}\n\n.leaflet-bottom {\n bottom: 0;\n}\n\n.leaflet-left {\n left: 0;\n}\n\n.leaflet-control {\n float: left;\n clear: both;\n}\n\n.leaflet-right .leaflet-control {\n float: right;\n}\n\n.leaflet-top .leaflet-control {\n margin-top: 10px;\n}\n\n.leaflet-bottom .leaflet-control {\n margin-bottom: 10px;\n}\n\n.leaflet-left .leaflet-control {\n margin-left: 10px;\n}\n\n.leaflet-right .leaflet-control {\n margin-right: 10px;\n}\n\n.leaflet-fade-anim .leaflet-popup {\n opacity: 0;\n -webkit-transition: opacity .2s linear;\n -moz-transition: opacity .2s linear;\n transition: opacity .2s linear;\n}\n\n.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {\n opacity: 1;\n}\n\n.leaflet-zoom-animated {\n -webkit-transform-origin: 0 0;\n -ms-transform-origin: 0 0;\n transform-origin: 0 0;\n}\n\nsvg.leaflet-zoom-animated {\n will-change: transform;\n}\n\n.leaflet-zoom-anim .leaflet-zoom-animated {\n -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);\n -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);\n transition: transform .25s cubic-bezier(0, 0, .25, 1);\n}\n\n.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {\n -webkit-transition: none;\n -moz-transition: none;\n transition: none;\n}\n\n.leaflet-zoom-anim .leaflet-zoom-hide {\n visibility: hidden;\n}\n\n.leaflet-interactive {\n cursor: pointer;\n}\n\n.leaflet-grab {\n cursor: -webkit-grab;\n cursor: -moz-grab;\n cursor: grab;\n}\n\n.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {\n cursor: crosshair;\n}\n\n.leaflet-popup-pane, .leaflet-control {\n cursor: auto;\n}\n\n.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {\n cursor: move;\n cursor: -webkit-grabbing;\n cursor: -moz-grabbing;\n cursor: grabbing;\n}\n\n.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {\n pointer-events: none;\n}\n\n.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {\n pointer-events: visiblePainted;\n pointer-events: auto;\n}\n\n.leaflet-container {\n outline-offset: 1px;\n background: #ddd;\n}\n\n.leaflet-container a {\n color: #0078a8;\n}\n\n.leaflet-zoom-box {\n background: #ffffff80;\n border: 2px dotted #38f;\n}\n\n.leaflet-container {\n font-family: Helvetica Neue, Arial, Helvetica, sans-serif;\n font-size: .75rem;\n line-height: 1.5;\n}\n\n.leaflet-bar {\n border-radius: 4px;\n box-shadow: 0 1px 5px #000000a6;\n}\n\n.leaflet-bar a {\n text-align: center;\n color: #000;\n background-color: #fff;\n border-bottom: 1px solid #ccc;\n width: 26px;\n height: 26px;\n line-height: 26px;\n text-decoration: none;\n display: block;\n}\n\n.leaflet-bar a, .leaflet-control-layers-toggle {\n background-position: 50%;\n background-repeat: no-repeat;\n display: block;\n}\n\n.leaflet-bar a:hover, .leaflet-bar a:focus {\n background-color: #f4f4f4;\n}\n\n.leaflet-bar a:first-child {\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n}\n\n.leaflet-bar a:last-child {\n border-bottom: none;\n border-bottom-right-radius: 4px;\n border-bottom-left-radius: 4px;\n}\n\n.leaflet-bar a.leaflet-disabled {\n cursor: default;\n color: #bbb;\n background-color: #f4f4f4;\n}\n\n.leaflet-touch .leaflet-bar a {\n width: 30px;\n height: 30px;\n line-height: 30px;\n}\n\n.leaflet-touch .leaflet-bar a:first-child {\n border-top-left-radius: 2px;\n border-top-right-radius: 2px;\n}\n\n.leaflet-touch .leaflet-bar a:last-child {\n border-bottom-right-radius: 2px;\n border-bottom-left-radius: 2px;\n}\n\n.leaflet-control-zoom-in, .leaflet-control-zoom-out {\n text-indent: 1px;\n font: bold 18px Lucida Console, Monaco, monospace;\n}\n\n.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {\n font-size: 22px;\n}\n\n.leaflet-control-layers {\n background: #fff;\n border-radius: 5px;\n box-shadow: 0 1px 5px #0006;\n}\n\n.leaflet-control-layers-toggle {\n background-image: url(\"layers.760a0456.png\");\n width: 36px;\n height: 36px;\n}\n\n.leaflet-retina .leaflet-control-layers-toggle {\n background-image: url(\"layers-2x.b7b89169.png\");\n background-size: 26px 26px;\n}\n\n.leaflet-touch .leaflet-control-layers-toggle {\n width: 44px;\n height: 44px;\n}\n\n.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {\n display: none;\n}\n\n.leaflet-control-layers-expanded .leaflet-control-layers-list {\n display: block;\n position: relative;\n}\n\n.leaflet-control-layers-expanded {\n color: #333;\n background: #fff;\n padding: 6px 10px 6px 6px;\n}\n\n.leaflet-control-layers-scrollbar {\n padding-right: 5px;\n overflow: hidden scroll;\n}\n\n.leaflet-control-layers-selector {\n margin-top: 2px;\n position: relative;\n top: 1px;\n}\n\n.leaflet-control-layers label {\n font-size: 1.08333em;\n display: block;\n}\n\n.leaflet-control-layers-separator {\n border-top: 1px solid #ddd;\n height: 0;\n margin: 5px -10px 5px -6px;\n}\n\n.leaflet-default-icon-path {\n background-image: url(\"marker-icon.3f7d3721.png\");\n}\n\n.leaflet-container .leaflet-control-attribution {\n background: #fffc;\n margin: 0;\n}\n\n.leaflet-control-attribution, .leaflet-control-scale-line {\n color: #333;\n padding: 0 5px;\n line-height: 1.4;\n}\n\n.leaflet-control-attribution a {\n text-decoration: none;\n}\n\n.leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus {\n text-decoration: underline;\n}\n\n.leaflet-attribution-flag {\n width: 1em;\n height: .6669em;\n vertical-align: baseline !important;\n display: inline !important;\n}\n\n.leaflet-left .leaflet-control-scale {\n margin-left: 5px;\n}\n\n.leaflet-bottom .leaflet-control-scale {\n margin-bottom: 5px;\n}\n\n.leaflet-control-scale-line {\n white-space: nowrap;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n text-shadow: 1px 1px #fff;\n background: #fffc;\n border: 2px solid #777;\n border-top: none;\n padding: 2px 5px 1px;\n line-height: 1.1;\n}\n\n.leaflet-control-scale-line:not(:first-child) {\n border-top: 2px solid #777;\n border-bottom: none;\n margin-top: -2px;\n}\n\n.leaflet-control-scale-line:not(:first-child):not(:last-child) {\n border-bottom: 2px solid #777;\n}\n\n.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {\n box-shadow: none;\n}\n\n.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {\n background-clip: padding-box;\n border: 2px solid #0003;\n}\n\n.leaflet-popup {\n text-align: center;\n margin-bottom: 20px;\n position: absolute;\n}\n\n.leaflet-popup-content-wrapper {\n text-align: left;\n border-radius: 12px;\n padding: 1px;\n}\n\n.leaflet-popup-content {\n min-height: 1px;\n margin: 13px 24px 13px 20px;\n font-size: 1.08333em;\n line-height: 1.3;\n}\n\n.leaflet-popup-content p {\n margin: 1.3em 0;\n}\n\n.leaflet-popup-tip-container {\n pointer-events: none;\n width: 40px;\n height: 20px;\n margin-top: -1px;\n margin-left: -20px;\n position: absolute;\n left: 50%;\n overflow: hidden;\n}\n\n.leaflet-popup-tip {\n pointer-events: auto;\n width: 17px;\n height: 17px;\n margin: -10px auto 0;\n padding: 1px;\n -webkit-transform: rotate(45deg);\n -moz-transform: rotate(45deg);\n -ms-transform: rotate(45deg);\n transform: rotate(45deg);\n}\n\n.leaflet-popup-content-wrapper, .leaflet-popup-tip {\n color: #333;\n background: #fff;\n box-shadow: 0 3px 14px #0006;\n}\n\n.leaflet-container a.leaflet-popup-close-button {\n text-align: center;\n color: #757575;\n background: none;\n border: none;\n width: 24px;\n height: 24px;\n font: 16px / 24px Tahoma, Verdana, sans-serif;\n text-decoration: none;\n position: absolute;\n top: 0;\n right: 0;\n}\n\n.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {\n color: #585858;\n}\n\n.leaflet-popup-scrolled {\n overflow: auto;\n}\n\n.leaflet-oldie .leaflet-popup-content-wrapper {\n -ms-zoom: 1;\n}\n\n.leaflet-oldie .leaflet-popup-tip {\n -ms-filter: \"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)\";\n filter: progid:DXImageTransform. Microsoft. Matrix(M11= .707107, M12= .707107, M21= -.707107, M22= .707107);\n width: 24px;\n margin: 0 auto;\n}\n\n.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {\n border: 1px solid #999;\n}\n\n.leaflet-div-icon {\n background: #fff;\n border: 1px solid #666;\n}\n\n.leaflet-tooltip {\n color: #222;\n white-space: nowrap;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n pointer-events: none;\n background-color: #fff;\n border: 1px solid #fff;\n border-radius: 3px;\n padding: 6px;\n position: absolute;\n box-shadow: 0 1px 3px #0006;\n}\n\n.leaflet-tooltip.leaflet-interactive {\n cursor: pointer;\n pointer-events: auto;\n}\n\n.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {\n pointer-events: none;\n content: \"\";\n background: none;\n border: 6px solid #0000;\n position: absolute;\n}\n\n.leaflet-tooltip-bottom {\n margin-top: 6px;\n}\n\n.leaflet-tooltip-top {\n margin-top: -6px;\n}\n\n.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {\n margin-left: -6px;\n left: 50%;\n}\n\n.leaflet-tooltip-top:before {\n border-top-color: #fff;\n margin-bottom: -12px;\n bottom: 0;\n}\n\n.leaflet-tooltip-bottom:before {\n border-bottom-color: #fff;\n margin-top: -12px;\n margin-left: -6px;\n top: 0;\n}\n\n.leaflet-tooltip-left {\n margin-left: -6px;\n}\n\n.leaflet-tooltip-right {\n margin-left: 6px;\n}\n\n.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {\n margin-top: -6px;\n top: 50%;\n}\n\n.leaflet-tooltip-left:before {\n border-left-color: #fff;\n margin-right: -12px;\n right: 0;\n}\n\n.leaflet-tooltip-right:before {\n border-right-color: #fff;\n margin-left: -12px;\n left: 0;\n}\n\n@media print {\n .leaflet-control {\n -webkit-print-color-adjust: exact;\n print-color-adjust: exact;\n }\n}\n\n";
|
|
124
|
+
var $70dd93cce82a6912$exports = {};
|
|
125
|
+
$70dd93cce82a6912$exports = ".leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {\n position: absolute;\n top: 0;\n left: 0;\n}\n\n.leaflet-container {\n overflow: hidden;\n}\n\n.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n -webkit-user-drag: none;\n}\n\n.leaflet-tile::selection {\n background: none;\n}\n\n.leaflet-safari .leaflet-tile {\n image-rendering: -webkit-optimize-contrast;\n}\n\n.leaflet-safari .leaflet-tile-container {\n -webkit-transform-origin: 0 0;\n width: 1600px;\n height: 1600px;\n}\n\n.leaflet-marker-icon, .leaflet-marker-shadow {\n display: block;\n}\n\n.leaflet-container .leaflet-overlay-pane svg {\n max-width: none !important;\n max-height: none !important;\n}\n\n.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {\n width: auto;\n padding: 0;\n max-width: none !important;\n max-height: none !important;\n}\n\n.leaflet-container img.leaflet-tile {\n mix-blend-mode: plus-lighter;\n}\n\n.leaflet-container.leaflet-touch-zoom {\n -ms-touch-action: pan-x pan-y;\n touch-action: pan-x pan-y;\n}\n\n.leaflet-container.leaflet-touch-drag {\n -ms-touch-action: pinch-zoom;\n touch-action: none;\n touch-action: pinch-zoom;\n}\n\n.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {\n -ms-touch-action: none;\n touch-action: none;\n}\n\n.leaflet-container {\n -webkit-tap-highlight-color: transparent;\n}\n\n.leaflet-container a {\n -webkit-tap-highlight-color: #33b5e566;\n}\n\n.leaflet-tile {\n filter: inherit;\n visibility: hidden;\n}\n\n.leaflet-tile-loaded {\n visibility: inherit;\n}\n\n.leaflet-zoom-box {\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n z-index: 800;\n width: 0;\n height: 0;\n}\n\n.leaflet-overlay-pane svg {\n -moz-user-select: none;\n}\n\n.leaflet-pane {\n z-index: 400;\n}\n\n.leaflet-tile-pane {\n z-index: 200;\n}\n\n.leaflet-overlay-pane {\n z-index: 400;\n}\n\n.leaflet-shadow-pane {\n z-index: 500;\n}\n\n.leaflet-marker-pane {\n z-index: 600;\n}\n\n.leaflet-tooltip-pane {\n z-index: 650;\n}\n\n.leaflet-popup-pane {\n z-index: 700;\n}\n\n.leaflet-map-pane canvas {\n z-index: 100;\n}\n\n.leaflet-map-pane svg {\n z-index: 200;\n}\n\n.leaflet-vml-shape {\n width: 1px;\n height: 1px;\n}\n\n.lvml {\n behavior: url(\"#default#VML\");\n display: inline-block;\n position: absolute;\n}\n\n.leaflet-control {\n z-index: 800;\n pointer-events: visiblePainted;\n pointer-events: auto;\n position: relative;\n}\n\n.leaflet-top, .leaflet-bottom {\n z-index: 1000;\n pointer-events: none;\n position: absolute;\n}\n\n.leaflet-top {\n top: 0;\n}\n\n.leaflet-right {\n right: 0;\n}\n\n.leaflet-bottom {\n bottom: 0;\n}\n\n.leaflet-left {\n left: 0;\n}\n\n.leaflet-control {\n float: left;\n clear: both;\n}\n\n.leaflet-right .leaflet-control {\n float: right;\n}\n\n.leaflet-top .leaflet-control {\n margin-top: 10px;\n}\n\n.leaflet-bottom .leaflet-control {\n margin-bottom: 10px;\n}\n\n.leaflet-left .leaflet-control {\n margin-left: 10px;\n}\n\n.leaflet-right .leaflet-control {\n margin-right: 10px;\n}\n\n.leaflet-fade-anim .leaflet-popup {\n opacity: 0;\n -webkit-transition: opacity .2s linear;\n -moz-transition: opacity .2s linear;\n transition: opacity .2s linear;\n}\n\n.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {\n opacity: 1;\n}\n\n.leaflet-zoom-animated {\n -webkit-transform-origin: 0 0;\n -ms-transform-origin: 0 0;\n transform-origin: 0 0;\n}\n\nsvg.leaflet-zoom-animated {\n will-change: transform;\n}\n\n.leaflet-zoom-anim .leaflet-zoom-animated {\n -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);\n -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);\n transition: transform .25s cubic-bezier(0, 0, .25, 1);\n}\n\n.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {\n -webkit-transition: none;\n -moz-transition: none;\n transition: none;\n}\n\n.leaflet-zoom-anim .leaflet-zoom-hide {\n visibility: hidden;\n}\n\n.leaflet-interactive {\n cursor: pointer;\n}\n\n.leaflet-grab {\n cursor: -webkit-grab;\n cursor: -moz-grab;\n cursor: grab;\n}\n\n.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {\n cursor: crosshair;\n}\n\n.leaflet-popup-pane, .leaflet-control {\n cursor: auto;\n}\n\n.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {\n cursor: move;\n cursor: -webkit-grabbing;\n cursor: -moz-grabbing;\n cursor: grabbing;\n}\n\n.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {\n pointer-events: none;\n}\n\n.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {\n pointer-events: visiblePainted;\n pointer-events: auto;\n}\n\n.leaflet-container {\n outline-offset: 1px;\n background: #ddd;\n}\n\n.leaflet-container a {\n color: #0078a8;\n}\n\n.leaflet-zoom-box {\n background: #ffffff80;\n border: 2px dotted #38f;\n}\n\n.leaflet-container {\n font-family: Helvetica Neue, Arial, Helvetica, sans-serif;\n font-size: .75rem;\n line-height: 1.5;\n}\n\n.leaflet-bar {\n border-radius: 4px;\n box-shadow: 0 1px 5px #000000a6;\n}\n\n.leaflet-bar a {\n text-align: center;\n color: #000;\n background-color: #fff;\n border-bottom: 1px solid #ccc;\n width: 26px;\n height: 26px;\n line-height: 26px;\n text-decoration: none;\n display: block;\n}\n\n.leaflet-bar a, .leaflet-control-layers-toggle {\n background-position: 50%;\n background-repeat: no-repeat;\n display: block;\n}\n\n.leaflet-bar a:hover, .leaflet-bar a:focus {\n background-color: #f4f4f4;\n}\n\n.leaflet-bar a:first-child {\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n}\n\n.leaflet-bar a:last-child {\n border-bottom: none;\n border-bottom-right-radius: 4px;\n border-bottom-left-radius: 4px;\n}\n\n.leaflet-bar a.leaflet-disabled {\n cursor: default;\n color: #bbb;\n background-color: #f4f4f4;\n}\n\n.leaflet-touch .leaflet-bar a {\n width: 30px;\n height: 30px;\n line-height: 30px;\n}\n\n.leaflet-touch .leaflet-bar a:first-child {\n border-top-left-radius: 2px;\n border-top-right-radius: 2px;\n}\n\n.leaflet-touch .leaflet-bar a:last-child {\n border-bottom-right-radius: 2px;\n border-bottom-left-radius: 2px;\n}\n\n.leaflet-control-zoom-in, .leaflet-control-zoom-out {\n text-indent: 1px;\n font: bold 18px Lucida Console, Monaco, monospace;\n}\n\n.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {\n font-size: 22px;\n}\n\n.leaflet-control-layers {\n background: #fff;\n border-radius: 5px;\n box-shadow: 0 1px 5px #0006;\n}\n\n.leaflet-control-layers-toggle {\n background-image: url(\"layers.760a0456.png\");\n width: 36px;\n height: 36px;\n}\n\n.leaflet-retina .leaflet-control-layers-toggle {\n background-image: url(\"layers-2x.b7b89169.png\");\n background-size: 26px 26px;\n}\n\n.leaflet-touch .leaflet-control-layers-toggle {\n width: 44px;\n height: 44px;\n}\n\n.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {\n display: none;\n}\n\n.leaflet-control-layers-expanded .leaflet-control-layers-list {\n display: block;\n position: relative;\n}\n\n.leaflet-control-layers-expanded {\n color: #333;\n background: #fff;\n padding: 6px 10px 6px 6px;\n}\n\n.leaflet-control-layers-scrollbar {\n padding-right: 5px;\n overflow: hidden scroll;\n}\n\n.leaflet-control-layers-selector {\n margin-top: 2px;\n position: relative;\n top: 1px;\n}\n\n.leaflet-control-layers label {\n font-size: 1.08333em;\n display: block;\n}\n\n.leaflet-control-layers-separator {\n border-top: 1px solid #ddd;\n height: 0;\n margin: 5px -10px 5px -6px;\n}\n\n.leaflet-default-icon-path {\n background-image: url(\"marker-icon.3f7d3721.png\");\n}\n\n.leaflet-container .leaflet-control-attribution {\n background: #fffc;\n margin: 0;\n}\n\n.leaflet-control-attribution, .leaflet-control-scale-line {\n color: #333;\n padding: 0 5px;\n line-height: 1.4;\n}\n\n.leaflet-control-attribution a {\n text-decoration: none;\n}\n\n.leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus {\n text-decoration: underline;\n}\n\n.leaflet-attribution-flag {\n width: 1em;\n height: .6669em;\n vertical-align: baseline !important;\n display: inline !important;\n}\n\n.leaflet-left .leaflet-control-scale {\n margin-left: 5px;\n}\n\n.leaflet-bottom .leaflet-control-scale {\n margin-bottom: 5px;\n}\n\n.leaflet-control-scale-line {\n white-space: nowrap;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n text-shadow: 1px 1px #fff;\n background: #fffc;\n border: 2px solid #777;\n border-top: none;\n padding: 2px 5px 1px;\n line-height: 1.1;\n}\n\n.leaflet-control-scale-line:not(:first-child) {\n border-top: 2px solid #777;\n border-bottom: none;\n margin-top: -2px;\n}\n\n.leaflet-control-scale-line:not(:first-child):not(:last-child) {\n border-bottom: 2px solid #777;\n}\n\n.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {\n box-shadow: none;\n}\n\n.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {\n background-clip: padding-box;\n border: 2px solid #0003;\n}\n\n.leaflet-popup {\n text-align: center;\n margin-bottom: 20px;\n position: absolute;\n}\n\n.leaflet-popup-content-wrapper {\n text-align: left;\n border-radius: 12px;\n padding: 1px;\n}\n\n.leaflet-popup-content {\n min-height: 1px;\n margin: 13px 24px 13px 20px;\n font-size: 1.08333em;\n line-height: 1.3;\n}\n\n.leaflet-popup-content p {\n margin: 1.3em 0;\n}\n\n.leaflet-popup-tip-container {\n pointer-events: none;\n width: 40px;\n height: 20px;\n margin-top: -1px;\n margin-left: -20px;\n position: absolute;\n left: 50%;\n overflow: hidden;\n}\n\n.leaflet-popup-tip {\n pointer-events: auto;\n width: 17px;\n height: 17px;\n margin: -10px auto 0;\n padding: 1px;\n -webkit-transform: rotate(45deg);\n -moz-transform: rotate(45deg);\n -ms-transform: rotate(45deg);\n transform: rotate(45deg);\n}\n\n.leaflet-popup-content-wrapper, .leaflet-popup-tip {\n color: #333;\n background: #fff;\n box-shadow: 0 3px 14px #0006;\n}\n\n.leaflet-container a.leaflet-popup-close-button {\n text-align: center;\n color: #757575;\n background: none;\n border: none;\n width: 24px;\n height: 24px;\n font: 16px / 24px Tahoma, Verdana, sans-serif;\n text-decoration: none;\n position: absolute;\n top: 0;\n right: 0;\n}\n\n.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {\n color: #585858;\n}\n\n.leaflet-popup-scrolled {\n overflow: auto;\n}\n\n.leaflet-oldie .leaflet-popup-content-wrapper {\n -ms-zoom: 1;\n}\n\n.leaflet-oldie .leaflet-popup-tip {\n -ms-filter: \"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)\";\n filter: progid:DXImageTransform. Microsoft. Matrix(M11= .707107, M12= .707107, M21= -.707107, M22= .707107);\n width: 24px;\n margin: 0 auto;\n}\n\n.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {\n border: 1px solid #999;\n}\n\n.leaflet-div-icon {\n background: #fff;\n border: 1px solid #666;\n}\n\n.leaflet-tooltip {\n color: #222;\n white-space: nowrap;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n pointer-events: none;\n background-color: #fff;\n border: 1px solid #fff;\n border-radius: 3px;\n padding: 6px;\n position: absolute;\n box-shadow: 0 1px 3px #0006;\n}\n\n.leaflet-tooltip.leaflet-interactive {\n cursor: pointer;\n pointer-events: auto;\n}\n\n.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {\n pointer-events: none;\n content: \"\";\n background: none;\n border: 6px solid #0000;\n position: absolute;\n}\n\n.leaflet-tooltip-bottom {\n margin-top: 6px;\n}\n\n.leaflet-tooltip-top {\n margin-top: -6px;\n}\n\n.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {\n margin-left: -6px;\n left: 50%;\n}\n\n.leaflet-tooltip-top:before {\n border-top-color: #fff;\n margin-bottom: -12px;\n bottom: 0;\n}\n\n.leaflet-tooltip-bottom:before {\n border-bottom-color: #fff;\n margin-top: -12px;\n margin-left: -6px;\n top: 0;\n}\n\n.leaflet-tooltip-left {\n margin-left: -6px;\n}\n\n.leaflet-tooltip-right {\n margin-left: 6px;\n}\n\n.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {\n margin-top: -6px;\n top: 50%;\n}\n\n.leaflet-tooltip-left:before {\n border-left-color: #fff;\n margin-right: -12px;\n right: 0;\n}\n\n.leaflet-tooltip-right:before {\n border-right-color: #fff;\n margin-left: -12px;\n left: 0;\n}\n\n@media print {\n .leaflet-control {\n -webkit-print-color-adjust: exact;\n print-color-adjust: exact;\n }\n}\n";
|
|
116
126
|
|
|
117
127
|
|
|
118
128
|
var $71c613e2e831c34c$export$3b4d92ba873f009a;
|
|
@@ -323,15 +333,15 @@ const $06e5942c9d4d6916$var$ShadowRoot = ({ children: children })=>{
|
|
|
323
333
|
children,
|
|
324
334
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("style", {
|
|
325
335
|
type: "text/css",
|
|
326
|
-
children: `${
|
|
336
|
+
children: `${$203b743475f656c9$exports}`
|
|
327
337
|
}),
|
|
328
338
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("style", {
|
|
329
339
|
type: "text/css",
|
|
330
|
-
children: `${
|
|
340
|
+
children: `${$b0c4d46435bb1afc$exports}`
|
|
331
341
|
}),
|
|
332
342
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("style", {
|
|
333
343
|
type: "text/css",
|
|
334
|
-
children: `${
|
|
344
|
+
children: `${$70dd93cce82a6912$exports}`
|
|
335
345
|
})
|
|
336
346
|
]
|
|
337
347
|
});
|
|
@@ -395,7 +405,6 @@ const $3b05c823a6ed4bb8$export$bbfd0bb0baceb2f8 = "application/vnd.microsoft.car
|
|
|
395
405
|
const $3b05c823a6ed4bb8$export$264354e75632a3ba = "application/vnd.microsoft.card.hero";
|
|
396
406
|
const $3b05c823a6ed4bb8$export$7ff82c027074e396 = "application/vnd.davi.retorik.card.news";
|
|
397
407
|
const $3b05c823a6ed4bb8$export$8c612ad42a82284 = "application/vnd.davi.retorik.card.poi";
|
|
398
|
-
const $3b05c823a6ed4bb8$export$4e4550ddaa0ad2f9 = "application/vnd.davi.retorik.card.pagination";
|
|
399
408
|
const $3b05c823a6ed4bb8$export$9399f66a54c38cac = "application/vnd.davi.retorik.card.empty";
|
|
400
409
|
const $3b05c823a6ed4bb8$export$c50891df8986f6d9 = "application/vnd.davi.retorik.card.image";
|
|
401
410
|
const $3b05c823a6ed4bb8$export$cce25171fe980112 = "application/vnd.davi.retorik.card.link";
|
|
@@ -766,12 +775,12 @@ const $2862af34fe95c560$var$addImage = (data)=>{
|
|
|
766
775
|
url: "",
|
|
767
776
|
size: "Large",
|
|
768
777
|
altText: undefined,
|
|
769
|
-
selectAction: undefined
|
|
778
|
+
selectAction: undefined,
|
|
779
|
+
horizontalAlignment: "Center"
|
|
770
780
|
};
|
|
771
781
|
image.url = data.url;
|
|
772
782
|
image.altText = data.alt || "image";
|
|
773
783
|
image.selectAction = data.tap && $2862af34fe95c560$var$addAction(data.tap);
|
|
774
|
-
image.size = "Stretch";
|
|
775
784
|
return {
|
|
776
785
|
...image
|
|
777
786
|
};
|
|
@@ -949,23 +958,44 @@ const $5da94c25bc829bb5$export$4a92a69e5bfa5f9a = (attachments)=>{
|
|
|
949
958
|
|
|
950
959
|
|
|
951
960
|
|
|
961
|
+
const $70e3d65f5a106231$var$initialState = {
|
|
962
|
+
usingOnBorne: false,
|
|
963
|
+
fullScreenImage: undefined,
|
|
964
|
+
lastListActivity: undefined,
|
|
965
|
+
listClosed: false,
|
|
966
|
+
listOpened: false,
|
|
967
|
+
currentSubView: (0, $71c613e2e831c34c$export$f05d0fed0593ead7).none,
|
|
968
|
+
currentCustomView: undefined,
|
|
969
|
+
retorikEvent: undefined,
|
|
970
|
+
displayAgent: true,
|
|
971
|
+
activityToSend: undefined,
|
|
972
|
+
currentNewsActivity: undefined,
|
|
973
|
+
retorikNewsEnded: false,
|
|
974
|
+
userIsTyping: false,
|
|
975
|
+
askedForKioskParametersOpening: false,
|
|
976
|
+
detailedAttachmentTriggers: [
|
|
977
|
+
{
|
|
978
|
+
type: "event",
|
|
979
|
+
name: "hospitality.ShowPointOfInterest",
|
|
980
|
+
linkedComponent: null
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
type: "event",
|
|
984
|
+
name: "hospitality.ShowContentItem",
|
|
985
|
+
linkedComponent: null
|
|
986
|
+
}
|
|
987
|
+
],
|
|
988
|
+
modalFullscreenContent: null,
|
|
989
|
+
printingCallback: null
|
|
990
|
+
};
|
|
952
991
|
const $70e3d65f5a106231$export$77e4cc5334565f28 = (0, $dWhh5$zustand.create)()(()=>{
|
|
953
|
-
return
|
|
954
|
-
fullScreenImage: undefined,
|
|
955
|
-
lastListActivity: undefined,
|
|
956
|
-
listClosed: false,
|
|
957
|
-
listOpened: false,
|
|
958
|
-
currentSubView: (0, $71c613e2e831c34c$export$f05d0fed0593ead7).none,
|
|
959
|
-
currentCustomView: undefined,
|
|
960
|
-
retorikEvent: undefined,
|
|
961
|
-
displayAgent: true,
|
|
962
|
-
activityToSend: undefined,
|
|
963
|
-
currentNewsActivity: undefined,
|
|
964
|
-
retorikNewsEnded: false,
|
|
965
|
-
userIsTyping: false,
|
|
966
|
-
askedForKioskParametersOpening: false
|
|
967
|
-
};
|
|
992
|
+
return $70e3d65f5a106231$var$initialState;
|
|
968
993
|
});
|
|
994
|
+
const $70e3d65f5a106231$export$a5e26481e56e47f9 = (value)=>{
|
|
995
|
+
$70e3d65f5a106231$export$77e4cc5334565f28.setState({
|
|
996
|
+
usingOnBorne: value
|
|
997
|
+
});
|
|
998
|
+
};
|
|
969
999
|
const $70e3d65f5a106231$export$4e062bd31c814155 = (src)=>{
|
|
970
1000
|
$70e3d65f5a106231$export$77e4cc5334565f28.setState({
|
|
971
1001
|
fullScreenImage: src
|
|
@@ -1041,22 +1071,47 @@ const $70e3d65f5a106231$export$61008920e70c5e8a = ()=>{
|
|
|
1041
1071
|
});
|
|
1042
1072
|
}, 50);
|
|
1043
1073
|
};
|
|
1074
|
+
const $70e3d65f5a106231$export$d1f60bb847ecc604 = (value)=>{
|
|
1075
|
+
const currentTriggers = $70e3d65f5a106231$export$77e4cc5334565f28.getState().detailedAttachmentTriggers;
|
|
1076
|
+
$70e3d65f5a106231$export$77e4cc5334565f28.setState({
|
|
1077
|
+
detailedAttachmentTriggers: [
|
|
1078
|
+
...currentTriggers,
|
|
1079
|
+
value
|
|
1080
|
+
]
|
|
1081
|
+
});
|
|
1082
|
+
};
|
|
1083
|
+
const $70e3d65f5a106231$export$4317154639841e84 = (value)=>{
|
|
1084
|
+
$70e3d65f5a106231$export$77e4cc5334565f28.setState({
|
|
1085
|
+
modalFullscreenContent: value
|
|
1086
|
+
});
|
|
1087
|
+
};
|
|
1088
|
+
const $70e3d65f5a106231$export$7f09d7ad7dbdcd2c = (value)=>{
|
|
1089
|
+
$70e3d65f5a106231$export$77e4cc5334565f28.setState({
|
|
1090
|
+
printingCallback: value
|
|
1091
|
+
});
|
|
1092
|
+
};
|
|
1093
|
+
const $70e3d65f5a106231$export$93b55f822ac81934 = ()=>{
|
|
1094
|
+
$70e3d65f5a106231$export$77e4cc5334565f28.setState({
|
|
1095
|
+
...$70e3d65f5a106231$var$initialState
|
|
1096
|
+
});
|
|
1097
|
+
};
|
|
1044
1098
|
|
|
1045
1099
|
|
|
1046
1100
|
|
|
1101
|
+
const $5f7f457957bd2c8d$var$initialState = {
|
|
1102
|
+
speaking: false,
|
|
1103
|
+
muted: false,
|
|
1104
|
+
cancel: false,
|
|
1105
|
+
boundaryData: [],
|
|
1106
|
+
currentReplyToId: undefined,
|
|
1107
|
+
currentPlaying: undefined,
|
|
1108
|
+
endedActivities: [],
|
|
1109
|
+
currentOrLastPlayedActivity: undefined,
|
|
1110
|
+
activeRecognitionState: (0, $71c613e2e831c34c$export$3f0071308968cd80).Closed,
|
|
1111
|
+
lastRecognitionInterim: ""
|
|
1112
|
+
};
|
|
1047
1113
|
const $5f7f457957bd2c8d$export$f299240efcda25a2 = (0, $dWhh5$zustand.create)()(()=>{
|
|
1048
|
-
return
|
|
1049
|
-
speaking: false,
|
|
1050
|
-
muted: false,
|
|
1051
|
-
cancel: false,
|
|
1052
|
-
boundaryData: [],
|
|
1053
|
-
currentReplyToId: undefined,
|
|
1054
|
-
currentPlaying: undefined,
|
|
1055
|
-
endedActivities: [],
|
|
1056
|
-
currentOrLastPlayedActivity: undefined,
|
|
1057
|
-
activeRecognitionState: (0, $71c613e2e831c34c$export$3f0071308968cd80).Closed,
|
|
1058
|
-
lastRecognitionInterim: ""
|
|
1059
|
-
};
|
|
1114
|
+
return $5f7f457957bd2c8d$var$initialState;
|
|
1060
1115
|
});
|
|
1061
1116
|
const $5f7f457957bd2c8d$export$f5e94301cb5ae54b = (value)=>{
|
|
1062
1117
|
$5f7f457957bd2c8d$export$f299240efcda25a2.setState({
|
|
@@ -1110,29 +1165,36 @@ const $5f7f457957bd2c8d$export$a5c8d6d0ec4b5ccb = (value)=>{
|
|
|
1110
1165
|
lastRecognitionInterim: value
|
|
1111
1166
|
});
|
|
1112
1167
|
};
|
|
1168
|
+
const $5f7f457957bd2c8d$export$b6d2196a3ce412d8 = ()=>{
|
|
1169
|
+
$5f7f457957bd2c8d$export$f299240efcda25a2.setState({
|
|
1170
|
+
...$5f7f457957bd2c8d$var$initialState
|
|
1171
|
+
});
|
|
1172
|
+
};
|
|
1113
1173
|
|
|
1114
1174
|
|
|
1115
1175
|
|
|
1116
1176
|
|
|
1177
|
+
const $9acd31406c230961$var$initialState = {
|
|
1178
|
+
activities: [],
|
|
1179
|
+
lastBotActivity: undefined,
|
|
1180
|
+
homeActivity: undefined,
|
|
1181
|
+
messageActivities: [],
|
|
1182
|
+
lastMessageActivity: undefined,
|
|
1183
|
+
eventActivities: [],
|
|
1184
|
+
lastEventActivity: undefined,
|
|
1185
|
+
botMessageActivities: [],
|
|
1186
|
+
lastBotMessageActivity: undefined,
|
|
1187
|
+
botEventActivities: [],
|
|
1188
|
+
lastBotEventActivity: undefined,
|
|
1189
|
+
userMessageActivities: [],
|
|
1190
|
+
lastUserMessageActivity: undefined,
|
|
1191
|
+
queue: [],
|
|
1192
|
+
conversationId: null,
|
|
1193
|
+
watermark: 0
|
|
1194
|
+
};
|
|
1117
1195
|
let $9acd31406c230961$var$timerRef;
|
|
1118
1196
|
const $9acd31406c230961$export$b56465394e2b1287 = (0, $dWhh5$zustand.create)()(()=>{
|
|
1119
|
-
return
|
|
1120
|
-
activities: [],
|
|
1121
|
-
lastBotActivity: undefined,
|
|
1122
|
-
homeActivity: undefined,
|
|
1123
|
-
messageActivities: [],
|
|
1124
|
-
lastMessageActivity: undefined,
|
|
1125
|
-
eventActivities: [],
|
|
1126
|
-
lastEventActivity: undefined,
|
|
1127
|
-
botMessageActivities: [],
|
|
1128
|
-
lastBotMessageActivity: undefined,
|
|
1129
|
-
botEventActivities: [],
|
|
1130
|
-
lastBotEventActivity: undefined,
|
|
1131
|
-
userMessageActivities: [],
|
|
1132
|
-
lastUserMessageActivity: undefined,
|
|
1133
|
-
queue: [],
|
|
1134
|
-
watermark: 0
|
|
1135
|
-
};
|
|
1197
|
+
return $9acd31406c230961$var$initialState;
|
|
1136
1198
|
});
|
|
1137
1199
|
const $9acd31406c230961$var$addActivity = (activity, resetQueue)=>{
|
|
1138
1200
|
const currentState = $9acd31406c230961$export$b56465394e2b1287.getState();
|
|
@@ -1206,7 +1268,7 @@ const $9acd31406c230961$var$addActivity = (activity, resetQueue)=>{
|
|
|
1206
1268
|
};
|
|
1207
1269
|
/**
|
|
1208
1270
|
* Deal with the queue of activities that was formed before.
|
|
1209
|
-
* Call again after splicing the first element of the queue every
|
|
1271
|
+
* Call again after splicing the first element of the queue every 100ms
|
|
1210
1272
|
* @param queue Array<RetorikActivity>
|
|
1211
1273
|
*/ const $9acd31406c230961$var$addActivitiesFromQueue = (queue)=>{
|
|
1212
1274
|
if (queue.length > 0) {
|
|
@@ -1256,6 +1318,21 @@ const $9acd31406c230961$export$210f7e70e69f7df5 = (activity)=>{
|
|
|
1256
1318
|
});
|
|
1257
1319
|
$9acd31406c230961$export$f9786f6b1a1e81e3(activity);
|
|
1258
1320
|
};
|
|
1321
|
+
const $9acd31406c230961$export$4365557467e67cdc = (value)=>{
|
|
1322
|
+
const currentState = $9acd31406c230961$export$b56465394e2b1287.getState();
|
|
1323
|
+
// Check directline id to know if we have to reset the activities
|
|
1324
|
+
if (value && value !== currentState.conversationId) currentState.conversationId === null ? $9acd31406c230961$export$b56465394e2b1287.setState({
|
|
1325
|
+
conversationId: value
|
|
1326
|
+
}) : $9acd31406c230961$export$b56465394e2b1287.setState({
|
|
1327
|
+
...$9acd31406c230961$var$initialState,
|
|
1328
|
+
conversationId: value
|
|
1329
|
+
});
|
|
1330
|
+
};
|
|
1331
|
+
const $9acd31406c230961$export$b7b23f8e09258fa6 = ()=>{
|
|
1332
|
+
$9acd31406c230961$export$b56465394e2b1287.setState({
|
|
1333
|
+
...$9acd31406c230961$var$initialState
|
|
1334
|
+
});
|
|
1335
|
+
};
|
|
1259
1336
|
|
|
1260
1337
|
|
|
1261
1338
|
const $c79349f4444d81d7$var$regexDataCommand = /(\{data-command=")[\p{L}\p{N}\p{Po}\p{Pd}\p{Pc}\s\u0027\u2019]+("\})(<br\s\/>)?/gu;
|
|
@@ -1264,36 +1341,41 @@ const $c79349f4444d81d7$var$createCustomStore = (enableConversationCookie, conve
|
|
|
1264
1341
|
// Switch on action's type to process if needed
|
|
1265
1342
|
switch(action.type){
|
|
1266
1343
|
case "DIRECT_LINE/CONNECT_FULFILLED":
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
{
|
|
1280
|
-
|
|
1344
|
+
{
|
|
1345
|
+
// Check conversationId
|
|
1346
|
+
const conversationId = action.payload.directLine.conversationId;
|
|
1347
|
+
(0, $9acd31406c230961$export$4365557467e67cdc)(conversationId);
|
|
1348
|
+
// Start_speaking for webchat to get the welcome speech if there is one
|
|
1349
|
+
dispatch({
|
|
1350
|
+
type: "WEB_CHAT/START_SPEAKING"
|
|
1351
|
+
});
|
|
1352
|
+
if (isRetorikNews) {
|
|
1353
|
+
// Use only 1 conversation id for RetorikNews every 7 days to prevent the creation of multiple empty conversations in backoffice
|
|
1354
|
+
let test = true;
|
|
1355
|
+
const fullTenantName = (addressData.baseURI || `${addressData.prefix || ""}${addressData.tenant}`).replace(/;|,|\s/g, "");
|
|
1356
|
+
const newsConversationData = localStorage.getItem(`Retorik.News.Conversation.${fullTenantName}`);
|
|
1357
|
+
if (newsConversationData) {
|
|
1358
|
+
const data = JSON.parse(newsConversationData);
|
|
1359
|
+
if (data) // 604800000 = number of milliseconds in 7 days
|
|
1360
|
+
{
|
|
1361
|
+
if (!isNaN(data.startedAt) && data.startedAt + 604800000 > Date.now()) test = false;
|
|
1362
|
+
}
|
|
1281
1363
|
}
|
|
1364
|
+
if (test) {
|
|
1365
|
+
const dataToPutInlocalStorage = {
|
|
1366
|
+
conversationId: conversationId,
|
|
1367
|
+
startedAt: Date.now()
|
|
1368
|
+
};
|
|
1369
|
+
localStorage.setItem(`Retorik.News.Conversation.${fullTenantName}`, JSON.stringify(dataToPutInlocalStorage));
|
|
1370
|
+
}
|
|
1371
|
+
} else if (!(enableConversationCookie === false)) {
|
|
1372
|
+
var _document_cookie_split_find;
|
|
1373
|
+
const conversationCookie = (_document_cookie_split_find = document.cookie.split("; ").find((row)=>row.startsWith("retorikConversationCookie="))) === null || _document_cookie_split_find === void 0 ? void 0 : _document_cookie_split_find.split("=")[1];
|
|
1374
|
+
const fullTenantName = (addressData.baseURI || `${addressData.prefix || ""}${addressData.tenant}`).replace(/;|,|\s/g, "");
|
|
1375
|
+
if (!(conversationCookie && conversationCookie.split("||").length === 2 && conversationCookie.split("||")[1] === fullTenantName)) document.cookie = `retorikConversationCookie=${conversationId}||${fullTenantName}; max-age=${conversationCookieMaxAge || 3600}`;
|
|
1282
1376
|
}
|
|
1283
|
-
|
|
1284
|
-
const dataToPutInlocalStorage = {
|
|
1285
|
-
conversationId: action.payload.directLine.conversationId,
|
|
1286
|
-
startedAt: Date.now()
|
|
1287
|
-
};
|
|
1288
|
-
localStorage.setItem(`Retorik.News.Conversation.${fullTenantName}`, JSON.stringify(dataToPutInlocalStorage));
|
|
1289
|
-
}
|
|
1290
|
-
} else if (!(enableConversationCookie === false)) {
|
|
1291
|
-
var _document_cookie_split_find;
|
|
1292
|
-
const conversationCookie = (_document_cookie_split_find = document.cookie.split("; ").find((row)=>row.startsWith("retorikConversationCookie="))) === null || _document_cookie_split_find === void 0 ? void 0 : _document_cookie_split_find.split("=")[1];
|
|
1293
|
-
const fullTenantName = (addressData.baseURI || `${addressData.prefix || ""}${addressData.tenant}`).replace(/;|,|\s/g, "");
|
|
1294
|
-
if (!(conversationCookie && conversationCookie.split("||").length === 2 && conversationCookie.split("||")[1] === fullTenantName)) document.cookie = `retorikConversationCookie=${action.payload.directLine.conversationId}||${fullTenantName}; max-age=${conversationCookieMaxAge || 3600}`;
|
|
1377
|
+
break;
|
|
1295
1378
|
}
|
|
1296
|
-
break;
|
|
1297
1379
|
case "DIRECT_LINE/POST_ACTIVITY":
|
|
1298
1380
|
var _action_payload_activity, _action_payload, _action_payload1;
|
|
1299
1381
|
// Prevent typing message from cancelling speech
|
|
@@ -1501,6 +1583,17 @@ var $c79349f4444d81d7$export$2e2bcd8739ae039 = $c79349f4444d81d7$var$createCusto
|
|
|
1501
1583
|
|
|
1502
1584
|
|
|
1503
1585
|
|
|
1586
|
+
const $82b306c512e33035$var$processBaseURI = (baseURI)=>{
|
|
1587
|
+
if (baseURI && baseURI.length > 0) {
|
|
1588
|
+
if (baseURI.indexOf(`/${(0, $0b4f07c0f09dbbcf$export$d9e38c0112bbdae6)}`) > -1) baseURI = baseURI.replace(`/${(0, $0b4f07c0f09dbbcf$export$d9e38c0112bbdae6)}`, "");
|
|
1589
|
+
}
|
|
1590
|
+
return baseURI;
|
|
1591
|
+
};
|
|
1592
|
+
var $82b306c512e33035$export$2e2bcd8739ae039 = $82b306c512e33035$var$processBaseURI;
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1504
1597
|
|
|
1505
1598
|
|
|
1506
1599
|
|
|
@@ -1523,14 +1616,48 @@ $e65c34cb6b549068$export$2e2bcd8739ae039 = async (agentUrl)=>{
|
|
|
1523
1616
|
};
|
|
1524
1617
|
|
|
1525
1618
|
|
|
1619
|
+
const $c7242af7a2bc5e50$var$initialState = {
|
|
1620
|
+
mode: (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text,
|
|
1621
|
+
subtitlesInConfiguration: false,
|
|
1622
|
+
displaySubtitles: false,
|
|
1623
|
+
agentData: undefined,
|
|
1624
|
+
loaderClosed: false,
|
|
1625
|
+
currentLayout: (0, $71c613e2e831c34c$export$a31c5a03aaeee5f).agent,
|
|
1626
|
+
changeLayoutButtonDisplay: false,
|
|
1627
|
+
layoutChanged: false,
|
|
1628
|
+
userAlreadySet: false,
|
|
1629
|
+
enableDocumentPrinting: false,
|
|
1630
|
+
disableSound: false
|
|
1631
|
+
};
|
|
1526
1632
|
const $c7242af7a2bc5e50$export$bd22554f31e5f96f = (0, $dWhh5$zustand.create)()(()=>{
|
|
1527
|
-
return
|
|
1528
|
-
mode: (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text,
|
|
1529
|
-
subtitlesInConfiguration: false,
|
|
1530
|
-
displaySubtitles: false,
|
|
1531
|
-
agentData: undefined
|
|
1532
|
-
};
|
|
1633
|
+
return $c7242af7a2bc5e50$var$initialState;
|
|
1533
1634
|
});
|
|
1635
|
+
const $c7242af7a2bc5e50$export$ca8db8ed18ea1d2c = (value)=>{
|
|
1636
|
+
$c7242af7a2bc5e50$export$bd22554f31e5f96f.setState({
|
|
1637
|
+
disableSound: value
|
|
1638
|
+
});
|
|
1639
|
+
};
|
|
1640
|
+
const $c7242af7a2bc5e50$export$29ec02ff899d2b53 = (value)=>{
|
|
1641
|
+
console.log("set layoutChanged", $c7242af7a2bc5e50$export$bd22554f31e5f96f.getState().layoutChanged, value);
|
|
1642
|
+
$c7242af7a2bc5e50$export$bd22554f31e5f96f.setState({
|
|
1643
|
+
layoutChanged: value
|
|
1644
|
+
});
|
|
1645
|
+
};
|
|
1646
|
+
const $c7242af7a2bc5e50$export$e8437af1f2483b8e = (value)=>{
|
|
1647
|
+
$c7242af7a2bc5e50$export$bd22554f31e5f96f.setState({
|
|
1648
|
+
currentLayout: value
|
|
1649
|
+
});
|
|
1650
|
+
};
|
|
1651
|
+
const $c7242af7a2bc5e50$export$702dee93694750db = (value)=>{
|
|
1652
|
+
$c7242af7a2bc5e50$export$bd22554f31e5f96f.setState({
|
|
1653
|
+
userAlreadySet: value
|
|
1654
|
+
});
|
|
1655
|
+
};
|
|
1656
|
+
const $c7242af7a2bc5e50$export$19136b839dabd3bb = (value)=>{
|
|
1657
|
+
$c7242af7a2bc5e50$export$bd22554f31e5f96f.setState({
|
|
1658
|
+
changeLayoutButtonDisplay: value
|
|
1659
|
+
});
|
|
1660
|
+
};
|
|
1534
1661
|
const $c7242af7a2bc5e50$export$d4f039427a1beff1 = (value)=>{
|
|
1535
1662
|
$c7242af7a2bc5e50$export$bd22554f31e5f96f.setState({
|
|
1536
1663
|
mode: value
|
|
@@ -1540,7 +1667,12 @@ const $c7242af7a2bc5e50$export$d4f039427a1beff1 = (value)=>{
|
|
|
1540
1667
|
});
|
|
1541
1668
|
(0, $70e3d65f5a106231$export$e2194ce98b9711c9)(undefined);
|
|
1542
1669
|
value !== (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text && (0, $70e3d65f5a106231$export$4a471cf3284fc492)(false);
|
|
1543
|
-
(0, $5f7f457957bd2c8d$export$a1680ba91cc9be33)(value === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text);
|
|
1670
|
+
!$c7242af7a2bc5e50$export$bd22554f31e5f96f.getState().disableSound && (0, $5f7f457957bd2c8d$export$a1680ba91cc9be33)(value === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text);
|
|
1671
|
+
};
|
|
1672
|
+
const $c7242af7a2bc5e50$export$982d69b78a955aaf = (value)=>{
|
|
1673
|
+
$c7242af7a2bc5e50$export$bd22554f31e5f96f.setState({
|
|
1674
|
+
loaderClosed: value
|
|
1675
|
+
});
|
|
1544
1676
|
};
|
|
1545
1677
|
const $c7242af7a2bc5e50$export$f9f752f8a699b258 = (value)=>{
|
|
1546
1678
|
$c7242af7a2bc5e50$export$bd22554f31e5f96f.setState({
|
|
@@ -1563,6 +1695,18 @@ const $c7242af7a2bc5e50$export$a72b80ff363563a1 = async (value)=>{
|
|
|
1563
1695
|
agentData: data
|
|
1564
1696
|
});
|
|
1565
1697
|
};
|
|
1698
|
+
const $c7242af7a2bc5e50$export$7d50f05ed13dfccf = (value)=>{
|
|
1699
|
+
$c7242af7a2bc5e50$export$bd22554f31e5f96f.setState({
|
|
1700
|
+
enableDocumentPrinting: value
|
|
1701
|
+
});
|
|
1702
|
+
};
|
|
1703
|
+
const $c7242af7a2bc5e50$export$cd85ac4858c7290c = ()=>{
|
|
1704
|
+
$c7242af7a2bc5e50$export$bd22554f31e5f96f.setState({
|
|
1705
|
+
...$c7242af7a2bc5e50$var$initialState
|
|
1706
|
+
});
|
|
1707
|
+
};
|
|
1708
|
+
|
|
1709
|
+
|
|
1566
1710
|
|
|
1567
1711
|
|
|
1568
1712
|
const $1d4f8108de9ab73a$var$defaultConfiguration = {
|
|
@@ -1573,11 +1717,11 @@ const $1d4f8108de9ab73a$var$RetorikContextDefaultValues = {
|
|
|
1573
1717
|
appAvailable: false,
|
|
1574
1718
|
loaderClosed: false,
|
|
1575
1719
|
addressData: {},
|
|
1720
|
+
baseAddress: "",
|
|
1576
1721
|
canFocusSendBox: false,
|
|
1577
1722
|
setConfiguration: ()=>{},
|
|
1578
1723
|
setAppAvailable: ()=>{},
|
|
1579
1724
|
setLoaderClosed: ()=>{},
|
|
1580
|
-
setCurrentAddressData: ()=>{},
|
|
1581
1725
|
setSendBoxRef: ()=>{},
|
|
1582
1726
|
focusSendBox: ()=>{},
|
|
1583
1727
|
setCanFocusSendBox: ()=>{}
|
|
@@ -1587,7 +1731,6 @@ function $1d4f8108de9ab73a$export$d8760bee47331b1d() {
|
|
|
1587
1731
|
return (0, $dWhh5$react.useContext)($1d4f8108de9ab73a$export$353e73f2cc0f3642);
|
|
1588
1732
|
}
|
|
1589
1733
|
function $1d4f8108de9ab73a$export$8d0f3aad9142f5c7({ skipLoader: skipLoader, chosenMode: chosenMode, config: config, children: children, addressData: addressData }) {
|
|
1590
|
-
const [currentAddressData, setCurrentAddressData] = (0, $dWhh5$react.useState)(addressData);
|
|
1591
1734
|
const [configuration, setConfiguration] = (0, $dWhh5$react.useState)(config);
|
|
1592
1735
|
const [appAvailable, setAppAvailable] = (0, $dWhh5$react.useState)(false);
|
|
1593
1736
|
const [loaderClosed, setLoaderClosed] = (0, $dWhh5$react.useState)(!!skipLoader);
|
|
@@ -1596,17 +1739,22 @@ function $1d4f8108de9ab73a$export$8d0f3aad9142f5c7({ skipLoader: skipLoader, cho
|
|
|
1596
1739
|
const focusSendBox = ()=>{
|
|
1597
1740
|
sendBoxRef && document.activeElement !== sendBoxRef && sendBoxRef.focus();
|
|
1598
1741
|
};
|
|
1742
|
+
const baseAddress = (0, $dWhh5$react.useMemo)(()=>{
|
|
1743
|
+
return `${addressData.baseURI && addressData.baseURI.length > 0 ? (0, $82b306c512e33035$export$2e2bcd8739ae039)(addressData.baseURI) : (0, $c6d7669b9282aea4$export$2e2bcd8739ae039)(addressData.prefix)}/${addressData.tenant ? addressData.tenant + "/" : ""}`;
|
|
1744
|
+
}, [
|
|
1745
|
+
addressData
|
|
1746
|
+
]);
|
|
1747
|
+
const storeLoaderClosed = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.loaderClosed);
|
|
1599
1748
|
const value = (0, $dWhh5$react.useMemo)(()=>({
|
|
1600
1749
|
configuration: configuration,
|
|
1601
1750
|
appAvailable: appAvailable,
|
|
1602
1751
|
loaderClosed: loaderClosed,
|
|
1603
|
-
currentAddressData: currentAddressData,
|
|
1604
1752
|
addressData: addressData,
|
|
1753
|
+
baseAddress: baseAddress,
|
|
1605
1754
|
canFocusSendBox: canFocusSendBox,
|
|
1606
1755
|
setConfiguration: setConfiguration,
|
|
1607
1756
|
setAppAvailable: setAppAvailable,
|
|
1608
1757
|
setLoaderClosed: setLoaderClosed,
|
|
1609
|
-
setCurrentAddressData: setCurrentAddressData,
|
|
1610
1758
|
setSendBoxRef: setSendBoxRef,
|
|
1611
1759
|
focusSendBox: focusSendBox,
|
|
1612
1760
|
setCanFocusSendBox: setCanFocusSendBox
|
|
@@ -1614,12 +1762,11 @@ function $1d4f8108de9ab73a$export$8d0f3aad9142f5c7({ skipLoader: skipLoader, cho
|
|
|
1614
1762
|
configuration,
|
|
1615
1763
|
appAvailable,
|
|
1616
1764
|
loaderClosed,
|
|
1617
|
-
|
|
1765
|
+
baseAddress,
|
|
1618
1766
|
canFocusSendBox,
|
|
1619
1767
|
setConfiguration,
|
|
1620
1768
|
setAppAvailable,
|
|
1621
1769
|
setLoaderClosed,
|
|
1622
|
-
setCurrentAddressData,
|
|
1623
1770
|
setSendBoxRef,
|
|
1624
1771
|
setCanFocusSendBox
|
|
1625
1772
|
]);
|
|
@@ -1635,6 +1782,30 @@ function $1d4f8108de9ab73a$export$8d0f3aad9142f5c7({ skipLoader: skipLoader, cho
|
|
|
1635
1782
|
position: position
|
|
1636
1783
|
});
|
|
1637
1784
|
};
|
|
1785
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
1786
|
+
if (configuration.disableSound === true) {
|
|
1787
|
+
(0, $5f7f457957bd2c8d$export$a1680ba91cc9be33)(true);
|
|
1788
|
+
(0, $c7242af7a2bc5e50$export$ca8db8ed18ea1d2c)(configuration.disableSound);
|
|
1789
|
+
}
|
|
1790
|
+
if (configuration.disableSound === false) (0, $c7242af7a2bc5e50$export$ca8db8ed18ea1d2c)(configuration.disableSound);
|
|
1791
|
+
}, [
|
|
1792
|
+
configuration.disableSound
|
|
1793
|
+
]);
|
|
1794
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
1795
|
+
(0, $70e3d65f5a106231$export$a5e26481e56e47f9)(!!configuration.isUsedOnBorne);
|
|
1796
|
+
}, [
|
|
1797
|
+
configuration.isUsedOnBorne
|
|
1798
|
+
]);
|
|
1799
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
1800
|
+
(0, $c7242af7a2bc5e50$export$19136b839dabd3bb)(!!configuration.allowSwitchLayout);
|
|
1801
|
+
}, [
|
|
1802
|
+
configuration.allowSwitchLayout
|
|
1803
|
+
]);
|
|
1804
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
1805
|
+
(0, $c7242af7a2bc5e50$export$7d50f05ed13dfccf)(!!configuration.enableDocumentPrinting);
|
|
1806
|
+
}, [
|
|
1807
|
+
configuration.enableDocumentPrinting
|
|
1808
|
+
]);
|
|
1638
1809
|
// Get position from navigator
|
|
1639
1810
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
1640
1811
|
var _configuration_position, _configuration_position1, _configuration_position2;
|
|
@@ -1656,6 +1827,16 @@ function $1d4f8108de9ab73a$export$8d0f3aad9142f5c7({ skipLoader: skipLoader, cho
|
|
|
1656
1827
|
}, [
|
|
1657
1828
|
chosenMode
|
|
1658
1829
|
]);
|
|
1830
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
1831
|
+
(0, $c7242af7a2bc5e50$export$982d69b78a955aaf)(loaderClosed);
|
|
1832
|
+
}, [
|
|
1833
|
+
loaderClosed
|
|
1834
|
+
]);
|
|
1835
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
1836
|
+
if (storeLoaderClosed !== loaderClosed) setLoaderClosed(storeLoaderClosed);
|
|
1837
|
+
}, [
|
|
1838
|
+
storeLoaderClosed
|
|
1839
|
+
]);
|
|
1659
1840
|
/**
|
|
1660
1841
|
* On config props change :
|
|
1661
1842
|
* - update configuration state
|
|
@@ -1686,15 +1867,6 @@ function $1d4f8108de9ab73a$export$8d0f3aad9142f5c7({ skipLoader: skipLoader, cho
|
|
|
1686
1867
|
|
|
1687
1868
|
|
|
1688
1869
|
|
|
1689
|
-
const $82b306c512e33035$var$processBaseURI = (baseURI)=>{
|
|
1690
|
-
if (baseURI && baseURI.length > 0) {
|
|
1691
|
-
if (baseURI.indexOf(`/${(0, $0b4f07c0f09dbbcf$export$d9e38c0112bbdae6)}`) > -1) baseURI = baseURI.replace(`/${(0, $0b4f07c0f09dbbcf$export$d9e38c0112bbdae6)}`, "");
|
|
1692
|
-
}
|
|
1693
|
-
return baseURI;
|
|
1694
|
-
};
|
|
1695
|
-
var $82b306c512e33035$export$2e2bcd8739ae039 = $82b306c512e33035$var$processBaseURI;
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
1870
|
|
|
1699
1871
|
async function $49ef6b13684edff9$export$2e2bcd8739ae039({ tenant: tenant, prefix: prefix, baseURI: baseURI }) {
|
|
1700
1872
|
const fullAddress = `${baseURI && (baseURI === null || baseURI === void 0 ? void 0 : baseURI.length) > 0 ? (0, $82b306c512e33035$export$2e2bcd8739ae039)(baseURI) : (0, $c6d7669b9282aea4$export$2e2bcd8739ae039)(prefix)}/${tenant ? tenant + "/" : ""}api/graphql?query={siteCultures{culture,default}}`;
|
|
@@ -1728,7 +1900,11 @@ async function $49ef6b13684edff9$export$2e2bcd8739ae039({ tenant: tenant, prefix
|
|
|
1728
1900
|
*/ const $49ef6b13684edff9$var$processJson = (json)=>{
|
|
1729
1901
|
var _json_data, _json_data_siteCultures, _siteCultures_find;
|
|
1730
1902
|
if (!((_json_data = json.data) === null || _json_data === void 0 ? void 0 : _json_data.siteCultures) || !((_json_data_siteCultures = json.data.siteCultures) === null || _json_data_siteCultures === void 0 ? void 0 : _json_data_siteCultures.length)) return 0, $0b4f07c0f09dbbcf$export$8828fbbb6034a09b;
|
|
1731
|
-
|
|
1903
|
+
// Filter data to remove sitecultures without culture as <language>-<culture>
|
|
1904
|
+
const siteCultures = json.data.siteCultures.filter((siteCulture)=>{
|
|
1905
|
+
var _siteCulture_culture;
|
|
1906
|
+
return (_siteCulture_culture = siteCulture.culture) === null || _siteCulture_culture === void 0 ? void 0 : _siteCulture_culture.includes("-");
|
|
1907
|
+
});
|
|
1732
1908
|
const processedLanguages = {
|
|
1733
1909
|
all: siteCultures.map((siteCulture)=>siteCulture.culture),
|
|
1734
1910
|
default: ((_siteCultures_find = siteCultures.find((siteCulture)=>siteCulture.default)) === null || _siteCultures_find === void 0 ? void 0 : _siteCultures_find.culture) || siteCultures[0].culture
|
|
@@ -1737,12 +1913,13 @@ async function $49ef6b13684edff9$export$2e2bcd8739ae039({ tenant: tenant, prefix
|
|
|
1737
1913
|
};
|
|
1738
1914
|
|
|
1739
1915
|
|
|
1916
|
+
const $b6a8688e7db7a7b9$var$initialState = {
|
|
1917
|
+
locale: "",
|
|
1918
|
+
defaultLocale: "fr-FR",
|
|
1919
|
+
supported: []
|
|
1920
|
+
};
|
|
1740
1921
|
const $b6a8688e7db7a7b9$export$6650dace022cfacc = (0, $dWhh5$zustand.create)()(()=>{
|
|
1741
|
-
return
|
|
1742
|
-
locale: "",
|
|
1743
|
-
defaultLocale: "fr-FR",
|
|
1744
|
-
supported: []
|
|
1745
|
-
};
|
|
1922
|
+
return $b6a8688e7db7a7b9$var$initialState;
|
|
1746
1923
|
});
|
|
1747
1924
|
const $b6a8688e7db7a7b9$export$180605366c04f0cd = ()=>{
|
|
1748
1925
|
return $b6a8688e7db7a7b9$export$6650dace022cfacc((state)=>state.locale);
|
|
@@ -1767,6 +1944,11 @@ const $b6a8688e7db7a7b9$export$fe443f6e3680433 = async (addressData)=>{
|
|
|
1767
1944
|
return languages;
|
|
1768
1945
|
});
|
|
1769
1946
|
};
|
|
1947
|
+
const $b6a8688e7db7a7b9$export$3118ae18000e2700 = ()=>{
|
|
1948
|
+
$b6a8688e7db7a7b9$export$6650dace022cfacc.setState({
|
|
1949
|
+
...$b6a8688e7db7a7b9$var$initialState
|
|
1950
|
+
});
|
|
1951
|
+
};
|
|
1770
1952
|
|
|
1771
1953
|
|
|
1772
1954
|
|
|
@@ -1808,15 +1990,15 @@ var $071bb34c9db044ce$var$EventsReceived;
|
|
|
1808
1990
|
EventsReceived[EventsReceived["retorikStartListening"] = 2] = "retorikStartListening";
|
|
1809
1991
|
EventsReceived[EventsReceived["retorikDisplaySubtitles"] = 3] = "retorikDisplaySubtitles";
|
|
1810
1992
|
})($071bb34c9db044ce$var$EventsReceived || ($071bb34c9db044ce$var$EventsReceived = {}));
|
|
1811
|
-
const $071bb34c9db044ce$var$SendActivityEventListener = ({ isRetorikNews: isRetorikNews, hasConversationCookie: hasConversationCookie, userData: userData })=>{
|
|
1993
|
+
const $071bb34c9db044ce$var$SendActivityEventListener = ({ isRetorikNews: isRetorikNews, hasConversationCookie: hasConversationCookie, userData: userData, changedLayout: changedLayout })=>{
|
|
1812
1994
|
const sendPostActivity = $071bb34c9db044ce$var$usePostActivity();
|
|
1813
1995
|
const sendEvent = $071bb34c9db044ce$var$useSendEvent();
|
|
1814
1996
|
const locale = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)((state)=>state.locale);
|
|
1815
1997
|
const activityToSend = (0, $70e3d65f5a106231$export$77e4cc5334565f28)((state)=>state.activityToSend);
|
|
1816
1998
|
const { appAvailable: appAvailable, loaderClosed: loaderClosed, configuration: { skipWelcome: skipWelcome } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
1817
1999
|
const toggleMicrophone = (0, $e37833e47d877d3a$export$2e2bcd8739ae039)();
|
|
1818
|
-
const [userSet, setUserSet] = (0, $dWhh5$react.useState)(isRetorikNews || hasConversationCookie);
|
|
1819
2000
|
const [eventReceived, setEventReceived] = (0, $dWhh5$react.useState)(null);
|
|
2001
|
+
const userAlreadySet = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.userAlreadySet);
|
|
1820
2002
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
1821
2003
|
if (eventReceived) try {
|
|
1822
2004
|
switch(eventReceived.type){
|
|
@@ -1853,8 +2035,12 @@ const $071bb34c9db044ce$var$SendActivityEventListener = ({ isRetorikNews: isReto
|
|
|
1853
2035
|
};
|
|
1854
2036
|
}, []);
|
|
1855
2037
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
1856
|
-
if (
|
|
1857
|
-
|
|
2038
|
+
if (isRetorikNews || hasConversationCookie) {
|
|
2039
|
+
console.log("isRetorikNews || hasConversationCookie", isRetorikNews, hasConversationCookie);
|
|
2040
|
+
(0, $c7242af7a2bc5e50$export$702dee93694750db)(true);
|
|
2041
|
+
} else if (!userAlreadySet && (appAvailable || loaderClosed)) {
|
|
2042
|
+
console.log("changedLayout", changedLayout, appAvailable, loaderClosed);
|
|
2043
|
+
(0, $c7242af7a2bc5e50$export$702dee93694750db)(true);
|
|
1858
2044
|
setTimeout(()=>{
|
|
1859
2045
|
sendEvent("setUser", {
|
|
1860
2046
|
user: userData,
|
|
@@ -1892,6 +2078,7 @@ var $071bb34c9db044ce$export$2e2bcd8739ae039 = $071bb34c9db044ce$var$SendActivit
|
|
|
1892
2078
|
|
|
1893
2079
|
|
|
1894
2080
|
|
|
2081
|
+
|
|
1895
2082
|
const $04a533cfb295ca20$export$4aebf65ed07cf17b = {
|
|
1896
2083
|
rgb: "rgb(112, 112, 112)"
|
|
1897
2084
|
};
|
|
@@ -2814,7 +3001,7 @@ var $f2abbd255e7a16c8$export$2e2bcd8739ae039 = $f2abbd255e7a16c8$var$Radio;
|
|
|
2814
3001
|
|
|
2815
3002
|
|
|
2816
3003
|
var $36d747af8f969a4a$exports = {};
|
|
2817
|
-
$36d747af8f969a4a$exports = JSON.parse('{"fr-FR":{"menu":"menu","mode":"mode","parameters":"param\xe8tres","sound":"son","subtitle":"sous-titre","tutorial":"tutoriel","history":"historique","lang":"langues","singleLang":"langue","message":"Saisissez votre message","allowMicrophone":"Autorisez votre navigateur \xe0 utiliser votre micro pour continuer","back":"retour","backconversation":"retour \xe0 la conversation","close":"fermer","answer":" r\xe9pond \xe0 vos questions"},"en-US":{"menu":"menu","mode":"mode","parameters":"parameters","sound":"sound","subtitle":"subtitle","tutorial":"tutorial","history":"history","lang":"languages","singleLang":"language","message":"Enter your message","allowMicrophone":"Give your browser permission to use microphone to continue","back":"back","backconversation":"back to the conversation","close":"close","answer":" answers your questions"},"es-ES":{"menu":"men\xfa","mode":"modo","parameters":"par\xe1metros","sound":"sonido","subtitle":"subt\xedtulos","tutorial":"tutorial","history":"historia","lang":"idiomas","singleLang":"idioma","message":"Escriba su mensaje","allowMicrophone":"D\xe9 permiso a su navegador para utilizar el micr\xf3fono para continuar","back":"volver","backconversation":"volver a la conversaci\xf3n","close":"cerrar","answer":" responde a tus preguntas"},"de-DE":{"menu":"Men\xfc","mode":"Modus","parameters":"Parameter","sound":"Ton","subtitle":"Untertitel","tutorial":"Lernprogramm","history":"Verlauf","lang":"Sprachen","singleLang":"Sprache","message":"Geben Sie Ihre Nachricht ein","allowMicrophone":"Geben Sie Ihrem Browser die Erlaubnis, das Mikrofon zu benutzen, um fortzufahren","back":"zur\xfcck","backconversation":"zur\xfcck zum Gespr\xe4ch","close":"schlie\xdfen","answer":" beantwortet Ihre Fragen"}}');
|
|
3004
|
+
$36d747af8f969a4a$exports = JSON.parse('{"ar-EG":{"menu":"\u0627\u0644\u0642\u0627\u0626\u0645\u0629","mode":"\u0645\u0648\u0636\u0629","parameters":"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","sound":"\u0647\u0627","subtitle":"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0641\u0631\u0639\u064A","tutorial":"\u062F\u0631\u0633 \u062A\u0639\u0644\u064A\u0645\u064A","history":"\u062A\u0627\u0631\u064A\u062E\u064A","lang":"\u0627\u0644\u0644\u063A\u0627\u062A","singleLang":"\u0644\u063A\u0629","message":"\u0623\u062F\u062E\u0644 \u0631\u0633\u0627\u0644\u062A\u0643","allowMicrophone":"\u0627\u0633\u0645\u062D \u0644\u0645\u062A\u0635\u0641\u062D\u0643 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u0644\u0645\u062A\u0627\u0628\u0639\u0629","back":"\u062E\u0644\u0641","backconversation":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629","close":"\u0627\u063A\u0644\u0627\u0642","answer":" \u064A\u062C\u064A\u0628 \u0639\u0644\u0649 \u0623\u0633\u0626\u0644\u062A\u0643"},"ar-SA":{"menu":"\u0627\u0644\u0642\u0627\u0626\u0645\u0629","mode":"\u0645\u0648\u0636\u0629","parameters":"\u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A","sound":"\u0647\u0627","subtitle":"\u0627\u0644\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0641\u0631\u0639\u064A","tutorial":"\u062F\u0631\u0633 \u062A\u0639\u0644\u064A\u0645\u064A","history":"\u062A\u0627\u0631\u064A\u062E\u064A","lang":"\u0627\u0644\u0644\u063A\u0627\u062A","singleLang":"\u0644\u063A\u0629","message":"\u0623\u062F\u062E\u0644 \u0631\u0633\u0627\u0644\u062A\u0643","allowMicrophone":"\u0627\u0633\u0645\u062D \u0644\u0645\u062A\u0635\u0641\u062D\u0643 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u0644\u0645\u062A\u0627\u0628\u0639\u0629","back":"\u062E\u0644\u0641","backconversation":"\u0627\u0644\u0639\u0648\u062F\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629","close":"\u0627\u063A\u0644\u0627\u0642","answer":" \u064A\u062C\u064A\u0628 \u0639\u0644\u0649 \u0623\u0633\u0626\u0644\u062A\u0643"},"ca-ES":{"menu":"men\xfa","mode":"moda","parameters":"configuracions","sound":"ella","subtitle":"subt\xedtol","tutorial":"tutorial","history":"hist\xf2ric","lang":"IDIOMES","singleLang":"llenguatge","message":"Introdu\xefu el vostre missatge","allowMicrophone":"Permeteu que el vostre navegador utilitzi el micr\xf2fon per continuar","back":"esquena","backconversation":"tornar a la conversa","close":"Tanca","answer":" respon les teves preguntes"},"cs-CZ":{"menu":"J\xeddeln\xed l\xedstek","mode":"m\xf3da","parameters":"nastaven\xed","sound":"jej\xed","subtitle":"podtitulek","tutorial":"tutorial","history":"historick\xfd","lang":"JAZYKY","singleLang":"Jazyk","message":"Zadejte svou zpr\xe1vu","allowMicrophone":"Chcete-li pokra\u010Dovat, povolte prohl\xed\u017Ee\u010Di pou\u017E\xedvat v\xe1\u0161 mikrofon","back":"zadn\xed","backconversation":"zp\u011Bt k rozhovoru","close":"zav\u0159\xedt","answer":" odpov\xedd\xe1 na va\u0161e ot\xe1zky"},"da-DK":{"menu":"menu","mode":"mode","parameters":"indstillinger","sound":"hende","subtitle":"undertekst","tutorial":"tutorial","history":"historisk","lang":"SPROG","singleLang":"Sprog","message":"Indtast din besked","allowMicrophone":"Tillad din browser at bruge din mikrofon for at forts\xe6tte","back":"tilbage","backconversation":"tilbage til samtalen","close":"t\xe6t","answer":" svarer p\xe5 dine sp\xf8rgsm\xe5l"},"de-AT":{"menu":"Men\xfc","mode":"Modus","parameters":"Parameter","sound":"Ton","subtitle":"Untertitel","tutorial":"Lernprogramm","history":"Verlauf","lang":"Sprachen","singleLang":"Sprache","message":"Geben Sie Ihre Nachricht ein","allowMicrophone":"Geben Sie Ihrem Browser die Erlaubnis, das Mikrofon zu benutzen, um fortzufahren","back":"zur\xfcck","backconversation":"zur\xfcck zum Gespr\xe4ch","close":"schlie\xdfen","answer":" beantwortet Ihre Fragen"},"de-CH":{"menu":"Men\xfc","mode":"Modus","parameters":"Parameter","sound":"Ton","subtitle":"Untertitel","tutorial":"Lernprogramm","history":"Verlauf","lang":"Sprachen","singleLang":"Sprache","message":"Geben Sie Ihre Nachricht ein","allowMicrophone":"Geben Sie Ihrem Browser die Erlaubnis, das Mikrofon zu benutzen, um fortzufahren","back":"zur\xfcck","backconversation":"zur\xfcck zum Gespr\xe4ch","close":"schlie\xdfen","answer":" beantwortet Ihre Fragen"},"de-DE":{"menu":"Men\xfc","mode":"Modus","parameters":"Parameter","sound":"Ton","subtitle":"Untertitel","tutorial":"Lernprogramm","history":"Verlauf","lang":"Sprachen","singleLang":"Sprache","message":"Geben Sie Ihre Nachricht ein","allowMicrophone":"Geben Sie Ihrem Browser die Erlaubnis, das Mikrofon zu benutzen, um fortzufahren","back":"zur\xfcck","backconversation":"zur\xfcck zum Gespr\xe4ch","close":"schlie\xdfen","answer":" beantwortet Ihre Fragen"},"en-CA":{"menu":"menu","mode":"mode","parameters":"parameters","sound":"sound","subtitle":"subtitle","tutorial":"tutorial","history":"history","lang":"languages","singleLang":"language","message":"Enter your message","allowMicrophone":"Give your browser permission to use microphone to continue","back":"back","backconversation":"back to the conversation","close":"close","answer":" answers your questions"},"en-GB":{"menu":"menu","mode":"mode","parameters":"parameters","sound":"sound","subtitle":"subtitle","tutorial":"tutorial","history":"history","lang":"languages","singleLang":"language","message":"Enter your message","allowMicrophone":"Give your browser permission to use microphone to continue","back":"back","backconversation":"back to the conversation","close":"close","answer":" answers your questions"},"en-HK":{"menu":"menu","mode":"mode","parameters":"parameters","sound":"sound","subtitle":"subtitle","tutorial":"tutorial","history":"history","lang":"languages","singleLang":"language","message":"Enter your message","allowMicrophone":"Give your browser permission to use microphone to continue","back":"back","backconversation":"back to the conversation","close":"close","answer":" answers your questions"},"en-IE":{"menu":"menu","mode":"mode","parameters":"parameters","sound":"sound","subtitle":"subtitle","tutorial":"tutorial","history":"history","lang":"languages","singleLang":"language","message":"Enter your message","allowMicrophone":"Give your browser permission to use microphone to continue","back":"back","backconversation":"back to the conversation","close":"close","answer":" answers your questions"},"en-IN":{"menu":"menu","mode":"mode","parameters":"parameters","sound":"sound","subtitle":"subtitle","tutorial":"tutorial","history":"history","lang":"languages","singleLang":"language","message":"Enter your message","allowMicrophone":"Give your browser permission to use microphone to continue","back":"back","backconversation":"back to the conversation","close":"close","answer":" answers your questions"},"en-US":{"menu":"menu","mode":"mode","parameters":"parameters","sound":"sound","subtitle":"subtitle","tutorial":"tutorial","history":"history","lang":"languages","singleLang":"language","message":"Enter your message","allowMicrophone":"Give your browser permission to use microphone to continue","back":"back","backconversation":"back to the conversation","close":"close","answer":" answers your questions"},"es-ES":{"menu":"men\xfa","mode":"modo","parameters":"par\xe1metros","sound":"sonido","subtitle":"subt\xedtulos","tutorial":"tutorial","history":"historia","lang":"idiomas","singleLang":"idioma","message":"Escriba su mensaje","allowMicrophone":"D\xe9 permiso a su navegador para utilizar el micr\xf3fono para continuar","back":"volver","backconversation":"volver a la conversaci\xf3n","close":"cerrar","answer":" responde a tus preguntas"},"es-MX":{"menu":"men\xfa","mode":"modo","parameters":"par\xe1metros","sound":"sonido","subtitle":"subt\xedtulos","tutorial":"tutorial","history":"historia","lang":"idiomas","singleLang":"idioma","message":"Escriba su mensaje","allowMicrophone":"D\xe9 permiso a su navegador para utilizar el micr\xf3fono para continuar","back":"volver","backconversation":"volver a la conversaci\xf3n","close":"cerrar","answer":" responde a tus preguntas"},"fi-FI":{"menu":"valikosta","mode":"muoti","parameters":"asetukset","sound":"h\xe4nen","subtitle":"alaotsikko","tutorial":"opetusohjelma","history":"historiallinen","lang":"KIELI (KIELET","singleLang":"Kieli","message":"Kirjoita viestisi","allowMicrophone":"Anna selaimen k\xe4ytt\xe4\xe4 mikrofonia jatkaaksesi","back":"takaisin","backconversation":"takaisin keskusteluun","close":"kiinni","answer":" vastaa kysymyksiisi"},"fr-BE":{"menu":"menu","mode":"mode","parameters":"param\xe8tres","sound":"son","subtitle":"sous-titre","tutorial":"tutoriel","history":"historique","lang":"langues","singleLang":"langue","message":"Saisissez votre message","allowMicrophone":"Autorisez votre navigateur \xe0 utiliser votre micro pour continuer","back":"retour","backconversation":"retour \xe0 la conversation","close":"fermer","answer":" r\xe9pond \xe0 vos questions"},"fr-CA":{"menu":"menu","mode":"mode","parameters":"param\xe8tres","sound":"son","subtitle":"sous-titre","tutorial":"tutoriel","history":"historique","lang":"langues","singleLang":"langue","message":"Saisissez votre message","allowMicrophone":"Autorisez votre navigateur \xe0 utiliser votre micro pour continuer","back":"retour","backconversation":"retour \xe0 la conversation","close":"fermer","answer":" r\xe9pond \xe0 vos questions"},"fr-CH":{"menu":"menu","mode":"mode","parameters":"param\xe8tres","sound":"son","subtitle":"sous-titre","tutorial":"tutoriel","history":"historique","lang":"langues","singleLang":"langue","message":"Saisissez votre message","allowMicrophone":"Autorisez votre navigateur \xe0 utiliser votre micro pour continuer","back":"retour","backconversation":"retour \xe0 la conversation","close":"fermer","answer":" r\xe9pond \xe0 vos questions"},"fr-FR":{"menu":"menu","mode":"mode","parameters":"param\xe8tres","sound":"son","subtitle":"sous-titre","tutorial":"tutoriel","history":"historique","lang":"langues","singleLang":"langue","message":"Saisissez votre message","allowMicrophone":"Autorisez votre navigateur \xe0 utiliser votre micro pour continuer","back":"retour","backconversation":"retour \xe0 la conversation","close":"fermer","answer":" r\xe9pond \xe0 vos questions"},"hi-IN":{"menu":"\u092E\u0947\u0928\u094D\u092F\u0942","mode":"\u092A\u0939\u0928\u093E\u0935\u093E","parameters":"\u0938\u092E\u093E\u092F\u094B\u091C\u0928","sound":"\u0909\u0938\u0915\u0940","subtitle":"\u0909\u092A\u0936\u0940\u0930\u094D\u0937\u0915","tutorial":"\u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932","history":"\u0910\u0924\u093F\u0939\u093E\u0938\u093F\u0915","lang":"\u092C\u094B\u0932\u0940","singleLang":"\u092D\u093E\u0937\u093E","message":"\u0905\u092A\u0928\u093E \u0938\u0902\u0926\u0947\u0936 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902","allowMicrophone":"\u091C\u093E\u0930\u0940 \u0930\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0915\u094B \u0905\u092A\u0928\u0947 \u092E\u093E\u0907\u0915\u094D\u0930\u094B\u092B\u093C\u094B\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0902","back":"\u092A\u0940\u091B\u0947","backconversation":"\u092C\u093E\u0924\u091A\u0940\u0924 \u092A\u0930 \u0935\u093E\u092A\u0938","close":"\u092C\u0902\u0926 \u0915\u0930\u0928\u093E","answer":" \u0906\u092A\u0915\u0947 \u092A\u094D\u0930\u0936\u094D\u0928\u094B\u0902 \u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947\u0924\u093E \u0939\u0948"},"hu-HU":{"menu":"men\xfc","mode":"divat","parameters":"be\xe1ll\xedt\xe1sok","sound":"neki","subtitle":"felirat","tutorial":"oktat\xf3anyag","history":"t\xf6rt\xe9nelmi","lang":"NYELVEK","singleLang":"nyelv","message":"\xcdrja be \xfczenet\xe9t","allowMicrophone":"A folytat\xe1shoz enged\xe9lyezze b\xf6ng\xe9sz\u0151j\xe9nek a mikrofon haszn\xe1lat\xe1t","back":"vissza","backconversation":"vissza a besz\xe9lget\xe9shez","close":"Bez\xe1r\xe1s","answer":" v\xe1laszol a k\xe9rd\xe9seidre"},"id-ID":{"menu":"menu","mode":"mode","parameters":"pengaturan","sound":"dia","subtitle":"subjudul","tutorial":"tutorial","history":"historis","lang":"BAHASA","singleLang":"bahasa","message":"Masukkan pesan Anda","allowMicrophone":"Izinkan browser Anda menggunakan mikrofon untuk melanjutkan","back":"kembali","backconversation":"kembali ke percakapan","close":"menutup","answer":" menjawab pertanyaan Anda"},"it-IT":{"menu":"men\xf9","mode":"moda","parameters":"impostazioni","sound":"suo","subtitle":"sottotitolo","tutorial":"tutorial","history":"storico","lang":"LE LINGUE","singleLang":"Lingua","message":"Inserisci il tuo messaggio","allowMicrophone":"Consenti al tuo browser di utilizzare il microfono per continuare","back":"Indietro","backconversation":"torniamo alla conversazione","close":"chiudere","answer":" risponde alle tue domande"},"ja-JP":{"menu":"\u30E1\u30CB\u30E5\u30FC","mode":"\u30D5\u30A1\u30C3\u30B7\u30E7\u30F3","parameters":"\u8A2D\u5B9A","sound":"\u5F7C\u5973","subtitle":"\u5B57\u5E55","tutorial":"\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB","history":"\u6B74\u53F2\u7684\u306A","lang":"\u8A00\u8A9E","singleLang":"\u8A00\u8A9E","message":"\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044","allowMicrophone":"\u7D9A\u884C\u3059\u308B\u306B\u306F\u30D6\u30E9\u30A6\u30B6\u306B\u30DE\u30A4\u30AF\u306E\u4F7F\u7528\u3092\u8A31\u53EF\u3057\u307E\u3059","back":"\u623B\u308B","backconversation":"\u4F1A\u8A71\u306B\u623B\u308A\u307E\u3059","close":"\u8FD1\u3044","answer":" \u3042\u306A\u305F\u306E\u8CEA\u554F\u306B\u7B54\u3048\u307E\u3059"},"ko-KR":{"menu":"\uBA54\uB274","mode":"\uD328\uC158","parameters":"\uC124\uC815","sound":"\uADF8\uB140\uC758","subtitle":"\uBD80\uC81C","tutorial":"\uC9C0\uB3C4 \uC2DC\uAC04","history":"\uC5ED\uC0AC\uC801\uC778","lang":"\uC5B8\uC5B4","singleLang":"\uC5B8\uC5B4","message":"\uBA54\uC2DC\uC9C0\uB97C \uC785\uB825\uD558\uC138\uC694","allowMicrophone":"\uACC4\uC18D\uD558\uB824\uBA74 \uBE0C\uB77C\uC6B0\uC800\uC5D0\uC11C \uB9C8\uC774\uD06C\uB97C \uC0AC\uC6A9\uD558\uB3C4\uB85D \uD5C8\uC6A9\uD558\uC138\uC694.","back":"\uB4A4\uCABD\uC5D0","backconversation":"\uB300\uD654\uB85C \uB3CC\uC544\uAC00\uC11C","close":"\uB2EB\uB2E4","answer":" \uADC0\uD558\uC758 \uC9C8\uBB38\uC5D0 \uB2F5\uBCC0"},"nb-NO":{"menu":"Meny","mode":"mote","parameters":"innstillinger","sound":"henne","subtitle":"undertekst","tutorial":"oppl\xe6ringen","history":"historisk","lang":"SPR\xc5K","singleLang":"Spr\xe5k","message":"Skriv inn meldingen din","allowMicrophone":"La nettleseren din bruke mikrofonen for \xe5 fortsette","back":"tilbake","backconversation":"tilbake til samtalen","close":"Lukk","answer":" svarer p\xe5 sp\xf8rsm\xe5lene dine"},"nl-BE":{"menu":"menu","mode":"mode","parameters":"instellingen","sound":"zijn","subtitle":"ondertitel","tutorial":"zelfstudie","history":"historisch","lang":"TALEN","singleLang":"taal","message":"Voer uw bericht in","allowMicrophone":"Laat uw browser uw microfoon gebruiken om door te gaan","back":"rug","backconversation":"terug naar het gesprek","close":"sluiten","answer":" beantwoordt uw vragen"},"nl-NL":{"menu":"menu","mode":"mode","parameters":"instellingen","sound":"zijn","subtitle":"ondertitel","tutorial":"zelfstudie","history":"historisch","lang":"TALEN","singleLang":"taal","message":"Voer uw bericht in","allowMicrophone":"Laat uw browser uw microfoon gebruiken om door te gaan","back":"rug","backconversation":"terug naar het gesprek","close":"sluiten","answer":" beantwoordt uw vragen"},"pl-PL":{"menu":"menu","mode":"moda","parameters":"ustawienia","sound":"jej","subtitle":"podtytu\u0142","tutorial":"instrukta\u017C","history":"historyczny","lang":"J\u0118ZYKI","singleLang":"j\u0119zyk","message":"Wpisz swoj\u0105 wiadomo\u015B\u0107","allowMicrophone":"Aby kontynuowa\u0107, zezw\xf3l przegl\u0105darce na korzystanie z mikrofonu","back":"z powrotem","backconversation":"wr\xf3\u0107 do rozmowy","close":"zamkn\u0105\u0107","answer":" odpowiada na Twoje pytania"},"pt-BR":{"menu":"card\xe1pio","mode":"moda","parameters":"configura\xe7\xf5es","sound":"dela","subtitle":"legenda","tutorial":"tutorial","history":"hist\xf3rico","lang":"L\xcdNGUAS","singleLang":"linguagem","message":"Digite sua mensagem","allowMicrophone":"Permita que seu navegador use seu microfone para continuar","back":"voltar","backconversation":"de volta \xe0 conversa","close":"fechar","answer":" responde \xe0s suas perguntas"},"pt-PT":{"menu":"card\xe1pio","mode":"moda","parameters":"configura\xe7\xf5es","sound":"dela","subtitle":"legenda","tutorial":"tutorial","history":"hist\xf3rico","lang":"L\xcdNGUAS","singleLang":"linguagem","message":"Digite sua mensagem","allowMicrophone":"Permita que seu navegador use seu microfone para continuar","back":"voltar","backconversation":"de volta \xe0 conversa","close":"fechar","answer":" responde \xe0s suas perguntas"},"ru-RU":{"menu":"\u043C\u0435\u043D\u044E","mode":"\u043C\u043E\u0434\u0430","parameters":"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438","sound":"\u0435\u0435","subtitle":"\u0441\u0443\u0431\u0442\u0438\u0442\u0440\u044B","tutorial":"\u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E","history":"\u0438\u0441\u0442\u043E\u0440\u0438\u0447\u0435\u0441\u043A\u0438\u0439","lang":"\u042F\u0417\u042B\u041A\u0418","singleLang":"\u044F\u0437\u044B\u043A","message":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0432\u0430\u0448\u0435 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435","allowMicrophone":"\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u0435 \u0432\u0430\u0448\u0435\u043C\u0443 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0443 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u043C\u0438\u043A\u0440\u043E\u0444\u043E\u043D, \u0447\u0442\u043E\u0431\u044B \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C.","back":"\u043D\u0430\u0437\u0430\u0434","backconversation":"\u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043A \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440\u0443","close":"\u0437\u0430\u043A\u0440\u044B\u0432\u0430\u0442\u044C","answer":" \u043E\u0442\u0432\u0435\u0447\u0430\u0435\u0442 \u043D\u0430 \u0432\u0430\u0448\u0438 \u0432\u043E\u043F\u0440\u043E\u0441\u044B"},"sv-SE":{"menu":"meni","mode":"moda","parameters":"nastavitve","sound":"njo","subtitle":"podnaslov","tutorial":"vadnica","history":"zgodovinski","lang":"JEZIKI","singleLang":"jezik","message":"Vnesite svoje sporo\u010Dilo","allowMicrophone":"Za nadaljevanje dovolite brskalniku uporabo mikrofona","back":"nazaj","backconversation":"nazaj k pogovoru","close":"blizu","answer":" odgovarja na va\u0161a vpra\u0161anja"},"th-TH":{"menu":"\u0E40\u0E21\u0E19\u0E39","mode":"\u0E41\u0E1F\u0E0A\u0E31\u0E48\u0E19","parameters":"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32","sound":"\u0E02\u0E2D\u0E07\u0E40\u0E18\u0E2D","subtitle":"\u0E04\u0E33\u0E1A\u0E23\u0E23\u0E22\u0E32\u0E22","tutorial":"\u0E01\u0E27\u0E14\u0E27\u0E34\u0E0A\u0E32","history":"\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34\u0E28\u0E32\u0E2A\u0E15\u0E23\u0E4C","lang":"\u0E20\u0E32\u0E29\u0E32","singleLang":"\u0E20\u0E32\u0E29\u0E32","message":"\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13","allowMicrophone":"\u0E2D\u0E19\u0E38\u0E0D\u0E32\u0E15\u0E43\u0E2B\u0E49\u0E40\u0E1A\u0E23\u0E32\u0E27\u0E4C\u0E40\u0E0B\u0E2D\u0E23\u0E4C\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E43\u0E0A\u0E49\u0E44\u0E21\u0E42\u0E04\u0E23\u0E42\u0E1F\u0E19\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D","back":"\u0E01\u0E25\u0E31\u0E1A","backconversation":"\u0E01\u0E25\u0E31\u0E1A\u0E44\u0E1B\u0E17\u0E35\u0E48\u0E01\u0E32\u0E23\u0E2A\u0E19\u0E17\u0E19\u0E32","close":"\u0E1B\u0E34\u0E14","answer":" \u0E15\u0E2D\u0E1A\u0E04\u0E33\u0E16\u0E32\u0E21\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13"},"tr-TR":{"menu":"Men\xfc","mode":"moda","parameters":"ayarlar","sound":"o","subtitle":"alt yaz\u0131","tutorial":"\xf6\u011Fretici","history":"tarihi","lang":"D\u0130LLER","singleLang":"dil","message":"Mesaj\u0131n\u0131z\u0131 girin","allowMicrophone":"Devam etmek i\xe7in taray\u0131c\u0131n\u0131z\u0131n mikrofonunuzu kullanmas\u0131na izin verin","back":"geri","backconversation":"konu\u015Fmaya geri d\xf6n","close":"kapal\u0131","answer":" sorular\u0131n\u0131z\u0131 yan\u0131tl\u0131yor"},"zh-CN":{"menu":"\u83DC\u5355","mode":"\u65F6\u5C1A","parameters":"\u8BBE\u7F6E","sound":"\u5979","subtitle":"\u5B57\u5E55","tutorial":"\u6559\u7A0B","history":"\u5386\u53F2\u7684","lang":"\u8BED\u8A00","singleLang":"\u8BED\u8A00","message":"\u8F93\u5165\u60A8\u7684\u7559\u8A00","allowMicrophone":"\u5141\u8BB8\u60A8\u7684\u6D4F\u89C8\u5668\u4F7F\u7528\u60A8\u7684\u9EA6\u514B\u98CE\u4EE5\u7EE7\u7EED","back":"\u540E\u9000","backconversation":"\u56DE\u5230\u5BF9\u8BDD","close":"\u5173\u95ED","answer":" \u56DE\u7B54\u4F60\u7684\u95EE\u9898"},"zh-HK":{"menu":"\u83DC\u5355","mode":"\u65F6\u5C1A","parameters":"\u8BBE\u7F6E","sound":"\u5979","subtitle":"\u5B57\u5E55","tutorial":"\u6559\u7A0B","history":"\u5386\u53F2\u7684","lang":"\u8BED\u8A00","singleLang":"\u8BED\u8A00","message":"\u8F93\u5165\u60A8\u7684\u7559\u8A00","allowMicrophone":"\u5141\u8BB8\u60A8\u7684\u6D4F\u89C8\u5668\u4F7F\u7528\u60A8\u7684\u9EA6\u514B\u98CE\u4EE5\u7EE7\u7EED","back":"\u540E\u9000","backconversation":"\u56DE\u5230\u5BF9\u8BDD","close":"\u5173\u95ED","answer":" \u56DE\u7B54\u4F60\u7684\u95EE\u9898"},"zh-TW":{"menu":"\u83DC\u5355","mode":"\u65F6\u5C1A","parameters":"\u8BBE\u7F6E","sound":"\u5979","subtitle":"\u5B57\u5E55","tutorial":"\u6559\u7A0B","history":"\u5386\u53F2\u7684","lang":"\u8BED\u8A00","singleLang":"\u8BED\u8A00","message":"\u8F93\u5165\u60A8\u7684\u7559\u8A00","allowMicrophone":"\u5141\u8BB8\u60A8\u7684\u6D4F\u89C8\u5668\u4F7F\u7528\u60A8\u7684\u9EA6\u514B\u98CE\u4EE5\u7EE7\u7EED","back":"\u540E\u9000","backconversation":"\u56DE\u5230\u5BF9\u8BDD","close":"\u5173\u95ED","answer":" \u56DE\u7B54\u4F60\u7684\u95EE\u9898"}}');
|
|
2818
3005
|
|
|
2819
3006
|
|
|
2820
3007
|
|
|
@@ -3126,6 +3313,23 @@ var $2fd3bc7c6f6085ca$export$2e2bcd8739ae039 = $2fd3bc7c6f6085ca$var$RetorikLogo
|
|
|
3126
3313
|
|
|
3127
3314
|
|
|
3128
3315
|
|
|
3316
|
+
const $feaba0b4b9a76639$var$FileIcon = ({ className: className, color: color })=>{
|
|
3317
|
+
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("svg", {
|
|
3318
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3319
|
+
viewBox: "0 0 19.908 23.226",
|
|
3320
|
+
className: className || "rf-h-6 rf-w-6",
|
|
3321
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("path", {
|
|
3322
|
+
d: "M21.6,7.129a3.016,3.016,0,0,1,.622.985,2.991,2.991,0,0,1,.259,1.141V24.185a1.239,1.239,0,0,1-1.244,1.244H3.815a1.239,1.239,0,0,1-1.244-1.244V3.448A1.239,1.239,0,0,1,3.815,2.2H15.428a2.992,2.992,0,0,1,1.141.259,3.016,3.016,0,0,1,.985.622ZM15.843,3.966V8.839h4.873a1.416,1.416,0,0,0-.285-.531L16.374,4.251a1.416,1.416,0,0,0-.531-.285Zm4.977,19.8V10.5H15.428a1.239,1.239,0,0,1-1.244-1.244V3.862H4.23V23.77H20.82Z",
|
|
3323
|
+
transform: "translate(-2.571 -2.203)",
|
|
3324
|
+
fill: color || "#00d7ff"
|
|
3325
|
+
})
|
|
3326
|
+
});
|
|
3327
|
+
};
|
|
3328
|
+
var $feaba0b4b9a76639$export$2e2bcd8739ae039 = $feaba0b4b9a76639$var$FileIcon;
|
|
3329
|
+
|
|
3330
|
+
|
|
3331
|
+
|
|
3332
|
+
|
|
3129
3333
|
|
|
3130
3334
|
const { useSendMessage: $3f116974b9b94642$var$useSendMessage } = (0, $dWhh5$botframeworkwebchat.hooks);
|
|
3131
3335
|
const $3f116974b9b94642$var$SendTextBox = ({ className: className, withButton: withButton })=>{
|
|
@@ -3263,7 +3467,7 @@ var $50315c9d99ad0fa4$export$2e2bcd8739ae039 = $50315c9d99ad0fa4$var$Toggle;
|
|
|
3263
3467
|
|
|
3264
3468
|
|
|
3265
3469
|
|
|
3266
|
-
const $60db13994a4969cf$var$ToggleWithTexts = ({ texts: texts, colors: colors, handleChange: handleChange, defaultChecked: defaultChecked })=>{
|
|
3470
|
+
const $60db13994a4969cf$var$ToggleWithTexts = ({ texts: texts, colors: colors, handleChange: handleChange, defaultChecked: defaultChecked, showLeft: showLeft, showRight: showRight })=>{
|
|
3267
3471
|
const [left, setLeft] = (0, $dWhh5$react.useState)(!defaultChecked || defaultChecked === texts.leftId);
|
|
3268
3472
|
/**
|
|
3269
3473
|
* On call :
|
|
@@ -3275,13 +3479,13 @@ const $60db13994a4969cf$var$ToggleWithTexts = ({ texts: texts, colors: colors, h
|
|
|
3275
3479
|
setLeft(leftSide);
|
|
3276
3480
|
};
|
|
3277
3481
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
3278
|
-
className: "rf-
|
|
3482
|
+
className: "rf-flex rf-flex-row rf-justify-between rf-text-size-auto rf-rounded-8 rf-cursor-pointer rf-select-none rf-shadow-[inset_0_12px_12px_-12px_#00000029,inset_0_-12px_12px_-12px_#00000029]",
|
|
3279
3483
|
style: {
|
|
3280
3484
|
background: "linear-gradient(to left, #CBCBCB 0%, #9A9797 50%, #4E4C4C 100%)",
|
|
3281
3485
|
color: colors.text
|
|
3282
3486
|
},
|
|
3283
3487
|
children: [
|
|
3284
|
-
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
3488
|
+
showLeft && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
3285
3489
|
className: `rf-px-4 rf-py-2 rf-uppercase rf-font-bold rf-border rf-rounded-8 ${left && "rf-shadow-[0_0_3px_6px_#00000029]"} `,
|
|
3286
3490
|
style: {
|
|
3287
3491
|
background: left ? colors.background : "transparent",
|
|
@@ -3290,7 +3494,7 @@ const $60db13994a4969cf$var$ToggleWithTexts = ({ texts: texts, colors: colors, h
|
|
|
3290
3494
|
onClick: ()=>handleToggle(true),
|
|
3291
3495
|
children: texts.left
|
|
3292
3496
|
}),
|
|
3293
|
-
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
3497
|
+
showRight && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
3294
3498
|
className: `rf-px-4 rf-py-2 rf-uppercase rf-font-bold rf-border rf-rounded-8 ${!left && "rf-shadow-[0_0_3px_6px_#00000029]"}`,
|
|
3295
3499
|
style: {
|
|
3296
3500
|
background: left ? "transparent" : colors.background,
|
|
@@ -3664,6 +3868,94 @@ var $423ab681a4f3c992$export$2e2bcd8739ae039 = $423ab681a4f3c992$var$PhotoCamera
|
|
|
3664
3868
|
|
|
3665
3869
|
|
|
3666
3870
|
|
|
3871
|
+
const $af9d96785bf50da0$var$PrintIcon = ({ className: className })=>{
|
|
3872
|
+
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("svg", {
|
|
3873
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3874
|
+
viewBox: "0 0 24.578 24.578",
|
|
3875
|
+
className: className || "rf-h-6",
|
|
3876
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("g", {
|
|
3877
|
+
transform: "translate(0.5 0.5)",
|
|
3878
|
+
children: [
|
|
3879
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("path", {
|
|
3880
|
+
d: "M9,11.252V3H23.147v8.252",
|
|
3881
|
+
transform: "translate(-4.284 -3)",
|
|
3882
|
+
fill: "none",
|
|
3883
|
+
stroke: "#000",
|
|
3884
|
+
strokeLinecap: "round",
|
|
3885
|
+
strokeLinejoin: "round",
|
|
3886
|
+
strokeWidth: "1"
|
|
3887
|
+
}),
|
|
3888
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("path", {
|
|
3889
|
+
d: "M7.716,24.11H5.358A2.358,2.358,0,0,1,3,21.752V15.858A2.358,2.358,0,0,1,5.358,13.5H24.221a2.358,2.358,0,0,1,2.358,2.358v5.895a2.358,2.358,0,0,1-2.358,2.358H21.863",
|
|
3890
|
+
transform: "translate(-3 -5.248)",
|
|
3891
|
+
fill: "none",
|
|
3892
|
+
stroke: "#000",
|
|
3893
|
+
strokeLinecap: "round",
|
|
3894
|
+
strokeLinejoin: "round",
|
|
3895
|
+
strokeWidth: "1"
|
|
3896
|
+
}),
|
|
3897
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("path", {
|
|
3898
|
+
d: "M9,21H23.147v9.431H9Z",
|
|
3899
|
+
transform: "translate(-4.284 -6.853)",
|
|
3900
|
+
fill: "none",
|
|
3901
|
+
stroke: "#000",
|
|
3902
|
+
strokeLinecap: "round",
|
|
3903
|
+
strokeLinejoin: "round",
|
|
3904
|
+
strokeWidth: "1"
|
|
3905
|
+
})
|
|
3906
|
+
]
|
|
3907
|
+
})
|
|
3908
|
+
});
|
|
3909
|
+
};
|
|
3910
|
+
var $af9d96785bf50da0$export$2e2bcd8739ae039 = $af9d96785bf50da0$var$PrintIcon;
|
|
3911
|
+
|
|
3912
|
+
|
|
3913
|
+
|
|
3914
|
+
|
|
3915
|
+
const $fe484ded26d3d4a3$var$RoundIcon = ({ className: className })=>{
|
|
3916
|
+
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("svg", {
|
|
3917
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3918
|
+
viewBox: "0 0 20.306 20.306",
|
|
3919
|
+
className: className || "rf-h-4",
|
|
3920
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("g", {
|
|
3921
|
+
transform: "translate(-2 -2)",
|
|
3922
|
+
children: [
|
|
3923
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("path", {
|
|
3924
|
+
d: "M21.306,12.153A9.153,9.153,0,1,1,12.153,3a9.153,9.153,0,0,1,9.153,9.153Z",
|
|
3925
|
+
transform: "translate(0 0)",
|
|
3926
|
+
fill: "none",
|
|
3927
|
+
stroke: "#000",
|
|
3928
|
+
strokeLinecap: "round",
|
|
3929
|
+
strokeLinejoin: "round",
|
|
3930
|
+
strokeWidth: "2"
|
|
3931
|
+
}),
|
|
3932
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("path", {
|
|
3933
|
+
d: "M18,21.661V18",
|
|
3934
|
+
transform: "translate(-5.847 -5.847)",
|
|
3935
|
+
fill: "none",
|
|
3936
|
+
stroke: "#000",
|
|
3937
|
+
strokeLinecap: "round",
|
|
3938
|
+
strokeLinejoin: "round",
|
|
3939
|
+
strokeWidth: "2"
|
|
3940
|
+
}),
|
|
3941
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("path", {
|
|
3942
|
+
d: "M18,12h0",
|
|
3943
|
+
transform: "translate(-5.847 -3.508)",
|
|
3944
|
+
fill: "none",
|
|
3945
|
+
stroke: "#000",
|
|
3946
|
+
strokeLinecap: "round",
|
|
3947
|
+
strokeLinejoin: "round",
|
|
3948
|
+
strokeWidth: "2"
|
|
3949
|
+
})
|
|
3950
|
+
]
|
|
3951
|
+
})
|
|
3952
|
+
});
|
|
3953
|
+
};
|
|
3954
|
+
var $fe484ded26d3d4a3$export$2e2bcd8739ae039 = $fe484ded26d3d4a3$var$RoundIcon;
|
|
3955
|
+
|
|
3956
|
+
|
|
3957
|
+
|
|
3958
|
+
|
|
3667
3959
|
|
|
3668
3960
|
|
|
3669
3961
|
|
|
@@ -3979,34 +4271,6 @@ var $123aaace3a01fe9a$export$2e2bcd8739ae039 = $123aaace3a01fe9a$var$POIAttachme
|
|
|
3979
4271
|
|
|
3980
4272
|
|
|
3981
4273
|
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
var $0c8ba280a3fb3923$exports = {};
|
|
3985
|
-
$0c8ba280a3fb3923$exports = JSON.parse('{"fr-FR":{"comment":"avis clients","route":"itin\xe9raire","nodata":"Aucun contenu ne correspond \xe0 votre recherche","pr\xe9c\xe9dent":"Page pr\xe9c\xe9dente","suivant":"Voir la suite","download":"T\xe9l\xe9charger cette fiche","scanQR":"en scannant le QrCode"},"en-US":{"comment":"customer review","route":"route","nodata":"No content corresponds to your search","pr\xe9c\xe9dent":"Previous page","suivant":"Next page","download":"Download this sheet","scanQR":"by scanning the QrCode"},"es-ES":{"comment":"revisi\xf3n del cliente","route":"ruta","nodata":"Ning\xfan contenido corresponde a su b\xfasqueda","pr\xe9c\xe9dent":"P\xe1gina anterior","suivant":"P\xe1gina siguiente","download":"Descargue esta hoja","scanQR":"escaneando el QrCode"},"de-DE":{"comment":"Kundenbewertung","route":"Route","nodata":"Kein Inhalt entspricht Ihrer Suche","pr\xe9c\xe9dent":"Vorherige Seite","suivant":"N\xe4chste Seite","download":"Dieses Blatt herunterladen","scanQR":"durch Scannen des QrCodes"}}');
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
const { useSendPostBack: $93b0e82a0b3c6a01$var$useSendPostBack } = (0, $dWhh5$botframeworkwebchatcomponent.hooks);
|
|
3989
|
-
const $93b0e82a0b3c6a01$var$PaginationAttachment = ({ body: body, selectAction: selectAction })=>{
|
|
3990
|
-
var _translation_locale;
|
|
3991
|
-
const locale = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)((state)=>state.locale);
|
|
3992
|
-
const sendPostBack = $93b0e82a0b3c6a01$var$useSendPostBack();
|
|
3993
|
-
const handleClick = ()=>{
|
|
3994
|
-
selectAction.data && sendPostBack(selectAction.data);
|
|
3995
|
-
};
|
|
3996
|
-
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
3997
|
-
className: "rf-w-full rf-rounded",
|
|
3998
|
-
onClick: handleClick,
|
|
3999
|
-
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
4000
|
-
className: "rf-relative rf-w-full rf-flex rf-items-center rf-justify-center rf-bg-truewhite rf-rounded rf-aspect-video rf-underline rf-cursor-pointer",
|
|
4001
|
-
children: ((_translation_locale = (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))[locale]) === null || _translation_locale === void 0 ? void 0 : _translation_locale[body[0].text.toLowerCase()]) || (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))["fr-FR"][body[0].text.toLowerCase()]
|
|
4002
|
-
})
|
|
4003
|
-
});
|
|
4004
|
-
};
|
|
4005
|
-
var $93b0e82a0b3c6a01$export$2e2bcd8739ae039 = $93b0e82a0b3c6a01$var$PaginationAttachment;
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
4274
|
const $e0ed19a09a20c9b8$var$EmptyAttachment = ()=>{
|
|
4011
4275
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
4012
4276
|
className: "rf-w-full rf-h-full rf-flex rf-flex-col rf-gap-2 rf-rounded",
|
|
@@ -4118,8 +4382,6 @@ var $e72567f3ecb45686$export$2e2bcd8739ae039 = $e72567f3ecb45686$var$ImageAttach
|
|
|
4118
4382
|
|
|
4119
4383
|
|
|
4120
4384
|
|
|
4121
|
-
var $0c4d11c1963ef1d2$exports = {};
|
|
4122
|
-
$0c4d11c1963ef1d2$exports = JSON.parse('{"fr-FR":{"download":"T\xe9l\xe9charger","goto":"Acc\xe9der \xe0 l\'adresse","click":"Cliquez-ici","scanQR":"en scannant le QrCode"},"en-US":{"download":"Download","goto":"Go to address","click":"Click here","scanQR":"by scanning the QrCode"},"es-ES":{"download":"Descargar","goto":"Ir a la direcci\xf3n","click":"Haga clic aqu\xed","scanQR":"escaneando el QrCode"},"de-DE":{"download":"Herunterladen","goto":"Gehe zu Adresse","click":"Hier klicken","scanQR":"durch Scannen des QrCodes"}}');
|
|
4123
4385
|
|
|
4124
4386
|
|
|
4125
4387
|
const $04321743da31c8db$export$d07f57595c356899 = (text, locale = "fr-FR")=>{
|
|
@@ -4314,41 +4576,178 @@ var $1da9b465d48442d4$export$2e2bcd8739ae039 = $1da9b465d48442d4$var$BorderlessB
|
|
|
4314
4576
|
|
|
4315
4577
|
|
|
4316
4578
|
|
|
4579
|
+
var $0c4d11c1963ef1d2$exports = {};
|
|
4580
|
+
$0c4d11c1963ef1d2$exports = JSON.parse('{"ar-EG":{"buttontext":"\u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u064A\u0642\u0629","download":"\u062A\u062D\u0645\u064A\u0644","goto":"\u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0639\u0646\u0648\u0627\u0646","click":"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627","scanQR":"\u0639\u0646 \u0637\u0631\u064A\u0642 \u0645\u0633\u062D \u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629"},"ar-SA":{"buttontext":"\u0639\u0631\u0636 \u0627\u0644\u0648\u062B\u064A\u0642\u0629","download":"\u062A\u062D\u0645\u064A\u0644","goto":"\u0627\u0630\u0647\u0628 \u0625\u0644\u0649 \u0627\u0644\u0639\u0646\u0648\u0627\u0646","click":"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627","scanQR":"\u0639\u0646 \u0637\u0631\u064A\u0642 \u0645\u0633\u062D \u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629"},"ca-ES":{"buttontext":"Visualitza el document","download":"descarregar","goto":"V\xe9s a l\'adre\xe7a","click":"Clica aqu\xed","scanQR":"escanejant el QrCode"},"cs-CZ":{"buttontext":"Zobrazit dokument","download":"Sta\u017Een\xed","goto":"P\u0159ejd\u011Bte na adresu","click":"Klikn\u011Bte zde","scanQR":"skenov\xe1n\xedm QrCode"},"da-DK":{"buttontext":"Se dokumentet","download":"Hent","goto":"G\xe5 til adressen","click":"Klik her","scanQR":"ved at scanne QRCoden"},"de-AT":{"buttontext":"Sehen Sie sich das Dokument an","download":"Herunterladen","goto":"Zur Adresse gehen","click":"klicken Sie hier","scanQR":"durch Scannen des QrCodes"},"de-CH":{"buttontext":"Sehen Sie sich das Dokument an","download":"Herunterladen","goto":"Zur Adresse gehen","click":"klicken Sie hier","scanQR":"durch Scannen des QrCodes"},"de-DE":{"buttontext":"Sehen Sie sich das Dokument an","download":"Herunterladen","goto":"Zur Adresse gehen","click":"klicken Sie hier","scanQR":"durch Scannen des QrCodes"},"en-CA":{"buttontext":"View the document","download":"Download","goto":"Go to address","click":"Click here","scanQR":"by scanning the QrCode"},"en-GB":{"buttontext":"View the document","download":"Download","goto":"Go to address","click":"Click here","scanQR":"by scanning the QrCode"},"en-HK":{"buttontext":"View the document","download":"Download","goto":"Go to address","click":"Click here","scanQR":"by scanning the QrCode"},"en-IE":{"buttontext":"View the document","download":"Download","goto":"Go to address","click":"Click here","scanQR":"by scanning the QrCode"},"en-IN":{"buttontext":"View the document","download":"Download","goto":"Go to address","click":"Click here","scanQR":"by scanning the QrCode"},"en-US":{"buttontext":"View the document","download":"Download","goto":"Go to address","click":"Click here","scanQR":"by scanning the QrCode"},"es-ES":{"buttontext":"Ver el documento","download":"Descargar","goto":"Ir a la direcci\xf3n","click":"Haga clic aqu\xed","scanQR":"escaneando el QrCode"},"es-MX":{"buttontext":"Ver el documento","download":"Descargar","goto":"Ir a la direcci\xf3n","click":"Haga clic aqu\xed","scanQR":"escaneando el QrCode"},"fi-FI":{"buttontext":"N\xe4yt\xe4 asiakirja","download":"ladata","goto":"Mene osoitteeseen","click":"Klikkaa t\xe4st\xe4","scanQR":"skannaamalla QR-koodin"},"fr-BE":{"buttontext":"Voir le document","download":"T\xe9l\xe9charger","goto":"Acc\xe9der \xe0 l\'adresse","click":"Cliquez-ici","scanQR":"en scannant le QrCode"},"fr-CA":{"buttontext":"Voir le document","download":"T\xe9l\xe9charger","goto":"Acc\xe9der \xe0 l\'adresse","click":"Cliquez-ici","scanQR":"en scannant le QrCode"},"fr-CH":{"buttontext":"Voir le document","download":"T\xe9l\xe9charger","goto":"Acc\xe9der \xe0 l\'adresse","click":"Cliquez-ici","scanQR":"en scannant le QrCode"},"fr-FR":{"buttontext":"Voir le document","download":"T\xe9l\xe9charger","goto":"Acc\xe9der \xe0 l\'adresse","click":"Cliquez-ici","scanQR":"en scannant le QrCode"},"hi-IN":{"buttontext":"\u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u0926\u0947\u0916\u0947\u0902","download":"\u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0928\u093E","goto":"\u092A\u0924\u0947 \u092A\u0930 \u091C\u093E\u090F\u0902","click":"\u092F\u0939\u093E\u0901 \u0915\u094D\u0932\u093F\u0915 \u0915\u0930\u0947\u0902","scanQR":"QrCode \u0915\u094B \u0938\u094D\u0915\u0948\u0928 \u0915\u0930\u0915\u0947"},"hu-HU":{"buttontext":"Tekintse meg a dokumentumot","download":"Let\xf6lt\xe9s","goto":"Menjen a c\xedmre","click":"Kattints ide","scanQR":"a QR-k\xf3d beolvas\xe1s\xe1val"},"id-ID":{"buttontext":"Lihat dokumennya","download":"Unduh","goto":"Pergi ke alamat","click":"klik disini","scanQR":"dengan memindai QrCode"},"it-IT":{"buttontext":"Visualizza il documento","download":"Scaricamento","goto":"Vai all\'indirizzo","click":"clicca qui","scanQR":"scansionando il QrCode"},"ja-JP":{"buttontext":"\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u898B\u308B","download":"\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9","goto":"\u4F4F\u6240\u306B\u79FB\u52D5","click":"\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF","scanQR":"Qr\u30B3\u30FC\u30C9\u3092\u30B9\u30AD\u30E3\u30F3\u3059\u308B\u3053\u3068\u3067"},"ko-KR":{"buttontext":"\uBB38\uC11C \uBCF4\uAE30","download":"\uB2E4\uC6B4\uB85C\uB4DC","goto":"\uC8FC\uC18C\uB85C \uC774\uB3D9","click":"\uC5EC\uAE30\uB97C \uD074\uB9AD\uD558\uC138\uC694","scanQR":"QrCode\uB97C \uC2A4\uCE94\uD558\uC5EC"},"nb-NO":{"buttontext":"Se dokumentet","download":"nedlasting","goto":"G\xe5 til adressen","click":"Klikk her","scanQR":"ved \xe5 skanne QRCode"},"nl-BE":{"buttontext":"Bekijk het document","download":"Downloaden","goto":"Ga naar adres","click":"Klik hier","scanQR":"door de QRCode te scannen"},"nl-NL":{"buttontext":"Bekijk het document","download":"Downloaden","goto":"Ga naar adres","click":"Klik hier","scanQR":"door de QRCode te scannen"},"pl-PL":{"buttontext":"Obejrzyj dokument","download":"Pobiera\u0107","goto":"Przejd\u017A do adresu","click":"Kliknij tutaj","scanQR":"poprzez zeskanowanie kodu QR"},"pt-BR":{"buttontext":"Veja o documento","download":"Download","goto":"Ir para o endere\xe7o","click":"Clique aqui","scanQR":"digitalizando o QrCode"},"pt-PT":{"buttontext":"Veja o documento","download":"Download","goto":"Ir para o endere\xe7o","click":"Clique aqui","scanQR":"digitalizando o QrCode"},"ru-RU":{"buttontext":"\u041F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442","download":"\u0421\u043A\u0430\u0447\u0430\u0442\u044C","goto":"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043F\u043E \u0430\u0434\u0440\u0435\u0441\u0443","click":"\u043A\u043B\u0438\u043A\u043D\u0438\u0442\u0435 \u0441\u044E\u0434\u0430","scanQR":"\u043E\u0442\u0441\u043A\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u0432 QrCode"},"sv-SE":{"buttontext":"Oglejte si dokument","download":"Prenesi","goto":"Pojdi na naslov","click":"Klikni tukaj","scanQR":"s skeniranjem QrCode"},"th-TH":{"buttontext":"\u0E14\u0E39\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23","download":"\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14","goto":"\u0E44\u0E1B\u0E17\u0E35\u0E48\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48","click":"\u0E04\u0E25\u0E34\u0E01\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48","scanQR":"\u0E42\u0E14\u0E22\u0E01\u0E32\u0E23\u0E2A\u0E41\u0E01\u0E19 QrCode"},"tr-TR":{"buttontext":"Belgeyi g\xf6r\xfcnt\xfcle","download":"\u0130ndirmek","goto":"Adrese git","click":"buraya t\u0131klay\u0131n","scanQR":"QrCode\'u tarayarak"},"zh-CN":{"buttontext":"\u67E5\u770B\u6587\u6863","download":"\u4E0B\u8F7D","goto":"\u524D\u5F80\u5730\u5740","click":"\u70B9\u51FB\u8FD9\u91CC","scanQR":"\u626B\u63CF\u4E8C\u7EF4\u7801"},"zh-HK":{"buttontext":"\u67E5\u770B\u6587\u6863","download":"\u4E0B\u8F7D","goto":"\u524D\u5F80\u5730\u5740","click":"\u70B9\u51FB\u8FD9\u91CC","scanQR":"\u626B\u63CF\u4E8C\u7EF4\u7801"},"zh-TW":{"buttontext":"\u67E5\u770B\u6587\u6863","download":"\u4E0B\u8F7D","goto":"\u524D\u5F80\u5730\u5740","click":"\u70B9\u51FB\u8FD9\u91CC","scanQR":"\u626B\u63CF\u4E8C\u7EF4\u7801"}}');
|
|
4581
|
+
|
|
4582
|
+
|
|
4583
|
+
const $18b7296c942d1259$export$2eb1c1cc4b12d451 = ({ locale: locale, isUsedOnBorne: isUsedOnBorne, data: data, fileName: fileName })=>{
|
|
4584
|
+
var _translation_locale, _translation_locale1, _translation_locale2, _translation_locale3;
|
|
4585
|
+
let textToDisplay = "";
|
|
4586
|
+
const downloadText = ((_translation_locale = (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))[locale]) === null || _translation_locale === void 0 ? void 0 : _translation_locale.download) || (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))["fr-FR"].download;
|
|
4587
|
+
const gotoText = ((_translation_locale1 = (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))[locale]) === null || _translation_locale1 === void 0 ? void 0 : _translation_locale1.goto) || (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))["fr-FR"].goto;
|
|
4588
|
+
const clickText = ((_translation_locale2 = (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))[locale]) === null || _translation_locale2 === void 0 ? void 0 : _translation_locale2.click) || (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))["fr-FR"].click;
|
|
4589
|
+
const scanQRText = ((_translation_locale3 = (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))[locale]) === null || _translation_locale3 === void 0 ? void 0 : _translation_locale3.scanQR) || (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))["fr-FR"].scanQR;
|
|
4590
|
+
if (isUsedOnBorne) {
|
|
4591
|
+
if (data.download) {
|
|
4592
|
+
if (data.title) textToDisplay = `${downloadText} \u00ab ${fileName} \u00bb`;
|
|
4593
|
+
else textToDisplay = downloadText;
|
|
4594
|
+
} else textToDisplay = gotoText;
|
|
4595
|
+
textToDisplay += ` ${scanQRText}`;
|
|
4596
|
+
} else if (data.download) {
|
|
4597
|
+
if (data.title) textToDisplay = `${downloadText} ${fileName}`;
|
|
4598
|
+
else textToDisplay = downloadText;
|
|
4599
|
+
} else textToDisplay = clickText;
|
|
4600
|
+
return textToDisplay;
|
|
4601
|
+
};
|
|
4602
|
+
|
|
4603
|
+
|
|
4604
|
+
|
|
4605
|
+
|
|
4606
|
+
|
|
4607
|
+
const $881abfa0199508c1$var$QRCodeComponent = /*#__PURE__*/ (0, ($parcel$interopDefault($dWhh5$react))).forwardRef(({ src: src, alt: alt }, ref)=>{
|
|
4608
|
+
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("img", {
|
|
4609
|
+
ref: ref,
|
|
4610
|
+
src: src,
|
|
4611
|
+
className: "rf-h-full rf-max-h-qrcode",
|
|
4612
|
+
alt: alt || "QR Code"
|
|
4613
|
+
});
|
|
4614
|
+
});
|
|
4615
|
+
var $881abfa0199508c1$export$2e2bcd8739ae039 = $881abfa0199508c1$var$QRCodeComponent;
|
|
4616
|
+
|
|
4617
|
+
|
|
4618
|
+
|
|
4619
|
+
|
|
4620
|
+
|
|
4621
|
+
var $0c8ba280a3fb3923$exports = {};
|
|
4622
|
+
$0c8ba280a3fb3923$exports = JSON.parse('{"ar-EG":{"comment":"\u0631\u0623\u064A \u0627\u0644\u0639\u0645\u064A\u0644","route":"\u0637\u0631\u064A\u0642","nodata":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0645\u062D\u062A\u0648\u0649 \u064A\u0637\u0627\u0628\u0642 \u0628\u062D\u062B\u0643","download":"\u0642\u0645 \u0628\u062A\u0646\u0632\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0631\u0642\u0629","downloadsheetmobile":"\u0642\u0645 \u0628\u062A\u0646\u0632\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0631\u0642\u0629 \u0639\u0644\u0649 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0630\u0643\u064A","scanQR":"\u0639\u0646 \u0637\u0631\u064A\u0642 \u0645\u0633\u062D \u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629","openinghours":"\u0633\u0627\u0639\u0627\u062A \u0627\u0644\u0639\u0645\u0644","prices":"\u0627\u0644\u0623\u0633\u0639\u0627\u0631","paymentmethods":"\u0637\u0631\u0642 \u0627\u0644\u062F\u0641\u0639","numberofplaces":"\u0639\u062F\u062F \u0627\u0644\u0623\u0645\u0627\u0643\u0646","print":"\u0645\u0637\u0628\u0639\u0629","printsheet":"\u0627\u0637\u0628\u0639 \u0647\u0630\u0647 \u0627\u0644\u0648\u0631\u0642\u0629","FoodEstablishment":"\u0623\u064A\u0646 \u062A\u0623\u0643\u0644","LodgingBusiness":"\u0623\u064A\u0646 \u062A\u0646\u0627\u0645","TouristDestination":"\u0645\u0627\u0630\u0627 \u062A\u0631\u0649","TouristAttraction":"\u0645\u0627 \u064A\u062C\u0628 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0647","Product":"\u0645\u0646\u062A\u062C\u0627\u062A \u0645\u062D\u0644\u064A\u0629","Service":"\u062E\u062F\u0645\u0627\u062A","Event":"\u0627\u0644\u0623\u062D\u062F\u0627\u062B","City":"\u0645\u062F\u0646","Wine":"\u0627\u0644\u0646\u0628\u064A\u0630"},"ar-SA":{"comment":"\u0631\u0623\u064A \u0627\u0644\u0639\u0645\u064A\u0644","route":"\u0637\u0631\u064A\u0642","nodata":"\u0644\u0627 \u064A\u0648\u062C\u062F \u0645\u062D\u062A\u0648\u0649 \u064A\u0637\u0627\u0628\u0642 \u0628\u062D\u062B\u0643","download":"\u0642\u0645 \u0628\u062A\u0646\u0632\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0631\u0642\u0629","downloadsheetmobile":"\u0642\u0645 \u0628\u062A\u0646\u0632\u064A\u0644 \u0647\u0630\u0647 \u0627\u0644\u0648\u0631\u0642\u0629 \u0639\u0644\u0649 \u0627\u0644\u0647\u0627\u062A\u0641 \u0627\u0644\u0630\u0643\u064A","scanQR":"\u0639\u0646 \u0637\u0631\u064A\u0642 \u0645\u0633\u062D \u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064A\u0639\u0629","openinghours":"\u0633\u0627\u0639\u0627\u062A \u0627\u0644\u0639\u0645\u0644","prices":"\u0627\u0644\u0623\u0633\u0639\u0627\u0631","paymentmethods":"\u0637\u0631\u0642 \u0627\u0644\u062F\u0641\u0639","numberofplaces":"\u0639\u062F\u062F \u0627\u0644\u0623\u0645\u0627\u0643\u0646","print":"\u0645\u0637\u0628\u0639\u0629","printsheet":"\u0627\u0637\u0628\u0639 \u0647\u0630\u0647 \u0627\u0644\u0648\u0631\u0642\u0629","FoodEstablishment":"\u0623\u064A\u0646 \u062A\u0623\u0643\u0644","LodgingBusiness":"\u0623\u064A\u0646 \u062A\u0646\u0627\u0645","TouristDestination":"\u0645\u0627\u0630\u0627 \u062A\u0631\u0649","TouristAttraction":"\u0645\u0627 \u064A\u062C\u0628 \u0627\u0644\u0642\u064A\u0627\u0645 \u0628\u0647","Product":"\u0645\u0646\u062A\u062C\u0627\u062A \u0645\u062D\u0644\u064A\u0629","Service":"\u062E\u062F\u0645\u0627\u062A","Event":"\u0627\u0644\u0623\u062D\u062F\u0627\u062B","City":"\u0645\u062F\u0646","Wine":"\u0627\u0644\u0646\u0628\u064A\u0630"},"ca-ES":{"comment":"revisi\xf3 del client","route":"carretera","nodata":"Cap contingut coincideix amb la teva cerca","download":"Descarrega aquest full","downloadsheetmobile":"descarregueu aquest full al tel\xe8fon intel\xb7ligent","scanQR":"escanejant el QrCode","openinghours":"Horari d\'obertura","prices":"Preus","paymentmethods":"M\xe8todes de Pagament","numberofplaces":"nombre de places","print":"Imprimir","printsheet":"Imprimeix aquest full","FoodEstablishment":"On menjar","LodgingBusiness":"On dormir","TouristDestination":"Qu\xe8 veure","TouristAttraction":"Qu\xe8 fer","Product":"Productes locals","Service":"Serveis","Event":"Esdeveniments","City":"Ciutats","Wine":"Vins"},"cs-CZ":{"comment":"z\xe1kaznick\xe1 recenze","route":"silnice","nodata":"Va\u0161emu vyhled\xe1v\xe1n\xed neodpov\xedd\xe1 \u017E\xe1dn\xfd obsah","download":"St\xe1hn\u011Bte si tento list","downloadsheetmobile":"st\xe1hn\u011Bte si tento list na smartphone","scanQR":"skenov\xe1n\xedm QrCode","openinghours":"Otev\xedrac\xed doba","prices":"Ceny","paymentmethods":"Platebn\xed metody","numberofplaces":"po\u010Det m\xedst","print":"Tisk","printsheet":"Vytiskn\u011Bte tento list","FoodEstablishment":"Kde j\xedst","LodgingBusiness":"Kde sp\xe1t","TouristDestination":"Co vid\u011Bt","TouristAttraction":"Co d\u011Blat","Product":"M\xedstn\xed produkty","Service":"Slu\u017Eby","Event":"Ud\xe1losti","City":"M\u011Bsta","Wine":"V\xedna"},"da-DK":{"comment":"kundeanmeldelse","route":"vej","nodata":"Intet indhold matcher din s\xf8gning","download":"Download dette ark","downloadsheetmobile":"download dette ark p\xe5 smartphone","scanQR":"ved at scanne QRCoden","openinghours":"\xc5bningstider","prices":"Priser","paymentmethods":"Betalingsmetoder","numberofplaces":"antal pladser","print":"Print","printsheet":"Udskriv dette ark","FoodEstablishment":"Hvor skal man spise","LodgingBusiness":"Hvor skal man sove","TouristDestination":"Hvad at se","TouristAttraction":"Hvad skal man g\xf8re","Product":"Lokale produkter","Service":"Tjenester","Event":"Begivenheder","City":"Byer","Wine":"Vine"},"de-AT":{"comment":"Kundenbewertung","route":"Route","nodata":"Kein Inhalt entspricht Ihrer Suche","download":"Dieses Blatt herunterladen","downloadsheetmobile":"Laden Sie dieses Blatt auf Ihr Smartphone herunter","scanQR":"durch Scannen des QrCodes","openinghours":"\xd6ffnungszeiten","prices":"Preise","paymentmethods":"Zahlungsarten","numberofplaces":"Anzahl der Pl\xe4tze","print":"Ausdrucken","printsheet":"Blat ausdrucken","FoodEstablishment":"Wo sollen wir essen","LodgingBusiness":"Wo schlafen","TouristDestination":"Was zu sehen","TouristAttraction":"Was zu tun","Product":"Lokale Produkte","Service":"Dienstleistungen","Event":"Veranstaltungen","City":"St\xe4dte","Wine":"Weine"},"de-CH":{"comment":"Kundenbewertung","route":"Route","nodata":"Kein Inhalt entspricht Ihrer Suche","download":"Dieses Blatt herunterladen","downloadsheetmobile":"Laden Sie dieses Blatt auf Ihr Smartphone herunter","scanQR":"durch Scannen des QrCodes","openinghours":"\xd6ffnungszeiten","prices":"Preise","paymentmethods":"Zahlungsarten","numberofplaces":"Anzahl der Pl\xe4tze","print":"Ausdrucken","printsheet":"Blat ausdrucken","FoodEstablishment":"Wo sollen wir essen","LodgingBusiness":"Wo schlafen","TouristDestination":"Was zu sehen","TouristAttraction":"Was zu tun","Product":"Lokale Produkte","Service":"Dienstleistungen","Event":"Veranstaltungen","City":"St\xe4dte","Wine":"Weine"},"de-DE":{"comment":"Kundenbewertung","route":"Route","nodata":"Kein Inhalt entspricht Ihrer Suche","download":"Dieses Blatt herunterladen","downloadsheetmobile":"Laden Sie dieses Blatt auf Ihr Smartphone herunter","scanQR":"durch Scannen des QrCodes","openinghours":"\xd6ffnungszeiten","prices":"Preise","paymentmethods":"Zahlungsarten","numberofplaces":"Anzahl der Pl\xe4tze","print":"Ausdrucken","printsheet":"Blat ausdrucken","FoodEstablishment":"Wo sollen wir essen","LodgingBusiness":"Wo schlafen","TouristDestination":"Was zu sehen","TouristAttraction":"Was zu tun","Product":"Lokale Produkte","Service":"Dienstleistungen","Event":"Veranstaltungen","City":"St\xe4dte","Wine":"Weine"},"en-CA":{"comment":"customer review","route":"route","nodata":"No content corresponds to your search","download":"Download this sheet","downloadsheetmobile":"download this sheet on smartphone","scanQR":"by scanning the QrCode","openinghours":"Opening hours","prices":"Prices","paymentmethods":"Payment methods","numberofplaces":"number of places","print":"Print","printsheet":"Print this sheet","FoodEstablishment":"Where to eat","LodgingBusiness":"Where to sleep","TouristDestination":"What to see","TouristAttraction":"What to do","Product":"Local products","Service":"Services","Event":"Events","City":"Cities","Wine":"Wines"},"en-GB":{"comment":"customer review","route":"route","nodata":"No content corresponds to your search","download":"Download this sheet","downloadsheetmobile":"download this sheet on smartphone","scanQR":"by scanning the QrCode","openinghours":"Opening hours","prices":"Prices","paymentmethods":"Payment methods","numberofplaces":"number of places","print":"Print","printsheet":"Print this sheet","FoodEstablishment":"Where to eat","LodgingBusiness":"Where to sleep","TouristDestination":"What to see","TouristAttraction":"What to do","Product":"Local products","Service":"Services","Event":"Events","City":"Cities","Wine":"Wines"},"en-HK":{"comment":"customer review","route":"route","nodata":"No content corresponds to your search","download":"Download this sheet","downloadsheetmobile":"download this sheet on smartphone","scanQR":"by scanning the QrCode","openinghours":"Opening hours","prices":"Prices","paymentmethods":"Payment methods","numberofplaces":"number of places","print":"Print","printsheet":"Print this sheet","FoodEstablishment":"Where to eat","LodgingBusiness":"Where to sleep","TouristDestination":"What to see","TouristAttraction":"What to do","Product":"Local products","Service":"Services","Event":"Events","City":"Cities","Wine":"Wines"},"en-IE":{"comment":"customer review","route":"route","nodata":"No content corresponds to your search","download":"Download this sheet","downloadsheetmobile":"download this sheet on smartphone","scanQR":"by scanning the QrCode","openinghours":"Opening hours","prices":"Prices","paymentmethods":"Payment methods","numberofplaces":"number of places","print":"Print","printsheet":"Print this sheet","FoodEstablishment":"Where to eat","LodgingBusiness":"Where to sleep","TouristDestination":"What to see","TouristAttraction":"What to do","Product":"Local products","Service":"Services","Event":"Events","City":"Cities","Wine":"Wines"},"en-IN":{"comment":"customer review","route":"route","nodata":"No content corresponds to your search","download":"Download this sheet","downloadsheetmobile":"download this sheet on smartphone","scanQR":"by scanning the QrCode","openinghours":"Opening hours","prices":"Prices","paymentmethods":"Payment methods","numberofplaces":"number of places","print":"Print","printsheet":"Print this sheet","FoodEstablishment":"Where to eat","LodgingBusiness":"Where to sleep","TouristDestination":"What to see","TouristAttraction":"What to do","Product":"Local products","Service":"Services","Event":"Events","City":"Cities","Wine":"Wines"},"en-US":{"comment":"customer review","route":"route","nodata":"No content corresponds to your search","download":"Download this sheet","downloadsheetmobile":"download this sheet on smartphone","scanQR":"by scanning the QrCode","openinghours":"Opening hours","prices":"Prices","paymentmethods":"Payment methods","numberofplaces":"number of places","print":"Print","printsheet":"Print this sheet","FoodEstablishment":"Where to eat","LodgingBusiness":"Where to sleep","TouristDestination":"What to see","TouristAttraction":"What to do","Product":"Local products","Service":"Services","Event":"Events","City":"Cities","Wine":"Wines"},"es-ES":{"comment":"revisi\xf3n del cliente","route":"ruta","nodata":"Ning\xfan contenido corresponde a su b\xfasqueda","download":"Descargue esta hoja","downloadsheetmobile":"descargar esta hoja en el tel\xe9fono inteligente","scanQR":"escaneando el QrCode","openinghours":"Horario de apertura","prices":"Precios","paymentmethods":"M\xe9todos de pago","numberofplaces":"numero de lugares","print":"Imprime","printsheet":"Imprime esta hoja","FoodEstablishment":"D\xf3nde comer","LodgingBusiness":"D\xf3nde dormir","TouristDestination":"Qu\xe9 ver","TouristAttraction":"Qu\xe9 hacer","Product":"Productos locales","Service":"Servicios","Event":"Eventos","City":"Ciudades","Wine":"Vinos"},"es-MX":{"comment":"revisi\xf3n del cliente","route":"ruta","nodata":"Ning\xfan contenido corresponde a su b\xfasqueda","download":"Descargue esta hoja","downloadsheetmobile":"descargar esta hoja en el tel\xe9fono inteligente","scanQR":"escaneando el QrCode","openinghours":"Horario de apertura","prices":"Precios","paymentmethods":"M\xe9todos de pago","numberofplaces":"numero de lugares","print":"Imprime","printsheet":"Imprime esta hoja","FoodEstablishment":"D\xf3nde comer","LodgingBusiness":"D\xf3nde dormir","TouristDestination":"Qu\xe9 ver","TouristAttraction":"Qu\xe9 hacer","Product":"Productos locales","Service":"Servicios","Event":"Eventos","City":"Ciudades","Wine":"Vinos"},"fi-FI":{"comment":"Asiakaspalaute","route":"tie","nodata":"Mik\xe4\xe4n sis\xe4lt\xf6 ei vastaa hakuasi","download":"Lataa t\xe4m\xe4 taulukko","downloadsheetmobile":"lataa t\xe4m\xe4 taulukko \xe4lypuhelimeen","scanQR":"skannaamalla QR-koodin","openinghours":"Aukioloajat","prices":"hinnat","paymentmethods":"Maksutavat","numberofplaces":"paikkojen m\xe4\xe4r\xe4","print":"Tulosta","printsheet":"Tulosta t\xe4m\xe4 arkki","FoodEstablishment":"Miss\xe4 sy\xf6d\xe4","LodgingBusiness":"Miss\xe4 nukkua","TouristDestination":"Mit\xe4 n\xe4hd\xe4","TouristAttraction":"Mit\xe4 tehd\xe4","Product":"Paikalliset tuotteet","Service":"Palvelut","Event":"Tapahtumat","City":"kaupungit","Wine":"Viinit"},"fr-BE":{"comment":"avis clients","route":"itin\xe9raire","nodata":"Aucun contenu ne correspond \xe0 votre recherche","download":"T\xe9l\xe9charger cette fiche","downloadsheetmobile":"t\xe9l\xe9charger cette fiche sur mobile","scanQR":"en scannant le QrCode","openinghours":"Horaires","prices":"Tarifs","paymentmethods":"Modes de paiement","numberofplaces":"nombre de couverts","print":"Imprimer","printsheet":"Imprimer cette fiche","FoodEstablishment":"O\xf9 manger","LodgingBusiness":"O\xf9 dormir","TouristDestination":"A voir","TouristAttraction":"A faire","Product":"Produits locaux","Service":"Services","Event":"Ev\xe8nements","City":"Villes","Wine":"Vins"},"fr-CA":{"comment":"avis clients","route":"itin\xe9raire","nodata":"Aucun contenu ne correspond \xe0 votre recherche","download":"T\xe9l\xe9charger cette fiche","downloadsheetmobile":"t\xe9l\xe9charger cette fiche sur mobile","scanQR":"en scannant le QrCode","openinghours":"Horaires","prices":"Tarifs","paymentmethods":"Modes de paiement","numberofplaces":"nombre de couverts","print":"Imprimer","printsheet":"Imprimer cette fiche","FoodEstablishment":"O\xf9 manger","LodgingBusiness":"O\xf9 dormir","TouristDestination":"A voir","TouristAttraction":"A faire","Product":"Produits locaux","Service":"Services","Event":"Ev\xe8nements","City":"Villes","Wine":"Vins"},"fr-CH":{"comment":"avis clients","route":"itin\xe9raire","nodata":"Aucun contenu ne correspond \xe0 votre recherche","download":"T\xe9l\xe9charger cette fiche","downloadsheetmobile":"t\xe9l\xe9charger cette fiche sur mobile","scanQR":"en scannant le QrCode","openinghours":"Horaires","prices":"Tarifs","paymentmethods":"Modes de paiement","numberofplaces":"nombre de couverts","print":"Imprimer","printsheet":"Imprimer cette fiche","FoodEstablishment":"O\xf9 manger","LodgingBusiness":"O\xf9 dormir","TouristDestination":"A voir","TouristAttraction":"A faire","Product":"Produits locaux","Service":"Services","Event":"Ev\xe8nements","City":"Villes","Wine":"Vins"},"fr-FR":{"comment":"avis clients","route":"itin\xe9raire","nodata":"Aucun contenu ne correspond \xe0 votre recherche","download":"T\xe9l\xe9charger cette fiche","downloadsheetmobile":"t\xe9l\xe9charger cette fiche sur mobile","scanQR":"en scannant le QrCode","openinghours":"Horaires","prices":"Tarifs","paymentmethods":"Modes de paiement","numberofplaces":"nombre de couverts","print":"Imprimer","printsheet":"Imprimer cette fiche","FoodEstablishment":"O\xf9 manger","LodgingBusiness":"O\xf9 dormir","TouristDestination":"A voir","TouristAttraction":"A faire","Product":"Produits locaux","Service":"Services","Event":"Ev\xe8nements","City":"Villes","Wine":"Vins"},"hi-IN":{"comment":"\u0917\u094D\u0930\u093E\u0939\u0915 \u0938\u092E\u0940\u0915\u094D\u0937\u093E","route":"\u0938\u0921\u093C\u0915","nodata":"\u0915\u094B\u0908 \u092D\u0940 \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u0906\u092A\u0915\u0940 \u0916\u094B\u091C \u0938\u0947 \u092E\u0947\u0932 \u0928\u0939\u0940\u0902 \u0916\u093E\u0924\u0940","download":"\u0907\u0938 \u0936\u0940\u091F \u0915\u094B \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0947\u0902","downloadsheetmobile":"\u0907\u0938 \u0936\u0940\u091F \u0915\u094B \u0938\u094D\u092E\u093E\u0930\u094D\u091F\u092B\u094B\u0928 \u092A\u0930 \u0921\u093E\u0909\u0928\u0932\u094B\u0921 \u0915\u0930\u0947\u0902","scanQR":"QrCode \u0915\u094B \u0938\u094D\u0915\u0948\u0928 \u0915\u0930\u0915\u0947","openinghours":"\u0916\u0941\u0932\u0928\u0947 \u0915\u093E \u0938\u092E\u092F","prices":"\u0915\u0940\u092E\u0924\u094B\u0902","paymentmethods":"\u092D\u0941\u0917\u0924\u093E\u0928 \u0915\u0940 \u0935\u093F\u0927\u093F","numberofplaces":"\u0938\u094D\u0925\u093E\u0928\u094B\u0902 \u0915\u0940 \u0938\u0902\u0916\u094D\u092F\u093E","print":"\u091B\u093E\u092A","printsheet":"\u0907\u0938 \u0936\u0940\u091F \u0915\u094B \u092A\u094D\u0930\u093F\u0902\u091F \u0915\u0930\u0947\u0902","FoodEstablishment":"\u0915\u0939\u093E\u0901 \u0916\u093E\u0928\u093E \u0939\u0948","LodgingBusiness":"\u0915\u0939\u093E\u0901 \u0938\u094B\u0928\u093E \u0939\u0948","TouristDestination":"\u0915\u094D\u092F\u093E \u0926\u0947\u0916\u0947\u0902","TouristAttraction":"\u0915\u094D\u092F\u093E \u0915\u0930\u0947\u0902","Product":"\u0938\u094D\u0925\u093E\u0928\u0940\u092F \u0909\u0924\u094D\u092A\u093E\u0926","Service":"\u0938\u0947\u0935\u093E\u090F\u0902","Event":"\u0906\u092F\u094B\u091C\u0928","City":"\u0936\u0939\u0930\u094B\u0902","Wine":"\u0935\u093E\u0907\u0928"},"hu-HU":{"comment":"felhaszn\xe1l\xf3i \xe9rt\xe9kel\xe9s","route":"\xfat","nodata":"Egyetlen tartalom sem felel meg a keres\xe9snek","download":"T\xf6ltse le ezt a lapot","downloadsheetmobile":"t\xf6ltse le ezt a lapot okostelefonra","scanQR":"a QR-k\xf3d beolvas\xe1s\xe1val","openinghours":"Nyitvatart\xe1si id\u0151","prices":"\xc1rak","paymentmethods":"Fizet\xe9si m\xf3dok","numberofplaces":"helyek sz\xe1ma","print":"Nyomtat\xe1s","printsheet":"Nyomtassa ki ezt a lapot","FoodEstablishment":"Hol tudok enni","LodgingBusiness":"Hol kell aludni","TouristDestination":"Mit kell l\xe1tni","TouristAttraction":"Mit kell tenni","Product":"Helyi term\xe9kek","Service":"Szolg\xe1ltat\xe1sok","Event":"Esem\xe9nyek","City":"V\xe1rosok","Wine":"Borok"},"id-ID":{"comment":"ulasan pelanggan","route":"jalan","nodata":"Tidak ada konten yang cocok dengan pencarian Anda","download":"Unduh lembar ini","downloadsheetmobile":"unduh lembar ini di ponsel pintar","scanQR":"dengan memindai QrCode","openinghours":"Jam buka","prices":"Harga","paymentmethods":"Cara Pembayaran","numberofplaces":"sejumlah tempat","print":"Mencetak","printsheet":"Cetak lembar ini","FoodEstablishment":"Tempat makan","LodgingBusiness":"Tempat tidur","TouristDestination":"Apa yang dilihat","TouristAttraction":"Apa yang harus dilakukan","Product":"Produk lokal","Service":"Jasa","Event":"Acara","City":"kota","Wine":"Anggur"},"it-IT":{"comment":"recensione del cliente","route":"strada","nodata":"Nessun contenuto corrisponde alla tua ricerca","download":"Scarica questa scheda","downloadsheetmobile":"scarica questa scheda sullo smartphone","scanQR":"scansionando il QrCode","openinghours":"Orari di apertura","prices":"Prezzi","paymentmethods":"Modalit\xe0 di pagamento","numberofplaces":"numero di posti","print":"Stampa","printsheet":"Stampa questo foglio","FoodEstablishment":"Dove mangiare","LodgingBusiness":"Dove dormire","TouristDestination":"Cosa guardare","TouristAttraction":"Cosa fare","Product":"Prodotti locali","Service":"Servizi","Event":"Eventi","City":"Citt\xe0","Wine":"Vini"},"ja-JP":{"comment":"\u30AB\u30B9\u30BF\u30DE\u30FC\u30EC\u30D3\u30E5\u30FC","route":"\u9053","nodata":"\u691C\u7D22\u306B\u4E00\u81F4\u3059\u308B\u30B3\u30F3\u30C6\u30F3\u30C4\u306F\u3042\u308A\u307E\u305B\u3093","download":"\u3053\u306E\u30B7\u30FC\u30C8\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9","downloadsheetmobile":"\u3053\u306E\u30B7\u30FC\u30C8\u3092\u30B9\u30DE\u30FC\u30C8\u30D5\u30A9\u30F3\u306B\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9","scanQR":"Qr\u30B3\u30FC\u30C9\u3092\u30B9\u30AD\u30E3\u30F3\u3059\u308B\u3053\u3068\u3067","openinghours":"\u55B6\u696D\u6642\u9593","prices":"\u4FA1\u683C","paymentmethods":"\u304A\u652F\u6255\u3044\u65B9\u6CD5","numberofplaces":"\u5834\u6240\u306E\u6570","print":"\u5370\u5237\u3059\u308B","printsheet":"\u3053\u306E\u30B7\u30FC\u30C8\u3092\u5370\u5237\u3059\u308B","FoodEstablishment":"\u3069\u3053\u3067\u98DF\u3079\u307E\u3059","LodgingBusiness":"\u3069\u3053\u3067\u5BDD\u308B\u304B","TouristDestination":"\u898B\u308B\u3079\u304D\u3082\u306E","TouristAttraction":"\u4F55\u3092\u3059\u308B\u304B","Product":"\u5730\u5143\u306E\u7279\u7523\u54C1","Service":"\u30B5\u30FC\u30D3\u30B9","Event":"\u30A4\u30D9\u30F3\u30C8","City":"\u90FD\u5E02","Wine":"\u30EF\u30A4\u30F3"},"ko-KR":{"comment":"\uACE0\uAC1D \uB9AC\uBDF0","route":"\uB3C4\uB85C","nodata":"\uAC80\uC0C9\uC5B4\uC640 \uC77C\uCE58\uD558\uB294 \uCF58\uD150\uCE20\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.","download":"\uC774 \uC2DC\uD2B8 \uB2E4\uC6B4\uB85C\uB4DC","downloadsheetmobile":"\uC774 \uC2DC\uD2B8\uB97C \uC2A4\uB9C8\uD2B8\uD3F0\uC5D0 \uB2E4\uC6B4\uB85C\uB4DC\uD558\uC138\uC694","scanQR":"QrCode\uB97C \uC2A4\uCE94\uD558\uC5EC","openinghours":"\uAC1C\uAD00 \uC2DC\uAC04","prices":"\uBB3C\uAC00","paymentmethods":"\uACB0\uC81C \uBC29\uBC95","numberofplaces":"\uC7A5\uC18C\uC758 \uC218","print":"\uC778\uC1C4","printsheet":"\uC774 \uC2DC\uD2B8\uB97C \uC778\uC1C4\uD558\uC138\uC694","FoodEstablishment":"\uBA39\uC744 \uACF3","LodgingBusiness":"\uC7A0\uC744 \uC798 \uACF3","TouristDestination":"\uBB34\uC5C7\uC744 \uBCFC \uAC83\uC778\uAC00","TouristAttraction":"\uD574\uC57C \uD560 \uC77C","Product":"\uC9C0\uC5ED\uC0C1\uD488","Service":"\uC11C\uBE44\uC2A4","Event":"\uC774\uBCA4\uD2B8","City":"\uB3C4\uC2DC","Wine":"\uC640\uC778"},"nb-NO":{"comment":"kundeanmeldelse","route":"vei","nodata":"Ingen innhold samsvarer med s\xf8ket ditt","download":"Last ned dette arket","downloadsheetmobile":"last ned dette arket p\xe5 smarttelefonen","scanQR":"ved \xe5 skanne QRCode","openinghours":"\xc5pningstider","prices":"Priser","paymentmethods":"Betalingsmetoder","numberofplaces":"antall plasser","print":"Skrive ut","printsheet":"Skriv ut dette arket","FoodEstablishment":"Hvor skal vi spise","LodgingBusiness":"Hvor skal man sove","TouristDestination":"Hva er det \xe5 se","TouristAttraction":"Hva \xe5 gj\xf8re","Product":"Lokale produkter","Service":"Tjenester","Event":"arrangementer","City":"Byer","Wine":"Viner"},"nl-BE":{"comment":"klant beoordeling","route":"weg","nodata":"Er is geen inhoud die overeenkomt met uw zoekopdracht","download":"Download dit blad","downloadsheetmobile":"download dit blad op uw smartphone","scanQR":"door de QRCode te scannen","openinghours":"Openingstijden","prices":"Prijzen","paymentmethods":"Betaalmethoden","numberofplaces":"aantal plaatsen","print":"Afdrukken","printsheet":"Druk dit blad af","FoodEstablishment":"Waar te eten","LodgingBusiness":"Waar te slapen","TouristDestination":"Wat te zien","TouristAttraction":"Wat moeten we doen","Product":"Regionale producten","Service":"Diensten","Event":"Evenementen","City":"Steden","Wine":"Wijnen"},"nl-NL":{"comment":"klant beoordeling","route":"weg","nodata":"Er is geen inhoud die overeenkomt met uw zoekopdracht","download":"Download dit blad","downloadsheetmobile":"download dit blad op uw smartphone","scanQR":"door de QRCode te scannen","openinghours":"Openingstijden","prices":"Prijzen","paymentmethods":"Betaalmethoden","numberofplaces":"aantal plaatsen","print":"Afdrukken","printsheet":"Druk dit blad af","FoodEstablishment":"Waar te eten","LodgingBusiness":"Waar te slapen","TouristDestination":"Wat te zien","TouristAttraction":"Wat moeten we doen","Product":"Regionale producten","Service":"Diensten","Event":"Evenementen","City":"Steden","Wine":"Wijnen"},"pl-PL":{"comment":"Recenzja klienta","route":"droga","nodata":"\u017Badna tre\u015B\u0107 nie pasuje do Twojego wyszukiwania","download":"Pobierz ten arkusz","downloadsheetmobile":"pobierz ten arkusz na smartfonie","scanQR":"poprzez zeskanowanie kodu QR","openinghours":"Godziny otwarcia","prices":"Ceny","paymentmethods":"Metody P\u0142atno\u015Bci","numberofplaces":"liczba miejsc","print":"Wydrukowa\u0107","printsheet":"Wydrukuj ten arkusz","FoodEstablishment":"Gdzie zje\u015B\u0107","LodgingBusiness":"Gdzie spa\u0107","TouristDestination":"Co zobaczy\u0107","TouristAttraction":"Co robi\u0107","Product":"Lokalne produkty","Service":"Us\u0142ugi","Event":"Wydarzenia","City":"Miasta","Wine":"Wina"},"pt-BR":{"comment":"avalia\xe7\xe3o do cliente","route":"estrada","nodata":"Nenhum conte\xfado corresponde \xe0 sua pesquisa","download":"Baixe esta planilha","downloadsheetmobile":"baixe esta planilha no smartphone","scanQR":"digitalizando o QrCode","openinghours":"Hor\xe1rio de funcionamento","prices":"Pre\xe7os","paymentmethods":"M\xe9todos de Pagamento","numberofplaces":"n\xfamero de lugares","print":"Imprimir","printsheet":"Imprima esta folha","FoodEstablishment":"Onde comer","LodgingBusiness":"Onde dormir","TouristDestination":"O que ver","TouristAttraction":"O que fazer","Product":"Produtos locais","Service":"Servi\xe7os","Event":"Eventos","City":"Cidades","Wine":"Vinhos"},"pt-PT":{"comment":"avalia\xe7\xe3o do cliente","route":"estrada","nodata":"Nenhum conte\xfado corresponde \xe0 sua pesquisa","download":"Baixe esta planilha","downloadsheetmobile":"baixe esta planilha no smartphone","scanQR":"digitalizando o QrCode","openinghours":"Hor\xe1rio de funcionamento","prices":"Pre\xe7os","paymentmethods":"M\xe9todos de Pagamento","numberofplaces":"n\xfamero de lugares","print":"Imprimir","printsheet":"Imprima esta folha","FoodEstablishment":"Onde comer","LodgingBusiness":"Onde dormir","TouristDestination":"O que ver","TouristAttraction":"O que fazer","Product":"Produtos locais","Service":"Servi\xe7os","Event":"Eventos","City":"Cidades","Wine":"Vinhos"},"ru-RU":{"comment":"\u043E\u0442\u0437\u044B\u0432 \u043A\u043B\u0438\u0435\u043D\u0442\u0430","route":"\u0434\u043E\u0440\u043E\u0433\u0430","nodata":"\u041D\u0435\u0442 \u043A\u043E\u043D\u0442\u0435\u043D\u0442\u0430, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0435\u0433\u043E \u0432\u0430\u0448\u0435\u043C\u0443 \u0437\u0430\u043F\u0440\u043E\u0441\u0443","download":"\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 \u043B\u0438\u0441\u0442","downloadsheetmobile":"\u0441\u043A\u0430\u0447\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043B\u0438\u0441\u0442 \u043D\u0430 \u0441\u043C\u0430\u0440\u0442\u0444\u043E\u043D","scanQR":"\u043E\u0442\u0441\u043A\u0430\u043D\u0438\u0440\u043E\u0432\u0430\u0432 QrCode","openinghours":"\u0427\u0430\u0441\u044B \u0440\u0430\u0431\u043E\u0442\u044B","prices":"\u0426\u0435\u043D\u044B","paymentmethods":"\u0421\u043F\u043E\u0441\u043E\u0431\u044B \u043E\u043F\u043B\u0430\u0442\u044B","numberofplaces":"\u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u043C\u0435\u0441\u0442","print":"\u0420\u0430\u0441\u043F\u0435\u0447\u0430\u0442\u0430\u0442\u044C","printsheet":"\u0420\u0430\u0441\u043F\u0435\u0447\u0430\u0442\u0430\u0442\u044C \u044D\u0442\u043E\u0442 \u043B\u0438\u0441\u0442","FoodEstablishment":"\u0413\u0434\u0435 \u043F\u043E\u0435\u0441\u0442\u044C","LodgingBusiness":"\u0413\u0434\u0435 \u0441\u043F\u0430\u0442\u044C","TouristDestination":"\u0427\u0442\u043E \u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C","TouristAttraction":"\u0427\u0442\u043E \u0434\u0435\u043B\u0430\u0442\u044C","Product":"\u041C\u0435\u0441\u0442\u043D\u044B\u0435 \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u044B","Service":"\u0423\u0441\u043B\u0443\u0433\u0438","Event":"\u0421\u043E\u0431\u044B\u0442\u0438\u044F","City":"\u0413\u043E\u0440\u043E\u0434\u0430","Wine":"\u0412\u0438\u043D\u0430"},"sv-SE":{"comment":"pregled strank","route":"cesta","nodata":"Nobena vsebina se ne ujema z va\u0161im iskanjem","download":"Prenesite ta list","downloadsheetmobile":"prenesite ta list na pametni telefon","scanQR":"s skeniranjem QrCode","openinghours":"Odpiralni \u010Das","prices":"Cene","paymentmethods":"Na\u010Dini pla\u010Dila","numberofplaces":"\u0161tevilo mest","print":"Tiskanje","printsheet":"Natisnite ta list","FoodEstablishment":"Kje jesti","LodgingBusiness":"Kje spati","TouristDestination":"Kaj videti","TouristAttraction":"Kaj storiti","Product":"Lokalni izdelki","Service":"Storitve","Event":"Dogodki","City":"Mesta","Wine":"Vina"},"th-TH":{"comment":"\u0E23\u0E35\u0E27\u0E34\u0E27\u0E25\u0E39\u0E01\u0E04\u0E49\u0E32","route":"\u0E16\u0E19\u0E19","nodata":"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13","download":"\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23\u0E19\u0E35\u0E49","downloadsheetmobile":"\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0E23\u0E19\u0E35\u0E49\u0E1A\u0E19\u0E2A\u0E21\u0E32\u0E23\u0E4C\u0E17\u0E42\u0E1F\u0E19","scanQR":"\u0E42\u0E14\u0E22\u0E01\u0E32\u0E23\u0E2A\u0E41\u0E01\u0E19 QrCode","openinghours":"\u0E40\u0E27\u0E25\u0E32\u0E17\u0E33\u0E01\u0E32\u0E23","prices":"\u0E23\u0E32\u0E04\u0E32","paymentmethods":"\u0E27\u0E34\u0E18\u0E35\u0E01\u0E32\u0E23\u0E0A\u0E33\u0E23\u0E30\u0E40\u0E07\u0E34\u0E19","numberofplaces":"\u0E08\u0E33\u0E19\u0E27\u0E19\u0E2A\u0E16\u0E32\u0E19\u0E17\u0E35\u0E48","print":"\u0E1E\u0E34\u0E21\u0E1E\u0E4C","printsheet":"\u0E1E\u0E34\u0E21\u0E1E\u0E4C\u0E41\u0E1C\u0E48\u0E19\u0E19\u0E35\u0E49","FoodEstablishment":"\u0E01\u0E34\u0E19\u0E17\u0E35\u0E48\u0E44\u0E2B\u0E19\u0E14\u0E35","LodgingBusiness":"\u0E19\u0E2D\u0E19\u0E44\u0E2B\u0E19.","TouristDestination":"\u0E21\u0E35\u0E2D\u0E30\u0E44\u0E23\u0E43\u0E2B\u0E49\u0E14\u0E39\u0E1A\u0E49\u0E32\u0E07","TouristAttraction":"\u0E08\u0E30\u0E17\u0E33\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E44\u0E23","Product":"\u0E2A\u0E34\u0E19\u0E04\u0E49\u0E32\u0E1E\u0E37\u0E49\u0E19\u0E40\u0E21\u0E37\u0E2D\u0E07","Service":"\u0E1A\u0E23\u0E34\u0E01\u0E32\u0E23","Event":"\u0E01\u0E34\u0E08\u0E01\u0E23\u0E23\u0E21","City":"\u0E40\u0E21\u0E37\u0E2D\u0E07","Wine":"\u0E44\u0E27\u0E19\u0E4C"},"tr-TR":{"comment":"m\xfc\u015Fteri yorumu","route":"yol","nodata":"Araman\u0131zla e\u015Fle\u015Fen i\xe7erik yok","download":"Bu sayfay\u0131 indir","downloadsheetmobile":"bu sayfay\u0131 ak\u0131ll\u0131 telefonunuza indirin","scanQR":"QrCode\'u tarayarak","openinghours":"A\xe7\u0131l\u0131\u015F saatleri","prices":"Fiyat:% s","paymentmethods":"\xd6deme metodlar\u0131","numberofplaces":"yer say\u0131s\u0131","print":"Yazd\u0131r","printsheet":"Bu sayfay\u0131 yazd\u0131r","FoodEstablishment":"Nerede yenir","LodgingBusiness":"Nerede uyumal\u0131","TouristDestination":"Ne g\xf6rmeli","TouristAttraction":"Ne yapal\u0131m","Product":"Yerel \xfcr\xfcnler","Service":"Hizmetler","Event":"Olaylar","City":"\u015Eehirler","Wine":"\u015Earaplar"},"zh-CN":{"comment":"\u5BA2\u6237\u8BC4\u8BBA","route":"\u8DEF","nodata":"\u6CA1\u6709\u5185\u5BB9\u7B26\u5408\u60A8\u7684\u641C\u7D22","download":"\u4E0B\u8F7D\u6B64\u8868","downloadsheetmobile":"\u5728\u667A\u80FD\u624B\u673A\u4E0A\u4E0B\u8F7D\u6B64\u8868","scanQR":"\u626B\u63CF\u4E8C\u7EF4\u7801","openinghours":"\u8425\u4E1A\u65F6\u95F4","prices":"\u4EF7\u683C","paymentmethods":"\u652F\u4ED8\u65B9\u5F0F","numberofplaces":"\u540D\u989D","print":"\u6253\u5370","printsheet":"\u6253\u5370\u6B64\u8868","FoodEstablishment":"\u53BB\u54EA\u91CC\u5403\u996D","LodgingBusiness":"\u7761\u89C9\u7684\u5730\u65B9","TouristDestination":"\u8BE5\u770B\u4EC0\u4E48","TouristAttraction":"\u8BE5\u600E\u4E48\u529E","Product":"\u571F\u7279\u4EA7","Service":"\u670D\u52A1","Event":"\u6D3B\u52A8","City":"\u57CE\u5E02","Wine":"\u8461\u8404\u9152"},"zh-HK":{"comment":"\u5BA2\u6237\u8BC4\u8BBA","route":"\u8DEF","nodata":"\u6CA1\u6709\u5185\u5BB9\u7B26\u5408\u60A8\u7684\u641C\u7D22","download":"\u4E0B\u8F7D\u6B64\u8868","downloadsheetmobile":"\u5728\u667A\u80FD\u624B\u673A\u4E0A\u4E0B\u8F7D\u6B64\u8868","scanQR":"\u626B\u63CF\u4E8C\u7EF4\u7801","openinghours":"\u8425\u4E1A\u65F6\u95F4","prices":"\u4EF7\u683C","paymentmethods":"\u652F\u4ED8\u65B9\u5F0F","numberofplaces":"\u540D\u989D","print":"\u6253\u5370","printsheet":"\u6253\u5370\u6B64\u8868","FoodEstablishment":"\u53BB\u54EA\u91CC\u5403\u996D","LodgingBusiness":"\u7761\u89C9\u7684\u5730\u65B9","TouristDestination":"\u8BE5\u770B\u4EC0\u4E48","TouristAttraction":"\u8BE5\u600E\u4E48\u529E","Product":"\u571F\u7279\u4EA7","Service":"\u670D\u52A1","Event":"\u6D3B\u52A8","City":"\u57CE\u5E02","Wine":"\u8461\u8404\u9152"},"zh-TW":{"comment":"\u5BA2\u6237\u8BC4\u8BBA","route":"\u8DEF","nodata":"\u6CA1\u6709\u5185\u5BB9\u7B26\u5408\u60A8\u7684\u641C\u7D22","download":"\u4E0B\u8F7D\u6B64\u8868","downloadsheetmobile":"\u5728\u667A\u80FD\u624B\u673A\u4E0A\u4E0B\u8F7D\u6B64\u8868","scanQR":"\u626B\u63CF\u4E8C\u7EF4\u7801","openinghours":"\u8425\u4E1A\u65F6\u95F4","prices":"\u4EF7\u683C","paymentmethods":"\u652F\u4ED8\u65B9\u5F0F","numberofplaces":"\u540D\u989D","print":"\u6253\u5370","printsheet":"\u6253\u5370\u6B64\u8868","FoodEstablishment":"\u53BB\u54EA\u91CC\u5403\u996D","LodgingBusiness":"\u7761\u89C9\u7684\u5730\u65B9","TouristDestination":"\u8BE5\u770B\u4EC0\u4E48","TouristAttraction":"\u8BE5\u600E\u4E48\u529E","Product":"\u571F\u7279\u4EA7","Service":"\u670D\u52A1","Event":"\u6D3B\u52A8","City":"\u57CE\u5E02","Wine":"\u8461\u8404\u9152"}}');
|
|
4623
|
+
|
|
4624
|
+
|
|
4625
|
+
|
|
4626
|
+
|
|
4627
|
+
|
|
4628
|
+
|
|
4629
|
+
const $6e2b7d52dc071237$var$PrintingPreview = ({ url: url, locale: locale, printingAllowed: printingAllowed })=>{
|
|
4630
|
+
var _translation_locale;
|
|
4631
|
+
const printingCallback = (0, $70e3d65f5a106231$export$77e4cc5334565f28)((state)=>state.printingCallback);
|
|
4632
|
+
const [documentLoaded, setDocumentLoaded] = (0, $dWhh5$react.useState)(false);
|
|
4633
|
+
const [numberOfPages, setNumberOfPages] = (0, $dWhh5$react.useState)(0);
|
|
4634
|
+
const [pageNumber, setPageNumber] = (0, $dWhh5$react.useState)(1);
|
|
4635
|
+
const onDocumentLoadSuccess = ({ numPages: numPages })=>{
|
|
4636
|
+
setNumberOfPages(numPages);
|
|
4637
|
+
setDocumentLoaded(true);
|
|
4638
|
+
};
|
|
4639
|
+
const handleClick = ()=>{
|
|
4640
|
+
console.log("Call printing and close preview");
|
|
4641
|
+
printingCallback === null || printingCallback === void 0 ? void 0 : printingCallback(url);
|
|
4642
|
+
handleClose();
|
|
4643
|
+
};
|
|
4644
|
+
const handleClose = ()=>{
|
|
4645
|
+
(0, $70e3d65f5a106231$export$4317154639841e84)(null);
|
|
4646
|
+
};
|
|
4647
|
+
const changePage = (index)=>{
|
|
4648
|
+
setPageNumber((current)=>current + index);
|
|
4649
|
+
};
|
|
4650
|
+
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
4651
|
+
className: "rf-h-full large-vertical:rf-mt-[20vh] large-vertical:rf-h-1/2 rf-max-w-1/2 large-vertical:rf-max-w-[60%] rf-py-4 rf-flex rf-flex-col rf-gap-4",
|
|
4652
|
+
style: {
|
|
4653
|
+
visibility: documentLoaded ? "visible" : "hidden"
|
|
4654
|
+
},
|
|
4655
|
+
children: [
|
|
4656
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
4657
|
+
className: "rf-grid rf-grid-cols-printingPreview rf-min-h-12 rf-h-12",
|
|
4658
|
+
children: [
|
|
4659
|
+
printingAllowed ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("button", {
|
|
4660
|
+
className: "rf-px-4 rf-py-1 rf-h-full rf-justify-self-center rf-flex rf-flex-row rf-items-center rf-gap-2 rf-font-bold rf-text-sm rf-rounded-lg rf-bg-truewhite",
|
|
4661
|
+
onClick: handleClick,
|
|
4662
|
+
children: [
|
|
4663
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $af9d96785bf50da0$export$2e2bcd8739ae039), {}),
|
|
4664
|
+
((_translation_locale = (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))[locale]) === null || _translation_locale === void 0 ? void 0 : _translation_locale.print) || (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))["fr-FR"].print
|
|
4665
|
+
]
|
|
4666
|
+
}) : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
4667
|
+
children: "\u2800"
|
|
4668
|
+
}),
|
|
4669
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("button", {
|
|
4670
|
+
className: "rf-h-full rf-w-12 rf-justify-self-end rf-flex rf-justify-center rf-items-center rf-rounded-lg rf-bg-truewhite",
|
|
4671
|
+
onClick: handleClose,
|
|
4672
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $45c71bcc2a927bde$export$2e2bcd8739ae039), {})
|
|
4673
|
+
})
|
|
4674
|
+
]
|
|
4675
|
+
}),
|
|
4676
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
4677
|
+
className: "rf-relative rf-w-full rf-rounded-lg rf-overflow-y-scroll rf-scrollbar-thin",
|
|
4678
|
+
children: [
|
|
4679
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $dWhh5$reactpdf.Document), {
|
|
4680
|
+
file: url,
|
|
4681
|
+
onLoadSuccess: onDocumentLoadSuccess,
|
|
4682
|
+
onLoadError: handleClose,
|
|
4683
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $dWhh5$reactpdf.Page), {
|
|
4684
|
+
pageNumber: pageNumber,
|
|
4685
|
+
renderAnnotationLayer: false,
|
|
4686
|
+
renderTextLayer: false
|
|
4687
|
+
})
|
|
4688
|
+
}),
|
|
4689
|
+
numberOfPages > 1 && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
4690
|
+
className: "rf-absolute rf-top-[0.5rem] rf-z-chatbot rf-w-full rf-h-6 rf-min-h-6 rf-px-4 rf-flex rf-flex-row rf-justify-between rf-items-center",
|
|
4691
|
+
children: [
|
|
4692
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("button", {
|
|
4693
|
+
onClick: ()=>changePage(-1),
|
|
4694
|
+
children: pageNumber <= 1 ? "\u2800" : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $7cb98e1154b52312$export$2e2bcd8739ae039), {
|
|
4695
|
+
color: "#000"
|
|
4696
|
+
})
|
|
4697
|
+
}),
|
|
4698
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("p", {
|
|
4699
|
+
className: "rf-text-xl",
|
|
4700
|
+
children: [
|
|
4701
|
+
pageNumber,
|
|
4702
|
+
" / ",
|
|
4703
|
+
numberOfPages
|
|
4704
|
+
]
|
|
4705
|
+
}),
|
|
4706
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("button", {
|
|
4707
|
+
className: "rf-text-3xl",
|
|
4708
|
+
onClick: ()=>changePage(1),
|
|
4709
|
+
children: pageNumber >= numberOfPages ? "\u2800" : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $24a5f7d9ee3476ca$export$2e2bcd8739ae039), {
|
|
4710
|
+
color: "#000"
|
|
4711
|
+
})
|
|
4712
|
+
})
|
|
4713
|
+
]
|
|
4714
|
+
})
|
|
4715
|
+
]
|
|
4716
|
+
})
|
|
4717
|
+
]
|
|
4718
|
+
});
|
|
4719
|
+
};
|
|
4720
|
+
var $6e2b7d52dc071237$export$2e2bcd8739ae039 = $6e2b7d52dc071237$var$PrintingPreview;
|
|
4721
|
+
|
|
4722
|
+
|
|
4317
4723
|
|
|
4318
4724
|
const $9f1f6e9f563bd09f$var$LinkAttachment = ({ urlData: urlData, fileName: fileName, qrCode: qrCode, description: description, height: height })=>{
|
|
4319
|
-
|
|
4320
|
-
const {
|
|
4725
|
+
var _translation_locale;
|
|
4726
|
+
const { configuration: { enableDocumentPrinting: enableDocumentPrinting } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
4727
|
+
const { themeColors: themeColors } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
4728
|
+
const isUsedOnBorne = (0, $70e3d65f5a106231$export$77e4cc5334565f28)((state)=>state.usingOnBorne);
|
|
4729
|
+
const locale = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)((state)=>state.locale);
|
|
4321
4730
|
!fileName && (fileName = (0, $7257819494bc8296$export$a6f11fce0a840e6c)(urlData.url));
|
|
4322
4731
|
const title = urlData.title || fileName;
|
|
4323
4732
|
const [qrCodeData, setQrCodeData] = (0, $dWhh5$react.useState)(qrCode);
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
if (urlData.title) textToDisplay = `${downloadText} \u00ab ${fileName} \u00bb`;
|
|
4338
|
-
else textToDisplay = downloadText;
|
|
4339
|
-
} else textToDisplay = gotoText;
|
|
4340
|
-
textToDisplay += ` ${scanQRText}`;
|
|
4341
|
-
} else if (urlData.download) {
|
|
4342
|
-
if (urlData.title) textToDisplay = `${downloadText} ${fileName}`;
|
|
4343
|
-
else textToDisplay = downloadText;
|
|
4344
|
-
} else textToDisplay = clickText;
|
|
4345
|
-
return textToDisplay;
|
|
4346
|
-
};
|
|
4733
|
+
const [textToDisplay, setTextToDisplay] = (0, $dWhh5$react.useState)("");
|
|
4734
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
4735
|
+
setTextToDisplay((0, $18b7296c942d1259$export$2eb1c1cc4b12d451)({
|
|
4736
|
+
locale: locale,
|
|
4737
|
+
isUsedOnBorne: isUsedOnBorne,
|
|
4738
|
+
data: urlData,
|
|
4739
|
+
fileName: fileName
|
|
4740
|
+
}));
|
|
4741
|
+
}, [
|
|
4742
|
+
isUsedOnBorne,
|
|
4743
|
+
locale,
|
|
4744
|
+
urlData
|
|
4745
|
+
]);
|
|
4347
4746
|
/**
|
|
4348
4747
|
* On component creation :
|
|
4349
4748
|
* - call setQrCodeDataAsync only if used on a borne
|
|
4350
4749
|
*/ (0, $dWhh5$react.useEffect)(()=>{
|
|
4351
|
-
!qrCode &&
|
|
4750
|
+
!qrCode && isUsedOnBorne && setQrCodeDataAsync();
|
|
4352
4751
|
}, []);
|
|
4353
4752
|
/**
|
|
4354
4753
|
* On call :
|
|
@@ -4358,8 +4757,15 @@ const $9f1f6e9f563bd09f$var$LinkAttachment = ({ urlData: urlData, fileName: file
|
|
|
4358
4757
|
const qrCodeString = await (0, ($parcel$interopDefault($dWhh5$qrcode))).toDataURL(urlData.url);
|
|
4359
4758
|
setQrCodeData(qrCodeString);
|
|
4360
4759
|
};
|
|
4760
|
+
const handleClick = ()=>{
|
|
4761
|
+
(0, $70e3d65f5a106231$export$4317154639841e84)(/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $6e2b7d52dc071237$export$2e2bcd8739ae039), {
|
|
4762
|
+
url: urlData.url,
|
|
4763
|
+
locale: locale,
|
|
4764
|
+
printingAllowed: !!enableDocumentPrinting
|
|
4765
|
+
}));
|
|
4766
|
+
};
|
|
4361
4767
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
4362
|
-
className: `rf-w-full rf-p-[25px] rf-flex rf-flex-col rf-items-center ${title || description ? "rf-justify-between" : "rf-justify-around"} rf-rounded rf-bg-cardFrameBackground rf-text-cardFrameText rf-overflow-y-scroll rf-scrollbar-thin`,
|
|
4768
|
+
className: `rf-w-full rf-p-[25px] rf-flex rf-flex-col rf-items-center rf-gap-4 ${title || description ? "rf-justify-between" : "rf-justify-around"} rf-rounded rf-bg-cardFrameBackground rf-text-cardFrameText rf-overflow-y-scroll rf-scrollbar-thin`,
|
|
4363
4769
|
style: {
|
|
4364
4770
|
height: height,
|
|
4365
4771
|
touchAction: "pan-y"
|
|
@@ -4367,22 +4773,32 @@ const $9f1f6e9f563bd09f$var$LinkAttachment = ({ urlData: urlData, fileName: file
|
|
|
4367
4773
|
children: [
|
|
4368
4774
|
title && // Title on the left if there is a description, middle otherwise
|
|
4369
4775
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
4370
|
-
className: `rf-w-full
|
|
4776
|
+
className: `rf-w-full ${description ? "rf-text-left" : "rf-text-center"} rf-title-size-auto ${isUsedOnBorne ? "rf-truncate" : "rf-line-clamp-2"}`,
|
|
4371
4777
|
children: (0, $04321743da31c8db$export$d07f57595c356899)(title)
|
|
4372
4778
|
}),
|
|
4373
|
-
|
|
4779
|
+
isUsedOnBorne ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($dWhh5$react))).Fragment, {
|
|
4374
4780
|
children: [
|
|
4781
|
+
urlData.url.length > 4 && urlData.url.substring(urlData.url.length - 4) === ".pdf" && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
4782
|
+
className: "rf-w-full rf-pb-10 rf-flex rf-items-center rf-justify-center",
|
|
4783
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("button", {
|
|
4784
|
+
className: "rf-px-4 rf-py-1 rf-flex rf-flex-row rf-gap-2 rf-items-center rf-border-2 rf-text-primary rf-border-primary hover:rf-text-truewhite hover:rf-border-truewhite rf-rounded-lg rf-text-sm rf-font-bold",
|
|
4785
|
+
onClick: handleClick,
|
|
4786
|
+
children: [
|
|
4787
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $feaba0b4b9a76639$export$2e2bcd8739ae039), {
|
|
4788
|
+
color: themeColors.primary
|
|
4789
|
+
}),
|
|
4790
|
+
((_translation_locale = (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))[locale]) === null || _translation_locale === void 0 ? void 0 : _translation_locale.buttontext) || (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))["fr-FR"].buttontext
|
|
4791
|
+
]
|
|
4792
|
+
})
|
|
4793
|
+
}),
|
|
4375
4794
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
4376
|
-
className: "rf-w-full rf-
|
|
4795
|
+
className: "rf-w-full rf-flex rf-flex-row rf-items-center rf-justify-center",
|
|
4377
4796
|
children: [
|
|
4378
4797
|
description && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
4379
|
-
className: "rf-mb-4",
|
|
4380
4798
|
children: description
|
|
4381
4799
|
}),
|
|
4382
|
-
qrCodeData && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)(
|
|
4383
|
-
|
|
4384
|
-
src: qrCodeData,
|
|
4385
|
-
alt: "QR Code"
|
|
4800
|
+
qrCodeData && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $881abfa0199508c1$export$2e2bcd8739ae039), {
|
|
4801
|
+
src: qrCodeData
|
|
4386
4802
|
})
|
|
4387
4803
|
]
|
|
4388
4804
|
}),
|
|
@@ -4392,7 +4808,7 @@ const $9f1f6e9f563bd09f$var$LinkAttachment = ({ urlData: urlData, fileName: file
|
|
|
4392
4808
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $589440ada8a582f1$export$2e2bcd8739ae039), {
|
|
4393
4809
|
className: "rf-absolute rf-top-[0.125rem] -rf-left-6 rf-h-4"
|
|
4394
4810
|
}),
|
|
4395
|
-
|
|
4811
|
+
textToDisplay
|
|
4396
4812
|
]
|
|
4397
4813
|
})
|
|
4398
4814
|
]
|
|
@@ -4402,13 +4818,13 @@ const $9f1f6e9f563bd09f$var$LinkAttachment = ({ urlData: urlData, fileName: file
|
|
|
4402
4818
|
className: "rf-mb-4",
|
|
4403
4819
|
children: description
|
|
4404
4820
|
}),
|
|
4405
|
-
urlData.download && urlData.title &&
|
|
4821
|
+
urlData.download && urlData.title && textToDisplay.length >= 40 ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $1da9b465d48442d4$export$2e2bcd8739ae039), {
|
|
4406
4822
|
url: urlData.url,
|
|
4407
|
-
text:
|
|
4823
|
+
text: textToDisplay,
|
|
4408
4824
|
download: true
|
|
4409
4825
|
}) : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $0c620924e8f94c0c$export$2e2bcd8739ae039), {
|
|
4410
4826
|
url: urlData.url,
|
|
4411
|
-
text:
|
|
4827
|
+
text: textToDisplay,
|
|
4412
4828
|
description: !!description,
|
|
4413
4829
|
download: !!urlData.download
|
|
4414
4830
|
})
|
|
@@ -4507,7 +4923,6 @@ var $fa95654c022435ea$export$2e2bcd8739ae039 = $fa95654c022435ea$var$SuggestedAc
|
|
|
4507
4923
|
|
|
4508
4924
|
|
|
4509
4925
|
|
|
4510
|
-
|
|
4511
4926
|
const $4ac41b21ea7b8cbb$var$SvgColorChanger = ({ svgUrl: svgUrl, fillColor: fillColor, height: height })=>{
|
|
4512
4927
|
const [modifiedSvg, setModifiedSvg] = (0, $dWhh5$react.useState)(null);
|
|
4513
4928
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
@@ -4532,7 +4947,11 @@ const $4ac41b21ea7b8cbb$var$SvgColorChanger = ({ svgUrl: svgUrl, fillColor: fill
|
|
|
4532
4947
|
fillColor
|
|
4533
4948
|
]);
|
|
4534
4949
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $dWhh5$reactjsxruntime.Fragment), {
|
|
4535
|
-
children: modifiedSvg && (0,
|
|
4950
|
+
children: modifiedSvg && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
4951
|
+
dangerouslySetInnerHTML: {
|
|
4952
|
+
__html: modifiedSvg
|
|
4953
|
+
}
|
|
4954
|
+
})
|
|
4536
4955
|
});
|
|
4537
4956
|
};
|
|
4538
4957
|
var $4ac41b21ea7b8cbb$export$2e2bcd8739ae039 = $4ac41b21ea7b8cbb$var$SvgColorChanger;
|
|
@@ -4541,14 +4960,40 @@ var $4ac41b21ea7b8cbb$export$2e2bcd8739ae039 = $4ac41b21ea7b8cbb$var$SvgColorCha
|
|
|
4541
4960
|
const { useSendPostBack: $0425d21c89c76455$var$useSendPostBack } = (0, $dWhh5$botframeworkwebchatcomponent.hooks);
|
|
4542
4961
|
const $0425d21c89c76455$var$DiscoverAttachment = ({ title: title, mainButtons: mainButtons, recommandationButton: recommandationButton, history: history, height: height })=>{
|
|
4543
4962
|
const sendPostBack = $0425d21c89c76455$var$useSendPostBack();
|
|
4544
|
-
const { locale: locale } = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)();
|
|
4545
|
-
const {
|
|
4546
|
-
const
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4963
|
+
const { locale: locale } = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)();
|
|
4964
|
+
const { themeColors: themeColors } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
4965
|
+
const displayLayout = (0, $dWhh5$react.useMemo)(()=>{
|
|
4966
|
+
if (mainButtons && mainButtons.length > 1) return `rf-w-full rf-grid rf-grid-cols-${mainButtons.length} rf-gap-2 large:rf-gap-4`;
|
|
4967
|
+
return "rf-w-1/2 rf-justify-self-center";
|
|
4968
|
+
}, [
|
|
4969
|
+
mainButtons
|
|
4970
|
+
]);
|
|
4971
|
+
const handleClick = (data)=>{
|
|
4972
|
+
let dataToSend = {};
|
|
4973
|
+
// @ts-ignore
|
|
4974
|
+
if (data.eventName) {
|
|
4975
|
+
const tempData = data;
|
|
4976
|
+
dataToSend = {
|
|
4977
|
+
type: "event",
|
|
4978
|
+
name: tempData.eventName,
|
|
4979
|
+
recommendationId: tempData.recommendationId
|
|
4980
|
+
};
|
|
4981
|
+
} else {
|
|
4982
|
+
const tempData = data;
|
|
4983
|
+
const value = tempData.FilterId ? {
|
|
4984
|
+
value: {
|
|
4985
|
+
filterId: tempData.FilterId,
|
|
4986
|
+
filterValue: tempData.FilterValue,
|
|
4987
|
+
followingCardText: tempData.FollowingCardText
|
|
4988
|
+
}
|
|
4989
|
+
} : {};
|
|
4990
|
+
dataToSend = {
|
|
4991
|
+
type: "event",
|
|
4992
|
+
name: tempData.EventName,
|
|
4993
|
+
...value
|
|
4994
|
+
};
|
|
4995
|
+
}
|
|
4996
|
+
sendPostBack(dataToSend);
|
|
4552
4997
|
};
|
|
4553
4998
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
4554
4999
|
className: `rf-w-full rf-flex rf-flex-col rf-items-center rf-justify-between rf-rounded rf-bg-cardFrameBackground large:rf-p-[25px] rf-p-4 ${history && "rf-pointer-events-none"} `,
|
|
@@ -4557,11 +5002,11 @@ const $0425d21c89c76455$var$DiscoverAttachment = ({ title: title, mainButtons: m
|
|
|
4557
5002
|
},
|
|
4558
5003
|
children: [
|
|
4559
5004
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
4560
|
-
className: "rf-min-h-inherit rf-rounded rf-bg-cardFrameBackground rf-text-cardFrameText rf-
|
|
5005
|
+
className: "rf-w-full rf-min-h-inherit rf-rounded rf-bg-cardFrameBackground rf-text-cardFrameText rf-title-size-auto rf-mb-3 rf-text-center",
|
|
4561
5006
|
children: (0, $04321743da31c8db$export$d07f57595c356899)(title, locale)
|
|
4562
5007
|
}),
|
|
4563
5008
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
4564
|
-
className:
|
|
5009
|
+
className: `rf-h-full ${displayLayout}`,
|
|
4565
5010
|
children: mainButtons && mainButtons.length > 0 ? mainButtons.map((button, i)=>{
|
|
4566
5011
|
let colorButtonHandle = "";
|
|
4567
5012
|
if (button.EventName.indexOf("TouristAttractions") > -1) colorButtonHandle = themeColors.tobeDoneColor;
|
|
@@ -4571,10 +5016,9 @@ const $0425d21c89c76455$var$DiscoverAttachment = ({ title: title, mainButtons: m
|
|
|
4571
5016
|
else if (button.EventName.indexOf("TouristDestinations") > -1) colorButtonHandle = themeColors.tobeSeenColor;
|
|
4572
5017
|
else if (button.EventName.indexOf("Event") > -1) colorButtonHandle = themeColors.agendaColor;
|
|
4573
5018
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
4574
|
-
className: "rf-relative rf-card-button-discover rf-rounded rf-flex rf-flex-col rf-gap-2 large:rf-gap-
|
|
4575
|
-
onClick: ()=>handleClick(button
|
|
5019
|
+
className: "rf-relative rf-w-full rf-card-button-discover rf-rounded rf-flex rf-flex-col rf-gap-2 large:rf-gap-3 rf-items-center rf-justify-self-center",
|
|
5020
|
+
onClick: ()=>handleClick(button),
|
|
4576
5021
|
style: {
|
|
4577
|
-
flex: isMobile ? "0 1 6rem" : "0 1 8rem",
|
|
4578
5022
|
boxShadow: "0px 0px 13px #0000009c"
|
|
4579
5023
|
},
|
|
4580
5024
|
children: [
|
|
@@ -4590,16 +5034,16 @@ const $0425d21c89c76455$var$DiscoverAttachment = ({ title: title, mainButtons: m
|
|
|
4590
5034
|
}
|
|
4591
5035
|
}),
|
|
4592
5036
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("p", {
|
|
4593
|
-
className: "rf-text-center rf-uppercase rf-font-bold large:rf-text-
|
|
5037
|
+
className: "rf-h-full rf-flex rf-items-center rf-text-center rf-uppercase rf-font-bold large:rf-text-basecustom rf-text-xsl",
|
|
4594
5038
|
children: button.Text
|
|
4595
5039
|
})
|
|
4596
5040
|
]
|
|
4597
5041
|
}, i);
|
|
4598
5042
|
}) : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $dWhh5$reactjsxruntime.Fragment), {})
|
|
4599
5043
|
}),
|
|
4600
|
-
recommandationButton && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("p", {
|
|
4601
|
-
className: "
|
|
4602
|
-
onClick: ()=>handleClick(recommandationButton
|
|
5044
|
+
recommandationButton && mainButtons && mainButtons.length > 1 && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("p", {
|
|
5045
|
+
className: "rf-mt-4 rf-font-bold rf-card-button rf-text-center rf-capitalize-first",
|
|
5046
|
+
onClick: ()=>handleClick(recommandationButton),
|
|
4603
5047
|
children: recommandationButton.text
|
|
4604
5048
|
})
|
|
4605
5049
|
]
|
|
@@ -4656,7 +5100,7 @@ var $393a464021f33e39$export$2e2bcd8739ae039 = $393a464021f33e39$var$BorderlessB
|
|
|
4656
5100
|
|
|
4657
5101
|
|
|
4658
5102
|
var $7b6a2b70686dccce$exports = {};
|
|
4659
|
-
$7b6a2b70686dccce$exports = JSON.parse('{"
|
|
5103
|
+
$7b6a2b70686dccce$exports = JSON.parse('{"ar-EG":{"needhelp":"\u062A\u062D\u062A\u0627\u062C \u0645\u0633\u0627\u0639\u062F\u0629\u061F","consult":"\u0627\u0644\u062F\u0641\u0639","thetutorial":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A"},"ar-SA":{"needhelp":"\u062A\u062D\u062A\u0627\u062C \u0645\u0633\u0627\u0639\u062F\u0629\u061F","consult":"\u0627\u0644\u062F\u0641\u0639","thetutorial":"\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A"},"ca-ES":{"needhelp":"Necessitar ajuda?","consult":"Fes una ullada","thetutorial":"el tutorial"},"cs-CZ":{"needhelp":"Pot\u0159ebovat pomoc?","consult":"P\u0159ekontrolovat","thetutorial":"tutori\xe1l"},"da-DK":{"needhelp":"Brug for hj\xe6lp?","consult":"Tjek ud","thetutorial":"tutorialen"},"de-AT":{"needhelp":"Brauche Hilfe ?","consult":"Schauen Sie sich","thetutorial":"das Tutorial an"},"de-CH":{"needhelp":"Brauche Hilfe ?","consult":"Schauen Sie sich","thetutorial":"das Tutorial an"},"de-DE":{"needhelp":"Brauche Hilfe ?","consult":"Schauen Sie sich","thetutorial":"das Tutorial an"},"en-CA":{"needhelp":"Need help ?","consult":"Check out","thetutorial":"the tutorial"},"en-GB":{"needhelp":"Need help ?","consult":"Check out","thetutorial":"the tutorial"},"en-HK":{"needhelp":"Need help ?","consult":"Check out","thetutorial":"the tutorial"},"en-IE":{"needhelp":"Need help ?","consult":"Check out","thetutorial":"the tutorial"},"en-IN":{"needhelp":"Need help ?","consult":"Check out","thetutorial":"the tutorial"},"en-US":{"needhelp":"Need help ?","consult":"Check out","thetutorial":"the tutorial"},"es-ES":{"needhelp":"Necesitar ayuda ?","consult":"Mira","thetutorial":"el tutorial"},"es-MX":{"needhelp":"Necesitar ayuda ?","consult":"Mira","thetutorial":"el tutorial"},"fi-FI":{"needhelp":"Tarvitsetko apua?","consult":"Tarkista","thetutorial":"opetusohjelma"},"fr-BE":{"needhelp":"Besoin d\'aide ?","consult":"Consultez","thetutorial":"le tutoriel"},"fr-CA":{"needhelp":"Besoin d\'aide ?","consult":"Consultez","thetutorial":"le tutoriel"},"fr-CH":{"needhelp":"Besoin d\'aide ?","consult":"Consultez","thetutorial":"le tutoriel"},"fr-FR":{"needhelp":"Besoin d\'aide ?","consult":"Consultez","thetutorial":"le tutoriel"},"hi-IN":{"needhelp":"\u092E\u0926\u0926 \u0915\u0940 \u091C\u093C\u0930\u0942\u0930\u0924 \u0939\u0948?","consult":"\u091A\u0947\u0915 \u0906\u0909\u091F","thetutorial":"\u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"},"hu-HU":{"needhelp":"Kell seg\xedts\xe9g?","consult":"N\xe9zze meg","thetutorial":"az oktat\xf3anyag"},"id-ID":{"needhelp":"Butuh bantuan?","consult":"Periksa","thetutorial":"tutorialnya"},"it-IT":{"needhelp":"Ho bisogno di aiuto?","consult":"Guardare","thetutorial":"il tutorial"},"ja-JP":{"needhelp":"\u52A9\u3051\u304C\u5FC5\u8981\uFF1F","consult":"\u30C1\u30A7\u30C3\u30AF\u30A2\u30A6\u30C8","thetutorial":"\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB"},"ko-KR":{"needhelp":"\uB3C4\uC6C0\uC774 \uD544\uC694\uD558\uB2E4?","consult":"\uD655\uC778\uD574 \uBCF4\uC138\uC694","thetutorial":"\uD29C\uD1A0\uB9AC\uC5BC"},"nb-NO":{"needhelp":"Trenger hjelp?","consult":"Sjekk ut","thetutorial":"oppl\xe6ringen"},"nl-BE":{"needhelp":"Hulp nodig?","consult":"Uitchecken","thetutorial":"de tutorial"},"nl-NL":{"needhelp":"Hulp nodig?","consult":"Uitchecken","thetutorial":"de tutorial"},"pl-PL":{"needhelp":"Potrzebuj\u0119 pomocy?","consult":"Wymeldowa\u0107 si\u0119","thetutorial":"samouczek"},"pt-BR":{"needhelp":"Preciso de ajuda?","consult":"Confira","thetutorial":"o tutorial"},"pt-PT":{"needhelp":"Preciso de ajuda?","consult":"Confira","thetutorial":"o tutorial"},"ru-RU":{"needhelp":"\u041D\u0443\u0436\u043D\u0430 \u043F\u043E\u043C\u043E\u0449\u044C?","consult":"\u041F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u044C","thetutorial":"\u0443\u0447\u0435\u0431\u043D\u0438\u043A"},"sv-SE":{"needhelp":"Rabim pomo\u010D?","consult":"Preveri","thetutorial":"vadnica"},"th-TH":{"needhelp":"\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E04\u0E27\u0E32\u0E21\u0E0A\u0E48\u0E27\u0E22\u0E40\u0E2B\u0E25\u0E37\u0E2D?","consult":"\u0E40\u0E0A\u0E47\u0E04\u0E40\u0E2D\u0E32\u0E17\u0E4C","thetutorial":"\u0E1A\u0E17\u0E0A\u0E48\u0E27\u0E22\u0E2A\u0E2D\u0E19"},"tr-TR":{"needhelp":"Yard\u0131ma m\u0131 ihtiyac\u0131n\u0131z var?","consult":"\xc7\u0131k\u0131\u015F yapmak","thetutorial":"\xf6\u011Fretici"},"zh-CN":{"needhelp":"\u9700\u8981\u5E2E\u5FD9\uFF1F","consult":"\u67E5\u770B","thetutorial":"\u6559\u7A0B"},"zh-HK":{"needhelp":"\u9700\u8981\u5E2E\u5FD9\uFF1F","consult":"\u67E5\u770B","thetutorial":"\u6559\u7A0B"},"zh-TW":{"needhelp":"\u9700\u8981\u5E2E\u5FD9\uFF1F","consult":"\u67E5\u770B","thetutorial":"\u6559\u7A0B"}}');
|
|
4660
5104
|
|
|
4661
5105
|
|
|
4662
5106
|
|
|
@@ -4731,10 +5175,6 @@ const $2457030b96549635$var$attachmentMiddleware = ()=>(next)=>(...args)=>{
|
|
|
4731
5175
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $123aaace3a01fe9a$export$2e2bcd8739ae039), {
|
|
4732
5176
|
...attachment.content
|
|
4733
5177
|
});
|
|
4734
|
-
case 0, $3b05c823a6ed4bb8$export$4e4550ddaa0ad2f9:
|
|
4735
|
-
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $93b0e82a0b3c6a01$export$2e2bcd8739ae039), {
|
|
4736
|
-
...attachment.content
|
|
4737
|
-
});
|
|
4738
5178
|
case 0, $3b05c823a6ed4bb8$export$9399f66a54c38cac:
|
|
4739
5179
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $e0ed19a09a20c9b8$export$2e2bcd8739ae039), {});
|
|
4740
5180
|
case 0, $3b05c823a6ed4bb8$export$c50891df8986f6d9:
|
|
@@ -7179,13 +7619,68 @@ $9fde42be66905cde$export$7f21b8f94f2ce32b.maxLabelProperty = new $dWhh5$adaptive
|
|
|
7179
7619
|
|
|
7180
7620
|
|
|
7181
7621
|
|
|
7182
|
-
|
|
7183
|
-
|
|
7184
|
-
|
|
7185
|
-
|
|
7622
|
+
|
|
7623
|
+
|
|
7624
|
+
|
|
7625
|
+
|
|
7626
|
+
|
|
7627
|
+
|
|
7628
|
+
const $6871d5024445c3e4$var$Animation2 = ({ color: color, loaderColor: loaderColor, backgroundColor: backgroundColor })=>{
|
|
7629
|
+
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("svg", {
|
|
7630
|
+
"aria-hidden": "true",
|
|
7631
|
+
className: "rf-inline rf-w-8 rf-h-8 rf-mr-2 rf-animate-spin ",
|
|
7632
|
+
viewBox: "0 0 100 101",
|
|
7633
|
+
fill: "none",
|
|
7634
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7635
|
+
style: {
|
|
7636
|
+
backgroundColor: backgroundColor
|
|
7637
|
+
},
|
|
7638
|
+
children: [
|
|
7639
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("path", {
|
|
7640
|
+
d: "M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",
|
|
7641
|
+
fill: "currentColor",
|
|
7642
|
+
style: {
|
|
7643
|
+
fill: color
|
|
7644
|
+
}
|
|
7645
|
+
}),
|
|
7646
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("path", {
|
|
7647
|
+
d: "M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",
|
|
7648
|
+
fill: "currentFill",
|
|
7649
|
+
style: {
|
|
7650
|
+
fill: loaderColor
|
|
7651
|
+
}
|
|
7652
|
+
})
|
|
7653
|
+
]
|
|
7654
|
+
});
|
|
7655
|
+
};
|
|
7656
|
+
var $6871d5024445c3e4$export$2e2bcd8739ae039 = $6871d5024445c3e4$var$Animation2;
|
|
7657
|
+
|
|
7658
|
+
|
|
7659
|
+
|
|
7660
|
+
|
|
7661
|
+
|
|
7662
|
+
const $ca0c07c153e8e8ae$var$ActionButton = ({ text: text, fullWidth: fullWidth, position: position, display: display, urlToOpen: urlToOpen, onClick: onClick })=>{
|
|
7663
|
+
var _linkTranslation_locale, _translation_locale;
|
|
7664
|
+
const currentSubView = (0, $70e3d65f5a106231$export$77e4cc5334565f28)((state)=>state.currentSubView);
|
|
7665
|
+
const isUsedOnBorne = (0, $70e3d65f5a106231$export$77e4cc5334565f28)((state)=>state.usingOnBorne);
|
|
7666
|
+
const enableDocumentPrinting = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.enableDocumentPrinting);
|
|
7667
|
+
const locale = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)((state)=>state.locale);
|
|
7186
7668
|
const { themeColors: themeColors } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
7187
7669
|
const [style, setStyle] = (0, $dWhh5$react.useState)();
|
|
7188
7670
|
const [hover, setHover] = (0, $dWhh5$react.useState)(false);
|
|
7671
|
+
const [qrCodeData, setQrCodeData] = (0, $dWhh5$react.useState)();
|
|
7672
|
+
const setQrCodeDataAsync = async ()=>{
|
|
7673
|
+
if (urlToOpen) {
|
|
7674
|
+
const qrCodeString = await (0, ($parcel$interopDefault($dWhh5$qrcode))).toDataURL(encodeURI(urlToOpen));
|
|
7675
|
+
setQrCodeData(qrCodeString);
|
|
7676
|
+
}
|
|
7677
|
+
};
|
|
7678
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
7679
|
+
if (urlToOpen && isUsedOnBorne) setQrCodeDataAsync();
|
|
7680
|
+
}, [
|
|
7681
|
+
urlToOpen,
|
|
7682
|
+
isUsedOnBorne
|
|
7683
|
+
]);
|
|
7189
7684
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
7190
7685
|
// Set width : full or fit
|
|
7191
7686
|
let temp = fullWidth ? "rf-w-full" : "rf-w-fit";
|
|
@@ -7203,6 +7698,13 @@ const $ca0c07c153e8e8ae$var$ActionButton = ({ text: text, fullWidth: fullWidth,
|
|
|
7203
7698
|
}
|
|
7204
7699
|
setStyle(temp);
|
|
7205
7700
|
}, []);
|
|
7701
|
+
const handleOpenPreview = ()=>{
|
|
7702
|
+
if (currentSubView !== (0, $71c613e2e831c34c$export$f05d0fed0593ead7).history) urlToOpen && (0, $70e3d65f5a106231$export$4317154639841e84)(/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $6e2b7d52dc071237$export$2e2bcd8739ae039), {
|
|
7703
|
+
url: urlToOpen,
|
|
7704
|
+
locale: locale,
|
|
7705
|
+
printingAllowed: enableDocumentPrinting
|
|
7706
|
+
}));
|
|
7707
|
+
};
|
|
7206
7708
|
const handleClick = ()=>{
|
|
7207
7709
|
if (currentSubView !== (0, $71c613e2e831c34c$export$f05d0fed0593ead7).history) {
|
|
7208
7710
|
setHover(true);
|
|
@@ -7215,7 +7717,49 @@ const $ca0c07c153e8e8ae$var$ActionButton = ({ text: text, fullWidth: fullWidth,
|
|
|
7215
7717
|
const handleLeave = ()=>{
|
|
7216
7718
|
if (currentSubView !== (0, $71c613e2e831c34c$export$f05d0fed0593ead7).history) setHover(false);
|
|
7217
7719
|
};
|
|
7218
|
-
return
|
|
7720
|
+
return urlToOpen && isUsedOnBorne ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
7721
|
+
className: "rf-w-full rf-flex rf-flex-col rf-justify-center rf-items-center rf-text-cardButtonTextDefault",
|
|
7722
|
+
children: [
|
|
7723
|
+
urlToOpen.length > 4 && urlToOpen.substring(urlToOpen.length - 4) === ".pdf" && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
7724
|
+
className: "rf-w-full rf-pb-6 rf-flex rf-justify-start rf-text-primary rf-underline rf-italic rf-text-sm",
|
|
7725
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("p", {
|
|
7726
|
+
className: "rf-cursor-pointer",
|
|
7727
|
+
onClick: handleOpenPreview,
|
|
7728
|
+
children: ((_linkTranslation_locale = (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))[locale]) === null || _linkTranslation_locale === void 0 ? void 0 : _linkTranslation_locale.buttontext) || (0, (/*@__PURE__*/$parcel$interopDefault($0c4d11c1963ef1d2$exports)))["fr-FR"].buttontext
|
|
7729
|
+
})
|
|
7730
|
+
}),
|
|
7731
|
+
qrCodeData ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($dWhh5$react))).Fragment, {
|
|
7732
|
+
children: [
|
|
7733
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $881abfa0199508c1$export$2e2bcd8739ae039), {
|
|
7734
|
+
src: qrCodeData
|
|
7735
|
+
}),
|
|
7736
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
7737
|
+
className: "rf-relative rf-text-center rf-mx-8 rf-mt-2 rf-italic",
|
|
7738
|
+
children: [
|
|
7739
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $589440ada8a582f1$export$2e2bcd8739ae039), {
|
|
7740
|
+
className: "rf-absolute rf-top-[0.125rem] -rf-left-6 rf-h-4"
|
|
7741
|
+
}),
|
|
7742
|
+
(0, $18b7296c942d1259$export$2eb1c1cc4b12d451)({
|
|
7743
|
+
locale: locale,
|
|
7744
|
+
isUsedOnBorne: isUsedOnBorne,
|
|
7745
|
+
data: {
|
|
7746
|
+
url: urlToOpen,
|
|
7747
|
+
download: true
|
|
7748
|
+
}
|
|
7749
|
+
})
|
|
7750
|
+
]
|
|
7751
|
+
})
|
|
7752
|
+
]
|
|
7753
|
+
}) : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
7754
|
+
className: "rf-w-6 rf-h-6",
|
|
7755
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $6871d5024445c3e4$export$2e2bcd8739ae039), {
|
|
7756
|
+
color: "gray",
|
|
7757
|
+
loaderColor: themeColors.primary,
|
|
7758
|
+
backgroundColor: "transparent"
|
|
7759
|
+
})
|
|
7760
|
+
})
|
|
7761
|
+
]
|
|
7762
|
+
}) : text && display.toLowerCase() === "link" ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
7219
7763
|
className: `rf-w-full rf-mt-2 rf-flex rf-justify-start rf-items-center rf-text-cardButtonTextDefault ${currentSubView !== (0, $71c613e2e831c34c$export$f05d0fed0593ead7).history && "rf-cursor-pointer"}`,
|
|
7220
7764
|
onPointerEnter: handleEnter,
|
|
7221
7765
|
onPointerLeave: handleLeave,
|
|
@@ -7344,7 +7888,8 @@ class $e1605475882be598$export$3226295bbd9dad06 extends $dWhh5$adaptivecards.Ope
|
|
|
7344
7888
|
text: this.title,
|
|
7345
7889
|
fullWidth: this.fullWidth,
|
|
7346
7890
|
position: this.position,
|
|
7347
|
-
display: this.display
|
|
7891
|
+
display: this.display,
|
|
7892
|
+
urlToOpen: this.url
|
|
7348
7893
|
};
|
|
7349
7894
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $ca0c07c153e8e8ae$export$2e2bcd8739ae039), {
|
|
7350
7895
|
...props
|
|
@@ -7543,7 +8088,7 @@ const $c610b7db00433cde$var$defaultUser = {
|
|
|
7543
8088
|
/**
|
|
7544
8089
|
* Component using DirectLine
|
|
7545
8090
|
* @param props
|
|
7546
|
-
*/ const $c610b7db00433cde$var$RetorikComposer = ({ addressData: addressData, userData: userData, externalEventHandler: externalEventHandler, children: children, colors: colors, isRetorikNews: isRetorikNews })=>{
|
|
8091
|
+
*/ const $c610b7db00433cde$var$RetorikComposer = ({ addressData: addressData, userData: userData, externalEventHandler: externalEventHandler, children: children, colors: colors, isRetorikNews: isRetorikNews, changedLayout: changedLayout })=>{
|
|
7547
8092
|
const [directLine, setDirectLine] = (0, $dWhh5$react.useState)(null);
|
|
7548
8093
|
const [store, setStore] = (0, $dWhh5$react.useState)(null);
|
|
7549
8094
|
const { ponyfillCredentials: ponyfillCredentials } = (0, $df401eb9a10f9e0e$export$57e792e009c800a0)();
|
|
@@ -7551,6 +8096,8 @@ const $c610b7db00433cde$var$defaultUser = {
|
|
|
7551
8096
|
const agentData = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.agentData);
|
|
7552
8097
|
const { locale: locale, supported: supported } = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)();
|
|
7553
8098
|
const [hasConversationCookie, setHasConversationCookie] = (0, $dWhh5$react.useState)(false);
|
|
8099
|
+
const [connectionStatus, setConnectionStatus] = (0, $dWhh5$react.useState)((0, $dWhh5$botframeworkdirectlinejs.ConnectionStatus).Uninitialized);
|
|
8100
|
+
const subscriptionRef = (0, $dWhh5$react.useRef)(null);
|
|
7554
8101
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
7555
8102
|
const processDirectLine = async ()=>{
|
|
7556
8103
|
(0, $5b9a777a82cf18dd$export$97c24bbbbbd7be8a)(addressData).then((token)=>{
|
|
@@ -7609,15 +8156,6 @@ const $c610b7db00433cde$var$defaultUser = {
|
|
|
7609
8156
|
}, [
|
|
7610
8157
|
ponyfillCredentials
|
|
7611
8158
|
]);
|
|
7612
|
-
const grammars = (0, $dWhh5$react.useMemo)(()=>{
|
|
7613
|
-
var _configuration_speechRecognitionOptions;
|
|
7614
|
-
const grammarsInConfiguration = (_configuration_speechRecognitionOptions = configuration.speechRecognitionOptions) === null || _configuration_speechRecognitionOptions === void 0 ? void 0 : _configuration_speechRecognitionOptions.grammars;
|
|
7615
|
-
if (grammarsInConfiguration && grammarsInConfiguration[locale]) return grammarsInConfiguration[locale];
|
|
7616
|
-
return [];
|
|
7617
|
-
}, [
|
|
7618
|
-
configuration.speechRecognitionOptions,
|
|
7619
|
-
locale
|
|
7620
|
-
]);
|
|
7621
8159
|
// Initialize the store
|
|
7622
8160
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
7623
8161
|
initStore();
|
|
@@ -7628,7 +8166,7 @@ const $c610b7db00433cde$var$defaultUser = {
|
|
|
7628
8166
|
}
|
|
7629
8167
|
const customAdaptiveCardHostConfig = (0, $7fcbbf5bfb4dd5b8$export$2e2bcd8739ae039)(colors.primary, colors.card.frame.background);
|
|
7630
8168
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
7631
|
-
if (locale && supported && directLine && ponyfillFactory && store && agentData && (isRetorikNews || loaderClosed)) setAppAvailable(true);
|
|
8169
|
+
if (locale && supported && directLine && ponyfillFactory && store && agentData && connectionStatus === (0, $dWhh5$botframeworkdirectlinejs.ConnectionStatus).Online && (isRetorikNews || loaderClosed)) setAppAvailable(true);
|
|
7632
8170
|
else setAppAvailable(false);
|
|
7633
8171
|
}, [
|
|
7634
8172
|
locale,
|
|
@@ -7637,7 +8175,23 @@ const $c610b7db00433cde$var$defaultUser = {
|
|
|
7637
8175
|
ponyfillFactory,
|
|
7638
8176
|
store,
|
|
7639
8177
|
agentData,
|
|
7640
|
-
loaderClosed
|
|
8178
|
+
loaderClosed,
|
|
8179
|
+
connectionStatus
|
|
8180
|
+
]);
|
|
8181
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
8182
|
+
var // Unsubscribe current subscription if it exists, to prevent multiple subscriptions
|
|
8183
|
+
_subscriptionRef_current;
|
|
8184
|
+
subscriptionRef === null || subscriptionRef === void 0 ? void 0 : (_subscriptionRef_current = subscriptionRef.current) === null || _subscriptionRef_current === void 0 ? void 0 : _subscriptionRef_current.unsubscribe();
|
|
8185
|
+
if (directLine) subscriptionRef.current = directLine.connectionStatus$.subscribe((newStatus)=>{
|
|
8186
|
+
console.log("Directline change status", newStatus);
|
|
8187
|
+
setConnectionStatus(newStatus);
|
|
8188
|
+
});
|
|
8189
|
+
return ()=>{
|
|
8190
|
+
var _subscriptionRef_current;
|
|
8191
|
+
subscriptionRef === null || subscriptionRef === void 0 ? void 0 : (_subscriptionRef_current = subscriptionRef.current) === null || _subscriptionRef_current === void 0 ? void 0 : _subscriptionRef_current.unsubscribe();
|
|
8192
|
+
};
|
|
8193
|
+
}, [
|
|
8194
|
+
directLine
|
|
7641
8195
|
]);
|
|
7642
8196
|
return directLine && ponyfillFactory && store && agentData ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($dWhh5$botframeworkwebchatlibFullComposer))), {
|
|
7643
8197
|
adaptiveCardsHostConfig: customAdaptiveCardHostConfig,
|
|
@@ -7648,14 +8202,13 @@ const $c610b7db00433cde$var$defaultUser = {
|
|
|
7648
8202
|
sendBoxBackground: "transparent"
|
|
7649
8203
|
},
|
|
7650
8204
|
directLine: directLine,
|
|
7651
|
-
// webSpeechPonyfillFactory={ponyfillFactory}
|
|
7652
|
-
grammars: grammars,
|
|
7653
8205
|
store: store,
|
|
7654
8206
|
locale: locale,
|
|
7655
8207
|
attachmentMiddleware: (0, $2457030b96549635$export$2e2bcd8739ae039),
|
|
7656
8208
|
activityMiddleware: (0, $c8770452d727244a$export$2e2bcd8739ae039),
|
|
7657
8209
|
children: [
|
|
7658
8210
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $071bb34c9db044ce$export$2e2bcd8739ae039), {
|
|
8211
|
+
changedLayout: changedLayout,
|
|
7659
8212
|
isRetorikNews: isRetorikNews,
|
|
7660
8213
|
hasConversationCookie: hasConversationCookie,
|
|
7661
8214
|
userData: userData || $c610b7db00433cde$var$defaultUser
|
|
@@ -8713,7 +9266,7 @@ var $a0e7200eb5fb20c5$export$2e2bcd8739ae039 = $a0e7200eb5fb20c5$var$BackButton;
|
|
|
8713
9266
|
|
|
8714
9267
|
|
|
8715
9268
|
var $070a76d78530c070$exports = {};
|
|
8716
|
-
$070a76d78530c070$exports = JSON.parse('{"
|
|
9269
|
+
$070a76d78530c070$exports = JSON.parse('{"ar-EG":{"1":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629","2":"\u0642\u0646\u0627\u0629 \u0627\u062E\u0628\u0627\u0631\u064A\u0629 \u062D\u064A\u0629","3":"\u062A\u0642\u0631\u064A\u0631 \u062D\u0627\u0644\u0629 \u0623\u0644\u0637\u0642\u0633","4":"\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626","1000":"\u062A\u0627\u0631\u064A\u062E\u064A","1001":"\u062F\u0631\u0633 \u062A\u0639\u0644\u064A\u0645\u064A"},"ar-SA":{"1":"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629","2":"\u0642\u0646\u0627\u0629 \u0627\u062E\u0628\u0627\u0631\u064A\u0629 \u062D\u064A\u0629","3":"\u062A\u0642\u0631\u064A\u0631 \u062D\u0627\u0644\u0629 \u0623\u0644\u0637\u0642\u0633","4":"\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0637\u0648\u0627\u0631\u0626","1000":"\u062A\u0627\u0631\u064A\u062E\u064A","1001":"\u062F\u0631\u0633 \u062A\u0639\u0644\u064A\u0645\u064A"},"ca-ES":{"1":"p\xe0gina d\'inici","2":"canal de not\xedcies en directe","3":"informe del temps","4":"N\xfameros d\'emerg\xe8ncia","1000":"hist\xf2ric","1001":"tutorial"},"cs-CZ":{"1":"domovsk\xe1 str\xe1nka","2":"\u017Eiv\xfd zpravodajsk\xfd kan\xe1l","3":"zpr\xe1va o po\u010Das\xed","4":"T\xeds\u0148ov\xe1 \u010D\xedsla","1000":"historick\xfd","1001":"tutorial"},"da-DK":{"1":"hjemmeside","2":"live nyhedskanal","3":"vejrudsigt","4":"N\xf8dnumre","1000":"historisk","1001":"tutorial"},"de-AT":{"1":"Startseite","2":"Live-Infokanal","3":"Wetter","4":"Notrufnummern","1000":"Geschichte","1001":"anleitung"},"de-CH":{"1":"Startseite","2":"Live-Infokanal","3":"Wetter","4":"Notrufnummern","1000":"Geschichte","1001":"anleitung"},"de-DE":{"1":"Startseite","2":"Live-Infokanal","3":"Wetter","4":"Notrufnummern","1000":"Geschichte","1001":"anleitung"},"en-CA":{"1":"home","2":"live info channel","3":"weather","4":"emergency numbers","1000":"history","1001":"tutorial"},"en-GB":{"1":"home","2":"live info channel","3":"weather","4":"emergency numbers","1000":"history","1001":"tutorial"},"en-HK":{"1":"home","2":"live info channel","3":"weather","4":"emergency numbers","1000":"history","1001":"tutorial"},"en-IE":{"1":"home","2":"live info channel","3":"weather","4":"emergency numbers","1000":"history","1001":"tutorial"},"en-IN":{"1":"home","2":"live info channel","3":"weather","4":"emergency numbers","1000":"history","1001":"tutorial"},"en-US":{"1":"home","2":"live info channel","3":"weather","4":"emergency numbers","1000":"history","1001":"tutorial"},"es-ES":{"1":"inicio","2":"canal de informaci\xf3n en directo","3":"tiempo","4":"n\xfameros de emergencia","1000":"historia","1001":"tutorial"},"es-MX":{"1":"inicio","2":"canal de informaci\xf3n en directo","3":"tiempo","4":"n\xfameros de emergencia","1000":"historia","1001":"tutorial"},"fi-FI":{"1":"kotisivu","2":"live-uutiskanava","3":"S\xe4\xe4tiedotus","4":"H\xe4t\xe4numerot","1000":"historiallinen","1001":"opetusohjelma"},"fr-BE":{"1":"accueil","2":"cha\xeene info live","3":"m\xe9t\xe9o","4":"num\xe9ros d\'urgence","1000":"historique","1001":"tutoriel"},"fr-CA":{"1":"accueil","2":"cha\xeene info live","3":"m\xe9t\xe9o","4":"num\xe9ros d\'urgence","1000":"historique","1001":"tutoriel"},"fr-CH":{"1":"accueil","2":"cha\xeene info live","3":"m\xe9t\xe9o","4":"num\xe9ros d\'urgence","1000":"historique","1001":"tutoriel"},"fr-FR":{"1":"accueil","2":"cha\xeene info live","3":"m\xe9t\xe9o","4":"num\xe9ros d\'urgence","1000":"historique","1001":"tutoriel"},"hi-IN":{"1":"\u0939\u094B\u092E \u092A\u0947\u091C","2":"\u0932\u093E\u0907\u0935 \u0928\u094D\u092F\u0942\u091C\u093C \u091A\u0948\u0928\u0932","3":"\u092E\u094C\u0938\u092E \u0915\u0940 \u0930\u093F\u092A\u094B\u0930\u094D\u091F","4":"\u0906\u092A\u093E\u0924\u0915\u093E\u0932\u0940\u0928 \u0928\u0902\u092C\u0930","1000":"\u0910\u0924\u093F\u0939\u093E\u0938\u093F\u0915","1001":"\u091F\u094D\u092F\u0942\u091F\u094B\u0930\u093F\u092F\u0932"},"hu-HU":{"1":"kezd\u0151lap","2":"\xe9l\u0151 h\xedrcsatorna","3":"id\u0151j\xe1r\xe1s jelent\xe9s","4":"Seg\xe9lyh\xedv\xf3 sz\xe1mok","1000":"t\xf6rt\xe9nelmi","1001":"oktat\xf3anyag"},"id-ID":{"1":"halaman rumah","2":"saluran berita langsung","3":"laporan cuaca","4":"Nomor darurat","1000":"historis","1001":"tutorial"},"it-IT":{"1":"pagina iniziale","2":"canale di notizie in diretta","3":"bollettino meteorologico","4":"Numeri di emergenza","1000":"storico","1001":"tutorial"},"ja-JP":{"1":"\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8","2":"\u30E9\u30A4\u30D6\u30CB\u30E5\u30FC\u30B9\u30C1\u30E3\u30F3\u30CD\u30EB","3":"\u5929\u6C17\u4E88\u5831","4":"\u7DCA\u6025\u96FB\u8A71\u756A\u53F7","1000":"\u6B74\u53F2\u7684\u306A","1001":"\u30C1\u30E5\u30FC\u30C8\u30EA\u30A2\u30EB"},"ko-KR":{"1":"\uD648\uD398\uC774\uC9C0","2":"\uB77C\uC774\uBE0C \uB274\uC2A4 \uCC44\uB110","3":"\uC77C\uAE30 \uC608\uBCF4","4":"\uAE34\uAE09 \uC804\uD654\uBC88\uD638","1000":"\uC5ED\uC0AC\uC801\uC778","1001":"\uC9C0\uB3C4 \uC2DC\uAC04"},"nb-NO":{"1":"hjemmeside","2":"direktesendt nyhetskanal","3":"V\xe6rmelding","4":"N\xf8dnumre","1000":"historisk","1001":"oppl\xe6ringen"},"nl-BE":{"1":"hjemmeside","2":"direktesendt nyhetskanal","3":"V\xe6rmelding","4":"N\xf8dnumre","1000":"historisk","1001":"tutorial"},"nl-NL":{"1":"hjemmeside","2":"direktesendt nyhetskanal","3":"V\xe6rmelding","4":"N\xf8dnumre","1000":"historisk","1001":"tutorial"},"pl-PL":{"1":"strona g\u0142\xf3wna","2":"kana\u0142 informacyjny na \u017Cywo","3":"pogoda","4":"numery alarmowe","1000":"historia","1001":"instrukta\u017C"},"pt-BR":{"1":"pagina inicial","2":"canal de informa\xe7\xf5es ao vivo","3":"clima","4":"N\xfameros de emerg\xeancia","1000":"hist\xf3ria","1001":"tutorial"},"pt-PT":{"1":"pagina inicial","2":"canal de informa\xe7\xf5es ao vivo","3":"clima","4":"N\xfameros de emerg\xeancia","1000":"hist\xf3ria","1001":"tutorial"},"ru-RU":{"1":"\u0434\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430","2":"\u043F\u0440\u044F\u043C\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0439 \u043A\u0430\u043D\u0430\u043B","3":"\u043F\u043E\u0433\u043E\u0434\u0430","4":"\u043D\u043E\u043C\u0435\u0440\u0430 \u044D\u043A\u0441\u0442\u0440\u0435\u043D\u043D\u044B\u0445 \u0441\u043B\u0443\u0436\u0431","1000":"\u0438\u0441\u0442\u043E\u0440\u0438\u044F","1001":"\u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E"},"sv-SE":{"1":"doma\u010Da stran","2":"info kanal v \u017Eivo","3":"vreme","4":"\u0161tevilke za klic v sili","1000":"zgodovina","1001":"vadnica"},"th-TH":{"1":"\u0E2B\u0E19\u0E49\u0E32\u0E41\u0E23\u0E01","2":"\u0E0A\u0E48\u0E2D\u0E07\u0E17\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E2A\u0E14","3":"\u0E2A\u0E20\u0E32\u0E1E\u0E2D\u0E32\u0E01\u0E32\u0E28","4":"\u0E2B\u0E21\u0E32\u0E22\u0E40\u0E25\u0E02\u0E09\u0E38\u0E01\u0E40\u0E09\u0E34\u0E19","1000":"\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34\u0E28\u0E32\u0E2A\u0E15\u0E23\u0E4C","1001":"\u0E01\u0E27\u0E14\u0E27\u0E34\u0E0A\u0E32"},"tr-TR":{"1":"ana sayfa","2":"canl\u0131 bilgi kanal\u0131","3":"hava durumu","4":"Acil durum numaralar\u0131","1000":"tarih","1001":"\xf6\u011Fretici"},"zh-CN":{"1":"\u4E3B\u9875","2":"\u5B9E\u65F6\u4FE1\u606F\u9891\u9053","3":"\u5929\u6C14","4":"\u7D27\u6025\u7535\u8BDD\u53F7\u7801","1000":"\u5386\u53F2","1001":"\u6559\u7A0B"},"zh-HK":{"1":"\u4E3B\u9875","2":"\u5B9E\u65F6\u4FE1\u606F\u9891\u9053","3":"\u5929\u6C14","4":"\u7D27\u6025\u7535\u8BDD\u53F7\u7801","1000":"\u5386\u53F2","1001":"\u6559\u7A0B"},"zh-TW":{"1":"\u4E3B\u9875","2":"\u5B9E\u65F6\u4FE1\u606F\u9891\u9053","3":"\u5929\u6C14","4":"\u7D27\u6025\u7535\u8BDD\u53F7\u7801","1000":"\u5386\u53F2","1001":"\u6559\u7A0B"}}');
|
|
8717
9270
|
|
|
8718
9271
|
|
|
8719
9272
|
|
|
@@ -9572,6 +10125,8 @@ const $9d923b2173a33de2$var$Dashboard = ({ toggleDashboard: toggleDashboard })=>
|
|
|
9572
10125
|
]
|
|
9573
10126
|
}),
|
|
9574
10127
|
isUsedOnBorne && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("button", {
|
|
10128
|
+
// @ts-ignore
|
|
10129
|
+
part: "retorik-framework-parameters",
|
|
9575
10130
|
className: "rf-absolute rf-left-4 rf-bottom-4 rf-h-8 rf-flex rf-flex-row rf-items-center",
|
|
9576
10131
|
onClick: handleClickParameters,
|
|
9577
10132
|
children: [
|
|
@@ -9895,7 +10450,7 @@ const $9a101af72a25f94e$var$MicrophoneButton = ({ openMicrophone: openMicrophone
|
|
|
9895
10450
|
const activeRecognitionState = (0, $5f7f457957bd2c8d$export$f299240efcda25a2)((state)=>state.activeRecognitionState);
|
|
9896
10451
|
const toggleMicrophone = (0, $e37833e47d877d3a$export$2e2bcd8739ae039)();
|
|
9897
10452
|
const { isMobile: isMobile, themeColors: themeColors } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
9898
|
-
const
|
|
10453
|
+
const locale = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)((state)=>state.locale);
|
|
9899
10454
|
const allowedRef = (0, $dWhh5$react.useRef)(false);
|
|
9900
10455
|
const [message, setMessage] = (0, $dWhh5$react.useState)("");
|
|
9901
10456
|
const [playerRef, setPlayerRef] = (0, $dWhh5$react.useState)(null);
|
|
@@ -9982,6 +10537,7 @@ var $9a101af72a25f94e$export$2e2bcd8739ae039 = $9a101af72a25f94e$var$MicrophoneB
|
|
|
9982
10537
|
|
|
9983
10538
|
|
|
9984
10539
|
|
|
10540
|
+
|
|
9985
10541
|
const $718f337892f278fa$var$Parameters = ({ handleBack: handleBack })=>{
|
|
9986
10542
|
var _translation_locale, _translation_locale1;
|
|
9987
10543
|
const locale = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)((state)=>state.locale);
|
|
@@ -9989,12 +10545,13 @@ const $718f337892f278fa$var$Parameters = ({ handleBack: handleBack })=>{
|
|
|
9989
10545
|
const displaySubtitles = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.displaySubtitles);
|
|
9990
10546
|
const muted = (0, $5f7f457957bd2c8d$export$f299240efcda25a2)((state)=>state.muted);
|
|
9991
10547
|
const { isMobile: isMobile } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
10548
|
+
const { configuration: { disableSound: disableSound } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
9992
10549
|
const handleSoundChange = (val)=>{
|
|
9993
10550
|
(0, $5f7f457957bd2c8d$export$a1680ba91cc9be33)(!val);
|
|
9994
10551
|
};
|
|
9995
10552
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($dWhh5$react))).Fragment, {
|
|
9996
10553
|
children: [
|
|
9997
|
-
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $50315c9d99ad0fa4$export$2e2bcd8739ae039), {
|
|
10554
|
+
!disableSound && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $50315c9d99ad0fa4$export$2e2bcd8739ae039), {
|
|
9998
10555
|
className: "rf-py-3 large:rf-py-0",
|
|
9999
10556
|
title: ((_translation_locale = (0, (/*@__PURE__*/$parcel$interopDefault($36d747af8f969a4a$exports)))[locale]) === null || _translation_locale === void 0 ? void 0 : _translation_locale.sound) || (0, (/*@__PURE__*/$parcel$interopDefault($36d747af8f969a4a$exports)))["fr-FR"].sound,
|
|
10000
10557
|
handleChange: handleSoundChange,
|
|
@@ -10131,7 +10688,7 @@ var $6597700a5925d4dd$export$2e2bcd8739ae039 = $6597700a5925d4dd$var$FullScreenR
|
|
|
10131
10688
|
|
|
10132
10689
|
|
|
10133
10690
|
var $4db6b8598eeee77c$exports = {};
|
|
10134
|
-
$4db6b8598eeee77c$exports = JSON.parse('{"fr-FR":{"result":"r\xe9sultat","results":"r\xe9sultats","all":"tous","filter":"Filtrer","reset":"effacer tout","showresults":"Afficher les r\xe9sultats","suggestiontitle":"Suggestions de recherches","reminder":"N\'oubliez pas,\\n je peux r\xe9pondre \xe0 vos questions."},"en-US":{"result":"result","results":"results","all":"all","filter":"Filter","reset":"reset filters","showresults":"Show results","suggestiontitle":"Research suggestions","reminder":"Don\'t forget,\\n I can answer your questions."},"es-ES":{"result":"resultado","results":"resultados","all":"todos","filter":"Filtrar","reset":"restablecer filtros","showresults":"Mostrar resultados","suggestiontitle":"Sugerencias de investigaci\xf3n","reminder":"No olvide que puedo responder a sus preguntas."},"de-DE":{"result":"Ergebnis","results":"Ergebnisse","all":"alle","filter":"Filter","reset":"Filter zur\xfccksetzen","showresults":"Ergebnisse anzeigen","suggestiontitle":"Forschungsvorschl\xe4ge","reminder":"Vergessen Sie nicht: Ich kann Ihre Fragen beantworten."}}');
|
|
10691
|
+
$4db6b8598eeee77c$exports = JSON.parse('{"ar-EG":{"result":"\u0646\u062A\u064A\u062C\u0629","results":"\u0646\u062A\u0627\u0626\u062C","all":"\u0627\u0644\u062C\u0645\u064A\u0639","filter":"\u0645\u0646\u0642\u064A","reset":"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0627\u0644\u062C\u0645\u064A\u0639","showresults":"\u0639\u0631\u0636 \u0627\u0644\u0646\u062A\u0627\u0626\u062C","suggestiontitle":"\u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A \u0627\u0644\u0628\u062D\u062B","reminder":"\u0644\u0627 \u062A\u0646\u0633\u0649 \\n \u0623\u0633\u062A\u0637\u064A\u0639 \u0627\u0644\u0625\u062C\u0627\u0628\u0629 \u0639\u0644\u0649 \u0623\u0633\u0626\u0644\u062A\u0643."},"ar-SA":{"result":"\u0646\u062A\u064A\u062C\u0629","results":"\u0646\u062A\u0627\u0626\u062C","all":"\u0627\u0644\u062C\u0645\u064A\u0639","filter":"\u0645\u0646\u0642\u064A","reset":"\u0625\u0639\u0627\u062F\u0629 \u0636\u0628\u0637 \u0627\u0644\u062C\u0645\u064A\u0639","showresults":"\u0639\u0631\u0636 \u0627\u0644\u0646\u062A\u0627\u0626\u062C","suggestiontitle":"\u0627\u0642\u062A\u0631\u0627\u062D\u0627\u062A \u0627\u0644\u0628\u062D\u062B","reminder":"\u0644\u0627 \u062A\u0646\u0633\u0649 \\n \u0623\u0633\u062A\u0637\u064A\u0639 \u0627\u0644\u0625\u062C\u0627\u0628\u0629 \u0639\u0644\u0649 \u0623\u0633\u0626\u0644\u062A\u0643."},"ca-ES":{"result":"resultat","results":"resultats","all":"tots","filter":"Filtre","reset":"restablir tot","showresults":"Mostra els resultats","suggestiontitle":"Cerca suggeriments","reminder":"No oblidis, \\n puc respondre les teves preguntes."},"cs-CZ":{"result":"v\xfdsledek","results":"V\xfdsledek","all":"V\u0161echno","filter":"Filtr","reset":"resetovat v\u0161e","showresults":"Uka\u017E v\xfdsledky","suggestiontitle":"N\xe1vrhy vyhled\xe1v\xe1n\xed","reminder":"Nezapome\u0148te, \\n mohu odpov\u011Bd\u011Bt na va\u0161e ot\xe1zky."},"da-DK":{"result":"resultat","results":"resultater","all":"alle","filter":"Filter","reset":"genstart alt","showresults":"Vis resultaterne","suggestiontitle":"S\xf8geforslag","reminder":"Glem ikke, \\n jeg kan svare p\xe5 dine sp\xf8rgsm\xe5l."},"de-AT":{"result":"Ergebnis","results":"Ergebnisse","all":"alle","filter":"Filter","reset":"Filter zur\xfccksetzen","showresults":"Ergebnisse anzeigen","suggestiontitle":"Forschungsvorschl\xe4ge","reminder":"Vergessen Sie nicht :\\n Ich kann Ihre Fragen beantworten."},"de-CH":{"result":"Ergebnis","results":"Ergebnisse","all":"alle","filter":"Filter","reset":"Filter zur\xfccksetzen","showresults":"Ergebnisse anzeigen","suggestiontitle":"Forschungsvorschl\xe4ge","reminder":"Vergessen Sie nicht :\\n Ich kann Ihre Fragen beantworten."},"de-DE":{"result":"Ergebnis","results":"Ergebnisse","all":"alle","filter":"Filter","reset":"Filter zur\xfccksetzen","showresults":"Ergebnisse anzeigen","suggestiontitle":"Forschungsvorschl\xe4ge","reminder":"Vergessen Sie nicht :\\n Ich kann Ihre Fragen beantworten."},"en-CA":{"result":"result","results":"results","all":"all","filter":"Filter","reset":"reset filters","showresults":"Show results","suggestiontitle":"Research suggestions","reminder":"Don\'t forget,\\n I can answer your questions."},"en-GB":{"result":"result","results":"results","all":"all","filter":"Filter","reset":"reset filters","showresults":"Show results","suggestiontitle":"Research suggestions","reminder":"Don\'t forget,\\n I can answer your questions."},"en-HK":{"result":"result","results":"results","all":"all","filter":"Filter","reset":"reset filters","showresults":"Show results","suggestiontitle":"Research suggestions","reminder":"Don\'t forget,\\n I can answer your questions."},"en-IE":{"result":"result","results":"results","all":"all","filter":"Filter","reset":"reset filters","showresults":"Show results","suggestiontitle":"Research suggestions","reminder":"Don\'t forget,\\n I can answer your questions."},"en-IN":{"result":"result","results":"results","all":"all","filter":"Filter","reset":"reset filters","showresults":"Show results","suggestiontitle":"Research suggestions","reminder":"Don\'t forget,\\n I can answer your questions."},"en-US":{"result":"result","results":"results","all":"all","filter":"Filter","reset":"reset filters","showresults":"Show results","suggestiontitle":"Research suggestions","reminder":"Don\'t forget,\\n I can answer your questions."},"es-ES":{"result":"resultado","results":"resultados","all":"todos","filter":"Filtrar","reset":"restablecer filtros","showresults":"Mostrar resultados","suggestiontitle":"Sugerencias de investigaci\xf3n","reminder":"No olvide :\\n puedo responder a sus preguntas."},"es-MX":{"result":"resultado","results":"resultados","all":"todos","filter":"Filtrar","reset":"restablecer filtros","showresults":"Mostrar resultados","suggestiontitle":"Sugerencias de investigaci\xf3n","reminder":"No olvide :\\n puedo responder a sus preguntas."},"fi-FI":{"result":"tulos","results":"tuloksia","all":"kaikki","filter":"Suodattaa","reset":"nollaa kaikki","showresults":"N\xe4yt\xe4 tulokset","suggestiontitle":"Hakuehdotukset","reminder":"\xc4l\xe4 unohda, \\n voin vastata kysymyksiisi."},"fr-BE":{"result":"r\xe9sultat","results":"r\xe9sultats","all":"tous","filter":"Filtrer","reset":"effacer tout","showresults":"Afficher les r\xe9sultats","suggestiontitle":"Suggestions de recherches","reminder":"N\'oubliez pas,\\n je peux r\xe9pondre \xe0 vos questions."},"fr-CA":{"result":"r\xe9sultat","results":"r\xe9sultats","all":"tous","filter":"Filtrer","reset":"effacer tout","showresults":"Afficher les r\xe9sultats","suggestiontitle":"Suggestions de recherches","reminder":"N\'oubliez pas,\\n je peux r\xe9pondre \xe0 vos questions."},"fr-CH":{"result":"r\xe9sultat","results":"r\xe9sultats","all":"tous","filter":"Filtrer","reset":"effacer tout","showresults":"Afficher les r\xe9sultats","suggestiontitle":"Suggestions de recherches","reminder":"N\'oubliez pas,\\n je peux r\xe9pondre \xe0 vos questions."},"fr-FR":{"result":"r\xe9sultat","results":"r\xe9sultats","all":"tous","filter":"Filtrer","reset":"effacer tout","showresults":"Afficher les r\xe9sultats","suggestiontitle":"Suggestions de recherches","reminder":"N\'oubliez pas,\\n je peux r\xe9pondre \xe0 vos questions."},"hi-IN":{"result":"\u092A\u0930\u093F\u0923\u093E\u092E","results":"\u092A\u0930\u093F\u0923\u093E\u092E","all":"\u0938\u092D\u0940","filter":"\u092B\u093C\u093F\u0932\u094D\u091F\u0930","reset":"\u0938\u092D\u0940 \u0915\u094B \u092A\u0941\u0928\u0903 \u0924\u0948\u092F\u093E\u0930 \u0915\u0930\u0928\u093E","showresults":"\u092A\u0930\u093F\u0923\u093E\u092E \u0926\u093F\u0916\u093E\u090F\u0901","suggestiontitle":"\u0938\u0941\u091D\u093E\u0935 \u0916\u094B\u091C\u0947\u0902","reminder":"\u092E\u0924 \u092D\u0942\u0932\u093F\u090F, \\n \u092E\u0948\u0902 \u0906\u092A\u0915\u0947 \u092A\u094D\u0930\u0936\u094D\u0928\u094B\u0902 \u0915\u093E \u0909\u0924\u094D\u0924\u0930 \u0926\u0947 \u0938\u0915\u0924\u093E \u0939\u0942\u0901\u0964"},"hu-HU":{"result":"eredm\xe9ny","results":"eredm\xe9nyek","all":"minden","filter":"Sz\u0171r\u0151","reset":"minden vissza\xe1ll\xedt\xe1sa","showresults":"Mutasd meg az eredm\xe9nyeket","suggestiontitle":"Keres\xe9si javaslatok","reminder":"Ne felejtsd el, \\n tudok v\xe1laszolni a k\xe9rd\xe9seidre."},"id-ID":{"result":"hasil","results":"hasil","all":"semua","filter":"Saring","reset":"atur ulang semua","showresults":"Tunjukkan hasilnya","suggestiontitle":"Saran pencarian","reminder":"Jangan lupa, \\n saya bisa menjawab pertanyaan Anda."},"it-IT":{"result":"risultato","results":"risultati","all":"tutti","filter":"Filtro","reset":"resetta tutto","showresults":"Mostra i risultati","suggestiontitle":"Suggerimenti per la ricerca","reminder":"Non dimenticare, \\n posso rispondere alle tue domande."},"ja-JP":{"result":"\u7D50\u679C","results":"\u7D50\u679C","all":"\u5168\u3066","filter":"\u30D5\u30A3\u30EB\u30BF\u30FC","reset":"\u3059\u3079\u3066\u30EA\u30BB\u30C3\u30C8","showresults":"\u7D50\u679C\u3092\u8868\u793A\u3059\u308B","suggestiontitle":"\u691C\u7D22\u5019\u88DC","reminder":"\u5FD8\u308C\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3001\\n \u3042\u306A\u305F\u306E\u8CEA\u554F\u306B\u7B54\u3048\u307E\u3059\u3002"},"ko-KR":{"result":"\uACB0\uACFC","results":"\uACB0\uACFC","all":"\uBAA8\uB450","filter":"\uD544\uD130","reset":"\uBAA8\uB450 \uCD08\uAE30\uD654","showresults":"\uACB0\uACFC \uD45C\uC2DC","suggestiontitle":"\uAC80\uC0C9 \uC81C\uC548","reminder":"\uC78A\uC9C0 \uB9C8\uC138\uC694. \\n \uC81C\uAC00 \uADC0\uD558\uC758 \uC9C8\uBB38\uC5D0 \uB2F5\uBCC0\uD574\uB4DC\uB9B4 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},"nb-NO":{"result":"resultat","results":"resultater","all":"alle","filter":"Filter","reset":"Tilbakestill alt","showresults":"Vis resultatene","suggestiontitle":"S\xf8keforslag","reminder":"Ikke glem, \\n jeg kan svare p\xe5 sp\xf8rsm\xe5lene dine."},"nl-BE":{"result":"resultaat","results":"resultaten","all":"alle","filter":"Filter","reset":"alles resetten","showresults":"Laat de resultaten zien","suggestiontitle":"Zoeksuggesties","reminder":"Vergeet niet dat ik je vragen kan beantwoorden."},"nl-NL":{"result":"resultaat","results":"resultaten","all":"alle","filter":"Filter","reset":"alles resetten","showresults":"Laat de resultaten zien","suggestiontitle":"Zoeksuggesties","reminder":"Vergeet niet dat ik je vragen kan beantwoorden."},"pl-PL":{"result":"wynik","results":"wyniki","all":"Wszystko","filter":"Filtr","reset":"Zresetowa\u0107 wszystko","showresults":"Poka\u017C wyniki","suggestiontitle":"Wyszukaj sugestie","reminder":"Nie zapomnij, \\n, \u017Ce mog\u0119 odpowiedzie\u0107 na Twoje pytania."},"pt-BR":{"result":"resultado","results":"resultados","all":"todos","filter":"Filtro","reset":"reiniciar tudo","showresults":"Mostrar os resultados","suggestiontitle":"Sugest\xf5es de pesquisa","reminder":"N\xe3o se esque\xe7a, \\n, posso responder \xe0s suas perguntas."},"pt-PT":{"result":"resultado","results":"resultados","all":"todos","filter":"Filtro","reset":"reiniciar tudo","showresults":"Mostrar os resultados","suggestiontitle":"Sugest\xf5es de pesquisa","reminder":"N\xe3o se esque\xe7a, \\n, posso responder \xe0s suas perguntas."},"ru-RU":{"result":"\u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442","results":"\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B","all":"\u0432\u0441\u0435","filter":"\u0424\u0438\u043B\u044C\u0442\u0440","reset":"\u0441\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u0432\u0441\u0435","showresults":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B","suggestiontitle":"\u041F\u043E\u0438\u0441\u043A\u043E\u0432\u044B\u0435 \u043F\u0440\u0435\u0434\u043B\u043E\u0436\u0435\u043D\u0438\u044F","reminder":"\u041D\u0435 \u0437\u0430\u0431\u044B\u0432\u0430\u0439, \\n \u042F \u043C\u043E\u0433\u0443 \u043E\u0442\u0432\u0435\u0442\u0438\u0442\u044C \u043D\u0430 \u0442\u0432\u043E\u0438 \u0432\u043E\u043F\u0440\u043E\u0441\u044B."},"sv-SE":{"result":"rezultat","results":"rezultate","all":"vse","filter":"Filter","reset":"ponastavi vse","showresults":"Poka\u017Ei rezultate","suggestiontitle":"Predlogi za iskanje","reminder":"Ne pozabite, \\n lahko odgovorim na va\u0161a vpra\u0161anja."},"th-TH":{"result":"\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C","results":"\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C","all":"\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14","filter":"\u0E01\u0E23\u0E2D\u0E07","reset":"\u0E01\u0E32\u0E23\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14","showresults":"\u0E41\u0E2A\u0E14\u0E07\u0E1C\u0E25","suggestiontitle":"\u0E04\u0E33\u0E41\u0E19\u0E30\u0E19\u0E33\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32","reminder":"\u0E2D\u0E22\u0E48\u0E32\u0E25\u0E37\u0E21 \\n \u0E09\u0E31\u0E19\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E15\u0E2D\u0E1A\u0E04\u0E33\u0E16\u0E32\u0E21\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E44\u0E14\u0E49"},"tr-TR":{"result":"sonu\xe7","results":"sonu\xe7lar","all":"T\xfcm\xfc","filter":"Filtre","reset":"hepsini s\u0131f\u0131rla","showresults":"Sonu\xe7lar\u0131 g\xf6ster","suggestiontitle":"\xd6nerileri ara","reminder":"Unutmay\u0131n, \\n sorular\u0131n\u0131z\u0131 cevaplayabilirim."},"zh-CN":{"result":"\u7ED3\u679C","results":"\u7ED3\u679C","all":"\u5168\u90E8","filter":"\u7B5B\u9009","reset":"\u91CD\u7F6E\u5168\u90E8","showresults":"\u663E\u793A\u7ED3\u679C","suggestiontitle":"\u641C\u7D22\u5EFA\u8BAE","reminder":"\u522B\u5FD8\u4E86\uFF0C\\n\u6211\u53EF\u4EE5\u56DE\u7B54\u4F60\u7684\u95EE\u9898\u3002"},"zh-HK":{"result":"\u7ED3\u679C","results":"\u7ED3\u679C","all":"\u5168\u90E8","filter":"\u7B5B\u9009","reset":"\u91CD\u7F6E\u5168\u90E8","showresults":"\u663E\u793A\u7ED3\u679C","suggestiontitle":"\u641C\u7D22\u5EFA\u8BAE","reminder":"\u522B\u5FD8\u4E86\uFF0C\\n\u6211\u53EF\u4EE5\u56DE\u7B54\u4F60\u7684\u95EE\u9898\u3002"},"zh-TW":{"result":"\u7ED3\u679C","results":"\u7ED3\u679C","all":"\u5168\u90E8","filter":"\u7B5B\u9009","reset":"\u91CD\u7F6E\u5168\u90E8","showresults":"\u663E\u793A\u7ED3\u679C","suggestiontitle":"\u641C\u7D22\u5EFA\u8BAE","reminder":"\u522B\u5FD8\u4E86\uFF0C\\n\u6211\u53EF\u4EE5\u56DE\u7B54\u4F60\u7684\u95EE\u9898\u3002"}}');
|
|
10135
10692
|
|
|
10136
10693
|
|
|
10137
10694
|
|
|
@@ -10813,38 +11370,6 @@ function $c581f9c34f3754ec$export$2e2bcd8739ae039() {
|
|
|
10813
11370
|
|
|
10814
11371
|
|
|
10815
11372
|
|
|
10816
|
-
const $6871d5024445c3e4$var$Animation2 = ({ color: color, loaderColor: loaderColor, backgroundColor: backgroundColor })=>{
|
|
10817
|
-
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("svg", {
|
|
10818
|
-
"aria-hidden": "true",
|
|
10819
|
-
className: "rf-inline rf-w-8 rf-h-8 rf-mr-2 rf-animate-spin ",
|
|
10820
|
-
viewBox: "0 0 100 101",
|
|
10821
|
-
fill: "none",
|
|
10822
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
10823
|
-
style: {
|
|
10824
|
-
backgroundColor: backgroundColor
|
|
10825
|
-
},
|
|
10826
|
-
children: [
|
|
10827
|
-
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("path", {
|
|
10828
|
-
d: "M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",
|
|
10829
|
-
fill: "currentColor",
|
|
10830
|
-
style: {
|
|
10831
|
-
fill: color
|
|
10832
|
-
}
|
|
10833
|
-
}),
|
|
10834
|
-
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("path", {
|
|
10835
|
-
d: "M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",
|
|
10836
|
-
fill: "currentFill",
|
|
10837
|
-
style: {
|
|
10838
|
-
fill: loaderColor
|
|
10839
|
-
}
|
|
10840
|
-
})
|
|
10841
|
-
]
|
|
10842
|
-
});
|
|
10843
|
-
};
|
|
10844
|
-
var $6871d5024445c3e4$export$2e2bcd8739ae039 = $6871d5024445c3e4$var$Animation2;
|
|
10845
|
-
|
|
10846
|
-
|
|
10847
|
-
|
|
10848
11373
|
|
|
10849
11374
|
|
|
10850
11375
|
|
|
@@ -12091,7 +12616,7 @@ function $0a0255973b22d31f$export$2e2bcd8739ae039() {
|
|
|
12091
12616
|
|
|
12092
12617
|
|
|
12093
12618
|
var $005fba69111d0584$exports = {};
|
|
12094
|
-
$005fba69111d0584$exports = JSON.parse('{"ar-EG":{"title":"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629"},"ar-SA":{"title":"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629"},"ca-ES":{"title":"historial de converses"},"cs-CZ":{"title":"historie konverzace"},"da-DK":{"title":"samtale historie"},"de-AT":{"title":"Chat-Verlauf"},"de-CH":{"title":"Chat-Verlauf"},"de-DE":{"title":"Chat-Verlauf"},"en-CA":{"title":"chat history"},"en-GB":{"title":"chat history"},"en-HK":{"title":"chat history"},"en-IE":{"title":"chat history"},"en-IN":{"title":"chat history"},"en-US":{"title":"chat history"},"es-ES":{"title":"historial de chat"},"es-MX":{"title":"historial de chat"},"fi-FI":{"title":"keskusteluhistoria"},"fr-BE":{"title":"historique de conversation"},"fr-CA":{"title":"historique de conversation"},"fr-CH":{"title":"historique de conversation"},"fr-FR":{"title":"historique de conversation"},"hi-IN":{"
|
|
12619
|
+
$005fba69111d0584$exports = JSON.parse('{"ar-EG":{"title":"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629"},"ar-SA":{"title":"\u062A\u0627\u0631\u064A\u062E \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629"},"ca-ES":{"title":"historial de converses"},"cs-CZ":{"title":"historie konverzace"},"da-DK":{"title":"samtale historie"},"de-AT":{"title":"Chat-Verlauf"},"de-CH":{"title":"Chat-Verlauf"},"de-DE":{"title":"Chat-Verlauf"},"en-CA":{"title":"chat history"},"en-GB":{"title":"chat history"},"en-HK":{"title":"chat history"},"en-IE":{"title":"chat history"},"en-IN":{"title":"chat history"},"en-US":{"title":"chat history"},"es-ES":{"title":"historial de chat"},"es-MX":{"title":"historial de chat"},"fi-FI":{"title":"keskusteluhistoria"},"fr-BE":{"title":"historique de conversation"},"fr-CA":{"title":"historique de conversation"},"fr-CH":{"title":"historique de conversation"},"fr-FR":{"title":"historique de conversation"},"hi-IN":{"title":"\u092C\u093E\u0924\u091A\u0940\u0924 \u0915\u093E \u0907\u0924\u093F\u0939\u093E\u0938"},"hu-HU":{"title":"besz\xe9lget\xe9s el\u0151zm\xe9nyei"},"id-ID":{"title":"riwayat percakapan"},"it-IT":{"title":"cronologia delle conversazioni"},"ja-JP":{"title":"\u4F1A\u8A71\u5C65\u6B74"},"ko-KR":{"title":"\uB300\uD654 \uAE30\uB85D"},"nb-NO":{"title":"samtalehistorikk"},"nl-BE":{"title":"gespreksgeschiedenis"},"nl-NL":{"title":"gespreksgeschiedenis"},"pl-PL":{"title":"Historia konwersacji"},"pt-BR":{"title":"hist\xf3rico de conversas"},"pt-PT":{"title":"hist\xf3rico de conversas"},"ru-RU":{"title":"\u0438\u0441\u0442\u043E\u0440\u0438\u044F \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440\u043E\u0432"},"sv-SE":{"title":"zgodovino pogovorov"},"th-TH":{"title":"\u0E1B\u0E23\u0E30\u0E27\u0E31\u0E15\u0E34\u0E01\u0E32\u0E23\u0E2A\u0E19\u0E17\u0E19\u0E32"},"tr-TR":{"title":"konu\u015Fma ge\xe7mi\u015Fi"},"zh-CN":{"title":"\u5BF9\u8BDD\u5386\u53F2"},"zh-HK":{"title":"\u5BF9\u8BDD\u5386\u53F2"},"zh-TW":{"title":"\u5BF9\u8BDD\u5386\u53F2"}}');
|
|
12095
12620
|
|
|
12096
12621
|
|
|
12097
12622
|
|
|
@@ -12223,7 +12748,7 @@ var $4c0e94df62fa6718$export$2e2bcd8739ae039 = $4c0e94df62fa6718$var$HistoryList
|
|
|
12223
12748
|
|
|
12224
12749
|
|
|
12225
12750
|
var $dc4c147f8dc28b0d$exports = {};
|
|
12226
|
-
$dc4c147f8dc28b0d$exports = JSON.parse('{"ar-EG":{"change":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0644\u063A\u0629","select":"\u062D\u062F\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u0631\u064A\u062F \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627","validate":"\u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629"},"ar-SA":{"change":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0644\u063A\u0629","select":"\u062D\u062F\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u0631\u064A\u062F \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627","validate":"\u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629"},"ca-ES":{"change":"canviar l\'idioma","select":"seleccioneu l\'idioma que voleu utilitzar","validate":"validar"},"cs-CZ":{"change":"zm\u011Bnit jazyk","select":"vyberte jazyk, kter\xfd chcete pou\u017E\xedvat","validate":"ov\u011B\u0159it"},"da-DK":{"change":"\xe6ndre sproget","select":"v\xe6lg det sprog, du vil bruge","validate":"validere"},"de-AT":{"change":"die Sprache \xe4ndern","select":"W\xe4hlen Sie die gew\xfcnschte Sprache","validate":"validieren"},"de-CH":{"change":"die Sprache \xe4ndern","select":"W\xe4hlen Sie die gew\xfcnschte Sprache","validate":"validieren"},"de-DE":{"change":"die Sprache \xe4ndern","select":"W\xe4hlen Sie die gew\xfcnschte Sprache","validate":"validieren"},"en-CA":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"en-GB":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"en-HK":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"en-IE":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"en-IN":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"en-US":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"es-ES":{"change":"cambiar el idioma","select":"seleccione la lengua que desea utilizar","validate":"valide"},"es-MX":{"change":"cambiar el idioma","select":"seleccione la lengua que desea utilizar","validate":"valide"},"fi-FI":{"change":"vaihtaa kielt\xe4","select":"valitse kieli, jota haluat k\xe4ytt\xe4\xe4","validate":"vahvistaa"},"fr-BE":{"change":"changer la langue","select":"s\xe9lectionnez la langue de votre choix","validate":"valider"},"fr-CA":{"change":"changer la langue","select":"s\xe9lectionnez la langue de votre choix","validate":"valider"},"fr-CH":{"change":"changer la langue","select":"s\xe9lectionnez la langue de votre choix","validate":"valider"},"fr-FR":{"change":"changer la langue","select":"s\xe9lectionnez la langue de votre choix","validate":"valider"},"hi-IN":{"change":"\u092D\u093E\u0937\u093E \u092C\u0926\u0932\u094B","select":"\u0935\u0939 \u092D\u093E\u0937\u093E \u091A\u0941\u0928\u0947\u0902 \u091C\u093F\u0938\u0915\u093E \u0906\u092A \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902","validate":"\u092E\u093E\u0928\u094D\u092F"},"hu-HU":{"change":"v\xe1ltoztassa meg a nyelvet","select":"v\xe1lassza ki a haszn\xe1lni k\xedv\xe1nt nyelvet","validate":"\xe9rv\xe9nyes\xedt"},"id-ID":{"change":"mengubah bahasa","select":"pilih bahasa yang ingin Anda gunakan","validate":"mengesahkan"},"it-IT":{"change":"cambiare la lingua","select":"seleziona la lingua che desideri utilizzare","validate":"convalidare"},"ja-JP":{"change":"\u8A00\u8A9E\u3092\u5909\u3048\u308B","select":"\u4F7F\u7528\u3057\u305F\u3044\u8A00\u8A9E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044","validate":"\u691C\u8A3C"},"ko-KR":{"change":"\uC5B8\uC5B4\uB97C \uBC14\uAFD4\uB77C","select":"\uC0AC\uC6A9\uD558\uACE0 \uC2F6\uC740 \uC5B8\uC5B4\uB97C \uC120\uD0DD\uD558\uC138\uC694","validate":"\uD655\uC778"},"nb-NO":{"
|
|
12751
|
+
$dc4c147f8dc28b0d$exports = JSON.parse('{"ar-EG":{"change":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0644\u063A\u0629","select":"\u062D\u062F\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u0631\u064A\u062F \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627","validate":"\u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629"},"ar-SA":{"change":"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0644\u063A\u0629","select":"\u062D\u062F\u062F \u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u062A\u064A \u062A\u0631\u064A\u062F \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647\u0627","validate":"\u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u062D\u0629"},"ca-ES":{"change":"canviar l\'idioma","select":"seleccioneu l\'idioma que voleu utilitzar","validate":"validar"},"cs-CZ":{"change":"zm\u011Bnit jazyk","select":"vyberte jazyk, kter\xfd chcete pou\u017E\xedvat","validate":"ov\u011B\u0159it"},"da-DK":{"change":"\xe6ndre sproget","select":"v\xe6lg det sprog, du vil bruge","validate":"validere"},"de-AT":{"change":"die Sprache \xe4ndern","select":"W\xe4hlen Sie die gew\xfcnschte Sprache","validate":"validieren"},"de-CH":{"change":"die Sprache \xe4ndern","select":"W\xe4hlen Sie die gew\xfcnschte Sprache","validate":"validieren"},"de-DE":{"change":"die Sprache \xe4ndern","select":"W\xe4hlen Sie die gew\xfcnschte Sprache","validate":"validieren"},"en-CA":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"en-GB":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"en-HK":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"en-IE":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"en-IN":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"en-US":{"change":"change the language","select":"select the language you want to use","validate":"validate"},"es-ES":{"change":"cambiar el idioma","select":"seleccione la lengua que desea utilizar","validate":"valide"},"es-MX":{"change":"cambiar el idioma","select":"seleccione la lengua que desea utilizar","validate":"valide"},"fi-FI":{"change":"vaihtaa kielt\xe4","select":"valitse kieli, jota haluat k\xe4ytt\xe4\xe4","validate":"vahvistaa"},"fr-BE":{"change":"changer la langue","select":"s\xe9lectionnez la langue de votre choix","validate":"valider"},"fr-CA":{"change":"changer la langue","select":"s\xe9lectionnez la langue de votre choix","validate":"valider"},"fr-CH":{"change":"changer la langue","select":"s\xe9lectionnez la langue de votre choix","validate":"valider"},"fr-FR":{"change":"changer la langue","select":"s\xe9lectionnez la langue de votre choix","validate":"valider"},"hi-IN":{"change":"\u092D\u093E\u0937\u093E \u092C\u0926\u0932\u094B","select":"\u0935\u0939 \u092D\u093E\u0937\u093E \u091A\u0941\u0928\u0947\u0902 \u091C\u093F\u0938\u0915\u093E \u0906\u092A \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0928\u093E \u091A\u093E\u0939\u0924\u0947 \u0939\u0948\u0902","validate":"\u092E\u093E\u0928\u094D\u092F"},"hu-HU":{"change":"v\xe1ltoztassa meg a nyelvet","select":"v\xe1lassza ki a haszn\xe1lni k\xedv\xe1nt nyelvet","validate":"\xe9rv\xe9nyes\xedt"},"id-ID":{"change":"mengubah bahasa","select":"pilih bahasa yang ingin Anda gunakan","validate":"mengesahkan"},"it-IT":{"change":"cambiare la lingua","select":"seleziona la lingua che desideri utilizzare","validate":"convalidare"},"ja-JP":{"change":"\u8A00\u8A9E\u3092\u5909\u3048\u308B","select":"\u4F7F\u7528\u3057\u305F\u3044\u8A00\u8A9E\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044","validate":"\u691C\u8A3C"},"ko-KR":{"change":"\uC5B8\uC5B4\uB97C \uBC14\uAFD4\uB77C","select":"\uC0AC\uC6A9\uD558\uACE0 \uC2F6\uC740 \uC5B8\uC5B4\uB97C \uC120\uD0DD\uD558\uC138\uC694","validate":"\uD655\uC778"},"nb-NO":{"change":"endre spr\xe5ket","select":"velg spr\xe5ket du \xf8nsker","validate":"\xe5 validere"},"nl-BE":{"change":"verander de taal","select":"selecteer de taal van uw keuze","validate":"bevestigen"},"nl-NL":{"change":"verander de taal","select":"selecteer de taal van uw keuze","validate":"bevestigen"},"pl-PL":{"change":"zmieni\u0107 j\u0119zyk","select":"wybierz wybrany j\u0119zyk","validate":"potwierdzi\u0107"},"pt-BR":{"change":"alterar o idioma","select":"selecione o idioma de sua prefer\xeancia","validate":"validar"},"pt-PT":{"change":"alterar o idioma","select":"selecione o idioma de sua prefer\xeancia","validate":"validar"},"ru-RU":{"change":"\u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0437\u044B\u043A","select":"\u0432\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u044F\u0437\u044B\u043A \u043F\u043E \u0432\u0430\u0448\u0435\u043C\u0443 \u0432\u044B\u0431\u043E\u0440\u0443","validate":"\u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C"},"sv-SE":{"change":"spremenite jezik","select":"izberite jezik po va\u0161i izbiri","validate":"potrditi"},"th-TH":{"change":"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E20\u0E32\u0E29\u0E32","select":"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E20\u0E32\u0E29\u0E32\u0E17\u0E35\u0E48\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23","validate":"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A"},"tr-TR":{"change":"dili de\u011Fi\u015Ftir","select":"istedi\u011Finiz dili se\xe7in","validate":"Do\u011Frulamak"},"zh-CN":{"change":"\u66F4\u6539\u8BED\u8A00","select":"\u9009\u62E9\u60A8\u8981\u4F7F\u7528\u7684\u8BED\u8A00","validate":"\u8BC1\u5B9E"},"zh-HK":{"change":"\u66F4\u6539\u8BED\u8A00","select":"\u9009\u62E9\u60A8\u8981\u4F7F\u7528\u7684\u8BED\u8A00","validate":"\u8BC1\u5B9E"},"zh-TW":{"change":"\u66F4\u6539\u8BED\u8A00","select":"\u9009\u62E9\u60A8\u8981\u4F7F\u7528\u7684\u8BED\u8A00","validate":"\u8BC1\u5B9E"}}');
|
|
12227
12752
|
|
|
12228
12753
|
|
|
12229
12754
|
|
|
@@ -12293,10 +12818,200 @@ var $6bd994e5ef61a032$export$2e2bcd8739ae039 = $6bd994e5ef61a032$var$LanguageCho
|
|
|
12293
12818
|
/* eslint-disable react/jsx-boolean-value */
|
|
12294
12819
|
|
|
12295
12820
|
|
|
12821
|
+
|
|
12822
|
+
|
|
12823
|
+
|
|
12824
|
+
|
|
12825
|
+
|
|
12826
|
+
const $64ba6b047f397610$var$infoBannerContenTypes = [
|
|
12827
|
+
"foodestablishment",
|
|
12828
|
+
"event"
|
|
12829
|
+
];
|
|
12830
|
+
const $64ba6b047f397610$var$categoryConversion = {
|
|
12831
|
+
FoodEstablishment: "Where to eat",
|
|
12832
|
+
LodgingBusiness: "Where to sleep",
|
|
12833
|
+
TouristDestination: "What to see",
|
|
12834
|
+
TouristAttraction: "What to do",
|
|
12835
|
+
Product: "Local products",
|
|
12836
|
+
Service: "Services",
|
|
12837
|
+
Event: "Events",
|
|
12838
|
+
City: "Cities",
|
|
12839
|
+
Wine: "Wines"
|
|
12840
|
+
};
|
|
12841
|
+
const $64ba6b047f397610$var$getCategoryFromContentType = (contentType, locale)=>{
|
|
12842
|
+
var _translation_locale;
|
|
12843
|
+
if (contentType) return {
|
|
12844
|
+
id: $64ba6b047f397610$var$categoryConversion[contentType],
|
|
12845
|
+
label: ((_translation_locale = (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))[locale]) === null || _translation_locale === void 0 ? void 0 : _translation_locale[contentType]) || (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))["fr-FR"][contentType]
|
|
12846
|
+
};
|
|
12847
|
+
return undefined;
|
|
12848
|
+
};
|
|
12849
|
+
const $64ba6b047f397610$export$af5c868343ae916a = (data)=>{
|
|
12850
|
+
if (data.id && data.content) try {
|
|
12851
|
+
var _content_Thing_Image, _content_Thing, _content_Thing_Image_Paths, _content_Thing_Image1, _content_Thing1, _content_Place_AddressLocality, _content_Place, _content_Place_PostalCode, _content_Place1, _content_Place_StreetAddress, _content_Place2, _content_Place_Latitude, _content_Place3, _content_Place_Longitude, _content_Place4, _content_Review, _content_Review1, _content_Review2, _content_Review3, _content_Review4, _content_Review5, // Opening hours
|
|
12852
|
+
_content_LocalBusiness_OpeningHours, _content_LocalBusiness, _translation_data_locale, // Prices
|
|
12853
|
+
_content_LocalBusiness_PriceRange, _content_LocalBusiness1, _translation_data_locale1, // Payment methods
|
|
12854
|
+
_content_LocalBusiness_PaymentAccepted, _content_LocalBusiness2, _translation_data_locale2, _content_Thing_Categories, _content_Thing2, _content_Thing_Name_Text, _content_Thing_Name, _content_Thing3, _content_Thing_Description_Text, _content_Thing_Description, _content_Thing4, _content_PointOfInterest_Contact_Text, _content_PointOfInterest_Contact, _content_PointOfInterest, _content_Place_Telephone, _content_Place5, _translation_data_locale3, _content_Place_AggregateRating, _content_Place6, _content_Thing_Favorite, _content_Thing5;
|
|
12855
|
+
const content = data.content;
|
|
12856
|
+
// Process medias
|
|
12857
|
+
const medias = [];
|
|
12858
|
+
((_content_Thing = content.Thing) === null || _content_Thing === void 0 ? void 0 : (_content_Thing_Image = _content_Thing.Image) === null || _content_Thing_Image === void 0 ? void 0 : _content_Thing_Image.Paths) && content.Thing.Image.Paths.length && ((_content_Thing1 = content.Thing) === null || _content_Thing1 === void 0 ? void 0 : (_content_Thing_Image1 = _content_Thing1.Image) === null || _content_Thing_Image1 === void 0 ? void 0 : (_content_Thing_Image_Paths = _content_Thing_Image1.Paths) === null || _content_Thing_Image_Paths === void 0 ? void 0 : _content_Thing_Image_Paths.forEach((path)=>{
|
|
12859
|
+
medias.push({
|
|
12860
|
+
url: `${data.baseAddress}media/${path}`
|
|
12861
|
+
});
|
|
12862
|
+
}));
|
|
12863
|
+
// Processed address
|
|
12864
|
+
const address = {
|
|
12865
|
+
addressLocality: ((_content_Place = content.Place) === null || _content_Place === void 0 ? void 0 : (_content_Place_AddressLocality = _content_Place.AddressLocality) === null || _content_Place_AddressLocality === void 0 ? void 0 : _content_Place_AddressLocality.Text) || "",
|
|
12866
|
+
postalCode: ((_content_Place1 = content.Place) === null || _content_Place1 === void 0 ? void 0 : (_content_Place_PostalCode = _content_Place1.PostalCode) === null || _content_Place_PostalCode === void 0 ? void 0 : _content_Place_PostalCode.Text) || "",
|
|
12867
|
+
street: ((_content_Place2 = content.Place) === null || _content_Place2 === void 0 ? void 0 : (_content_Place_StreetAddress = _content_Place2.StreetAddress) === null || _content_Place_StreetAddress === void 0 ? void 0 : _content_Place_StreetAddress.Text) || ""
|
|
12868
|
+
};
|
|
12869
|
+
// Processed coordinates
|
|
12870
|
+
const coordinates = ((_content_Place3 = content.Place) === null || _content_Place3 === void 0 ? void 0 : (_content_Place_Latitude = _content_Place3.Latitude) === null || _content_Place_Latitude === void 0 ? void 0 : _content_Place_Latitude.Value) && ((_content_Place4 = content.Place) === null || _content_Place4 === void 0 ? void 0 : (_content_Place_Longitude = _content_Place4.Longitude) === null || _content_Place_Longitude === void 0 ? void 0 : _content_Place_Longitude.Value) ? {
|
|
12871
|
+
latitude: content.Place.Latitude.Value,
|
|
12872
|
+
longitude: content.Place.Longitude.Value
|
|
12873
|
+
} : undefined;
|
|
12874
|
+
// Processed review
|
|
12875
|
+
const review = {
|
|
12876
|
+
author: ((_content_Review = content.Review) === null || _content_Review === void 0 ? void 0 : _content_Review.Author) || ((_content_Review1 = content.Review) === null || _content_Review1 === void 0 ? void 0 : _content_Review1.AuthorCapacity) ? {
|
|
12877
|
+
name: (_content_Review2 = content.Review) === null || _content_Review2 === void 0 ? void 0 : _content_Review2.Author,
|
|
12878
|
+
capacity: (_content_Review3 = content.Review) === null || _content_Review3 === void 0 ? void 0 : _content_Review3.AuthorCapacity
|
|
12879
|
+
} : undefined,
|
|
12880
|
+
comment: ((_content_Review4 = content.Review) === null || _content_Review4 === void 0 ? void 0 : _content_Review4.ReviewBody) || "",
|
|
12881
|
+
picture: ((_content_Review5 = content.Review) === null || _content_Review5 === void 0 ? void 0 : _content_Review5.Picture) ? {
|
|
12882
|
+
url: content.Review.Picture,
|
|
12883
|
+
description: content.Review.PictureDescription || ""
|
|
12884
|
+
} : undefined
|
|
12885
|
+
};
|
|
12886
|
+
// Process other informations
|
|
12887
|
+
const otherInformations = [];
|
|
12888
|
+
((_content_LocalBusiness = content.LocalBusiness) === null || _content_LocalBusiness === void 0 ? void 0 : (_content_LocalBusiness_OpeningHours = _content_LocalBusiness.OpeningHours) === null || _content_LocalBusiness_OpeningHours === void 0 ? void 0 : _content_LocalBusiness_OpeningHours.Text) && otherInformations.push({
|
|
12889
|
+
title: ((_translation_data_locale = (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))[data.locale]) === null || _translation_data_locale === void 0 ? void 0 : _translation_data_locale.openinghours) || (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))["fr-FR"].openinghours,
|
|
12890
|
+
content: content.LocalBusiness.OpeningHours.Text
|
|
12891
|
+
});
|
|
12892
|
+
((_content_LocalBusiness1 = content.LocalBusiness) === null || _content_LocalBusiness1 === void 0 ? void 0 : (_content_LocalBusiness_PriceRange = _content_LocalBusiness1.PriceRange) === null || _content_LocalBusiness_PriceRange === void 0 ? void 0 : _content_LocalBusiness_PriceRange.Text) && otherInformations.push({
|
|
12893
|
+
title: ((_translation_data_locale1 = (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))[data.locale]) === null || _translation_data_locale1 === void 0 ? void 0 : _translation_data_locale1.prices) || (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))["fr-FR"].prices,
|
|
12894
|
+
content: content.LocalBusiness.PriceRange.Text
|
|
12895
|
+
});
|
|
12896
|
+
((_content_LocalBusiness2 = content.LocalBusiness) === null || _content_LocalBusiness2 === void 0 ? void 0 : (_content_LocalBusiness_PaymentAccepted = _content_LocalBusiness2.PaymentAccepted) === null || _content_LocalBusiness_PaymentAccepted === void 0 ? void 0 : _content_LocalBusiness_PaymentAccepted.Values) && content.LocalBusiness.PaymentAccepted.Values.length && otherInformations.push({
|
|
12897
|
+
title: ((_translation_data_locale2 = (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))[data.locale]) === null || _translation_data_locale2 === void 0 ? void 0 : _translation_data_locale2.paymentmethods) || (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))["fr-FR"].paymentmethods,
|
|
12898
|
+
content: content.LocalBusiness.PaymentAccepted.Values
|
|
12899
|
+
});
|
|
12900
|
+
// Process information banner
|
|
12901
|
+
let infoBanner;
|
|
12902
|
+
if (data.contentType && $64ba6b047f397610$var$infoBannerContenTypes.includes(data.contentType.toLowerCase())) switch(data.contentType.toLowerCase()){
|
|
12903
|
+
case "foodestablishment":
|
|
12904
|
+
var _content_Place_MaximumAttendeeCapacity, _content_Place7, _content_Place_MaximumAttendeeCapacity1, _content_Place8, _content_Place_MaximumAttendeeCapacity2, _content_Place9;
|
|
12905
|
+
((_content_Place7 = content.Place) === null || _content_Place7 === void 0 ? void 0 : (_content_Place_MaximumAttendeeCapacity = _content_Place7.MaximumAttendeeCapacity) === null || _content_Place_MaximumAttendeeCapacity === void 0 ? void 0 : _content_Place_MaximumAttendeeCapacity.Value) && !isNaN(parseInt((_content_Place8 = content.Place) === null || _content_Place8 === void 0 ? void 0 : (_content_Place_MaximumAttendeeCapacity1 = _content_Place8.MaximumAttendeeCapacity) === null || _content_Place_MaximumAttendeeCapacity1 === void 0 ? void 0 : _content_Place_MaximumAttendeeCapacity1.Value)) && (infoBanner = `${(0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))[data.locale].numberofplaces || (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))["fr-FR"].numberofplaces} ${parseInt((_content_Place9 = content.Place) === null || _content_Place9 === void 0 ? void 0 : (_content_Place_MaximumAttendeeCapacity2 = _content_Place9.MaximumAttendeeCapacity) === null || _content_Place_MaximumAttendeeCapacity2 === void 0 ? void 0 : _content_Place_MaximumAttendeeCapacity2.Value)}`);
|
|
12906
|
+
break;
|
|
12907
|
+
case "event":
|
|
12908
|
+
var _content_Event_StartDate, _content_Event_EndDate;
|
|
12909
|
+
if (content.Event && ((_content_Event_StartDate = content.Event.StartDate) === null || _content_Event_StartDate === void 0 ? void 0 : _content_Event_StartDate.Value) && ((_content_Event_EndDate = content.Event.EndDate) === null || _content_Event_EndDate === void 0 ? void 0 : _content_Event_EndDate.value)) {
|
|
12910
|
+
const startDate = new Date(content.Event.StartDate.Value);
|
|
12911
|
+
const endDate = new Date(content.Event.StartDate.Value);
|
|
12912
|
+
if (content.Event.StartDate.Value === content.Event.EndDate.value) infoBanner = `Le ${startDate.toLocaleDateString(data.locale)}`;
|
|
12913
|
+
else infoBanner = `Du ${startDate.toLocaleDateString(data.locale)} au ${endDate.toLocaleDateString(data.locale)}`;
|
|
12914
|
+
}
|
|
12915
|
+
break;
|
|
12916
|
+
}
|
|
12917
|
+
// Hack for Wines category -> TODO : remove it !
|
|
12918
|
+
let categoryWineTest = false;
|
|
12919
|
+
const categories = (_content_Thing2 = content.Thing) === null || _content_Thing2 === void 0 ? void 0 : (_content_Thing_Categories = _content_Thing2.Categories) === null || _content_Thing_Categories === void 0 ? void 0 : _content_Thing_Categories.Values;
|
|
12920
|
+
const wineFilters = [
|
|
12921
|
+
"Blanc de blanc",
|
|
12922
|
+
"Ros\xe9 Champagne",
|
|
12923
|
+
"Vintages",
|
|
12924
|
+
"Cocktail Collection",
|
|
12925
|
+
"AUTHIGENE Collection"
|
|
12926
|
+
];
|
|
12927
|
+
if (categories && categories.length) categories.forEach((category)=>wineFilters.includes(category) && (categoryWineTest = true));
|
|
12928
|
+
const mappedData = {
|
|
12929
|
+
identifier: data.id,
|
|
12930
|
+
title: ((_content_Thing3 = content.Thing) === null || _content_Thing3 === void 0 ? void 0 : (_content_Thing_Name = _content_Thing3.Name) === null || _content_Thing_Name === void 0 ? void 0 : (_content_Thing_Name_Text = _content_Thing_Name.Text) === null || _content_Thing_Name_Text === void 0 ? void 0 : _content_Thing_Name_Text.toString()) || "",
|
|
12931
|
+
text: ((_content_Thing4 = content.Thing) === null || _content_Thing4 === void 0 ? void 0 : (_content_Thing_Description = _content_Thing4.Description) === null || _content_Thing_Description === void 0 ? void 0 : (_content_Thing_Description_Text = _content_Thing_Description.Text) === null || _content_Thing_Description_Text === void 0 ? void 0 : _content_Thing_Description_Text.toString()) || "",
|
|
12932
|
+
addressStructured: address,
|
|
12933
|
+
contact: ((_content_PointOfInterest = content.PointOfInterest) === null || _content_PointOfInterest === void 0 ? void 0 : (_content_PointOfInterest_Contact = _content_PointOfInterest.Contact) === null || _content_PointOfInterest_Contact === void 0 ? void 0 : (_content_PointOfInterest_Contact_Text = _content_PointOfInterest_Contact.Text) === null || _content_PointOfInterest_Contact_Text === void 0 ? void 0 : _content_PointOfInterest_Contact_Text.toString()) || "",
|
|
12934
|
+
phoneNumber: ((_content_Place5 = content.Place) === null || _content_Place5 === void 0 ? void 0 : (_content_Place_Telephone = _content_Place5.Telephone) === null || _content_Place_Telephone === void 0 ? void 0 : _content_Place_Telephone.Text) ? content.Place.Telephone.Text.toString() : "",
|
|
12935
|
+
category: categoryWineTest ? {
|
|
12936
|
+
id: $64ba6b047f397610$var$categoryConversion.Wine,
|
|
12937
|
+
label: ((_translation_data_locale3 = (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))[data.locale]) === null || _translation_data_locale3 === void 0 ? void 0 : _translation_data_locale3.Wine) || (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))["fr-FR"].Wine
|
|
12938
|
+
} : $64ba6b047f397610$var$getCategoryFromContentType(content.contentType, data.locale),
|
|
12939
|
+
media: medias.length ? medias : undefined,
|
|
12940
|
+
customerReviews: (_content_Place6 = content.Place) === null || _content_Place6 === void 0 ? void 0 : (_content_Place_AggregateRating = _content_Place6.AggregateRating) === null || _content_Place_AggregateRating === void 0 ? void 0 : _content_Place_AggregateRating.Value,
|
|
12941
|
+
coordinates: coordinates,
|
|
12942
|
+
downloadUri: `${data.baseAddress}api/hospitality/${data.id}/pdf`,
|
|
12943
|
+
favorite: !!((_content_Thing5 = content.Thing) === null || _content_Thing5 === void 0 ? void 0 : (_content_Thing_Favorite = _content_Thing5.Favorite) === null || _content_Thing_Favorite === void 0 ? void 0 : _content_Thing_Favorite.Value),
|
|
12944
|
+
review: review,
|
|
12945
|
+
infoBanner: infoBanner,
|
|
12946
|
+
otherInformations: otherInformations
|
|
12947
|
+
};
|
|
12948
|
+
return mappedData;
|
|
12949
|
+
} catch (e) {
|
|
12950
|
+
console.log(e);
|
|
12951
|
+
return null;
|
|
12952
|
+
}
|
|
12953
|
+
return null;
|
|
12954
|
+
};
|
|
12955
|
+
|
|
12956
|
+
|
|
12957
|
+
|
|
12296
12958
|
const $725ea0cac166169b$var$useShowPOI = ()=>{
|
|
12297
12959
|
const lastBotActivity = (0, $9acd31406c230961$export$b56465394e2b1287)((state)=>state.lastBotActivity);
|
|
12298
|
-
|
|
12299
|
-
|
|
12960
|
+
const triggers = (0, $70e3d65f5a106231$export$77e4cc5334565f28)((state)=>state.detailedAttachmentTriggers);
|
|
12961
|
+
const locale = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)((state)=>state.locale);
|
|
12962
|
+
const { baseAddress: baseAddress } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
12963
|
+
const [result, setResult] = (0, $dWhh5$react.useState)(undefined);
|
|
12964
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
12965
|
+
if (lastBotActivity && lastBotActivity.value && triggers.length > 0) {
|
|
12966
|
+
let result;
|
|
12967
|
+
triggers.forEach((trigger)=>{
|
|
12968
|
+
if (lastBotActivity.type === trigger.type) {
|
|
12969
|
+
if (trigger.name && trigger.name === lastBotActivity.name) {
|
|
12970
|
+
var _lastBotActivity_value;
|
|
12971
|
+
if (trigger.contentType) {
|
|
12972
|
+
if (trigger.contentType === ((_lastBotActivity_value = lastBotActivity.value) === null || _lastBotActivity_value === void 0 ? void 0 : _lastBotActivity_value.contentType)) {
|
|
12973
|
+
lastBotActivity.value.content.template = trigger.linkedComponent;
|
|
12974
|
+
result = lastBotActivity.value.content;
|
|
12975
|
+
}
|
|
12976
|
+
} else {
|
|
12977
|
+
var _lastBotActivity_value1, _lastBotActivity_value2, _lastBotActivity_value3;
|
|
12978
|
+
const data = {
|
|
12979
|
+
id: (_lastBotActivity_value1 = lastBotActivity.value) === null || _lastBotActivity_value1 === void 0 ? void 0 : _lastBotActivity_value1.contentItemId,
|
|
12980
|
+
content: (_lastBotActivity_value2 = lastBotActivity.value) === null || _lastBotActivity_value2 === void 0 ? void 0 : _lastBotActivity_value2.content,
|
|
12981
|
+
contentType: (_lastBotActivity_value3 = lastBotActivity.value) === null || _lastBotActivity_value3 === void 0 ? void 0 : _lastBotActivity_value3.contentType,
|
|
12982
|
+
baseAddress: baseAddress,
|
|
12983
|
+
locale: locale
|
|
12984
|
+
};
|
|
12985
|
+
const checkData = (0, $64ba6b047f397610$export$af5c868343ae916a)(data);
|
|
12986
|
+
if (checkData) result = {
|
|
12987
|
+
...checkData,
|
|
12988
|
+
template: trigger.linkedComponent
|
|
12989
|
+
};
|
|
12990
|
+
else {
|
|
12991
|
+
lastBotActivity.value.template = trigger.linkedComponent;
|
|
12992
|
+
result = lastBotActivity.value;
|
|
12993
|
+
}
|
|
12994
|
+
}
|
|
12995
|
+
} else if (trigger.label && trigger.label === lastBotActivity.label) {
|
|
12996
|
+
var _lastBotActivity_value4;
|
|
12997
|
+
if (trigger.contentType) {
|
|
12998
|
+
if (trigger.contentType === ((_lastBotActivity_value4 = lastBotActivity.value) === null || _lastBotActivity_value4 === void 0 ? void 0 : _lastBotActivity_value4.contentType)) {
|
|
12999
|
+
lastBotActivity.value.content.template = trigger.linkedComponent;
|
|
13000
|
+
result = lastBotActivity.value.content;
|
|
13001
|
+
}
|
|
13002
|
+
} else {
|
|
13003
|
+
lastBotActivity.value.template = trigger.linkedComponent;
|
|
13004
|
+
result = lastBotActivity.value;
|
|
13005
|
+
}
|
|
13006
|
+
}
|
|
13007
|
+
}
|
|
13008
|
+
});
|
|
13009
|
+
setResult(result);
|
|
13010
|
+
}
|
|
13011
|
+
}, [
|
|
13012
|
+
lastBotActivity
|
|
13013
|
+
]);
|
|
13014
|
+
return result;
|
|
12300
13015
|
};
|
|
12301
13016
|
var $725ea0cac166169b$export$2e2bcd8739ae039 = $725ea0cac166169b$var$useShowPOI;
|
|
12302
13017
|
|
|
@@ -12305,6 +13020,7 @@ var $725ea0cac166169b$export$2e2bcd8739ae039 = $725ea0cac166169b$var$useShowPOI;
|
|
|
12305
13020
|
|
|
12306
13021
|
|
|
12307
13022
|
|
|
13023
|
+
|
|
12308
13024
|
const $5adc3e7d397572e9$export$730331b97844b22d = (color, transparency)=>{
|
|
12309
13025
|
let tempColorObject = null;
|
|
12310
13026
|
try {
|
|
@@ -12496,21 +13212,14 @@ var $f18ad223fcd061b7$export$2e2bcd8739ae039 = $f18ad223fcd061b7$var$DetailedTit
|
|
|
12496
13212
|
|
|
12497
13213
|
|
|
12498
13214
|
|
|
12499
|
-
const $9982aaf71fbd3e1f$var$DownloadSheet = ({ className: className, url: url
|
|
13215
|
+
const $9982aaf71fbd3e1f$var$DownloadSheet = ({ className: className, url: url })=>{
|
|
12500
13216
|
var _translation_locale;
|
|
12501
13217
|
const locale = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)((state)=>state.locale);
|
|
12502
|
-
const QRRef = (0, $dWhh5$react.useRef)(null);
|
|
12503
|
-
(0, $dWhh5$react.useEffect)(()=>{
|
|
12504
|
-
(QRRef === null || QRRef === void 0 ? void 0 : QRRef.current) && setDownloadHeight && setDownloadHeight(QRRef.current.clientHeight);
|
|
12505
|
-
}, [
|
|
12506
|
-
QRRef === null || QRRef === void 0 ? void 0 : QRRef.current
|
|
12507
|
-
]);
|
|
12508
13218
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
12509
|
-
ref: QRRef,
|
|
12510
13219
|
className: `${className} rf-w-full rf-flex`,
|
|
12511
13220
|
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("a", {
|
|
12512
13221
|
href: url,
|
|
12513
|
-
className: "rf-px-5 rf-py-3 rf-h-fit rf-flex rf-flex-row rf-items-center rf-mt-8 rf-mb-16 large:rf-my-
|
|
13222
|
+
className: "rf-px-5 rf-py-3 rf-h-fit rf-flex rf-flex-row rf-items-center rf-mt-8 rf-mb-16 large:rf-my-0 rf-border-2 rf-border-black rf-rounded-lg hover:rf-bg-truewhite rf-cursor-pointer rf-font-bold",
|
|
12514
13223
|
children: [
|
|
12515
13224
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $8a7bee2595db147f$export$2e2bcd8739ae039), {
|
|
12516
13225
|
className: "rf-h-6 rf-w-6 rf-mr-1"
|
|
@@ -12528,15 +13237,43 @@ var $9982aaf71fbd3e1f$export$2e2bcd8739ae039 = $9982aaf71fbd3e1f$var$DownloadShe
|
|
|
12528
13237
|
|
|
12529
13238
|
|
|
12530
13239
|
|
|
12531
|
-
|
|
13240
|
+
|
|
13241
|
+
|
|
13242
|
+
/* eslint-disable react/jsx-boolean-value */
|
|
13243
|
+
|
|
13244
|
+
|
|
13245
|
+
|
|
13246
|
+
|
|
13247
|
+
|
|
13248
|
+
const $52365ba6a1e9c44e$var$PrintingButton = ({ url: url, locale: locale })=>{
|
|
13249
|
+
var _translation_locale;
|
|
13250
|
+
const handleClick = ()=>{
|
|
13251
|
+
(0, $70e3d65f5a106231$export$4317154639841e84)(/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $6e2b7d52dc071237$export$2e2bcd8739ae039), {
|
|
13252
|
+
url: url,
|
|
13253
|
+
locale: locale,
|
|
13254
|
+
printingAllowed: true
|
|
13255
|
+
}));
|
|
13256
|
+
};
|
|
13257
|
+
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("button", {
|
|
13258
|
+
className: "rf-px-4 rf-py-1 rf-flex rf-flex-row rf-items-center rf-gap-2 rf-font-bold rf-text-sm rf-border-2 rf-border-black rf-rounded-lg",
|
|
13259
|
+
onClick: handleClick,
|
|
13260
|
+
children: [
|
|
13261
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $af9d96785bf50da0$export$2e2bcd8739ae039), {}),
|
|
13262
|
+
((_translation_locale = (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))[locale]) === null || _translation_locale === void 0 ? void 0 : _translation_locale.printsheet) || (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))["fr-FR"].printsheet
|
|
13263
|
+
]
|
|
13264
|
+
});
|
|
13265
|
+
};
|
|
13266
|
+
var $52365ba6a1e9c44e$export$2e2bcd8739ae039 = $52365ba6a1e9c44e$var$PrintingButton;
|
|
13267
|
+
|
|
13268
|
+
|
|
13269
|
+
|
|
13270
|
+
|
|
13271
|
+
const $5565d7860328960f$var$DownloadQR = ({ url: url })=>{
|
|
12532
13272
|
var _translation_locale, _translation_locale1;
|
|
12533
13273
|
const locale = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)((state)=>state.locale);
|
|
13274
|
+
const { configuration: { enableDocumentPrinting: enableDocumentPrinting } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
12534
13275
|
const [qrCodeData, setQrCodeData] = (0, $dWhh5$react.useState)(undefined);
|
|
12535
|
-
const QRRef = (0, $dWhh5$react.useRef)(null);
|
|
12536
13276
|
const imageRef = (0, $dWhh5$react.useRef)(null);
|
|
12537
|
-
(0, $dWhh5$react.useEffect)(()=>{
|
|
12538
|
-
(QRRef === null || QRRef === void 0 ? void 0 : QRRef.current) && (imageRef === null || imageRef === void 0 ? void 0 : imageRef.current) && setDownloadHeight && setDownloadHeight(QRRef.current.clientHeight);
|
|
12539
|
-
});
|
|
12540
13277
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
12541
13278
|
setQrCodeDataAsync();
|
|
12542
13279
|
}, []);
|
|
@@ -12545,17 +13282,39 @@ const $5565d7860328960f$var$DownloadQR = ({ url: url, setDownloadHeight: setDown
|
|
|
12545
13282
|
setQrCodeData(qrCodeString);
|
|
12546
13283
|
};
|
|
12547
13284
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
12548
|
-
|
|
12549
|
-
className: "rf-w-full rf-flex rf-flex-col rf-items-start large-vertical:rf-items-center",
|
|
13285
|
+
className: "rf-w-full rf-flex rf-flex-row rf-items-start",
|
|
12550
13286
|
children: [
|
|
12551
|
-
|
|
12552
|
-
|
|
12553
|
-
|
|
12554
|
-
|
|
12555
|
-
|
|
12556
|
-
src: qrCodeData,
|
|
12557
|
-
alt: "QR Code"
|
|
13287
|
+
enableDocumentPrinting && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
13288
|
+
className: "rf-w-1/2 rf-flex rf-justify-start",
|
|
13289
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $52365ba6a1e9c44e$export$2e2bcd8739ae039), {
|
|
13290
|
+
url: url,
|
|
13291
|
+
locale: locale
|
|
12558
13292
|
})
|
|
13293
|
+
}),
|
|
13294
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
13295
|
+
className: "rf-flex rf-flex-col rf-items-center rf-text-center rf-gap-2 rf-font-bold rf-text-sm",
|
|
13296
|
+
style: {
|
|
13297
|
+
width: enableDocumentPrinting ? "50%" : "100%"
|
|
13298
|
+
},
|
|
13299
|
+
children: [
|
|
13300
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
13301
|
+
className: "rf-flex rf-flex-row rf-items-start rf-gap-1 rf-italic",
|
|
13302
|
+
children: [
|
|
13303
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $fe484ded26d3d4a3$export$2e2bcd8739ae039), {}),
|
|
13304
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
13305
|
+
className: "rf-w-fit",
|
|
13306
|
+
children: `${(0, $04321743da31c8db$export$d07f57595c356899)(((_translation_locale = (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))[locale]) === null || _translation_locale === void 0 ? void 0 : _translation_locale.downloadsheetmobile) || (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))["fr-FR"].downloadsheetmobile, locale)} ${((_translation_locale1 = (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))[locale]) === null || _translation_locale1 === void 0 ? void 0 : _translation_locale1.scanQR) || (0, (/*@__PURE__*/$parcel$interopDefault($0c8ba280a3fb3923$exports)))["fr-FR"].scanQR}`
|
|
13307
|
+
})
|
|
13308
|
+
]
|
|
13309
|
+
}),
|
|
13310
|
+
qrCodeData && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
13311
|
+
className: "large-vertical:rf-mt-4",
|
|
13312
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $881abfa0199508c1$export$2e2bcd8739ae039), {
|
|
13313
|
+
ref: imageRef,
|
|
13314
|
+
src: qrCodeData
|
|
13315
|
+
})
|
|
13316
|
+
})
|
|
13317
|
+
]
|
|
12559
13318
|
})
|
|
12560
13319
|
]
|
|
12561
13320
|
});
|
|
@@ -12564,8 +13323,10 @@ var $5565d7860328960f$export$2e2bcd8739ae039 = $5565d7860328960f$var$DownloadQR;
|
|
|
12564
13323
|
|
|
12565
13324
|
|
|
12566
13325
|
|
|
13326
|
+
const $fe50c85aaca30261$var$DownloadQRHeight = 200;
|
|
13327
|
+
const $fe50c85aaca30261$var$DownloadSheetHeight = 100;
|
|
12567
13328
|
const $fe50c85aaca30261$var$DetailedText = ({ text: text, otherInformations: otherInformations, color: color, url: url, titleHeight: titleHeight })=>{
|
|
12568
|
-
const { configuration:
|
|
13329
|
+
const { configuration: { isUsedOnBorne: isUsedOnBorne } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
12569
13330
|
const { currentDeviceType: currentDeviceType, currentHeight: currentHeight, isMobile: isMobile } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
12570
13331
|
const textRef = (0, $dWhh5$react.useRef)(null);
|
|
12571
13332
|
const otherInformationsRef = (0, $dWhh5$react.useRef)(null);
|
|
@@ -12577,11 +13338,9 @@ const $fe50c85aaca30261$var$DetailedText = ({ text: text, otherInformations: oth
|
|
|
12577
13338
|
}, [
|
|
12578
13339
|
text
|
|
12579
13340
|
]);
|
|
12580
|
-
const [downloadHeight, setDownloadHeight] = (0, $dWhh5$react.useState)(0);
|
|
12581
13341
|
const textContainerMaxHeight = (0, $dWhh5$react.useMemo)(()=>{
|
|
12582
|
-
return
|
|
13342
|
+
return currentHeight - titleHeight - (isUsedOnBorne ? $fe50c85aaca30261$var$DownloadQRHeight : $fe50c85aaca30261$var$DownloadSheetHeight);
|
|
12583
13343
|
}, [
|
|
12584
|
-
downloadHeight,
|
|
12585
13344
|
titleHeight
|
|
12586
13345
|
]);
|
|
12587
13346
|
const [textMaxHeight, setTextMaxHeight] = (0, $dWhh5$react.useState)(0);
|
|
@@ -12648,18 +13407,17 @@ const $fe50c85aaca30261$var$DetailedText = ({ text: text, otherInformations: oth
|
|
|
12648
13407
|
}
|
|
12649
13408
|
};
|
|
12650
13409
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
12651
|
-
className: "rf-flex rf-flex-col large:rf-pr-4 large:rf-min-w-1/2 rf-
|
|
13410
|
+
className: "rf-flex rf-flex-col large:rf-pr-4 large:rf-min-w-1/2 rf-gap-4",
|
|
12652
13411
|
children: [
|
|
12653
13412
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
12654
13413
|
className: "rf-w-full rf-flex rf-flex-col rf-items-start",
|
|
12655
13414
|
style: {
|
|
12656
|
-
maxHeight: currentDeviceType === (0, $71c613e2e831c34c$export$ec1e04e4e5ef8233).landscape ? textContainerMaxHeight : undefined
|
|
12657
|
-
height: currentDeviceType === (0, $71c613e2e831c34c$export$ec1e04e4e5ef8233).landscape ? textContainerMaxHeight : undefined
|
|
13415
|
+
maxHeight: currentDeviceType === (0, $71c613e2e831c34c$export$ec1e04e4e5ef8233).landscape ? textContainerMaxHeight : undefined
|
|
12658
13416
|
},
|
|
12659
13417
|
children: [
|
|
12660
13418
|
processedText && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
12661
13419
|
ref: textRef,
|
|
12662
|
-
className: "large-vertical:rf-max-h-[30vh]
|
|
13420
|
+
className: "large-vertical:rf-max-h-[30vh] rf-font-medium rf-overflow-y-scroll rf-pb-4 rf-scroll-pb-4 rf-scrollbar-hidden",
|
|
12663
13421
|
style: {
|
|
12664
13422
|
WebkitMaskImage: opacityStyle,
|
|
12665
13423
|
maxHeight: textMaxHeight || undefined
|
|
@@ -12671,7 +13429,7 @@ const $fe50c85aaca30261$var$DetailedText = ({ text: text, otherInformations: oth
|
|
|
12671
13429
|
}),
|
|
12672
13430
|
otherInformations && otherInformations.length > 0 && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
12673
13431
|
ref: otherInformationsRef,
|
|
12674
|
-
className: "large-vertical:rf-max-h-[18vh]
|
|
13432
|
+
className: "large-vertical:rf-max-h-[18vh] rf-flex rf-flex-col rf-justify-start rf-text-lightgray rf-overflow-y-scroll rf-pb-4 rf-scroll-pb-4 rf-scrollbar-hidden",
|
|
12675
13433
|
style: {
|
|
12676
13434
|
WebkitMaskImage: otherOpacityStyle,
|
|
12677
13435
|
maxHeight: otherInformationsMaxHeight || undefined
|
|
@@ -12700,12 +13458,10 @@ const $fe50c85aaca30261$var$DetailedText = ({ text: text, otherInformations: oth
|
|
|
12700
13458
|
})
|
|
12701
13459
|
]
|
|
12702
13460
|
}),
|
|
12703
|
-
currentDeviceType === (0, $71c613e2e831c34c$export$ec1e04e4e5ef8233).landscape && url && (
|
|
12704
|
-
url: url
|
|
12705
|
-
setDownloadHeight: setDownloadHeight
|
|
13461
|
+
currentDeviceType === (0, $71c613e2e831c34c$export$ec1e04e4e5ef8233).landscape && url && (isUsedOnBorne ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $5565d7860328960f$export$2e2bcd8739ae039), {
|
|
13462
|
+
url: url
|
|
12706
13463
|
}) : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $9982aaf71fbd3e1f$export$2e2bcd8739ae039), {
|
|
12707
|
-
url: url
|
|
12708
|
-
setDownloadHeight: setDownloadHeight
|
|
13464
|
+
url: url
|
|
12709
13465
|
}))
|
|
12710
13466
|
]
|
|
12711
13467
|
});
|
|
@@ -13315,10 +14071,15 @@ var $6cacbade32b06d0d$export$2e2bcd8739ae039 = $6cacbade32b06d0d$var$DetailedAdd
|
|
|
13315
14071
|
|
|
13316
14072
|
|
|
13317
14073
|
|
|
14074
|
+
|
|
14075
|
+
const { useSendPostBack: $d796192f79db347a$var$useSendPostBack } = (0, $dWhh5$botframeworkwebchat.hooks);
|
|
13318
14076
|
const $d796192f79db347a$var$springEnterDuration = 1500;
|
|
13319
14077
|
const $d796192f79db347a$var$springLeaveDuration = 2500;
|
|
13320
14078
|
const $d796192f79db347a$var$AttachmentDetails = ()=>{
|
|
13321
|
-
const
|
|
14079
|
+
const detailedItemContent = (0, $725ea0cac166169b$export$2e2bcd8739ae039)();
|
|
14080
|
+
const sendPostBack = $d796192f79db347a$var$useSendPostBack();
|
|
14081
|
+
const locale = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)((state)=>state.locale);
|
|
14082
|
+
const { configuration: { isUsedOnBorne: isUsedOnBorne }, baseAddress: baseAddress } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
13322
14083
|
const mode = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.mode);
|
|
13323
14084
|
const { themeColors: themeColors, isMobile: isMobile, currentDeviceType: currentDeviceType } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
13324
14085
|
const [content, setContent] = (0, $dWhh5$react.useState)(undefined);
|
|
@@ -13333,18 +14094,18 @@ const $d796192f79db347a$var$AttachmentDetails = ()=>{
|
|
|
13333
14094
|
const timerRef = (0, $dWhh5$react.useRef)(null);
|
|
13334
14095
|
const divRef = (0, $dWhh5$react.useRef)(null);
|
|
13335
14096
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
13336
|
-
setContent(
|
|
13337
|
-
if (
|
|
14097
|
+
setContent(detailedItemContent);
|
|
14098
|
+
if (detailedItemContent) (0, $70e3d65f5a106231$export$dcb32d000c0e0280)((0, $71c613e2e831c34c$export$4f7cd669585dc69f).DetailViewOpen);
|
|
13338
14099
|
}, [
|
|
13339
|
-
|
|
14100
|
+
detailedItemContent
|
|
13340
14101
|
]);
|
|
13341
14102
|
(0, $dWhh5$react.useLayoutEffect)(()=>{
|
|
13342
14103
|
if (divRef === null || divRef === void 0 ? void 0 : divRef.current) currentDeviceType === (0, $71c613e2e831c34c$export$ec1e04e4e5ef8233).widget && (0, $9eb4669b72b0cf4a$export$2e2bcd8739ae039)(null, divRef);
|
|
13343
14104
|
});
|
|
13344
14105
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
13345
|
-
|
|
13346
|
-
|
|
13347
|
-
setColor((0, $69bd046fb7f03447$export$7c3e7489ecac4759)(content.category.id, themeColors));
|
|
14106
|
+
if (content) {
|
|
14107
|
+
var _content_category;
|
|
14108
|
+
((_content_category = content.category) === null || _content_category === void 0 ? void 0 : _content_category.id) && setColor((0, $69bd046fb7f03447$export$7c3e7489ecac4759)(content.category.id, themeColors));
|
|
13348
14109
|
api.start({
|
|
13349
14110
|
from: {
|
|
13350
14111
|
transform: "translateX(-100%)"
|
|
@@ -13387,68 +14148,82 @@ const $d796192f79db347a$var$AttachmentDetails = ()=>{
|
|
|
13387
14148
|
timerRef.current = setTimeout(()=>{
|
|
13388
14149
|
setContent(undefined);
|
|
13389
14150
|
(0, $70e3d65f5a106231$export$dcb32d000c0e0280)((0, $71c613e2e831c34c$export$4f7cd669585dc69f).DetailViewClose);
|
|
13390
|
-
}, $d796192f79db347a$var$springLeaveDuration);
|
|
13391
|
-
}
|
|
13392
|
-
};
|
|
13393
|
-
return content ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $6597700a5925d4dd$export$2e2bcd8739ae039), {
|
|
13394
|
-
handleClose: handleClose,
|
|
13395
|
-
className: "rf-z-detailedPOI",
|
|
13396
|
-
closeButtonClassName: "rf-z-util",
|
|
13397
|
-
remoteCloseButtonZIndex: "rf-z-detailedPOI",
|
|
13398
|
-
animation: spring,
|
|
13399
|
-
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.
|
|
13400
|
-
ref: divRef,
|
|
13401
|
-
className: "rf-relative rf-flex rf-flex-row vertical:rf-flex-col rf-h-full rf-overflow-y-scroll rf-scrollbar-hidden",
|
|
13402
|
-
children:
|
|
13403
|
-
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.
|
|
13404
|
-
|
|
13405
|
-
|
|
13406
|
-
|
|
13407
|
-
|
|
13408
|
-
|
|
13409
|
-
|
|
13410
|
-
|
|
13411
|
-
|
|
13412
|
-
|
|
13413
|
-
|
|
13414
|
-
|
|
13415
|
-
|
|
13416
|
-
|
|
13417
|
-
|
|
13418
|
-
|
|
13419
|
-
|
|
13420
|
-
|
|
13421
|
-
|
|
13422
|
-
|
|
13423
|
-
|
|
13424
|
-
|
|
13425
|
-
|
|
13426
|
-
|
|
13427
|
-
|
|
13428
|
-
|
|
13429
|
-
|
|
13430
|
-
|
|
13431
|
-
|
|
13432
|
-
|
|
13433
|
-
|
|
13434
|
-
|
|
13435
|
-
|
|
13436
|
-
|
|
13437
|
-
|
|
13438
|
-
|
|
13439
|
-
|
|
13440
|
-
|
|
13441
|
-
|
|
13442
|
-
|
|
13443
|
-
|
|
13444
|
-
|
|
13445
|
-
|
|
13446
|
-
|
|
13447
|
-
|
|
14151
|
+
}, $d796192f79db347a$var$springLeaveDuration);
|
|
14152
|
+
}
|
|
14153
|
+
};
|
|
14154
|
+
return content ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $6597700a5925d4dd$export$2e2bcd8739ae039), {
|
|
14155
|
+
handleClose: handleClose,
|
|
14156
|
+
className: "rf-z-detailedPOI",
|
|
14157
|
+
closeButtonClassName: "rf-z-util",
|
|
14158
|
+
remoteCloseButtonZIndex: "rf-z-detailedPOI",
|
|
14159
|
+
animation: spring,
|
|
14160
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
14161
|
+
ref: divRef,
|
|
14162
|
+
className: "rf-relative rf-flex rf-flex-row vertical:rf-flex-col rf-h-full rf-overflow-y-scroll rf-scrollbar-hidden",
|
|
14163
|
+
children: (detailedItemContent === null || detailedItemContent === void 0 ? void 0 : detailedItemContent.template) ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, ($parcel$interopDefault($dWhh5$react))).Fragment, {
|
|
14164
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)(detailedItemContent.template, {
|
|
14165
|
+
props: {
|
|
14166
|
+
...content,
|
|
14167
|
+
locale: locale,
|
|
14168
|
+
isUsedOnBorne: isUsedOnBorne,
|
|
14169
|
+
baseAddress: baseAddress,
|
|
14170
|
+
sendPostBack: sendPostBack
|
|
14171
|
+
},
|
|
14172
|
+
currentDeviceType: currentDeviceType,
|
|
14173
|
+
handleClose: handleClose
|
|
14174
|
+
})
|
|
14175
|
+
}) : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($dWhh5$react))).Fragment, {
|
|
14176
|
+
children: [
|
|
14177
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
14178
|
+
className: "rf-px-6 large:rf-px-8 rf-w-2/3 vertical:rf-w-full rf-mb-4 large:rf-mb-0 rf-flex rf-flex-col rf-border-r rf-border-r-silver vertical:rf-border-r-0",
|
|
14179
|
+
children: [
|
|
14180
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $f18ad223fcd061b7$export$2e2bcd8739ae039), {
|
|
14181
|
+
category: content.category,
|
|
14182
|
+
title: content.title,
|
|
14183
|
+
infoBanner: content.infoBanner,
|
|
14184
|
+
color: color,
|
|
14185
|
+
customerReviews: content.customerReviews,
|
|
14186
|
+
favorite: content.favorite,
|
|
14187
|
+
handleClose: handleClose,
|
|
14188
|
+
setTitleHeight: setTitleHeight
|
|
14189
|
+
}),
|
|
14190
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
14191
|
+
className: "rf-flex rf-flex-col large:rf-flex-row desktop:rf-h-full",
|
|
14192
|
+
children: [
|
|
14193
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $fe50c85aaca30261$export$2e2bcd8739ae039), {
|
|
14194
|
+
text: content.text,
|
|
14195
|
+
otherInformations: content.otherInformations,
|
|
14196
|
+
color: color,
|
|
14197
|
+
url: content.downloadUri,
|
|
14198
|
+
titleHeight: titleHeight
|
|
14199
|
+
}),
|
|
14200
|
+
(content.media && content.media.length > 0 || content.review) && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $91842d87af07aa1e$export$2e2bcd8739ae039), {
|
|
14201
|
+
media: content.media,
|
|
14202
|
+
review: content.review,
|
|
14203
|
+
color: color
|
|
14204
|
+
})
|
|
14205
|
+
]
|
|
14206
|
+
})
|
|
14207
|
+
]
|
|
14208
|
+
}),
|
|
14209
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $6cacbade32b06d0d$export$2e2bcd8739ae039), {
|
|
14210
|
+
address: content.addressStructured,
|
|
14211
|
+
phoneNumber: content.phoneNumber,
|
|
14212
|
+
coordinates: content.coordinates,
|
|
14213
|
+
color: color,
|
|
14214
|
+
colorWithTransparency: colorWithTransparency,
|
|
14215
|
+
customerReviews: content.customerReviews,
|
|
13448
14216
|
url: content.downloadUri
|
|
14217
|
+
}),
|
|
14218
|
+
isMobile && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
14219
|
+
className: mode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text ? "rf-mb-28" : "rf-mb-16",
|
|
14220
|
+
children: content.downloadUri && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $9982aaf71fbd3e1f$export$2e2bcd8739ae039), {
|
|
14221
|
+
className: "rf-justify-center",
|
|
14222
|
+
url: content.downloadUri
|
|
14223
|
+
})
|
|
13449
14224
|
})
|
|
13450
|
-
|
|
13451
|
-
|
|
14225
|
+
]
|
|
14226
|
+
})
|
|
13452
14227
|
})
|
|
13453
14228
|
}) : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, ($parcel$interopDefault($dWhh5$react))).Fragment, {});
|
|
13454
14229
|
};
|
|
@@ -13772,9 +14547,12 @@ async function $ebb9a848c3dddb50$export$cdd2c9f4b3acf5fb(data) {
|
|
|
13772
14547
|
else fullAddress = `${(0, $c6d7669b9282aea4$export$2e2bcd8739ae039)(data.prefix)}/${data.tenant}`;
|
|
13773
14548
|
if (fullAddress.indexOf(`/${(0, $0b4f07c0f09dbbcf$export$d9e38c0112bbdae6)}`) > -1) fullAddress = fullAddress.replace(`/${(0, $0b4f07c0f09dbbcf$export$d9e38c0112bbdae6)}`, "");
|
|
13774
14549
|
fullAddress += `/${0, $0b4f07c0f09dbbcf$export$1ca3e229e23d7f42}`;
|
|
13775
|
-
const res = await fetch(fullAddress)
|
|
13776
|
-
|
|
13777
|
-
|
|
14550
|
+
const res = await fetch(fullAddress).then((emergencyData)=>{
|
|
14551
|
+
return emergencyData.json();
|
|
14552
|
+
}).catch(()=>{
|
|
14553
|
+
return null;
|
|
14554
|
+
});
|
|
14555
|
+
return res;
|
|
13778
14556
|
}
|
|
13779
14557
|
|
|
13780
14558
|
|
|
@@ -14163,20 +14941,14 @@ const $1068fd56b5926747$export$f0e9d14ede4c01bd = ()=>{
|
|
|
14163
14941
|
|
|
14164
14942
|
|
|
14165
14943
|
|
|
14166
|
-
// import { hooks } from 'botframework-webchat'
|
|
14167
14944
|
|
|
14168
14945
|
|
|
14169
14946
|
function $970df85ce5628c51$export$2e2bcd8739ae039() {
|
|
14170
|
-
// const [allActivities] = useActivities()
|
|
14171
14947
|
const activities = (0, $9acd31406c230961$export$b56465394e2b1287)((state)=>state.messageActivities);
|
|
14172
14948
|
// processedId contains the ids of the activities already processed (because useActivities gives duplicate activities with different state depending on if it's been spoken or not )
|
|
14173
14949
|
const processedId = [];
|
|
14174
14950
|
const history = [];
|
|
14175
|
-
|
|
14176
|
-
const activities = allActivities
|
|
14177
|
-
.slice()
|
|
14178
|
-
.filter(({ type }) => type === 'message')
|
|
14179
|
-
*/ activities.forEach((activity)=>{
|
|
14951
|
+
activities.forEach((activity)=>{
|
|
14180
14952
|
if (activity.id && !processedId.includes(activity.id)) {
|
|
14181
14953
|
processedId.push(activity.id);
|
|
14182
14954
|
// Check if this is a question or an answer (questions from the user don't have a replyToId field)
|
|
@@ -14230,7 +15002,7 @@ const $016ac743b008b7bc$export$aa0c5ba341a0028 = ({ agentName: agentName = "L\xe
|
|
|
14230
15002
|
const { locale: locale } = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)();
|
|
14231
15003
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
14232
15004
|
id: "retorik-conversation-header",
|
|
14233
|
-
className: "rf-w-full rf-h-fit rf-grid rf-grid-cols-
|
|
15005
|
+
className: "rf-w-full rf-h-fit rf-grid rf-grid-cols-headerContainer rf-grid-rows-headerContainer rf-bg-truewhite",
|
|
14234
15006
|
children: [
|
|
14235
15007
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
14236
15008
|
className: "rf-col-start-1 rf-col-end-2 rf-row-start-1 rf-row-end-4 rf-flex rf-items-center rf-px-2 rf-py-2",
|
|
@@ -14578,22 +15350,27 @@ const $248ff5c2ef55c790$var$BotMessageActivity = ({ isMobile: isMobile, answerTi
|
|
|
14578
15350
|
|
|
14579
15351
|
|
|
14580
15352
|
|
|
15353
|
+
|
|
14581
15354
|
|
|
14582
15355
|
|
|
14583
15356
|
const $9c84070cf0521963$var$Mode = ()=>{
|
|
14584
15357
|
const { setCanFocusSendBox: setCanFocusSendBox } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
14585
15358
|
const mode = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.mode);
|
|
15359
|
+
const { configuration: { disableSpeechMode: disabledSpeechMode } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
14586
15360
|
const { themeColors: themeColors } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
14587
15361
|
const [fromTextToVocal, setFromTextToVocal] = (0, $dWhh5$react.useState)(false);
|
|
14588
15362
|
const toggleMode = (newMode)=>{
|
|
14589
15363
|
setFromTextToVocal(true);
|
|
14590
|
-
if (newMode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text)
|
|
15364
|
+
if (newMode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text) {
|
|
15365
|
+
setCanFocusSendBox(true);
|
|
15366
|
+
(0, $5f7f457957bd2c8d$export$45913366c4ba414f)((0, $71c613e2e831c34c$export$3f0071308968cd80).ForceClosing);
|
|
15367
|
+
}
|
|
14591
15368
|
(0, $c7242af7a2bc5e50$export$d4f039427a1beff1)(newMode);
|
|
14592
15369
|
};
|
|
14593
15370
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
14594
|
-
className:
|
|
15371
|
+
className: `rf-w-full rf-px-4 rf-grid rf-grid-cols-1 ${disabledSpeechMode ? "rf-py-4" : "rf-grid-rows-2"} rf-items-center`,
|
|
14595
15372
|
children: [
|
|
14596
|
-
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
15373
|
+
!disabledSpeechMode && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
14597
15374
|
className: "rf-w-full rf-flex rf-justify-center",
|
|
14598
15375
|
children: mode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("button", {
|
|
14599
15376
|
className: "rf-w-full rf-aspect-square rf-flex rf-justify-center rf-items-center rf-border rf-border-menuBorder rf-rounded-half rf-shadow-[0_0_20px_1px_#A4A7AF80]",
|
|
@@ -14623,7 +15400,14 @@ var $9c84070cf0521963$export$2e2bcd8739ae039 = $9c84070cf0521963$var$Mode;
|
|
|
14623
15400
|
|
|
14624
15401
|
|
|
14625
15402
|
|
|
15403
|
+
|
|
15404
|
+
|
|
15405
|
+
|
|
15406
|
+
|
|
14626
15407
|
const $3a6f407e42297873$var$Remote = ()=>{
|
|
15408
|
+
const { configuration: { disableSound: disableSound } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
15409
|
+
const { isMobile: isMobile } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
15410
|
+
const mode = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.mode);
|
|
14627
15411
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
14628
15412
|
id: "retorik-framework-remote",
|
|
14629
15413
|
className: "rf-w-full rf-pt-3 rf-pb-4 rf-flex rf-flex-col rf-items-center rf-rounded-l-lg rf-shadow-[0_3px_6px_#606267]",
|
|
@@ -14632,12 +15416,16 @@ const $3a6f407e42297873$var$Remote = ()=>{
|
|
|
14632
15416
|
},
|
|
14633
15417
|
children: [
|
|
14634
15418
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $9c84070cf0521963$export$2e2bcd8739ae039), {}),
|
|
14635
|
-
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.
|
|
14636
|
-
|
|
14637
|
-
|
|
14638
|
-
|
|
14639
|
-
|
|
14640
|
-
|
|
15419
|
+
(!disableSound && mode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text || mode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).vocal || isMobile) && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)((0, $dWhh5$reactjsxruntime.Fragment), {
|
|
15420
|
+
children: [
|
|
15421
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
15422
|
+
className: "rf-w-[90%] rf-mb-4 rf-border-b-2 rf-border-b-[#C4C5C8]"
|
|
15423
|
+
}),
|
|
15424
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
15425
|
+
className: "rf-w-full rf-flex rf-flex-col rf-justify-center rf-gap-5 large-vertical:rf-gap-6",
|
|
15426
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $718f337892f278fa$export$2e2bcd8739ae039), {})
|
|
15427
|
+
})
|
|
15428
|
+
]
|
|
14641
15429
|
})
|
|
14642
15430
|
]
|
|
14643
15431
|
});
|
|
@@ -14697,6 +15485,7 @@ var $81e653c6b570247f$export$2e2bcd8739ae039 = $81e653c6b570247f$var$RemoteConta
|
|
|
14697
15485
|
|
|
14698
15486
|
|
|
14699
15487
|
|
|
15488
|
+
|
|
14700
15489
|
const $e27b2d64339a5000$var$ModeButton = ({ label: label, selected: selected, onClick: onClick })=>{
|
|
14701
15490
|
const { themeColors: themeColors } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
14702
15491
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("button", {
|
|
@@ -14726,11 +15515,15 @@ const $40c9c7ece5949bcc$var$Mobile = ({ parametersOpened: parametersOpened, togg
|
|
|
14726
15515
|
const mode = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.mode);
|
|
14727
15516
|
const { currentDeviceType: currentDeviceType } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
14728
15517
|
const [fromTextToVocal, setFromTextToVocal] = (0, $dWhh5$react.useState)(false);
|
|
15518
|
+
const { configuration: { disableSpeechMode: disabledSpeechMode } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
14729
15519
|
const toggleMode = (newMode)=>{
|
|
14730
15520
|
// If the parameters are opened, no action
|
|
14731
15521
|
if (!parametersOpened) {
|
|
14732
15522
|
setFromTextToVocal(true);
|
|
14733
|
-
if (newMode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text)
|
|
15523
|
+
if (newMode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text) {
|
|
15524
|
+
setCanFocusSendBox(true);
|
|
15525
|
+
(0, $5f7f457957bd2c8d$export$45913366c4ba414f)((0, $71c613e2e831c34c$export$3f0071308968cd80).ForceClosing);
|
|
15526
|
+
}
|
|
14734
15527
|
(0, $c7242af7a2bc5e50$export$d4f039427a1beff1)(newMode);
|
|
14735
15528
|
}
|
|
14736
15529
|
};
|
|
@@ -14745,14 +15538,14 @@ const $40c9c7ece5949bcc$var$Mobile = ({ parametersOpened: parametersOpened, togg
|
|
|
14745
15538
|
},
|
|
14746
15539
|
children: [
|
|
14747
15540
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
14748
|
-
className: `rf-w-full rf-grid rf-flex-1 rf-h-full ${hideMenu ? "rf-grid-cols-2" : "rf-grid-cols-3"} rf-min-h-12 rf-grid-rows-1 rf-justify-center rf-items-end`,
|
|
15541
|
+
className: `rf-w-full rf-grid rf-flex-1 rf-h-full ${!disabledSpeechMode ? hideMenu ? "rf-grid-cols-2" : "rf-grid-cols-3" : hideMenu ? "rf-grid-cols-1" : "rf-grid-cols-2"} rf-min-h-12 rf-grid-rows-1 rf-justify-center rf-items-end`,
|
|
14749
15542
|
children: [
|
|
14750
15543
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $e27b2d64339a5000$export$2e2bcd8739ae039), {
|
|
14751
15544
|
label: "text",
|
|
14752
15545
|
selected: parametersOpened ? false : mode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text,
|
|
14753
15546
|
onClick: toggleMode
|
|
14754
15547
|
}),
|
|
14755
|
-
mode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).vocal ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
15548
|
+
!disabledSpeechMode && (mode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).vocal ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
14756
15549
|
className: "rf-py-2 rf-w-full rf-flex rf-justify-center",
|
|
14757
15550
|
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $9a101af72a25f94e$export$2e2bcd8739ae039), {
|
|
14758
15551
|
openMicrophone: fromTextToVocal
|
|
@@ -14761,7 +15554,7 @@ const $40c9c7ece5949bcc$var$Mobile = ({ parametersOpened: parametersOpened, togg
|
|
|
14761
15554
|
label: "vocal",
|
|
14762
15555
|
selected: false,
|
|
14763
15556
|
onClick: toggleMode
|
|
14764
|
-
}),
|
|
15557
|
+
})),
|
|
14765
15558
|
!hideMenu && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $e27b2d64339a5000$export$2e2bcd8739ae039), {
|
|
14766
15559
|
label: "dashboard",
|
|
14767
15560
|
selected: parametersOpened,
|
|
@@ -14885,7 +15678,228 @@ const $86a958d0e5b6b736$var$MenuDisplayer = ({ hideMenu: hideMenu })=>{
|
|
|
14885
15678
|
var $86a958d0e5b6b736$export$2e2bcd8739ae039 = $86a958d0e5b6b736$var$MenuDisplayer;
|
|
14886
15679
|
|
|
14887
15680
|
|
|
15681
|
+
|
|
15682
|
+
|
|
15683
|
+
|
|
15684
|
+
const $d2c0480827389113$var$ExtendIcon = ({ className: className, color: color, extended: extended })=>{
|
|
15685
|
+
if (extended) return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("svg", {
|
|
15686
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15687
|
+
width: "20.018",
|
|
15688
|
+
height: "19.382",
|
|
15689
|
+
viewBox: "0 0 20.018 19.382",
|
|
15690
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("g", {
|
|
15691
|
+
id: "Groupe_841",
|
|
15692
|
+
"data-name": "Groupe 841",
|
|
15693
|
+
transform: "translate(3.415 3.891)",
|
|
15694
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("g", {
|
|
15695
|
+
id: "PICTO",
|
|
15696
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("g", {
|
|
15697
|
+
id: "Groupe_845",
|
|
15698
|
+
"data-name": "Groupe 845",
|
|
15699
|
+
transform: "translate(0.003 -1)",
|
|
15700
|
+
children: [
|
|
15701
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("g", {
|
|
15702
|
+
id: "Groupe_843",
|
|
15703
|
+
"data-name": "Groupe 843",
|
|
15704
|
+
transform: "translate(3.99 21.134) rotate(180)",
|
|
15705
|
+
children: [
|
|
15706
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15707
|
+
id: "Ligne_15",
|
|
15708
|
+
"data-name": "Ligne 15",
|
|
15709
|
+
y2: "5.046",
|
|
15710
|
+
transform: "translate(0 7.031)",
|
|
15711
|
+
fill: "none",
|
|
15712
|
+
stroke: color || "currentColor",
|
|
15713
|
+
strokeLinecap: "round",
|
|
15714
|
+
strokeWidth: "2"
|
|
15715
|
+
}),
|
|
15716
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15717
|
+
id: "Ligne_16",
|
|
15718
|
+
"data-name": "Ligne 16",
|
|
15719
|
+
x1: "5.04",
|
|
15720
|
+
transform: "translate(0 12.077)",
|
|
15721
|
+
fill: "none",
|
|
15722
|
+
stroke: color || "currentColor",
|
|
15723
|
+
strokeLinecap: "round",
|
|
15724
|
+
strokeWidth: "2"
|
|
15725
|
+
}),
|
|
15726
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15727
|
+
id: "Ligne_17",
|
|
15728
|
+
"data-name": "Ligne 17",
|
|
15729
|
+
x2: "0.004",
|
|
15730
|
+
y2: "8.475",
|
|
15731
|
+
transform: "translate(5.99 6.057) rotate(45)",
|
|
15732
|
+
fill: "none",
|
|
15733
|
+
stroke: color || "currentColor",
|
|
15734
|
+
strokeLinecap: "round",
|
|
15735
|
+
strokeWidth: "2"
|
|
15736
|
+
})
|
|
15737
|
+
]
|
|
15738
|
+
}),
|
|
15739
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("g", {
|
|
15740
|
+
id: "Groupe_844",
|
|
15741
|
+
"data-name": "Groupe 844",
|
|
15742
|
+
transform: "translate(9.162 -7.493)",
|
|
15743
|
+
children: [
|
|
15744
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15745
|
+
id: "Ligne_15-2",
|
|
15746
|
+
"data-name": "Ligne 15",
|
|
15747
|
+
y2: "5.002",
|
|
15748
|
+
transform: "translate(0 7.031)",
|
|
15749
|
+
fill: "none",
|
|
15750
|
+
stroke: color || "currentColor",
|
|
15751
|
+
strokeLinecap: "round",
|
|
15752
|
+
strokeWidth: "2"
|
|
15753
|
+
}),
|
|
15754
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15755
|
+
id: "Ligne_16-2",
|
|
15756
|
+
"data-name": "Ligne 16",
|
|
15757
|
+
x1: "5.067",
|
|
15758
|
+
transform: "translate(0 12.033)",
|
|
15759
|
+
fill: "none",
|
|
15760
|
+
stroke: color || "currentColor",
|
|
15761
|
+
strokeLinecap: "round",
|
|
15762
|
+
strokeWidth: "2"
|
|
15763
|
+
}),
|
|
15764
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15765
|
+
id: "Ligne_17-2",
|
|
15766
|
+
"data-name": "Ligne 17",
|
|
15767
|
+
x1: "0.046",
|
|
15768
|
+
y2: "8.463",
|
|
15769
|
+
transform: "translate(5.984 6.024) rotate(45)",
|
|
15770
|
+
fill: "none",
|
|
15771
|
+
stroke: color || "currentColor",
|
|
15772
|
+
strokeLinecap: "round",
|
|
15773
|
+
strokeWidth: "2"
|
|
15774
|
+
})
|
|
15775
|
+
]
|
|
15776
|
+
})
|
|
15777
|
+
]
|
|
15778
|
+
})
|
|
15779
|
+
})
|
|
15780
|
+
})
|
|
15781
|
+
});
|
|
15782
|
+
else // return (
|
|
15783
|
+
// <svg
|
|
15784
|
+
// xmlns='http://www.w3.org/2000/svg'
|
|
15785
|
+
// className={className || 'rf-h-6 rf-w-6'}
|
|
15786
|
+
// fill='none'
|
|
15787
|
+
// viewBox='0 0 24 24'
|
|
15788
|
+
// stroke={color || 'currentColor'}
|
|
15789
|
+
// strokeWidth={2}
|
|
15790
|
+
// >
|
|
15791
|
+
// <path
|
|
15792
|
+
// strokeLinecap='round'
|
|
15793
|
+
// strokeLinejoin='round'
|
|
15794
|
+
// d='M6 18L18 6M6 6l12 12'
|
|
15795
|
+
// />
|
|
15796
|
+
// </svg>
|
|
15797
|
+
// )
|
|
15798
|
+
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("svg", {
|
|
15799
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15800
|
+
width: "20.018",
|
|
15801
|
+
height: "19.358",
|
|
15802
|
+
viewBox: "0 0 20.018 19.358",
|
|
15803
|
+
className: className || "rf-h-6 rf-w-6",
|
|
15804
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("g", {
|
|
15805
|
+
id: "Groupe_841",
|
|
15806
|
+
"data-name": "Groupe 841",
|
|
15807
|
+
transform: "translate(3.415 3.891)",
|
|
15808
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("g", {
|
|
15809
|
+
id: "PICTO",
|
|
15810
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("g", {
|
|
15811
|
+
id: "Groupe_845",
|
|
15812
|
+
"data-name": "Groupe 845",
|
|
15813
|
+
transform: "translate(0.003 -1)",
|
|
15814
|
+
children: [
|
|
15815
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("g", {
|
|
15816
|
+
id: "Groupe_843",
|
|
15817
|
+
"data-name": "Groupe 843",
|
|
15818
|
+
transform: "translate(-2 3)",
|
|
15819
|
+
children: [
|
|
15820
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15821
|
+
id: "Ligne_15",
|
|
15822
|
+
"data-name": "Ligne 15",
|
|
15823
|
+
y2: "5.046",
|
|
15824
|
+
transform: "translate(0 7.031)",
|
|
15825
|
+
fill: "none",
|
|
15826
|
+
stroke: color || "currentColor",
|
|
15827
|
+
strokeLinecap: "round",
|
|
15828
|
+
strokeWidth: "2"
|
|
15829
|
+
}),
|
|
15830
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15831
|
+
id: "Ligne_16",
|
|
15832
|
+
"data-name": "Ligne 16",
|
|
15833
|
+
x1: "5.04",
|
|
15834
|
+
transform: "translate(0 12.077)",
|
|
15835
|
+
fill: "none",
|
|
15836
|
+
stroke: color || "currentColor",
|
|
15837
|
+
strokeLinecap: "round",
|
|
15838
|
+
strokeWidth: "2"
|
|
15839
|
+
}),
|
|
15840
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15841
|
+
id: "Ligne_17",
|
|
15842
|
+
"data-name": "Ligne 17",
|
|
15843
|
+
x2: "0.004",
|
|
15844
|
+
y2: "8.475",
|
|
15845
|
+
transform: "translate(5.99 6.057) rotate(45)",
|
|
15846
|
+
fill: "none",
|
|
15847
|
+
stroke: color || "currentColor",
|
|
15848
|
+
strokeLinecap: "round",
|
|
15849
|
+
strokeWidth: "2"
|
|
15850
|
+
})
|
|
15851
|
+
]
|
|
15852
|
+
}),
|
|
15853
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("g", {
|
|
15854
|
+
id: "Groupe_844",
|
|
15855
|
+
"data-name": "Groupe 844",
|
|
15856
|
+
transform: "translate(15.178 10.572) rotate(180)",
|
|
15857
|
+
children: [
|
|
15858
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15859
|
+
id: "Ligne_15-2",
|
|
15860
|
+
"data-name": "Ligne 15",
|
|
15861
|
+
y2: "5.002",
|
|
15862
|
+
transform: "translate(0 7.031)",
|
|
15863
|
+
fill: "none",
|
|
15864
|
+
stroke: color || "currentColor",
|
|
15865
|
+
strokeLinecap: "round",
|
|
15866
|
+
strokeWidth: "2"
|
|
15867
|
+
}),
|
|
15868
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15869
|
+
id: "Ligne_16-2",
|
|
15870
|
+
"data-name": "Ligne 16",
|
|
15871
|
+
x1: "5.067",
|
|
15872
|
+
transform: "translate(0 12.033)",
|
|
15873
|
+
fill: "none",
|
|
15874
|
+
stroke: color || "currentColor",
|
|
15875
|
+
strokeLinecap: "round",
|
|
15876
|
+
strokeWidth: "2"
|
|
15877
|
+
}),
|
|
15878
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("line", {
|
|
15879
|
+
id: "Ligne_17-2",
|
|
15880
|
+
"data-name": "Ligne 17",
|
|
15881
|
+
x1: "0.046",
|
|
15882
|
+
y2: "8.463",
|
|
15883
|
+
transform: "translate(5.984 6.024) rotate(45)",
|
|
15884
|
+
fill: "none",
|
|
15885
|
+
stroke: color || "currentColor",
|
|
15886
|
+
strokeLinecap: "round",
|
|
15887
|
+
strokeWidth: "2"
|
|
15888
|
+
})
|
|
15889
|
+
]
|
|
15890
|
+
})
|
|
15891
|
+
]
|
|
15892
|
+
})
|
|
15893
|
+
})
|
|
15894
|
+
})
|
|
15895
|
+
});
|
|
15896
|
+
};
|
|
15897
|
+
var $d2c0480827389113$export$2e2bcd8739ae039 = $d2c0480827389113$var$ExtendIcon;
|
|
15898
|
+
|
|
15899
|
+
|
|
14888
15900
|
const $6c3069cd619942d1$var$HomeView = ({ chatbotData: chatbotData, externalComponents: externalComponents })=>{
|
|
15901
|
+
const displayChangeLayoutButton = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.changeLayoutButtonDisplay);
|
|
15902
|
+
const currentLayout = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.currentLayout);
|
|
14889
15903
|
const { configuration: configuration, loaderClosed: loaderClosed } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
14890
15904
|
const mode = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.mode);
|
|
14891
15905
|
const { configurations: configurations, isMobile: isMobile, setDisplayControls: setDisplayControls } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
@@ -14898,14 +15912,29 @@ const $6c3069cd619942d1$var$HomeView = ({ chatbotData: chatbotData, externalComp
|
|
|
14898
15912
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
14899
15913
|
setDisplayControls(!configuration.hideControls);
|
|
14900
15914
|
}, []);
|
|
15915
|
+
const extendButtonHandler = ()=>{
|
|
15916
|
+
(0, $c7242af7a2bc5e50$export$29ec02ff899d2b53)(true);
|
|
15917
|
+
(0, $c7242af7a2bc5e50$export$e8437af1f2483b8e)((0, $71c613e2e831c34c$export$a31c5a03aaeee5f).widget);
|
|
15918
|
+
(0, $1068fd56b5926747$export$a1c83309c736819f)();
|
|
15919
|
+
};
|
|
14901
15920
|
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)((0, ($parcel$interopDefault($dWhh5$react))).Fragment, {
|
|
14902
15921
|
children: [
|
|
15922
|
+
displayChangeLayoutButton && currentLayout !== (0, $71c613e2e831c34c$export$a31c5a03aaeee5f).widget && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("button", {
|
|
15923
|
+
onClick: extendButtonHandler,
|
|
15924
|
+
"aria-label": "Minimize",
|
|
15925
|
+
className: "rf-absolute rf-z-exitwidget rf-flex rf-right-1 rf-top-1 rf-p-1 rf-bg-truewhite rf-border rf-border-trueblack rf-rounded-lg",
|
|
15926
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $d2c0480827389113$export$2e2bcd8739ae039), {
|
|
15927
|
+
className: "rf-h-4 rf-w-4",
|
|
15928
|
+
color: "#000000",
|
|
15929
|
+
extended: true
|
|
15930
|
+
})
|
|
15931
|
+
}),
|
|
14903
15932
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $f30fe7aba51bf78e$export$2e2bcd8739ae039), {
|
|
14904
15933
|
config: displayData.background
|
|
14905
15934
|
}),
|
|
14906
15935
|
(configuration === null || configuration === void 0 ? void 0 : configuration.logo) && (!isMobile || isMobile && mode !== (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text) && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $85e61aba8b9a5198$export$2e2bcd8739ae039), {}),
|
|
14907
15936
|
(!isMobile || isMobile && mode !== (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).text) && chatbotData && displayAgent && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $8f73b7a6f73661a7$export$2e2bcd8739ae039), {
|
|
14908
|
-
className:
|
|
15937
|
+
className: `rf-relative rf-col-start-1 rf-col-end-9 ${chatbotData.fullWidthInDesktopMode ? "large:rf-col-end-9" : "large:rf-col-end-6"} large-vertical:rf-col-end-9 rf-row-span-full rf-self-end rf-h-full`,
|
|
14909
15938
|
chatbotData: chatbotData,
|
|
14910
15939
|
showSubtitles: true
|
|
14911
15940
|
}),
|
|
@@ -14939,7 +15968,7 @@ var $6c3069cd619942d1$export$2e2bcd8739ae039 = $6c3069cd619942d1$var$HomeView;
|
|
|
14939
15968
|
|
|
14940
15969
|
|
|
14941
15970
|
var $9302c811bd4551e4$exports = {};
|
|
14942
|
-
$9302c811bd4551e4$exports = JSON.parse('{"fr-FR":{"warningtext":"Vous allez acc\xe9der \xe0 la cha\xeene info, le son de votre appareil va \xeatre activ\xe9","warningcontinue":"Continuer","warningback":"Annuler","live":"direct","continuous":"en continu"},"en-US":{"warningtext":"You are about to access the information channel, the sound of your device will be activated","warningcontinue":"Continue","warningback":"Abort","live":"live","continuous":"continuous"},"es-ES":{"warningtext":"Est\xe1 a punto de acceder al canal de informaci\xf3n, el sonido de su dispositivo se activar\xe1","warningcontinue":"Continuar","warningback":"Abortar","live":"en directo","continuous":"continuo"},"de-DE":{"warningtext":"Sie sind dabei, den Informationskanal aufzurufen, der Ton Ihres Ger\xe4ts wird aktiviert","warningcontinue":"Weiter","warningback":"Abbrechen","live":"live","continuous":"fortlaufend"}}');
|
|
15971
|
+
$9302c811bd4551e4$exports = JSON.parse('{"ar-EG":{"warningtext":"\u0633\u062A\u062F\u062E\u0644 \u0625\u0644\u0649 \u0627\u0644\u0642\u0646\u0627\u0629 \u0627\u0644\u0625\u062E\u0628\u0627\u0631\u064A\u0629\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0635\u0648\u062A \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643","warningcontinue":"\u064A\u0643\u0645\u0644","warningback":"\u064A\u0644\u063A\u064A","live":"\u0645\u0628\u0627\u0634\u0631","continuous":"\u0644\u0646\u0643\u0645\u0644"},"ar-SA":{"warningtext":"\u0633\u062A\u062F\u062E\u0644 \u0625\u0644\u0649 \u0627\u0644\u0642\u0646\u0627\u0629 \u0627\u0644\u0625\u062E\u0628\u0627\u0631\u064A\u0629\u060C \u0648\u0633\u064A\u062A\u0645 \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0635\u0648\u062A \u0639\u0644\u0649 \u062C\u0647\u0627\u0632\u0643","warningcontinue":"\u064A\u0643\u0645\u0644","warningback":"\u064A\u0644\u063A\u064A","live":"\u0645\u0628\u0627\u0634\u0631","continuous":"\u0644\u0646\u0643\u0645\u0644"},"ca-ES":{"warningtext":"Accedeix al canal de not\xedcies, s\'activar\xe0 el so del teu dispositiu","warningcontinue":"Continua","warningback":"Cancel \xb7 lar","live":"viu","continuous":"cont\xednuament"},"cs-CZ":{"warningtext":"Vstoup\xedte do zpravodajsk\xe9ho kan\xe1lu, zvuk na va\u0161em za\u0159\xedzen\xed bude aktivov\xe1n","warningcontinue":"Pokra\u010Dovat","warningback":"zru\u0161en\xed","live":"\u017E\xedt","continuous":"nep\u0159etr\u017Eit\u011B"},"da-DK":{"warningtext":"Du f\xe5r adgang til nyhedskanalen, lyden p\xe5 din enhed aktiveres","warningcontinue":"Blive ved","warningback":"Afbestille","live":"Direkte","continuous":"l\xf8bende"},"de-AT":{"warningtext":"Sie sind dabei, den Informationskanal aufzurufen, der Ton Ihres Ger\xe4ts wird aktiviert","warningcontinue":"Weiter","warningback":"Abbrechen","live":"live","continuous":"fortlaufend"},"de-CH":{"warningtext":"Sie sind dabei, den Informationskanal aufzurufen, der Ton Ihres Ger\xe4ts wird aktiviert","warningcontinue":"Weiter","warningback":"Abbrechen","live":"live","continuous":"fortlaufend"},"de-DE":{"warningtext":"Sie sind dabei, den Informationskanal aufzurufen, der Ton Ihres Ger\xe4ts wird aktiviert","warningcontinue":"Weiter","warningback":"Abbrechen","live":"live","continuous":"fortlaufend"},"en-CA":{"warningtext":"You are about to access the information channel, the sound of your device will be activated","warningcontinue":"Continue","warningback":"Abort","live":"live","continuous":"continuous"},"en-GB":{"warningtext":"You are about to access the information channel, the sound of your device will be activated","warningcontinue":"Continue","warningback":"Abort","live":"live","continuous":"continuous"},"en-HK":{"warningtext":"You are about to access the information channel, the sound of your device will be activated","warningcontinue":"Continue","warningback":"Abort","live":"live","continuous":"continuous"},"en-IE":{"warningtext":"You are about to access the information channel, the sound of your device will be activated","warningcontinue":"Continue","warningback":"Abort","live":"live","continuous":"continuous"},"en-IN":{"warningtext":"You are about to access the information channel, the sound of your device will be activated","warningcontinue":"Continue","warningback":"Abort","live":"live","continuous":"continuous"},"en-US":{"warningtext":"You are about to access the information channel, the sound of your device will be activated","warningcontinue":"Continue","warningback":"Abort","live":"live","continuous":"continuous"},"es-ES":{"warningtext":"Est\xe1 a punto de acceder al canal de informaci\xf3n, el sonido de su dispositivo se activar\xe1","warningcontinue":"Continuar","warningback":"Abortar","live":"en directo","continuous":"continuo"},"es-MX":{"warningtext":"Est\xe1 a punto de acceder al canal de informaci\xf3n, el sonido de su dispositivo se activar\xe1","warningcontinue":"Continuar","warningback":"Abortar","live":"en directo","continuous":"continuo"},"fi-FI":{"warningtext":"P\xe4\xe4set uutiskanavalle, laitteesi \xe4\xe4ni aktivoituu","warningcontinue":"Jatkaa","warningback":"Peruuttaa","live":"el\xe4\xe4","continuous":"jatkuvasti"},"fr-BE":{"warningtext":"Vous allez acc\xe9der \xe0 la cha\xeene info, le son de votre appareil va \xeatre activ\xe9","warningcontinue":"Continuer","warningback":"Annuler","live":"direct","continuous":"en continu"},"fr-CA":{"warningtext":"Vous allez acc\xe9der \xe0 la cha\xeene info, le son de votre appareil va \xeatre activ\xe9","warningcontinue":"Continuer","warningback":"Annuler","live":"direct","continuous":"en continu"},"fr-CH":{"warningtext":"Vous allez acc\xe9der \xe0 la cha\xeene info, le son de votre appareil va \xeatre activ\xe9","warningcontinue":"Continuer","warningback":"Annuler","live":"direct","continuous":"en continu"},"fr-FR":{"warningtext":"Vous allez acc\xe9der \xe0 la cha\xeene info, le son de votre appareil va \xeatre activ\xe9","warningcontinue":"Continuer","warningback":"Annuler","live":"direct","continuous":"en continu"},"hi-IN":{"warningtext":"\u0906\u092A \u0938\u092E\u093E\u091A\u093E\u0930 \u091A\u0948\u0928\u0932 \u0924\u0915 \u092A\u0939\u0941\u0902\u091A \u092A\u093E\u090F\u0902\u0917\u0947, \u0906\u092A\u0915\u0947 \u0921\u093F\u0935\u093E\u0907\u0938 \u092A\u0930 \u0927\u094D\u0935\u0928\u093F \u0938\u0915\u094D\u0930\u093F\u092F \u0939\u094B \u091C\u093E\u090F\u0917\u0940","warningcontinue":"\u091C\u093E\u0930\u0940 \u0930\u0916\u0928\u093E","warningback":"\u0930\u0926\u094D\u0926 \u0915\u0930\u0928\u093E","live":"\u0930\u0939\u0928\u093E","continuous":"\u0932\u0917\u093E\u0924\u093E\u0930"},"hu-HU":{"warningtext":"Hozz\xe1f\xe9r a h\xedrcsatorn\xe1hoz, \xe9s a k\xe9sz\xfcl\xe9k hangja aktiv\xe1l\xf3dik","warningcontinue":"Folytatni","warningback":"Megsz\xfcnteti","live":"\xe9l\u0151","continuous":"folyamatosan"},"id-ID":{"warningtext":"Anda akan mengakses saluran berita, suara di perangkat Anda akan diaktifkan","warningcontinue":"Melanjutkan","warningback":"Membatalkan","live":"hidup","continuous":"terus menerus"},"it-IT":{"warningtext":"Accederai al canale delle notizie, l\'audio sul tuo dispositivo verr\xe0 attivato","warningcontinue":"Continuare","warningback":"Annulla","live":"vivere","continuous":"continuamente"},"ja-JP":{"warningtext":"\u30CB\u30E5\u30FC\u30B9\u30C1\u30E3\u30F3\u30CD\u30EB\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u3068\u3001\u30C7\u30D0\u30A4\u30B9\u306E\u30B5\u30A6\u30F3\u30C9\u304C\u30A2\u30AF\u30C6\u30A3\u30D6\u306B\u306A\u308A\u307E\u3059","warningcontinue":"\u7D9A\u304F","warningback":"\u30AD\u30E3\u30F3\u30BB\u30EB","live":"\u30E9\u30A4\u30D6","continuous":"\u7D99\u7D9A\u7684\u306B"},"ko-KR":{"warningtext":"\uB274\uC2A4 \uCC44\uB110\uC5D0 \uC811\uC18D\uD558\uAC8C \uB418\uBA70 \uAE30\uAE30\uC758 \uC18C\uB9AC\uAC00 \uD65C\uC131\uD654\uB429\uB2C8\uB2E4.","warningcontinue":"\uACC4\uC18D\uD558\uB2E4","warningback":"\uCDE8\uC18C","live":"\uC0B4\uB2E4","continuous":"\uACC4\uC18D\uD574\uC11C"},"nb-NO":{"warningtext":"Du f\xe5r tilgang til nyhetskanalen, lyden p\xe5 enheten din aktiveres","warningcontinue":"Fortsette","warningback":"Avbryt","live":"bo","continuous":"kontinuerlig"},"nl-BE":{"warningtext":"U krijgt toegang tot de nieuwszender, het geluid op uw apparaat wordt geactiveerd","warningcontinue":"doorgaan","warningback":"Annuleren","live":"live","continuous":"doorlopend"},"nl-NL":{"warningtext":"U krijgt toegang tot de nieuwszender, het geluid op uw apparaat wordt geactiveerd","warningcontinue":"doorgaan","warningback":"Annuleren","live":"live","continuous":"doorlopend"},"pl-PL":{"warningtext":"Uzyskasz dost\u0119p do kana\u0142u informacyjnego, d\u017Awi\u0119k na Twoim urz\u0105dzeniu zostanie aktywowany","warningcontinue":"Kontynuowa\u0107","warningback":"Anulowa\u0107","live":"na \u017Cywo","continuous":"bez przerwy"},"pt-BR":{"warningtext":"Voc\xea acessar\xe1 o canal de not\xedcias, o som do seu aparelho ser\xe1 ativado","warningcontinue":"Continuar","warningback":"Cancelar","live":"ao vivo","continuous":"continuamente"},"pt-PT":{"warningtext":"Voc\xea acessar\xe1 o canal de not\xedcias, o som do seu aparelho ser\xe1 ativado","warningcontinue":"Continuar","warningback":"Cancelar","live":"ao vivo","continuous":"continuamente"},"ru-RU":{"warningtext":"\u0412\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u0435 \u0434\u043E\u0441\u0442\u0443\u043F \u043A \u043D\u043E\u0432\u043E\u0441\u0442\u043D\u043E\u043C\u0443 \u043A\u0430\u043D\u0430\u043B\u0443, \u0437\u0432\u0443\u043A \u043D\u0430 \u0432\u0430\u0448\u0435\u043C \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435 \u0431\u0443\u0434\u0435\u0442 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u043D.","warningcontinue":"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0430\u0442\u044C","warningback":"\u041E\u0442\u043C\u0435\u043D\u0430","live":"\u0436\u0438\u0442\u044C","continuous":"\u043D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u043E"},"sv-SE":{"warningtext":"Dostopili boste do kanala z novicami, zvok na va\u0161i napravi bo aktiviran","warningcontinue":"Nadaljuj","warningback":"Prekli\u010Di","live":"v \u017Eivo","continuous":"neprekinjeno"},"th-TH":{"warningtext":"\u0E04\u0E38\u0E13\u0E08\u0E30\u0E40\u0E02\u0E49\u0E32\u0E16\u0E36\u0E07\u0E0A\u0E48\u0E2D\u0E07\u0E02\u0E48\u0E32\u0E27\u0E40\u0E2A\u0E35\u0E22\u0E07\u0E1A\u0E19\u0E2D\u0E38\u0E1B\u0E01\u0E23\u0E13\u0E4C\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E08\u0E30\u0E16\u0E39\u0E01\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19","warningcontinue":"\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D","warningback":"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01","live":"\u0E2A\u0E14","continuous":"\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E15\u0E48\u0E2D\u0E40\u0E19\u0E37\u0E48\u0E2D\u0E07"},"tr-TR":{"warningtext":"Haber kanal\u0131na ula\u015Facaks\u0131n\u0131z, cihaz\u0131n\u0131zdaki ses aktif hale gelecektir","warningcontinue":"Devam etmek","warningback":"\u0130ptal etmek","live":"canl\u0131","continuous":"devaml\u0131 olarak"},"zh-CN":{"warningtext":"\u60A8\u5C06\u8BBF\u95EE\u65B0\u95FB\u9891\u9053\uFF0C\u8BBE\u5907\u4E0A\u7684\u58F0\u97F3\u5C06\u88AB\u6FC0\u6D3B","warningcontinue":"\u7EE7\u7EED","warningback":"\u53D6\u6D88","live":"\u5C45\u4F4F","continuous":"\u4E0D\u65AD\u5730"},"zh-HK":{"warningtext":"\u60A8\u5C06\u8BBF\u95EE\u65B0\u95FB\u9891\u9053\uFF0C\u8BBE\u5907\u4E0A\u7684\u58F0\u97F3\u5C06\u88AB\u6FC0\u6D3B","warningcontinue":"\u7EE7\u7EED","warningback":"\u53D6\u6D88","live":"\u5C45\u4F4F","continuous":"\u4E0D\u65AD\u5730"},"zh-TW":{"warningtext":"\u60A8\u5C06\u8BBF\u95EE\u65B0\u95FB\u9891\u9053\uFF0C\u8BBE\u5907\u4E0A\u7684\u58F0\u97F3\u5C06\u88AB\u6FC0\u6D3B","warningcontinue":"\u7EE7\u7EED","warningback":"\u53D6\u6D88","live":"\u5C45\u4F4F","continuous":"\u4E0D\u65AD\u5730"}}');
|
|
14943
15972
|
|
|
14944
15973
|
|
|
14945
15974
|
|
|
@@ -15498,6 +16527,26 @@ var $1e3451b8a577006c$export$2e2bcd8739ae039 = $1e3451b8a577006c$var$RetorikRout
|
|
|
15498
16527
|
|
|
15499
16528
|
|
|
15500
16529
|
|
|
16530
|
+
|
|
16531
|
+
|
|
16532
|
+
|
|
16533
|
+
const $9ccee10030bde87b$var$ModalFullscreen = ()=>{
|
|
16534
|
+
const content = (0, $70e3d65f5a106231$export$77e4cc5334565f28)((state)=>state.modalFullscreenContent);
|
|
16535
|
+
const handleClick = (event)=>{
|
|
16536
|
+
event === null || event === void 0 ? void 0 : event.stopPropagation();
|
|
16537
|
+
};
|
|
16538
|
+
return content ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
16539
|
+
className: "rf-absolute rf-z-modal rf-h-full rf-w-full rf-flex rf-flex-col rf-justify-center rf-items-center",
|
|
16540
|
+
style: {
|
|
16541
|
+
background: "rgba(18,18,18,0.7)"
|
|
16542
|
+
},
|
|
16543
|
+
onClick: (event)=>handleClick(event),
|
|
16544
|
+
children: content
|
|
16545
|
+
}) : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, ($parcel$interopDefault($dWhh5$react))).Fragment, {});
|
|
16546
|
+
};
|
|
16547
|
+
var $9ccee10030bde87b$export$2e2bcd8739ae039 = $9ccee10030bde87b$var$ModalFullscreen;
|
|
16548
|
+
|
|
16549
|
+
|
|
15501
16550
|
const $9242b50f1c1199a7$var$Container = ({ fullSize: fullSize, width: width, height: height, children: children, colors: colors, parent: parent })=>{
|
|
15502
16551
|
const { currentDeviceType: currentDeviceType, isTactile: isTactile, setCurrentDeviceType: setCurrentDeviceType, setCurrentHeight: setCurrentHeight, setCurrentWidth: setCurrentWidth } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
15503
16552
|
const { configuration: { doNotDetectDeviceFromUserAgent: doNotDetectDeviceFromUserAgent, forceMobileView: forceMobileView } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
@@ -15646,7 +16695,7 @@ const $9242b50f1c1199a7$var$Container = ({ fullSize: fullSize, width: width, hei
|
|
|
15646
16695
|
"--rf-color-formInputButtonTextDefault": colors.formInput.inputButton.text.default,
|
|
15647
16696
|
"--rf-color-formInputButtonTextHover": colors.formInput.inputButton.text.hover
|
|
15648
16697
|
};
|
|
15649
|
-
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.
|
|
16698
|
+
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
15650
16699
|
id: "retorik-container",
|
|
15651
16700
|
ref: container,
|
|
15652
16701
|
className: `rf-relative ${fullSize ? "rf-w-screen rf-h-screen" : "rf-w-full rf-h-full"} rf-max-w-screen rf-max-h-screen rf-grid rf-grid-cols-8 rf-grid-rows-container rf-bg-transparent rf-text-trueblack rf-font-default ${portrait} ${large} ${isTactile && "rf-tactile"} rf-overflow-hidden rf-animate-loaderFadeIn`,
|
|
@@ -15655,7 +16704,10 @@ const $9242b50f1c1199a7$var$Container = ({ fullSize: fullSize, width: width, hei
|
|
|
15655
16704
|
...heightStyle,
|
|
15656
16705
|
...customColors
|
|
15657
16706
|
},
|
|
15658
|
-
children:
|
|
16707
|
+
children: [
|
|
16708
|
+
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $9ccee10030bde87b$export$2e2bcd8739ae039), {}),
|
|
16709
|
+
children
|
|
16710
|
+
]
|
|
15659
16711
|
});
|
|
15660
16712
|
};
|
|
15661
16713
|
var $9242b50f1c1199a7$export$2e2bcd8739ae039 = $9242b50f1c1199a7$var$Container;
|
|
@@ -15839,11 +16891,27 @@ var $68ec406cc754e31c$export$2e2bcd8739ae039 = $68ec406cc754e31c$var$getThemeCol
|
|
|
15839
16891
|
|
|
15840
16892
|
|
|
15841
16893
|
|
|
15842
|
-
const $d441ea54333b2073$var$buildSSML = (activity, speechMarkdownParser)=>{
|
|
15843
|
-
|
|
16894
|
+
const $d441ea54333b2073$var$buildSSML = (activity, speechMarkdownParser, sayAsWords)=>{
|
|
16895
|
+
let speech = activity.speak || activity.text;
|
|
16896
|
+
if (sayAsWords && sayAsWords.length) {
|
|
16897
|
+
const wordsUsed = [];
|
|
16898
|
+
sayAsWords.forEach((tuple)=>{
|
|
16899
|
+
if (!wordsUsed.includes(tuple.text)) {
|
|
16900
|
+
const regex = new RegExp(`\\b${tuple.text}\\b`, "gi");
|
|
16901
|
+
speech = speech.replaceAll(regex, `(${tuple.text})[ipa:"${tuple.ipa}"]`);
|
|
16902
|
+
wordsUsed.push(tuple.text);
|
|
16903
|
+
}
|
|
16904
|
+
});
|
|
16905
|
+
}
|
|
16906
|
+
let textParsedAsSSML = "";
|
|
16907
|
+
try {
|
|
16908
|
+
textParsedAsSSML = speechMarkdownParser.toSSML(speech);
|
|
16909
|
+
} catch (e) {
|
|
16910
|
+
console.warn("Error in speechmarkdown parser : ", e);
|
|
16911
|
+
}
|
|
15844
16912
|
return `<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="https://www.w3.org/2001/mstts" xmlns:emo="http://www.w3.org/2009/10/emotionml" xml:lang="${activity.locale}">` + textParsedAsSSML + "</speak>";
|
|
15845
16913
|
};
|
|
15846
|
-
function $d441ea54333b2073$export$2e2bcd8739ae039({ activity: activity, voice: voice, locale: locale }) {
|
|
16914
|
+
function $d441ea54333b2073$export$2e2bcd8739ae039({ activity: activity, voice: voice, locale: locale, sayAsWords: sayAsWords }) {
|
|
15847
16915
|
// If there is no text to be read, create an empty utterance that will be put in the array of ended activities
|
|
15848
16916
|
if (!voice || !activity.speak && !activity.text) return new (0, $dWhh5$daviaiwebspeechcognitiveservicesdavi.SpeechSynthesisUtterance)("");
|
|
15849
16917
|
const options = {
|
|
@@ -15855,7 +16923,7 @@ function $d441ea54333b2073$export$2e2bcd8739ae039({ activity: activity, voice: v
|
|
|
15855
16923
|
}
|
|
15856
16924
|
};
|
|
15857
16925
|
const speechMarkdownParser = new (0, $dWhh5$daviaispeechmarkdowndavijs.SpeechMarkdown)(options);
|
|
15858
|
-
const utterance = new (0, $dWhh5$daviaiwebspeechcognitiveservicesdavi.SpeechSynthesisUtterance)($d441ea54333b2073$var$buildSSML(activity, speechMarkdownParser));
|
|
16926
|
+
const utterance = new (0, $dWhh5$daviaiwebspeechcognitiveservicesdavi.SpeechSynthesisUtterance)($d441ea54333b2073$var$buildSSML(activity, speechMarkdownParser, sayAsWords));
|
|
15859
16927
|
return utterance;
|
|
15860
16928
|
}
|
|
15861
16929
|
|
|
@@ -15872,7 +16940,7 @@ function $d441ea54333b2073$export$2e2bcd8739ae039({ activity: activity, voice: v
|
|
|
15872
16940
|
|
|
15873
16941
|
|
|
15874
16942
|
var $205fd540d10832e7$exports = {};
|
|
15875
|
-
$205fd540d10832e7$exports = JSON.parse('{"fr-FR":{"loader":{"optimal":"Pour une exp\xe9rience optimale,","classic":"Pour une exp\xe9rience plus classique","vocal":"j\'\xe9change de vive voix avec l\'agent.","text":"j\'\xe9change \xe0 l\'\xe9crit avec l\'agent."},"loaderValidation":"D\xe9marrer la conversation","modes":{"vocal":"mode vocal","text":"mode texte"},"locale":"v\xe9rification de la langue","supported":"v\xe9rification des langues disponibles","store":"cr\xe9ation du store","directline":"connection au directline","ponyfill":"cr\xe9ation du ponyfill","addressdata":"r\xe9cup\xe9ration des donn\xe9es"},"en-US":{"loader":{"optimal":"For an optimal experience,","classic":"For a more classical experience,","vocal":"I communicate by speaking with the agent.","text":"I communicate by text with the agent."},"loaderValidation":"Start conversation","modes":{"vocal":"vocal mode","text":"text mode"},"locale":"checking locale","supported":"checking supported locales","store":"creating store","directline":"connecting directline","ponyfill":"ponyfilling","addressdata":"retrieving data"},"es-ES":{"loader":{"optimal":"Para una experiencia \xf3ptima,","classic":"Para una experiencia m\xe1s cl\xe1sica,","vocal":"Me comunico hablando con el agente.","text":"Me comunico por SMS con el agente."},"loaderValidation":"Iniciar conversaci\xf3n","modes":{"vocal":"modo vocal","text":"modo texto"},"locale":"comprobar configuraci\xf3n regional","supported":"comprobaci\xf3n de las configuraciones regionales admitidas","store":"crear tienda","directline":"conexi\xf3n directline","ponyfill":"creaci\xf3n del ponyfill","addressdata":"recuperar datos"},"de-DE":{"loader":{"optimal":"F\xfcr ein optimales Erlebnis,","classic":"F\xfcr ein eher klassisches Erlebnis,","vocal":"Ich kommuniziere durch Sprechen mit dem Agenten.","text":"Ich kommuniziere per Text mit dem Agenten."},"loaderValidation":"Gespr\xe4ch beginnen","modes":{"vocal":"Vokal-Modus","text":"Textmodus"},"locale":"Gebietsschema pr\xfcfen","supported":"Pr\xfcfung der unterst\xfctzten Gebietsschemata","store":"Speicher erstellen","directline":"Direktleitung verbinden","ponyfill":"ponyfilling","addressdata":"Abrufen von Daten"}}');
|
|
16943
|
+
$205fd540d10832e7$exports = JSON.parse('{"ar-EG":{"loader":{"optimal":"\u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u062A\u062C\u0631\u0628\u0629 \u0645\u062B\u0627\u0644\u064A\u0629\u060C","classic":"\u0644\u062A\u062C\u0631\u0628\u0629 \u0623\u0643\u062B\u0631 \u0643\u0644\u0627\u0633\u064A\u0643\u064A\u0629\u060C","vocal":"\u0623\u0646\u0627 \u0623\u062A\u062D\u062F\u062B \u0648\u062C\u0647\u0627 \u0644\u0648\u062C\u0647 \u0645\u0639 \u0627\u0644\u0648\u0643\u064A\u0644.","text":"\u0623\u062A\u0648\u0627\u0635\u0644 \u0643\u062A\u0627\u0628\u064A\u064B\u0627 \u0645\u0639 \u0627\u0644\u0648\u0643\u064A\u0644."},"modes":{"vocal":"\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0635\u0648\u062A\u064A","text":"\u0648\u0636\u0639 \u0627\u0644\u0646\u0635"},"loaderValidation":"\u0627\u0628\u062F\u0623 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629","locale":"\u0641\u062D\u0635 \u0627\u0644\u0644\u063A\u0629","supported":"\u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","addressdata":"\u0627\u0633\u062A\u0631\u062C\u0627\u0639 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A"},"ar-SA":{"loader":{"optimal":"\u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u062A\u062C\u0631\u0628\u0629 \u0645\u062B\u0627\u0644\u064A\u0629\u060C","classic":"\u0644\u062A\u062C\u0631\u0628\u0629 \u0623\u0643\u062B\u0631 \u0643\u0644\u0627\u0633\u064A\u0643\u064A\u0629\u060C","vocal":"\u0623\u0646\u0627 \u0623\u062A\u062D\u062F\u062B \u0648\u062C\u0647\u0627 \u0644\u0648\u062C\u0647 \u0645\u0639 \u0627\u0644\u0648\u0643\u064A\u0644.","text":"\u0623\u062A\u0648\u0627\u0635\u0644 \u0643\u062A\u0627\u0628\u064A\u064B\u0627 \u0645\u0639 \u0627\u0644\u0648\u0643\u064A\u0644."},"modes":{"vocal":"\u0627\u0644\u0648\u0636\u0639 \u0627\u0644\u0635\u0648\u062A\u064A","text":"\u0648\u0636\u0639 \u0627\u0644\u0646\u0635"},"loaderValidation":"\u0627\u0628\u062F\u0623 \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629","locale":"\u0641\u062D\u0635 \u0627\u0644\u0644\u063A\u0629","supported":"\u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u0644\u0644\u063A\u0627\u062A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629","addressdata":"\u0627\u0633\u062A\u0631\u062C\u0627\u0639 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A"},"ca-ES":{"loader":{"optimal":"Per a una experi\xe8ncia \xf2ptima,","classic":"Per a una experi\xe8ncia m\xe9s cl\xe0ssica,","vocal":"Parlo cara a cara amb l\'agent.","text":"Em comunico per escrit amb l\'agent."},"modes":{"vocal":"manera vocal","text":"mode text"},"loaderValidation":"Inicia la conversa","locale":"comprovant el llenguatge","supported":"comprovant els idiomes compatibles","addressdata":"recuperant dades"},"cs-CZ":{"loader":{"optimal":"Pro optim\xe1ln\xed z\xe1\u017Eitek,","classic":"Pro klasi\u010Dt\u011Bj\u0161\xed z\xe1\u017Eitek,","vocal":"Mluv\xedm tv\xe1\u0159\xed v tv\xe1\u0159 s agentem.","text":"S jednatelem komunikuji p\xedsemn\u011B."},"modes":{"vocal":"hlasov\xfd re\u017Eim","text":"textov\xfd re\u017Eim"},"loaderValidation":"Zahajte konverzaci","locale":"kontrola jazyka","supported":"kontrola podporovan\xfdch jazyk\u016F","addressdata":"na\u010D\xedt\xe1n\xed dat"},"da-DK":{"loader":{"optimal":"For en optimal oplevelse,","classic":"For en mere klassisk oplevelse,","vocal":"Jeg taler ansigt til ansigt med agenten.","text":"Jeg kommunikerer skriftligt med agenten."},"modes":{"vocal":"vokal tilstand","text":"teksttilstand"},"loaderValidation":"Start samtale","locale":"kontrol af sprog","supported":"kontrol af underst\xf8ttede sprog","addressdata":"hente data"},"de-AT":{"loader":{"optimal":"F\xfcr ein optimales Erlebnis,","classic":"F\xfcr ein eher klassisches Erlebnis,","vocal":"Ich kommuniziere durch Sprechen mit dem Agenten.","text":"Ich kommuniziere per Text mit dem Agenten."},"modes":{"vocal":"Vokal-Modus","text":"Textmodus"},"loaderValidation":"Gespr\xe4ch beginnen","locale":"Gebietsschema pr\xfcfen","supported":"Pr\xfcfung der unterst\xfctzten Gebietsschemata","store":"Speicher erstellen","directline":"Direktleitung verbinden","ponyfill":"ponyfilling","addressdata":"Abrufen von Daten"},"de-CH":{"loader":{"optimal":"F\xfcr ein optimales Erlebnis,","classic":"F\xfcr ein eher klassisches Erlebnis,","vocal":"Ich kommuniziere durch Sprechen mit dem Agenten.","text":"Ich kommuniziere per Text mit dem Agenten."},"modes":{"vocal":"Vokal-Modus","text":"Textmodus"},"loaderValidation":"Gespr\xe4ch beginnen","locale":"Gebietsschema pr\xfcfen","supported":"Pr\xfcfung der unterst\xfctzten Gebietsschemata","store":"Speicher erstellen","directline":"Direktleitung verbinden","ponyfill":"ponyfilling","addressdata":"Abrufen von Daten"},"de-DE":{"loader":{"optimal":"F\xfcr ein optimales Erlebnis,","classic":"F\xfcr ein eher klassisches Erlebnis,","vocal":"Ich kommuniziere durch Sprechen mit dem Agenten.","text":"Ich kommuniziere per Text mit dem Agenten."},"modes":{"vocal":"Vokal-Modus","text":"Textmodus"},"loaderValidation":"Gespr\xe4ch beginnen","locale":"Gebietsschema pr\xfcfen","supported":"Pr\xfcfung der unterst\xfctzten Gebietsschemata","store":"Speicher erstellen","directline":"Direktleitung verbinden","ponyfill":"ponyfilling","addressdata":"Abrufen von Daten"},"en-CA":{"loader":{"optimal":"For an optimal experience,","classic":"For a more classical experience,","vocal":"I communicate by speaking with the agent.","text":"I communicate by text with the agent."},"modes":{"vocal":"vocal mode","text":"text mode"},"loaderValidation":"Start conversation","locale":"checking language","supported":"checking supported languages","addressdata":"retrieving data","store":"store","directline":"directline","ponyfill":"ponyfill"},"en-GB":{"loader":{"optimal":"For an optimal experience,","classic":"For a more classical experience,","vocal":"I communicate by speaking with the agent.","text":"I communicate by text with the agent."},"modes":{"vocal":"vocal mode","text":"text mode"},"loaderValidation":"Start conversation","locale":"checking language","supported":"checking supported languages","addressdata":"retrieving data","store":"store","directline":"directline","ponyfill":"ponyfill"},"en-HK":{"loader":{"optimal":"For an optimal experience,","classic":"For a more classical experience,","vocal":"I communicate by speaking with the agent.","text":"I communicate by text with the agent."},"modes":{"vocal":"vocal mode","text":"text mode"},"loaderValidation":"Start conversation","locale":"checking language","supported":"checking supported languages","addressdata":"retrieving data","store":"store","directline":"directline","ponyfill":"ponyfill"},"en-IE":{"loader":{"optimal":"For an optimal experience,","classic":"For a more classical experience,","vocal":"I communicate by speaking with the agent.","text":"I communicate by text with the agent."},"modes":{"vocal":"vocal mode","text":"text mode"},"loaderValidation":"Start conversation","locale":"checking language","supported":"checking supported languages","addressdata":"retrieving data","store":"store","directline":"directline","ponyfill":"ponyfill"},"en-IN":{"loader":{"optimal":"For an optimal experience,","classic":"For a more classical experience,","vocal":"I communicate by speaking with the agent.","text":"I communicate by text with the agent."},"modes":{"vocal":"vocal mode","text":"text mode"},"loaderValidation":"Start conversation","locale":"checking language","supported":"checking supported languages","addressdata":"retrieving data","store":"store","directline":"directline","ponyfill":"ponyfill"},"en-US":{"loader":{"optimal":"For an optimal experience,","classic":"For a more classical experience,","vocal":"I communicate by speaking with the agent.","text":"I communicate by text with the agent."},"modes":{"vocal":"vocal mode","text":"text mode"},"loaderValidation":"Start conversation","locale":"checking language","supported":"checking supported languages","addressdata":"retrieving data","store":"store","directline":"directline","ponyfill":"ponyfill"},"es-ES":{"loader":{"optimal":"Para una experiencia \xf3ptima,","classic":"Para una experiencia m\xe1s cl\xe1sica,","vocal":"Me comunico hablando con el agente.","text":"Me comunico por SMS con el agente."},"modes":{"vocal":"modo vocal","text":"modo texto"},"loaderValidation":"Iniciar conversaci\xf3n","locale":"comprobar configuraci\xf3n regional","supported":"comprobaci\xf3n de las configuraciones regionales admitidas","store":"crear tienda","directline":"conexi\xf3n directline","ponyfill":"creaci\xf3n del ponyfill","addressdata":"recuperar datos"},"es-MX":{"loader":{"optimal":"Para una experiencia \xf3ptima,","classic":"Para una experiencia m\xe1s cl\xe1sica,","vocal":"Me comunico hablando con el agente.","text":"Me comunico por SMS con el agente."},"modes":{"vocal":"modo vocal","text":"modo texto"},"loaderValidation":"Iniciar conversaci\xf3n","locale":"comprobar configuraci\xf3n regional","supported":"comprobaci\xf3n de las configuraciones regionales admitidas","store":"crear tienda","directline":"conexi\xf3n directline","ponyfill":"creaci\xf3n del ponyfill","addressdata":"recuperar datos"},"fi-FI":{"loader":{"optimal":"Optimaalisen kokemuksen saamiseksi","classic":"Klassisemman kokemuksen saamiseksi","vocal":"Puhun kasvotusten agentin kanssa.","text":"Olen yhteydess\xe4 v\xe4litt\xe4j\xe4\xe4n kirjallisesti."},"modes":{"vocal":"laulutila","text":"tekstitila"},"loaderValidation":"Aloita keskustelu","locale":"kielen tarkistaminen","supported":"tuettujen kielten tarkistaminen","addressdata":"tietojen hakeminen"},"fr-BE":{"loader":{"optimal":"Pour une exp\xe9rience optimale,","classic":"Pour une exp\xe9rience plus classique,","vocal":"j\'\xe9change de vive voix avec l\'agent.","text":"j\'\xe9change \xe0 l\'\xe9crit avec l\'agent."},"modes":{"vocal":"mode vocal","text":"mode texte"},"loaderValidation":"D\xe9marrer la conversation","locale":"v\xe9rification de la langue","supported":"v\xe9rification des langues disponibles","store":"cr\xe9ation du store","directline":"connection au directline","ponyfill":"cr\xe9ation du ponyfill","addressdata":"r\xe9cup\xe9ration des donn\xe9es"},"fr-CA":{"loader":{"optimal":"Pour une exp\xe9rience optimale,","classic":"Pour une exp\xe9rience plus classique,","vocal":"j\'\xe9change de vive voix avec l\'agent.","text":"j\'\xe9change \xe0 l\'\xe9crit avec l\'agent."},"modes":{"vocal":"mode vocal","text":"mode texte"},"loaderValidation":"D\xe9marrer la conversation","locale":"v\xe9rification de la langue","supported":"v\xe9rification des langues disponibles","store":"cr\xe9ation du store","directline":"connection au directline","ponyfill":"cr\xe9ation du ponyfill","addressdata":"r\xe9cup\xe9ration des donn\xe9es"},"fr-CH":{"loader":{"optimal":"Pour une exp\xe9rience optimale,","classic":"Pour une exp\xe9rience plus classique,","vocal":"j\'\xe9change de vive voix avec l\'agent.","text":"j\'\xe9change \xe0 l\'\xe9crit avec l\'agent."},"modes":{"vocal":"mode vocal","text":"mode texte"},"loaderValidation":"D\xe9marrer la conversation","locale":"v\xe9rification de la langue","supported":"v\xe9rification des langues disponibles","store":"cr\xe9ation du store","directline":"connection au directline","ponyfill":"cr\xe9ation du ponyfill","addressdata":"r\xe9cup\xe9ration des donn\xe9es"},"fr-FR":{"loader":{"optimal":"Pour une exp\xe9rience optimale,","classic":"Pour une exp\xe9rience plus classique,","vocal":"j\'\xe9change de vive voix avec l\'agent.","text":"j\'\xe9change \xe0 l\'\xe9crit avec l\'agent."},"modes":{"vocal":"mode vocal","text":"mode texte"},"loaderValidation":"D\xe9marrer la conversation","locale":"v\xe9rification de la langue","supported":"v\xe9rification des langues disponibles","store":"cr\xe9ation du store","directline":"connection au directline","ponyfill":"cr\xe9ation du ponyfill","addressdata":"r\xe9cup\xe9ration des donn\xe9es"},"hi-IN":{"loader":{"optimal":"\u0938\u0930\u094D\u0935\u094B\u0924\u094D\u0924\u092E \u0905\u0928\u0941\u092D\u0935 \u0915\u0947 \u0932\u093F\u090F,","classic":"\u0905\u0927\u093F\u0915 \u0915\u094D\u0932\u093E\u0938\u093F\u0915 \u0905\u0928\u0941\u092D\u0935 \u0915\u0947 \u0932\u093F\u090F,","vocal":"\u092E\u0948\u0902 \u090F\u091C\u0947\u0902\u091F \u0938\u0947 \u0906\u092E\u0928\u0947-\u0938\u093E\u092E\u0928\u0947 \u092C\u093E\u0924 \u0915\u0930\u0924\u093E \u0939\u0942\u0902\u0964","text":"\u092E\u0948\u0902 \u090F\u091C\u0947\u0902\u091F \u0915\u0947 \u0938\u093E\u0925 \u0932\u093F\u0916\u093F\u0924 \u0930\u0942\u092A \u0938\u0947 \u0938\u0902\u0935\u093E\u0926 \u0915\u0930\u0924\u093E \u0939\u0942\u0902\u0964"},"modes":{"vocal":"\u0938\u094D\u0935\u0930 \u0935\u093F\u0927\u093E","text":"\u092A\u093E\u0920 \u092E\u094B\u0921"},"loaderValidation":"\u092C\u093E\u0924\u091A\u0940\u0924 \u0936\u0941\u0930\u0942 \u0915\u0930\u0947\u0902","locale":"\u092D\u093E\u0937\u093E \u0915\u0940 \u091C\u093E\u0901\u091A \u0915\u0930\u0928\u093E","supported":"\u0938\u092E\u0930\u094D\u0925\u093F\u0924 \u092D\u093E\u0937\u093E\u0913\u0902 \u0915\u0940 \u091C\u093E\u0901\u091A \u0915\u0930\u0928\u093E","addressdata":"\u092A\u0941\u0928: \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0921\u0947\u091F\u093E"},"hu-HU":{"loader":{"optimal":"Az optim\xe1lis \xe9lm\xe9ny \xe9rdek\xe9ben","classic":"A klasszikusabb \xe9lm\xe9ny \xe9rdek\xe9ben","vocal":"N\xe9gyszemk\xf6zt besz\xe9lek az \xfcgyn\xf6kkel.","text":"\xcdr\xe1sban kommunik\xe1lok az \xfcgyn\xf6kkel."},"modes":{"vocal":"vok\xe1lis m\xf3d","text":"sz\xf6veges m\xf3d"},"loaderValidation":"Ind\xedtsa el a besz\xe9lget\xe9st","locale":"nyelv ellen\u0151rz\xe9se","supported":"t\xe1mogatott nyelvek ellen\u0151rz\xe9se","addressdata":"adatok lek\xe9r\xe9se"},"id-ID":{"loader":{"optimal":"Untuk pengalaman optimal,","classic":"Untuk pengalaman yang lebih klasik,","vocal":"Saya berbicara tatap muka dengan agen.","text":"Saya berkomunikasi secara tertulis dengan agen."},"modes":{"vocal":"modus vokal","text":"modus teks"},"loaderValidation":"Mulai percakapan","locale":"memeriksa bahasa","supported":"memeriksa bahasa yang didukung","addressdata":"mengambil data"},"it-IT":{"loader":{"optimal":"Per un\'esperienza ottimale,","classic":"Per un\'esperienza pi\xf9 classica,","vocal":"Parlo faccia a faccia con l\'agente.","text":"Comunico per iscritto con l\'agente."},"modes":{"vocal":"modalit\xe0 vocale","text":"modalit\xe0 testo"},"loaderValidation":"Inizia la conversazione","locale":"controllo della lingua","supported":"verifica delle lingue supportate","addressdata":"recupero dati"},"ja-JP":{"loader":{"optimal":"\u6700\u9069\u306A\u30A8\u30AF\u30B9\u30DA\u30EA\u30A8\u30F3\u30B9\u3092\u5B9F\u73FE\u3059\u308B\u305F\u3081\u306B\u3001","classic":"\u3088\u308A\u30AF\u30E9\u30B7\u30C3\u30AF\u306A\u4F53\u9A13\u3092\u3059\u308B\u306B\u306F\u3001","vocal":"\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u3068\u5BFE\u9762\u3067\u8A71\u3057\u307E\u3059\u3002","text":"\u79C1\u306F\u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u3068\u66F8\u9762\u3067\u3084\u308A\u53D6\u308A\u3057\u307E\u3059\u3002"},"modes":{"vocal":"\u30DC\u30FC\u30AB\u30EB\u30E2\u30FC\u30C9","text":"\u30C6\u30AD\u30B9\u30C8\u30E2\u30FC\u30C9"},"loaderValidation":"\u4F1A\u8A71\u3092\u958B\u59CB\u3059\u308B","locale":"\u8A00\u8A9E\u3092\u30C1\u30A7\u30C3\u30AF\u3059\u308B","supported":"\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u308B\u8A00\u8A9E\u3092\u78BA\u8A8D\u3059\u308B","addressdata":"\u30C7\u30FC\u30BF\u306E\u53D6\u5F97"},"ko-KR":{"loader":{"optimal":"\uCD5C\uC801\uC758 \uACBD\uD5D8\uC744 \uC704\uD574,","classic":"\uC880 \uB354 \uD074\uB798\uC2DD\uD55C \uACBD\uD5D8\uC744 \uC6D0\uD558\uC2E0\uB2E4\uBA74,","vocal":"\uC800\uB294 \uC0C1\uB2F4\uC6D0\uACFC \uC9C1\uC811 \uB300\uBA74\uD558\uC5EC \uC774\uC57C\uAE30\uD569\uB2C8\uB2E4.","text":"\uB098\uB294 \uB300\uB9AC\uC778\uACFC \uC11C\uBA74\uC73C\uB85C \uC758\uC0AC\uC18C\uD1B5\uD569\uB2C8\uB2E4."},"modes":{"vocal":"\uBCF4\uCEEC \uBAA8\uB4DC","text":"\uD14D\uC2A4\uD2B8 \uBAA8\uB4DC"},"loaderValidation":"\uB300\uD654 \uC2DC\uC791","locale":"\uC5B8\uC5B4 \uD655\uC778","supported":"\uC9C0\uC6D0\uB418\uB294 \uC5B8\uC5B4 \uD655\uC778","addressdata":"\uB370\uC774\uD130 \uAC80\uC0C9"},"nb-NO":{"loader":{"optimal":"For en optimal opplevelse,","classic":"For en mer klassisk opplevelse,","vocal":"Jeg snakker ansikt til ansikt med agenten.","text":"Jeg kommuniserer skriftlig med agenten."},"modes":{"vocal":"vokalmodus","text":"tekstmodus"},"loaderValidation":"Start samtale","locale":"sjekke spr\xe5k","supported":"sjekke st\xf8ttede spr\xe5k","addressdata":"henter data"},"nl-BE":{"loader":{"optimal":"Voor een optimale ervaring,","classic":"Voor een meer klassieke ervaring,","vocal":"Ik spreek oog in oog met de agent.","text":"Ik communiceer schriftelijk met de makelaar."},"modes":{"vocal":"vocale modus","text":"tekstmodus"},"loaderValidation":"Begin een gesprek","locale":"taal controleren","supported":"ondersteunde talen controleren","addressdata":"het ophalen van gegevens"},"nl-NL":{"loader":{"optimal":"Voor een optimale ervaring,","classic":"Voor een meer klassieke ervaring,","vocal":"Ik spreek oog in oog met de agent.","text":"Ik communiceer schriftelijk met de makelaar."},"modes":{"vocal":"vocale modus","text":"tekstmodus"},"loaderValidation":"Begin een gesprek","locale":"taal controleren","supported":"ondersteunde talen controleren","addressdata":"het ophalen van gegevens"},"pl-PL":{"loader":{"optimal":"Aby uzyska\u0107 optymalne wra\u017Cenia,","classic":"Aby uzyska\u0107 bardziej klasyczne wra\u017Cenia,","vocal":"Rozmawiam twarz\u0105 w twarz z agentem.","text":"Komunikuj\u0119 si\u0119 pisemnie z agentem."},"modes":{"vocal":"tryb wokalny","text":"tryb tekstowy"},"loaderValidation":"Rozpocznij rozmow\u0119","locale":"sprawdzanie j\u0119zyka","supported":"sprawdzanie obs\u0142ugiwanych j\u0119zyk\xf3w","addressdata":"pobieranie danych"},"pt-BR":{"loader":{"optimal":"Para uma experi\xeancia ideal,","classic":"Para uma experi\xeancia mais cl\xe1ssica,","vocal":"Falo cara a cara com o agente.","text":"Eu me comunico por escrito com o agente."},"modes":{"vocal":"modo vocal","text":"modo de texto"},"loaderValidation":"Iniciar conversa","locale":"verificando o idioma","supported":"verificando idiomas suportados","addressdata":"recuperando dados"},"pt-PT":{"loader":{"optimal":"Para uma experi\xeancia ideal,","classic":"Para uma experi\xeancia mais cl\xe1ssica,","vocal":"Falo cara a cara com o agente.","text":"Eu me comunico por escrito com o agente."},"modes":{"vocal":"modo vocal","text":"modo de texto"},"loaderValidation":"Iniciar conversa","locale":"verificando o idioma","supported":"verificando idiomas suportados","addressdata":"recuperando dados"},"ru-RU":{"loader":{"optimal":"\u0414\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043E\u043F\u044B\u0442\u0430,","classic":"\u0414\u043B\u044F \u0431\u043E\u043B\u0435\u0435 \u043A\u043B\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043A\u043E\u0433\u043E \u043E\u043F\u044B\u0442\u0430,","vocal":"\u042F \u043E\u0431\u0449\u0430\u044E\u0441\u044C, \u0440\u0430\u0437\u0433\u043E\u0432\u0430\u0440\u0438\u0432\u0430\u044F \u0441 \u0430\u0433\u0435\u043D\u0442\u043E\u043C.","text":"\u042F \u043E\u0431\u0449\u0430\u044E\u0441\u044C \u043F\u043E \u0442\u0435\u043A\u0441\u0442\u0443 \u0441 \u0430\u0433\u0435\u043D\u0442\u043E\u043C."},"modes":{"vocal":"\u0433\u043E\u043B\u043E\u0441\u043E\u0432\u043E\u0439 \u0440\u0435\u0436\u0438\u043C","text":"\u0442\u0435\u043A\u0441\u0442\u043E\u0432\u044B\u0439 \u0440\u0435\u0436\u0438\u043C"},"loaderValidation":"\u041D\u0430\u0447\u0430\u0442\u044C \u0440\u0430\u0437\u0433\u043E\u0432\u043E\u0440","locale":"\u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u044F\u0437\u044B\u043A\u0430","supported":"\u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043C\u044B\u0445 \u044F\u0437\u044B\u043A\u043E\u0432","addressdata":"\u0418\u0437\u0432\u043B\u0435\u0447\u0435\u043D\u0438\u0435 \u0434\u0430\u043D\u043D\u044B\u0445"},"sv-SE":{"loader":{"optimal":"Za optimalno izku\u0161njo,","classic":"Za bolj klasi\u010Dno izku\u0161njo,","vocal":"Z agentom se pogovarjam iz o\u010Di v o\u010Di.","text":"Pisno komuniciram z agentom."},"modes":{"vocal":"vokalni na\u010Din","text":"besedilni na\u010Din"},"loaderValidation":"Za\u010Dni pogovor","locale":"preverjanje jezika","supported":"preverjanje podprtih jezikov","addressdata":"pridobivanje podatkov"},"th-TH":{"loader":{"optimal":"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1B\u0E23\u0E30\u0E2A\u0E1A\u0E01\u0E32\u0E23\u0E13\u0E4C\u0E17\u0E35\u0E48\u0E14\u0E35\u0E17\u0E35\u0E48\u0E2A\u0E38\u0E14","classic":"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1B\u0E23\u0E30\u0E2A\u0E1A\u0E01\u0E32\u0E23\u0E13\u0E4C\u0E04\u0E25\u0E32\u0E2A\u0E2A\u0E34\u0E01\u0E22\u0E34\u0E48\u0E07\u0E02\u0E36\u0E49\u0E19","vocal":"\u0E09\u0E31\u0E19\u0E2A\u0E37\u0E48\u0E2D\u0E2A\u0E32\u0E23\u0E42\u0E14\u0E22\u0E01\u0E32\u0E23\u0E1E\u0E39\u0E14\u0E04\u0E38\u0E22\u0E01\u0E31\u0E1A\u0E15\u0E31\u0E27\u0E41\u0E17\u0E19","text":"\u0E09\u0E31\u0E19\u0E2A\u0E37\u0E48\u0E2D\u0E2A\u0E32\u0E23\u0E17\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E01\u0E31\u0E1A\u0E15\u0E31\u0E27\u0E41\u0E17\u0E19"},"modes":{"vocal":"\u0E42\u0E2B\u0E21\u0E14\u0E40\u0E2A\u0E35\u0E22\u0E07\u0E1E\u0E39\u0E14","text":"\u0E42\u0E2B\u0E21\u0E14\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21"},"loaderValidation":"\u0E40\u0E23\u0E34\u0E48\u0E21\u0E01\u0E32\u0E23\u0E2A\u0E19\u0E17\u0E19\u0E32","locale":"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E20\u0E32\u0E29\u0E32","supported":"\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E20\u0E32\u0E29\u0E32\u0E17\u0E35\u0E48\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A","addressdata":"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E14\u0E36\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25"},"tr-TR":{"loader":{"optimal":"Optimum bir deneyim i\xe7in,","classic":"Daha klasik bir deneyim i\xe7in,","vocal":"Temsilciyle konu\u015Farak ileti\u015Fim kuruyorum.","text":"Temsilciyle mesaj yoluyla ileti\u015Fim kuruyorum."},"modes":{"vocal":"vokal modu","text":"metin modu"},"loaderValidation":"Konu\u015Fmay\u0131 ba\u015Flat","locale":"dili kontrol etme","supported":"desteklenen dilleri kontrol etme","addressdata":"veri alma"},"zh-CN":{"loader":{"optimal":"\u4E3A\u4E86\u83B7\u5F97\u6700\u4F73\u4F53\u9A8C\uFF0C","classic":"\u60F3\u8981\u66F4\u7ECF\u5178\u7684\u4F53\u9A8C\uFF0C","vocal":"\u6211\u901A\u8FC7\u4E0E\u4EE3\u7406\u4EBA\u4EA4\u8C08\u6765\u6C9F\u901A\u3002","text":"\u6211\u901A\u8FC7\u77ED\u4FE1\u4E0E\u4EE3\u7406\u4EBA\u6C9F\u901A\u3002"},"modes":{"vocal":"\u58F0\u97F3\u6A21\u5F0F","text":"\u6587\u672C\u6A21\u5F0F"},"loaderValidation":"\u5F00\u59CB\u5BF9\u8BDD","locale":"\u68C0\u67E5\u8BED\u8A00","supported":"\u68C0\u67E5\u652F\u6301\u7684\u8BED\u8A00","addressdata":"\u68C0\u7D22\u6570\u636E"},"zh-HK":{"loader":{"optimal":"\u4E3A\u4E86\u83B7\u5F97\u6700\u4F73\u4F53\u9A8C\uFF0C","classic":"\u60F3\u8981\u66F4\u7ECF\u5178\u7684\u4F53\u9A8C\uFF0C","vocal":"\u6211\u901A\u8FC7\u4E0E\u4EE3\u7406\u4EBA\u4EA4\u8C08\u6765\u6C9F\u901A\u3002","text":"\u6211\u901A\u8FC7\u77ED\u4FE1\u4E0E\u4EE3\u7406\u4EBA\u6C9F\u901A\u3002"},"modes":{"vocal":"\u58F0\u97F3\u6A21\u5F0F","text":"\u6587\u672C\u6A21\u5F0F"},"loaderValidation":"\u5F00\u59CB\u5BF9\u8BDD","locale":"\u68C0\u67E5\u8BED\u8A00","supported":"\u68C0\u67E5\u652F\u6301\u7684\u8BED\u8A00","addressdata":"\u68C0\u7D22\u6570\u636E"},"zh-TW":{"loader":{"optimal":"\u4E3A\u4E86\u83B7\u5F97\u6700\u4F73\u4F53\u9A8C\uFF0C","classic":"\u60F3\u8981\u66F4\u7ECF\u5178\u7684\u4F53\u9A8C\uFF0C","vocal":"\u6211\u901A\u8FC7\u4E0E\u4EE3\u7406\u4EBA\u4EA4\u8C08\u6765\u6C9F\u901A\u3002","text":"\u6211\u901A\u8FC7\u77ED\u4FE1\u4E0E\u4EE3\u7406\u4EBA\u6C9F\u901A\u3002"},"modes":{"vocal":"\u58F0\u97F3\u6A21\u5F0F","text":"\u6587\u672C\u6A21\u5F0F"},"loaderValidation":"\u5F00\u59CB\u5BF9\u8BDD","locale":"\u68C0\u67E5\u8BED\u8A00","supported":"\u68C0\u67E5\u652F\u6301\u7684\u8BED\u8A00","addressdata":"\u68C0\u7D22\u6570\u636E"}}');
|
|
15876
16944
|
|
|
15877
16945
|
|
|
15878
16946
|
|
|
@@ -15892,7 +16960,7 @@ var $acf3b62642941e13$export$2e2bcd8739ae039 = $acf3b62642941e13$var$Animation;
|
|
|
15892
16960
|
|
|
15893
16961
|
const $59a12b6e2b34e902$var$LoaderCallToAction = ({ handleValidation: handleValidation })=>{
|
|
15894
16962
|
var _translation_locale, _translation_locale1, _translation_locale2, _translation_locale3, _translation_locale4, _translation_locale5, _translation_locale6;
|
|
15895
|
-
const { configuration: { loaderInformationTexts: loaderInformationTexts, hideRetorikLogo: hideRetorikLogo } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
16963
|
+
const { configuration: { loaderInformationTexts: loaderInformationTexts, hideRetorikLogo: hideRetorikLogo, disableSpeechMode: disabledSpeechMode } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
15896
16964
|
const mode = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.mode);
|
|
15897
16965
|
const { locale: locale } = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)();
|
|
15898
16966
|
const { themeColors: themeColors, isMobile: isMobile, currentDeviceType: currentDeviceType } = (0, $6acc5d637072b42e$export$3abe3478af3cb63b)();
|
|
@@ -15976,7 +17044,9 @@ const $59a12b6e2b34e902$var$LoaderCallToAction = ({ handleValidation: handleVali
|
|
|
15976
17044
|
},
|
|
15977
17045
|
colors: themeColors.loader.toggle,
|
|
15978
17046
|
defaultChecked: mode,
|
|
15979
|
-
handleChange: handleChange
|
|
17047
|
+
handleChange: handleChange,
|
|
17048
|
+
showLeft: !disabledSpeechMode,
|
|
17049
|
+
showRight: true
|
|
15980
17050
|
}),
|
|
15981
17051
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("button", {
|
|
15982
17052
|
className: "rf-font-bold rf-border-2 rf-rounded-lg rf-px-6 rf-py-3 rf-mt-8",
|
|
@@ -16044,6 +17114,8 @@ class $e7fbc91b362e1033$var$IndexedDbManager {
|
|
|
16044
17114
|
const db = request.result;
|
|
16045
17115
|
const tx = db.transaction(this.storeName, "readwrite");
|
|
16046
17116
|
const store = tx.objectStore(this.storeName);
|
|
17117
|
+
// Base 64 encode
|
|
17118
|
+
data.id = window.btoa(encodeURI(data.id));
|
|
16047
17119
|
store.add(data);
|
|
16048
17120
|
resolve(true);
|
|
16049
17121
|
};
|
|
@@ -16059,7 +17131,8 @@ class $e7fbc91b362e1033$var$IndexedDbManager {
|
|
|
16059
17131
|
const db = request.result;
|
|
16060
17132
|
const tx = db.transaction(this.storeName, "readonly");
|
|
16061
17133
|
const store = tx.objectStore(this.storeName);
|
|
16062
|
-
|
|
17134
|
+
// Base 64 encode
|
|
17135
|
+
const data = store.get(window.btoa(encodeURI(id)));
|
|
16063
17136
|
data.onsuccess = ()=>{
|
|
16064
17137
|
resolve(data.result);
|
|
16065
17138
|
};
|
|
@@ -16171,7 +17244,7 @@ const $d31b268c3b702355$var$RetorikSpeech = ({ ponyfill: ponyfill, onEnd: onEnd,
|
|
|
16171
17244
|
]);
|
|
16172
17245
|
const playUtterance = async ()=>{
|
|
16173
17246
|
if (DBReady && enableSpeechCaching !== false && utterance) {
|
|
16174
|
-
const dataFromIndexedDB = await $d31b268c3b702355$var$DBManager.getSpeechData(`${locale}.${voice === null || voice === void 0 ? void 0 : voice.name}.${utterance.text.replace($d31b268c3b702355$var$tagsRemoverRegex, "")}`);
|
|
17247
|
+
const dataFromIndexedDB = await $d31b268c3b702355$var$DBManager.getSpeechData(`${locale}.${voice === null || voice === void 0 ? void 0 : voice.name}.${utterance.text.replace($d31b268c3b702355$var$tagsRemoverRegex, "").substring(0, 50)}`);
|
|
16175
17248
|
if (dataFromIndexedDB) {
|
|
16176
17249
|
boundaryRef.current = dataFromIndexedDB.boundaries;
|
|
16177
17250
|
(0, $5f7f457957bd2c8d$export$c24886139fddc386)(dataFromIndexedDB.boundaries);
|
|
@@ -16186,7 +17259,7 @@ const $d31b268c3b702355$var$RetorikSpeech = ({ ponyfill: ponyfill, onEnd: onEnd,
|
|
|
16186
17259
|
type: "audio/mp3"
|
|
16187
17260
|
});
|
|
16188
17261
|
enableSpeechCaching !== false && !alreadyExistsInDB && DBReady && (boundaryRef === null || boundaryRef === void 0 ? void 0 : boundaryRef.current) && utterance && $d31b268c3b702355$var$DBManager.addSpeechData({
|
|
16189
|
-
id: `${locale}.${voice === null || voice === void 0 ? void 0 : voice.name}.${utterance.text.replace($d31b268c3b702355$var$tagsRemoverRegex, "")}`,
|
|
17262
|
+
id: `${locale}.${voice === null || voice === void 0 ? void 0 : voice.name}.${utterance.text.replace($d31b268c3b702355$var$tagsRemoverRegex, "").substring(0, 50)}`,
|
|
16190
17263
|
value: data,
|
|
16191
17264
|
boundaries: boundaryRef.current
|
|
16192
17265
|
});
|
|
@@ -16356,7 +17429,7 @@ const $ad561f5c61e38c20$var$SynthesisManager = ({ isRetorikNews: isRetorikNews }
|
|
|
16356
17429
|
const locale = (0, $b6a8688e7db7a7b9$export$6650dace022cfacc)((state)=>state.locale);
|
|
16357
17430
|
const mode = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.mode);
|
|
16358
17431
|
const agentData = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.agentData);
|
|
16359
|
-
const { appAvailable: appAvailable, configuration: { preventExpectedInputHint: preventExpectedInputHint } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
17432
|
+
const { appAvailable: appAvailable, configuration: { preventExpectedInputHint: preventExpectedInputHint, speechSynthesisOptions: speechSynthesisOptions } } = (0, $1d4f8108de9ab73a$export$d8760bee47331b1d)();
|
|
16360
17433
|
const currentNewsActivity = (0, $70e3d65f5a106231$export$77e4cc5334565f28)((state)=>state.currentNewsActivity);
|
|
16361
17434
|
const lastBotActivity = (0, $9acd31406c230961$export$b56465394e2b1287)((state)=>state.lastBotMessageActivity);
|
|
16362
17435
|
const toggleMicrophone = (0, $e37833e47d877d3a$export$2e2bcd8739ae039)();
|
|
@@ -16442,18 +17515,35 @@ const $ad561f5c61e38c20$var$SynthesisManager = ({ isRetorikNews: isRetorikNews }
|
|
|
16442
17515
|
*/ const cancelSpeech = ()=>{
|
|
16443
17516
|
!isNewsView && (0, $5f7f457957bd2c8d$export$d0df6aec4e971f52)(true);
|
|
16444
17517
|
};
|
|
17518
|
+
const checkSayAsWordsAndCreateUtterance = (params)=>{
|
|
17519
|
+
let sayAsWords = [];
|
|
17520
|
+
if (speechSynthesisOptions === null || speechSynthesisOptions === void 0 ? void 0 : speechSynthesisOptions.sayAs) {
|
|
17521
|
+
var _speechSynthesisOptions_sayAs_common, _speechSynthesisOptions_sayAs, _speechSynthesisOptions_sayAs1, _speechSynthesisOptions_sayAs_localized_locale;
|
|
17522
|
+
(speechSynthesisOptions === null || speechSynthesisOptions === void 0 ? void 0 : (_speechSynthesisOptions_sayAs = speechSynthesisOptions.sayAs) === null || _speechSynthesisOptions_sayAs === void 0 ? void 0 : (_speechSynthesisOptions_sayAs_common = _speechSynthesisOptions_sayAs.common) === null || _speechSynthesisOptions_sayAs_common === void 0 ? void 0 : _speechSynthesisOptions_sayAs_common.length) && (sayAsWords = [
|
|
17523
|
+
...speechSynthesisOptions.sayAs.common
|
|
17524
|
+
]);
|
|
17525
|
+
(speechSynthesisOptions === null || speechSynthesisOptions === void 0 ? void 0 : (_speechSynthesisOptions_sayAs1 = speechSynthesisOptions.sayAs) === null || _speechSynthesisOptions_sayAs1 === void 0 ? void 0 : _speechSynthesisOptions_sayAs1.localized) && ((_speechSynthesisOptions_sayAs_localized_locale = speechSynthesisOptions.sayAs.localized[locale]) === null || _speechSynthesisOptions_sayAs_localized_locale === void 0 ? void 0 : _speechSynthesisOptions_sayAs_localized_locale.length) && (sayAsWords = [
|
|
17526
|
+
...sayAsWords,
|
|
17527
|
+
...speechSynthesisOptions.sayAs.localized[locale]
|
|
17528
|
+
]);
|
|
17529
|
+
}
|
|
17530
|
+
return (0, $d441ea54333b2073$export$2e2bcd8739ae039)({
|
|
17531
|
+
...params,
|
|
17532
|
+
sayAsWords: sayAsWords
|
|
17533
|
+
});
|
|
17534
|
+
};
|
|
16445
17535
|
const checkActivityAndCreateUtterance = (params)=>{
|
|
16446
17536
|
if (params.activity.attachmentLayout && params.activity.attachmentLayout.toLowerCase() === "davilist") {
|
|
16447
17537
|
const textToSpeak = params.activity.speak || params.activity.text;
|
|
16448
17538
|
if (textToSpeak) {
|
|
16449
|
-
if (textToSpeak === lastListTextPlayed) return (
|
|
17539
|
+
if (textToSpeak === lastListTextPlayed) return checkSayAsWordsAndCreateUtterance({
|
|
16450
17540
|
...params,
|
|
16451
17541
|
voice: null
|
|
16452
17542
|
});
|
|
16453
17543
|
else setLastListTextPlayed(textToSpeak);
|
|
16454
17544
|
}
|
|
16455
17545
|
}
|
|
16456
|
-
return (
|
|
17546
|
+
return checkSayAsWordsAndCreateUtterance({
|
|
16457
17547
|
...params
|
|
16458
17548
|
});
|
|
16459
17549
|
};
|
|
@@ -16480,7 +17570,7 @@ const $ad561f5c61e38c20$var$SynthesisManager = ({ isRetorikNews: isRetorikNews }
|
|
|
16480
17570
|
voice: getVoiceAfterCheckingActivityLocale(currentNewsActivity.locale || locale),
|
|
16481
17571
|
locale: currentNewsActivity.locale || locale
|
|
16482
17572
|
};
|
|
16483
|
-
setUtterance((
|
|
17573
|
+
setUtterance(checkSayAsWordsAndCreateUtterance({
|
|
16484
17574
|
...params
|
|
16485
17575
|
}));
|
|
16486
17576
|
} else setUtterance(null);
|
|
@@ -16639,6 +17729,10 @@ const $ad561f5c61e38c20$var$SynthesisManager = ({ isRetorikNews: isRetorikNews }
|
|
|
16639
17729
|
}, [
|
|
16640
17730
|
utteranceEnded
|
|
16641
17731
|
]);
|
|
17732
|
+
const dispatchSpeechEvent = (start)=>{
|
|
17733
|
+
const speechEvent = start ? new Event("retorikSpeakStart") : new Event("retorikSpeakStop");
|
|
17734
|
+
document.dispatchEvent(speechEvent);
|
|
17735
|
+
};
|
|
16642
17736
|
/**
|
|
16643
17737
|
* On call :
|
|
16644
17738
|
* - set speaking state to true
|
|
@@ -16646,10 +17740,11 @@ const $ad561f5c61e38c20$var$SynthesisManager = ({ isRetorikNews: isRetorikNews }
|
|
|
16646
17740
|
* - set currentPlaying and currentReplyToId states after a small delay to prevent make sure that the display will happen after the speech has begun
|
|
16647
17741
|
*/ const handleUtteranceStart = ()=>{
|
|
16648
17742
|
(0, $5f7f457957bd2c8d$export$f5e94301cb5ae54b)(true);
|
|
16649
|
-
if (currentActivityRef === null || currentActivityRef === void 0 ? void 0 : currentActivityRef.current) {
|
|
17743
|
+
if (!isNewsView && (currentActivityRef === null || currentActivityRef === void 0 ? void 0 : currentActivityRef.current)) {
|
|
16650
17744
|
(0, $5f7f457957bd2c8d$export$b03f86112d469252)(currentActivityRef.current);
|
|
16651
17745
|
currentPlayingRef.current = currentActivityRef.current;
|
|
16652
17746
|
}
|
|
17747
|
+
dispatchSpeechEvent(true);
|
|
16653
17748
|
};
|
|
16654
17749
|
/**
|
|
16655
17750
|
* On call :
|
|
@@ -16657,18 +17752,8 @@ const $ad561f5c61e38c20$var$SynthesisManager = ({ isRetorikNews: isRetorikNews }
|
|
|
16657
17752
|
* - set utteranceEnded state to true
|
|
16658
17753
|
*/ const handleUtteranceEnd = ()=>{
|
|
16659
17754
|
(0, $5f7f457957bd2c8d$export$f5e94301cb5ae54b)(false);
|
|
16660
|
-
setUtteranceEnded(true);
|
|
16661
|
-
|
|
16662
|
-
const handleNewsStart = ()=>{
|
|
16663
|
-
(0, $5f7f457957bd2c8d$export$f5e94301cb5ae54b)(true);
|
|
16664
|
-
const startEvent = new Event("retorikSpeakStart");
|
|
16665
|
-
document.dispatchEvent(startEvent);
|
|
16666
|
-
};
|
|
16667
|
-
const handleNewsEnd = ()=>{
|
|
16668
|
-
(0, $5f7f457957bd2c8d$export$f5e94301cb5ae54b)(false);
|
|
16669
|
-
const stopEvent = new Event("retorikSpeakStop");
|
|
16670
|
-
document.dispatchEvent(stopEvent);
|
|
16671
|
-
(0, $70e3d65f5a106231$export$f052bdc826bb4a9e)(true);
|
|
17755
|
+
isNewsView ? (0, $70e3d65f5a106231$export$f052bdc826bb4a9e)(true) : setUtteranceEnded(true);
|
|
17756
|
+
dispatchSpeechEvent(false);
|
|
16672
17757
|
};
|
|
16673
17758
|
const checkDictateState = ()=>{
|
|
16674
17759
|
!preventExpectedInputHint && mode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).vocal && toggleMicrophone();
|
|
@@ -16721,9 +17806,9 @@ const $ad561f5c61e38c20$var$SynthesisManager = ({ isRetorikNews: isRetorikNews }
|
|
|
16721
17806
|
ponyfill: ponyfill,
|
|
16722
17807
|
appAvailable: appAvailable,
|
|
16723
17808
|
utterance: utterance,
|
|
16724
|
-
onStart:
|
|
16725
|
-
onError:
|
|
16726
|
-
onEnd:
|
|
17809
|
+
onStart: handleUtteranceStart,
|
|
17810
|
+
onError: handleUtteranceEnd,
|
|
17811
|
+
onEnd: handleUtteranceEnd
|
|
16727
17812
|
});
|
|
16728
17813
|
};
|
|
16729
17814
|
var $ad561f5c61e38c20$export$2e2bcd8739ae039 = $ad561f5c61e38c20$var$SynthesisManager;
|
|
@@ -16740,6 +17825,7 @@ var $ad561f5c61e38c20$export$2e2bcd8739ae039 = $ad561f5c61e38c20$var$SynthesisMa
|
|
|
16740
17825
|
|
|
16741
17826
|
|
|
16742
17827
|
|
|
17828
|
+
|
|
16743
17829
|
const { useSubmitSendBox: $b0722e4118e770aa$var$useSubmitSendBox } = (0, $dWhh5$botframeworkwebchat.hooks);
|
|
16744
17830
|
const $b0722e4118e770aa$var$timeoutDuration = 1000;
|
|
16745
17831
|
const $b0722e4118e770aa$var$RecognitionManager = ()=>{
|
|
@@ -16754,6 +17840,8 @@ const $b0722e4118e770aa$var$RecognitionManager = ()=>{
|
|
|
16754
17840
|
const [ponyfill, setPonyfill] = (0, $dWhh5$react.useState)(null);
|
|
16755
17841
|
const isActiveModeRef = (0, $dWhh5$react.useRef)();
|
|
16756
17842
|
const timerRef = (0, $dWhh5$react.useRef)(null);
|
|
17843
|
+
const [recognitionAllowed, setRecognitionAllowed] = (0, $dWhh5$react.useState)(false);
|
|
17844
|
+
const [ponyfillReady, setPonyfillReady] = (0, $dWhh5$react.useState)(false);
|
|
16757
17845
|
const getCommonAndLocalizedWakeWords = ()=>{
|
|
16758
17846
|
let commonAndlocalizedWakeWords = [];
|
|
16759
17847
|
if (useContinuousRecognition && (speechRecognitionOptions === null || speechRecognitionOptions === void 0 ? void 0 : speechRecognitionOptions.wakeWords)) {
|
|
@@ -16786,6 +17874,17 @@ const $b0722e4118e770aa$var$RecognitionManager = ()=>{
|
|
|
16786
17874
|
}
|
|
16787
17875
|
return commonAndlocalizedGrammars;
|
|
16788
17876
|
};
|
|
17877
|
+
const askPermission = ()=>{
|
|
17878
|
+
if (recognitionAllowed) ponyfill === null || ponyfill === void 0 ? void 0 : ponyfill.speechRecognition.start();
|
|
17879
|
+
else (0, $d71a13f1dc50d60a$export$2e2bcd8739ae039)().then((permission)=>{
|
|
17880
|
+
setRecognitionAllowed(permission);
|
|
17881
|
+
}).catch(console.log);
|
|
17882
|
+
};
|
|
17883
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
17884
|
+
recognitionAllowed && useContinuousRecognition && (ponyfill === null || ponyfill === void 0 ? void 0 : ponyfill.speechRecognition.start());
|
|
17885
|
+
}, [
|
|
17886
|
+
recognitionAllowed
|
|
17887
|
+
]);
|
|
16789
17888
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
16790
17889
|
const options = {
|
|
16791
17890
|
autoStart: false,
|
|
@@ -16846,8 +17945,7 @@ const $b0722e4118e770aa$var$RecognitionManager = ()=>{
|
|
|
16846
17945
|
// Only get result in Active mode
|
|
16847
17946
|
if (lastMessage && isActiveModeRef.current) (0, $5f7f457957bd2c8d$export$a5c8d6d0ec4b5ccb)(lastMessage);
|
|
16848
17947
|
};
|
|
16849
|
-
|
|
16850
|
-
mode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).vocal && useContinuousRecognition && ponyfill.speechRecognition.start();
|
|
17948
|
+
setPonyfillReady(true);
|
|
16851
17949
|
}
|
|
16852
17950
|
}
|
|
16853
17951
|
return ()=>{
|
|
@@ -16861,25 +17959,33 @@ const $b0722e4118e770aa$var$RecognitionManager = ()=>{
|
|
|
16861
17959
|
loaderClosed
|
|
16862
17960
|
]);
|
|
16863
17961
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
16864
|
-
if (
|
|
16865
|
-
useContinuousRecognition && !ponyfill.speechRecognition.started &&
|
|
17962
|
+
if (ponyfillReady && mode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).vocal) // Start passive recognition if not done yet
|
|
17963
|
+
useContinuousRecognition && !(ponyfill === null || ponyfill === void 0 ? void 0 : ponyfill.speechRecognition.started) && askPermission();
|
|
16866
17964
|
}, [
|
|
16867
17965
|
mode,
|
|
16868
|
-
|
|
17966
|
+
ponyfillReady
|
|
16869
17967
|
]);
|
|
17968
|
+
const togglePassiveToActive = ()=>{
|
|
17969
|
+
if (ponyfill === null || ponyfill === void 0 ? void 0 : ponyfill.speechRecognition.started) ponyfill.speechRecognition.toggleContinuousPassiveToActive();
|
|
17970
|
+
else if (ponyfill) {
|
|
17971
|
+
ponyfill.speechRecognition.passive = false;
|
|
17972
|
+
ponyfill.speechRecognition.continuous = false;
|
|
17973
|
+
ponyfill.speechRecognition.start();
|
|
17974
|
+
}
|
|
17975
|
+
};
|
|
16870
17976
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
16871
17977
|
isActiveModeRef.current = activeRecognitionState === (0, $71c613e2e831c34c$export$3f0071308968cd80).Listening;
|
|
16872
|
-
if ((ponyfill === null || ponyfill === void 0 ? void 0 : ponyfill.speechRecognition) && appAvailable && loaderClosed)
|
|
16873
|
-
|
|
16874
|
-
|
|
16875
|
-
|
|
16876
|
-
|
|
16877
|
-
|
|
16878
|
-
|
|
16879
|
-
|
|
16880
|
-
|
|
16881
|
-
|
|
16882
|
-
timerRef.current = setTimeout(()=>{
|
|
17978
|
+
if ((ponyfill === null || ponyfill === void 0 ? void 0 : ponyfill.speechRecognition) && appAvailable && loaderClosed) {
|
|
17979
|
+
(timerRef === null || timerRef === void 0 ? void 0 : timerRef.current) && clearTimeout(timerRef.current);
|
|
17980
|
+
switch(activeRecognitionState){
|
|
17981
|
+
// Do nothing if we are in a transition state
|
|
17982
|
+
case (0, $71c613e2e831c34c$export$3f0071308968cd80).Initializing:
|
|
17983
|
+
useContinuousRecognition ? togglePassiveToActive() : ponyfill.speechRecognition.start();
|
|
17984
|
+
break;
|
|
17985
|
+
case (0, $71c613e2e831c34c$export$3f0071308968cd80).Listening:
|
|
17986
|
+
break;
|
|
17987
|
+
case (0, $71c613e2e831c34c$export$3f0071308968cd80).Closing:
|
|
17988
|
+
if (lastRecognitionInterim) timerRef.current = setTimeout(()=>{
|
|
16883
17989
|
submitSendBox(undefined, {
|
|
16884
17990
|
channelData: {
|
|
16885
17991
|
speech: lastRecognitionInterim
|
|
@@ -16887,20 +17993,21 @@ const $b0722e4118e770aa$var$RecognitionManager = ()=>{
|
|
|
16887
17993
|
});
|
|
16888
17994
|
(0, $5f7f457957bd2c8d$export$45913366c4ba414f)((0, $71c613e2e831c34c$export$3f0071308968cd80).Closed);
|
|
16889
17995
|
}, $b0722e4118e770aa$var$timeoutDuration);
|
|
16890
|
-
|
|
16891
|
-
|
|
16892
|
-
|
|
16893
|
-
|
|
16894
|
-
|
|
16895
|
-
|
|
16896
|
-
|
|
16897
|
-
|
|
16898
|
-
|
|
16899
|
-
|
|
16900
|
-
|
|
16901
|
-
|
|
16902
|
-
|
|
16903
|
-
|
|
17996
|
+
else (0, $5f7f457957bd2c8d$export$45913366c4ba414f)((0, $71c613e2e831c34c$export$3f0071308968cd80).Closed);
|
|
17997
|
+
break;
|
|
17998
|
+
case (0, $71c613e2e831c34c$export$3f0071308968cd80).ForceClosing:
|
|
17999
|
+
var _ponyfill_speechRecognition_abort, _ponyfill_speechRecognition;
|
|
18000
|
+
(0, $5f7f457957bd2c8d$export$a5c8d6d0ec4b5ccb)("");
|
|
18001
|
+
// If an interim was processed, a 'end' event will be fired. If not, we must abort the current recognition
|
|
18002
|
+
if (!lastRecognitionInterim) ponyfill.speechRecognition.started ? (_ponyfill_speechRecognition_abort = (_ponyfill_speechRecognition = ponyfill.speechRecognition).abort) === null || _ponyfill_speechRecognition_abort === void 0 ? void 0 : _ponyfill_speechRecognition_abort.call(_ponyfill_speechRecognition) : (0, $5f7f457957bd2c8d$export$45913366c4ba414f)((0, $71c613e2e831c34c$export$3f0071308968cd80).Closed);
|
|
18003
|
+
break;
|
|
18004
|
+
case (0, $71c613e2e831c34c$export$3f0071308968cd80).Closed:
|
|
18005
|
+
if (useContinuousRecognition && mode === (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).vocal) timerRef.current = setTimeout(()=>{
|
|
18006
|
+
ponyfill.speechRecognition.toggleContinuousActiveToPassive();
|
|
18007
|
+
}, $b0722e4118e770aa$var$timeoutDuration);
|
|
18008
|
+
(0, $5f7f457957bd2c8d$export$a5c8d6d0ec4b5ccb)("");
|
|
18009
|
+
break;
|
|
18010
|
+
}
|
|
16904
18011
|
}
|
|
16905
18012
|
}, [
|
|
16906
18013
|
activeRecognitionState
|
|
@@ -16928,7 +18035,7 @@ var $9e19251bfed127fc$export$2e2bcd8739ae039 = $9e19251bfed127fc$var$SpeechManag
|
|
|
16928
18035
|
|
|
16929
18036
|
|
|
16930
18037
|
var $d5c493b55de51c8a$exports = {};
|
|
16931
|
-
$d5c493b55de51c8a$exports = JSON.parse('{"
|
|
18038
|
+
$d5c493b55de51c8a$exports = JSON.parse('{"ar-EG":{"firstline":"\u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u062A\u062C\u0631\u0628\u0629 \u0645\u062B\u0627\u0644\u064A\u0629\u060C","secondline":"\u0627\u0642\u0644\u0628 \u0634\u0627\u0634\u062A\u0643"},"ar-SA":{"firstline":"\u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u062A\u062C\u0631\u0628\u0629 \u0645\u062B\u0627\u0644\u064A\u0629\u060C","secondline":"\u0627\u0642\u0644\u0628 \u0634\u0627\u0634\u062A\u0643"},"ca-ES":{"firstline":"Per a una experi\xe8ncia \xf2ptima,","secondline":"gira la pantalla"},"cs-CZ":{"firstline":"Pro optim\xe1ln\xed z\xe1\u017Eitek,","secondline":"oto\u010Dte obrazovku"},"da-DK":{"firstline":"For en optimal oplevelse,","secondline":"vend din sk\xe6rm"},"de-AT":{"firstline":"F\xfcr ein optimales Erlebnis,","secondline":"drehen Sie Ihren Bildschirm um"},"de-CH":{"firstline":"F\xfcr ein optimales Erlebnis,","secondline":"drehen Sie Ihren Bildschirm um"},"de-DE":{"firstline":"F\xfcr ein optimales Erlebnis,","secondline":"drehen Sie Ihren Bildschirm um"},"en-CA":{"firstline":"For an optimal experience,","secondline":"flip your screen"},"en-GB":{"firstline":"For an optimal experience,","secondline":"flip your screen"},"en-HK":{"firstline":"For an optimal experience,","secondline":"flip your screen"},"en-IE":{"firstline":"For an optimal experience,","secondline":"flip your screen"},"en-IN":{"firstline":"For an optimal experience,","secondline":"flip your screen"},"en-US":{"firstline":"For an optimal experience,","secondline":"flip your screen"},"es-ES":{"firstline":"Para una experiencia \xf3ptima","secondline":"voltea la pantalla"},"es-MX":{"firstline":"Para una experiencia \xf3ptima","secondline":"voltea la pantalla"},"fi-FI":{"firstline":"Optimaalisen kokemuksen saamiseksi","secondline":"k\xe4\xe4nn\xe4 n\xe4ytt\xf6\xe4si"},"fr-BE":{"firstline":"Pour une exp\xe9rience optimale,","secondline":"basculez votre \xe9cran"},"fr-CA":{"firstline":"Pour une exp\xe9rience optimale,","secondline":"basculez votre \xe9cran"},"fr-CH":{"firstline":"Pour une exp\xe9rience optimale,","secondline":"basculez votre \xe9cran"},"fr-FR":{"firstline":"Pour une exp\xe9rience optimale,","secondline":"basculez votre \xe9cran"},"hi-IN":{"firstline":"\u0938\u0930\u094D\u0935\u094B\u0924\u094D\u0924\u092E \u0905\u0928\u0941\u092D\u0935 \u0915\u0947 \u0932\u093F\u090F,","secondline":"\u0905\u092A\u0928\u0940 \u0938\u094D\u0915\u094D\u0930\u0940\u0928 \u092A\u0932\u091F\u0947\u0902"},"hu-HU":{"firstline":"Az optim\xe1lis \xe9lm\xe9ny \xe9rdek\xe9ben","secondline":"ford\xedtsa meg a k\xe9perny\u0151t"},"id-ID":{"firstline":"Untuk pengalaman optimal,","secondline":"balik layar Anda"},"it-IT":{"firstline":"Per un\'esperienza ottimale,","secondline":"capovolgi lo schermo"},"ja-JP":{"firstline":"\u6700\u9069\u306A\u30A8\u30AF\u30B9\u30DA\u30EA\u30A8\u30F3\u30B9\u3092\u5B9F\u73FE\u3059\u308B\u305F\u3081\u306B\u3001","secondline":"\u753B\u9762\u3092\u53CD\u8EE2\u3057\u3066\u304F\u3060\u3055\u3044"},"ko-KR":{"firstline":"\uCD5C\uC801\uC758 \uACBD\uD5D8\uC744 \uC704\uD574,","secondline":"\uD654\uBA74\uC744 \uB4A4\uC9D1\uC5B4"},"nb-NO":{"firstline":"For en optimal opplevelse,","secondline":"snu skjermen"},"nl-BE":{"firstline":"Voor een optimale ervaring,","secondline":"draai je scherm om"},"nl-NL":{"firstline":"Voor een optimale ervaring,","secondline":"draai je scherm om"},"pl-PL":{"firstline":"Aby uzyska\u0107 optymalne wra\u017Cenia,","secondline":"obr\xf3\u0107 ekran"},"pt-BR":{"firstline":"Para uma experi\xeancia ideal,","secondline":"vire sua tela"},"pt-PT":{"firstline":"Para uma experi\xeancia ideal,","secondline":"vire sua tela"},"ru-RU":{"firstline":"\u0414\u043B\u044F \u043E\u043F\u0442\u0438\u043C\u0430\u043B\u044C\u043D\u043E\u0433\u043E \u043E\u043F\u044B\u0442\u0430,","secondline":"\u043F\u0435\u0440\u0435\u0432\u0435\u0440\u043D\u0438\u0442\u0435 \u044D\u043A\u0440\u0430\u043D"},"sv-SE":{"firstline":"Za optimalno izku\u0161njo,","secondline":"obrnite zaslon"},"th-TH":{"firstline":"\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1B\u0E23\u0E30\u0E2A\u0E1A\u0E01\u0E32\u0E23\u0E13\u0E4C\u0E17\u0E35\u0E48\u0E14\u0E35\u0E17\u0E35\u0E48\u0E2A\u0E38\u0E14","secondline":"\u0E1E\u0E25\u0E34\u0E01\u0E2B\u0E19\u0E49\u0E32\u0E08\u0E2D\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13"},"tr-TR":{"firstline":"Optimum bir deneyim i\xe7in,","secondline":"ekran\u0131n\u0131 \xe7evir"},"zh-CN":{"firstline":"\u4E3A\u4E86\u83B7\u5F97\u6700\u4F73\u4F53\u9A8C\uFF0C","secondline":"\u7FFB\u8F6C\u4F60\u7684\u5C4F\u5E55"},"zh-HK":{"firstline":"\u4E3A\u4E86\u83B7\u5F97\u6700\u4F73\u4F53\u9A8C\uFF0C","secondline":"\u7FFB\u8F6C\u4F60\u7684\u5C4F\u5E55"},"zh-TW":{"firstline":"\u4E3A\u4E86\u83B7\u5F97\u6700\u4F73\u4F53\u9A8C\uFF0C","secondline":"\u7FFB\u8F6C\u4F60\u7684\u5C4F\u5E55"}}');
|
|
16932
18039
|
|
|
16933
18040
|
|
|
16934
18041
|
const $184baaa1aacf568a$export$ad7b40b81d5409c = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO4AAADuCAYAAAA+7jsiAAAABHNCSVQICAgIfAhkiAAAF/VJREFUeF7tXQkUdVMVzixjGSLCrwwViZCIIqm0pEJRMrRSmSIqJZZVi0pL0aCkxJ+xiFpNf0UkKmT9izQYs8xT5nms77Pes+5/3fveHc6+b+/7vr3WXu+9+87ZZ59vv++de8841wskk0bglXDgNQNdBa8rQBeDLpLRBfH+SejjmdcH8f62gd6E12ugf4NePukKqXx7BOayL0IlZBBYAu8/CH0PlCRdyQgdEpl6PvTbA3IbFSWzk0BAxLVFnfhuAv0q9FXQxW2LK7XO1vlG6Fegp0L/NyE/VGwiBETcREBmzMyH9+tCfwJdDjpv+iJaWXxm0ALvitcLoY+1sqbME0FAxE0H+4ow9VnonulMdmJpFkr5BPS6TkpTIUkQEHHbw7geTBwPZQdTE+Ft6/XQOwYt4T/wegX0bui90Hug90HZci+a0WXxfk3oGlC+fwmUz81s8ZvItcj0EeifmmRWnm4REHGb4/12ZD0KymfXOkKCng3984Ak/6qTuULaGUjzRuhG0C2hK1fIk01yKz4cAD2lZj4l7xABEbc+2Kshy89rEpYkPRbKXl52EnUpSw2IvBNet61RMIeXPgS9pEYeJe0IARG3HtBsKd9aMcstSPcx6AVQ9up6kAXgxOuh34XyNruKXIpEm0IfrpJYabpBQMSthvO+SHYEdNzz49NIczT0kAFZPQ+7cILHPtAvVKgXe6IPHaSthphSmSIg4o6Gl51BF0FfPSYKD+F7jtV+GcofeSSZG87uAj0S+qIxjnNSx+ug/41UwT762mfivhABewLKVrCJvAOZOFQySh7Bl2xdv96kAId53g+f+Cw+jsA7IA3HqSUTQqDPxGXvLTtm3gv9RU18T0f6943Jcxy+5zOs59vhmtV+LvnheMcx6VHCDrdNoU81LUT5miPQZ+JyQv78A2i+j9ePV4CJk/k5hsrx0DLhRP5toDdXsBc5CR8TOCT0rhGV4C0zx5HvjFzRiL73mbicwMBJ/UO5Cm/4fMbb2yJZFRdnQ9lpUyY744uTIga6hc8k7qg7Fv5Bbgxl77OkIwT6TFyOQ+ZbTs7L5aT//I9se1xj6zJPCe60xUkNd3UUF2/FcHEEx6BfW+IYO+T43HuGN8f76k+ficve4A0KAsdnUq5j5SQKEvUDUK5/LZPv4AvO5e3js2yd3zV/K3tBuUywTD6FL9g7LTFGoM/E/RGw461tU2FvNGcbndbUQE/z8c+Qk0rKxrR3x3fsmZYYItBn4nKVDlvLJsLnNj7zctxS8nwElsQlLkooGzbiYgUuvJAYIdBn4nJNbNMOk7WQl73LknIEuFrpMih7lYvkw7g4UwDaINBn4hKxps+lvA3U+OT43xxnXbEvYf2SpJqoMR7DRin6TtxHgQrHZusKJ+Nz1pVkPAKjWl7+cXIzvKvHm1GKOgj0nbhciD5u+l4RXt/ExU/WAXLK07Ll5TNv0dpfririMzH7DSSJEOg7cbko/KUNsSJ594M2vd1uWGzobGV483aaC/uFZaLw9p24nJ7IrWWaCjuoNoRqLWo1BNnyEquix5MDcZ1zoCUJEOg7cblqZ/+WOPE5mYvPuReUZDwC7GUuw4r7cgnH8RiOTdF34nLj8Z+NRaFagjcjmTZSq4YVZ5p9qyAp54kvXM2EUo1CoO/E5Rxb7pCYQrhogcsEJdUQOBPJuIoqLyfjAmekSVog0Hfisn7szRy35cwoCP+NL9lqcw4uySuphgDngROv/OkN7KDizphcrSVpiEDfiUtYloZy47Ysebmahcr5yHyG/QuUt8FcAcMxR47h8pAtvqontOGPC9nYsUds83IDLsxoblY5p4G4jDLryW1VedoAp+mxJRgSUsS05QFvjXcsKOLTuNaXLX9sESywPi3E7RxYFTgHAg/gE3fUyArvZhaCNt0TbKohFnGnOvydVZ4nKvymoDSt320YAhG3IXDKVhsBPtfyUSUv3CpIE1xqwini1gRMyRsjwPXN7EnO/+YOxrUvNbY6pRlF3CkN/ISqXdbqcg9sndNbIygibg2wlLQ1AsvAwu0FVrbCtV+3tj5FBkTcKQq2k6ryAO2X53zhMy57nTU0VzFIIm5FoJQsGQJcrcVVW1khYXkwt84kqgiziFsRKCVLhgB3zOA0VC4BzMof8WGzZKX03JCI2/MAO60eT7zn6YZZYecUO6kkFRAQcSuApCTJEeBtMQ9ly4uWTlaEWsStCJSSJUfgEljM7w55Lq5tnrykHhpMQVza4Kl4Zefu9BA20ypxVRK177IPKsh9vbKiNc8Vo96UuCvAPg9+/jx0RsWylKw6Auxl/QP0UOjl0PurZw2Tkpv4cXO5vHA7V63VHRPGusRdE/ZmQnlKgKQ7BLj87RBo2RGh3XmStqTrC/74ueXNvmmL6Z+1OsQ9EdXXliOT+w2wFd4a+qvJuZC85GNgkYeEZeVifHhD8pJ6ZrAqcf+OenOHPsnkEeAwyucm70YSD94CK3wkyAp3JOE6XckIBKoQl3su8blD4gcBEjc/DurHu3qeFE1zfBlMcLshSQkC44hbtlMfzbHn83QoB9MfhHIPJ0l7BNg7zzNo+azH7XbyM4xYAn/s3M+Jt5XRhYsOuPggK9vhA397khIERhG3bKMvmuLZpzwDVWKLAM89+id0uYJi7sI1TmSILrNRgXVylTgKn9tuZB8dl5H+jyJu2S3yR2HxuF6j4q9y3CmRf6R54d3OEf7creXRV5A6/8zOHTc5i0pSgkAZcV+L9NwNMS/sBeRJ75JuEeDt8k3QfMt7W8G1bj1rXxrnA8zKmeHzLZ9zJTWJy4F/bimSFa6Z5P5AkskgwJUznBKYl1VwgWtco0rZvOVx/S9R65vE7zJwONCfX6mhM2OTQN7KCFuifKvbhx5mbtGa74RbDNfY6SkpQKCIuNzxv+g0du5Q8JBjFLeAb2dBud6zibDOyzuvY1EvP/sb2O8QWTh2mz+ak7tkcGaVpCJxiw7K4lAPFxJ43ry6bMf8OoFfC4l5Jq5XOQiOHZZz7mx8fptXhyv6xbnYbGGzwpVDl1bMP3XJilrcomcOEnYB58TlnQJ7KNlq1hXicAbU+9jhLvBxZq5y7ETMD6fUrf+k098DB16cc4In2P910o55Lb9PxPWKcUq/doWxE3pIXC7nWyJXr03w+cKU4PXJlogbK5p9JS43iVsyFwrthjHityniirgeEOAssPyh4VyAcJ4H5zz6IOJ6jEq5T31tce9ElXmOcVY4SnBOrPB0562I2x3WKUrqK3GLWlzuPVU04SQFjuFtiLixQthX4t6HMHAYMisaDtIzbix2jvC2r8TlxJ6Fc/VeHZ+v7k3kElekbYtLcPeDcnKGJB0CV8LU16D5Nc59JS43Q+c8gaxwM7miA8LSoRzYUlvi3oy6N5nwEBiyzlznZAvu85WVvhL3KVQyv70vW+C+bY6X7MfTlrhFvYHJnJtyQ4ej/gdOAXE5t7xoH2mtDhpBAAvicueCH0PZ4aDtbEb/+3BiPaf6cbolT7HLyrQQl3Xm5nDEgWtwqVx7zJMOJCUIpCQub3f4XKKjEuv/3BiHvaHcZ2oo00Tc+ohNeY6UxOX+uMdOOZ5tq8/VMMPN5kXctmj2OH8q4rI7n+t1Je0Q2AbZhyuURNx2WPY6dyri3giUVuo1Ut1ULrsWWsTtBvOQpaQi7rWo/aohEfDn9HCDcBHXX2zceCTiugnFc46IuP5i4s4jEdddSJ49pYCiFtdfbNx4JOK6CYVaXH+h8OuRiOsvNmpx/cXEnUcirruQ6FbZX0j8eSTi+ouJWlx/MXHnkYjrLiRqcf2FxJ9HIq6/mKjF9RcTdx6JuO5CohbXX0j8eSTi+ouJWlx/MXHnkYjrLiRqcf2FxJ9HIq6/mKjF9RcTdx6JuO5CohbXX0j8eSTi+ouJWlx/MXHnkYjrLiRqcf2FxJ9HIq6/mKjF9RcTdx6JuO5CohbXX0j8eSTi+ouJWlx/MXHnkYjrLiRqcf2FxJ9HIq6/mKjF9RcTdx6JuO5CohbXX0j8eSTi+ouJWlx/MXHnkYjrLiRqcf2FxJ9HIq6/mKjF9RcTdx6JuO5CohbXX0j8eSTi+ouJWlx/MXHnkYjrLiRqcf2FxJ9HIq6/mKjF9RcTdx6JuO5CohbXX0j8eSTi+ouJWlx/MXHnkYjrLiRqcf2FxJ9HIq6/mKjF9RcTdx6JuO5CohbXX0j8eSTi+ouJWlx/MXHnkYjrLiRqcf2FxJ9HIq6/mKjF9RcTdx6JuO5CohbXX0j8eSTi+ouJWlx/MXHnkYjrLiRqcf2FxJ9HIq6/mKjF9RcTdx6JuO5CohbXX0j8eSTi+ouJWlx/MXHnkYjrLiRqcf2FxJ9HIq6/mKjF9RcTdx6JuO5CohbXX0j8eSTi+otJ0xZ3C1RlH+h60GX9VUseDRB4Bq+3Q2+B/hp6DPTOuuiIuHURs09fl7iz4dLF0D3sXVMJRghcAbvvhN5c1b6IWxWp7tLVJe4lcG1d6DzduaiSjBA4C3a3gw5/A6XFiLhGEWhhti5x2eLeAd2yRZnK6geBG+DKKtCnRrkk4voJ2NCTusS9DBnXgX4cegB0GejC/qolj2ogcN2AvGpxa4A26aR1iXstHF510k6r/MoILIGUa0D3gm414k/2dHy3fZlVtbiV8e4sYV3i0rF5oU935qEKSoXA3DB0NLSsY3EDfMc+jOeJiJsqBOnsNCEueyRnpXNBljpGYEeUd3JBmdfg2moibsfRaFhcE+KytX0R9KGGZSrb5BFgy8vb57ysjQuX5y+qxZ18wPIeNCEubTwGZc/yhVASeeyQgr+qT71HDwCBRXMofAmfDxZx/f82mhJ3WDPOzKFKukWAQ3JvhrJHuKl8HRn3z2V+FJ8XEnGbQtpdvrbE7c5TlZRH4Je4sHULWF6IvI8U5J8f157MXtetcguUjbKmIO718I3/1JL0CCwCkyuWmD0X1zdvUSRnvz0BZW9zVth/cb+I2wLZDrK2IS6ny53ZgY/TXgSJtRv02BwQKYj7OGzmp69yUs0cCxHU4vr7CTYlLgf27/VXnV57tBxqd1OmhRRxex3u0ZVrQlz2Jv92ijGbZNV3QeEzBw6IuJOMxITLbkLc+eDzyEnpE65Tn4vnM++DIm6fQ1ytbnWJ+x+YfUU100plgACnmw57fNXiGgAcxWRd4g5XB0WpX9/8ZEfVcJ64iNu36Naoj4hbAywHSUVcB0Hw4IKI6yEK1X0Qcatj1euUIm6s8Iq4seJl5q2IawatiWER1wTWeEZF3FgxE3FjxcvMWxHXDFoTwyKuCazxjIq4sWIm4saKl5m3Iq4ZtCaGRVwTWOMZFXFjxUzEjRUvM29FXDNoTQyLuCawxjMq4saKmYgbK15m3oq4ZtCaGBZxTWCNZ1TEjRUzETdWvMy8FXHNoDUxLOKawBrPqIgbK2Yibqx4mXkr4ppBa2JYxDWBNZ5RETdWzETcWPEy81bENYPWxLCIawJrPKMibqyYibix4mXmrYhrBq2JYRHXBNZ4RkXcWDETcWPFy8xbEdcMWhPDIq4JrPGMirixYibixoqXmbcirhm0JoZFXBNY4xkVcWPFTMSNFS8zb0VcM2hNDIu4JrDGMyrixopZXeLujepdBT27oJo8F1fn48aK/3PeirixAleHuDugaqdBedYQDwvLi4gbK/ZzeCvixgpeHeIehKodBn0Gmj91nrUWcWPFXsQNHC8RN3DwUrquFjclmva2RFx7jEOUIOKGCNNzToq4seJl5q2IawatiWER1wTWeEZF3FgxE3FjxcvMWxHXDFoTwyKuCazxjIq4sWIm4saKl5m3Iq4ZtCaGRVwTWOMZFXFjxUzEjRUvM29FXDNoTQyLuCawxjMq4saKmYgbK15m3oq4ZtCaGBZxTWCNZ1TEjRUzETdWvMy8FXHNoDUxXIe4m8GDc6FPQBco8Earg0xC1I1REbcbnFOVUoe4LHMN6K3Qe0XcVCHwYUfE9RGHql7UJe4ou2pxq6LuMJ2I6zAoI1wScWPFy8xbEdcMWhPDIq4JrPGMirixYibixoqXmbcirhm0JoZFXBNY4xkVcWPFTMSNFS8zb0VcM2hNDIu4JrDGMyrixoqZiBsrXmbeirhm0JoYFnFNYI1nVMSNFTMRN1a8zLwVcc2gNTEs4prAGs+oiBsrZiJurHiZeSvimkFrYljENYE1nlERN1bMRNxY8TLzVsQ1g9bEsIhrAms8oyJurJiJuLHiZeatiGsGrYlhEdcE1nhGRdxYMRNxY8XLzFsR1wxaE8Mirgms8YyKuLFiJuLGipeZtyKuGbQmhkVcE1jjGRVxY8VMxI0VLzNvRVwzaE0Mi7gmsMYzKuLGipmIGyteZt6KuGbQmhgWcU1gjWdUxI0Vs9DEvRNYLxMLb5fevhpe/XPg2eF4PTDn5a74fELu2mX4vI7L2kyHU6GJ+xRitCD06emIlVkt94PlI2sSl+fQLG/mkQyPQ2A+JOAhXhQe6LX5uAwjvu/8CBL6cgH0TS2cnvasiwEAHgTFf3BK1RaXaReCPjrtAE6o/oug3AcjE5e+Hw/dDTp8TpsQluGKXWnwb/3yjOd1iLsX8n03XK374fC3UI1PRCcu/f8v9CLo+WoFxv4ySdT1oEV3KnWIy4JWhV47tkQlSInARjD254zBkLfKKQGRrXq3ykO82Op+BvqIADRF4MWw/n3odrlSwhCXjm5qCtF0Gn8G1Z4BvTlX/V3xOd+rXITQY7hIG5L0CLADqeg0eZaUgrjs6Br2cwy9Z//H8Dn62WtzFdTrJbh2R+46e4vpbFGvMSsiSYsA+wiKiFeVuGm9kbWqCJyKhDtWTVyQbmlc49BqXubNcy8FcVv4qaw1ERhHXAb9duj90OEQRc0ilLwBAuQRh+X2hM7RMta0dSLS75TLw0Z02bwdEbcmshNOXkbcW+DXNtBLJuyfim+HAIf0OB8iKxzb/0ZfiXsoKrYhdC1o01t3tlJ/g54B/Wk7/M1ylxGXwX7crFQZ7gKBWSjkHQUFrYZr1/SNuOujQr+DspcvpXidTFJEXPYgL5yy8rLVOQJHo0SOxeflPFx4S5E3kW+V2bI+BB3eWrBDh/N2Of2yiSyHTNmpg3/E582aGDLMU0RcFncSdGfDcmXaBoHFYfZPUN4pFskMXLyhb8Tl7ey2g0rtjtcfQNsOgXDe6RXQ1Qd2SVwS2IuUEZf+8Vb5Z1De6s+GPuzFafkxBwIr4BMf6w6BLgXND/0ME38Zbw4qwy5yi3s3KrUE9EroqxL+OIjJk1C26MdBP5rQdltTo4jb1rby+0HgHLiyxSh3ohKXA9LsTKIU9rq1jAFbK07cZ2fV61vaSpldxE2Jpk9bZ8Gt4Z1kqYdRicuWli0uZQ/o9xLHYEhc3nKum9h2G3O7IPPMNgaU1zUC+8O7o6p4WERcPjDfl8vMZ8f5oZ7W2w7JdSH82qRKZWuk4eQFPu+eBv1gjXzWSfnMc5h1IbLfOQLHoMQDoOxsrSRFxM0uDM4aIaEfqGS1m0R8DhguWt4Y77OrNNp4kB1P4yTyM9sYS5z357D37sQ2Za5bBEjOf0Evhx47eF97LXURcVkNGs+PDXKsabjusNuqFpfGHrm7Ml/dhPe/h7JjqYlwKIh/AMMxYQ56c/Dbk3Ba3UtLHOIifN7WExPejWhNtKfIJfaljLhfRDnsrs4Kybxo4vLbmvswDHB5FSdhpxSuKea4btM/gZS+DG1tiTe/KTG8D67zj1VktUDeoc0y4r4Gvv69wN8f4hp3uPAkfPbmov0VoVxdUVancT5zHJQT9H8JZU+1J+Ef043QotaWY9i85ZJMEQKjfuS8Dy8aHyVxSWBJNwiQtPxj4m4LefHWedYNIiplZOvE56VLSzDiYu6PQZtOLxT01RB4JZLx9njlguR8luXaackUIjDutvIUYFI2HMJby99COYbKvYD5XChphwCnv5Gkm0K5IPsNJeb4h8nOtKJF1+08UO4QCIwjLivBKYXDubshKjUFTr4NdTx7CuqpKpYgUIW4fMbi8y53EZRMFgH2Gu8APX2ybqj0SSNQhbj0kenYEfL+wftJ+z2N5XPdLY8oKVzmNY2ATHOdqxJ3iBH3vuHMorWnGbSO634PyuNeRJ+Geppy2jEMKi6LQF3iDvNykj8n93OrDY4t8sAvHsUgaYcAb4U50YU9xtwUgLsGeppy2a52yp0Mgf8DujwcdkiK8zwAAAAASUVORK5CYII=";
|
|
@@ -17064,9 +18171,15 @@ const $4b02e31a53a4d2e7$var$SendTypingIndicator = ()=>{
|
|
|
17064
18171
|
var $4b02e31a53a4d2e7$export$2e2bcd8739ae039 = $4b02e31a53a4d2e7$var$SendTypingIndicator;
|
|
17065
18172
|
|
|
17066
18173
|
|
|
17067
|
-
|
|
18174
|
+
|
|
18175
|
+
|
|
18176
|
+
|
|
18177
|
+
// Configure react-pdf worker
|
|
18178
|
+
(0, $dWhh5$reactpdf.pdfjs).GlobalWorkerOptions.workerSrc = $dWhh5$pdfjsdistbuildpdfworkerjs;
|
|
18179
|
+
const $bbc725a084d1069a$var$RetorikContainer = ({ parent: parent, isConfigUpdated: isConfigUpdated, config: props, changedLayout: changedLayout })=>{
|
|
17068
18180
|
const [processedThemeColors] = (0, $dWhh5$react.useState)((0, $68ec406cc754e31c$export$2e2bcd8739ae039)(props.colors));
|
|
17069
|
-
|
|
18181
|
+
const currentLayout = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.currentLayout);
|
|
18182
|
+
return props.config && props.viewsConfig && props.chatbotData && props.chatbotDataWidget && props.agentData && props.ponyfillFactoryCredentials ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)((0, $c60444aa70224d4d$export$2e2bcd8739ae039), {
|
|
17070
18183
|
skipLoader: props.skipLoader,
|
|
17071
18184
|
mode: props.defaultMode || (0, $71c613e2e831c34c$export$9484bbecc3c49a2e).vocal,
|
|
17072
18185
|
viewsConfiguration: props.viewsConfig,
|
|
@@ -17085,6 +18198,7 @@ const $bbc725a084d1069a$var$RetorikContainer = ({ parent: parent, isConfigUpdate
|
|
|
17085
18198
|
externalEventHandler: props.externalEventHandler,
|
|
17086
18199
|
colors: processedThemeColors,
|
|
17087
18200
|
isRetorikNews: parent === (0, $71c613e2e831c34c$export$a31c5a03aaeee5f).news,
|
|
18201
|
+
changedLayout: changedLayout,
|
|
17088
18202
|
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)((0, $21e61f2afa34502d$export$2e2bcd8739ae039), {
|
|
17089
18203
|
children: [
|
|
17090
18204
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $9e19251bfed127fc$export$2e2bcd8739ae039), {
|
|
@@ -17097,11 +18211,11 @@ const $bbc725a084d1069a$var$RetorikContainer = ({ parent: parent, isConfigUpdate
|
|
|
17097
18211
|
colors: processedThemeColors,
|
|
17098
18212
|
parent: parent,
|
|
17099
18213
|
children: parent === (0, $71c613e2e831c34c$export$a31c5a03aaeee5f).news ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $9b9bf2fb80ceb1cd$export$2e2bcd8739ae039), {
|
|
17100
|
-
chatbotData: props.chatbotData,
|
|
18214
|
+
chatbotData: currentLayout === (0, $71c613e2e831c34c$export$a31c5a03aaeee5f).agent ? props.chatbotData : props.chatbotDataWidget,
|
|
17101
18215
|
hideMenu: true,
|
|
17102
18216
|
isRetorikNews: true
|
|
17103
18217
|
}) : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $1e3451b8a577006c$export$2e2bcd8739ae039), {
|
|
17104
|
-
chatbotData: props.chatbotData,
|
|
18218
|
+
chatbotData: currentLayout === (0, $71c613e2e831c34c$export$a31c5a03aaeee5f).agent ? props.chatbotData : props.chatbotDataWidget,
|
|
17105
18219
|
externalComponents: props.externalComponents
|
|
17106
18220
|
})
|
|
17107
18221
|
}),
|
|
@@ -17161,6 +18275,14 @@ const $ba3150a69d33f468$var$processJson = (json, retorikProps, baseAddress)=>{
|
|
|
17161
18275
|
let height = json.agentHeight || undefined;
|
|
17162
18276
|
if (json.agentHeight && !isNaN(+json.agentHeight)) height = +json.agentHeight // convert to int
|
|
17163
18277
|
;
|
|
18278
|
+
// For widget
|
|
18279
|
+
// Handle size & height : string or number
|
|
18280
|
+
let sizeWidget = json.agentSizeWidget || json.agentSize || undefined;
|
|
18281
|
+
if (json.agentSizeWidget && !isNaN(+json.agentSizeWidget)) sizeWidget = +json.agentSizeWidget // convert to int
|
|
18282
|
+
;
|
|
18283
|
+
let heightWidget = json.agentHeightWidget || json.agentHeight || undefined;
|
|
18284
|
+
if (json.agentHeightWidget && !isNaN(+json.agentHeightWidget)) heightWidget = +json.agentHeightWidget // convert to int
|
|
18285
|
+
;
|
|
17164
18286
|
var _json_VoiceCredentialsRegion, _json_VoiceCredentialsSubscriptionKey;
|
|
17165
18287
|
const props = {
|
|
17166
18288
|
config: {
|
|
@@ -17208,8 +18330,13 @@ const $ba3150a69d33f468$var$processJson = (json, retorikProps, baseAddress)=>{
|
|
|
17208
18330
|
enableTelemetry: json.enableTelemetry,
|
|
17209
18331
|
enableConversationCookie: json.enableConversationCookie,
|
|
17210
18332
|
conversationCookieMaxAge: json.conversationCookieMaxAge,
|
|
18333
|
+
allowSwitchLayout: json.allowSwitchLayout,
|
|
17211
18334
|
forceMobileView: json.forceMobileFullScreenLayout,
|
|
17212
|
-
speechRecognitionOptions: json.speechRecognitionOptions
|
|
18335
|
+
speechRecognitionOptions: json.speechRecognitionOptions,
|
|
18336
|
+
speechSynthesisOptions: json.speechSynthesisOptions,
|
|
18337
|
+
disableSpeechMode: json.disableSpeechMode,
|
|
18338
|
+
disableSound: json.disableSound,
|
|
18339
|
+
enableSpeechCaching: json.enableSpeechCaching
|
|
17213
18340
|
},
|
|
17214
18341
|
viewsConfig: {
|
|
17215
18342
|
homeRoute: "home",
|
|
@@ -17236,6 +18363,10 @@ const $ba3150a69d33f468$var$processJson = (json, retorikProps, baseAddress)=>{
|
|
|
17236
18363
|
size: size,
|
|
17237
18364
|
height: height
|
|
17238
18365
|
},
|
|
18366
|
+
chatbotDataWidget: {
|
|
18367
|
+
size: sizeWidget,
|
|
18368
|
+
height: heightWidget
|
|
18369
|
+
},
|
|
17239
18370
|
agentData: personnage,
|
|
17240
18371
|
ponyfillFactoryCredentials: {
|
|
17241
18372
|
region: (_json_VoiceCredentialsRegion = json.VoiceCredentialsRegion) !== null && _json_VoiceCredentialsRegion !== void 0 ? _json_VoiceCredentialsRegion : "francecentral",
|
|
@@ -17452,22 +18583,46 @@ var $9569bd86e01b07fd$export$2e2bcd8739ae039 = $9569bd86e01b07fd$var$Loader;
|
|
|
17452
18583
|
|
|
17453
18584
|
|
|
17454
18585
|
|
|
18586
|
+
|
|
18587
|
+
|
|
17455
18588
|
const $ce7633a58d99dcca$var$RetorikConfigHandler = (props)=>{
|
|
17456
18589
|
var _mainConfig_config;
|
|
17457
18590
|
const [mainConfig, setMainConfig] = (0, $dWhh5$react.useState)(undefined);
|
|
17458
18591
|
const [isConfigUpdated, setIsConfigUpdated] = (0, $dWhh5$react.useState)(false);
|
|
17459
18592
|
const [configurationFetchingEnded, setConfigurationFetchingEnded] = (0, $dWhh5$react.useState)(!!(isConfigUpdated || props.config !== undefined));
|
|
18593
|
+
const layoutChanged = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.layoutChanged);
|
|
18594
|
+
const mode = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.mode);
|
|
18595
|
+
const loaderClosed = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.loaderClosed);
|
|
18596
|
+
/**
|
|
18597
|
+
* Check if emergency data can be retrieved to remove the button in menu if no data available
|
|
18598
|
+
* @param configuration RetorikMainComponentConfiguration
|
|
18599
|
+
*/ const checkEmergencyAndSetConfig = async (configuration)=>{
|
|
18600
|
+
const data = await (0, $ebb9a848c3dddb50$export$cdd2c9f4b3acf5fb)(configuration.addressData);
|
|
18601
|
+
const tempConfiguration = {
|
|
18602
|
+
...configuration
|
|
18603
|
+
};
|
|
18604
|
+
if (!data) {
|
|
18605
|
+
var _tempConfiguration_config_baseMenu, _tempConfiguration_config;
|
|
18606
|
+
const tempBaseMenu = (_tempConfiguration_config = tempConfiguration.config) === null || _tempConfiguration_config === void 0 ? void 0 : (_tempConfiguration_config_baseMenu = _tempConfiguration_config.baseMenu) === null || _tempConfiguration_config_baseMenu === void 0 ? void 0 : _tempConfiguration_config_baseMenu.filter((menu)=>// @ts-ignore : error on menu.view that doesn't exist in type CustomMenu
|
|
18607
|
+
!menu.view || menu.view !== (0, $71c613e2e831c34c$export$3b4d92ba873f009a).emergency);
|
|
18608
|
+
tempConfiguration.config && (tempConfiguration.config.baseMenu = tempBaseMenu);
|
|
18609
|
+
}
|
|
18610
|
+
setMainConfig(tempConfiguration);
|
|
18611
|
+
setIsConfigUpdated(true);
|
|
18612
|
+
setConfigurationFetchingEnded(true);
|
|
18613
|
+
};
|
|
17460
18614
|
// Handle configuration
|
|
17461
18615
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
17462
18616
|
const getUpdatedConfig = async ()=>{
|
|
17463
18617
|
const fetchedConfig = await (0, $ba3150a69d33f468$export$2e2bcd8739ae039)(props);
|
|
17464
18618
|
if (fetchedConfig && fetchedConfig.config) {
|
|
17465
|
-
const { config: { skipLoader: skipLoader = false, defaultMode: defaultMode, config: _config, viewsConfig: viewsConfig, chatbotData: chatbotData, agentData: agentData, ponyfillFactoryCredentials: ponyfillFactoryCredentials, addressData: addressData, userData: userData, customVoice: customVoice, colors: colors }, externalConfigEnabled: externalConfigEnabled } = fetchedConfig;
|
|
18619
|
+
const { config: { skipLoader: skipLoader = false, defaultMode: defaultMode, config: _config, viewsConfig: viewsConfig, chatbotData: chatbotData, chatbotDataWidget: chatbotDataWidget, agentData: agentData, ponyfillFactoryCredentials: ponyfillFactoryCredentials, addressData: addressData, userData: userData, customVoice: customVoice, colors: colors }, externalConfigEnabled: externalConfigEnabled } = fetchedConfig;
|
|
17466
18620
|
console.log(externalConfigEnabled);
|
|
17467
18621
|
const fetchedMainConfig = {
|
|
17468
18622
|
config: _config,
|
|
17469
18623
|
viewsConfig: viewsConfig,
|
|
17470
18624
|
chatbotData: chatbotData,
|
|
18625
|
+
chatbotDataWidget: chatbotDataWidget,
|
|
17471
18626
|
agentData: agentData,
|
|
17472
18627
|
ponyfillFactoryCredentials: ponyfillFactoryCredentials,
|
|
17473
18628
|
addressData: addressData,
|
|
@@ -17479,18 +18634,20 @@ const $ce7633a58d99dcca$var$RetorikConfigHandler = (props)=>{
|
|
|
17479
18634
|
externalComponents: props.externalComponents,
|
|
17480
18635
|
externalEventHandler: props.externalEventHandler
|
|
17481
18636
|
};
|
|
17482
|
-
|
|
17483
|
-
|
|
17484
|
-
setConfigurationFetchingEnded(true);
|
|
18637
|
+
$ce7633a58d99dcca$var$configHandleLayoutChange(layoutChanged, loaderClosed, fetchedMainConfig, mode);
|
|
18638
|
+
checkEmergencyAndSetConfig(fetchedMainConfig);
|
|
17485
18639
|
}
|
|
17486
18640
|
};
|
|
17487
18641
|
if (props.config !== undefined) {
|
|
17488
18642
|
console.log("Get config from manualConfig");
|
|
17489
18643
|
// Check mandatory properties
|
|
17490
18644
|
if (props.viewsConfig && props.chatbotData && props.agentData && props.ponyfillFactoryCredentials) {
|
|
17491
|
-
|
|
17492
|
-
|
|
17493
|
-
|
|
18645
|
+
const copyConfig = {
|
|
18646
|
+
...props
|
|
18647
|
+
};
|
|
18648
|
+
if (!copyConfig.chatbotDataWidget) copyConfig.chatbotDataWidget = copyConfig.chatbotData;
|
|
18649
|
+
$ce7633a58d99dcca$var$configHandleLayoutChange(layoutChanged, loaderClosed, copyConfig, mode);
|
|
18650
|
+
checkEmergencyAndSetConfig(copyConfig);
|
|
17494
18651
|
} else {
|
|
17495
18652
|
// Warnings for missing data in props
|
|
17496
18653
|
console.warn("Mandatory configuration data missing : ");
|
|
@@ -17509,7 +18666,8 @@ const $ce7633a58d99dcca$var$RetorikConfigHandler = (props)=>{
|
|
|
17509
18666
|
return mainConfig && configurationFetchingEnded ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $bbc725a084d1069a$export$2e2bcd8739ae039), {
|
|
17510
18667
|
parent: props.parent,
|
|
17511
18668
|
config: mainConfig,
|
|
17512
|
-
isConfigUpdated: isConfigUpdated
|
|
18669
|
+
isConfigUpdated: isConfigUpdated,
|
|
18670
|
+
changedLayout: layoutChanged
|
|
17513
18671
|
}) : /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $9569bd86e01b07fd$export$2e2bcd8739ae039), {
|
|
17514
18672
|
className: isConfigUpdated ? "rf-animate-loaderFadeOut" : "",
|
|
17515
18673
|
parent: props.parent,
|
|
@@ -17518,6 +18676,12 @@ const $ce7633a58d99dcca$var$RetorikConfigHandler = (props)=>{
|
|
|
17518
18676
|
fullSize: !!(props.parent !== (0, $71c613e2e831c34c$export$a31c5a03aaeee5f).widget && (mainConfig === null || mainConfig === void 0 ? void 0 : (_mainConfig_config = mainConfig.config) === null || _mainConfig_config === void 0 ? void 0 : _mainConfig_config.fullSize) !== false)
|
|
17519
18677
|
});
|
|
17520
18678
|
};
|
|
18679
|
+
const $ce7633a58d99dcca$var$configHandleLayoutChange = (layoutChanged, loaderClosed, config, mode)=>{
|
|
18680
|
+
if (layoutChanged) {
|
|
18681
|
+
config.defaultMode = mode;
|
|
18682
|
+
if (loaderClosed) config.skipLoader = true;
|
|
18683
|
+
}
|
|
18684
|
+
};
|
|
17521
18685
|
var $ce7633a58d99dcca$export$2e2bcd8739ae039 = $ce7633a58d99dcca$var$RetorikConfigHandler;
|
|
17522
18686
|
|
|
17523
18687
|
|
|
@@ -17541,6 +18705,11 @@ var $e9118dec60074066$export$2e2bcd8739ae039 = $e9118dec60074066$var$RetorikAgen
|
|
|
17541
18705
|
|
|
17542
18706
|
|
|
17543
18707
|
|
|
18708
|
+
|
|
18709
|
+
|
|
18710
|
+
|
|
18711
|
+
|
|
18712
|
+
|
|
17544
18713
|
// Get style for widget's border (except colors)
|
|
17545
18714
|
const $cb4344834e1c512f$export$d6ad062ea094ff6f = (borderData)=>{
|
|
17546
18715
|
if (!borderData || !borderData.color && borderData.thickness === undefined && borderData.rounded === undefined) return "rf-border rf-rounded rf-border-gray";
|
|
@@ -17560,28 +18729,18 @@ const $cb4344834e1c512f$export$5bc78eab59412c50 = (buttonData)=>{
|
|
|
17560
18729
|
};
|
|
17561
18730
|
|
|
17562
18731
|
|
|
17563
|
-
var $b3e675b4e2b04403$exports = {};
|
|
17564
|
-
$b3e675b4e2b04403$exports = JSON.parse('{"fr-FR":{"button":"Besoin d\'aide ?","close":"Fermer"},"en-US":{"button":"Need help ?","close":"Close"},"es-ES":{"button":"\xbfNecesita ayuda?","close":"Cerrar"},"de-DE":{"button":"Brauchen Sie Hilfe?","close":"Schlie\xdfen"}}');
|
|
17565
18732
|
|
|
17566
18733
|
|
|
18734
|
+
var $b3e675b4e2b04403$exports = {};
|
|
18735
|
+
$b3e675b4e2b04403$exports = JSON.parse('{"fr-FR":{"button":"Besoin d\'aide ?","close":"Fermer"},"en-US":{"button":"Need help ?","close":"Close"},"es-ES":{"button":"\xbfNecesita ayuda?","close":"Cerrar"},"de-DE":{"button":"Brauchen Sie Hilfe?","close":"Schlie\xdfen"}}');
|
|
17567
18736
|
|
|
17568
18737
|
|
|
17569
18738
|
|
|
17570
|
-
|
|
17571
|
-
|
|
17572
|
-
|
|
17573
|
-
closeWidget: $1068fd56b5926747$export$d27f1b0993b666c,
|
|
17574
|
-
toggleWidget: $1068fd56b5926747$export$77c0ba4d0d97cee5,
|
|
17575
|
-
toggleDisplay: $1068fd56b5926747$export$f0e9d14ede4c01bd
|
|
17576
|
-
};
|
|
17577
|
-
const $09a824b6b849eeca$var$RetorikWidget = (props)=>{
|
|
17578
|
-
var _props_widgetConfig, _props_widgetConfig_button, _props_widgetConfig1, _props_widgetConfig_button_text, _props_widgetConfig_button1, _props_widgetConfig2, _props_widgetConfig_button_background, _props_widgetConfig_button2, _props_widgetConfig3, _props_widgetConfig_button_border, _props_widgetConfig_button3, _props_widgetConfig4, _props_widgetConfig_button_border1, _props_widgetConfig_button4, _props_widgetConfig5, _props_widgetConfig_button_border2, _props_widgetConfig_button5, _props_widgetConfig6, _props_widgetConfig_button_position, _props_widgetConfig_button6, _props_widgetConfig7, _props_widgetConfig_button_position1, _props_widgetConfig_button7, _props_widgetConfig8, _props_widgetConfig_button_position2, _props_widgetConfig_button8, _props_widgetConfig9, _props_widgetConfig_button_position3, _props_widgetConfig_button9, _props_widgetConfig10, _props_widgetConfig_button_position4, _props_widgetConfig_button10, _props_widgetConfig11, _props_widgetConfig_button_position5, _props_widgetConfig_button11, _props_widgetConfig12, _props_widgetConfig_button_position6, _props_widgetConfig_button12, _props_widgetConfig13, _props_widgetConfig_button_position7, _props_widgetConfig_button13, _props_widgetConfig14, _props_widgetConfig_button_position8, _props_widgetConfig_button14, _props_widgetConfig15, _props_widgetConfig_button_position9, _props_widgetConfig_button15, _props_widgetConfig16, _props_widgetConfig_button_position10, _props_widgetConfig_button16, _props_widgetConfig17, _props_widgetConfig_button_position11, _props_widgetConfig_button17, _props_widgetConfig18, _props_widgetConfig_button_image, _props_widgetConfig_button18, _props_widgetConfig19, _props_widgetConfig_button_image1, _props_widgetConfig_button19, _props_widgetConfig20, _props_widgetConfig_button20, _props_widgetConfig21, _props_widgetConfig_button21, _props_widgetConfig22, _props_widgetConfig_button_text1, _props_widgetConfig_button22, _props_widgetConfig23, _translation_navigator_language, _props_widgetConfig_button_image2, _props_widgetConfig_button23, _props_widgetConfig24, _props_widgetConfig_button_image3, _props_widgetConfig_button24, _props_widgetConfig25, _props_widgetConfig_button25, _props_widgetConfig26, _props_widgetConfig_button26, _props_widgetConfig27;
|
|
17579
|
-
// --------- /!\ -----------
|
|
17580
|
-
// Ne mettre ici que de la logique spécifique au widget
|
|
17581
|
-
// Ce qui est commun avec RetorikAgent ou autres doit aller dans RetorikComposer ou ContextProvider
|
|
17582
|
-
// -------------------------
|
|
18739
|
+
const $5f80e5f73a172bb5$var$LayoutHandler = (props)=>{
|
|
18740
|
+
var _props_retorikProps_widgetConfig, _props_retorikProps_widgetConfig_button, _props_retorikProps_widgetConfig1, _props_retorikProps_widgetConfig_button_text, _props_retorikProps_widgetConfig_button1, _props_retorikProps_widgetConfig2, _props_retorikProps_widgetConfig_button_background, _props_retorikProps_widgetConfig_button2, _props_retorikProps_widgetConfig3, _props_retorikProps_widgetConfig_button_border, _props_retorikProps_widgetConfig_button3, _props_retorikProps_widgetConfig4, _props_retorikProps_widgetConfig_button_border1, _props_retorikProps_widgetConfig_button4, _props_retorikProps_widgetConfig5, _props_retorikProps_widgetConfig_button_border2, _props_retorikProps_widgetConfig_button5, _props_retorikProps_widgetConfig6, _props_retorikProps_widgetConfig_button_position, _props_retorikProps_widgetConfig_button6, _props_retorikProps_widgetConfig7, _props_retorikProps_widgetConfig_button_position1, _props_retorikProps_widgetConfig_button7, _props_retorikProps_widgetConfig8, _props_retorikProps_widgetConfig_button_position2, _props_retorikProps_widgetConfig_button8, _props_retorikProps_widgetConfig9, _props_retorikProps_widgetConfig_button_position3, _props_retorikProps_widgetConfig_button9, _props_retorikProps_widgetConfig10, _props_retorikProps_widgetConfig_button_position4, _props_retorikProps_widgetConfig_button10, _props_retorikProps_widgetConfig11, _props_retorikProps_widgetConfig_button_position5, _props_retorikProps_widgetConfig_button11, _props_retorikProps_widgetConfig12, _props_retorikProps_widgetConfig_button_position6, _props_retorikProps_widgetConfig_button12, _props_retorikProps_widgetConfig13, _props_retorikProps_widgetConfig_button_position7, _props_retorikProps_widgetConfig_button13, _props_retorikProps_widgetConfig14, _props_retorikProps_widgetConfig_button_position8, _props_retorikProps_widgetConfig_button14, _props_retorikProps_widgetConfig15, _props_retorikProps_widgetConfig_button_position9, _props_retorikProps_widgetConfig_button15, _props_retorikProps_widgetConfig16, _props_retorikProps_widgetConfig_button_position10, _props_retorikProps_widgetConfig_button16, _props_retorikProps_widgetConfig17, _props_retorikProps_widgetConfig_button_position11, _props_retorikProps_widgetConfig_button17, _props_retorikProps_widgetConfig18, _props_retorikProps_widgetConfig_button_image, _props_retorikProps_widgetConfig_button18, _props_retorikProps_widgetConfig19, _props_retorikProps_widgetConfig_button_image1, _props_retorikProps_widgetConfig_button19, _props_retorikProps_widgetConfig20, _props_retorikProps_widgetConfig_button20, _props_retorikProps_widgetConfig21, _props_retorikProps_widgetConfig_button21, _props_retorikProps_widgetConfig22, _props_retorikProps_widgetConfig_button_text1, _props_retorikProps_widgetConfig_button22, _props_retorikProps_widgetConfig23, _translation_navigator_language, _props_retorikProps_widgetConfig_button_image2, _props_retorikProps_widgetConfig_button23, _props_retorikProps_widgetConfig24, _props_retorikProps_widgetConfig_button_image3, _props_retorikProps_widgetConfig_button24, _props_retorikProps_widgetConfig25, _props_retorikProps_widgetConfig_button25, _props_retorikProps_widgetConfig26, _props_retorikProps_widgetConfig_button26, _props_retorikProps_widgetConfig27;
|
|
18741
|
+
const displayChangeLayoutButton = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.changeLayoutButtonDisplay);
|
|
17583
18742
|
const { open: open, loaded: loaded, widgetDisplayType: widgetDisplayType } = (0, $1068fd56b5926747$export$d95eb9b67812311f)();
|
|
17584
|
-
const [currentConfiguration, setCurrentConfiguration] = (0, $dWhh5$react.useState)((
|
|
18743
|
+
const [currentConfiguration, setCurrentConfiguration] = (0, $dWhh5$react.useState)((_props_retorikProps_widgetConfig = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig === void 0 ? void 0 : _props_retorikProps_widgetConfig.large);
|
|
17585
18744
|
const [widgetButton, setWidgetButton] = (0, $dWhh5$react.useState)("");
|
|
17586
18745
|
const [widgetBorder, setWidgetBorder] = (0, $dWhh5$react.useState)("");
|
|
17587
18746
|
const [mobileWidth, setMobileWidth] = (0, $dWhh5$react.useState)(window.innerWidth < 600);
|
|
@@ -17590,8 +18749,8 @@ const $09a824b6b849eeca$var$RetorikWidget = (props)=>{
|
|
|
17590
18749
|
setMobileWidth(window.innerWidth < 600);
|
|
17591
18750
|
};
|
|
17592
18751
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
17593
|
-
var
|
|
17594
|
-
setWidgetButton((0, $cb4344834e1c512f$export$5bc78eab59412c50)((
|
|
18752
|
+
var _props_retorikProps_widgetConfig;
|
|
18753
|
+
setWidgetButton((0, $cb4344834e1c512f$export$5bc78eab59412c50)((_props_retorikProps_widgetConfig = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig === void 0 ? void 0 : _props_retorikProps_widgetConfig.button));
|
|
17595
18754
|
window.addEventListener("resize", handleResize);
|
|
17596
18755
|
return ()=>window.removeEventListener("resize", handleResize);
|
|
17597
18756
|
}, []);
|
|
@@ -17614,14 +18773,14 @@ const $09a824b6b849eeca$var$RetorikWidget = (props)=>{
|
|
|
17614
18773
|
(0, $dWhh5$react.useEffect)(()=>{
|
|
17615
18774
|
switch(widgetDisplayType){
|
|
17616
18775
|
case "large":
|
|
17617
|
-
var
|
|
17618
|
-
setCurrentConfiguration((
|
|
17619
|
-
setWidgetBorder((0, $cb4344834e1c512f$export$d6ad062ea094ff6f)((
|
|
18776
|
+
var _props_retorikProps_widgetConfig, _props_retorikProps_widgetConfig_large, _props_retorikProps_widgetConfig1;
|
|
18777
|
+
setCurrentConfiguration((_props_retorikProps_widgetConfig = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig === void 0 ? void 0 : _props_retorikProps_widgetConfig.large);
|
|
18778
|
+
setWidgetBorder((0, $cb4344834e1c512f$export$d6ad062ea094ff6f)((_props_retorikProps_widgetConfig1 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig1 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_large = _props_retorikProps_widgetConfig1.large) === null || _props_retorikProps_widgetConfig_large === void 0 ? void 0 : _props_retorikProps_widgetConfig_large.border));
|
|
17620
18779
|
break;
|
|
17621
18780
|
case "thumbnail":
|
|
17622
|
-
var
|
|
17623
|
-
setCurrentConfiguration(((
|
|
17624
|
-
setWidgetBorder((0, $cb4344834e1c512f$export$d6ad062ea094ff6f)(((
|
|
18781
|
+
var _props_retorikProps_widgetConfig2, _props_retorikProps_widgetConfig3, _props_retorikProps_widgetConfig_thumbnail, _props_retorikProps_widgetConfig4, _props_retorikProps_widgetConfig_large1, _props_retorikProps_widgetConfig5;
|
|
18782
|
+
setCurrentConfiguration(((_props_retorikProps_widgetConfig2 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig2 === void 0 ? void 0 : _props_retorikProps_widgetConfig2.thumbnail) || ((_props_retorikProps_widgetConfig3 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig3 === void 0 ? void 0 : _props_retorikProps_widgetConfig3.large));
|
|
18783
|
+
setWidgetBorder((0, $cb4344834e1c512f$export$d6ad062ea094ff6f)(((_props_retorikProps_widgetConfig4 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig4 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_thumbnail = _props_retorikProps_widgetConfig4.thumbnail) === null || _props_retorikProps_widgetConfig_thumbnail === void 0 ? void 0 : _props_retorikProps_widgetConfig_thumbnail.border) || ((_props_retorikProps_widgetConfig5 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig5 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_large1 = _props_retorikProps_widgetConfig5.large) === null || _props_retorikProps_widgetConfig_large1 === void 0 ? void 0 : _props_retorikProps_widgetConfig_large1.border)));
|
|
17625
18784
|
break;
|
|
17626
18785
|
default:
|
|
17627
18786
|
break;
|
|
@@ -17629,47 +18788,56 @@ const $09a824b6b849eeca$var$RetorikWidget = (props)=>{
|
|
|
17629
18788
|
}, [
|
|
17630
18789
|
widgetDisplayType
|
|
17631
18790
|
]);
|
|
17632
|
-
|
|
18791
|
+
const extendButtonHandler = ()=>{
|
|
18792
|
+
var _props_retorikProps_widgetConfig, _props_retorikProps_widgetConfig1;
|
|
18793
|
+
// if different display type available
|
|
18794
|
+
if (((_props_retorikProps_widgetConfig = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig === void 0 ? void 0 : _props_retorikProps_widgetConfig.large) && ((_props_retorikProps_widgetConfig1 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig1 === void 0 ? void 0 : _props_retorikProps_widgetConfig1.thumbnail)) (0, $1068fd56b5926747$export$f0e9d14ede4c01bd)();
|
|
18795
|
+
else {
|
|
18796
|
+
(0, $c7242af7a2bc5e50$export$29ec02ff899d2b53)(true);
|
|
18797
|
+
(0, $c7242af7a2bc5e50$export$e8437af1f2483b8e)((0, $71c613e2e831c34c$export$a31c5a03aaeee5f).agent);
|
|
18798
|
+
}
|
|
18799
|
+
};
|
|
18800
|
+
return props.currentLayout === (0, $71c613e2e831c34c$export$a31c5a03aaeee5f).widget ? /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)((0, $dWhh5$reactjsxruntime.Fragment), {
|
|
17633
18801
|
children: [
|
|
17634
|
-
((
|
|
18802
|
+
((_props_retorikProps_widgetConfig1 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig1 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button = _props_retorikProps_widgetConfig1.button) === null || _props_retorikProps_widgetConfig_button === void 0 ? void 0 : _props_retorikProps_widgetConfig_button.display) !== false && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("button", {
|
|
17635
18803
|
className: `rf-fixed rf-px-2 rf-flex rf-flex-row rf-items-center ${widgetButton}`,
|
|
17636
18804
|
style: {
|
|
17637
|
-
color: ((
|
|
17638
|
-
backgroundColor: ((
|
|
17639
|
-
borderWidth: ((
|
|
17640
|
-
borderColor: ((
|
|
17641
|
-
top: (
|
|
17642
|
-
bottom: ((
|
|
17643
|
-
left: (
|
|
17644
|
-
right: ((
|
|
18805
|
+
color: ((_props_retorikProps_widgetConfig2 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig2 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button1 = _props_retorikProps_widgetConfig2.button) === null || _props_retorikProps_widgetConfig_button1 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_text = _props_retorikProps_widgetConfig_button1.text) === null || _props_retorikProps_widgetConfig_button_text === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_text.color) || (0, $04a533cfb295ca20$export$4aebf65ed07cf17b).rgb,
|
|
18806
|
+
backgroundColor: ((_props_retorikProps_widgetConfig3 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig3 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button2 = _props_retorikProps_widgetConfig3.button) === null || _props_retorikProps_widgetConfig_button2 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_background = _props_retorikProps_widgetConfig_button2.background) === null || _props_retorikProps_widgetConfig_button_background === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_background.color) || "transparent",
|
|
18807
|
+
borderWidth: ((_props_retorikProps_widgetConfig4 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig4 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button3 = _props_retorikProps_widgetConfig4.button) === null || _props_retorikProps_widgetConfig_button3 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_border = _props_retorikProps_widgetConfig_button3.border) === null || _props_retorikProps_widgetConfig_button_border === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_border.thickness) !== undefined ? `${(_props_retorikProps_widgetConfig5 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig5 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button4 = _props_retorikProps_widgetConfig5.button) === null || _props_retorikProps_widgetConfig_button4 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_border1 = _props_retorikProps_widgetConfig_button4.border) === null || _props_retorikProps_widgetConfig_button_border1 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_border1.thickness}px` : "1px",
|
|
18808
|
+
borderColor: ((_props_retorikProps_widgetConfig6 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig6 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button5 = _props_retorikProps_widgetConfig6.button) === null || _props_retorikProps_widgetConfig_button5 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_border2 = _props_retorikProps_widgetConfig_button5.border) === null || _props_retorikProps_widgetConfig_button_border2 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_border2.color) || (0, $04a533cfb295ca20$export$4aebf65ed07cf17b).rgb,
|
|
18809
|
+
top: (_props_retorikProps_widgetConfig7 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig7 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button6 = _props_retorikProps_widgetConfig7.button) === null || _props_retorikProps_widgetConfig_button6 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position = _props_retorikProps_widgetConfig_button6.position) === null || _props_retorikProps_widgetConfig_button_position === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position.top,
|
|
18810
|
+
bottom: ((_props_retorikProps_widgetConfig8 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig8 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button7 = _props_retorikProps_widgetConfig8.button) === null || _props_retorikProps_widgetConfig_button7 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position1 = _props_retorikProps_widgetConfig_button7.position) === null || _props_retorikProps_widgetConfig_button_position1 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position1.bottom) ? (_props_retorikProps_widgetConfig9 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig9 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button8 = _props_retorikProps_widgetConfig9.button) === null || _props_retorikProps_widgetConfig_button8 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position2 = _props_retorikProps_widgetConfig_button8.position) === null || _props_retorikProps_widgetConfig_button_position2 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position2.bottom : ((_props_retorikProps_widgetConfig10 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig10 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button9 = _props_retorikProps_widgetConfig10.button) === null || _props_retorikProps_widgetConfig_button9 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position3 = _props_retorikProps_widgetConfig_button9.position) === null || _props_retorikProps_widgetConfig_button_position3 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position3.top) || ((_props_retorikProps_widgetConfig11 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig11 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button10 = _props_retorikProps_widgetConfig11.button) === null || _props_retorikProps_widgetConfig_button10 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position4 = _props_retorikProps_widgetConfig_button10.position) === null || _props_retorikProps_widgetConfig_button_position4 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position4.left) || ((_props_retorikProps_widgetConfig12 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig12 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button11 = _props_retorikProps_widgetConfig12.button) === null || _props_retorikProps_widgetConfig_button11 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position5 = _props_retorikProps_widgetConfig_button11.position) === null || _props_retorikProps_widgetConfig_button_position5 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position5.right) ? undefined : "1rem",
|
|
18811
|
+
left: (_props_retorikProps_widgetConfig13 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig13 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button12 = _props_retorikProps_widgetConfig13.button) === null || _props_retorikProps_widgetConfig_button12 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position6 = _props_retorikProps_widgetConfig_button12.position) === null || _props_retorikProps_widgetConfig_button_position6 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position6.left,
|
|
18812
|
+
right: ((_props_retorikProps_widgetConfig14 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig14 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button13 = _props_retorikProps_widgetConfig14.button) === null || _props_retorikProps_widgetConfig_button13 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position7 = _props_retorikProps_widgetConfig_button13.position) === null || _props_retorikProps_widgetConfig_button_position7 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position7.right) ? (_props_retorikProps_widgetConfig15 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig15 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button14 = _props_retorikProps_widgetConfig15.button) === null || _props_retorikProps_widgetConfig_button14 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position8 = _props_retorikProps_widgetConfig_button14.position) === null || _props_retorikProps_widgetConfig_button_position8 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position8.right : ((_props_retorikProps_widgetConfig16 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig16 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button15 = _props_retorikProps_widgetConfig16.button) === null || _props_retorikProps_widgetConfig_button15 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position9 = _props_retorikProps_widgetConfig_button15.position) === null || _props_retorikProps_widgetConfig_button_position9 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position9.top) || ((_props_retorikProps_widgetConfig17 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig17 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button16 = _props_retorikProps_widgetConfig17.button) === null || _props_retorikProps_widgetConfig_button16 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position10 = _props_retorikProps_widgetConfig_button16.position) === null || _props_retorikProps_widgetConfig_button_position10 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position10.bottom) || ((_props_retorikProps_widgetConfig18 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig18 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button17 = _props_retorikProps_widgetConfig18.button) === null || _props_retorikProps_widgetConfig_button17 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_position11 = _props_retorikProps_widgetConfig_button17.position) === null || _props_retorikProps_widgetConfig_button_position11 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_position11.left) ? undefined : "1rem"
|
|
17645
18813
|
},
|
|
17646
18814
|
onClick: (0, $1068fd56b5926747$export$77c0ba4d0d97cee5),
|
|
17647
18815
|
id: "retorik-widget-button",
|
|
17648
18816
|
children: [
|
|
17649
|
-
((
|
|
17650
|
-
className: `${((
|
|
17651
|
-
src: `${props.widgetConfig.button.image.url}`,
|
|
18817
|
+
((_props_retorikProps_widgetConfig19 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig19 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button18 = _props_retorikProps_widgetConfig19.button) === null || _props_retorikProps_widgetConfig_button18 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_image = _props_retorikProps_widgetConfig_button18.image) === null || _props_retorikProps_widgetConfig_button_image === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_image.url) && ((_props_retorikProps_widgetConfig20 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig20 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button19 = _props_retorikProps_widgetConfig20.button) === null || _props_retorikProps_widgetConfig_button19 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_image1 = _props_retorikProps_widgetConfig_button19.image) === null || _props_retorikProps_widgetConfig_button_image1 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_image1.position) !== "right" && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("img", {
|
|
18818
|
+
className: `${((_props_retorikProps_widgetConfig21 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig21 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button20 = _props_retorikProps_widgetConfig21.button) === null || _props_retorikProps_widgetConfig_button20 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button20.image.marginY) === false ? "" : "rf-my-1"}`,
|
|
18819
|
+
src: `${props.retorikProps.widgetConfig.button.image.url}`,
|
|
17652
18820
|
alt: "Retorik widget",
|
|
17653
18821
|
style: {
|
|
17654
|
-
height: ((
|
|
18822
|
+
height: ((_props_retorikProps_widgetConfig22 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig22 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button21 = _props_retorikProps_widgetConfig22.button) === null || _props_retorikProps_widgetConfig_button21 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button21.image.height) || "2rem"
|
|
17655
18823
|
}
|
|
17656
18824
|
}),
|
|
17657
18825
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("div", {
|
|
17658
18826
|
className: "rf-py-2 rf-ml-1",
|
|
17659
|
-
children: ((
|
|
18827
|
+
children: ((_props_retorikProps_widgetConfig23 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig23 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button22 = _props_retorikProps_widgetConfig23.button) === null || _props_retorikProps_widgetConfig_button22 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_text1 = _props_retorikProps_widgetConfig_button22.text) === null || _props_retorikProps_widgetConfig_button_text1 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_text1.content) || navigator.language && ((_translation_navigator_language = (0, (/*@__PURE__*/$parcel$interopDefault($b3e675b4e2b04403$exports)))[navigator.language]) === null || _translation_navigator_language === void 0 ? void 0 : _translation_navigator_language.button) || (0, (/*@__PURE__*/$parcel$interopDefault($b3e675b4e2b04403$exports)))["fr-FR"].button
|
|
17660
18828
|
}),
|
|
17661
|
-
((
|
|
17662
|
-
className: `${((
|
|
17663
|
-
src: `${props.widgetConfig.button.image.url}`,
|
|
18829
|
+
((_props_retorikProps_widgetConfig24 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig24 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button23 = _props_retorikProps_widgetConfig24.button) === null || _props_retorikProps_widgetConfig_button23 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_image2 = _props_retorikProps_widgetConfig_button23.image) === null || _props_retorikProps_widgetConfig_button_image2 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_image2.url) && ((_props_retorikProps_widgetConfig25 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig25 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button24 = _props_retorikProps_widgetConfig25.button) === null || _props_retorikProps_widgetConfig_button24 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button_image3 = _props_retorikProps_widgetConfig_button24.image) === null || _props_retorikProps_widgetConfig_button_image3 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button_image3.position) === "right" && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("img", {
|
|
18830
|
+
className: `${((_props_retorikProps_widgetConfig26 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig26 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button25 = _props_retorikProps_widgetConfig26.button) === null || _props_retorikProps_widgetConfig_button25 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button25.image.marginY) === false ? "" : "rf-my-1"}`,
|
|
18831
|
+
src: `${props.retorikProps.widgetConfig.button.image.url}`,
|
|
17664
18832
|
alt: "Retorik widget",
|
|
17665
18833
|
style: {
|
|
17666
|
-
height: ((
|
|
18834
|
+
height: ((_props_retorikProps_widgetConfig27 = props.retorikProps.widgetConfig) === null || _props_retorikProps_widgetConfig27 === void 0 ? void 0 : (_props_retorikProps_widgetConfig_button26 = _props_retorikProps_widgetConfig27.button) === null || _props_retorikProps_widgetConfig_button26 === void 0 ? void 0 : _props_retorikProps_widgetConfig_button26.image.height) || "2rem"
|
|
17667
18835
|
}
|
|
17668
18836
|
})
|
|
17669
18837
|
]
|
|
17670
18838
|
}),
|
|
17671
18839
|
loaded && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsxs)("div", {
|
|
17672
|
-
className:
|
|
18840
|
+
className: "rf-fixed rf-pt-8 rf-height-fill-available rf-transition-all rf-overflow-hidden rf-max-w-[100vw]",
|
|
17673
18841
|
style: {
|
|
17674
18842
|
...frameStyle,
|
|
17675
18843
|
width: open ? mobileWidth ? "100%" : (currentConfiguration === null || currentConfiguration === void 0 ? void 0 : currentConfiguration.width) || "400px" : "0px",
|
|
@@ -17677,6 +18845,16 @@ const $09a824b6b849eeca$var$RetorikWidget = (props)=>{
|
|
|
17677
18845
|
},
|
|
17678
18846
|
"data-testid": "widget-wrapper",
|
|
17679
18847
|
children: [
|
|
18848
|
+
displayChangeLayoutButton && !mobileWidth && props.currentLayout === (0, $71c613e2e831c34c$export$a31c5a03aaeee5f).widget && /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("button", {
|
|
18849
|
+
onClick: extendButtonHandler,
|
|
18850
|
+
"aria-label": "Extend",
|
|
18851
|
+
className: "rf-absolute rf-z-exitwidget rf-flex rf-right-8 rf-top-0 rf-p-1 rf-bg-truewhite rf-border rf-border-trueblack rf-rounded-lg",
|
|
18852
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $d2c0480827389113$export$2e2bcd8739ae039), {
|
|
18853
|
+
className: "rf-h-4 rf-w-4",
|
|
18854
|
+
color: "#000000",
|
|
18855
|
+
extended: false
|
|
18856
|
+
})
|
|
18857
|
+
}),
|
|
17680
18858
|
/*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)("button", {
|
|
17681
18859
|
onClick: (0, $1068fd56b5926747$export$77c0ba4d0d97cee5),
|
|
17682
18860
|
"aria-label": "Close",
|
|
@@ -17691,17 +18869,54 @@ const $09a824b6b849eeca$var$RetorikWidget = (props)=>{
|
|
|
17691
18869
|
style: {
|
|
17692
18870
|
borderColor: frameStyle.borderColor
|
|
17693
18871
|
},
|
|
17694
|
-
children:
|
|
17695
|
-
parent: (0, $71c613e2e831c34c$export$a31c5a03aaeee5f).widget,
|
|
17696
|
-
...props,
|
|
17697
|
-
width: "full",
|
|
17698
|
-
height: "full",
|
|
17699
|
-
mobile: mobileWidth
|
|
17700
|
-
})
|
|
18872
|
+
children: props.children
|
|
17701
18873
|
})
|
|
17702
18874
|
]
|
|
17703
18875
|
})
|
|
17704
18876
|
]
|
|
18877
|
+
}) : props.children;
|
|
18878
|
+
};
|
|
18879
|
+
var $5f80e5f73a172bb5$export$2e2bcd8739ae039 = $5f80e5f73a172bb5$var$LayoutHandler;
|
|
18880
|
+
|
|
18881
|
+
|
|
18882
|
+
|
|
18883
|
+
|
|
18884
|
+
window.Retorik = {
|
|
18885
|
+
...window.Retorik,
|
|
18886
|
+
openWidget: $1068fd56b5926747$export$a1c83309c736819f,
|
|
18887
|
+
closeWidget: $1068fd56b5926747$export$d27f1b0993b666c,
|
|
18888
|
+
toggleWidget: $1068fd56b5926747$export$77c0ba4d0d97cee5,
|
|
18889
|
+
toggleDisplay: $1068fd56b5926747$export$f0e9d14ede4c01bd
|
|
18890
|
+
};
|
|
18891
|
+
const $09a824b6b849eeca$var$RetorikWidget = (props)=>{
|
|
18892
|
+
// --------- /!\ -----------
|
|
18893
|
+
// Ne mettre ici que de la logique spécifique au widget
|
|
18894
|
+
// Ce qui est commun avec RetorikAgent ou autres doit aller dans RetorikComposer ou ContextProvider
|
|
18895
|
+
// -------------------------
|
|
18896
|
+
const currentLayout = (0, $c7242af7a2bc5e50$export$bd22554f31e5f96f)((state)=>state.currentLayout);
|
|
18897
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
18898
|
+
(0, $c7242af7a2bc5e50$export$e8437af1f2483b8e)((0, $71c613e2e831c34c$export$a31c5a03aaeee5f).widget);
|
|
18899
|
+
}, []);
|
|
18900
|
+
const [mobileWidth, setMobileWidth] = (0, $dWhh5$react.useState)(window.innerWidth < 600);
|
|
18901
|
+
const handleResize = ()=>{
|
|
18902
|
+
setMobileWidth(window.innerWidth < 600);
|
|
18903
|
+
};
|
|
18904
|
+
(0, $dWhh5$react.useEffect)(()=>{
|
|
18905
|
+
window.addEventListener("resize", handleResize);
|
|
18906
|
+
return ()=>window.removeEventListener("resize", handleResize);
|
|
18907
|
+
}, []);
|
|
18908
|
+
return /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $06e5942c9d4d6916$export$2e2bcd8739ae039), {
|
|
18909
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $5f80e5f73a172bb5$export$2e2bcd8739ae039), {
|
|
18910
|
+
currentLayout: currentLayout,
|
|
18911
|
+
retorikProps: props,
|
|
18912
|
+
children: /*#__PURE__*/ (0, $dWhh5$reactjsxruntime.jsx)((0, $ce7633a58d99dcca$export$2e2bcd8739ae039), {
|
|
18913
|
+
parent: currentLayout,
|
|
18914
|
+
...props,
|
|
18915
|
+
width: "full",
|
|
18916
|
+
height: "full",
|
|
18917
|
+
mobile: mobileWidth
|
|
18918
|
+
})
|
|
18919
|
+
})
|
|
17705
18920
|
});
|
|
17706
18921
|
};
|
|
17707
18922
|
var $09a824b6b849eeca$export$2e2bcd8739ae039 = $09a824b6b849eeca$var$RetorikWidget;
|
|
@@ -17755,6 +18970,15 @@ const $ad17e3bb6d135d7b$export$30a86d91af8ff6e6 = {
|
|
|
17755
18970
|
|
|
17756
18971
|
|
|
17757
18972
|
|
|
18973
|
+
|
|
18974
|
+
|
|
18975
|
+
const $3f93eb6d5bf69cb7$export$7a001476a013672 = ()=>{
|
|
18976
|
+
(0, $b6a8688e7db7a7b9$export$3118ae18000e2700)();
|
|
18977
|
+
(0, $70e3d65f5a106231$export$93b55f822ac81934)();
|
|
18978
|
+
(0, $c7242af7a2bc5e50$export$cd85ac4858c7290c)();
|
|
18979
|
+
(0, $5f7f457957bd2c8d$export$b6d2196a3ce412d8)();
|
|
18980
|
+
(0, $9acd31406c230961$export$b7b23f8e09258fa6)();
|
|
18981
|
+
};
|
|
17758
18982
|
const $3f93eb6d5bf69cb7$export$b69254d879536cde = (0, $d1249e1b373273e4$export$2e2bcd8739ae039).bind(null, (0, $e9118dec60074066$export$2e2bcd8739ae039));
|
|
17759
18983
|
const $3f93eb6d5bf69cb7$var$renderWidget = (0, $063ea7a515c267b7$export$2e2bcd8739ae039).bind(null, (0, $09a824b6b849eeca$export$2e2bcd8739ae039));
|
|
17760
18984
|
var $3f93eb6d5bf69cb7$export$2e2bcd8739ae039 = (0, $e9118dec60074066$export$2e2bcd8739ae039);
|