@pisell/private-materials 6.5.30 → 6.5.31
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/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/checkout/components/AdditionalModule/index.js +4 -0
- package/lib/components/checkout/components/AdditionalModule/index.js +4 -0
- package/package.json +3 -3
|
@@ -213,6 +213,10 @@ function AdditionalModule(_ref) {
|
|
|
213
213
|
} else {
|
|
214
214
|
Toast.fail(locales.getText('pisell2.text.order-no-payment-cannot-send-link'));
|
|
215
215
|
}
|
|
216
|
+
} else if (key === 'split-payment') {
|
|
217
|
+
handleButtonClick('split-payment');
|
|
218
|
+
} else if (key === 'print-receipt') {
|
|
219
|
+
handleButtonClick('print-receipt');
|
|
216
220
|
}
|
|
217
221
|
}
|
|
218
222
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/private-materials",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.31",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@use-gesture/react": "^10.3.1",
|
|
64
64
|
"@pisell/utils": "3.0.2",
|
|
65
65
|
"@pisell/materials": "6.5.9",
|
|
66
|
-
"@pisell/
|
|
67
|
-
"@pisell/
|
|
66
|
+
"@pisell/icon": "0.0.11",
|
|
67
|
+
"@pisell/date-picker": "3.0.7"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"react": "^18.0.0",
|