@pisell/private-materials 6.2.32 → 6.2.34

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.
Files changed (79) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +11 -11
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +7 -7
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +7 -7
  11. package/es/components/booking/components/footer/index.js +15 -5
  12. package/es/components/booking/components/footer/index.less +23 -0
  13. package/es/components/booking/components/tabPane/index.less +3 -3
  14. package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  15. package/es/components/booking/info/service/Lists.d.ts +0 -1
  16. package/es/components/booking/info/service/Lists.js +1 -1
  17. package/es/components/booking/info/service2/utils.js +18 -17
  18. package/es/components/booking/info2/cartClientCard/index.js +60 -67
  19. package/es/components/booking/info2/service/editService/index.js +66 -10
  20. package/es/components/booking/info2/service/editService/index.less +47 -11
  21. package/es/components/booking/locales.js +4 -4
  22. package/es/components/booking/materiels/startTime/index.d.ts +0 -1
  23. package/es/components/eftposPay/amount.d.ts +1 -1
  24. package/es/components/eftposPay/device.d.ts +1 -1
  25. package/es/components/eftposPay/store/index.d.ts +1 -1
  26. package/es/components/productSelect/components/productGroup/index.js +2 -2
  27. package/es/components/shoppingCart/components/Cart/Product.d.ts +0 -1
  28. package/es/components/shoppingCart/components/Cart/Product.js +4 -3
  29. package/es/components/ticketBooking/components/timeBar/index.js +4 -1
  30. package/es/components/ticketBooking/hooks/pisellos/useCustomer.js +23 -18
  31. package/es/components/ticketBooking/locales.js +3 -0
  32. package/es/plus/clientCard/locales.js +2 -2
  33. package/es/plus/clientName/index.d.ts +0 -1
  34. package/es/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -1
  35. package/es/plus/clinetSearch/index.d.ts +0 -1
  36. package/es/plus/clinetSearch/index.js +6 -6
  37. package/es/plus/clinetSearch/index.less +4 -0
  38. package/es/pro/comprehensiveSearch/index.d.ts +1 -3
  39. package/es/pro/comprehensiveSearch/index.js +18 -49
  40. package/es/pro/comprehensiveSearch/index.less +1 -6
  41. package/es/pro/comprehensiveSearch/types.d.ts +2 -1
  42. package/es/pro/skuDetailModal/index.js +21 -7
  43. package/es/pro/skuDetailModal/index.less +40 -0
  44. package/lib/components/booking/components/footer/index.js +16 -9
  45. package/lib/components/booking/components/footer/index.less +23 -0
  46. package/lib/components/booking/components/tabPane/index.less +3 -3
  47. package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
  48. package/lib/components/booking/info/service/Lists.d.ts +0 -1
  49. package/lib/components/booking/info/service/Lists.js +1 -1
  50. package/lib/components/booking/info/service2/utils.js +12 -11
  51. package/lib/components/booking/info2/cartClientCard/index.js +23 -31
  52. package/lib/components/booking/info2/service/editService/index.js +105 -31
  53. package/lib/components/booking/info2/service/editService/index.less +47 -11
  54. package/lib/components/booking/locales.js +4 -4
  55. package/lib/components/booking/materiels/startTime/index.d.ts +0 -1
  56. package/lib/components/eftposPay/amount.d.ts +1 -1
  57. package/lib/components/eftposPay/device.d.ts +1 -1
  58. package/lib/components/eftposPay/store/index.d.ts +1 -1
  59. package/lib/components/productSelect/components/productGroup/index.js +1 -1
  60. package/lib/components/shoppingCart/components/Cart/Product.d.ts +0 -1
  61. package/lib/components/shoppingCart/components/Cart/Product.js +4 -3
  62. package/lib/components/ticketBooking/components/timeBar/index.js +1 -1
  63. package/lib/components/ticketBooking/hooks/pisellos/useCustomer.js +23 -12
  64. package/lib/components/ticketBooking/locales.js +12 -3
  65. package/lib/plus/clientCard/locales.js +2 -2
  66. package/lib/plus/clientName/index.d.ts +0 -1
  67. package/lib/plus/clinetSearch/Add/PhoneField/index.d.ts +0 -1
  68. package/lib/plus/clinetSearch/index.d.ts +0 -1
  69. package/lib/plus/clinetSearch/index.js +6 -7
  70. package/lib/plus/clinetSearch/index.less +4 -0
  71. package/lib/pro/comprehensiveSearch/index.d.ts +1 -3
  72. package/lib/pro/comprehensiveSearch/index.js +12 -23
  73. package/lib/pro/comprehensiveSearch/index.less +1 -6
  74. package/lib/pro/comprehensiveSearch/types.d.ts +2 -1
  75. package/lib/pro/skuDetailModal/index.js +22 -6
  76. package/lib/pro/skuDetailModal/index.less +40 -0
  77. package/package.json +4 -4
  78. package/es/pro/comprehensiveSearch/camera.svg +0 -4
  79. package/lib/pro/comprehensiveSearch/camera.svg +0 -4
@@ -34,6 +34,20 @@
34
34
  object-fit: cover;
35
35
  background: lightgray 50% / cover no-repeat;
36
36
  }
37
+
38
+ .product-cover-text {
39
+ width: 100%;
40
+ height: 100%;
41
+ background-color: #dedede;
42
+ color: #747474;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ font-size: 40px;
47
+ font-weight: 600;
48
+ line-height: 1;
49
+ user-select: none;
50
+ }
37
51
  }
38
52
 
39
53
  .product-actions {
@@ -44,6 +58,7 @@
44
58
 
45
59
  .add-note-btn {
46
60
  width: 100%;
61
+ height: 48px;
47
62
  }
48
63
  }
