tabexseriescomponents 0.0.58 → 0.0.59
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 +31 -0
- package/dist/index.esm.js +31 -0
- package/dist/index.umd.js +31 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -395,6 +395,35 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
|
|
|
395
395
|
}(React.Component);
|
|
396
396
|
LanguageContext$1.Consumer;
|
|
397
397
|
|
|
398
|
+
var ProductsCardsSectionContext = /*#__PURE__*/React__default["default"].createContext();
|
|
399
|
+
var ProductsCardsSectionContext_Provider = function ProductsCardsSectionContext_Provider(props) {
|
|
400
|
+
// let history = useHistory();
|
|
401
|
+
var _useState = React.useState(''),
|
|
402
|
+
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
403
|
+
ParentCollectionsForCollectionQueryArrContext = _useState2[0],
|
|
404
|
+
setParentCollectionsForCollectionQueryArrContext = _useState2[1];
|
|
405
|
+
|
|
406
|
+
var _useState3 = React.useState({
|
|
407
|
+
Isfiltercollections: 0,
|
|
408
|
+
isfilter: 0,
|
|
409
|
+
ProductFetchingType: '',
|
|
410
|
+
collections: [],
|
|
411
|
+
FilterOptions: []
|
|
412
|
+
}),
|
|
413
|
+
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
414
|
+
ProductFilterObjContext = _useState4[0],
|
|
415
|
+
setProductFilterObjContext = _useState4[1];
|
|
416
|
+
|
|
417
|
+
return /*#__PURE__*/React__default["default"].createElement(ProductsCardsSectionContext.Provider, {
|
|
418
|
+
value: {
|
|
419
|
+
ProductFilterObjContext: ProductFilterObjContext,
|
|
420
|
+
setProductFilterObjContext: setProductFilterObjContext,
|
|
421
|
+
ParentCollectionsForCollectionQueryArrContext: ParentCollectionsForCollectionQueryArrContext,
|
|
422
|
+
setParentCollectionsForCollectionQueryArrContext: setParentCollectionsForCollectionQueryArrContext
|
|
423
|
+
}
|
|
424
|
+
}, props.children);
|
|
425
|
+
};
|
|
426
|
+
|
|
398
427
|
function styleInject(css, ref) {
|
|
399
428
|
if ( ref === void 0 ) ref = {};
|
|
400
429
|
var insertAt = ref.insertAt;
|
|
@@ -28298,6 +28327,8 @@ var returnLibrary = function returnLibrary() {
|
|
|
28298
28327
|
return {
|
|
28299
28328
|
LanguageContext: LanguageContext$1,
|
|
28300
28329
|
LanguageProvider: LanguageProvider,
|
|
28330
|
+
ProductsCardsSectionContext: ProductsCardsSectionContext,
|
|
28331
|
+
ProductsCardsSectionContext_Provider: ProductsCardsSectionContext_Provider,
|
|
28301
28332
|
AwesomeButton: AwesomeButton,
|
|
28302
28333
|
Checkout: Checkout,
|
|
28303
28334
|
Signup: Signup,
|
package/dist/index.esm.js
CHANGED
|
@@ -353,6 +353,35 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
|
|
|
353
353
|
}(Component);
|
|
354
354
|
LanguageContext$1.Consumer;
|
|
355
355
|
|
|
356
|
+
var ProductsCardsSectionContext = /*#__PURE__*/React.createContext();
|
|
357
|
+
var ProductsCardsSectionContext_Provider = function ProductsCardsSectionContext_Provider(props) {
|
|
358
|
+
// let history = useHistory();
|
|
359
|
+
var _useState = useState(''),
|
|
360
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
361
|
+
ParentCollectionsForCollectionQueryArrContext = _useState2[0],
|
|
362
|
+
setParentCollectionsForCollectionQueryArrContext = _useState2[1];
|
|
363
|
+
|
|
364
|
+
var _useState3 = useState({
|
|
365
|
+
Isfiltercollections: 0,
|
|
366
|
+
isfilter: 0,
|
|
367
|
+
ProductFetchingType: '',
|
|
368
|
+
collections: [],
|
|
369
|
+
FilterOptions: []
|
|
370
|
+
}),
|
|
371
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
372
|
+
ProductFilterObjContext = _useState4[0],
|
|
373
|
+
setProductFilterObjContext = _useState4[1];
|
|
374
|
+
|
|
375
|
+
return /*#__PURE__*/React.createElement(ProductsCardsSectionContext.Provider, {
|
|
376
|
+
value: {
|
|
377
|
+
ProductFilterObjContext: ProductFilterObjContext,
|
|
378
|
+
setProductFilterObjContext: setProductFilterObjContext,
|
|
379
|
+
ParentCollectionsForCollectionQueryArrContext: ParentCollectionsForCollectionQueryArrContext,
|
|
380
|
+
setParentCollectionsForCollectionQueryArrContext: setParentCollectionsForCollectionQueryArrContext
|
|
381
|
+
}
|
|
382
|
+
}, props.children);
|
|
383
|
+
};
|
|
384
|
+
|
|
356
385
|
function styleInject(css, ref) {
|
|
357
386
|
if ( ref === void 0 ) ref = {};
|
|
358
387
|
var insertAt = ref.insertAt;
|
|
@@ -28256,6 +28285,8 @@ var returnLibrary = function returnLibrary() {
|
|
|
28256
28285
|
return {
|
|
28257
28286
|
LanguageContext: LanguageContext$1,
|
|
28258
28287
|
LanguageProvider: LanguageProvider,
|
|
28288
|
+
ProductsCardsSectionContext: ProductsCardsSectionContext,
|
|
28289
|
+
ProductsCardsSectionContext_Provider: ProductsCardsSectionContext_Provider,
|
|
28259
28290
|
AwesomeButton: AwesomeButton,
|
|
28260
28291
|
Checkout: Checkout,
|
|
28261
28292
|
Signup: Signup,
|
package/dist/index.umd.js
CHANGED
|
@@ -335,6 +335,35 @@
|
|
|
335
335
|
}(React.Component);
|
|
336
336
|
LanguageContext$1.Consumer;
|
|
337
337
|
|
|
338
|
+
var ProductsCardsSectionContext = /*#__PURE__*/React__default["default"].createContext();
|
|
339
|
+
var ProductsCardsSectionContext_Provider = function ProductsCardsSectionContext_Provider(props) {
|
|
340
|
+
// let history = useHistory();
|
|
341
|
+
var _useState = React.useState(''),
|
|
342
|
+
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
343
|
+
ParentCollectionsForCollectionQueryArrContext = _useState2[0],
|
|
344
|
+
setParentCollectionsForCollectionQueryArrContext = _useState2[1];
|
|
345
|
+
|
|
346
|
+
var _useState3 = React.useState({
|
|
347
|
+
Isfiltercollections: 0,
|
|
348
|
+
isfilter: 0,
|
|
349
|
+
ProductFetchingType: '',
|
|
350
|
+
collections: [],
|
|
351
|
+
FilterOptions: []
|
|
352
|
+
}),
|
|
353
|
+
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
354
|
+
ProductFilterObjContext = _useState4[0],
|
|
355
|
+
setProductFilterObjContext = _useState4[1];
|
|
356
|
+
|
|
357
|
+
return /*#__PURE__*/React__default["default"].createElement(ProductsCardsSectionContext.Provider, {
|
|
358
|
+
value: {
|
|
359
|
+
ProductFilterObjContext: ProductFilterObjContext,
|
|
360
|
+
setProductFilterObjContext: setProductFilterObjContext,
|
|
361
|
+
ParentCollectionsForCollectionQueryArrContext: ParentCollectionsForCollectionQueryArrContext,
|
|
362
|
+
setParentCollectionsForCollectionQueryArrContext: setParentCollectionsForCollectionQueryArrContext
|
|
363
|
+
}
|
|
364
|
+
}, props.children);
|
|
365
|
+
};
|
|
366
|
+
|
|
338
367
|
function styleInject(css, ref) {
|
|
339
368
|
if ( ref === void 0 ) ref = {};
|
|
340
369
|
var insertAt = ref.insertAt;
|
|
@@ -28238,6 +28267,8 @@
|
|
|
28238
28267
|
return {
|
|
28239
28268
|
LanguageContext: LanguageContext$1,
|
|
28240
28269
|
LanguageProvider: LanguageProvider,
|
|
28270
|
+
ProductsCardsSectionContext: ProductsCardsSectionContext,
|
|
28271
|
+
ProductsCardsSectionContext_Provider: ProductsCardsSectionContext_Provider,
|
|
28241
28272
|
AwesomeButton: AwesomeButton,
|
|
28242
28273
|
Checkout: Checkout,
|
|
28243
28274
|
Signup: Signup,
|