tabexseriescomponents 0.0.708 → 0.0.710
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.cjs.js +52 -5
- package/dist/index.esm.js +52 -5
- package/dist/index.umd.js +52 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -14718,14 +14718,33 @@ var CartSlider = function CartSlider(props) {
|
|
|
14718
14718
|
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14719
14719
|
className: "".concat(cart_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
14720
14720
|
onClick: function onClick() {
|
|
14721
|
-
|
|
14721
|
+
var _item$productinfo2, _item$productinfo3, _item$productinfo4, _item$productinfo5;
|
|
14722
|
+
var quantitystepincrearse = 1;
|
|
14723
|
+
var quantity = item.quantity;
|
|
14724
|
+
if ((item === null || item === void 0 || (_item$productinfo2 = item.productinfo) === null || _item$productinfo2 === void 0 ? void 0 : _item$productinfo2.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo3 = item.productinfo) === null || _item$productinfo3 === void 0 ? void 0 : _item$productinfo3.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo4 = item.productinfo) === null || _item$productinfo4 === void 0 ? void 0 : _item$productinfo4.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo5 = item.productinfo) === null || _item$productinfo5 === void 0 ? void 0 : _item$productinfo5.quantitystepincrearse) != '') {
|
|
14725
|
+
var _item$productinfo6;
|
|
14726
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo6 = item.productinfo) === null || _item$productinfo6 === void 0 ? void 0 : _item$productinfo6.quantitystepincrearse);
|
|
14727
|
+
}
|
|
14728
|
+
quantity = quantity - quantitystepincrearse;
|
|
14729
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) - 1));
|
|
14730
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14731
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) - 1));
|
|
14722
14732
|
}
|
|
14723
14733
|
}, /*#__PURE__*/React__default["default"].createElement(FiMinus.FiMinus, {
|
|
14724
14734
|
size: sectionproperties.remove_quantitybtn_textfontsize
|
|
14725
14735
|
})), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14726
14736
|
className: "".concat(cart_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
14727
14737
|
onClick: function onClick() {
|
|
14728
|
-
|
|
14738
|
+
var _item$productinfo7, _item$productinfo8, _item$productinfo9, _item$productinfo10;
|
|
14739
|
+
var quantitystepincrearse = 1;
|
|
14740
|
+
var quantity = item.quantity;
|
|
14741
|
+
if ((item === null || item === void 0 || (_item$productinfo7 = item.productinfo) === null || _item$productinfo7 === void 0 ? void 0 : _item$productinfo7.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo8 = item.productinfo) === null || _item$productinfo8 === void 0 ? void 0 : _item$productinfo8.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo9 = item.productinfo) === null || _item$productinfo9 === void 0 ? void 0 : _item$productinfo9.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo10 = item.productinfo) === null || _item$productinfo10 === void 0 ? void 0 : _item$productinfo10.quantitystepincrearse) != '') {
|
|
14742
|
+
var _item$productinfo11;
|
|
14743
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo11 = item.productinfo) === null || _item$productinfo11 === void 0 ? void 0 : _item$productinfo11.quantitystepincrearse);
|
|
14744
|
+
}
|
|
14745
|
+
quantity = quantity + quantitystepincrearse;
|
|
14746
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14747
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) + 1));
|
|
14729
14748
|
}
|
|
14730
14749
|
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, {
|
|
14731
14750
|
size: sectionproperties.add_quantitybtn_textfontsize
|
|
@@ -14737,14 +14756,31 @@ var CartSlider = function CartSlider(props) {
|
|
|
14737
14756
|
}, item.quantity), langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14738
14757
|
className: "".concat(cart_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
14739
14758
|
onClick: function onClick() {
|
|
14740
|
-
|
|
14759
|
+
var _item$productinfo12, _item$productinfo13, _item$productinfo14, _item$productinfo15;
|
|
14760
|
+
var quantitystepincrearse = 1;
|
|
14761
|
+
var quantity = item.quantity;
|
|
14762
|
+
if ((item === null || item === void 0 || (_item$productinfo12 = item.productinfo) === null || _item$productinfo12 === void 0 ? void 0 : _item$productinfo12.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo13 = item.productinfo) === null || _item$productinfo13 === void 0 ? void 0 : _item$productinfo13.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo14 = item.productinfo) === null || _item$productinfo14 === void 0 ? void 0 : _item$productinfo14.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo15 = item.productinfo) === null || _item$productinfo15 === void 0 ? void 0 : _item$productinfo15.quantitystepincrearse) != '') {
|
|
14763
|
+
var _item$productinfo16;
|
|
14764
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo16 = item.productinfo) === null || _item$productinfo16 === void 0 ? void 0 : _item$productinfo16.quantitystepincrearse);
|
|
14765
|
+
}
|
|
14766
|
+
quantity = quantity + quantitystepincrearse;
|
|
14767
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14768
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) + 1));
|
|
14741
14769
|
}
|
|
14742
14770
|
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, {
|
|
14743
14771
|
size: sectionproperties.add_quantitybtn_textfontsize
|
|
14744
14772
|
})), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14745
14773
|
className: "".concat(cart_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
14746
14774
|
onClick: function onClick() {
|
|
14747
|
-
|
|
14775
|
+
var _item$productinfo17, _item$productinfo18, _item$productinfo19, _item$productinfo20;
|
|
14776
|
+
var quantitystepincrearse = 1;
|
|
14777
|
+
var quantity = item.quantity;
|
|
14778
|
+
if ((item === null || item === void 0 || (_item$productinfo17 = item.productinfo) === null || _item$productinfo17 === void 0 ? void 0 : _item$productinfo17.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo18 = item.productinfo) === null || _item$productinfo18 === void 0 ? void 0 : _item$productinfo18.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo19 = item.productinfo) === null || _item$productinfo19 === void 0 ? void 0 : _item$productinfo19.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo20 = item.productinfo) === null || _item$productinfo20 === void 0 ? void 0 : _item$productinfo20.quantitystepincrearse) != '') {
|
|
14779
|
+
var _item$productinfo21;
|
|
14780
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo21 = item.productinfo) === null || _item$productinfo21 === void 0 ? void 0 : _item$productinfo21.quantitystepincrearse);
|
|
14781
|
+
}
|
|
14782
|
+
quantity = quantity - quantitystepincrearse; // ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) - 1));
|
|
14783
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14748
14784
|
}
|
|
14749
14785
|
}, /*#__PURE__*/React__default["default"].createElement(FiMinus.FiMinus, {
|
|
14750
14786
|
size: sectionproperties.remove_quantitybtn_textfontsize
|
|
@@ -54204,7 +54240,18 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
54204
54240
|
textTransform: sectionproperties.slideshowText2ContentTextTransform,
|
|
54205
54241
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
54206
54242
|
}
|
|
54207
|
-
}, langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar)
|
|
54243
|
+
}, "asdsd ", langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar), cardinfoindex == 7 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54244
|
+
className: "m-0 p-0 wordbreak",
|
|
54245
|
+
style: {
|
|
54246
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
54247
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
54248
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
54249
|
+
textTransform: sectionproperties.slideshowText2ContentTextTransform,
|
|
54250
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
54251
|
+
}
|
|
54252
|
+
}, "\u0646\u0634\u0643\u0631 \u0627\u0647\u062A\u0645\u0627\u0645\u0643\u0645 \u0628\u062D\u0636\u0648\u0631 \u0627\u0644\u0645\u0624\u062A\u0645\u0631\u060C \u0648\u064A\u0633\u0631\u0646\u0627 \u0623\u0646 \u0646\u0642\u062F\u0645 \u0644\u0643\u0645 \u0642\u0627\u0626\u0645\u0629 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0625\u0642\u0627\u0645\u0629 \u0627\u0644\u0642\u0631\u064A\u0628\u0629 \u0645\u0646 \u0645\u0643\u0627\u0646 \u0627\u0644\u0645\u0624\u062A\u0645\u0631 \u0648\u0627\u0644\u062A\u064A \u062A\u0634\u0645\u0644 \u0623\u0633\u0639\u0627\u0631\u064B\u0627 \u062E\u0627\u0635\u0629 \u0648\u062E\u0635\u0648\u0645\u0627\u062A \u0644\u0644\u0636\u064A\u0648\u0641: W Hotel Muscat \u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u062E\u0627\u0635: 100 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629. \u0627\u0644\u0641\u062A\u0631\u0629: \u0645\u0646 15 \u062F\u064A\u0633\u0645\u0628\u0631 2024 \u0625\u0644\u0649 18 \u062F\u064A\u0633\u0645\u0628\u0631 2024. \u0631\u0627\u0628\u0637 \u0627\u0644\u062D\u062C\u0632", /*#__PURE__*/React__default["default"].createElement("a", {
|
|
54253
|
+
href: "https://www.marriott.com/event-reservations/reservation-link.mi?id=1733218170721&key=CORP&guestreslink2=true&app=resvlink"
|
|
54254
|
+
}, "https://www.marriott.com/event-reservations/reservation-link.mi?id=1733218170721&key=CORP&guestreslink2=true&app=resvlink"), ' ', "JW Marriott Muscat \u063A\u0631\u0641\u0629 \u062F\u064A\u0644\u0648\u0643\u0633 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0641\u0631\u062F\u064A): 67.798 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629. \u063A\u0631\u0641\u0629 \u062F\u064A\u0644\u0648\u0643\u0633 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0645\u0632\u062F\u0648\u062C): 80.125 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629. \u062A\u0634\u0645\u0644 \u0627\u0644\u0623\u0633\u0639\u0627\u0631: \u0627\u0644\u0625\u0641\u0637\u0627\u0631\u060C \u0648\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0631\u0627\u0641\u0642 \u0627\u0644\u0641\u0646\u062F\u0642 \u0645\u062B\u0644 \u0645\u0631\u0643\u0632 \u0627\u0644\u0644\u064A\u0627\u0642\u0629 \u0627\u0644\u0628\u062F\u0646\u064A\u0629 \u0648\u0627\u0644\u0645\u0633\u0627\u0628\u062D. \u0631\u0627\u0628\u0637 \u0627\u0644\u062D\u062C\u0632 https://www.marriott.com/event-reservations/reservation-link.mi?id=1698847044604&key=CORP&guestreslink2=true Crowne Plaza Oman Convention & Exhibition Center \u0627\u0644\u062E\u0635\u0645 \u0627\u0644\u062E\u0627\u0635: 20% \u0639\u0644\u0649 \u0627\u0644\u0625\u0642\u0627\u0645\u0629. \u0625\u0636\u0627\u0641\u0627\u062A: \u0625\u0641\u0637\u0627\u0631 \u0645\u062C\u0627\u0646\u064A. \u0631\u0627\u0628\u0637 \u0627\u0644\u062D\u062C\u0632 https://www.ihg.com/crowneplaza/hotels/us/en/muscat/msccp/hoteldetail?fromRedirect=true&qSrt=sBR&qIta=99502056&icdv=99502056&qSlH=MSCCP&qCpid=787098760&qAAR=AL4BW&qRtP=AL4BW&setPMCookies=true&qSHBrC=CP&qDest=Madinat%20Al%20Irfan%2C%20Muscat%2C%20OM&srb_u=1 Ramada Encore Hotel \u063A\u0631\u0641\u0629 \u0642\u064A\u0627\u0633\u064A\u0629 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0641\u0631\u062F\u064A): 26 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629 (\u062A\u0634\u0645\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0648\u0627\u0644\u0625\u0641\u0637\u0627\u0631) \u063A\u0631\u0641\u0629 \u0642\u064A\u0627\u0633\u064A\u0629 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0645\u0632\u062F\u0648\u062C): 29 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629 (\u062A\u0634\u0645\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0648\u0627\u0644\u0625\u0641\u0637\u0627\u0631) \u0644\u0644\u062D\u062C\u0632: \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A: reservations@ramadaencoremuscat.com \u0639\u0628\u0631 \u0627\u0644\u0648\u0627\u062A\u0633\u0627\u0628/\u0627\u0644\u0627\u062A\u0635\u0627\u0644: +968 9747 5056 \u0645\u062F\u064A\u0631 \u0645\u0643\u062A\u0628 \u0627\u0644\u0627\u0633\u062A\u0642\u0628\u0627\u0644 (\u0645\u062A\u0648\u0641\u0631 24 \u0633\u0627\u0639\u0629): +968 9630 7483 \u0645\u0644\u0627\u062D\u0638\u0629: \u064A\u062C\u0628 \u0630\u0643\u0631 \u0627\u0633\u0645 \u0627\u0644\u0645\u0624\u062A\u0645\u0631 \"Oman Endowment Conference\" \u0639\u0646\u062F \u0627\u0644\u062D\u062C\u0632 \u0644\u0636\u0645\u0627\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629."))))));
|
|
54208
54255
|
})))));
|
|
54209
54256
|
};
|
|
54210
54257
|
|
package/dist/index.esm.js
CHANGED
|
@@ -14670,14 +14670,33 @@ var CartSlider = function CartSlider(props) {
|
|
|
14670
14670
|
}, langdetect == 'en' && /*#__PURE__*/React.createElement("span", {
|
|
14671
14671
|
className: "".concat(cart_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
14672
14672
|
onClick: function onClick() {
|
|
14673
|
-
|
|
14673
|
+
var _item$productinfo2, _item$productinfo3, _item$productinfo4, _item$productinfo5;
|
|
14674
|
+
var quantitystepincrearse = 1;
|
|
14675
|
+
var quantity = item.quantity;
|
|
14676
|
+
if ((item === null || item === void 0 || (_item$productinfo2 = item.productinfo) === null || _item$productinfo2 === void 0 ? void 0 : _item$productinfo2.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo3 = item.productinfo) === null || _item$productinfo3 === void 0 ? void 0 : _item$productinfo3.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo4 = item.productinfo) === null || _item$productinfo4 === void 0 ? void 0 : _item$productinfo4.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo5 = item.productinfo) === null || _item$productinfo5 === void 0 ? void 0 : _item$productinfo5.quantitystepincrearse) != '') {
|
|
14677
|
+
var _item$productinfo6;
|
|
14678
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo6 = item.productinfo) === null || _item$productinfo6 === void 0 ? void 0 : _item$productinfo6.quantitystepincrearse);
|
|
14679
|
+
}
|
|
14680
|
+
quantity = quantity - quantitystepincrearse;
|
|
14681
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) - 1));
|
|
14682
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14683
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) - 1));
|
|
14674
14684
|
}
|
|
14675
14685
|
}, /*#__PURE__*/React.createElement(FiMinus, {
|
|
14676
14686
|
size: sectionproperties.remove_quantitybtn_textfontsize
|
|
14677
14687
|
})), langdetect == 'ar' && /*#__PURE__*/React.createElement("span", {
|
|
14678
14688
|
className: "".concat(cart_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
14679
14689
|
onClick: function onClick() {
|
|
14680
|
-
|
|
14690
|
+
var _item$productinfo7, _item$productinfo8, _item$productinfo9, _item$productinfo10;
|
|
14691
|
+
var quantitystepincrearse = 1;
|
|
14692
|
+
var quantity = item.quantity;
|
|
14693
|
+
if ((item === null || item === void 0 || (_item$productinfo7 = item.productinfo) === null || _item$productinfo7 === void 0 ? void 0 : _item$productinfo7.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo8 = item.productinfo) === null || _item$productinfo8 === void 0 ? void 0 : _item$productinfo8.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo9 = item.productinfo) === null || _item$productinfo9 === void 0 ? void 0 : _item$productinfo9.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo10 = item.productinfo) === null || _item$productinfo10 === void 0 ? void 0 : _item$productinfo10.quantitystepincrearse) != '') {
|
|
14694
|
+
var _item$productinfo11;
|
|
14695
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo11 = item.productinfo) === null || _item$productinfo11 === void 0 ? void 0 : _item$productinfo11.quantitystepincrearse);
|
|
14696
|
+
}
|
|
14697
|
+
quantity = quantity + quantitystepincrearse;
|
|
14698
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14699
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) + 1));
|
|
14681
14700
|
}
|
|
14682
14701
|
}, /*#__PURE__*/React.createElement(FiPlus, {
|
|
14683
14702
|
size: sectionproperties.add_quantitybtn_textfontsize
|
|
@@ -14689,14 +14708,31 @@ var CartSlider = function CartSlider(props) {
|
|
|
14689
14708
|
}, item.quantity), langdetect == 'en' && /*#__PURE__*/React.createElement("span", {
|
|
14690
14709
|
className: "".concat(cart_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
14691
14710
|
onClick: function onClick() {
|
|
14692
|
-
|
|
14711
|
+
var _item$productinfo12, _item$productinfo13, _item$productinfo14, _item$productinfo15;
|
|
14712
|
+
var quantitystepincrearse = 1;
|
|
14713
|
+
var quantity = item.quantity;
|
|
14714
|
+
if ((item === null || item === void 0 || (_item$productinfo12 = item.productinfo) === null || _item$productinfo12 === void 0 ? void 0 : _item$productinfo12.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo13 = item.productinfo) === null || _item$productinfo13 === void 0 ? void 0 : _item$productinfo13.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo14 = item.productinfo) === null || _item$productinfo14 === void 0 ? void 0 : _item$productinfo14.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo15 = item.productinfo) === null || _item$productinfo15 === void 0 ? void 0 : _item$productinfo15.quantitystepincrearse) != '') {
|
|
14715
|
+
var _item$productinfo16;
|
|
14716
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo16 = item.productinfo) === null || _item$productinfo16 === void 0 ? void 0 : _item$productinfo16.quantitystepincrearse);
|
|
14717
|
+
}
|
|
14718
|
+
quantity = quantity + quantitystepincrearse;
|
|
14719
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14720
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) + 1));
|
|
14693
14721
|
}
|
|
14694
14722
|
}, /*#__PURE__*/React.createElement(FiPlus, {
|
|
14695
14723
|
size: sectionproperties.add_quantitybtn_textfontsize
|
|
14696
14724
|
})), langdetect == 'ar' && /*#__PURE__*/React.createElement("span", {
|
|
14697
14725
|
className: "".concat(cart_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
14698
14726
|
onClick: function onClick() {
|
|
14699
|
-
|
|
14727
|
+
var _item$productinfo17, _item$productinfo18, _item$productinfo19, _item$productinfo20;
|
|
14728
|
+
var quantitystepincrearse = 1;
|
|
14729
|
+
var quantity = item.quantity;
|
|
14730
|
+
if ((item === null || item === void 0 || (_item$productinfo17 = item.productinfo) === null || _item$productinfo17 === void 0 ? void 0 : _item$productinfo17.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo18 = item.productinfo) === null || _item$productinfo18 === void 0 ? void 0 : _item$productinfo18.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo19 = item.productinfo) === null || _item$productinfo19 === void 0 ? void 0 : _item$productinfo19.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo20 = item.productinfo) === null || _item$productinfo20 === void 0 ? void 0 : _item$productinfo20.quantitystepincrearse) != '') {
|
|
14731
|
+
var _item$productinfo21;
|
|
14732
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo21 = item.productinfo) === null || _item$productinfo21 === void 0 ? void 0 : _item$productinfo21.quantitystepincrearse);
|
|
14733
|
+
}
|
|
14734
|
+
quantity = quantity - quantitystepincrearse; // ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) - 1));
|
|
14735
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14700
14736
|
}
|
|
14701
14737
|
}, /*#__PURE__*/React.createElement(FiMinus, {
|
|
14702
14738
|
size: sectionproperties.remove_quantitybtn_textfontsize
|
|
@@ -54156,7 +54192,18 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
54156
54192
|
textTransform: sectionproperties.slideshowText2ContentTextTransform,
|
|
54157
54193
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
54158
54194
|
}
|
|
54159
|
-
}, langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar)
|
|
54195
|
+
}, "asdsd ", langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar), cardinfoindex == 7 && /*#__PURE__*/React.createElement("p", {
|
|
54196
|
+
className: "m-0 p-0 wordbreak",
|
|
54197
|
+
style: {
|
|
54198
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
54199
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
54200
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
54201
|
+
textTransform: sectionproperties.slideshowText2ContentTextTransform,
|
|
54202
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
54203
|
+
}
|
|
54204
|
+
}, "\u0646\u0634\u0643\u0631 \u0627\u0647\u062A\u0645\u0627\u0645\u0643\u0645 \u0628\u062D\u0636\u0648\u0631 \u0627\u0644\u0645\u0624\u062A\u0645\u0631\u060C \u0648\u064A\u0633\u0631\u0646\u0627 \u0623\u0646 \u0646\u0642\u062F\u0645 \u0644\u0643\u0645 \u0642\u0627\u0626\u0645\u0629 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0625\u0642\u0627\u0645\u0629 \u0627\u0644\u0642\u0631\u064A\u0628\u0629 \u0645\u0646 \u0645\u0643\u0627\u0646 \u0627\u0644\u0645\u0624\u062A\u0645\u0631 \u0648\u0627\u0644\u062A\u064A \u062A\u0634\u0645\u0644 \u0623\u0633\u0639\u0627\u0631\u064B\u0627 \u062E\u0627\u0635\u0629 \u0648\u062E\u0635\u0648\u0645\u0627\u062A \u0644\u0644\u0636\u064A\u0648\u0641: W Hotel Muscat \u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u062E\u0627\u0635: 100 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629. \u0627\u0644\u0641\u062A\u0631\u0629: \u0645\u0646 15 \u062F\u064A\u0633\u0645\u0628\u0631 2024 \u0625\u0644\u0649 18 \u062F\u064A\u0633\u0645\u0628\u0631 2024. \u0631\u0627\u0628\u0637 \u0627\u0644\u062D\u062C\u0632", /*#__PURE__*/React.createElement("a", {
|
|
54205
|
+
href: "https://www.marriott.com/event-reservations/reservation-link.mi?id=1733218170721&key=CORP&guestreslink2=true&app=resvlink"
|
|
54206
|
+
}, "https://www.marriott.com/event-reservations/reservation-link.mi?id=1733218170721&key=CORP&guestreslink2=true&app=resvlink"), ' ', "JW Marriott Muscat \u063A\u0631\u0641\u0629 \u062F\u064A\u0644\u0648\u0643\u0633 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0641\u0631\u062F\u064A): 67.798 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629. \u063A\u0631\u0641\u0629 \u062F\u064A\u0644\u0648\u0643\u0633 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0645\u0632\u062F\u0648\u062C): 80.125 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629. \u062A\u0634\u0645\u0644 \u0627\u0644\u0623\u0633\u0639\u0627\u0631: \u0627\u0644\u0625\u0641\u0637\u0627\u0631\u060C \u0648\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0631\u0627\u0641\u0642 \u0627\u0644\u0641\u0646\u062F\u0642 \u0645\u062B\u0644 \u0645\u0631\u0643\u0632 \u0627\u0644\u0644\u064A\u0627\u0642\u0629 \u0627\u0644\u0628\u062F\u0646\u064A\u0629 \u0648\u0627\u0644\u0645\u0633\u0627\u0628\u062D. \u0631\u0627\u0628\u0637 \u0627\u0644\u062D\u062C\u0632 https://www.marriott.com/event-reservations/reservation-link.mi?id=1698847044604&key=CORP&guestreslink2=true Crowne Plaza Oman Convention & Exhibition Center \u0627\u0644\u062E\u0635\u0645 \u0627\u0644\u062E\u0627\u0635: 20% \u0639\u0644\u0649 \u0627\u0644\u0625\u0642\u0627\u0645\u0629. \u0625\u0636\u0627\u0641\u0627\u062A: \u0625\u0641\u0637\u0627\u0631 \u0645\u062C\u0627\u0646\u064A. \u0631\u0627\u0628\u0637 \u0627\u0644\u062D\u062C\u0632 https://www.ihg.com/crowneplaza/hotels/us/en/muscat/msccp/hoteldetail?fromRedirect=true&qSrt=sBR&qIta=99502056&icdv=99502056&qSlH=MSCCP&qCpid=787098760&qAAR=AL4BW&qRtP=AL4BW&setPMCookies=true&qSHBrC=CP&qDest=Madinat%20Al%20Irfan%2C%20Muscat%2C%20OM&srb_u=1 Ramada Encore Hotel \u063A\u0631\u0641\u0629 \u0642\u064A\u0627\u0633\u064A\u0629 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0641\u0631\u062F\u064A): 26 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629 (\u062A\u0634\u0645\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0648\u0627\u0644\u0625\u0641\u0637\u0627\u0631) \u063A\u0631\u0641\u0629 \u0642\u064A\u0627\u0633\u064A\u0629 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0645\u0632\u062F\u0648\u062C): 29 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629 (\u062A\u0634\u0645\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0648\u0627\u0644\u0625\u0641\u0637\u0627\u0631) \u0644\u0644\u062D\u062C\u0632: \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A: reservations@ramadaencoremuscat.com \u0639\u0628\u0631 \u0627\u0644\u0648\u0627\u062A\u0633\u0627\u0628/\u0627\u0644\u0627\u062A\u0635\u0627\u0644: +968 9747 5056 \u0645\u062F\u064A\u0631 \u0645\u0643\u062A\u0628 \u0627\u0644\u0627\u0633\u062A\u0642\u0628\u0627\u0644 (\u0645\u062A\u0648\u0641\u0631 24 \u0633\u0627\u0639\u0629): +968 9630 7483 \u0645\u0644\u0627\u062D\u0638\u0629: \u064A\u062C\u0628 \u0630\u0643\u0631 \u0627\u0633\u0645 \u0627\u0644\u0645\u0624\u062A\u0645\u0631 \"Oman Endowment Conference\" \u0639\u0646\u062F \u0627\u0644\u062D\u062C\u0632 \u0644\u0636\u0645\u0627\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629."))))));
|
|
54160
54207
|
})))));
|
|
54161
54208
|
};
|
|
54162
54209
|
|
package/dist/index.umd.js
CHANGED
|
@@ -14543,14 +14543,33 @@
|
|
|
14543
14543
|
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14544
14544
|
className: "".concat(cart_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
14545
14545
|
onClick: function onClick() {
|
|
14546
|
-
|
|
14546
|
+
var _item$productinfo2, _item$productinfo3, _item$productinfo4, _item$productinfo5;
|
|
14547
|
+
var quantitystepincrearse = 1;
|
|
14548
|
+
var quantity = item.quantity;
|
|
14549
|
+
if ((item === null || item === void 0 || (_item$productinfo2 = item.productinfo) === null || _item$productinfo2 === void 0 ? void 0 : _item$productinfo2.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo3 = item.productinfo) === null || _item$productinfo3 === void 0 ? void 0 : _item$productinfo3.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo4 = item.productinfo) === null || _item$productinfo4 === void 0 ? void 0 : _item$productinfo4.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo5 = item.productinfo) === null || _item$productinfo5 === void 0 ? void 0 : _item$productinfo5.quantitystepincrearse) != '') {
|
|
14550
|
+
var _item$productinfo6;
|
|
14551
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo6 = item.productinfo) === null || _item$productinfo6 === void 0 ? void 0 : _item$productinfo6.quantitystepincrearse);
|
|
14552
|
+
}
|
|
14553
|
+
quantity = quantity - quantitystepincrearse;
|
|
14554
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) - 1));
|
|
14555
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14556
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) - 1));
|
|
14547
14557
|
}
|
|
14548
14558
|
}, /*#__PURE__*/React__default["default"].createElement(FiMinus.FiMinus, {
|
|
14549
14559
|
size: sectionproperties.remove_quantitybtn_textfontsize
|
|
14550
14560
|
})), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14551
14561
|
className: "".concat(cart_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
14552
14562
|
onClick: function onClick() {
|
|
14553
|
-
|
|
14563
|
+
var _item$productinfo7, _item$productinfo8, _item$productinfo9, _item$productinfo10;
|
|
14564
|
+
var quantitystepincrearse = 1;
|
|
14565
|
+
var quantity = item.quantity;
|
|
14566
|
+
if ((item === null || item === void 0 || (_item$productinfo7 = item.productinfo) === null || _item$productinfo7 === void 0 ? void 0 : _item$productinfo7.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo8 = item.productinfo) === null || _item$productinfo8 === void 0 ? void 0 : _item$productinfo8.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo9 = item.productinfo) === null || _item$productinfo9 === void 0 ? void 0 : _item$productinfo9.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo10 = item.productinfo) === null || _item$productinfo10 === void 0 ? void 0 : _item$productinfo10.quantitystepincrearse) != '') {
|
|
14567
|
+
var _item$productinfo11;
|
|
14568
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo11 = item.productinfo) === null || _item$productinfo11 === void 0 ? void 0 : _item$productinfo11.quantitystepincrearse);
|
|
14569
|
+
}
|
|
14570
|
+
quantity = quantity + quantitystepincrearse;
|
|
14571
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14572
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) + 1));
|
|
14554
14573
|
}
|
|
14555
14574
|
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, {
|
|
14556
14575
|
size: sectionproperties.add_quantitybtn_textfontsize
|
|
@@ -14562,14 +14581,31 @@
|
|
|
14562
14581
|
}, item.quantity), langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14563
14582
|
className: "".concat(cart_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
|
|
14564
14583
|
onClick: function onClick() {
|
|
14565
|
-
|
|
14584
|
+
var _item$productinfo12, _item$productinfo13, _item$productinfo14, _item$productinfo15;
|
|
14585
|
+
var quantitystepincrearse = 1;
|
|
14586
|
+
var quantity = item.quantity;
|
|
14587
|
+
if ((item === null || item === void 0 || (_item$productinfo12 = item.productinfo) === null || _item$productinfo12 === void 0 ? void 0 : _item$productinfo12.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo13 = item.productinfo) === null || _item$productinfo13 === void 0 ? void 0 : _item$productinfo13.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo14 = item.productinfo) === null || _item$productinfo14 === void 0 ? void 0 : _item$productinfo14.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo15 = item.productinfo) === null || _item$productinfo15 === void 0 ? void 0 : _item$productinfo15.quantitystepincrearse) != '') {
|
|
14588
|
+
var _item$productinfo16;
|
|
14589
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo16 = item.productinfo) === null || _item$productinfo16 === void 0 ? void 0 : _item$productinfo16.quantitystepincrearse);
|
|
14590
|
+
}
|
|
14591
|
+
quantity = quantity + quantitystepincrearse;
|
|
14592
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14593
|
+
// ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) + 1));
|
|
14566
14594
|
}
|
|
14567
14595
|
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, {
|
|
14568
14596
|
size: sectionproperties.add_quantitybtn_textfontsize
|
|
14569
14597
|
})), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14570
14598
|
className: "".concat(cart_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
|
|
14571
14599
|
onClick: function onClick() {
|
|
14572
|
-
|
|
14600
|
+
var _item$productinfo17, _item$productinfo18, _item$productinfo19, _item$productinfo20;
|
|
14601
|
+
var quantitystepincrearse = 1;
|
|
14602
|
+
var quantity = item.quantity;
|
|
14603
|
+
if ((item === null || item === void 0 || (_item$productinfo17 = item.productinfo) === null || _item$productinfo17 === void 0 ? void 0 : _item$productinfo17.quantitystepincrearse) != undefined && (item === null || item === void 0 || (_item$productinfo18 = item.productinfo) === null || _item$productinfo18 === void 0 ? void 0 : _item$productinfo18.quantitystepincrearse) != null && (item === null || item === void 0 || (_item$productinfo19 = item.productinfo) === null || _item$productinfo19 === void 0 ? void 0 : _item$productinfo19.quantitystepincrearse) != 1 && (item === null || item === void 0 || (_item$productinfo20 = item.productinfo) === null || _item$productinfo20 === void 0 ? void 0 : _item$productinfo20.quantitystepincrearse) != '') {
|
|
14604
|
+
var _item$productinfo21;
|
|
14605
|
+
quantitystepincrearse = parseInt(item === null || item === void 0 || (_item$productinfo21 = item.productinfo) === null || _item$productinfo21 === void 0 ? void 0 : _item$productinfo21.quantitystepincrearse);
|
|
14606
|
+
}
|
|
14607
|
+
quantity = quantity - quantitystepincrearse; // ChangeCartItemQuantityContext(item, parseInt(parseInt(item.quantity) - 1));
|
|
14608
|
+
ChangeCartItemQuantityContext(item, parseInt(quantity));
|
|
14573
14609
|
}
|
|
14574
14610
|
}, /*#__PURE__*/React__default["default"].createElement(FiMinus.FiMinus, {
|
|
14575
14611
|
size: sectionproperties.remove_quantitybtn_textfontsize
|
|
@@ -54029,7 +54065,18 @@
|
|
|
54029
54065
|
textTransform: sectionproperties.slideshowText2ContentTextTransform,
|
|
54030
54066
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
54031
54067
|
}
|
|
54032
|
-
}, langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar)
|
|
54068
|
+
}, "asdsd ", langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar), cardinfoindex == 7 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
54069
|
+
className: "m-0 p-0 wordbreak",
|
|
54070
|
+
style: {
|
|
54071
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
54072
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
54073
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
54074
|
+
textTransform: sectionproperties.slideshowText2ContentTextTransform,
|
|
54075
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
54076
|
+
}
|
|
54077
|
+
}, "\u0646\u0634\u0643\u0631 \u0627\u0647\u062A\u0645\u0627\u0645\u0643\u0645 \u0628\u062D\u0636\u0648\u0631 \u0627\u0644\u0645\u0624\u062A\u0645\u0631\u060C \u0648\u064A\u0633\u0631\u0646\u0627 \u0623\u0646 \u0646\u0642\u062F\u0645 \u0644\u0643\u0645 \u0642\u0627\u0626\u0645\u0629 \u062E\u064A\u0627\u0631\u0627\u062A \u0627\u0644\u0625\u0642\u0627\u0645\u0629 \u0627\u0644\u0642\u0631\u064A\u0628\u0629 \u0645\u0646 \u0645\u0643\u0627\u0646 \u0627\u0644\u0645\u0624\u062A\u0645\u0631 \u0648\u0627\u0644\u062A\u064A \u062A\u0634\u0645\u0644 \u0623\u0633\u0639\u0627\u0631\u064B\u0627 \u062E\u0627\u0635\u0629 \u0648\u062E\u0635\u0648\u0645\u0627\u062A \u0644\u0644\u0636\u064A\u0648\u0641: W Hotel Muscat \u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u062E\u0627\u0635: 100 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629. \u0627\u0644\u0641\u062A\u0631\u0629: \u0645\u0646 15 \u062F\u064A\u0633\u0645\u0628\u0631 2024 \u0625\u0644\u0649 18 \u062F\u064A\u0633\u0645\u0628\u0631 2024. \u0631\u0627\u0628\u0637 \u0627\u0644\u062D\u062C\u0632", /*#__PURE__*/React__default["default"].createElement("a", {
|
|
54078
|
+
href: "https://www.marriott.com/event-reservations/reservation-link.mi?id=1733218170721&key=CORP&guestreslink2=true&app=resvlink"
|
|
54079
|
+
}, "https://www.marriott.com/event-reservations/reservation-link.mi?id=1733218170721&key=CORP&guestreslink2=true&app=resvlink"), ' ', "JW Marriott Muscat \u063A\u0631\u0641\u0629 \u062F\u064A\u0644\u0648\u0643\u0633 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0641\u0631\u062F\u064A): 67.798 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629. \u063A\u0631\u0641\u0629 \u062F\u064A\u0644\u0648\u0643\u0633 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0645\u0632\u062F\u0648\u062C): 80.125 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629. \u062A\u0634\u0645\u0644 \u0627\u0644\u0623\u0633\u0639\u0627\u0631: \u0627\u0644\u0625\u0641\u0637\u0627\u0631\u060C \u0648\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0631\u0627\u0641\u0642 \u0627\u0644\u0641\u0646\u062F\u0642 \u0645\u062B\u0644 \u0645\u0631\u0643\u0632 \u0627\u0644\u0644\u064A\u0627\u0642\u0629 \u0627\u0644\u0628\u062F\u0646\u064A\u0629 \u0648\u0627\u0644\u0645\u0633\u0627\u0628\u062D. \u0631\u0627\u0628\u0637 \u0627\u0644\u062D\u062C\u0632 https://www.marriott.com/event-reservations/reservation-link.mi?id=1698847044604&key=CORP&guestreslink2=true Crowne Plaza Oman Convention & Exhibition Center \u0627\u0644\u062E\u0635\u0645 \u0627\u0644\u062E\u0627\u0635: 20% \u0639\u0644\u0649 \u0627\u0644\u0625\u0642\u0627\u0645\u0629. \u0625\u0636\u0627\u0641\u0627\u062A: \u0625\u0641\u0637\u0627\u0631 \u0645\u062C\u0627\u0646\u064A. \u0631\u0627\u0628\u0637 \u0627\u0644\u062D\u062C\u0632 https://www.ihg.com/crowneplaza/hotels/us/en/muscat/msccp/hoteldetail?fromRedirect=true&qSrt=sBR&qIta=99502056&icdv=99502056&qSlH=MSCCP&qCpid=787098760&qAAR=AL4BW&qRtP=AL4BW&setPMCookies=true&qSHBrC=CP&qDest=Madinat%20Al%20Irfan%2C%20Muscat%2C%20OM&srb_u=1 Ramada Encore Hotel \u063A\u0631\u0641\u0629 \u0642\u064A\u0627\u0633\u064A\u0629 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0641\u0631\u062F\u064A): 26 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629 (\u062A\u0634\u0645\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0648\u0627\u0644\u0625\u0641\u0637\u0627\u0631) \u063A\u0631\u0641\u0629 \u0642\u064A\u0627\u0633\u064A\u0629 (\u0627\u0644\u0625\u0634\u063A\u0627\u0644 \u0627\u0644\u0645\u0632\u062F\u0648\u062C): 29 \u0631\u064A\u0627\u0644 \u0639\u0645\u0627\u0646\u064A \u0635\u0627\u0641\u064A \u0644\u0643\u0644 \u0644\u064A\u0644\u0629 (\u062A\u0634\u0645\u0644 \u0627\u0644\u0636\u0631\u0627\u0626\u0628 \u0648\u0627\u0644\u0625\u0641\u0637\u0627\u0631) \u0644\u0644\u062D\u062C\u0632: \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A: reservations@ramadaencoremuscat.com \u0639\u0628\u0631 \u0627\u0644\u0648\u0627\u062A\u0633\u0627\u0628/\u0627\u0644\u0627\u062A\u0635\u0627\u0644: +968 9747 5056 \u0645\u062F\u064A\u0631 \u0645\u0643\u062A\u0628 \u0627\u0644\u0627\u0633\u062A\u0642\u0628\u0627\u0644 (\u0645\u062A\u0648\u0641\u0631 24 \u0633\u0627\u0639\u0629): +968 9630 7483 \u0645\u0644\u0627\u062D\u0638\u0629: \u064A\u062C\u0628 \u0630\u0643\u0631 \u0627\u0633\u0645 \u0627\u0644\u0645\u0624\u062A\u0645\u0631 \"Oman Endowment Conference\" \u0639\u0646\u062F \u0627\u0644\u062D\u062C\u0632 \u0644\u0636\u0645\u0627\u0646 \u0627\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0623\u0633\u0639\u0627\u0631 \u0627\u0644\u062E\u0627\u0635\u0629."))))));
|
|
54033
54080
|
})))));
|
|
54034
54081
|
};
|
|
54035
54082
|
|