@pisell/materials 1.0.446 → 1.0.447

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 (341) 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 +2 -2
  6. package/build/lowcode/preview.js +7 -7
  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/browserSelect/chevron-down.png +0 -0
  12. package/es/components/browserSelect/index.d.ts +15 -0
  13. package/es/components/browserSelect/index.js +36 -0
  14. package/es/components/browserSelect/index.less +18 -0
  15. package/es/components/button/index.js +2 -0
  16. package/es/components/buttonGroupEdit/index.d.ts +8 -0
  17. package/es/components/buttonGroupEdit/index.js +411 -0
  18. package/es/components/buttonGroupPreview/index.d.ts +20 -0
  19. package/es/components/buttonGroupPreview/index.js +81 -0
  20. package/es/components/cardPro/index.d.ts +4 -0
  21. package/es/components/cardPro/index.js +66 -0
  22. package/es/components/cardPro/index.less +58 -0
  23. package/es/components/collapse/index.d.ts +6 -0
  24. package/es/components/collapse/index.js +66 -0
  25. package/es/components/collapse/index.less +1 -0
  26. package/es/components/date-picker/constants.d.ts +39 -0
  27. package/es/components/date-picker/constants.js +76 -0
  28. package/es/components/date-picker/datePickerCpt.d.ts +8 -0
  29. package/es/components/date-picker/datePickerCpt.js +370 -0
  30. package/es/components/date-picker/hooks/useMediaQuery.d.ts +2 -0
  31. package/es/components/date-picker/hooks/useMediaQuery.js +28 -0
  32. package/es/components/date-picker/index.js +2 -2
  33. package/es/components/date-picker/index.less +1880 -0
  34. package/es/components/drag-sort-tree/index.d.ts +0 -1
  35. package/es/components/drag-sort-tree/index.js +2 -1
  36. package/es/components/iconfont/index.js +1 -1
  37. package/es/components/picker-view/index.d.ts +2 -0
  38. package/es/components/picker-view/index.js +2 -0
  39. package/es/components/pisellAnchor/index.d.ts +15 -0
  40. package/es/components/pisellAnchor/index.js +114 -0
  41. package/es/components/pisellAnchor/index.less +98 -0
  42. package/es/components/pisellInformationEntry/Input/index.js +9 -3
  43. package/es/components/pisellInformationEntry/constants.d.ts +10 -0
  44. package/es/components/pisellInformationEntry/constants.js +10 -0
  45. package/es/components/pisellInformationEntry/hooks/useTerminalPeripherals.d.ts +8 -0
  46. package/es/components/pisellInformationEntry/hooks/useTerminalPeripherals.js +54 -0
  47. package/es/components/pisellInformationEntry/index.js +21 -4
  48. package/es/components/pisellInformationEntry/index.less +1 -1
  49. package/es/components/pisellLoading/index.d.ts +2 -0
  50. package/es/components/pisellLoading/index.js +3 -1
  51. package/es/components/pisellQrcode/index.d.ts +4 -0
  52. package/es/components/pisellQrcode/index.js +75 -0
  53. package/es/components/pisellQrcode/index.less +41 -0
  54. package/es/components/pisellStatistic/index.d.ts +10 -0
  55. package/es/components/pisellStatistic/index.js +26 -0
  56. package/es/components/pisellStatistic/index.less +14 -0
  57. package/es/components/pisellTags/index.d.ts +13 -0
  58. package/es/components/pisellTags/index.js +83 -0
  59. package/es/components/pisellTags/index.less +17 -0
  60. package/es/components/pisellTags/utils.d.ts +1 -0
  61. package/es/components/pisellTags/utils.js +89 -0
  62. package/es/components/pisellUpload/index.d.ts +11 -0
  63. package/es/components/pisellUpload/index.js +34 -0
  64. package/es/components/pisellUpload/index.less +15 -0
  65. package/es/components/pisellUploadCrop/index.d.ts +3 -0
  66. package/es/components/pisellUploadCrop/index.js +73 -0
  67. package/es/components/pisellUploadCrop/index.less +15 -0
  68. package/es/components/pisellWalletCard/img/drak.png +0 -0
  69. package/es/components/pisellWalletCard/img/light.png +0 -0
  70. package/es/components/pisellWalletCard/index.d.ts +4 -0
  71. package/es/components/pisellWalletCard/index.js +122 -0
  72. package/es/components/pisellWalletCard/index.less +96 -0
  73. package/es/components/pisellWalletPassCard/index.d.ts +2 -0
  74. package/es/components/pisellWalletPassCard/index.js +16 -4
  75. package/es/components/pisellWalletPassCard/index.less +3 -0
  76. package/es/components/productCard/components/Actions/index.d.ts +4 -0
  77. package/es/components/productCard/components/Actions/index.js +20 -0
  78. package/es/components/productCard/components/Actions/index.less +14 -0
  79. package/es/components/productCard/components/AmountFooter/index.d.ts +4 -0
  80. package/es/components/productCard/components/AmountFooter/index.js +32 -0
  81. package/es/components/productCard/components/AmountFooter/index.less +30 -0
  82. package/es/components/productCard/components/Divider/index.d.ts +4 -0
  83. package/es/components/productCard/components/Divider/index.js +11 -0
  84. package/es/components/productCard/components/Divider/index.less +13 -0
  85. package/es/components/productCard/components/Header/index.d.ts +4 -0
  86. package/es/components/productCard/components/Header/index.js +69 -0
  87. package/es/components/productCard/components/Header/index.less +59 -0
  88. package/es/components/productCard/components/Holder/index.d.ts +4 -0
  89. package/es/components/productCard/components/Holder/index.js +11 -0
  90. package/es/components/productCard/components/Holder/index.less +11 -0
  91. package/es/components/productCard/components/Note/index.d.ts +4 -0
  92. package/es/components/productCard/components/Note/index.js +17 -0
  93. package/es/components/productCard/components/Note/index.less +20 -0
  94. package/es/components/productCard/components/Packages/components/collapsibleList/index.d.ts +10 -0
  95. package/es/components/productCard/components/Packages/components/collapsibleList/index.js +96 -0
  96. package/es/components/productCard/components/Packages/components/collapsibleList/index.less +53 -0
  97. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +2 -0
  98. package/es/components/productCard/components/Packages/components/collapsibleList/utils.js +31 -0
  99. package/es/components/productCard/components/Packages/components/options/index.d.ts +4 -0
  100. package/es/components/productCard/components/Packages/components/options/index.js +23 -0
  101. package/es/components/productCard/components/Packages/components/options/index.less +28 -0
  102. package/es/components/productCard/components/Packages/index.d.ts +4 -0
  103. package/es/components/productCard/components/Packages/index.js +22 -0
  104. package/es/components/productCard/components/Packages/index.less +17 -0
  105. package/es/components/productCard/components/Packages/utils.d.ts +20 -0
  106. package/es/components/productCard/components/Packages/utils.js +40 -0
  107. package/es/components/productCard/components/Sales/index.d.ts +4 -0
  108. package/es/components/productCard/components/Sales/index.js +22 -0
  109. package/es/components/productCard/components/Sales/index.less +18 -0
  110. package/es/components/productCard/components/Time/components/Like/index.d.ts +9 -0
  111. package/es/components/productCard/components/Time/components/Like/index.js +26 -0
  112. package/es/components/productCard/components/Time/components/Like/index.less +6 -0
  113. package/es/components/productCard/components/Time/components/Like/like-heart.png +0 -0
  114. package/es/components/productCard/components/Time/components/Like/like-hide-heart.png +0 -0
  115. package/es/components/productCard/components/Time/index.d.ts +4 -0
  116. package/es/components/productCard/components/Time/index.js +30 -0
  117. package/es/components/productCard/components/Time/index.less +25 -0
  118. package/es/components/productCard/index.d.ts +5 -0
  119. package/es/components/productCard/index.js +80 -0
  120. package/es/components/productCard/index.less +48 -0
  121. package/es/components/productCard/types.d.ts +10 -0
  122. package/es/components/productCard/types.js +1 -0
  123. package/es/components/productCard/utils.d.ts +162 -0
  124. package/es/components/productCard/utils.js +683 -0
  125. package/es/components/record-view/index.d.ts +3 -3
  126. package/es/components/record-view/index.js +23 -16
  127. package/es/components/section-footers/index.d.ts +8 -0
  128. package/es/components/section-footers/index.js +16 -0
  129. package/es/components/select-time/RightPanel/index.d.ts +2 -2
  130. package/es/components/select-time/RightPanel/index.js +7 -7
  131. package/es/components/table/Actions/component/ExportImport/index.js +3 -3
  132. package/es/components/table/BasicTable/index.js +7 -1
  133. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.less +1 -1
  134. package/es/components/table/Gallery/components/GalleryItem/index.js +10 -3
  135. package/es/components/table/Gallery/components/GalleryItem/index.less +1 -0
  136. package/es/components/table/Gallery/index.js +14 -4
  137. package/es/components/table/Table/index.js +2 -1
  138. package/es/components/table/Table/utils.d.ts +15 -3
  139. package/es/components/table/Table/utils.js +6 -2
  140. package/es/components/table/hooks/useTableSetting.js +26 -5
  141. package/es/components/table/hooks/useTransDataSource.d.ts +1 -0
  142. package/es/components/table/hooks/useTransDataSource.js +6 -4
  143. package/es/components/table/types.d.ts +2 -0
  144. package/es/components/tabs/index.d.ts +1 -0
  145. package/es/components/tabs/index.js +33 -11
  146. package/es/components/virtual-keyboard/Keyboard/index.d.ts +1 -0
  147. package/es/components/virtual-keyboard/Keyboard/index.js +10 -2
  148. package/es/index.d.ts +18 -4
  149. package/es/index.js +20 -3
  150. package/es/locales/en-US.d.ts +14 -0
  151. package/es/locales/en-US.js +16 -1
  152. package/es/locales/zh-CN.d.ts +14 -0
  153. package/es/locales/zh-CN.js +16 -1
  154. package/es/locales/zh-TW.d.ts +14 -0
  155. package/es/locales/zh-TW.js +16 -1
  156. package/es/utils/index.d.ts +1 -0
  157. package/es/utils/index.js +4 -1
  158. package/lib/components/browserSelect/chevron-down.png +0 -0
  159. package/lib/components/browserSelect/index.d.ts +15 -0
  160. package/lib/components/browserSelect/index.js +59 -0
  161. package/lib/components/browserSelect/index.less +18 -0
  162. package/lib/components/button/index.js +2 -0
  163. package/lib/components/buttonGroupEdit/index.d.ts +8 -0
  164. package/lib/components/buttonGroupEdit/index.js +234 -0
  165. package/lib/components/buttonGroupPreview/index.d.ts +20 -0
  166. package/lib/components/buttonGroupPreview/index.js +65 -0
  167. package/lib/components/cardPro/index.d.ts +4 -0
  168. package/lib/components/cardPro/index.js +60 -0
  169. package/lib/components/cardPro/index.less +58 -0
  170. package/lib/components/collapse/index.d.ts +6 -0
  171. package/lib/components/collapse/index.js +88 -0
  172. package/lib/components/collapse/index.less +1 -0
  173. package/lib/components/date-picker/constants.d.ts +39 -0
  174. package/lib/components/date-picker/constants.js +78 -0
  175. package/lib/components/date-picker/datePickerCpt.d.ts +8 -0
  176. package/lib/components/date-picker/datePickerCpt.js +403 -0
  177. package/lib/components/date-picker/hooks/useMediaQuery.d.ts +2 -0
  178. package/lib/components/date-picker/hooks/useMediaQuery.js +43 -0
  179. package/lib/components/date-picker/index.js +2 -2
  180. package/lib/components/date-picker/index.less +1880 -0
  181. package/lib/components/drag-sort-tree/index.d.ts +0 -1
  182. package/lib/components/drag-sort-tree/index.js +0 -1
  183. package/lib/components/iconfont/index.js +1 -1
  184. package/lib/components/picker-view/index.d.ts +2 -0
  185. package/lib/components/picker-view/index.js +36 -0
  186. package/lib/components/pisellAnchor/index.d.ts +15 -0
  187. package/lib/components/pisellAnchor/index.js +107 -0
  188. package/lib/components/pisellAnchor/index.less +98 -0
  189. package/lib/components/pisellInformationEntry/Input/index.js +9 -1
  190. package/lib/components/pisellInformationEntry/constants.d.ts +10 -0
  191. package/lib/components/pisellInformationEntry/constants.js +12 -0
  192. package/lib/components/pisellInformationEntry/hooks/useTerminalPeripherals.d.ts +8 -0
  193. package/lib/components/pisellInformationEntry/hooks/useTerminalPeripherals.js +83 -0
  194. package/lib/components/pisellInformationEntry/index.js +18 -2
  195. package/lib/components/pisellInformationEntry/index.less +1 -1
  196. package/lib/components/pisellLoading/index.d.ts +2 -0
  197. package/lib/components/pisellLoading/index.js +2 -1
  198. package/lib/components/pisellQrcode/index.d.ts +4 -0
  199. package/lib/components/pisellQrcode/index.js +79 -0
  200. package/lib/components/pisellQrcode/index.less +41 -0
  201. package/lib/components/pisellStatistic/index.d.ts +10 -0
  202. package/lib/components/pisellStatistic/index.js +51 -0
  203. package/lib/components/pisellStatistic/index.less +14 -0
  204. package/lib/components/pisellTags/index.d.ts +13 -0
  205. package/lib/components/pisellTags/index.js +113 -0
  206. package/lib/components/pisellTags/index.less +17 -0
  207. package/lib/components/pisellTags/utils.d.ts +1 -0
  208. package/lib/components/pisellTags/utils.js +86 -0
  209. package/lib/components/pisellUpload/index.d.ts +11 -0
  210. package/lib/components/pisellUpload/index.js +53 -0
  211. package/lib/components/pisellUpload/index.less +15 -0
  212. package/lib/components/pisellUploadCrop/index.d.ts +3 -0
  213. package/lib/components/pisellUploadCrop/index.js +75 -0
  214. package/lib/components/pisellUploadCrop/index.less +15 -0
  215. package/lib/components/pisellWalletCard/img/drak.png +0 -0
  216. package/lib/components/pisellWalletCard/img/light.png +0 -0
  217. package/lib/components/pisellWalletCard/index.d.ts +4 -0
  218. package/lib/components/pisellWalletCard/index.js +184 -0
  219. package/lib/components/pisellWalletCard/index.less +96 -0
  220. package/lib/components/pisellWalletPassCard/index.d.ts +2 -0
  221. package/lib/components/pisellWalletPassCard/index.js +8 -4
  222. package/lib/components/pisellWalletPassCard/index.less +3 -0
  223. package/lib/components/productCard/components/Actions/index.d.ts +4 -0
  224. package/lib/components/productCard/components/Actions/index.js +54 -0
  225. package/lib/components/productCard/components/Actions/index.less +14 -0
  226. package/lib/components/productCard/components/AmountFooter/index.d.ts +4 -0
  227. package/lib/components/productCard/components/AmountFooter/index.js +61 -0
  228. package/lib/components/productCard/components/AmountFooter/index.less +30 -0
  229. package/lib/components/productCard/components/Divider/index.d.ts +4 -0
  230. package/lib/components/productCard/components/Divider/index.js +50 -0
  231. package/lib/components/productCard/components/Divider/index.less +13 -0
  232. package/lib/components/productCard/components/Header/index.d.ts +4 -0
  233. package/lib/components/productCard/components/Header/index.js +81 -0
  234. package/lib/components/productCard/components/Header/index.less +59 -0
  235. package/lib/components/productCard/components/Holder/index.d.ts +4 -0
  236. package/lib/components/productCard/components/Holder/index.js +42 -0
  237. package/lib/components/productCard/components/Holder/index.less +11 -0
  238. package/lib/components/productCard/components/Note/index.d.ts +4 -0
  239. package/lib/components/productCard/components/Note/index.js +43 -0
  240. package/lib/components/productCard/components/Note/index.less +20 -0
  241. package/lib/components/productCard/components/Packages/components/collapsibleList/index.d.ts +10 -0
  242. package/lib/components/productCard/components/Packages/components/collapsibleList/index.js +93 -0
  243. package/lib/components/productCard/components/Packages/components/collapsibleList/index.less +53 -0
  244. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +2 -0
  245. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.js +48 -0
  246. package/lib/components/productCard/components/Packages/components/options/index.d.ts +4 -0
  247. package/lib/components/productCard/components/Packages/components/options/index.js +73 -0
  248. package/lib/components/productCard/components/Packages/components/options/index.less +28 -0
  249. package/lib/components/productCard/components/Packages/index.d.ts +4 -0
  250. package/lib/components/productCard/components/Packages/index.js +51 -0
  251. package/lib/components/productCard/components/Packages/index.less +17 -0
  252. package/lib/components/productCard/components/Packages/utils.d.ts +20 -0
  253. package/lib/components/productCard/components/Packages/utils.js +44 -0
  254. package/lib/components/productCard/components/Sales/index.d.ts +4 -0
  255. package/lib/components/productCard/components/Sales/index.js +51 -0
  256. package/lib/components/productCard/components/Sales/index.less +18 -0
  257. package/lib/components/productCard/components/Time/components/Like/index.d.ts +9 -0
  258. package/lib/components/productCard/components/Time/components/Like/index.js +64 -0
  259. package/lib/components/productCard/components/Time/components/Like/index.less +6 -0
  260. package/lib/components/productCard/components/Time/components/Like/like-heart.png +0 -0
  261. package/lib/components/productCard/components/Time/components/Like/like-hide-heart.png +0 -0
  262. package/lib/components/productCard/components/Time/index.d.ts +4 -0
  263. package/lib/components/productCard/components/Time/index.js +57 -0
  264. package/lib/components/productCard/components/Time/index.less +25 -0
  265. package/lib/components/productCard/index.d.ts +5 -0
  266. package/lib/components/productCard/index.js +101 -0
  267. package/lib/components/productCard/index.less +48 -0
  268. package/lib/components/productCard/types.d.ts +10 -0
  269. package/lib/components/productCard/types.js +17 -0
  270. package/lib/components/productCard/utils.d.ts +162 -0
  271. package/lib/components/productCard/utils.js +598 -0
  272. package/lib/components/record-view/index.d.ts +3 -3
  273. package/lib/components/record-view/index.js +19 -3
  274. package/lib/components/section-footers/index.d.ts +8 -0
  275. package/lib/components/section-footers/index.js +39 -0
  276. package/lib/components/select-time/RightPanel/index.d.ts +2 -2
  277. package/lib/components/table/Actions/component/ExportImport/index.js +3 -4
  278. package/lib/components/table/BasicTable/index.js +5 -1
  279. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.less +1 -1
  280. package/lib/components/table/Gallery/components/GalleryItem/index.js +18 -4
  281. package/lib/components/table/Gallery/components/GalleryItem/index.less +1 -0
  282. package/lib/components/table/Gallery/index.js +14 -3
  283. package/lib/components/table/Table/index.js +2 -1
  284. package/lib/components/table/Table/utils.d.ts +15 -3
  285. package/lib/components/table/Table/utils.js +7 -1
  286. package/lib/components/table/hooks/useTableSetting.js +23 -9
  287. package/lib/components/table/hooks/useTransDataSource.d.ts +1 -0
  288. package/lib/components/table/hooks/useTransDataSource.js +5 -4
  289. package/lib/components/table/types.d.ts +2 -0
  290. package/lib/components/tabs/index.d.ts +1 -0
  291. package/lib/components/tabs/index.js +36 -6
  292. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +1 -0
  293. package/lib/components/virtual-keyboard/Keyboard/index.js +15 -2
  294. package/lib/index.d.ts +18 -4
  295. package/lib/index.js +76 -34
  296. package/lib/locales/en-US.d.ts +14 -0
  297. package/lib/locales/en-US.js +16 -1
  298. package/lib/locales/zh-CN.d.ts +14 -0
  299. package/lib/locales/zh-CN.js +16 -1
  300. package/lib/locales/zh-TW.d.ts +14 -0
  301. package/lib/locales/zh-TW.js +16 -1
  302. package/lib/utils/index.d.ts +1 -0
  303. package/lib/utils/index.js +7 -2
  304. package/lowcode/badge/meta.ts +8 -8
  305. package/lowcode/collapse/meta.ts +85 -1
  306. package/lowcode/pisell-anchor/meta.ts +127 -0
  307. package/lowcode/pisell-anchor/snippets.ts +20 -0
  308. package/lowcode/pisell-qrcode/__screenshots__/upload-1.png +0 -0
  309. package/lowcode/pisell-qrcode/meta.ts +46 -0
  310. package/lowcode/pisell-qrcode/snippets.ts +12 -0
  311. package/lowcode/pisell-statistic/meta.ts +83 -0
  312. package/lowcode/pisell-statistic/snippets.ts +13 -0
  313. package/lowcode/pisell-tooltip/meta.ts +1 -1
  314. package/lowcode/pisell-upload/__screenshots__/upload-1.png +0 -0
  315. package/lowcode/pisell-upload/meta.ts +508 -0
  316. package/lowcode/pisell-upload/snippets.ts +20 -0
  317. package/lowcode/pisell-upload-crop/meta.ts +77 -0
  318. package/lowcode/pisell-upload-crop/snippe.ts +12 -0
  319. package/lowcode/pisell-wallet-card/meta.ts +141 -0
  320. package/lowcode/pisell-wallet-card/snippets.ts +26 -0
  321. package/lowcode/product-card/meta.ts +92 -0
  322. package/lowcode/product-card/snippets.ts +15 -0
  323. package/lowcode/record-view/meta.ts +12 -0
  324. package/lowcode/section-footers/meta.ts +47 -3
  325. package/lowcode/section-footers/snippe.ts +14 -1
  326. package/lowcode/statistic/meta.ts +1 -1
  327. package/lowcode/tabs/meta.ts +51 -51
  328. package/lowcode/tabs/snippets.ts +36 -36
  329. package/lowcode/tag/meta.ts +6 -0
  330. package/lowcode/timeline/meta.ts +12 -3
  331. package/lowcode/timeline/snippets.ts +2 -0
  332. package/lowcode/timeline.item/meta.ts +1 -1
  333. package/package.json +31 -26
  334. package/dist/umd/materials.min.css +0 -1
  335. package/dist/umd/materials.min.js +0 -1
  336. package/dist/umd/static/DotsSix.57d66266.svg +0 -1
  337. package/dist/umd/static/arrow-left.e542294f.svg +0 -1
  338. package/dist/umd/static/arrow-right.763f03e0.svg +0 -1
  339. package/dist/umd/static/filter-lines.04a54ae9.svg +0 -1
  340. package/dist/umd/static/help-circle.31c9be40.svg +0 -1
  341. package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +0 -1
