tabexseriescomponents 0.2.1313 → 0.2.1314
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 -4
- package/dist/index.esm.js +4 -4
- package/dist/index.umd.js +4 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -74973,7 +74973,7 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
74973
74973
|
var langdetect = props.actions.langdetect;
|
|
74974
74974
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
74975
74975
|
var actions = props.actions;
|
|
74976
|
-
|
|
74976
|
+
props.actions.setSearchHeaderInputContext;
|
|
74977
74977
|
React.useEffect(function () {
|
|
74978
74978
|
var secpropobj = {};
|
|
74979
74979
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -75028,9 +75028,9 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
75028
75028
|
type: "text",
|
|
75029
75029
|
placeholder: langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar,
|
|
75030
75030
|
onChange: function onChange(event) {
|
|
75031
|
-
var text = SearchHeaderInputContext;
|
|
75032
|
-
text = event.target.value;
|
|
75033
|
-
setSearchHeaderInputContext(
|
|
75031
|
+
// var text = SearchHeaderInputContext;
|
|
75032
|
+
// text = event.target.value;
|
|
75033
|
+
// setSearchHeaderInputContext({ ...text });
|
|
75034
75034
|
},
|
|
75035
75035
|
style: {
|
|
75036
75036
|
background: 'transparent',
|
package/dist/index.esm.js
CHANGED
|
@@ -74922,7 +74922,7 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
74922
74922
|
var langdetect = props.actions.langdetect;
|
|
74923
74923
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
74924
74924
|
var actions = props.actions;
|
|
74925
|
-
|
|
74925
|
+
props.actions.setSearchHeaderInputContext;
|
|
74926
74926
|
useEffect(function () {
|
|
74927
74927
|
var secpropobj = {};
|
|
74928
74928
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -74977,9 +74977,9 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
74977
74977
|
type: "text",
|
|
74978
74978
|
placeholder: langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar,
|
|
74979
74979
|
onChange: function onChange(event) {
|
|
74980
|
-
var text = SearchHeaderInputContext;
|
|
74981
|
-
text = event.target.value;
|
|
74982
|
-
setSearchHeaderInputContext(
|
|
74980
|
+
// var text = SearchHeaderInputContext;
|
|
74981
|
+
// text = event.target.value;
|
|
74982
|
+
// setSearchHeaderInputContext({ ...text });
|
|
74983
74983
|
},
|
|
74984
74984
|
style: {
|
|
74985
74985
|
background: 'transparent',
|
package/dist/index.umd.js
CHANGED
|
@@ -74778,7 +74778,7 @@
|
|
|
74778
74778
|
var langdetect = props.actions.langdetect;
|
|
74779
74779
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
74780
74780
|
var actions = props.actions;
|
|
74781
|
-
|
|
74781
|
+
props.actions.setSearchHeaderInputContext;
|
|
74782
74782
|
React.useEffect(function () {
|
|
74783
74783
|
var secpropobj = {};
|
|
74784
74784
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -74833,9 +74833,9 @@
|
|
|
74833
74833
|
type: "text",
|
|
74834
74834
|
placeholder: langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar,
|
|
74835
74835
|
onChange: function onChange(event) {
|
|
74836
|
-
var text = SearchHeaderInputContext;
|
|
74837
|
-
text = event.target.value;
|
|
74838
|
-
setSearchHeaderInputContext(
|
|
74836
|
+
// var text = SearchHeaderInputContext;
|
|
74837
|
+
// text = event.target.value;
|
|
74838
|
+
// setSearchHeaderInputContext({ ...text });
|
|
74839
74839
|
},
|
|
74840
74840
|
style: {
|
|
74841
74841
|
background: 'transparent',
|