@pisell/materials 6.2.24 → 6.2.26

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 (178) 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 +7 -7
  6. package/build/lowcode/preview.js +146 -146
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +36 -27
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +41 -32
  11. package/es/components/DragSortList/index.js +6 -6
  12. package/es/components/classicLayout/index.js +4 -5
  13. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  14. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  15. package/es/components/dataSourceComponents/fields/index.d.ts +8 -8
  16. package/es/components/icon/index.js +5 -5
  17. package/es/components/iconfont/index.js +1 -1
  18. package/es/components/list/index.js +6 -6
  19. package/es/components/pisellAdjustPrice/index.js +64 -8
  20. package/es/components/pisellAdjustPrice/index.less +35 -6
  21. package/es/components/pisellAdjustPrice/status.js +32 -0
  22. package/es/components/pisellAdjustPrice/type.js +1 -0
  23. package/es/components/pisellToast/index.js +3 -0
  24. package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +61 -0
  25. package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +98 -0
  26. package/es/components/productCard/cartSkuCard/components/discountReason/index.js +51 -0
  27. package/es/components/productCard/cartSkuCard/components/holders/index.js +32 -0
  28. package/es/components/productCard/cartSkuCard/components/holders/index.less +32 -0
  29. package/es/components/productCard/cartSkuCard/components/packages/index.js +52 -0
  30. package/es/components/productCard/cartSkuCard/components/packages/index.less +22 -0
  31. package/es/components/productCard/cartSkuCard/components/packages/utils.js +40 -0
  32. package/es/components/productCard/cartSkuCard/components/resources/index.js +44 -0
  33. package/es/components/productCard/cartSkuCard/components/resources/index.less +20 -0
  34. package/es/components/productCard/cartSkuCard/components/sales/index.js +55 -0
  35. package/es/components/productCard/cartSkuCard/components/sales/index.less +22 -0
  36. package/es/components/productCard/cartSkuCard/components/specs/index.js +43 -0
  37. package/es/components/productCard/cartSkuCard/components/specs/index.less +28 -0
  38. package/es/components/productCard/cartSkuCard/components/timeRange/index.js +53 -0
  39. package/es/components/productCard/cartSkuCard/components/timeRange/index.less +37 -0
  40. package/es/components/productCard/cartSkuCard/index.js +195 -0
  41. package/es/components/productCard/cartSkuCard/index.less +69 -0
  42. package/es/components/productCard/cartSkuCard/locales.js +30 -0
  43. package/es/components/productCard/components/Header/index.js +4 -3
  44. package/es/components/productCard/components/Sales/index.js +2 -2
  45. package/es/components/productCard/index.js +2 -0
  46. package/es/components/qrcode/index.js +1 -1
  47. package/es/components/sort/components/InlineMenu/index.js +1 -1
  48. package/es/components/table/Actions/component/ButtonIcon/index.js +5 -5
  49. package/es/components/table/Actions/component/ViewMode/index.js +1 -1
  50. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.js +4 -5
  51. package/es/components/table/Header/Buttons/index.js +5 -5
  52. package/es/components/table/Table/AddFieldModal/index.js +6 -6
  53. package/es/components/table/Table/SelectField/index.js +4 -4
  54. package/es/components/table/Table/fields/date/Edit/index.js +1 -1
  55. package/es/components/table/Table/fields/link/Edit/index.js +5 -5
  56. package/es/components/table/Table/fields/rangePicker/filterUtil/index.js +1 -1
  57. package/es/components/table/Table/fields/search/filterUtil/index.js +0 -1
  58. package/es/components/table/Table/fields/text/Show/index.js +4 -4
  59. package/es/components/table/Table/fields/text/filterUtil/index.js +0 -1
  60. package/es/components/table/Table/tableConfig/SortRow/index.js +2 -2
  61. package/es/components/table/Table/tableConfig/body/CellContent/index.js +3 -3
  62. package/es/components/table/Table/tableConfig/body/CellProvider/index.js +8 -8
  63. package/es/components/table/Table/utils.d.ts +1 -1
  64. package/es/components/table/hooks/useMergeColumnSetting.js +1 -2
  65. package/es/components/table/hooks/useTransDataSourceGroupSetting.js +5 -5
  66. package/es/components/table/hooks/useTransFilterSetting.js +5 -5
  67. package/es/components/translation/utils.js +5 -5
  68. package/es/components/virtual-keyboard/Amount/index.js +79 -7
  69. package/es/components/virtual-keyboard/Amount/index.less +39 -0
  70. package/es/components/virtual-keyboard/Amount/themeConfig.js +32 -0
  71. package/es/components/virtual-keyboard/Amount/types.js +1 -0
  72. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.js +38 -10
  73. package/es/components/virtual-keyboard/Keyboard/index.js +2 -2
  74. package/es/components/virtual-keyboard/Number/index.js +77 -7
  75. package/es/components/virtual-keyboard/Number/index.less +39 -0
  76. package/es/components/virtual-keyboard/Number/themeConfig.js +32 -0
  77. package/es/components/virtual-keyboard/Number/types.js +1 -0
  78. package/es/components/virtual-keyboard/VirtualKeyInput/index.js +10 -3
  79. package/es/components/virtual-keyboard/index.js +88 -3
  80. package/es/components/virtual-keyboard/index.less +33 -1
  81. package/es/hooks/useResponsive.js +2 -2
  82. package/es/utils/hoc.js +1 -1
  83. package/es/utils/miniRedux.js +8 -9
  84. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  85. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  86. package/lib/components/dataSourceComponents/fields/index.d.ts +8 -8
  87. package/lib/components/iconfont/index.js +1 -1
  88. package/lib/components/lowCodePage/index.js +1 -2
  89. package/lib/components/pisellAdjustPrice/index.js +119 -57
  90. package/lib/components/pisellAdjustPrice/index.less +35 -6
  91. package/lib/components/pisellAdjustPrice/status.js +60 -0
  92. package/lib/components/pisellAdjustPrice/type.js +17 -0
  93. package/lib/components/pisellToast/index.js +3 -0
  94. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +71 -0
  95. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +98 -0
  96. package/lib/components/productCard/cartSkuCard/components/discountReason/index.js +70 -0
  97. package/lib/components/productCard/cartSkuCard/components/holders/index.js +52 -0
  98. package/lib/components/productCard/cartSkuCard/components/holders/index.less +32 -0
  99. package/lib/components/productCard/cartSkuCard/components/packages/index.js +73 -0
  100. package/lib/components/productCard/cartSkuCard/components/packages/index.less +22 -0
  101. package/lib/components/productCard/cartSkuCard/components/packages/utils.js +44 -0
  102. package/lib/components/productCard/cartSkuCard/components/resources/index.js +73 -0
  103. package/lib/components/productCard/cartSkuCard/components/resources/index.less +20 -0
  104. package/lib/components/productCard/cartSkuCard/components/sales/index.js +76 -0
  105. package/lib/components/productCard/cartSkuCard/components/sales/index.less +22 -0
  106. package/lib/components/productCard/cartSkuCard/components/specs/index.js +65 -0
  107. package/lib/components/productCard/cartSkuCard/components/specs/index.less +28 -0
  108. package/lib/components/productCard/cartSkuCard/components/timeRange/index.js +67 -0
  109. package/lib/components/productCard/cartSkuCard/components/timeRange/index.less +37 -0
  110. package/lib/components/productCard/cartSkuCard/index.js +216 -0
  111. package/lib/components/productCard/cartSkuCard/index.less +69 -0
  112. package/lib/components/productCard/cartSkuCard/locales.js +61 -0
  113. package/lib/components/productCard/components/Header/index.js +4 -3
  114. package/lib/components/productCard/components/Sales/index.js +2 -2
  115. package/lib/components/productCard/index.js +2 -0
  116. package/lib/components/table/Table/fields/date/filterUtil/index.js +3 -6
  117. package/lib/components/table/Table/fields/rangePicker/filterUtil/index.js +4 -8
  118. package/lib/components/table/Table/fields/utils/index.js +1 -2
  119. package/lib/components/table/Table/utils.d.ts +1 -1
  120. package/lib/components/virtual-keyboard/Amount/index.js +72 -16
  121. package/lib/components/virtual-keyboard/Amount/index.less +39 -0
  122. package/lib/components/virtual-keyboard/Amount/themeConfig.js +60 -0
  123. package/lib/components/virtual-keyboard/Amount/types.js +17 -0
  124. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.js +31 -8
  125. package/lib/components/virtual-keyboard/Keyboard/index.js +2 -1
  126. package/lib/components/virtual-keyboard/Number/index.js +65 -11
  127. package/lib/components/virtual-keyboard/Number/index.less +39 -0
  128. package/lib/components/virtual-keyboard/Number/themeConfig.js +60 -0
  129. package/lib/components/virtual-keyboard/Number/types.js +17 -0
  130. package/lib/components/virtual-keyboard/VirtualKeyInput/index.js +34 -20
  131. package/lib/components/virtual-keyboard/index.js +60 -2
  132. package/lib/components/virtual-keyboard/index.less +33 -1
  133. package/lib/hooks/useResponsive.js +3 -6
  134. package/lowcode/_setters/antd-icon-setter/index.tsx +3 -2
  135. package/lowcode/pisell-adjust-price/meta.ts +168 -0
  136. package/lowcode/pisell-adjust-price/snippets.ts +1 -0
  137. package/lowcode/pisell-number-keyboard/meta.ts +167 -0
  138. package/lowcode/pisell-price-keyboard/meta.ts +167 -0
  139. package/lowcode/virtual-keyboard/meta.ts +131 -0
  140. package/package.json +1 -1
  141. package/dist/umd/materials.min.css +0 -1
  142. package/dist/umd/materials.min.js +0 -1
  143. package/dist/umd/static/DotsSix.57d66266.svg +0 -1
  144. package/dist/umd/static/arrow-left.e542294f.svg +0 -1
  145. package/dist/umd/static/arrow-right.763f03e0.svg +0 -1
  146. package/dist/umd/static/filter-lines.04a54ae9.svg +0 -1
  147. package/dist/umd/static/help-circle.31c9be40.svg +0 -1
  148. package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +0 -1
  149. package/es/components/iconfont/index.d.ts +0 -8
  150. package/es/components/pisellAdjustPrice/index.d.ts +0 -9
  151. package/es/components/pisellToast/index.d.ts +0 -16
  152. package/es/components/productCard/components/Header/index.d.ts +0 -3
  153. package/es/components/productCard/components/Sales/index.d.ts +0 -3
  154. package/es/components/productCard/index.d.ts +0 -5
  155. package/es/components/productCard/locales.d.ts +0 -84
  156. package/es/components/productCard/status.d.ts +0 -32
  157. package/es/components/productCard/types.d.ts +0 -84
  158. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -22
  159. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -19
  160. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  161. package/es/components/virtual-keyboard/Number/index.d.ts +0 -13
  162. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -11
  163. package/es/components/virtual-keyboard/index.d.ts +0 -14
  164. package/lib/components/iconfont/index.d.ts +0 -8
  165. package/lib/components/pisellAdjustPrice/index.d.ts +0 -9
  166. package/lib/components/pisellToast/index.d.ts +0 -16
  167. package/lib/components/productCard/components/Header/index.d.ts +0 -3
  168. package/lib/components/productCard/components/Sales/index.d.ts +0 -3
  169. package/lib/components/productCard/index.d.ts +0 -5
  170. package/lib/components/productCard/locales.d.ts +0 -84
  171. package/lib/components/productCard/status.d.ts +0 -32
  172. package/lib/components/productCard/types.d.ts +0 -84
  173. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -22
  174. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -19
  175. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  176. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -13
  177. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -11
  178. package/lib/components/virtual-keyboard/index.d.ts +0 -14
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M8 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM8 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM16 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM16 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM16 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.707 4.293a1 1 0 0 1 0 1.414L7.414 11H19a1 1 0 1 1 0 2H7.414l5.293 5.293a1 1 0 0 1-1.414 1.414l-7-7a1 1 0 0 1 0-1.414l7-7a1 1 0 0 1 1.414 0Z"/></svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.293 4.293a1 1 0 0 1 1.414 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414L16.586 13H5a1 1 0 1 1 0-2h11.586l-5.293-5.293a1 1 0 0 1 0-1.414Z"/></svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm3 6a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Zm3 6a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Z"/></svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18ZM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm11.258-3.976a2 2 0 0 0-2.225 1.308 1 1 0 1 1-1.886-.664 4 4 0 0 1 7.773 1.333c0 1.53-1.135 2.54-1.945 3.081a8.044 8.044 0 0 1-1.686.848l-.035.013-.011.003-.004.002h-.002L11.92 13l.316.949a1 1 0 0 1-.633-1.897l.016-.006.074-.027a6.051 6.051 0 0 0 1.172-.6c.69-.46 1.055-.95 1.055-1.419v-.001a2 2 0 0 0-1.662-1.975ZM11 17a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1Z"/></svg>
@@ -1 +0,0 @@
1
- <svg width="24" height="24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.293 3.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414L8 6.414V20a1 1 0 1 1-2 0V6.414L3.707 8.707a1 1 0 0 1-1.414-1.414l4-4ZM16 17.586V4a1 1 0 1 1 2 0v13.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414L16 17.586Z"/></svg>
@@ -1,8 +0,0 @@
1
- import { IconComponentProps } from '@ant-design/icons/es/components/Icon';
2
- import React from 'react';
3
- interface IconFontProps extends IconComponentProps {
4
- type: string;
5
- onClick?: React.MouseEventHandler<HTMLSpanElement>;
6
- }
7
- declare const IconFont: React.FC<IconFontProps>;
8
- export default IconFont;
@@ -1,9 +0,0 @@
1
- import './index.less';
2
- export interface PisellAdjustPriceProps {
3
- value?: number;
4
- originValue: number;
5
- defaultValue?: number;
6
- onChange?: (val: number) => void;
7
- }
8
- declare const PisellAdjustPrice: (props: PisellAdjustPriceProps) => JSX.Element;
9
- export default PisellAdjustPrice;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- export interface PisellToastProps {
4
- /** 提示内容 */
5
- content: React.ReactNode;
6
- /** 自动关闭的延时,单位秒。设为 0 时不自动关闭 */
7
- duration?: number;
8
- /** 是否展示action */
9
- showAction?: boolean;
10
- /** action文案 */
11
- actionText?: string;
12
- /** 关闭时触发的回调函数 */
13
- onClose?: () => void;
14
- }
15
- declare const PisellToast: (props: PisellToastProps) => void;
16
- export default PisellToast;
@@ -1,3 +0,0 @@
1
- import './index.less';
2
- declare const Header: (props: any) => JSX.Element;
3
- export default Header;
@@ -1,3 +0,0 @@
1
- import './index.less';
2
- declare const Sales: ({ item, isShowNote }: any) => JSX.Element | null;
3
- export default Sales;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { ProductCardTypes } from './types';
3
- import './index.less';
4
- declare const ProductCard: React.FC<ProductCardTypes>;
5
- export default ProductCard;
@@ -1,84 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.product.card.day': (val: number) => string;
4
- 'pisell2.product.card.day.event': (val: number) => string;
5
- 'pisell2.product.card.minute': (val: number) => string;
6
- 'pisell2.product.card.discount.reason': string;
7
- 'pisell2.product.card.discount.note': string;
8
- 'pisell2.product.card.edit': string;
9
- 'pisell2.product.card.discount.add.note': string;
10
- 'pisell2.product.card.discount.edit.note': string;
11
- 'pisell2.product.card.confirm': string;
12
- 'pisell2.product.card.cancel': string;
13
- 'pisell2.product.card.note.pla': string;
14
- 'pisell2.product.card.items.package': string;
15
- 'pisell2.product.card.view-all': string;
16
- 'pisell2.product.card.view-less': string;
17
- 'pisell2.product.card.add.holder.button.text': (val: string) => string;
18
- 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
19
- 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
20
- 'pisell2.product.card.add.holder.modal.title.1': string;
21
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
22
- 'pisell2.product.card.sales': string;
23
- 'pisell2.product.card.add.holder.modal.cancel': string;
24
- 'pisell2.product.card.add.holder.modal.clear': string;
25
- 'pisell2.product.card.add.holder.modal.apply': string;
26
- 'pisell2.product.card.add.holder.modal.add': string;
27
- 'pisell2.product.card.closing-soon.warning': string;
28
- };
29
- 'zh-CN': {
30
- 'pisell2.product.card.edit': string;
31
- 'pisell2.product.card.day': (val: number) => string;
32
- 'pisell2.product.card.day.event': (val: number) => string;
33
- 'pisell2.product.card.minute': (val: number) => string;
34
- 'pisell2.product.card.discount.reason': string;
35
- 'pisell2.product.card.discount.note': string;
36
- 'pisell2.product.card.discount.add.note': string;
37
- 'pisell2.product.card.discount.edit.note': string;
38
- 'pisell2.product.card.confirm': string;
39
- 'pisell2.product.card.cancel': string;
40
- 'pisell2.product.card.note.pla': string;
41
- 'pisell2.product.card.items.package': string;
42
- 'pisell2.product.card.view-all': string;
43
- 'pisell2.product.card.view-less': string;
44
- 'pisell2.product.card.add.holder.button.text': (val: string) => string;
45
- 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
46
- 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
47
- 'pisell2.product.card.add.holder.modal.title.1': string;
48
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
49
- 'pisell2.product.card.sales': string;
50
- 'pisell2.product.card.add.holder.modal.cancel': string;
51
- 'pisell2.product.card.add.holder.modal.clear': string;
52
- 'pisell2.product.card.add.holder.modal.apply': string;
53
- 'pisell2.product.card.add.holder.modal.add': string;
54
- 'pisell2.product.card.closing-soon.warning': string;
55
- };
56
- 'zh-HK': {
57
- 'pisell2.product.card.edit': string;
58
- 'pisell2.product.card.day': (val: number) => string;
59
- 'pisell2.product.card.day.event': (val: number) => string;
60
- 'pisell2.product.card.minute': (val: number) => string;
61
- 'pisell2.product.card.discount.reason': string;
62
- 'pisell2.product.card.discount.note': string;
63
- 'pisell2.product.card.discount.add.note': string;
64
- 'pisell2.product.card.discount.edit.note': string;
65
- 'pisell2.product.card.confirm': string;
66
- 'pisell2.product.card.cancel': string;
67
- 'pisell2.product.card.note.pla': string;
68
- 'pisell2.product.card.items.package': string;
69
- 'pisell2.product.card.view-all': string;
70
- 'pisell2.product.card.view-less': string;
71
- 'pisell2.product.card.add.holder.button.text': (val: string) => string;
72
- 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
73
- 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
74
- 'pisell2.product.card.add.holder.modal.title.1': string;
75
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
76
- 'pisell2.product.card.sales': string;
77
- 'pisell2.product.card.add.holder.modal.cancel': string;
78
- 'pisell2.product.card.add.holder.modal.clear': string;
79
- 'pisell2.product.card.add.holder.modal.apply': string;
80
- 'pisell2.product.card.add.holder.modal.add': string;
81
- 'pisell2.product.card.closing-soon.warning': string;
82
- };
83
- };
84
- export default _default;
@@ -1,32 +0,0 @@
1
- import { ProductCardTypes, bundleType, optionType, productType } from './types';
2
- /**
3
- * @title: 套餐数据
4
- * @description:
5
- * @return {*}
6
- * @Author: WangHan
7
- * @Date: 2025-01-02 23:21
8
- */
9
- export declare const defaultBundle: bundleType;
10
- /**
11
- * @description: 单规格
12
- * @return {*}
13
- * @Author: WangHan
14
- * @Date: 2025-01-02 23:00
15
- */
16
- export declare const defaultOption: optionType;
17
- /**
18
- * @title: 商品商品类型
19
- * @description:
20
- * @return {*}
21
- * @Author: WangHan
22
- * @Date: 2025-01-02 22:48
23
- */
24
- export declare const defaultProduct: productType;
25
- /**
26
- * @title: 默认数据
27
- * @description:
28
- * @return {*}
29
- * @Author: WangHan
30
- * @Date: 2024-12-12 16:49
31
- */
32
- export declare const defaultValue: ProductCardTypes;
@@ -1,84 +0,0 @@
1
- export declare type bundleType = {
2
- id: number;
3
- name: string;
4
- num: number;
5
- price: number;
6
- total: number;
7
- origin_total?: number;
8
- price_type?: string;
9
- options?: optionType[];
10
- };
11
- /**
12
- * @description:
13
- * @return {*}
14
- * @Author: WangHan
15
- * @Date: 2025-01-02 23:00
16
- */
17
- export declare type optionType = {
18
- id: number;
19
- name: string;
20
- num: number;
21
- price: number;
22
- total: number;
23
- origin_total?: number;
24
- };
25
- /**
26
- * @title: 商品商品类型
27
- * @description:
28
- * @return {*}
29
- * @Author: WangHan
30
- * @Date: 2025-01-02 22:48
31
- */
32
- export declare type productType = {
33
- _id: string | number;
34
- id: number;
35
- name: string;
36
- price: number;
37
- total: number;
38
- num: number;
39
- origin_total?: number;
40
- image?: string;
41
- isShowNote?: boolean;
42
- note?: string;
43
- like_status?: string;
44
- bundle?: bundleType[];
45
- options?: optionType[];
46
- isShowAction?: boolean;
47
- actionText?: string;
48
- errorMessage?: string;
49
- product_option_string?: string;
50
- discount_reason?: string;
51
- relation_products?: any[];
52
- resource_id?: string | number;
53
- relation_form_name?: string;
54
- holder_title?: string;
55
- start_date?: string;
56
- end_date?: string;
57
- is_show_duration?: boolean;
58
- is_show_week?: boolean;
59
- };
60
- /**
61
- * 排序总配置
62
- */
63
- export declare type ProductCardTypes = {
64
- dataSource: productType;
65
- isShowImage?: boolean;
66
- isShowHolder?: boolean;
67
- isShowNote?: boolean;
68
- isShowPackageNote?: boolean;
69
- isShowDelete?: boolean;
70
- disabledEdit?: boolean;
71
- locale?: string;
72
- symbol?: string;
73
- isShowChangeHolder?: boolean;
74
- isShowChangeResource?: boolean;
75
- isShowChangeDate?: boolean;
76
- onAction?: (val: any) => void;
77
- onDelete?: (val: any) => void;
78
- onNote?: (val: any) => void;
79
- onLike?: (val: any) => void;
80
- onCard?: (val: any) => void;
81
- onChangeResource?: (val: any) => void;
82
- osWarnTips?: Array<string>;
83
- [key: string]: any;
84
- };
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import { BaseNumberKeyboardProps } from '../BaseNumberKeyboard';
3
- export interface AmountProps {
4
- max?: number;
5
- min?: number;
6
- doneText?: string;
7
- resetText?: string;
8
- defaultValue?: string | number;
9
- placeholder?: string;
10
- amountProps?: {
11
- showCurrencySymbol: boolean;
12
- useThousandsSeparator: boolean;
13
- };
14
- presets?: BaseNumberKeyboardProps['presets'];
15
- value?: string | number;
16
- onChange?: (val: string | number) => void;
17
- onEnter?: (val: string | number) => void;
18
- defaultSelect?: boolean;
19
- inputFormat?: (_v: string) => React.ReactNode | null;
20
- }
21
- declare const Amount: (props: AmountProps) => JSX.Element;
22
- export default Amount;
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
- import { PresetsProps } from "./Presets";
3
- import './index.less';
4
- export interface BaseNumberKeyboardProps {
5
- placeholder?: string;
6
- format?: (val: string) => React.ReactNode;
7
- defaultValue?: string | number;
8
- doneText?: string;
9
- resetText?: string;
10
- onChange?: (val: string) => void;
11
- onEnter?: (val: string) => void;
12
- value?: string | number;
13
- max?: number;
14
- min?: number;
15
- presets?: PresetsProps['presets'];
16
- defaultSelect?: boolean;
17
- }
18
- declare const BaseNumberKeyboard: (props: BaseNumberKeyboardProps) => JSX.Element;
19
- export default BaseNumberKeyboard;
@@ -1,21 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- export declare type ItemValue = string | number;
4
- export interface Item {
5
- value: ItemValue;
6
- label: React.ReactNode;
7
- disabled: boolean;
8
- type: 'text' | 'primary';
9
- style?: React.CSSProperties;
10
- size?: number;
11
- }
12
- export interface KeyboardProps {
13
- className?: string;
14
- style?: React.CSSProperties;
15
- onChange?: (value?: ItemValue) => void;
16
- items?: Item[];
17
- rightItems?: Item[];
18
- keydown?: boolean;
19
- }
20
- declare const _default: React.MemoExoticComponent<(props: KeyboardProps) => JSX.Element>;
21
- export default _default;
@@ -1,13 +0,0 @@
1
- export interface NumberProps {
2
- max?: number;
3
- min?: number;
4
- doneText?: string;
5
- resetText: string;
6
- defaultValue?: string | number;
7
- placeholder?: string;
8
- value?: string | number;
9
- onChange?: (val: string | number) => void;
10
- onEnter?: (val: string | number) => void;
11
- }
12
- declare const Number: (props: NumberProps) => JSX.Element;
13
- export default Number;
@@ -1,11 +0,0 @@
1
- import { InputProps } from 'antd';
2
- import './index.less';
3
- export interface VirtualKeyInputProps extends InputProps {
4
- previewValue?: string;
5
- renderInput?: (props: any) => any;
6
- showDelete?: boolean;
7
- onValueSelect?: (selected: boolean) => void;
8
- defaultSelect?: boolean;
9
- }
10
- declare const VirtualKeyInput: (props: VirtualKeyInputProps) => JSX.Element;
11
- export default VirtualKeyInput;
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import { KeyboardProps } from "./Keyboard";
3
- import { VirtualKeyInputProps } from "./VirtualKeyInput";
4
- import "./index.less";
5
- interface VirtualKeyboardProps extends React.HTMLAttributes<HTMLDivElement> {
6
- keyboardProps?: KeyboardProps;
7
- virtualKeyInputProps?: VirtualKeyInputProps;
8
- rightPanel?: React.ReactNode;
9
- style?: React.CSSProperties;
10
- onChange?: (value?: any) => void;
11
- value?: string;
12
- }
13
- declare const VirtualKeyboard: (props: VirtualKeyboardProps) => JSX.Element;
14
- export default VirtualKeyboard;
@@ -1,8 +0,0 @@
1
- import { IconComponentProps } from '@ant-design/icons/es/components/Icon';
2
- import React from 'react';
3
- interface IconFontProps extends IconComponentProps {
4
- type: string;
5
- onClick?: React.MouseEventHandler<HTMLSpanElement>;
6
- }
7
- declare const IconFont: React.FC<IconFontProps>;
8
- export default IconFont;
@@ -1,9 +0,0 @@
1
- import './index.less';
2
- export interface PisellAdjustPriceProps {
3
- value?: number;
4
- originValue: number;
5
- defaultValue?: number;
6
- onChange?: (val: number) => void;
7
- }
8
- declare const PisellAdjustPrice: (props: PisellAdjustPriceProps) => JSX.Element;
9
- export default PisellAdjustPrice;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- export interface PisellToastProps {
4
- /** 提示内容 */
5
- content: React.ReactNode;
6
- /** 自动关闭的延时,单位秒。设为 0 时不自动关闭 */
7
- duration?: number;
8
- /** 是否展示action */
9
- showAction?: boolean;
10
- /** action文案 */
11
- actionText?: string;
12
- /** 关闭时触发的回调函数 */
13
- onClose?: () => void;
14
- }
15
- declare const PisellToast: (props: PisellToastProps) => void;
16
- export default PisellToast;
@@ -1,3 +0,0 @@
1
- import './index.less';
2
- declare const Header: (props: any) => JSX.Element;
3
- export default Header;
@@ -1,3 +0,0 @@
1
- import './index.less';
2
- declare const Sales: ({ item, isShowNote }: any) => JSX.Element | null;
3
- export default Sales;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { ProductCardTypes } from './types';
3
- import './index.less';
4
- declare const ProductCard: React.FC<ProductCardTypes>;
5
- export default ProductCard;
@@ -1,84 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.product.card.day': (val: number) => string;
4
- 'pisell2.product.card.day.event': (val: number) => string;
5
- 'pisell2.product.card.minute': (val: number) => string;
6
- 'pisell2.product.card.discount.reason': string;
7
- 'pisell2.product.card.discount.note': string;
8
- 'pisell2.product.card.edit': string;
9
- 'pisell2.product.card.discount.add.note': string;
10
- 'pisell2.product.card.discount.edit.note': string;
11
- 'pisell2.product.card.confirm': string;
12
- 'pisell2.product.card.cancel': string;
13
- 'pisell2.product.card.note.pla': string;
14
- 'pisell2.product.card.items.package': string;
15
- 'pisell2.product.card.view-all': string;
16
- 'pisell2.product.card.view-less': string;
17
- 'pisell2.product.card.add.holder.button.text': (val: string) => string;
18
- 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
19
- 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
20
- 'pisell2.product.card.add.holder.modal.title.1': string;
21
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
22
- 'pisell2.product.card.sales': string;
23
- 'pisell2.product.card.add.holder.modal.cancel': string;
24
- 'pisell2.product.card.add.holder.modal.clear': string;
25
- 'pisell2.product.card.add.holder.modal.apply': string;
26
- 'pisell2.product.card.add.holder.modal.add': string;
27
- 'pisell2.product.card.closing-soon.warning': string;
28
- };
29
- 'zh-CN': {
30
- 'pisell2.product.card.edit': string;
31
- 'pisell2.product.card.day': (val: number) => string;
32
- 'pisell2.product.card.day.event': (val: number) => string;
33
- 'pisell2.product.card.minute': (val: number) => string;
34
- 'pisell2.product.card.discount.reason': string;
35
- 'pisell2.product.card.discount.note': string;
36
- 'pisell2.product.card.discount.add.note': string;
37
- 'pisell2.product.card.discount.edit.note': string;
38
- 'pisell2.product.card.confirm': string;
39
- 'pisell2.product.card.cancel': string;
40
- 'pisell2.product.card.note.pla': string;
41
- 'pisell2.product.card.items.package': string;
42
- 'pisell2.product.card.view-all': string;
43
- 'pisell2.product.card.view-less': string;
44
- 'pisell2.product.card.add.holder.button.text': (val: string) => string;
45
- 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
46
- 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
47
- 'pisell2.product.card.add.holder.modal.title.1': string;
48
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
49
- 'pisell2.product.card.sales': string;
50
- 'pisell2.product.card.add.holder.modal.cancel': string;
51
- 'pisell2.product.card.add.holder.modal.clear': string;
52
- 'pisell2.product.card.add.holder.modal.apply': string;
53
- 'pisell2.product.card.add.holder.modal.add': string;
54
- 'pisell2.product.card.closing-soon.warning': string;
55
- };
56
- 'zh-HK': {
57
- 'pisell2.product.card.edit': string;
58
- 'pisell2.product.card.day': (val: number) => string;
59
- 'pisell2.product.card.day.event': (val: number) => string;
60
- 'pisell2.product.card.minute': (val: number) => string;
61
- 'pisell2.product.card.discount.reason': string;
62
- 'pisell2.product.card.discount.note': string;
63
- 'pisell2.product.card.discount.add.note': string;
64
- 'pisell2.product.card.discount.edit.note': string;
65
- 'pisell2.product.card.confirm': string;
66
- 'pisell2.product.card.cancel': string;
67
- 'pisell2.product.card.note.pla': string;
68
- 'pisell2.product.card.items.package': string;
69
- 'pisell2.product.card.view-all': string;
70
- 'pisell2.product.card.view-less': string;
71
- 'pisell2.product.card.add.holder.button.text': (val: string) => string;
72
- 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
73
- 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
74
- 'pisell2.product.card.add.holder.modal.title.1': string;
75
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
76
- 'pisell2.product.card.sales': string;
77
- 'pisell2.product.card.add.holder.modal.cancel': string;
78
- 'pisell2.product.card.add.holder.modal.clear': string;
79
- 'pisell2.product.card.add.holder.modal.apply': string;
80
- 'pisell2.product.card.add.holder.modal.add': string;
81
- 'pisell2.product.card.closing-soon.warning': string;
82
- };
83
- };
84
- export default _default;
@@ -1,32 +0,0 @@
1
- import { ProductCardTypes, bundleType, optionType, productType } from './types';
2
- /**
3
- * @title: 套餐数据
4
- * @description:
5
- * @return {*}
6
- * @Author: WangHan
7
- * @Date: 2025-01-02 23:21
8
- */
9
- export declare const defaultBundle: bundleType;
10
- /**
11
- * @description: 单规格
12
- * @return {*}
13
- * @Author: WangHan
14
- * @Date: 2025-01-02 23:00
15
- */
16
- export declare const defaultOption: optionType;
17
- /**
18
- * @title: 商品商品类型
19
- * @description:
20
- * @return {*}
21
- * @Author: WangHan
22
- * @Date: 2025-01-02 22:48
23
- */
24
- export declare const defaultProduct: productType;
25
- /**
26
- * @title: 默认数据
27
- * @description:
28
- * @return {*}
29
- * @Author: WangHan
30
- * @Date: 2024-12-12 16:49
31
- */
32
- export declare const defaultValue: ProductCardTypes;
@@ -1,84 +0,0 @@
1
- export declare type bundleType = {
2
- id: number;
3
- name: string;
4
- num: number;
5
- price: number;
6
- total: number;
7
- origin_total?: number;
8
- price_type?: string;
9
- options?: optionType[];
10
- };
11
- /**
12
- * @description:
13
- * @return {*}
14
- * @Author: WangHan
15
- * @Date: 2025-01-02 23:00
16
- */
17
- export declare type optionType = {
18
- id: number;
19
- name: string;
20
- num: number;
21
- price: number;
22
- total: number;
23
- origin_total?: number;
24
- };
25
- /**
26
- * @title: 商品商品类型
27
- * @description:
28
- * @return {*}
29
- * @Author: WangHan
30
- * @Date: 2025-01-02 22:48
31
- */
32
- export declare type productType = {
33
- _id: string | number;
34
- id: number;
35
- name: string;
36
- price: number;
37
- total: number;
38
- num: number;
39
- origin_total?: number;
40
- image?: string;
41
- isShowNote?: boolean;
42
- note?: string;
43
- like_status?: string;
44
- bundle?: bundleType[];
45
- options?: optionType[];
46
- isShowAction?: boolean;
47
- actionText?: string;
48
- errorMessage?: string;
49
- product_option_string?: string;
50
- discount_reason?: string;
51
- relation_products?: any[];
52
- resource_id?: string | number;
53
- relation_form_name?: string;
54
- holder_title?: string;
55
- start_date?: string;
56
- end_date?: string;
57
- is_show_duration?: boolean;
58
- is_show_week?: boolean;
59
- };
60
- /**
61
- * 排序总配置
62
- */
63
- export declare type ProductCardTypes = {
64
- dataSource: productType;
65
- isShowImage?: boolean;
66
- isShowHolder?: boolean;
67
- isShowNote?: boolean;
68
- isShowPackageNote?: boolean;
69
- isShowDelete?: boolean;
70
- disabledEdit?: boolean;
71
- locale?: string;
72
- symbol?: string;
73
- isShowChangeHolder?: boolean;
74
- isShowChangeResource?: boolean;
75
- isShowChangeDate?: boolean;
76
- onAction?: (val: any) => void;
77
- onDelete?: (val: any) => void;
78
- onNote?: (val: any) => void;
79
- onLike?: (val: any) => void;
80
- onCard?: (val: any) => void;
81
- onChangeResource?: (val: any) => void;
82
- osWarnTips?: Array<string>;
83
- [key: string]: any;
84
- };