@pisell/materials 6.3.17 → 6.3.18

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 (269) 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 +5 -5
  6. package/build/lowcode/preview.js +144 -144
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +23 -23
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +23 -23
  11. package/es/components/TimeResourceSelector/index.d.ts +21 -0
  12. package/es/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
  13. package/es/components/auto-resize-text/auto-text-size-standalone.js +258 -0
  14. package/es/components/auto-resize-text/index.d.ts +6 -0
  15. package/es/components/auto-resize-text/index.js +40 -0
  16. package/es/components/cardPro/index.js +10 -3
  17. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  18. package/es/components/dataSourceComponents/fields/index.d.ts +16 -16
  19. package/es/components/iconfont/index.js +1 -1
  20. package/es/components/keyboard/index.d.ts +22 -0
  21. package/es/components/keyboard/index.js +159 -0
  22. package/es/components/keyboard/index.less +44 -0
  23. package/es/components/page/index.js +5 -2
  24. package/es/components/pisell-config-provider/context.d.ts +2 -0
  25. package/es/components/pisell-config-provider/index.d.ts +1 -0
  26. package/es/components/pisellAdjustPrice/index.js +5 -1
  27. package/es/components/pisellAdjustPrice/type.d.ts +2 -0
  28. package/es/components/pisellCardList/index.d.ts +32 -2
  29. package/es/components/pisellCardList/index.js +39 -2
  30. package/es/components/pisellCardList/index.less +9 -1
  31. package/es/components/pisellCheckboxGroup/index.d.ts +3 -0
  32. package/es/components/pisellCheckboxGroup/index.js +9 -4
  33. package/es/components/pisellCheckboxGroup/index.less +28 -1
  34. package/es/components/pisellCustomCheckboxGroup/index.d.ts +16 -0
  35. package/es/components/pisellGoodPassCard/index.d.ts +1 -0
  36. package/es/components/pisellGoodPassCard/index.js +17 -5
  37. package/es/components/pisellText/components/Amount/index.js +2 -1
  38. package/es/components/pisellToast/index.d.ts +1 -0
  39. package/es/components/pisellToast/index.js +4 -0
  40. package/es/components/pisellToast/squareToast/index.d.ts +15 -0
  41. package/es/components/pisellToast/squareToast/index.js +28 -0
  42. package/es/components/pisellToast/squareToast/index.less +60 -0
  43. package/es/components/pisellToast/squareToast/methods.d.ts +13 -0
  44. package/es/components/pisellToast/squareToast/methods.js +136 -0
  45. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
  46. package/es/components/pisellToast/squareToast/renderImperatively.js +190 -0
  47. package/es/components/pisellToast/squareToast/toast.d.ts +25 -0
  48. package/es/components/pisellToast/squareToast/toast.js +60 -0
  49. package/es/components/pisellWalletPassCard/index.d.ts +53 -1
  50. package/es/components/pisellWalletPassCard/index.js +333 -73
  51. package/es/components/pisellWalletPassCard/index.less +47 -9
  52. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  53. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.js +80 -0
  54. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.less +75 -0
  55. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +3 -0
  56. package/es/components/productCard/cartSkuCard/components/MultiDay/index.js +82 -0
  57. package/es/components/productCard/cartSkuCard/components/MultiDay/index.less +31 -0
  58. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  59. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.js +56 -0
  60. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
  61. package/es/components/productCard/cartSkuCard/components/Note/index.js +29 -0
  62. package/es/components/productCard/cartSkuCard/components/Note/index.less +27 -0
  63. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +28 -0
  64. package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +94 -0
  65. package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +117 -0
  66. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
  67. package/es/components/productCard/cartSkuCard/components/discountReason/index.js +51 -0
  68. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  69. package/es/components/productCard/cartSkuCard/components/holders/index.js +49 -0
  70. package/es/components/productCard/cartSkuCard/components/holders/index.less +47 -0
  71. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +10 -0
  72. package/es/components/productCard/cartSkuCard/components/packages/index.js +52 -0
  73. package/es/components/productCard/cartSkuCard/components/packages/index.less +22 -0
  74. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  75. package/es/components/productCard/cartSkuCard/components/packages/utils.js +40 -0
  76. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
  77. package/es/components/productCard/cartSkuCard/components/resources/index.js +39 -0
  78. package/es/components/productCard/cartSkuCard/components/resources/index.less +19 -0
  79. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
  80. package/es/components/productCard/cartSkuCard/components/sales/index.js +57 -0
  81. package/es/components/productCard/cartSkuCard/components/sales/index.less +22 -0
  82. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +3 -0
  83. package/es/components/productCard/cartSkuCard/components/specs/index.js +44 -0
  84. package/es/components/productCard/cartSkuCard/components/specs/index.less +34 -0
  85. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  86. package/es/components/productCard/cartSkuCard/components/swipeAction/index.js +360 -0
  87. package/es/components/productCard/cartSkuCard/components/swipeAction/index.less +74 -0
  88. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +6 -0
  89. package/es/components/productCard/cartSkuCard/components/timeRange/index.js +54 -0
  90. package/es/components/productCard/cartSkuCard/components/timeRange/index.less +38 -0
  91. package/es/components/productCard/cartSkuCard/index.d.ts +10 -0
  92. package/es/components/productCard/cartSkuCard/index.js +194 -0
  93. package/es/components/productCard/cartSkuCard/index.less +33 -0
  94. package/es/components/productCard/cartSkuCard/locales.d.ts +99 -0
  95. package/es/components/productCard/cartSkuCard/locales.js +33 -0
  96. package/es/components/productCard/components/Action/index.js +14 -1
  97. package/es/components/productCard/components/Action/index.less +3 -0
  98. package/es/components/productCard/components/Header/index.js +23 -8
  99. package/es/components/productCard/components/Header/index.less +16 -1
  100. package/es/components/productCard/components/Sales/index.js +2 -2
  101. package/es/components/productCard/components/Time/components/SelectHolderModal/index.js +3 -1
  102. package/es/components/productCard/components/Time/components/SelectHolderModal/index.less +3 -0
  103. package/es/components/productCard/index.d.ts +3 -1
  104. package/es/components/productCard/index.js +7 -2
  105. package/es/components/productCard/index.less +6 -0
  106. package/es/components/productCard/locales.js +3 -0
  107. package/es/components/productCard/status.js +1 -0
  108. package/es/components/productCard/types.d.ts +1 -0
  109. package/es/components/productCard/utils.js +8 -1
  110. package/es/components/select-time/index.d.ts +14 -0
  111. package/es/components/table/Table/AddFieldModal/index.d.ts +1 -0
  112. package/es/components/table/Table/AddFieldModal/index.js +13 -13
  113. package/es/components/table/Table/AddFieldModal/index.less +11 -11
  114. package/es/components/table/Table/utils.d.ts +1 -1
  115. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +5 -1
  116. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.js +21 -7
  117. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.less +9 -5
  118. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +4 -0
  119. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.js +44 -25
  120. package/es/components/virtual-keyboard/Number/index.js +4 -1
  121. package/es/components/virtual-keyboard/Number/types.d.ts +1 -0
  122. package/es/components/virtual-keyboard/index.d.ts +11 -0
  123. package/es/components/virtual-keyboard/index.js +88 -3
  124. package/es/components/virtual-keyboard/index.less +33 -1
  125. package/es/components/virtualInput/BaseVirtualInput/index.d.ts +40 -0
  126. package/es/components/virtualInput/BaseVirtualInput/index.js +163 -0
  127. package/es/components/virtualInput/BaseVirtualInput/index.less +77 -0
  128. package/es/components/virtualInput/index.d.ts +24 -0
  129. package/es/components/virtualInput/index.js +60 -0
  130. package/es/components/virtualInput/index.less +42 -0
  131. package/es/index.d.ts +5 -1
  132. package/es/index.js +5 -2
  133. package/es/locales/en-US.d.ts +19 -2
  134. package/es/locales/en-US.js +29 -6
  135. package/es/locales/zh-CN.d.ts +19 -2
  136. package/es/locales/zh-CN.js +29 -6
  137. package/es/locales/zh-TW.d.ts +19 -2
  138. package/es/locales/zh-TW.js +28 -6
  139. package/lib/components/TimeResourceSelector/index.d.ts +21 -0
  140. package/lib/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
  141. package/lib/components/auto-resize-text/auto-text-size-standalone.js +273 -0
  142. package/lib/components/auto-resize-text/index.d.ts +6 -0
  143. package/lib/components/auto-resize-text/index.js +71 -0
  144. package/lib/components/cardPro/index.js +3 -2
  145. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  146. package/lib/components/dataSourceComponents/fields/index.d.ts +16 -16
  147. package/lib/components/iconfont/index.js +1 -1
  148. package/lib/components/keyboard/index.d.ts +22 -0
  149. package/lib/components/keyboard/index.js +223 -0
  150. package/lib/components/keyboard/index.less +44 -0
  151. package/lib/components/page/index.js +3 -2
  152. package/lib/components/pisell-config-provider/context.d.ts +2 -0
  153. package/lib/components/pisell-config-provider/index.d.ts +1 -0
  154. package/lib/components/pisellAdjustPrice/index.js +4 -0
  155. package/lib/components/pisellAdjustPrice/type.d.ts +2 -0
  156. package/lib/components/pisellCardList/index.d.ts +32 -2
  157. package/lib/components/pisellCardList/index.js +39 -2
  158. package/lib/components/pisellCardList/index.less +9 -1
  159. package/lib/components/pisellCheckboxGroup/index.d.ts +3 -0
  160. package/lib/components/pisellCheckboxGroup/index.js +6 -1
  161. package/lib/components/pisellCheckboxGroup/index.less +28 -1
  162. package/lib/components/pisellCustomCheckboxGroup/index.d.ts +16 -0
  163. package/lib/components/pisellGoodPassCard/index.d.ts +1 -0
  164. package/lib/components/pisellGoodPassCard/index.js +31 -4
  165. package/lib/components/pisellText/components/Amount/index.js +2 -1
  166. package/lib/components/pisellToast/index.d.ts +1 -0
  167. package/lib/components/pisellToast/index.js +10 -1
  168. package/lib/components/pisellToast/squareToast/index.d.ts +15 -0
  169. package/lib/components/pisellToast/squareToast/index.js +58 -0
  170. package/lib/components/pisellToast/squareToast/index.less +60 -0
  171. package/lib/components/pisellToast/squareToast/methods.d.ts +13 -0
  172. package/lib/components/pisellToast/squareToast/methods.js +150 -0
  173. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +28 -0
  174. package/lib/components/pisellToast/squareToast/renderImperatively.js +162 -0
  175. package/lib/components/pisellToast/squareToast/toast.d.ts +25 -0
  176. package/lib/components/pisellToast/squareToast/toast.js +88 -0
  177. package/lib/components/pisellWalletPassCard/index.d.ts +53 -1
  178. package/lib/components/pisellWalletPassCard/index.js +257 -59
  179. package/lib/components/pisellWalletPassCard/index.less +47 -9
  180. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  181. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.js +80 -0
  182. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.less +75 -0
  183. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +3 -0
  184. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.js +71 -0
  185. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.less +31 -0
  186. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  187. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.js +77 -0
  188. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
  189. package/lib/components/productCard/cartSkuCard/components/Note/index.js +56 -0
  190. package/lib/components/productCard/cartSkuCard/components/Note/index.less +27 -0
  191. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +28 -0
  192. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +83 -0
  193. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +117 -0
  194. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
  195. package/lib/components/productCard/cartSkuCard/components/discountReason/index.js +70 -0
  196. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  197. package/lib/components/productCard/cartSkuCard/components/holders/index.js +64 -0
  198. package/lib/components/productCard/cartSkuCard/components/holders/index.less +47 -0
  199. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +10 -0
  200. package/lib/components/productCard/cartSkuCard/components/packages/index.js +73 -0
  201. package/lib/components/productCard/cartSkuCard/components/packages/index.less +22 -0
  202. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  203. package/lib/components/productCard/cartSkuCard/components/packages/utils.js +44 -0
  204. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
  205. package/lib/components/productCard/cartSkuCard/components/resources/index.js +71 -0
  206. package/lib/components/productCard/cartSkuCard/components/resources/index.less +19 -0
  207. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
  208. package/lib/components/productCard/cartSkuCard/components/sales/index.js +77 -0
  209. package/lib/components/productCard/cartSkuCard/components/sales/index.less +22 -0
  210. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +3 -0
  211. package/lib/components/productCard/cartSkuCard/components/specs/index.js +66 -0
  212. package/lib/components/productCard/cartSkuCard/components/specs/index.less +34 -0
  213. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  214. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.js +373 -0
  215. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.less +74 -0
  216. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +6 -0
  217. package/lib/components/productCard/cartSkuCard/components/timeRange/index.js +68 -0
  218. package/lib/components/productCard/cartSkuCard/components/timeRange/index.less +38 -0
  219. package/lib/components/productCard/cartSkuCard/index.d.ts +10 -0
  220. package/lib/components/productCard/cartSkuCard/index.js +229 -0
  221. package/lib/components/productCard/cartSkuCard/index.less +33 -0
  222. package/lib/components/productCard/cartSkuCard/locales.d.ts +99 -0
  223. package/lib/components/productCard/cartSkuCard/locales.js +64 -0
  224. package/lib/components/productCard/components/Action/index.js +9 -0
  225. package/lib/components/productCard/components/Action/index.less +3 -0
  226. package/lib/components/productCard/components/Header/index.js +21 -11
  227. package/lib/components/productCard/components/Header/index.less +16 -1
  228. package/lib/components/productCard/components/Sales/index.js +2 -2
  229. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.js +1 -1
  230. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.less +3 -0
  231. package/lib/components/productCard/index.d.ts +3 -1
  232. package/lib/components/productCard/index.js +7 -2
  233. package/lib/components/productCard/index.less +6 -0
  234. package/lib/components/productCard/locales.js +12 -3
  235. package/lib/components/productCard/status.js +1 -0
  236. package/lib/components/productCard/types.d.ts +1 -0
  237. package/lib/components/productCard/utils.js +8 -1
  238. package/lib/components/select-time/index.d.ts +14 -0
  239. package/lib/components/table/Table/AddFieldModal/index.d.ts +1 -0
  240. package/lib/components/table/Table/AddFieldModal/index.js +9 -9
  241. package/lib/components/table/Table/AddFieldModal/index.less +11 -11
  242. package/lib/components/table/Table/utils.d.ts +1 -1
  243. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +5 -1
  244. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.js +19 -2
  245. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.less +9 -5
  246. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +4 -0
  247. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.js +45 -27
  248. package/lib/components/virtual-keyboard/Number/index.js +3 -0
  249. package/lib/components/virtual-keyboard/Number/types.d.ts +1 -0
  250. package/lib/components/virtual-keyboard/index.d.ts +11 -0
  251. package/lib/components/virtual-keyboard/index.js +60 -2
  252. package/lib/components/virtual-keyboard/index.less +33 -1
  253. package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +40 -0
  254. package/lib/components/virtualInput/BaseVirtualInput/index.js +179 -0
  255. package/lib/components/virtualInput/BaseVirtualInput/index.less +77 -0
  256. package/lib/components/virtualInput/index.d.ts +24 -0
  257. package/lib/components/virtualInput/index.js +102 -0
  258. package/lib/components/virtualInput/index.less +42 -0
  259. package/lib/index.d.ts +5 -1
  260. package/lib/index.js +11 -0
  261. package/lib/locales/en-US.d.ts +19 -2
  262. package/lib/locales/en-US.js +24 -5
  263. package/lib/locales/zh-CN.d.ts +19 -2
  264. package/lib/locales/zh-CN.js +24 -5
  265. package/lib/locales/zh-TW.d.ts +19 -2
  266. package/lib/locales/zh-TW.js +23 -5
  267. package/package.json +4 -4
  268. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -12
  269. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -12
