@revolugo/elements 5.23.3-rc.0 → 5.23.3
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.es.min.js +23 -23
- package/dist/index.es.min.js.map +1 -1
- package/dist/index.min.js +22 -22
- package/dist/index.min.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.min.js
CHANGED
@@ -13138,20 +13138,20 @@ You may use any valid ISO Alpha-2 country code, e.g. JP`,
|
|
13138
13138
|
HotelOfferSearchMenu: !1,
|
13139
13139
|
TermsAndConditionsFooter: !0,
|
13140
13140
|
HotelOfferItem: sa
|
13141
|
-
}, uo = `<
|
13142
|
-
<
|
13143
|
-
<
|
13144
|
-
<
|
13141
|
+
}, uo = `<p>**HotelDescriptionViewDialog**: Display the hotel description dialog when clicking on the hotel name,</p>
|
13142
|
+
<p>**HotelRoomOfferList**: Display the room offer list when clicking on the item (not applicable in some cases, e.g.: HotelOffersMap),</p>
|
13143
|
+
<p>**HotelRoomOffersViewDialog**: Display the room offers dialog when clicking on the hotel name or on the room offer item,</p>
|
13144
|
+
<p>**RoomDetails**: Display the room details on each Hotel Offer item</p>`, ub = {
|
13145
13145
|
...lo,
|
13146
13146
|
features: Bn,
|
13147
13147
|
height: "600px",
|
13148
13148
|
hotelOfferRequestId: "",
|
13149
13149
|
limit: je
|
13150
|
-
}, go = `<
|
13151
|
-
<
|
13152
|
-
<
|
13153
|
-
<
|
13154
|
-
<
|
13150
|
+
}, go = `<p>**FiltersBar**: Display the filters bar at the top of the component,</p>
|
13151
|
+
<p>**HotelOfferSearchMenu**: Display the search menu at the top of the component,</p>
|
13152
|
+
<p>**TermsAndConditionsFooter**: Display the terms and conditions footer at the bottom of the component,</p>
|
13153
|
+
<p><ins>**HotelOfferItem**:</ins></p>
|
13154
|
+
<p style="padding-left: 20px">${uo}</p>`, db = {
|
13155
13155
|
...co,
|
13156
13156
|
features: {
|
13157
13157
|
control: {
|
@@ -13240,12 +13240,12 @@ ${go}`,
|
|
13240
13240
|
tooltip: "Venue tooltip",
|
13241
13241
|
size: 70
|
13242
13242
|
}
|
13243
|
-
}, mo = `<
|
13244
|
-
<
|
13245
|
-
<
|
13246
|
-
<
|
13247
|
-
<
|
13248
|
-
${uo}</
|
13243
|
+
}, mo = `<p>**FiltersMenu**: Display the filters bar at the top of the component,</p>
|
13244
|
+
<p>**LocationInput**: Display the location input at the top of the component,</p>
|
13245
|
+
<p>**SearchAreaButton**: Display the search area button at the top of the component,</p>
|
13246
|
+
<p><ins> **HotelOfferItem**:</ins></p>
|
13247
|
+
<p style="margin-left: 20px;">
|
13248
|
+
${uo}</p>`, mb = {
|
13249
13249
|
...co,
|
13250
13250
|
features: {
|
13251
13251
|
control: {
|
@@ -13312,13 +13312,13 @@ ${mo}`,
|
|
13312
13312
|
...be(ub, ["rounded"]),
|
13313
13313
|
...be(gb, ["height"]),
|
13314
13314
|
features: Pn
|
13315
|
-
}, po = `<
|
13316
|
-
<
|
13317
|
-
<
|
13318
|
-
${go}</
|
13319
|
-
<
|
13320
|
-
<
|
13321
|
-
${mo}</
|
13315
|
+
}, po = `<p>**PreferencesMenu**: Display the filters bar at the top of the component,</p>
|
13316
|
+
<p><ins>**HotelOfferList**</ins>:</p>
|
13317
|
+
<p style="margin-left: 20px;">
|
13318
|
+
${go}</p>
|
13319
|
+
<p><ins> **HotelOffersMap**:</ins></p>
|
13320
|
+
<p style="margin-left: 20px;">
|
13321
|
+
${mo}</p>`, hb = {
|
13322
13322
|
...be(db, ["limit", "rounded"]),
|
13323
13323
|
...be(mb, ["height", "withFilters"]),
|
13324
13324
|
features: {
|
@@ -14246,7 +14246,7 @@ ${vo}`,
|
|
14246
14246
|
const [r] = document.querySelectorAll("script");
|
14247
14247
|
return r ? (n = r == null ? void 0 : r.parentNode) == null || n.insertBefore(a, r) : document.head.append(a), a;
|
14248
14248
|
}, Zb = () => {
|
14249
|
-
const e = "https://cdn.jsdelivr.net/npm/@revolugo/elements
|
14249
|
+
const e = "https://cdn.jsdelivr.net/npm/@revolugo/elements@%V/dist/revolugo.min.js".replace(
|
14250
14250
|
"%V",
|
14251
14251
|
"5.23.3"
|
14252
14252
|
), n = [...document.querySelectorAll("script")].find((a) => a.src.includes(e));
|