package/lib/index.js CHANGED
@@ -39,43 +39,48 @@ __export(src_exports, {
39
39
  BatchEditor: () => import_batch_editor.default,
40
40
  Breadcrumb: () => import_antd6.Breadcrumb,
41
41
  Button: () => import_button.default,
42
+ ButtonGroupEdit: () => import_buttonGroupEdit.default,
43
+ ButtonGroupPreview: () => import_buttonGroupPreview.default,
42
44
  Calendar: () => import_calendar.default,
43
45
  Card: () => import_antd7.Card,
44
- Carousel: () => import_antd9.Carousel,
46
+ CardPro: () => import_cardPro.default,
47
+ Carousel: () => import_antd8.Carousel,
45
48
  Cascader: () => import_cascader.default,
46
49
  Checkbox: () => import_checkbox.default,
47
50
  ClassicLayout: () => import_classicLayout.default,
48
- Col: () => import_antd10.Col,
49
- Collapse: () => import_antd8.Collapse,
51
+ Col: () => import_antd9.Col,
52
+ Collapse: () => import_collapse.default,
50
53
  Component: () => import_component.default,
51
54
  ConfigProvider: () => import_config_provider.default,
52
55
  DatePicker: () => import_date_picker.default,
53
- Descriptions: () => import_antd11.Descriptions,
56
+ Descriptions: () => import_antd10.Descriptions,
54
57
  Div: () => import_div.default,
55
- Divider: () => import_antd12.Divider,
58
+ Divider: () => import_antd11.Divider,
56
59
  DragSortTree: () => import_drag_sort_tree.default,
57
60
  Drawer: () => import_drawer.default,
58
61
  Dropdown: () => import_dropdown.default,
59
- Empty: () => import_antd13.Empty,
62
+ Empty: () => import_antd12.Empty,
60
63
  Filter: () => import_filter.default,
61
64
  Form: () => import_form.default,
62
- Grid: () => import_antd14.Grid,
65
+ Grid: () => import_antd13.Grid,
63
66
  Icon: () => import_icon.default,
64
67
  Iconfont: () => import_iconfont.default,
65
- Image: () => import_antd15.Image,
68
+ Image: () => import_antd14.Image,
66
69
  Input: () => import_input.default,
67
- InputNumber: () => import_antd16.InputNumber,
70
+ InputNumber: () => import_antd15.InputNumber,
68
71
  InputNumberRange: () => import_input_number_range.default,
69
72
  List: () => import_list.default,
70
73
  LowCodePage: () => import_lowCodePage.default,
71
- Mentions: () => import_antd19.Mentions,
72
- Menu: () => import_antd18.Menu,
74
+ Mentions: () => import_antd18.Mentions,
75
+ Menu: () => import_antd17.Menu,
73
76
  Modal: () => import_modal.default,
74
77
  Page: () => import_page.default,
75
- Pagination: () => import_antd22.Pagination,
78
+ Pagination: () => import_antd21.Pagination,
79
+ PickerView: () => import_picker_view.default,
76
80
  PisellAdjustPrice: () => import_pisellAdjustPrice.default,
77
81
  PisellAdjustPriceInputNumber: () => import_PisellAdjustPriceInputNumber.default,
78
82
  PisellAlert: () => import_pisellAlert.default,
83
+ PisellAnchor: () => import_pisellAnchor.default,
79
84
  PisellCard: () => import_pisellCard.default,
80
85
  PisellCardList: () => import_pisellCardList.default,
81
86
  PisellCheckboxGroup: () => import_pisellCheckboxGroup.default,
@@ -92,22 +97,30 @@ __export(src_exports, {
92
97
  PisellModal: () => import_pisellModal.default,
93
98
  PisellNumberKeyboard: () => import_Number.default,
94
99
  PisellPriceKeyboard: () => import_Amount.default,
100
+ PisellQrcode: () => import_pisellQrcode.default,
95
101
  PisellRow: () => import_pisellRow.default,
96
102
  PisellScan: () => import_pisellScan.default,
103
+ PisellStatistic: () => import_pisellStatistic.default,
97
104
  PisellStatisticList: () => import_pisellStatisticList.default,
105
+ PisellTags: () => import_pisellTags.default,
98
106
  PisellText: () => import_pisellText.default,
99
107
  PisellToast: () => import_pisellToast.default,
100
108
  PisellTooltip: () => import_pisellTooltip.default,
109
+ PisellUpload: () => import_pisellUpload.default,
110
+ PisellUploadCrop: () => import_pisellUploadCrop.default,
111
+ PisellWalletCard: () => import_pisellWalletCard.default,
101
112
  PisellWalletPassCard: () => import_pisellWalletPassCard.default,
102
- Popconfirm: () => import_antd23.Popconfirm,
103
- Popover: () => import_antd24.Popover,
104
- Progress: () => import_antd25.Progress,
113
+ Popconfirm: () => import_antd22.Popconfirm,
114
+ Popover: () => import_antd23.Popover,
115
+ ProductCard: () => import_productCard.default,
116
+ Progress: () => import_antd24.Progress,
105
117
  QRCode: () => import_qrcode.default,
106
118
  Radio: () => import_radio.default,
107
- Rate: () => import_antd26.Rate,
119
+ Rate: () => import_antd25.Rate,
108
120
  RecordView: () => import_record_view.default,
109
- Result: () => import_antd27.Result,
110
- Row: () => import_antd28.Row,
121
+ Result: () => import_antd26.Result,
122
+ Row: () => import_antd27.Row,
123
+ SectionFooters: () => import_section_footers2.default,
111
124
  Segmented: () => import_segmented.default,
112
125
  Select: () => import_select.default,
113
126
  SelectTime: () => import_select_time.default,
@@ -115,20 +128,20 @@ __export(src_exports, {
115
128
  Slider: () => import_slider.default,
116
129
  Sort: () => import_sort.default,
117
130
  SortableList: () => import_sortableList.default,
118
- Space: () => import_antd29.Space,
119
- Spin: () => import_antd30.Spin,
120
- Statistic: () => import_antd20.Statistic,
121
- Steps: () => import_antd31.Steps,
122
- Switch: () => import_antd32.Switch,
131
+ Space: () => import_antd28.Space,
132
+ Spin: () => import_antd29.Spin,
133
+ Statistic: () => import_antd19.Statistic,
134
+ Steps: () => import_antd30.Steps,
135
+ Switch: () => import_antd31.Switch,
123
136
  Table: () => import_table.default,
124
137
  Tabs: () => import_tabs.default,
125
- Tag: () => import_antd35.Tag,
138
+ Tag: () => import_antd34.Tag,
126
139
  TimePicker: () => import_time_picker.default,
127
- Timeline: () => import_antd36.Timeline,
128
- Tooltip: () => import_antd37.Tooltip,
129
- Transfer: () => import_antd33.Transfer,
140
+ Timeline: () => import_antd35.Timeline,
141
+ Tooltip: () => import_antd36.Tooltip,
142
+ Transfer: () => import_antd32.Transfer,
130
143
  Translation: () => import_translation.default,
131
- Tree: () => import_antd34.Tree,
144
+ Tree: () => import_antd33.Tree,
132
145
  TreeSelect: () => import_tree_select.default,
133
146
  Typography: () => import_typography.default,
134
147
  Upload: () => import_upload.default,
@@ -136,10 +149,11 @@ __export(src_exports, {
136
149
  VirtualKeyboardTime: () => import_Time.default,
137
150
  getBankCardTypeImg: () => import_utils.getBankCardTypeImg,
138
151
  globalConfig: () => import_context.globalConfig,
139
- message: () => import_antd17.message,
140
- notification: () => import_antd21.notification,
152
+ message: () => import_antd16.message,
153
+ notification: () => import_antd20.notification,
154
+ sectionFooters: () => import_section_footers.default,
141
155
  usePisellConfig: () => import_usePisellConfig.default,
142
- version: () => import_antd38.version
156
+ version: () => import_antd37.version
143
157
  });
144
158
  module.exports = __toCommonJS(src_exports);
145
159
  var import_antd = require("antd");
@@ -179,8 +193,9 @@ var import_antd34 = require("antd");
179
193
  var import_antd35 = require("antd");
180
194
  var import_antd36 = require("antd");
181
195
  var import_antd37 = require("antd");
182
- var import_antd38 = require("antd");
183
196
  var import_typography = __toESM(require("./components/typography"));
197
+ var import_buttonGroupEdit = __toESM(require("./components/buttonGroupEdit"));
198
+ var import_buttonGroupPreview = __toESM(require("./components/buttonGroupPreview"));
184
199
  var import_skeleton = __toESM(require("./components/skeleton"));
185
200
  var import_checkbox = __toESM(require("./components/checkbox"));
186
201
  var import_button = __toESM(require("./components/button"));
@@ -216,13 +231,17 @@ var import_list = __toESM(require("./components/list"));
216
231
  var import_sort = __toESM(require("./components/sort"));
217
232
  var import_input_number_range = __toESM(require("./components/input-number-range"));
218
233
  var import_lowCodePage = __toESM(require("./components/lowCodePage"));
234
+ var import_picker_view = __toESM(require("./components/picker-view"));
219
235
  var import_segmented = __toESM(require("./components/segmented"));
236
+ var import_cardPro = __toESM(require("./components/cardPro"));
220
237
  var import_virtual_keyboard = __toESM(require("./components/virtual-keyboard"));
221
238
  var import_Time = __toESM(require("./components/virtual-keyboard/Time"));
222
239
  var import_select_time = __toESM(require("./components/select-time"));
240
+ var import_section_footers = __toESM(require("./components/section-footers"));
223
241
  var import_auto_complete_number = __toESM(require("./components/auto-complete-number"));
224
242
  var import_batch_editor = __toESM(require("./components/batch-editor"));
225
243
  var import_drag_sort_tree = __toESM(require("./components/drag-sort-tree"));
244
+ var import_section_footers2 = __toESM(require("./components/section-footers"));
226
245
  var import_pisellModal = __toESM(require("./components/pisellModal"));
227
246
  var import_pisellRow = __toESM(require("./components/pisellRow"));
228
247
  var import_pisell_config_provider = __toESM(require("./components/pisell-config-provider"));
@@ -236,6 +255,7 @@ var import_pisellEmpty = __toESM(require("./components/pisellEmpty"));
236
255
  var import_iconfont = __toESM(require("./components/iconfont"));
237
256
  var import_pisellContainer = __toESM(require("./components/pisellContainer"));
238
257
  var import_pisellText = __toESM(require("./components/pisellText"));
258
+ var import_pisellAnchor = __toESM(require("./components/pisellAnchor"));
239
259
  var import_pisellLoading = __toESM(require("./components/pisellLoading"));
240
260
  var import_pisellCardList = __toESM(require("./components/pisellCardList"));
241
261
  var import_pisellToast = __toESM(require("./components/pisellToast"));
@@ -243,15 +263,23 @@ var import_pisellWalletPassCard = __toESM(require("./components/pisellWalletPass
243
263
  var import_pisellScan = __toESM(require("./components/pisellScan"));
244
264
  var import_pisellAlert = __toESM(require("./components/pisellAlert"));
245
265
  var import_pisellCard = __toESM(require("./components/pisellCard"));
266
+ var import_pisellUploadCrop = __toESM(require("./components/pisellUploadCrop"));
267
+ var import_pisellQrcode = __toESM(require("./components/pisellQrcode"));
246
268
  var import_pisellInformationEntry = __toESM(require("./components/pisellInformationEntry"));
247
269
  var import_usePisellConfig = __toESM(require("./components/pisell-config-provider/hooks/usePisellConfig"));
248
270
  var import_context = __toESM(require("./components/pisell-config-provider/context"));
271
+ var import_pisellTags = __toESM(require("./components/pisellTags"));
272
+ var import_pisellStatisticList = __toESM(require("./components/pisellStatisticList"));
273
+ var import_pisellFloatingPanel = __toESM(require("./components/pisellFloatingPanel"));
249
274
  var import_Amount = __toESM(require("./components/virtual-keyboard/Amount"));
250
275
  var import_Number = __toESM(require("./components/virtual-keyboard/Number"));
251
276
  var import_pisellAdjustPrice = __toESM(require("./components/pisellAdjustPrice"));
252
277
  var import_PisellAdjustPriceInputNumber = __toESM(require("./components/pisellAdjustPrice/PisellAdjustPriceInputNumber"));
253
- var import_pisellStatisticList = __toESM(require("./components/pisellStatisticList"));
254
- var import_pisellFloatingPanel = __toESM(require("./components/pisellFloatingPanel"));
278
+ var import_productCard = __toESM(require("./components/productCard"));
279
+ var import_collapse = __toESM(require("./components/collapse"));
280
+ var import_pisellStatistic = __toESM(require("./components/pisellStatistic"));
281
+ var import_pisellWalletCard = __toESM(require("./components/pisellWalletCard"));
282
+ var import_pisellUpload = __toESM(require("./components/pisellUpload"));
255
283
  // Annotate the CommonJS export names for ESM import in node:
256
284
  0 && (module.exports = {
257
285
  Affix,
@@ -264,8 +292,11 @@ var import_pisellFloatingPanel = __toESM(require("./components/pisellFloatingPan
264
292
  BatchEditor,
265
293
  Breadcrumb,
266
294
  Button,
295
+ ButtonGroupEdit,
296
+ ButtonGroupPreview,
267
297
  Calendar,
268
298
  Card,
299
+ CardPro,
269
300
  Carousel,
270
301
  Cascader,
271
302
  Checkbox,
@@ -298,9 +329,11 @@ var import_pisellFloatingPanel = __toESM(require("./components/pisellFloatingPan
298
329
  Modal,
299
330
  Page,
300
331
  Pagination,
332
+ PickerView,
301
333
  PisellAdjustPrice,
302
334
  PisellAdjustPriceInputNumber,
303
335
  PisellAlert,
336
+ PisellAnchor,
304
337
  PisellCard,
305
338
  PisellCardList,
306
339
  PisellCheckboxGroup,
@@ -317,15 +350,22 @@ var import_pisellFloatingPanel = __toESM(require("./components/pisellFloatingPan
317
350
  PisellModal,
318
351
  PisellNumberKeyboard,
319
352
  PisellPriceKeyboard,
353
+ PisellQrcode,
320
354
  PisellRow,
321
355
  PisellScan,
356
+ PisellStatistic,
322
357
  PisellStatisticList,
358
+ PisellTags,
323
359
  PisellText,
324
360
  PisellToast,
325
361
  PisellTooltip,
362
+ PisellUpload,
363
+ PisellUploadCrop,
364
+ PisellWalletCard,
326
365
  PisellWalletPassCard,
327
366
  Popconfirm,
328
367
  Popover,
368
+ ProductCard,
329
369
  Progress,
330
370
  QRCode,
331
371
  Radio,
@@ -333,6 +373,7 @@ var import_pisellFloatingPanel = __toESM(require("./components/pisellFloatingPan
333
373
  RecordView,
334
374
  Result,
335
375
  Row,
376
+ SectionFooters,
336
377
  Segmented,
337
378
  Select,
338
379
  SelectTime,
@@ -363,6 +404,7 @@ var import_pisellFloatingPanel = __toESM(require("./components/pisellFloatingPan
363
404
  globalConfig,
364
405
  message,
365
406
  notification,
407
+ sectionFooters,
366
408
  usePisellConfig,
367
409
  version
368
410
  });
@@ -97,6 +97,18 @@ declare const _default: {
97
97
  'table-action-export-import-log-copy': string;
98
98
  'table-action-export-import-table-success-copy': string;
99
99
  'drag-sort-tree-unavailable-today-tip': string;
100
+ 'date-picker-today': string;
101
+ 'date-picker-yesterday': string;
102
+ 'date-picker-tomorrow': string;
103
+ 'date-picker-next_monday': string;
104
+ 'date-picker-last_friday': string;
105
+ 'date-picker-first_day_of_this_month': string;
106
+ 'date-picker-last_day_of_this_month': string;
107
+ 'date-picker-first_day_of_next_month': string;
108
+ 'date-picker-last_day_of_last_month': string;
109
+ 'date-picker-invalid-date': string;
110
+ "date-picker-apply": string;
111
+ 'date-picker-shortcut-custom': string;
100
112
  'pisell-input-copy-success': string;
101
113
  'pisell-input-copy': string;
102
114
  'pisell-empty-description-no-data': string;
@@ -112,5 +124,7 @@ declare const _default: {
112
124
  'pisell-adjust-price-discount-percentage': string;
113
125
  'pisell-adjust-price-total-after-discount': string;
114
126
  'pisell-adjust-price-discount-can-be-maximum': string;
127
+ 'pisell-discount-card-title': string;
128
+ 'pisell-discount-card-unit': string;
115
129
  };
116
130
  export default _default;
@@ -125,6 +125,19 @@ var en_US_default = {
125
125
  "table-action-export-import-log-copy": "Copy",
126
126
  "table-action-export-import-table-success-copy": "Copy Success",
127
127
  "drag-sort-tree-unavailable-today-tip": "Unavailable today",
128
+ // 日期组件
129
+ "date-picker-today": "Today",
130
+ "date-picker-yesterday": "Yesterday",
131
+ "date-picker-tomorrow": "Tomorrow",
132
+ "date-picker-next_monday": "Next monday",
133
+ "date-picker-last_friday": "Last friday",
134
+ "date-picker-first_day_of_this_month": "First day of this month",
135
+ "date-picker-last_day_of_this_month": "Last day of this month",
136
+ "date-picker-first_day_of_next_month": "First day of next month",
137
+ "date-picker-last_day_of_last_month": "Last day of last month",
138
+ "date-picker-invalid-date": "Invalid date",
139
+ "date-picker-apply": "Apply",
140
+ "date-picker-shortcut-custom": "Custom",
128
141
  "pisell-input-copy-success": "Copy Success",
129
142
  "pisell-input-copy": "Copy",
130
143
  // 空状态
@@ -143,5 +156,7 @@ var en_US_default = {
143
156
  "pisell-adjust-price-discount-amount": "Amount",
144
157
  "pisell-adjust-price-discount-percentage": "Percentage",
145
158
  "pisell-adjust-price-total-after-discount": "Total after discount: ",
146
- "pisell-adjust-price-discount-can-be-maximum": "Discount can be maximum"
159
+ "pisell-adjust-price-discount-can-be-maximum": "Discount can be maximum",
160
+ "pisell-discount-card-title": "Discount",
161
+ "pisell-discount-card-unit": "off"
147
162
  };
@@ -97,6 +97,18 @@ declare const _default: {
97
97
  'table-action-export-import-log-copy': string;
98
98
  'table-action-export-import-table-success-copy': string;
99
99
  'drag-sort-tree-unavailable-today-tip': string;
100
+ 'date-picker-today': string;
101
+ 'date-picker-yesterday': string;
102
+ 'date-picker-tomorrow': string;
103
+ 'date-picker-next_monday': string;
104
+ 'date-picker-last_friday': string;
105
+ 'date-picker-first_day_of_this_month': string;
106
+ 'date-picker-last_day_of_this_month': string;
107
+ 'date-picker-first_day_of_next_month': string;
108
+ 'date-picker-last_day_of_last_month': string;
109
+ 'date-picker-invalid-date': string;
110
+ "date-picker-apply": string;
111
+ 'date-picker-shortcut-custom': string;
100
112
  'pisell-input-copy-success': string;
101
113
  'pisell-input-copy': string;
102
114
  'pisell-empty-description-no-data': string;
@@ -112,5 +124,7 @@ declare const _default: {
112
124
  'pisell-adjust-price-discount-percentage': string;
113
125
  'pisell-adjust-price-total-after-discount': string;
114
126
  'pisell-adjust-price-discount-can-be-maximum': string;
127
+ 'pisell-discount-card-title': string;
128
+ 'pisell-discount-card-unit': string;
115
129
  };
116
130
  export default _default;
@@ -125,6 +125,19 @@ var zh_CN_default = {
125
125
  "table-action-export-import-log-copy": "复制",
126
126
  "table-action-export-import-table-success-copy": "复制成功",
127
127
  "drag-sort-tree-unavailable-today-tip": "今日不可用",
128
+ // 日期组件
129
+ "date-picker-today": "今天",
130
+ "date-picker-yesterday": "昨天",
131
+ "date-picker-tomorrow": "明天",
132
+ "date-picker-next_monday": "下个星期一",
133
+ "date-picker-last_friday": "上个星期五",
134
+ "date-picker-first_day_of_this_month": "本月的第一天",
135
+ "date-picker-last_day_of_this_month": "本月的最后一天",
136
+ "date-picker-first_day_of_next_month": "下个月的第一天",
137
+ "date-picker-last_day_of_last_month": "上个月的最后一天",
138
+ "date-picker-invalid-date": "无效日期",
139
+ "date-picker-apply": "确定",
140
+ "date-picker-shortcut-custom": "自定义",
128
141
  "pisell-input-copy-success": "复制成功",
129
142
  "pisell-input-copy": "复制",
130
143
  // 空状态
@@ -143,5 +156,7 @@ var zh_CN_default = {
143
156
  "pisell-adjust-price-discount-amount": "金额",
144
157
  "pisell-adjust-price-discount-percentage": "百分比",
145
158
  "pisell-adjust-price-total-after-discount": "打折后总价",
146
- "pisell-adjust-price-discount-can-be-maximum": "折扣最高可达"
159
+ "pisell-adjust-price-discount-can-be-maximum": "折扣最高可达",
160
+ "pisell-discount-card-title": "折扣",
161
+ "pisell-discount-card-unit": "折扣"
147
162
  };
@@ -97,6 +97,18 @@ declare const _default: {
97
97
  'table-action-export-import-log-copy': string;
98
98
  'table-action-export-import-table-success-copy': string;
99
99
  'drag-sort-tree-unavailable-today-tip': string;
100
+ 'date-picker-today': string;
101
+ 'date-picker-yesterday': string;
102
+ 'date-picker-tomorrow': string;
103
+ 'date-picker-next_monday': string;
104
+ 'date-picker-last_friday': string;
105
+ 'date-picker-first_day_of_this_month': string;
106
+ 'date-picker-last_day_of_this_month': string;
107
+ 'date-picker-first_day_of_next_month': string;
108
+ 'date-picker-last_day_of_last_month': string;
109
+ 'date-picker-invalid-date': string;
110
+ "date-picker-apply": string;
111
+ 'date-picker-shortcut-custom': string;
100
112
  'pisell-input-copy-success': string;
101
113
  'pisell-input-copy': string;
102
114
  'pisell-empty-description-no-data': string;
@@ -112,5 +124,7 @@ declare const _default: {
112
124
  'pisell-adjust-price-discount-percentage': string;
113
125
  'pisell-adjust-price-total-after-discount': string;
114
126
  'pisell-adjust-price-discount-can-be-maximum': string;
127
+ 'pisell-discount-card-title': string;
128
+ 'pisell-discount-card-unit': string;
115
129
  };
116
130
  export default _default;
@@ -125,6 +125,19 @@ var zh_TW_default = {
125
125
  "table-action-export-import-log-copy": "復製",
126
126
  "table-action-export-import-table-success-copy": "復製成功",
127
127
  "drag-sort-tree-unavailable-today-tip": "今日不可用",
128
+ // 日期组件
129
+ "date-picker-today": "今天",
130
+ "date-picker-yesterday": "昨天",
131
+ "date-picker-tomorrow": "明天",
132
+ "date-picker-next_monday": "下個星期一",
133
+ "date-picker-last_friday": "上個星期五",
134
+ "date-picker-first_day_of_this_month": "本月的第一天",
135
+ "date-picker-last_day_of_this_month": "本月的最後一天",
136
+ "date-picker-first_day_of_next_month": "下個月的第一天",
137
+ "date-picker-last_day_of_last_month": "上個月的最後一天",
138
+ "date-picker-invalid-date": "無效日期",
139
+ "date-picker-apply": "确定",
140
+ "date-picker-shortcut-custom": "自定義",
128
141
  "pisell-input-copy-success": "復製成功",
129
142
  "pisell-input-copy": "復製",
130
143
  // 空状态
@@ -143,5 +156,7 @@ var zh_TW_default = {
143
156
  "pisell-adjust-price-discount-amount": "金額",
144
157
  "pisell-adjust-price-discount-percentage": "百分比",
145
158
  "pisell-adjust-price-total-after-discount": "打折后總價",
146
- "pisell-adjust-price-discount-can-be-maximum": "折扣最高可達"
159
+ "pisell-adjust-price-discount-can-be-maximum": "折扣最高可達",
160
+ "pisell-discount-card-title": "折扣",
161
+ "pisell-discount-card-unit": "折扣"
147
162
  };
@@ -1,2 +1,3 @@
1
1
  export declare const isBrowser: boolean;
2
2
  export declare const getCssNumber: (val: string | number) => string;
3
+ export declare function uuid(): string;
@@ -20,7 +20,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  var utils_exports = {};
21
21
  __export(utils_exports, {
22
22
  getCssNumber: () => getCssNumber,
23
- isBrowser: () => isBrowser
23
+ isBrowser: () => isBrowser,
24
+ uuid: () => uuid
24
25
  });
25
26
  module.exports = __toCommonJS(utils_exports);
26
27
  var import_utils = require("@pisell/utils");
@@ -38,8 +39,12 @@ var getCssNumber = (val) => {
38
39
  return val;
39
40
  }
40
41
  };
42
+ function uuid() {
43
+ return (Math.random() * 1e6 >> 0).toString(36);
44
+ }
41
45
  // Annotate the CommonJS export names for ESM import in node:
42
46
  0 && (module.exports = {
43
47
  getCssNumber,
44
- isBrowser
48
+ isBrowser,
49
+ uuid
45
50
  });
@@ -22,14 +22,14 @@ export default {
22
22
  title: { label: '圆点颜色', tip: '自定义小圆点的颜色' },
23
23
  propType: 'string',
24
24
  },
25
- {
26
- name: 'count',
27
- title: {
28
- label: '展示数字',
29
- tip: '展示的数字,大于 overflowCount 时显示为 `${overflowCount}+`,为 0 时隐藏',
30
- },
31
- propType: 'node',
32
- },
25
+ // {
26
+ // name: 'count',
27
+ // title: {
28
+ // label: '展示数字',
29
+ // tip: '展示的数字,大于 overflowCount 时显示为 `${overflowCount}+`,为 0 时隐藏',
30
+ // },
31
+ // propType: 'node',
32
+ // },
33
33
  {
34
34
  name: 'dot',
35
35
  title: {
@@ -63,12 +63,52 @@ export default {
63
63
  },
64
64
  {
65
65
  name: 'ghost',
66
- title: { label: '透明无边框', tip: '使折叠面板透明且无边框' },
66
+ title: { label: '幽灵折叠面板', tip: '将折叠面板的背景变成透明' },
67
67
  propType: 'bool',
68
68
  defaultValue: false,
69
69
  setter: 'BoolSetter',
70
70
  supportVariable: true
71
71
  },
72
+ {
73
+ title: "标题",
74
+ display: "block",
75
+ type: "group",
76
+ items: [
77
+ {
78
+ name: "showHeader",
79
+ title: { label: "标题显隐", tip: "header | 标题显示于隐藏" },
80
+ propType: "bool",
81
+ setter: "BoolSetter",
82
+ defaultValue: true,
83
+ },
84
+ {
85
+ name: "headerFontSize",
86
+ title: {
87
+ label: "字号",
88
+ tip: "headerFontSize | 标题字体大小",
89
+ },
90
+ propType: "string",
91
+ setter: "NumberSetter",
92
+ defaultValue: 14,
93
+ condition(target) {
94
+ return !!target.getProps().getPropValue("showHeader");
95
+ },
96
+ },
97
+ {
98
+ name: "headerColor",
99
+ title: {
100
+ label: "颜色",
101
+ tip: "headerColor | 标题字体颜色",
102
+ },
103
+ propType: "string",
104
+ setter: "ColorSetter",
105
+ defaultValue: "#101828",
106
+ condition(target) {
107
+ return !!target.getProps().getPropValue("showHeader");
108
+ },
109
+ }
110
+ ],
111
+ },
72
112
  {
73
113
  name: 'collapses',
74
114
  title: '折叠项',
@@ -203,6 +243,50 @@ export default {
203
243
  ],
204
244
  },
205
245
  },
246
+ {
247
+ title: "自定义面板",
248
+ display: "block",
249
+ type: "group",
250
+ items: [
251
+ {
252
+ name: "panelBackground",
253
+ title: {
254
+ label: "背景色",
255
+ tip: "panelBackground | 面板背景颜色",
256
+ },
257
+ propType: "string",
258
+ setter: 'ColorSetter',
259
+ },
260
+ {
261
+ name: "panelBorderRadius",
262
+ title: {
263
+ label: "圆角",
264
+ tip: "panelBorderRadius | 面板圆角大小",
265
+ },
266
+ propType: "string",
267
+ setter: "NumberSetter",
268
+ defaultValue: 0,
269
+ },
270
+ {
271
+ name: "panelMarginBottom",
272
+ title: {
273
+ label: "边距",
274
+ tip: "panelMarginBottom | 每个面板之间的间距",
275
+ },
276
+ propType: "string",
277
+ setter: "NumberSetter",
278
+ defaultValue: 0,
279
+ },
280
+ {
281
+ name: "expandIcon",
282
+ title: {
283
+ label: "图标",
284
+ tip: "expandIcon | 切换面板图标",
285
+ },
286
+ setter: ['SlotSetter'],
287
+ },
288
+ ],
289
+ },
206
290
  ],
207
291
  configure: {
208
292
  supports: {