tabexseriescomponents 0.0.471 → 0.0.472
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 +15 -7
- package/dist/index.esm.js +15 -7
- package/dist/index.umd.js +15 -7
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18816,7 +18816,7 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
18816
18816
|
style: {
|
|
18817
18817
|
zIndex: 1000
|
|
18818
18818
|
}
|
|
18819
|
-
},
|
|
18819
|
+
}, sectionproperties.length != 0 && searchinput != undefined && searchinput != null && searchinput.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18820
18820
|
className: props.srcfromprops == 'header' ? "".concat(searchlist_styles.searchlist_outercontainer) + ' m-0 row d-flex d-md-none justify-content-center p-1 ' : "".concat(searchlist_styles.searchlist_outercontainer) + ' m-0 row d-flex justify-content-center p-1 ',
|
|
18821
18821
|
style: {
|
|
18822
18822
|
zIndex: 1000,
|
|
@@ -55708,6 +55708,7 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
55708
55708
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
55709
55709
|
var actions = props.actions;
|
|
55710
55710
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
55711
|
+
props.actions.SearchHeaderInputContext;
|
|
55711
55712
|
React.useEffect(function () {
|
|
55712
55713
|
var secpropobj = {};
|
|
55713
55714
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -55722,14 +55723,17 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
55722
55723
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55723
55724
|
className: "row ml-0 mr-0 w-100 allcentered",
|
|
55724
55725
|
style: {
|
|
55725
|
-
paddingTop:
|
|
55726
|
-
paddingBottom:
|
|
55726
|
+
paddingTop: 70,
|
|
55727
|
+
paddingBottom: 70,
|
|
55727
55728
|
height: '100vh'
|
|
55728
55729
|
}
|
|
55730
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55731
|
+
className: "row ml-0 mr-0 w-100",
|
|
55732
|
+
style: {}
|
|
55729
55733
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55730
55734
|
"class": "col-lg-12 allcentered mb-5"
|
|
55731
55735
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
55732
|
-
"class": "m-0 p-0",
|
|
55736
|
+
"class": "m-0 p-0 text-center",
|
|
55733
55737
|
style: {
|
|
55734
55738
|
color: '#000',
|
|
55735
55739
|
fontSize: '25px'
|
|
@@ -55743,7 +55747,8 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
55743
55747
|
borderRadius: '10px',
|
|
55744
55748
|
width: '50%',
|
|
55745
55749
|
height: '40px'
|
|
55746
|
-
}, _defineProperty__default["default"](_ref, "position", 'relative'), _defineProperty__default["default"](_ref, "
|
|
55750
|
+
}, _defineProperty__default["default"](_ref, "position", 'relative'), _defineProperty__default["default"](_ref, "transition", '.3s'), _defineProperty__default["default"](_ref, "borderRadius", '5px'), _ref),
|
|
55751
|
+
"class": "w-md-100"
|
|
55747
55752
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
55748
55753
|
type: "text",
|
|
55749
55754
|
placeholder: langdetect == 'en' ? 'Search' : 'بحث',
|
|
@@ -55752,13 +55757,16 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
55752
55757
|
},
|
|
55753
55758
|
style: {
|
|
55754
55759
|
background: 'transparent',
|
|
55755
|
-
width: '100%'
|
|
55760
|
+
width: '100%',
|
|
55761
|
+
height: '100%',
|
|
55762
|
+
paddingLeft: '10px',
|
|
55763
|
+
paddingRight: '10px'
|
|
55756
55764
|
}
|
|
55757
55765
|
}), /*#__PURE__*/React__default["default"].createElement(Searchlist$1, {
|
|
55758
55766
|
sectionpropertiesprops: sectionproperties,
|
|
55759
55767
|
srcfromprops: 'headerfullwidth',
|
|
55760
55768
|
actions: actions
|
|
55761
|
-
}))));
|
|
55769
|
+
})))));
|
|
55762
55770
|
};
|
|
55763
55771
|
|
|
55764
55772
|
function ownKeys$Z(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
|
@@ -18767,7 +18767,7 @@ var Searchlist$1 = function Searchlist(props) {
|
|
|
18767
18767
|
style: {
|
|
18768
18768
|
zIndex: 1000
|
|
18769
18769
|
}
|
|
18770
|
-
},
|
|
18770
|
+
}, sectionproperties.length != 0 && searchinput != undefined && searchinput != null && searchinput.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
18771
18771
|
className: props.srcfromprops == 'header' ? "".concat(searchlist_styles.searchlist_outercontainer) + ' m-0 row d-flex d-md-none justify-content-center p-1 ' : "".concat(searchlist_styles.searchlist_outercontainer) + ' m-0 row d-flex justify-content-center p-1 ',
|
|
18772
18772
|
style: {
|
|
18773
18773
|
zIndex: 1000,
|
|
@@ -55659,6 +55659,7 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
55659
55659
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
55660
55660
|
var actions = props.actions;
|
|
55661
55661
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
55662
|
+
props.actions.SearchHeaderInputContext;
|
|
55662
55663
|
useEffect(function () {
|
|
55663
55664
|
var secpropobj = {};
|
|
55664
55665
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -55673,14 +55674,17 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
55673
55674
|
return /*#__PURE__*/React.createElement("div", {
|
|
55674
55675
|
className: "row ml-0 mr-0 w-100 allcentered",
|
|
55675
55676
|
style: {
|
|
55676
|
-
paddingTop:
|
|
55677
|
-
paddingBottom:
|
|
55677
|
+
paddingTop: 70,
|
|
55678
|
+
paddingBottom: 70,
|
|
55678
55679
|
height: '100vh'
|
|
55679
55680
|
}
|
|
55681
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
55682
|
+
className: "row ml-0 mr-0 w-100",
|
|
55683
|
+
style: {}
|
|
55680
55684
|
}, /*#__PURE__*/React.createElement("div", {
|
|
55681
55685
|
"class": "col-lg-12 allcentered mb-5"
|
|
55682
55686
|
}, /*#__PURE__*/React.createElement("p", {
|
|
55683
|
-
"class": "m-0 p-0",
|
|
55687
|
+
"class": "m-0 p-0 text-center",
|
|
55684
55688
|
style: {
|
|
55685
55689
|
color: '#000',
|
|
55686
55690
|
fontSize: '25px'
|
|
@@ -55694,7 +55698,8 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
55694
55698
|
borderRadius: '10px',
|
|
55695
55699
|
width: '50%',
|
|
55696
55700
|
height: '40px'
|
|
55697
|
-
}, _defineProperty(_ref, "position", 'relative'), _defineProperty(_ref, "
|
|
55701
|
+
}, _defineProperty(_ref, "position", 'relative'), _defineProperty(_ref, "transition", '.3s'), _defineProperty(_ref, "borderRadius", '5px'), _ref),
|
|
55702
|
+
"class": "w-md-100"
|
|
55698
55703
|
}, /*#__PURE__*/React.createElement("input", {
|
|
55699
55704
|
type: "text",
|
|
55700
55705
|
placeholder: langdetect == 'en' ? 'Search' : 'بحث',
|
|
@@ -55703,13 +55708,16 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
55703
55708
|
},
|
|
55704
55709
|
style: {
|
|
55705
55710
|
background: 'transparent',
|
|
55706
|
-
width: '100%'
|
|
55711
|
+
width: '100%',
|
|
55712
|
+
height: '100%',
|
|
55713
|
+
paddingLeft: '10px',
|
|
55714
|
+
paddingRight: '10px'
|
|
55707
55715
|
}
|
|
55708
55716
|
}), /*#__PURE__*/React.createElement(Searchlist$1, {
|
|
55709
55717
|
sectionpropertiesprops: sectionproperties,
|
|
55710
55718
|
srcfromprops: 'headerfullwidth',
|
|
55711
55719
|
actions: actions
|
|
55712
|
-
}))));
|
|
55720
|
+
})))));
|
|
55713
55721
|
};
|
|
55714
55722
|
|
|
55715
55723
|
function ownKeys$Z(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
|
@@ -18642,7 +18642,7 @@
|
|
|
18642
18642
|
style: {
|
|
18643
18643
|
zIndex: 1000
|
|
18644
18644
|
}
|
|
18645
|
-
},
|
|
18645
|
+
}, sectionproperties.length != 0 && searchinput != undefined && searchinput != null && searchinput.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18646
18646
|
className: props.srcfromprops == 'header' ? "".concat(searchlist_styles.searchlist_outercontainer) + ' m-0 row d-flex d-md-none justify-content-center p-1 ' : "".concat(searchlist_styles.searchlist_outercontainer) + ' m-0 row d-flex justify-content-center p-1 ',
|
|
18647
18647
|
style: {
|
|
18648
18648
|
zIndex: 1000,
|
|
@@ -55534,6 +55534,7 @@
|
|
|
55534
55534
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
55535
55535
|
var actions = props.actions;
|
|
55536
55536
|
var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
|
|
55537
|
+
props.actions.SearchHeaderInputContext;
|
|
55537
55538
|
React.useEffect(function () {
|
|
55538
55539
|
var secpropobj = {};
|
|
55539
55540
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -55548,14 +55549,17 @@
|
|
|
55548
55549
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55549
55550
|
className: "row ml-0 mr-0 w-100 allcentered",
|
|
55550
55551
|
style: {
|
|
55551
|
-
paddingTop:
|
|
55552
|
-
paddingBottom:
|
|
55552
|
+
paddingTop: 70,
|
|
55553
|
+
paddingBottom: 70,
|
|
55553
55554
|
height: '100vh'
|
|
55554
55555
|
}
|
|
55556
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55557
|
+
className: "row ml-0 mr-0 w-100",
|
|
55558
|
+
style: {}
|
|
55555
55559
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
55556
55560
|
"class": "col-lg-12 allcentered mb-5"
|
|
55557
55561
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
55558
|
-
"class": "m-0 p-0",
|
|
55562
|
+
"class": "m-0 p-0 text-center",
|
|
55559
55563
|
style: {
|
|
55560
55564
|
color: '#000',
|
|
55561
55565
|
fontSize: '25px'
|
|
@@ -55569,7 +55573,8 @@
|
|
|
55569
55573
|
borderRadius: '10px',
|
|
55570
55574
|
width: '50%',
|
|
55571
55575
|
height: '40px'
|
|
55572
|
-
}, _defineProperty__default["default"](_ref, "position", 'relative'), _defineProperty__default["default"](_ref, "
|
|
55576
|
+
}, _defineProperty__default["default"](_ref, "position", 'relative'), _defineProperty__default["default"](_ref, "transition", '.3s'), _defineProperty__default["default"](_ref, "borderRadius", '5px'), _ref),
|
|
55577
|
+
"class": "w-md-100"
|
|
55573
55578
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
55574
55579
|
type: "text",
|
|
55575
55580
|
placeholder: langdetect == 'en' ? 'Search' : 'بحث',
|
|
@@ -55578,13 +55583,16 @@
|
|
|
55578
55583
|
},
|
|
55579
55584
|
style: {
|
|
55580
55585
|
background: 'transparent',
|
|
55581
|
-
width: '100%'
|
|
55586
|
+
width: '100%',
|
|
55587
|
+
height: '100%',
|
|
55588
|
+
paddingLeft: '10px',
|
|
55589
|
+
paddingRight: '10px'
|
|
55582
55590
|
}
|
|
55583
55591
|
}), /*#__PURE__*/React__default["default"].createElement(Searchlist$1, {
|
|
55584
55592
|
sectionpropertiesprops: sectionproperties,
|
|
55585
55593
|
srcfromprops: 'headerfullwidth',
|
|
55586
55594
|
actions: actions
|
|
55587
|
-
}))));
|
|
55595
|
+
})))));
|
|
55588
55596
|
};
|
|
55589
55597
|
|
|
55590
55598
|
function ownKeys$Z(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; }
|