@@ -97,6 +97,13 @@ export var getServiceTime = function getServiceTime(item, currentDate) {
97
97
  // 中文:年月日 开始时间 - 年月日 结束时间
98
98
  dateTime = "".concat(startDate.format(dateFormat), " ").concat(startTime, " ~ ").concat(endDate.format(dateFormat), " ").concat(endTime);
99
99
  }
100
+ if (durationType === 'days') {
101
+ dateTime = formatMultiDayDate({
102
+ start_date: startDate.format('YYYY-MM-DD'),
103
+ end_date: endDate.format('YYYY-MM-DD'),
104
+ locale: locale
105
+ });
106
+ }
100
107
  }
101
108
  var startDateTime = "".concat(startDate.format('YYYY-MM-DD'), " ").concat(startTime);
102
109
  var endDateTime = "".concat(endDate.format('YYYY-MM-DD'), " ").concat(endTime);
@@ -108,7 +115,7 @@ export var getServiceTime = function getServiceTime(item, currentDate) {
108
115
  var minutes = _duration % 60;
109
116
  durationText = locales.getText('pisell2.product.card.hour.minute')(hours, minutes);
110
117
  } else if (durationType === 'days') {
111
- durationText = locales.getText('pisell2.product.card.day')(_duration);
118
+ durationText = "".concat(_duration).concat(locales.getText('pisell2.product.card.day')(_duration));
112
119
  } else {
113
120
  durationText = "".concat(_duration);
114
121
  }
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { VirtualKeyboardTimeProps } from "../virtual-keyboard/Time";
3
+ import { PopoverProps, TimePickerProps } from "antd";
4
+ import "./index.less";
5
+ interface SelectTimeProps {
6
+ value: any;
7
+ onChange: (e: string) => void;
8
+ popoverProps: PopoverProps;
9
+ timePickerProps: TimePickerProps;
10
+ timeProps: VirtualKeyboardTimeProps;
11
+ slice: number;
12
+ }
13
+ declare const SelectTime: (props: SelectTimeProps) => JSX.Element;
14
+ export default SelectTime;
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
+ import "./index.less";
2
3
  declare const AddFieldModal: React.FC;
