tabexseriescomponents 0.2.1358 → 0.2.1360
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 +54 -2
- package/dist/index.esm.js +54 -2
- package/dist/index.umd.js +54 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -62020,7 +62020,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
62020
62020
|
height: '100%',
|
|
62021
62021
|
objectFit: 'contain'
|
|
62022
62022
|
},
|
|
62023
|
-
src: 'https://ik.imagekit.io/42fa3n8bbf/products/69f5c925643a4/
|
|
62023
|
+
src: 'https://ik.imagekit.io/42fa3n8bbf/products/69f5c925643a4/6a2ab7e9f11dbgeneralimage.png'
|
|
62024
62024
|
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6995aff955278' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
62025
62025
|
"class": "col-lg-3 d-flex allcentered mb-md-4 "
|
|
62026
62026
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -73689,6 +73689,14 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
73689
73689
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
73690
73690
|
props.actions.history;
|
|
73691
73691
|
props.actions;
|
|
73692
|
+
var _useState7 = React.useState(false),
|
|
73693
|
+
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
73694
|
+
opensizeguidemodal = _useState8[0],
|
|
73695
|
+
setopensizeguidemodal = _useState8[1];
|
|
73696
|
+
var _useState9 = React.useState(''),
|
|
73697
|
+
_useState0 = _slicedToArray__default["default"](_useState9, 2),
|
|
73698
|
+
imageselected = _useState0[0],
|
|
73699
|
+
setimageselected = _useState0[1];
|
|
73692
73700
|
React.useEffect(function () {
|
|
73693
73701
|
if (props.srcfrom == 'addsectionform') {
|
|
73694
73702
|
var secpropobj = {};
|
|
@@ -73875,6 +73883,10 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
73875
73883
|
marginBottom: sectionproperties.image_mb + 'px'
|
|
73876
73884
|
},
|
|
73877
73885
|
onClick: function onClick() {
|
|
73886
|
+
if (openimagewhenclick == 'Yes') {
|
|
73887
|
+
setopensizeguidemodal(true);
|
|
73888
|
+
setimageselected(langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image_ar);
|
|
73889
|
+
}
|
|
73878
73890
|
if (item.IsClickable == 'Yes') {
|
|
73879
73891
|
if (item.place_clickable == 'General') {
|
|
73880
73892
|
if (item.externallink == 'Yes') {
|
|
@@ -74132,7 +74144,47 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
74132
74144
|
}, BackgroundImage()), sectionproperties.showanimation == 'No' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74133
74145
|
className: bgcssstyles.innercontainer + ' col-lg-12 p-0 d-flex ',
|
|
74134
74146
|
style: {}
|
|
74135
|
-
}, BackgroundImage())
|
|
74147
|
+
}, BackgroundImage()), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
74148
|
+
show: opensizeguidemodal,
|
|
74149
|
+
onHide: function onHide() {
|
|
74150
|
+
setopensizeguidemodal(false);
|
|
74151
|
+
},
|
|
74152
|
+
centered: true,
|
|
74153
|
+
size: 'lg'
|
|
74154
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74155
|
+
className: "allcentered cursor-pointer",
|
|
74156
|
+
onClick: function onClick() {
|
|
74157
|
+
setopensizeguidemodal(false);
|
|
74158
|
+
},
|
|
74159
|
+
style: {
|
|
74160
|
+
position: 'absolute',
|
|
74161
|
+
top: 10,
|
|
74162
|
+
width: 35,
|
|
74163
|
+
height: 35,
|
|
74164
|
+
right: 10
|
|
74165
|
+
}
|
|
74166
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
74167
|
+
"class": ' h-100 allcentered text-black '
|
|
74168
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, {
|
|
74169
|
+
size: 25
|
|
74170
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74171
|
+
"class": ' w-100 h-100 px-4 py-5 ',
|
|
74172
|
+
style: {}
|
|
74173
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
74174
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74175
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74176
|
+
path: imageselected,
|
|
74177
|
+
className: sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain' : '',
|
|
74178
|
+
style: {
|
|
74179
|
+
height: '100%',
|
|
74180
|
+
width: '100%',
|
|
74181
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
74182
|
+
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
74183
|
+
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
74184
|
+
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
74185
|
+
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px'
|
|
74186
|
+
}
|
|
74187
|
+
}))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
74136
74188
|
};
|
|
74137
74189
|
|
|
74138
74190
|
function ownKeys$1b(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
package/dist/index.esm.js
CHANGED
|
@@ -61969,7 +61969,7 @@ var ModernFooter = function ModernFooter(props) {
|
|
|
61969
61969
|
height: '100%',
|
|
61970
61970
|
objectFit: 'contain'
|
|
61971
61971
|
},
|
|
61972
|
-
src: 'https://ik.imagekit.io/42fa3n8bbf/products/69f5c925643a4/
|
|
61972
|
+
src: 'https://ik.imagekit.io/42fa3n8bbf/products/69f5c925643a4/6a2ab7e9f11dbgeneralimage.png'
|
|
61973
61973
|
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6995aff955278' && /*#__PURE__*/React.createElement("div", {
|
|
61974
61974
|
"class": "col-lg-3 d-flex allcentered mb-md-4 "
|
|
61975
61975
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -73638,6 +73638,14 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
73638
73638
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
73639
73639
|
props.actions.history;
|
|
73640
73640
|
props.actions;
|
|
73641
|
+
var _useState7 = useState(false),
|
|
73642
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
73643
|
+
opensizeguidemodal = _useState8[0],
|
|
73644
|
+
setopensizeguidemodal = _useState8[1];
|
|
73645
|
+
var _useState9 = useState(''),
|
|
73646
|
+
_useState0 = _slicedToArray(_useState9, 2),
|
|
73647
|
+
imageselected = _useState0[0],
|
|
73648
|
+
setimageselected = _useState0[1];
|
|
73641
73649
|
useEffect(function () {
|
|
73642
73650
|
if (props.srcfrom == 'addsectionform') {
|
|
73643
73651
|
var secpropobj = {};
|
|
@@ -73824,6 +73832,10 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
73824
73832
|
marginBottom: sectionproperties.image_mb + 'px'
|
|
73825
73833
|
},
|
|
73826
73834
|
onClick: function onClick() {
|
|
73835
|
+
if (openimagewhenclick == 'Yes') {
|
|
73836
|
+
setopensizeguidemodal(true);
|
|
73837
|
+
setimageselected(langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image_ar);
|
|
73838
|
+
}
|
|
73827
73839
|
if (item.IsClickable == 'Yes') {
|
|
73828
73840
|
if (item.place_clickable == 'General') {
|
|
73829
73841
|
if (item.externallink == 'Yes') {
|
|
@@ -74081,7 +74093,47 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
74081
74093
|
}, BackgroundImage()), sectionproperties.showanimation == 'No' && /*#__PURE__*/React.createElement("div", {
|
|
74082
74094
|
className: bgcssstyles.innercontainer + ' col-lg-12 p-0 d-flex ',
|
|
74083
74095
|
style: {}
|
|
74084
|
-
}, BackgroundImage())
|
|
74096
|
+
}, BackgroundImage()), /*#__PURE__*/React.createElement(Modal, {
|
|
74097
|
+
show: opensizeguidemodal,
|
|
74098
|
+
onHide: function onHide() {
|
|
74099
|
+
setopensizeguidemodal(false);
|
|
74100
|
+
},
|
|
74101
|
+
centered: true,
|
|
74102
|
+
size: 'lg'
|
|
74103
|
+
}, /*#__PURE__*/React.createElement(Modal.Body, null, /*#__PURE__*/React.createElement("div", {
|
|
74104
|
+
className: "allcentered cursor-pointer",
|
|
74105
|
+
onClick: function onClick() {
|
|
74106
|
+
setopensizeguidemodal(false);
|
|
74107
|
+
},
|
|
74108
|
+
style: {
|
|
74109
|
+
position: 'absolute',
|
|
74110
|
+
top: 10,
|
|
74111
|
+
width: 35,
|
|
74112
|
+
height: 35,
|
|
74113
|
+
right: 10
|
|
74114
|
+
}
|
|
74115
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
74116
|
+
"class": ' h-100 allcentered text-black '
|
|
74117
|
+
}, /*#__PURE__*/React.createElement(IoMdClose, {
|
|
74118
|
+
size: 25
|
|
74119
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
74120
|
+
"class": ' w-100 h-100 px-4 py-5 ',
|
|
74121
|
+
style: {}
|
|
74122
|
+
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
74123
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74124
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74125
|
+
path: imageselected,
|
|
74126
|
+
className: sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain' : '',
|
|
74127
|
+
style: {
|
|
74128
|
+
height: '100%',
|
|
74129
|
+
width: '100%',
|
|
74130
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
74131
|
+
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
74132
|
+
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
74133
|
+
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
74134
|
+
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px'
|
|
74135
|
+
}
|
|
74136
|
+
}))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
|
|
74085
74137
|
};
|
|
74086
74138
|
|
|
74087
74139
|
function ownKeys$1b(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
package/dist/index.umd.js
CHANGED
|
@@ -61826,7 +61826,7 @@
|
|
|
61826
61826
|
height: '100%',
|
|
61827
61827
|
objectFit: 'contain'
|
|
61828
61828
|
},
|
|
61829
|
-
src: 'https://ik.imagekit.io/42fa3n8bbf/products/69f5c925643a4/
|
|
61829
|
+
src: 'https://ik.imagekit.io/42fa3n8bbf/products/69f5c925643a4/6a2ab7e9f11dbgeneralimage.png'
|
|
61830
61830
|
}))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6995aff955278' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61831
61831
|
"class": "col-lg-3 d-flex allcentered mb-md-4 "
|
|
61832
61832
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -73495,6 +73495,14 @@
|
|
|
73495
73495
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
73496
73496
|
props.actions.history;
|
|
73497
73497
|
props.actions;
|
|
73498
|
+
var _useState7 = React.useState(false),
|
|
73499
|
+
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
73500
|
+
opensizeguidemodal = _useState8[0],
|
|
73501
|
+
setopensizeguidemodal = _useState8[1];
|
|
73502
|
+
var _useState9 = React.useState(''),
|
|
73503
|
+
_useState0 = _slicedToArray__default["default"](_useState9, 2),
|
|
73504
|
+
imageselected = _useState0[0],
|
|
73505
|
+
setimageselected = _useState0[1];
|
|
73498
73506
|
React.useEffect(function () {
|
|
73499
73507
|
if (props.srcfrom == 'addsectionform') {
|
|
73500
73508
|
var secpropobj = {};
|
|
@@ -73681,6 +73689,10 @@
|
|
|
73681
73689
|
marginBottom: sectionproperties.image_mb + 'px'
|
|
73682
73690
|
},
|
|
73683
73691
|
onClick: function onClick() {
|
|
73692
|
+
if (openimagewhenclick == 'Yes') {
|
|
73693
|
+
setopensizeguidemodal(true);
|
|
73694
|
+
setimageselected(langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + bgimagearrayofobjs[index].bg1_image_ar);
|
|
73695
|
+
}
|
|
73684
73696
|
if (item.IsClickable == 'Yes') {
|
|
73685
73697
|
if (item.place_clickable == 'General') {
|
|
73686
73698
|
if (item.externallink == 'Yes') {
|
|
@@ -73938,7 +73950,47 @@
|
|
|
73938
73950
|
}, BackgroundImage()), sectionproperties.showanimation == 'No' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73939
73951
|
className: bgcssstyles.innercontainer + ' col-lg-12 p-0 d-flex ',
|
|
73940
73952
|
style: {}
|
|
73941
|
-
}, BackgroundImage())
|
|
73953
|
+
}, BackgroundImage()), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
73954
|
+
show: opensizeguidemodal,
|
|
73955
|
+
onHide: function onHide() {
|
|
73956
|
+
setopensizeguidemodal(false);
|
|
73957
|
+
},
|
|
73958
|
+
centered: true,
|
|
73959
|
+
size: 'lg'
|
|
73960
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73961
|
+
className: "allcentered cursor-pointer",
|
|
73962
|
+
onClick: function onClick() {
|
|
73963
|
+
setopensizeguidemodal(false);
|
|
73964
|
+
},
|
|
73965
|
+
style: {
|
|
73966
|
+
position: 'absolute',
|
|
73967
|
+
top: 10,
|
|
73968
|
+
width: 35,
|
|
73969
|
+
height: 35,
|
|
73970
|
+
right: 10
|
|
73971
|
+
}
|
|
73972
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
73973
|
+
"class": ' h-100 allcentered text-black '
|
|
73974
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, {
|
|
73975
|
+
size: 25
|
|
73976
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73977
|
+
"class": ' w-100 h-100 px-4 py-5 ',
|
|
73978
|
+
style: {}
|
|
73979
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
73980
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
73981
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
73982
|
+
path: imageselected,
|
|
73983
|
+
className: sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain' : '',
|
|
73984
|
+
style: {
|
|
73985
|
+
height: '100%',
|
|
73986
|
+
width: '100%',
|
|
73987
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
73988
|
+
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
73989
|
+
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
73990
|
+
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
73991
|
+
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px'
|
|
73992
|
+
}
|
|
73993
|
+
}))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
73942
73994
|
};
|
|
73943
73995
|
|
|
73944
73996
|
function ownKeys$1b(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|