49
64
 
@@ -199,10 +214,35 @@
199
214
  align-items: center;
200
215
  justify-content: space-between;
201
216
 
217
+ .sku-detail-content-footer-remove-btn {
218
+ width: 120px;
219
+ height: 48px;
220
+ }
221
+
202
222
  .modal-actions {
203
223
  display: flex;
204
224
  gap: 8px;
205
225
  justify-content: flex-end;
226
+
227
+ .sku-detail-content-footer-price-btn {
228
+ width: 140px;
229
+ height: 48px;
230
+
231
+ .sku-detail-content-footer-price-btn-text {
232
+ width: 100%;
233
+ text-align: center;
234
+ // 支持换行显示
235
+ white-space: wrap;
236
+ font-size: 16px;
237
+ font-weight: 400;
238
+ line-height: 20px;
239
+ }
240
+ }
241
+
242
+ .sku-detail-content-footer-confirm-btn {
243
+ width: 200px;
244
+ height: 48px;
245
+ }
206
246
  }
207
247
  }
208
248
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.2.32",
3
+ "version": "6.2.34",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -59,10 +59,10 @@
59
59
  "react-infinite-scroll-component": "^6.1.0",
60
60
  "react-resizable": "^3.0.5",
61
61
  "styled-components": "^6.0.0-rc.3",
62
- "@pisell/date-picker": "3.0.4",
63
62
  "@pisell/icon": "0.0.11",
64
- "@pisell/materials": "6.2.31",
65
- "@pisell/utils": "3.0.0"
63
+ "@pisell/materials": "6.2.33",
64
+ "@pisell/utils": "3.0.0",
65
+ "@pisell/date-picker": "3.0.4"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "react": "^18.0.0",
@@ -1,4 +0,0 @@
1
- <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3 12.5658C3 12.0404 3 11.7776 3.02193 11.5563C3.2334 9.4219 4.9219 7.7334 7.05632 7.52193C7.27762 7.5 7.55454 7.5 8.10838 7.5C8.32178 7.5 8.42848 7.5 8.51908 7.49451C9.67592 7.42445 10.6889 6.69432 11.1212 5.619C11.1551 5.53479 11.1867 5.43986 11.25 5.25C11.3133 5.06014 11.3449 4.96521 11.3788 4.881C11.8111 3.80568 12.8241 3.07555 13.9809 3.00549C14.0715 3 14.1716 3 14.3717 3H21.6283C21.8284 3 21.9285 3 22.0191 3.00549C23.1759 3.07555 24.1889 3.80568 24.6212 4.881C24.6551 4.96521 24.6867 5.06014 24.75 5.25C24.8133 5.43986 24.8449 5.53479 24.8788 5.619C25.3111 6.69432 26.3241 7.42445 27.4809 7.49451C27.5715 7.5 27.6782 7.5 27.8916 7.5C28.4455 7.5 28.7224 7.5 28.9437 7.52193C31.0781 7.7334 32.7666 9.4219 32.9781 11.5563C33 11.7776 33 12.0404 33 12.5658V24.3C33 26.8202 33 28.0804 32.5095 29.043C32.0781 29.8897 31.3897 30.5781 30.543 31.0095C29.5804 31.5 28.3202 31.5 25.8 31.5H10.2C7.67976 31.5 6.41965 31.5 5.45704 31.0095C4.61031 30.5781 3.9219 29.8897 3.49047 29.043C3 28.0804 3 26.8202 3 24.3V12.5658Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M18 24.75C21.3137 24.75 24 22.0637 24 18.75C24 15.4363 21.3137 12.75 18 12.75C14.6863 12.75 12 15.4363 12 18.75C12 22.0637 14.6863 24.75 18 24.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3 12.5658C3 12.0404 3 11.7776 3.02193 11.5563C3.2334 9.4219 4.9219 7.7334 7.05632 7.52193C7.27762 7.5 7.55454 7.5 8.10838 7.5C8.32178 7.5 8.42848 7.5 8.51908 7.49451C9.67592 7.42445 10.6889 6.69432 11.1212 5.619C11.1551 5.53479 11.1867 5.43986 11.25 5.25C11.3133 5.06014 11.3449 4.96521 11.3788 4.881C11.8111 3.80568 12.8241 3.07555 13.9809 3.00549C14.0715 3 14.1716 3 14.3717 3H21.6283C21.8284 3 21.9285 3 22.0191 3.00549C23.1759 3.07555 24.1889 3.80568 24.6212 4.881C24.6551 4.96521 24.6867 5.06014 24.75 5.25C24.8133 5.43986 24.8449 5.53479 24.8788 5.619C25.3111 6.69432 26.3241 7.42445 27.4809 7.49451C27.5715 7.5 27.6782 7.5 27.8916 7.5C28.4455 7.5 28.7224 7.5 28.9437 7.52193C31.0781 7.7334 32.7666 9.4219 32.9781 11.5563C33 11.7776 33 12.0404 33 12.5658V24.3C33 26.8202 33 28.0804 32.5095 29.043C32.0781 29.8897 31.3897 30.5781 30.543 31.0095C29.5804 31.5 28.3202 31.5 25.8 31.5H10.2C7.67976 31.5 6.41965 31.5 5.45704 31.0095C4.61031 30.5781 3.9219 29.8897 3.49047 29.043C3 28.0804 3 26.8202 3 24.3V12.5658Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M18 24.75C21.3137 24.75 24 22.0637 24 18.75C24 15.4363 21.3137 12.75 18 12.75C14.6863 12.75 12 15.4363 12 18.75C12 22.0637 14.6863 24.75 18 24.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>