ordering-components-external 13.2.5 → 13.2.6
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/_bundles/{7.ordering-component.4d3f89a26fddab13c2f6.js → 7.ordering-component.24891a9b9a91079dd323.js} +1 -1
- package/_bundles/{ordering-component.4d3f89a26fddab13c2f6.js → ordering-component.24891a9b9a91079dd323.js} +2 -2
- package/_modules/components/BusinessAndProductList/index.js +1 -0
- package/package.json +1 -1
- package/src/components/BusinessAndProductList/index.js +1 -0
- /package/_bundles/{0.ordering-component.4d3f89a26fddab13c2f6.js → 0.ordering-component.24891a9b9a91079dd323.js} +0 -0
- /package/_bundles/{1.ordering-component.4d3f89a26fddab13c2f6.js → 1.ordering-component.24891a9b9a91079dd323.js} +0 -0
- /package/_bundles/{2.ordering-component.4d3f89a26fddab13c2f6.js → 2.ordering-component.24891a9b9a91079dd323.js} +0 -0
- /package/_bundles/{4.ordering-component.4d3f89a26fddab13c2f6.js → 4.ordering-component.24891a9b9a91079dd323.js} +0 -0
- /package/_bundles/{5.ordering-component.4d3f89a26fddab13c2f6.js → 5.ordering-component.24891a9b9a91079dd323.js} +0 -0
- /package/_bundles/{6.ordering-component.4d3f89a26fddab13c2f6.js → 6.ordering-component.24891a9b9a91079dd323.js} +0 -0
- /package/_bundles/{7.ordering-component.4d3f89a26fddab13c2f6.js.LICENSE.txt → 7.ordering-component.24891a9b9a91079dd323.js.LICENSE.txt} +0 -0
- /package/_bundles/{8.ordering-component.4d3f89a26fddab13c2f6.js → 8.ordering-component.24891a9b9a91079dd323.js} +0 -0
- /package/_bundles/{ordering-component.4d3f89a26fddab13c2f6.js.LICENSE.txt → ordering-component.24891a9b9a91079dd323.js.LICENSE.txt} +0 -0
|
@@ -408,6 +408,7 @@ var BusinessAndProductList = exports.BusinessAndProductList = function BusinessA
|
|
|
408
408
|
case 0:
|
|
409
409
|
page = _ref5.page, _ref5$pageSize = _ref5.pageSize, pageSize = _ref5$pageSize === void 0 ? categoryStateDefault.pagination.pageSize : _ref5$pageSize;
|
|
410
410
|
parameters = _objectSpread(_objectSpread(_objectSpread({
|
|
411
|
+
version: 'v2',
|
|
411
412
|
type: (_orderState$options$t = (_orderState$options = orderState.options) === null || _orderState$options === void 0 ? void 0 : _orderState$options.type) !== null && _orderState$options$t !== void 0 ? _orderState$options$t : 1
|
|
412
413
|
}, !isFetchAllProducts && {
|
|
413
414
|
page: page
|
package/package.json
CHANGED
|
@@ -295,6 +295,7 @@ export const BusinessAndProductList = (props) => {
|
|
|
295
295
|
|
|
296
296
|
const getLazyProducts = async ({ page, pageSize = categoryStateDefault.pagination.pageSize }) => {
|
|
297
297
|
const parameters = {
|
|
298
|
+
version: 'v2',
|
|
298
299
|
type: orderState.options?.type ?? 1,
|
|
299
300
|
...(!isFetchAllProducts && { page }),
|
|
300
301
|
...(!isFetchAllProducts && { page_size: pageSize }),
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|