tabexseriescomponents 0.0.107 → 0.0.110
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 +4 -20
- package/dist/index.esm.js +4 -19
- package/dist/index.umd.js +8 -23
- package/package.json +1 -2
package/dist/index.cjs.js
CHANGED
|
@@ -21,7 +21,6 @@ var IoMdClose = require('@react-icons/all-files/io/IoMdClose');
|
|
|
21
21
|
var reactBootstrap = require('react-bootstrap');
|
|
22
22
|
require('react-query');
|
|
23
23
|
var ImageGallery = require('react-image-gallery');
|
|
24
|
-
var ShowMoreText = require('react-show-more-text');
|
|
25
24
|
var reactRouter = require('react-router');
|
|
26
25
|
var imagekitioReact = require('imagekitio-react');
|
|
27
26
|
var MdAddShoppingCart$1 = require('@react-icons/all-files/md/MdAddShoppingCart');
|
|
@@ -148,7 +147,6 @@ var Cookies__default = /*#__PURE__*/_interopDefaultLegacy(Cookies);
|
|
|
148
147
|
var jwtDecode__default = /*#__PURE__*/_interopDefaultLegacy(jwtDecode);
|
|
149
148
|
var FacebookLogin__default = /*#__PURE__*/_interopDefaultLegacy(FacebookLogin);
|
|
150
149
|
var ImageGallery__default = /*#__PURE__*/_interopDefaultLegacy(ImageGallery);
|
|
151
|
-
var ShowMoreText__default = /*#__PURE__*/_interopDefaultLegacy(ShowMoreText);
|
|
152
150
|
var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumableArray);
|
|
153
151
|
var TextareaAutosize__default = /*#__PURE__*/_interopDefaultLegacy(TextareaAutosize);
|
|
154
152
|
var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
|
|
@@ -1668,14 +1666,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1668
1666
|
className: "row m-0 w-100 d-flex flex-column"
|
|
1669
1667
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1670
1668
|
className: "m-0 p-0 text-light font-15 d-flex justify-content-start"
|
|
1671
|
-
}, lang.description, ":"), /*#__PURE__*/React__default["default"].createElement(
|
|
1672
|
-
lines: 5,
|
|
1673
|
-
more: lang.showmore,
|
|
1674
|
-
less: lang.showless,
|
|
1675
|
-
anchorClass: "my-anchor-css-className",
|
|
1676
|
-
expanded: false,
|
|
1677
|
-
truncatedEndingComponent: '... '
|
|
1678
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1669
|
+
}, lang.description, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1679
1670
|
className: 'text-black text-capitalize m-0 p-0 wordbreak',
|
|
1680
1671
|
style: {
|
|
1681
1672
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -1683,7 +1674,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1683
1674
|
dangerouslySetInnerHTML: {
|
|
1684
1675
|
__html: langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.description_en : fetchProductInfoQueryContext.data.data.productinfo.description_ar
|
|
1685
1676
|
}
|
|
1686
|
-
})))
|
|
1677
|
+
}))), langdetect == 'ar' && fetchProductInfoQueryContext.data.data.productinfo.description_ar != '' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1687
1678
|
className: "col-lg-12 p-0 mb-5 d-flex justify-content-center",
|
|
1688
1679
|
style: {
|
|
1689
1680
|
minHeight: '15vh'
|
|
@@ -1692,14 +1683,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1692
1683
|
className: "row m-0 w-100 d-flex flex-column"
|
|
1693
1684
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1694
1685
|
className: "m-0 p-0 text-light font-15 d-flex justify-content-start"
|
|
1695
|
-
}, lang.description, ":"), /*#__PURE__*/React__default["default"].createElement(
|
|
1696
|
-
lines: 5,
|
|
1697
|
-
more: lang.showmore,
|
|
1698
|
-
less: lang.showless,
|
|
1699
|
-
anchorClass: "my-anchor-css-className",
|
|
1700
|
-
expanded: false,
|
|
1701
|
-
truncatedEndingComponent: '... '
|
|
1702
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1686
|
+
}, lang.description, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1703
1687
|
className: 'text-black text-capitalize m-0 p-0 wordbreak',
|
|
1704
1688
|
style: {
|
|
1705
1689
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -1707,7 +1691,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1707
1691
|
dangerouslySetInnerHTML: {
|
|
1708
1692
|
__html: langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.description_en : fetchProductInfoQueryContext.data.data.productinfo.description_ar
|
|
1709
1693
|
}
|
|
1710
|
-
})))
|
|
1694
|
+
}))), fetchProductInfoQueryContext.data.data.productinfo.hasvariants == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1711
1695
|
className: "row m-0 w-100 d-flex align-items-start"
|
|
1712
1696
|
}, fetchProductInfoQueryContext.data.data.productinfo.productoptions.map(function (item, index) {
|
|
1713
1697
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
package/dist/index.esm.js
CHANGED
|
@@ -19,7 +19,6 @@ import { IoMdClose } from '@react-icons/all-files/io/IoMdClose';
|
|
|
19
19
|
import { Modal, Offcanvas } from 'react-bootstrap';
|
|
20
20
|
import 'react-query';
|
|
21
21
|
import ImageGallery from 'react-image-gallery';
|
|
22
|
-
import ShowMoreText from 'react-show-more-text';
|
|
23
22
|
import { useParams } from 'react-router';
|
|
24
23
|
import { IKImage } from 'imagekitio-react';
|
|
25
24
|
import { MdAddShoppingCart as MdAddShoppingCart$1 } from '@react-icons/all-files/md/MdAddShoppingCart';
|
|
@@ -1625,14 +1624,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1625
1624
|
className: "row m-0 w-100 d-flex flex-column"
|
|
1626
1625
|
}, /*#__PURE__*/React.createElement("p", {
|
|
1627
1626
|
className: "m-0 p-0 text-light font-15 d-flex justify-content-start"
|
|
1628
|
-
}, lang.description, ":"), /*#__PURE__*/React.createElement(
|
|
1629
|
-
lines: 5,
|
|
1630
|
-
more: lang.showmore,
|
|
1631
|
-
less: lang.showless,
|
|
1632
|
-
anchorClass: "my-anchor-css-className",
|
|
1633
|
-
expanded: false,
|
|
1634
|
-
truncatedEndingComponent: '... '
|
|
1635
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
1627
|
+
}, lang.description, ":"), /*#__PURE__*/React.createElement("p", {
|
|
1636
1628
|
className: 'text-black text-capitalize m-0 p-0 wordbreak',
|
|
1637
1629
|
style: {
|
|
1638
1630
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -1640,7 +1632,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1640
1632
|
dangerouslySetInnerHTML: {
|
|
1641
1633
|
__html: langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.description_en : fetchProductInfoQueryContext.data.data.productinfo.description_ar
|
|
1642
1634
|
}
|
|
1643
|
-
})))
|
|
1635
|
+
}))), langdetect == 'ar' && fetchProductInfoQueryContext.data.data.productinfo.description_ar != '' && /*#__PURE__*/React.createElement("div", {
|
|
1644
1636
|
className: "col-lg-12 p-0 mb-5 d-flex justify-content-center",
|
|
1645
1637
|
style: {
|
|
1646
1638
|
minHeight: '15vh'
|
|
@@ -1649,14 +1641,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1649
1641
|
className: "row m-0 w-100 d-flex flex-column"
|
|
1650
1642
|
}, /*#__PURE__*/React.createElement("p", {
|
|
1651
1643
|
className: "m-0 p-0 text-light font-15 d-flex justify-content-start"
|
|
1652
|
-
}, lang.description, ":"), /*#__PURE__*/React.createElement(
|
|
1653
|
-
lines: 5,
|
|
1654
|
-
more: lang.showmore,
|
|
1655
|
-
less: lang.showless,
|
|
1656
|
-
anchorClass: "my-anchor-css-className",
|
|
1657
|
-
expanded: false,
|
|
1658
|
-
truncatedEndingComponent: '... '
|
|
1659
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
1644
|
+
}, lang.description, ":"), /*#__PURE__*/React.createElement("p", {
|
|
1660
1645
|
className: 'text-black text-capitalize m-0 p-0 wordbreak',
|
|
1661
1646
|
style: {
|
|
1662
1647
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -1664,7 +1649,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1664
1649
|
dangerouslySetInnerHTML: {
|
|
1665
1650
|
__html: langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.description_en : fetchProductInfoQueryContext.data.data.productinfo.description_ar
|
|
1666
1651
|
}
|
|
1667
|
-
})))
|
|
1652
|
+
}))), fetchProductInfoQueryContext.data.data.productinfo.hasvariants == 1 && /*#__PURE__*/React.createElement("div", {
|
|
1668
1653
|
className: "row m-0 w-100 d-flex align-items-start"
|
|
1669
1654
|
}, fetchProductInfoQueryContext.data.data.productinfo.productoptions.map(function (item, index) {
|
|
1670
1655
|
return /*#__PURE__*/React.createElement("div", {
|
package/dist/index.umd.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('react-query'), require('react-image-gallery'), require('react-
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'react-query', 'react-image-gallery', 'react-
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, null, global.ImageGallery, global.
|
|
5
|
-
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, reactQuery, ImageGallery,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('react-query'), require('react-image-gallery'), require('react-router'), require('imagekitio-react'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fi/FiMapPin'), require('@react-icons/all-files/fa/FaShippingFast'), require('@babel/runtime/helpers/toConsumableArray'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/ai/AiOutlineLogout'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('@react-icons/all-files/hi/HiOutlineTrash'), require('react-textarea-autosize'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-accessible-accordion'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('react-router-dom'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/hi/HiOutlineClock'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-intersection-observer'), require('react-horizontal-scrolling-menu'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('@react-icons/all-files/fi/FiFilter'), require('react-select'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/io/IoIosArrowUp'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'react-query', 'react-image-gallery', 'react-router', 'imagekitio-react', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/ri/RiSecurePaymentLine', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fi/FiMapPin', '@react-icons/all-files/fa/FaShippingFast', '@babel/runtime/helpers/toConsumableArray', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/ai/AiOutlineLogout', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', '@react-icons/all-files/hi/HiOutlineTrash', 'react-textarea-autosize', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-accessible-accordion', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', 'react-router-dom', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-bootstrap/Dropdown', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/hi/HiOutlineClock', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-intersection-observer', 'react-horizontal-scrolling-menu', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', '@react-icons/all-files/fi/FiFilter', 'react-select', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/io/IoIosArrowUp', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, null, global.ImageGallery, global.reactRouter, global.imagekitioReact, global.MdAddShoppingCart$1, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar, global.AiOutlineStar, global.RiSecurePaymentLine, global.HiOutlinePhone, global.AiOutlineSecurityScan, global.FiMapPin, global.FaShippingFast, global._toConsumableArray, global.FaStar, null, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.HiOutlineTrash, global.TextareaAutosize, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.reactAccessibleAccordion, global.BsChevronLeft, global.BsChevronRight, global.RiArrowUpSLine, global.RiArrowDownSLine, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.Dropdown, global.FiLayers, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.MdKeyboardArrowDown, global.GoSearch, global.FiUser, global.BiSearch, global.AiOutlineHeart, global.AiOutlineMail, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiFillInstagram, global.FaWhatsapp, global.AiOutlineInstagram, global.BsInfoCircle, global.AiFillPhone, global.AiOutlineClockCircle, global.IoClose, global.MdKeyboardArrowUp$1, global.FaPhoneAlt, global.FaPhone, global.GoLocation, global.AiOutlinePhone, global.HiOutlineClock, global.HiOutlinePlus, global.AiOutlineMinus, global.reactIntersectionObserver, global.reactHorizontalScrollingMenu, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.FiFilter, global.Select$2, global.IoIosArrowRoundForward, global.IoIosArrowRoundBack, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.BiTimeFive, global.BsEye, global.IoIosArrowUp, global.FiMinus, global.FiPlus));
|
|
5
|
+
})(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, reactQuery, ImageGallery, reactRouter, imagekitioReact, MdAddShoppingCart$1, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart, FiShoppingBag, FiShoppingCart, AiFillStar, AiOutlineStar, RiSecurePaymentLine, HiOutlinePhone, AiOutlineSecurityScan, FiMapPin, FaShippingFast, _toConsumableArray, FaStar, AiOutlineLogout, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, HiOutlineTrash, TextareaAutosize, HiUser, GrMail, FiCheckCircle, BiPhone, reactAccessibleAccordion, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, reactRouterDom, IoBagCheckOutline, IoBagRemoveOutline, Dropdown, FiLayers, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, MdKeyboardArrowDown, GoSearch, FiUser, BiSearch, AiOutlineHeart, AiOutlineMail, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiFillInstagram, FaWhatsapp, AiOutlineInstagram, BsInfoCircle, AiFillPhone, AiOutlineClockCircle, IoClose, MdKeyboardArrowUp$1, FaPhoneAlt, FaPhone, GoLocation, AiOutlinePhone, HiOutlineClock, HiOutlinePlus, AiOutlineMinus, reactIntersectionObserver, reactHorizontalScrollingMenu, FaArrowAltCircleRight, FaArrowAltCircleLeft, FiFilter, Select$2, IoIosArrowRoundForward, IoIosArrowRoundBack, BackgroundSlideshow, _extends, reactSlideshowImage, BiTimeFive, BsEye, IoIosArrowUp, FiMinus, FiPlus) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
var jwtDecode__default = /*#__PURE__*/_interopDefaultLegacy(jwtDecode);
|
|
20
20
|
var FacebookLogin__default = /*#__PURE__*/_interopDefaultLegacy(FacebookLogin);
|
|
21
21
|
var ImageGallery__default = /*#__PURE__*/_interopDefaultLegacy(ImageGallery);
|
|
22
|
-
var ShowMoreText__default = /*#__PURE__*/_interopDefaultLegacy(ShowMoreText);
|
|
23
22
|
var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumableArray);
|
|
24
23
|
var TextareaAutosize__default = /*#__PURE__*/_interopDefaultLegacy(TextareaAutosize);
|
|
25
24
|
var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
|
|
@@ -1539,14 +1538,7 @@
|
|
|
1539
1538
|
className: "row m-0 w-100 d-flex flex-column"
|
|
1540
1539
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1541
1540
|
className: "m-0 p-0 text-light font-15 d-flex justify-content-start"
|
|
1542
|
-
}, lang.description, ":"), /*#__PURE__*/React__default["default"].createElement(
|
|
1543
|
-
lines: 5,
|
|
1544
|
-
more: lang.showmore,
|
|
1545
|
-
less: lang.showless,
|
|
1546
|
-
anchorClass: "my-anchor-css-className",
|
|
1547
|
-
expanded: false,
|
|
1548
|
-
truncatedEndingComponent: '... '
|
|
1549
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1541
|
+
}, lang.description, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1550
1542
|
className: 'text-black text-capitalize m-0 p-0 wordbreak',
|
|
1551
1543
|
style: {
|
|
1552
1544
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -1554,7 +1546,7 @@
|
|
|
1554
1546
|
dangerouslySetInnerHTML: {
|
|
1555
1547
|
__html: langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.description_en : fetchProductInfoQueryContext.data.data.productinfo.description_ar
|
|
1556
1548
|
}
|
|
1557
|
-
})))
|
|
1549
|
+
}))), langdetect == 'ar' && fetchProductInfoQueryContext.data.data.productinfo.description_ar != '' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1558
1550
|
className: "col-lg-12 p-0 mb-5 d-flex justify-content-center",
|
|
1559
1551
|
style: {
|
|
1560
1552
|
minHeight: '15vh'
|
|
@@ -1563,14 +1555,7 @@
|
|
|
1563
1555
|
className: "row m-0 w-100 d-flex flex-column"
|
|
1564
1556
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1565
1557
|
className: "m-0 p-0 text-light font-15 d-flex justify-content-start"
|
|
1566
|
-
}, lang.description, ":"), /*#__PURE__*/React__default["default"].createElement(
|
|
1567
|
-
lines: 5,
|
|
1568
|
-
more: lang.showmore,
|
|
1569
|
-
less: lang.showless,
|
|
1570
|
-
anchorClass: "my-anchor-css-className",
|
|
1571
|
-
expanded: false,
|
|
1572
|
-
truncatedEndingComponent: '... '
|
|
1573
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1558
|
+
}, lang.description, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1574
1559
|
className: 'text-black text-capitalize m-0 p-0 wordbreak',
|
|
1575
1560
|
style: {
|
|
1576
1561
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
@@ -1578,7 +1563,7 @@
|
|
|
1578
1563
|
dangerouslySetInnerHTML: {
|
|
1579
1564
|
__html: langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.description_en : fetchProductInfoQueryContext.data.data.productinfo.description_ar
|
|
1580
1565
|
}
|
|
1581
|
-
})))
|
|
1566
|
+
}))), fetchProductInfoQueryContext.data.data.productinfo.hasvariants == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1582
1567
|
className: "row m-0 w-100 d-flex align-items-start"
|
|
1583
1568
|
}, fetchProductInfoQueryContext.data.data.productinfo.productoptions.map(function (item, index) {
|
|
1584
1569
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tabexseriescomponents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.110",
|
|
4
4
|
"description": "your description",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"scripts": {
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
"react-router": "^6.3.0",
|
|
33
33
|
"react-router-dom": "^6.3.0",
|
|
34
34
|
"react-select": "^5.4.0",
|
|
35
|
-
"react-show-more-text": "^1.5.2",
|
|
36
35
|
"react-slideshow-image": "^4.0.5",
|
|
37
36
|
"react-textarea-autosize": "^8.3.4",
|
|
38
37
|
"rollup-plugin-img": "^1.1.0",
|