@crystaldesign/diva-seller 26.2.0-rc.8 → 26.2.0
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/build/esm/index.js
CHANGED
|
@@ -4203,7 +4203,8 @@ function Catalogs(_ref) {
|
|
|
4203
4203
|
}],
|
|
4204
4204
|
toolbarActions: [].concat(_toConsumableArray(collectionId ? [{
|
|
4205
4205
|
label: t('actions.showAll'),
|
|
4206
|
-
onClick: onShowAllClick
|
|
4206
|
+
onClick: onShowAllClick,
|
|
4207
|
+
forceShow: true
|
|
4207
4208
|
}] : []), _toConsumableArray(enableModelAnalytics && userHasPermission('analyticsmodel') && data.length > 0 ? [{
|
|
4208
4209
|
label: /*#__PURE__*/jsx(Histogram, {
|
|
4209
4210
|
field: "cat",
|
|
@@ -4224,7 +4225,8 @@ function Catalogs(_ref) {
|
|
|
4224
4225
|
}),
|
|
4225
4226
|
onClick: function onClick() {
|
|
4226
4227
|
!analyticsVisible ? setAnalyticsVisible(true) : undefined;
|
|
4227
|
-
}
|
|
4228
|
+
},
|
|
4229
|
+
forceShow: true
|
|
4228
4230
|
}] : [])),
|
|
4229
4231
|
gallery: {
|
|
4230
4232
|
renderCard: renderCard,
|
|
@@ -4455,7 +4457,8 @@ function Collections() {
|
|
|
4455
4457
|
}],
|
|
4456
4458
|
toolbarActions: [{
|
|
4457
4459
|
label: t('actions.showAll'),
|
|
4458
|
-
onClick: onShowAllClick
|
|
4460
|
+
onClick: onShowAllClick,
|
|
4461
|
+
forceShow: true
|
|
4459
4462
|
}].concat(_toConsumableArray(enableModelAnalytics && userHasPermission('analyticsmodel') && data.length > 0 ? [{
|
|
4460
4463
|
label: /*#__PURE__*/jsx(Histogram, {
|
|
4461
4464
|
field: "accountName",
|
|
@@ -4469,7 +4472,8 @@ function Collections() {
|
|
|
4469
4472
|
}),
|
|
4470
4473
|
onClick: function onClick() {
|
|
4471
4474
|
!analyticsVisible ? setAnalyticsVisible(true) : undefined;
|
|
4472
|
-
}
|
|
4475
|
+
},
|
|
4476
|
+
forceShow: true
|
|
4473
4477
|
}] : [])),
|
|
4474
4478
|
gallery: {
|
|
4475
4479
|
renderCard: renderCard,
|
|
@@ -4797,12 +4801,12 @@ function Header$1(_ref) {
|
|
|
4797
4801
|
variant: 'contained',
|
|
4798
4802
|
onClick: doExportToVKP,
|
|
4799
4803
|
disabled: !enableVKPExportButton,
|
|
4800
|
-
children:
|
|
4804
|
+
children: t('basket.navigation.vkpexport')
|
|
4801
4805
|
}), showLiskamExportButton && /*#__PURE__*/jsx(Button, {
|
|
4802
4806
|
color: 'primary',
|
|
4803
4807
|
variant: 'contained',
|
|
4804
4808
|
onClick: doExportToLiskamm,
|
|
4805
|
-
children:
|
|
4809
|
+
children: t('basket.navigation.liskammexport')
|
|
4806
4810
|
}), showProductCreator && /*#__PURE__*/jsx(Tooltip, {
|
|
4807
4811
|
title: t('basket.checkout.step3.productdisabledtext'),
|
|
4808
4812
|
disableHoverListener: !disableProductCreator,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Catalogs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAczE,UAAU,KAAK;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAID,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,YAAY,EAAE,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Catalogs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAczE,UAAU,KAAK;IACb,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAID,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,YAAY,EAAE,EAAE,KAAK,qBAwSvD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collections/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAc5D,MAAM,CAAC,OAAO,UAAU,WAAW,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Collections/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAc5D,MAAM,CAAC,OAAO,UAAU,WAAW,sBAuKlC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-seller",
|
|
3
|
-
"version": "26.2.0
|
|
3
|
+
"version": "26.2.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"react-dom": "^18.3.1"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@crystaldesign/analytics": "26.2.0
|
|
33
|
-
"@crystaldesign/products-component": "26.2.0
|
|
34
|
-
"@crystaldesign/real-time-viewer": "26.2.0
|
|
32
|
+
"@crystaldesign/analytics": "26.2.0",
|
|
33
|
+
"@crystaldesign/products-component": "26.2.0",
|
|
34
|
+
"@crystaldesign/real-time-viewer": "26.2.0",
|
|
35
35
|
"@emotion/react": "^11.4.1",
|
|
36
36
|
"@emotion/styled": "^11.3.0",
|
|
37
37
|
"@mui/icons-material": "^6.1.5",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
},
|
|
44
44
|
"types": "./build/types/seller/src/index.d.ts",
|
|
45
45
|
"module": "build/esm/index.js",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "53bfe4bb064622c9e235d39d17c5273cb29204b1"
|
|
47
47
|
}
|