3
4
  export default AddFieldModal;
@@ -18,7 +18,7 @@ import IconFont from "../../../iconfont";
18
18
  import { Form, Input, Popover, message } from "antd";
19
19
  import React, { useMemo, useState } from "react";
20
20
  import SelectField from "../SelectField";
21
- import styles from "./index.less";
21
+ import "./index.less";
22
22
  import { useSharedState } from "../../../../hooks";
23
23
  import { Context } from "../../model";
24
24
  var AddFieldModal = function AddFieldModal() {
@@ -75,7 +75,7 @@ var AddFieldModal = function AddFieldModal() {
75
75
  },
76
76
  onFinish: addField
77
77
  }, /*#__PURE__*/React.createElement("div", {
78
- className: styles["add-field-modal"]
78
+ className: "pisell-lowcode-add-field-modal"
79
79
  }, /*#__PURE__*/React.createElement(Form.Item, {
80
80
  label: "Field Name",
81
81
  name: "field_name",
@@ -85,25 +85,25 @@ var AddFieldModal = function AddFieldModal() {
85
85
  }]
86
86
  }, /*#__PURE__*/React.createElement(Input, {
87
87
  placeholder: "Field name (optional)",
88
- className: styles["header-search"]
88
+ className: "pisell-lowcode-header-search"
89
89
  })), /*#__PURE__*/React.createElement(SelectField, null), /*#__PURE__*/React.createElement("div", {
90
- className: styles["modal-footer"]
90
+ className: "pisell-lowcode-modal-footer"
91
91
  }, /*#__PURE__*/React.createElement("div", {
92
- className: styles["add-describe"]
92
+ className: "pisell-lowcode-add-describe"
93
93
  }, /*#__PURE__*/React.createElement(IconFont, {
94
94
  type: "pi-Plus",
95
- className: styles["icon"]
95
+ className: "pisell-lowcode-icon"
96
96
  }), /*#__PURE__*/React.createElement("span", {
97
- className: styles["label"]
97
+ className: "pisell-lowcode-label"
98
98
  }, "Add description")), /*#__PURE__*/React.createElement("div", {
99
- className: styles["btns"]
99
+ className: "pisell-lowcode-btns"
100
100
  }, /*#__PURE__*/React.createElement("div", {
101
- className: styles["cancel"],
101
+ className: "pisell-lowcode-cancel",
102
102
  onClick: function onClick() {
103
103
  onCloseModal();
104
104
  }
105
105
  }, "Cancel"), /*#__PURE__*/React.createElement("div", {
106
- className: styles["submit"],
106
+ className: "pisell-lowcode-submit",
107
107
  onClick: function onClick() {
108
108
  form.submit();
109
109
  }
@@ -120,7 +120,7 @@ var AddFieldModal = function AddFieldModal() {
120
120
  padding: 0
121
121
  },
122
122
  trigger: "click",
123
- overlayClassName: styles["popover-wrap"],
123
+ overlayClassName: "pisell-lowcode-popover-wrap",
124
124
  onOpenChange: function onOpenChange(e) {
125
125
  if (!e) {
126
126
  onCloseModal();
@@ -130,10 +130,10 @@ var AddFieldModal = function AddFieldModal() {
130
130
  },
131
131
  open: openModal
132
132
  }, /*#__PURE__*/React.createElement("div", {
133
- className: styles["add-field-btn"]
133
+ className: "pisell-lowcode-add-field-btn"
134
134
  }, /*#__PURE__*/React.createElement(IconFont, {
135
135
  type: "pi-a-Property3Add",
136
- className: styles["add-field-icon"]
136
+ className: "pisell-lowcode-add-field-icon"
137
137
  })));
138
138
  };
139
139
  export default AddFieldModal;
@@ -1,4 +1,4 @@
1
- .add-field-btn {
1
+ .pisell-lowcode-add-field-btn {
2
2
  position: absolute;
3
3
  right: 0;
4
4
  top: 0;
@@ -11,10 +11,10 @@
11
11
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
12
12
  cursor: pointer;
13
13
 
14
- .add-field-icon {}
14
+ .pisell-lowcode-add-field-icon {}
15
15
  }
16
16
 
17
- .popover-wrap {
17
+ .pisell-lowcode-popover-wrap {
18
18
  :global {
19
19
  .pisell-lowcode-popover-arrow {
20
20
  display: none;
@@ -22,11 +22,11 @@
22
22
  }
23
23
  }
24
24
 
25
- .add-field-modal {
25
+ .pisell-lowcode-add-field-modal {
26
26
  width: 360px;
27
27
  padding: 16px 16px 0 16px;
28
28
 
29
- .modal-footer {
29
+ .pisell-lowcode-modal-footer {
30
30
  display: flex;
31
31
  align-items: center;
32
32
  justify-content: space-between;
@@ -35,13 +35,13 @@
35
35
  padding: 0 16px;
36
36
  border-top: 1px solid #F1F1F1;
37
37
 
38
- .add-describe {
38
+ .pisell-lowcode-add-describe {
39
39
  cursor: pointer;
40
40
  display: flex;
41
41
  align-items: center;
42
42
  justify-content: center;
43
43
 
44
- .icon {
44
+ .pisell-lowcode-icon {
45
45
  width: 24px;
46
46
  height: 24px;
47
47
  display: flex;
@@ -51,27 +51,27 @@
51
51
  color: #1B1B1B;
52
52
  }
53
53
 
54
- .label {
54
+ .pisell-lowcode-label {
55
55
  margin-left: 2px;
56
56
  font-size: 14px;
57
57
  color: #777777;
58
58
  }
59
59
  }
60
60
 
61
- .btns {
61
+ .pisell-lowcode-btns {
62
62
  display: flex;
63
63
  align-items: center;
64
64
  justify-content: center;
65
65
  gap: 16px;
66
66
 
67
- .cancel {
67
+ .pisell-lowcode-cancel {
68
68
  cursor: pointer;
69
69
  font-weight: 400;
70
70
  font-size: 14px;
71
71
  color: #1B1B1B;
72
72
  }
73
73
 
74
- .submit {
74
+ .pisell-lowcode-submit {
75
75
  cursor: pointer;
76
76
  font-weight: 400;
77
77
  font-size: 14px;
@@ -155,7 +155,7 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
155
155
  sort?: SortType | undefined;
156
156
  mode: "" | "localStorage" | "remote";
157
157
  currentViewMode: ModeType;
158
- }) => ("filters" | "view_mode" | "column_setting" | "order_by" | "group_by" | "gallery_setting" | "filter_setting")[];
158
+ }) => ("filters" | "filter_setting" | "group_by" | "column_setting" | "order_by" | "view_mode" | "gallery_setting")[];
159
159
  export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
160
160
  export declare const stringify: (obj: Record<string, any>) => string;
161
161
  export {};
@@ -1,7 +1,11 @@
1
- import "./Presets.less";
1
+ import React from 'react';
2
+ import './Presets.less';
2
3
  export declare type PresetsItem = {
3
4
  label: string;
4
5
  value: number | string;
6
+ style?: React.CSSProperties;
7
+ onClick?: (item: PresetsItem, _next: () => void) => void;
8
+ render?: (item: PresetsItem) => React.ReactNode;
5
9
  };
6
10
  export interface PresetsProps {
7
11
  presets?: PresetsItem[];
@@ -3,20 +3,34 @@ import "./Presets.less";
3
3
  var Presets = function Presets(props) {
4
4
  var presets = props.presets,
5
5
  onChange = props.onChange;
6
+ var handleItemClick = function handleItemClick(item) {
7
+ if (item.onClick) {
8
+ var _next2 = function _next2() {
9
+ return onChange("".concat(item.value));
10
+ };
11
+ item.onClick(item, _next2);
12
+ } else {
13
+ onChange("".concat(item.value));
14
+ }
15
+ };
6
16
  return useMemo(function () {
7
17
  if (!(presets !== null && presets !== void 0 && presets.length)) {
8
18
  return null;
9
19
  }
10
20
  return /*#__PURE__*/React.createElement("div", {
11
21
  className: "pisell-virtual-keyboard-preset"
12
- }, presets.map(function (item) {
13
- return /*#__PURE__*/React.createElement("div", {
22
+ }, presets.map(function (item, index) {
23
+ var _item$render;
24
+ var itemProps = {
25
+ key: index,
26
+ className: 'pisell-virtual-keyboard-preset-item',
27
+ style: item.style,
14
28
  onClick: function onClick() {
15
- return onChange("".concat(item.value));
16
- },
17
- className: "pisell-virtual-keyboard-preset-item"
18
- }, item.label);
29
+ return handleItemClick(item);
30
+ }
31
+ };
32
+ return /*#__PURE__*/React.createElement("div", itemProps, ((_item$render = item.render) === null || _item$render === void 0 ? void 0 : _item$render.call(item, item)) || item.label);
19
33
  }));
20
- }, [presets]);
34
+ }, [presets, onChange]);
21
35
  };
22
36
  export default Presets;
@@ -1,18 +1,22 @@
1
1
  .pisell-virtual-keyboard-preset {
2
- display: flex;
2
+ display: grid;
3
+ grid-template-columns: repeat(4, 1fr);
3
4
  gap: 7px;
4
- flex-wrap: wrap;
5
5
  margin-bottom: 8px;
6
+
6
7
  .pisell-virtual-keyboard-preset-item {
7
8
  display: flex;
8
- flex: 1;
9
9
  padding: 12px 20px;
10
10
  align-items: center;
11
11
  justify-content: center;
12
- height: 48px;
12
+ height: 40px;
13
13
  border-radius: 8px;
14
- border: 1px solid var(--Gray-300, #D0D5DD);
14
+ border: 1px solid var(--Gray-300, #E9D7FE);
15
15
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
16
16
  background: var(--Primary-25, #FCFAFF);
17
+ font-weight: 600;
18
+ color: #6941C6;
19
+ cursor: pointer;
20
+ position: relative;
17
21
  }
18
22
  }
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { PresetsProps } from './Presets';
3
+ import { KeyboardProps } from '../Keyboard';
3
4
  import { RightItemsStyleProps } from '../Amount';
4
5
  import './index.less';
5
6
  export interface BaseNumberKeyboardProps {
@@ -16,6 +17,9 @@ export interface BaseNumberKeyboardProps {
16
17
  presets?: PresetsProps['presets'];
17
18
  defaultSelect?: boolean;
18
19
  rightItemsStyle?: RightItemsStyleProps;
20
+ customDisplay?: React.ReactNode | ((props: any) => React.ReactNode);
21
+ keyboardProps?: KeyboardProps;
22
+ style?: React.CSSProperties;
19
23
  }
20
24
  declare const BaseNumberKeyboard: (props: BaseNumberKeyboardProps) => JSX.Element;
21
25
  export default BaseNumberKeyboard;
@@ -1,4 +1,5 @@
1
1
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
3
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
4
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
5
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
@@ -93,7 +94,9 @@ var BaseNumberKeyboard = function BaseNumberKeyboard(props) {
93
94
  onEnter = props.onEnter,
94
95
  presets = props.presets,
95
96
  defaultSelect = props.defaultSelect,
96
- rightItemsStyle = props.rightItemsStyle;
97
+ rightItemsStyle = props.rightItemsStyle,
98
+ customDisplay = props.customDisplay,
99
+ style = props.style;
97
100
  var _useControllableValue = useControllableValue(props, {
98
101
  defaultValue: defaultValue
99
102
  }),
@@ -173,6 +176,8 @@ var BaseNumberKeyboard = function BaseNumberKeyboard(props) {
173
176
  }
174
177
  };
175
178
  var handleChangeValue = function handleChangeValue(val) {
179
+ var _val;
180
+ val = typeof val === 'string' ? val : ((_val = val) === null || _val === void 0 || (_val = _val.target) === null || _val === void 0 ? void 0 : _val.value) || '';
176
181
  var detail = checkValue(val);
177
182
  if (detail) return;
178
183
  setValue(val);
@@ -205,37 +210,51 @@ var BaseNumberKeyboard = function BaseNumberKeyboard(props) {
205
210
  var handleKeyboardChange = useMemoizedFn(function (val) {
206
211
  return (actions[val] || actions.default)(val);
207
212
  });
208
- return /*#__PURE__*/React.createElement("div", {
209
- className: "pisell-virtual-keyboard-base"
210
- }, /*#__PURE__*/React.createElement(VirtualKeyInput, {
211
- value: value,
212
- onChange: function onChange(e) {
213
- return handleChangeValue(e.target.value);
214
- },
215
- renderInput: function renderInput(props) {
216
- if (isUndefined(props.value) || props.value === '') {
217
- return /*#__PURE__*/React.createElement(VirtualInput, {
218
- autoFocus: true,
219
- placeholder: placeholder,
220
- value: props.value
213
+ var renderDisplayField = function renderDisplayField() {
214
+ if (customDisplay) {
215
+ if (typeof customDisplay === 'function') {
216
+ return customDisplay({
217
+ value: value,
218
+ onChange: handleChangeValue,
219
+ onValueSelect: setSelect
221
220
  });
222
221
  }
223
- return (format === null || format === void 0 ? void 0 : format(props.value)) || props.value;
224
- },
225
- showDelete: false,
226
- onValueSelect: setSelect,
227
- defaultSelect: defaultSelect,
228
- style: {
229
- backgroundColor: (rightItemsStyle === null || rightItemsStyle === void 0 ? void 0 : rightItemsStyle.buttonBackgroundColor) || '#fff',
230
- color: (rightItemsStyle === null || rightItemsStyle === void 0 ? void 0 : rightItemsStyle.textColor) || '#000000'
222
+ return customDisplay;
231
223
  }
232
- }), /*#__PURE__*/React.createElement(Presets, {
224
+ return /*#__PURE__*/React.createElement(VirtualKeyInput, {
225
+ value: value,
226
+ onChange: function onChange(e) {
227
+ return handleChangeValue(e.target.value);
228
+ },
229
+ renderInput: function renderInput(props) {
230
+ if (isUndefined(props.value) || props.value === '') {
231
+ return /*#__PURE__*/React.createElement(VirtualInput, {
232
+ autoFocus: true,
233
+ placeholder: placeholder,
234
+ value: props.value
235
+ });
236
+ }
237
+ return (format === null || format === void 0 ? void 0 : format(props.value)) || props.value;
238
+ },
239
+ showDelete: false,
240
+ onValueSelect: setSelect,
241
+ defaultSelect: defaultSelect,
242
+ style: {
243
+ backgroundColor: (rightItemsStyle === null || rightItemsStyle === void 0 ? void 0 : rightItemsStyle.buttonBackgroundColor) || '#fff',
244
+ color: (rightItemsStyle === null || rightItemsStyle === void 0 ? void 0 : rightItemsStyle.textColor) || '#000000'
245
+ }
246
+ });
247
+ };
248
+ return /*#__PURE__*/React.createElement("div", {
249
+ className: "pisell-virtual-keyboard-base",
250
+ style: style
251
+ }, renderDisplayField(), /*#__PURE__*/React.createElement(Presets, {
233
252
  presets: presets,
234
253
  onChange: handleChangeValue
235
- }), /*#__PURE__*/React.createElement(Keyboard, {
254
+ }), /*#__PURE__*/React.createElement(Keyboard, _extends({
236
255
  items: itemsWithStyle,
237
256
  rightItems: rightItems,
238
257
  onChange: handleKeyboardChange
239
- }));
258
+ }, props.keyboardProps || {})));
240
259
  };
241
260
  export default BaseNumberKeyboard;
@@ -1,5 +1,5 @@
1
1
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
- var _excluded = ["min", "max", "doneText", "resetText", "defaultValue", "placeholder", "onEnter", "selectType"];
2
+ var _excluded = ["min", "max", "doneText", "resetText", "defaultValue", "placeholder", "onEnter", "selectType", "defaultSelect"];
3
3
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
4
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
5
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
@@ -31,6 +31,7 @@ var _Number = function _Number(props) {
31
31
  onEnter = props.onEnter,
32
32
  _props$selectType = props.selectType,
33
33
  selectType = _props$selectType === void 0 ? 'light' : _props$selectType,
34
+ defaultSelect = props.defaultSelect,
34
35
  others = _objectWithoutProperties(props, _excluded);
35
36
  var config = usePisellConfig();
36
37
  var _useControllableValue = useControllableValue(props, {
@@ -86,11 +87,13 @@ var _Number = function _Number(props) {
86
87
  max: max,
87
88
  min: min,
88
89
  value: value,
90
+ defaultValue: defaultValue,
89
91
  onChange: setValue,
90
92
  placeholder: placeholder,
91
93
  doneText: doneText,
92
94
  resetText: resetText,
93
95
  onEnter: onEnter,
96
+ defaultSelect: defaultSelect,
94
97
  rightItemsStyle: {
95
98
  buttonBackgroundColor: configColor.buttonBackgroundColor,
96
99
  textColor: configColor.textColor,
@@ -8,6 +8,7 @@ export interface NumberProps {
8
8
  value?: string | number;
9
9
  onChange?: (val: string | number) => void;
10
10
  onEnter?: (val: string | number) => void;
11
+ defaultSelect?: boolean;
11
12
  selectType?: 'light' | 'dark';
12
13
  backgroundColor?: string;
13
14
  containerBackgroundColor?: string;
@@ -9,6 +9,17 @@ interface VirtualKeyboardProps extends React.HTMLAttributes<HTMLDivElement> {
9
9
  style?: React.CSSProperties;
10
10
  onChange?: (value?: any) => void;
11
11
  value?: string;
12
+ selectType?: 'light' | 'dark';
13
+ backgroundColor?: string;
14
+ containerBackgroundColor?: string;
15
+ buttonBackgroundColor?: string;
16
+ textColor?: string;
17
+ keyboardBackgroundColor?: string;
18
+ keyboardButtonBackgroundColor?: string;
19
+ keyboardButtonTextColor?: string;
20
+ keyboardButtonHoverColor?: string;
21
+ primaryButtonBackgroundColor?: string;
22
+ primaryButtonTextColor?: string;
12
23
  }
13
24
  declare const VirtualKeyboard: (props: VirtualKeyboardProps) => JSX.Element;
14
25
  export default VirtualKeyboard;
@@ -1,9 +1,26 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["virtualKeyInputProps", "style", "className", "keyboardProps", "onChange", "value", "rightPanel", "selectType"];
1
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
- import React, { useEffect } from "react";
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
10
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
11
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
12
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
13
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
14
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
15
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
16
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
17
+ import React, { useEffect, useMemo } from "react";
3
18
  import Keyboard from "./Keyboard";
4
19
  import VirtualKeyInput from "./VirtualKeyInput";
5
20
  import "./index.less";
6
21
  import classNames from "classnames";
22
+ import { setTheme } from '@pisell/utils';
23
+ import usePisellConfig from "../pisell-config-provider/hooks/usePisellConfig";
7
24
  var items = [{
8
25
  value: 1,
9
26
  label: "1",
@@ -60,6 +77,33 @@ var items = [{
60
77
  disabled: false,
61
78
  type: "primary"
62
79
  }];
80
+ // 默认主题配置
81
+ var virtualKeyboardThemeConfig = {
82
+ dark: {
83
+ backgroundColor: 'rgba(0, 0, 0, 0.70)',
84
+ containerBackgroundColor: 'rgba(0, 0, 0, 0.40)',
85
+ buttonBackgroundColor: '#ffffff',
86
+ textColor: '#000000',
87
+ keyboardBackgroundColor: 'rgba(0, 0, 0, 0.40)',
88
+ keyboardButtonBackgroundColor: '#ffffff',
89
+ keyboardButtonTextColor: '#000000',
90
+ keyboardButtonHoverColor: '#f5f5f5',
91
+ primaryButtonBackgroundColor: '#4ca30d',
92
+ primaryButtonTextColor: '#ffffff'
93
+ },
94
+ light: {
95
+ backgroundColor: '#ffffff',
96
+ containerBackgroundColor: '#d0d5dd',
97
+ buttonBackgroundColor: '#ffffff',
98
+ textColor: '#000000',
99
+ keyboardBackgroundColor: '#f9f9f9',
100
+ keyboardButtonBackgroundColor: '#ffffff',
101
+ keyboardButtonTextColor: '#000000',
102
+ keyboardButtonHoverColor: '#f5f5f5',
103
+ primaryButtonBackgroundColor: '#4ca30d',
104
+ primaryButtonTextColor: '#ffffff'
105
+ }
106
+ };
63
107
  var VirtualKeyboard = function VirtualKeyboard(props) {
64
108
  var virtualKeyInputProps = props.virtualKeyInputProps,
65
109
  style = props.style,
@@ -67,12 +111,53 @@ var VirtualKeyboard = function VirtualKeyboard(props) {
67
111
  keyboardProps = props.keyboardProps,
68
112
  onChange = props.onChange,
69
113
  value = props.value,
70
- rightPanel = props.rightPanel;
114
+ rightPanel = props.rightPanel,
115
+ _props$selectType = props.selectType,
116
+ selectType = _props$selectType === void 0 ? 'light' : _props$selectType,
117
+ others = _objectWithoutProperties(props, _excluded);
118
+ var config = usePisellConfig();
71
119
  useEffect(function () {
72
120
  document.body.id = "body";
73
121
  }, []);
122
+
123
+ /**
124
+ * 配置颜色
125
+ * 根据 props 和 selectType 生成最终的配置颜色
126
+ */
127
+ var configColor = useMemo(function () {
128
+ var currentConfig = virtualKeyboardThemeConfig[selectType];
129
+
130
+ // 过滤出有效的 props 并合并到默认配置中
131
+ var validProps = Object.entries(props).reduce(function (acc, _ref) {
132
+ var _ref2 = _slicedToArray(_ref, 2),
133
+ key = _ref2[0],
134
+ value = _ref2[1];
135
+ if (value !== undefined && key in currentConfig) {
136
+ acc[key] = value;
137
+ }
138
+ return acc;
139
+ }, {});
140
+ return _objectSpread(_objectSpread({}, currentConfig), validProps);
141
+ }, [selectType, props]);
142
+ useEffect(function () {
143
+ setTheme({
144
+ '--virtual-keyboard-background-color': configColor.backgroundColor,
145
+ '--virtual-keyboard-container-background-color': configColor.containerBackgroundColor,
146
+ '--virtual-keyboard-button-background-color': configColor.buttonBackgroundColor,
147
+ '--virtual-keyboard-text-color': configColor.textColor,
148
+ '--virtual-keyboard-keyboard-background-color': configColor.keyboardBackgroundColor,
149
+ '--virtual-keyboard-keyboard-button-background-color': configColor.keyboardButtonBackgroundColor,
150
+ '--virtual-keyboard-keyboard-button-text-color': configColor.keyboardButtonTextColor,
151
+ '--virtual-keyboard-keyboard-button-hover-color': configColor.keyboardButtonHoverColor,
152
+ '--virtual-keyboard-primary-button-background-color': configColor.primaryButtonBackgroundColor,
153
+ '--virtual-keyboard-primary-button-text-color': configColor.primaryButtonTextColor
154
+ });
155
+ }, [configColor]);
74
156
  return /*#__PURE__*/React.createElement("div", {
75
- className: classNames("virtual-keyboard-component", className),
157
+ className: classNames("virtual-keyboard-component", className, {
158
+ 'virtual-keyboard-component-dark': selectType === 'dark',
159
+ 'virtual-keyboard-component-light': selectType === 'light'
160
+ }),
76
161
  style: style
77
162
  }, /*#__PURE__*/React.createElement("div", {
78
163
  className: classNames("virtual-keyboard-component-left")
@@ -2,14 +2,46 @@
2
2
  display: flex;
3
3
  align-items: center;
4
4
  gap: 20px;
5
+ background-color: var(--virtual-keyboard-background-color, #ffffff);
6
+
7
+ &.virtual-keyboard-component-dark {
8
+ background-color: var(--virtual-keyboard-background-color, rgba(0, 0, 0, 0.70));
9
+ }
10
+
11
+ &.virtual-keyboard-component-light {
12
+ background-color: var(--virtual-keyboard-background-color, #ffffff);
13
+ }
5
14
  }
6
15
 
7
16
  .virtual-keyboard-component-left {
8
17
  padding: 10px;
9
18
  width: 380px;
10
19
  border-radius: 10px;
11
- background: var(--Gray-300, #D0D5DD);
20
+ background: var(--virtual-keyboard-container-background-color, #D0D5DD);
12
21
  backdrop-filter: blur(50px);
22
+
23
+ .pisell-virtual-keyboard-input {
24
+ background-color: var(--virtual-keyboard-button-background-color, #ffffff);
25
+ color: var(--virtual-keyboard-text-color, #000000);
26
+ }
27
+
28
+ .pisell-keyboard {
29
+ background-color: var(--virtual-keyboard-keyboard-background-color, #f9f9f9);
30
+
31
+ .pisell-keyboard-item {
32
+ background-color: var(--virtual-keyboard-keyboard-button-background-color, #ffffff);
33
+ color: var(--virtual-keyboard-keyboard-button-text-color, #000000);
34
+
35
+ &:hover {
36
+ background-color: var(--virtual-keyboard-keyboard-button-hover-color, #f5f5f5);
37
+ }
38
+
39
+ &.pisell-keyboard-item-primary {
40
+ background-color: var(--virtual-keyboard-primary-button-background-color, #4ca30d);
41
+ color: var(--virtual-keyboard-primary-button-text-color, #ffffff);
42
+ }
43
+ }
44
+ }
13
45
  }
14
46
 
15
47
  .virtual-keyboard-component-right {