@pisell/materials 3.2.8 → 3.2.9

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 (378) 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 +6 -6
  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 +25 -25
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +25 -25
  11. package/es/components/TimeResourceSelector/index.d.ts +21 -0
  12. package/es/components/TimeResourceSelector/index.js +115 -0
  13. package/es/components/TimeResourceSelector/index.less +59 -0
  14. package/es/components/batch-editor/index.d.ts +0 -1
  15. package/es/components/collapse/index.d.ts +15 -0
  16. package/es/components/collapse/index.js +103 -0
  17. package/es/components/collapse/index.less +0 -0
  18. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
  19. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -1
  20. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
  21. package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
  22. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
  23. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
  24. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  25. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
  26. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
  27. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
  28. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.less +2 -0
  29. package/es/components/dataSourceComponents/fields/Select/index.d.ts +0 -1
  30. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
  31. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  32. package/es/components/dataSourceComponents/fields/index.d.ts +8 -9
  33. package/es/components/date-picker/datePickerCpt.d.ts +0 -1
  34. package/es/components/date-picker/index.d.ts +0 -1
  35. package/es/components/filter/index.d.ts +0 -1
  36. package/es/components/list/index.d.ts +0 -1
  37. package/es/components/login-and-register/index.js +23 -21
  38. package/es/components/login-and-register/index.less +7 -7
  39. package/es/components/lowCodePage/index.d.ts +0 -1
  40. package/es/components/page/index.js +23 -57
  41. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  42. package/es/components/pisellAdjustPrice/index.d.ts +0 -1
  43. package/es/components/pisellAnchor/index.d.ts +1 -1
  44. package/es/components/pisellAnchor/index.js +109 -199
  45. package/es/components/pisellAnchor/index.less +3 -5
  46. package/es/components/pisellAvatar/index.js +2 -1
  47. package/es/components/pisellAvatar/index.less +2 -1
  48. package/es/components/pisellCard/index.d.ts +8 -0
  49. package/es/components/pisellCard/index.js +34 -5
  50. package/es/components/pisellCard/index.less +31 -4
  51. package/es/components/pisellCustomCheckboxGroup/index.d.ts +16 -0
  52. package/es/components/pisellCustomCheckboxGroup/index.js +72 -0
  53. package/es/components/pisellCustomCheckboxGroup/index.less +0 -0
  54. package/es/components/pisellDropdown/index.d.ts +20 -0
  55. package/es/components/pisellDropdown/index.js +51 -0
  56. package/es/components/pisellDropdown/index.less +44 -0
  57. package/es/components/pisellEmpty/index.d.ts +2 -1
  58. package/es/components/pisellHeaderProgressBar/index.d.ts +29 -0
  59. package/es/components/pisellHeaderProgressBar/index.js +76 -0
  60. package/es/components/pisellHeaderProgressBar/index.less +18 -0
  61. package/es/components/pisellImageCarousels/index.d.ts +18 -0
  62. package/es/components/pisellImageCarousels/index.js +108 -0
  63. package/es/components/pisellImageCarousels/index.less +92 -0
  64. package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
  65. package/es/components/pisellInput/index.d.ts +0 -1
  66. package/es/components/pisellList01/index.d.ts +17 -0
  67. package/es/components/pisellList01/index.js +105 -0
  68. package/es/components/pisellList01/index.less +53 -0
  69. package/es/components/pisellLoading/index.d.ts +0 -1
  70. package/es/components/pisellModal/components/IpadModal/index.d.ts +0 -1
  71. package/es/components/pisellModal/components/MobileModal/index.d.ts +0 -1
  72. package/es/components/pisellModal/components/MobileModal/index.less +4 -0
  73. package/es/components/pisellModal/components/index.d.ts +0 -1
  74. package/es/components/pisellNavigationMenu/PisellNavigationMenu.js +18 -2
  75. package/es/components/pisellSectionHeaders/index.d.ts +21 -0
  76. package/es/components/pisellSectionHeaders/index.js +35 -0
  77. package/es/components/pisellSectionHeaders/index.less +46 -0
  78. package/es/components/pisellWalletPassCard/index.d.ts +0 -1
  79. package/es/components/productCard/components/Action/index.d.ts +3 -0
  80. package/es/components/productCard/components/Action/index.js +21 -0
  81. package/es/components/productCard/components/Action/index.less +14 -0
  82. package/es/components/productCard/components/AmountFooter/index.d.ts +3 -0
  83. package/es/components/productCard/components/AmountFooter/index.js +58 -0
  84. package/es/components/productCard/components/AmountFooter/index.less +50 -0
  85. package/es/components/productCard/components/Divider/index.d.ts +3 -0
  86. package/es/components/productCard/components/Divider/index.js +11 -0
  87. package/es/components/productCard/components/Divider/index.less +13 -0
  88. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
  89. package/es/components/productCard/components/Header/DeleteButton/index.js +21 -0
  90. package/es/components/productCard/components/Header/DeleteButton/index.less +15 -0
  91. package/es/components/productCard/components/Header/index.d.ts +3 -0
  92. package/es/components/productCard/components/Header/index.js +69 -0
  93. package/es/components/productCard/components/Header/index.less +53 -0
  94. package/es/components/productCard/components/MultiDay/index.d.ts +3 -0
  95. package/es/components/productCard/components/MultiDay/index.js +79 -0
  96. package/es/components/productCard/components/MultiDay/index.less +34 -0
  97. package/es/components/productCard/components/MultiDay/utils.d.ts +14 -0
  98. package/es/components/productCard/components/MultiDay/utils.js +56 -0
  99. package/es/components/productCard/components/Note/index.d.ts +3 -0
  100. package/es/components/productCard/components/Note/index.js +25 -0
  101. package/es/components/productCard/components/Note/index.less +20 -0
  102. package/es/components/productCard/components/Packages/components/collapsibleList/index.d.ts +10 -0
  103. package/es/components/productCard/components/Packages/components/collapsibleList/index.js +96 -0
  104. package/es/components/productCard/components/Packages/components/collapsibleList/index.less +53 -0
  105. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  106. package/es/components/productCard/components/Packages/components/collapsibleList/utils.js +39 -0
  107. package/es/components/productCard/components/Packages/components/options/index.d.ts +3 -0
  108. package/es/components/productCard/components/Packages/components/options/index.js +23 -0
  109. package/es/components/productCard/components/Packages/components/options/index.less +29 -0
  110. package/es/components/productCard/components/Packages/index.d.ts +3 -0
  111. package/es/components/productCard/components/Packages/index.js +31 -0
  112. package/es/components/productCard/components/Packages/index.less +17 -0
  113. package/es/components/productCard/components/Packages/utils.d.ts +20 -0
  114. package/es/components/productCard/components/Packages/utils.js +40 -0
  115. package/es/components/productCard/components/Sales/index.d.ts +3 -0
  116. package/es/components/productCard/components/Sales/index.js +39 -0
  117. package/es/components/productCard/components/Sales/index.less +18 -0
  118. package/es/components/productCard/components/Time/components/Like/index.d.ts +8 -0
  119. package/es/components/productCard/components/Time/components/Like/index.js +26 -0
  120. package/es/components/productCard/components/Time/components/Like/index.less +6 -0
  121. package/es/components/productCard/components/Time/components/Like/like-heart.png +0 -0
  122. package/es/components/productCard/components/Time/components/Like/like-hide-heart.png +0 -0
  123. package/es/components/productCard/components/Time/index.d.ts +3 -0
  124. package/es/components/productCard/components/Time/index.js +46 -0
  125. package/es/components/productCard/components/Time/index.less +35 -0
  126. package/es/components/productCard/hooks/useOpenNote.d.ts +3 -0
  127. package/es/components/productCard/hooks/useOpenNote.js +67 -0
  128. package/es/components/productCard/index.d.ts +5 -0
  129. package/es/components/productCard/index.js +158 -0
  130. package/es/components/productCard/index.less +82 -0
  131. package/es/components/productCard/locales.d.ts +45 -0
  132. package/es/components/productCard/locales.js +56 -0
  133. package/es/components/productCard/status.d.ts +32 -0
  134. package/es/components/productCard/status.js +67 -0
  135. package/es/components/productCard/types.d.ts +78 -0
  136. package/es/components/productCard/types.js +1 -0
  137. package/es/components/productCard/utils.d.ts +31 -0
  138. package/es/components/productCard/utils.js +94 -0
  139. package/es/components/qrcode/index.d.ts +0 -1
  140. package/es/components/section-footers/index.d.ts +9 -0
  141. package/es/components/section-footers/index.js +17 -0
  142. package/es/components/section-footers/index.less +5 -0
  143. package/es/components/table/Actions/component/ExportImport/utils/index.d.ts +9 -0
  144. package/es/components/table/Actions/component/ExportImport/utils/index.js +11 -0
  145. package/es/components/table/Actions/component/GallerySetting/index.d.ts +0 -1
  146. package/es/components/table/Actions/component/Group/index.d.ts +0 -1
  147. package/es/components/table/Actions/index.d.ts +0 -1
  148. package/es/components/table/BasicTable/index.d.ts +0 -1
  149. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
  150. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  151. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
  152. package/es/components/table/Table/SelectField/index.d.ts +0 -1
  153. package/es/components/table/Table/fields/date/Show/index.d.ts +0 -1
  154. package/es/components/table/Table/fields/date/index.d.ts +0 -1
  155. package/es/components/table/Table/fields/image/Show/index.d.ts +0 -1
  156. package/es/components/table/Table/fields/index.d.ts +0 -1
  157. package/es/components/table/Table/fields/link/Show/index.d.ts +0 -1
  158. package/es/components/table/Table/fields/link/index.d.ts +0 -1
  159. package/es/components/table/Table/fields/number/Show/index.d.ts +0 -1
  160. package/es/components/table/Table/fields/number/index.d.ts +0 -1
  161. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
  162. package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
  163. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  164. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
  165. package/es/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  166. package/es/components/table/Table/fields/search/Show/index.d.ts +0 -1
  167. package/es/components/table/Table/fields/search/index.d.ts +0 -1
  168. package/es/components/table/Table/fields/select/index.d.ts +0 -1
  169. package/es/components/table/Table/fields/text/Show/index.d.ts +0 -1
  170. package/es/components/table/Table/fields/text/index.d.ts +0 -1
  171. package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  172. package/es/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
  173. package/es/components/table/Table/utils.d.ts +1 -1
  174. package/es/components/table/View/index.d.ts +0 -1
  175. package/es/components/versionSelect/index.d.ts +0 -1
  176. package/es/components/virtual-keyboard/Number/index.d.ts +0 -1
  177. package/es/index.d.ts +10 -1
  178. package/es/index.js +13 -2
  179. package/es/locales/en-US.d.ts +25 -2
  180. package/es/locales/en-US.js +39 -10
  181. package/es/locales/zh-CN.d.ts +23 -0
  182. package/es/locales/zh-CN.js +25 -1
  183. package/es/locales/zh-TW.d.ts +23 -0
  184. package/es/locales/zh-TW.js +25 -1
  185. package/lib/components/TimeResourceSelector/index.d.ts +21 -0
  186. package/lib/components/TimeResourceSelector/index.js +109 -0
  187. package/lib/components/TimeResourceSelector/index.less +59 -0
  188. package/lib/components/batch-editor/index.d.ts +0 -1
  189. package/lib/components/collapse/index.d.ts +15 -0
  190. package/lib/components/collapse/index.js +109 -0
  191. package/lib/components/collapse/index.less +0 -0
  192. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
  193. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -1
  194. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
  195. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
  196. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
  197. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
  198. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  199. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
  200. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
  201. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
  202. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.less +2 -0
  203. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +0 -1
  204. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
  205. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  206. package/lib/components/dataSourceComponents/fields/index.d.ts +8 -9
  207. package/lib/components/date-picker/datePickerCpt.d.ts +0 -1
  208. package/lib/components/date-picker/index.d.ts +0 -1
  209. package/lib/components/filter/index.d.ts +0 -1
  210. package/lib/components/list/index.d.ts +0 -1
  211. package/lib/components/login-and-register/index.js +23 -21
  212. package/lib/components/login-and-register/index.less +7 -7
  213. package/lib/components/lowCodePage/index.d.ts +0 -1
  214. package/lib/components/page/index.js +37 -65
  215. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  216. package/lib/components/pisellAdjustPrice/index.d.ts +0 -1
  217. package/lib/components/pisellAnchor/index.d.ts +1 -1
  218. package/lib/components/pisellAnchor/index.js +64 -131
  219. package/lib/components/pisellAnchor/index.less +3 -5
  220. package/lib/components/pisellAvatar/index.js +1 -1
  221. package/lib/components/pisellAvatar/index.less +2 -1
  222. package/lib/components/pisellCard/index.d.ts +8 -0
  223. package/lib/components/pisellCard/index.js +30 -7
  224. package/lib/components/pisellCard/index.less +31 -4
  225. package/lib/components/pisellCustomCheckboxGroup/index.d.ts +16 -0
  226. package/lib/components/pisellCustomCheckboxGroup/index.js +71 -0
  227. package/lib/components/pisellCustomCheckboxGroup/index.less +0 -0
  228. package/lib/components/pisellDropdown/index.d.ts +20 -0
  229. package/lib/components/pisellDropdown/index.js +72 -0
  230. package/lib/components/pisellDropdown/index.less +44 -0
  231. package/lib/components/pisellEmpty/index.d.ts +2 -1
  232. package/lib/components/pisellEmpty/index.js +9 -1
  233. package/lib/components/pisellHeaderProgressBar/index.d.ts +29 -0
  234. package/lib/components/pisellHeaderProgressBar/index.js +88 -0
  235. package/lib/components/pisellHeaderProgressBar/index.less +18 -0
  236. package/lib/components/pisellImageCarousels/index.d.ts +18 -0
  237. package/lib/components/pisellImageCarousels/index.js +108 -0
  238. package/lib/components/pisellImageCarousels/index.less +92 -0
  239. package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
  240. package/lib/components/pisellInput/index.d.ts +0 -1
  241. package/lib/components/pisellList01/index.d.ts +17 -0
  242. package/lib/components/pisellList01/index.js +113 -0
  243. package/lib/components/pisellList01/index.less +53 -0
  244. package/lib/components/pisellLoading/index.d.ts +0 -1
  245. package/lib/components/pisellModal/components/IpadModal/index.d.ts +0 -1
  246. package/lib/components/pisellModal/components/MobileModal/index.d.ts +0 -1
  247. package/lib/components/pisellModal/components/MobileModal/index.less +4 -0
  248. package/lib/components/pisellModal/components/index.d.ts +0 -1
  249. package/lib/components/pisellNavigationMenu/PisellNavigationMenu.js +24 -3
  250. package/lib/components/pisellSectionHeaders/index.d.ts +21 -0
  251. package/lib/components/pisellSectionHeaders/index.js +52 -0
  252. package/lib/components/pisellSectionHeaders/index.less +46 -0
  253. package/lib/components/pisellWalletPassCard/index.d.ts +0 -1
  254. package/lib/components/productCard/components/Action/index.d.ts +3 -0
  255. package/lib/components/productCard/components/Action/index.js +55 -0
  256. package/lib/components/productCard/components/Action/index.less +14 -0
  257. package/lib/components/productCard/components/AmountFooter/index.d.ts +3 -0
  258. package/lib/components/productCard/components/AmountFooter/index.js +84 -0
  259. package/lib/components/productCard/components/AmountFooter/index.less +50 -0
  260. package/lib/components/productCard/components/Divider/index.d.ts +3 -0
  261. package/lib/components/productCard/components/Divider/index.js +50 -0
  262. package/lib/components/productCard/components/Divider/index.less +13 -0
  263. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
  264. package/lib/components/productCard/components/Header/DeleteButton/index.js +53 -0
  265. package/lib/components/productCard/components/Header/DeleteButton/index.less +15 -0
  266. package/lib/components/productCard/components/Header/index.d.ts +3 -0
  267. package/lib/components/productCard/components/Header/index.js +80 -0
  268. package/lib/components/productCard/components/Header/index.less +53 -0
  269. package/lib/components/productCard/components/MultiDay/index.d.ts +3 -0
  270. package/lib/components/productCard/components/MultiDay/index.js +71 -0
  271. package/lib/components/productCard/components/MultiDay/index.less +34 -0
  272. package/lib/components/productCard/components/MultiDay/utils.d.ts +14 -0
  273. package/lib/components/productCard/components/MultiDay/utils.js +77 -0
  274. package/lib/components/productCard/components/Note/index.d.ts +3 -0
  275. package/lib/components/productCard/components/Note/index.js +56 -0
  276. package/lib/components/productCard/components/Note/index.less +20 -0
  277. package/lib/components/productCard/components/Packages/components/collapsibleList/index.d.ts +10 -0
  278. package/lib/components/productCard/components/Packages/components/collapsibleList/index.js +93 -0
  279. package/lib/components/productCard/components/Packages/components/collapsibleList/index.less +53 -0
  280. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  281. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.js +53 -0
  282. package/lib/components/productCard/components/Packages/components/options/index.d.ts +3 -0
  283. package/lib/components/productCard/components/Packages/components/options/index.js +73 -0
  284. package/lib/components/productCard/components/Packages/components/options/index.less +29 -0
  285. package/lib/components/productCard/components/Packages/index.d.ts +3 -0
  286. package/lib/components/productCard/components/Packages/index.js +56 -0
  287. package/lib/components/productCard/components/Packages/index.less +17 -0
  288. package/lib/components/productCard/components/Packages/utils.d.ts +20 -0
  289. package/lib/components/productCard/components/Packages/utils.js +44 -0
  290. package/lib/components/productCard/components/Sales/index.d.ts +3 -0
  291. package/lib/components/productCard/components/Sales/index.js +60 -0
  292. package/lib/components/productCard/components/Sales/index.less +18 -0
  293. package/lib/components/productCard/components/Time/components/Like/index.d.ts +8 -0
  294. package/lib/components/productCard/components/Time/components/Like/index.js +64 -0
  295. package/lib/components/productCard/components/Time/components/Like/index.less +6 -0
  296. package/lib/components/productCard/components/Time/components/Like/like-heart.png +0 -0
  297. package/lib/components/productCard/components/Time/components/Like/like-hide-heart.png +0 -0
  298. package/lib/components/productCard/components/Time/index.d.ts +3 -0
  299. package/lib/components/productCard/components/Time/index.js +67 -0
  300. package/lib/components/productCard/components/Time/index.less +35 -0
  301. package/lib/components/productCard/hooks/useOpenNote.d.ts +3 -0
  302. package/lib/components/productCard/hooks/useOpenNote.js +85 -0
  303. package/lib/components/productCard/index.d.ts +5 -0
  304. package/lib/components/productCard/index.js +192 -0
  305. package/lib/components/productCard/index.less +82 -0
  306. package/lib/components/productCard/locales.d.ts +45 -0
  307. package/lib/components/productCard/locales.js +68 -0
  308. package/lib/components/productCard/status.d.ts +32 -0
  309. package/lib/components/productCard/status.js +71 -0
  310. package/lib/components/productCard/types.d.ts +78 -0
  311. package/lib/components/productCard/types.js +17 -0
  312. package/lib/components/productCard/utils.d.ts +31 -0
  313. package/lib/components/productCard/utils.js +99 -0
  314. package/lib/components/qrcode/index.d.ts +0 -1
  315. package/lib/components/section-footers/index.d.ts +9 -0
  316. package/lib/components/section-footers/index.js +44 -0
  317. package/lib/components/section-footers/index.less +5 -0
  318. package/lib/components/table/Actions/component/ExportImport/utils/index.d.ts +9 -0
  319. package/lib/components/table/Actions/component/ExportImport/utils/index.js +31 -0
  320. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +0 -1
  321. package/lib/components/table/Actions/component/Group/index.d.ts +0 -1
  322. package/lib/components/table/Actions/index.d.ts +0 -1
  323. package/lib/components/table/BasicTable/index.d.ts +0 -1
  324. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +0 -1
  325. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  326. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +0 -1
  327. package/lib/components/table/Table/SelectField/index.d.ts +0 -1
  328. package/lib/components/table/Table/fields/date/Show/index.d.ts +0 -1
  329. package/lib/components/table/Table/fields/date/index.d.ts +0 -1
  330. package/lib/components/table/Table/fields/image/Show/index.d.ts +0 -1
  331. package/lib/components/table/Table/fields/index.d.ts +0 -1
  332. package/lib/components/table/Table/fields/link/Show/index.d.ts +0 -1
  333. package/lib/components/table/Table/fields/link/index.d.ts +0 -1
  334. package/lib/components/table/Table/fields/number/Show/index.d.ts +0 -1
  335. package/lib/components/table/Table/fields/number/index.d.ts +0 -1
  336. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
  337. package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
  338. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  339. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
  340. package/lib/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  341. package/lib/components/table/Table/fields/search/Show/index.d.ts +0 -1
  342. package/lib/components/table/Table/fields/search/index.d.ts +0 -1
  343. package/lib/components/table/Table/fields/select/index.d.ts +0 -1
  344. package/lib/components/table/Table/fields/text/Show/index.d.ts +0 -1
  345. package/lib/components/table/Table/fields/text/index.d.ts +0 -1
  346. package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  347. package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
  348. package/lib/components/table/Table/utils.d.ts +1 -1
  349. package/lib/components/table/View/index.d.ts +0 -1
  350. package/lib/components/versionSelect/index.d.ts +0 -1
  351. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -1
  352. package/lib/index.d.ts +10 -1
  353. package/lib/index.js +26 -1
  354. package/lib/locales/en-US.d.ts +25 -2
  355. package/lib/locales/en-US.js +25 -3
  356. package/lib/locales/zh-CN.d.ts +23 -0
  357. package/lib/locales/zh-CN.js +25 -1
  358. package/lib/locales/zh-TW.d.ts +23 -0
  359. package/lib/locales/zh-TW.js +25 -1
  360. package/lowcode/collapse/meta.ts +85 -1
  361. package/lowcode/date-picker.range-picker/meta.ts +20 -0
  362. package/lowcode/pisell-custom-checkbox-group/__screenshots__/card-1.png +0 -0
  363. package/lowcode/pisell-custom-checkbox-group/meta.ts +204 -0
  364. package/lowcode/pisell-custom-checkbox-group/snippets.ts +56 -0
  365. package/lowcode/pisell-dropdown/__screenshots__/dropdown-1.png +0 -0
  366. package/lowcode/pisell-dropdown/meta.ts +180 -0
  367. package/lowcode/pisell-dropdown/snippets.ts +69 -0
  368. package/lowcode/pisell-header-progress-bar/meta.ts +116 -0
  369. package/lowcode/pisell-header-progress-bar/snippets.ts +24 -0
  370. package/lowcode/pisell-image-carousels/meta.ts +143 -0
  371. package/lowcode/pisell-image-carousels/snippets.ts +20 -0
  372. package/lowcode/pisell-list01/meta.ts +74 -0
  373. package/lowcode/pisell-list01/snippets.ts +35 -0
  374. package/lowcode/pisell-section-headers/meta.ts +91 -0
  375. package/lowcode/pisell-section-headers/snippets.ts +22 -0
  376. package/lowcode/product-card/meta.ts +92 -0
  377. package/lowcode/product-card/snippets.ts +23 -0
  378. package/package.json +2 -2
@@ -0,0 +1,99 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+
29
+ // src/components/productCard/utils.ts
30
+ var utils_exports = {};
31
+ __export(utils_exports, {
32
+ formatMultiDayDate: () => formatMultiDayDate,
33
+ getServiceTime: () => getServiceTime,
34
+ isEn: () => isEn
35
+ });
36
+ module.exports = __toCommonJS(utils_exports);
37
+ var import_dayjs = __toESM(require("dayjs"));
38
+ var import_utils = require("@pisell/utils");
39
+ var import_zh_cn = require("dayjs/locale/zh-cn");
40
+ var import_en = require("dayjs/locale/en");
41
+ var import_zh_tw = require("dayjs/locale/zh-tw");
42
+ var import_useEngineContext = __toESM(require("../../hooks/useEngineContext"));
43
+ var isEn = (item) => {
44
+ const locale = (item == null ? void 0 : item.locale) || "en-US";
45
+ const _isEn = locale === "en-US" || locale === "en";
46
+ const localeTypes = {
47
+ "en-US": "en",
48
+ "zh-CN": "zh-cn",
49
+ "zh-HK": "zh-tw"
50
+ };
51
+ import_dayjs.default.locale(localeTypes[locale]);
52
+ return _isEn;
53
+ };
54
+ var formatMultiDayDate = (item) => {
55
+ const _isEn = isEn(item);
56
+ const startDate = (0, import_dayjs.default)(item == null ? void 0 : item.start_date);
57
+ const endDate = (0, import_dayjs.default)(item == null ? void 0 : item.end_date);
58
+ const _format = _isEn ? "ddd, DD/MM/YYYY" : "YYYY-MM-DD,ddd";
59
+ const date = `${startDate.format(_format)} ~ ${endDate.format(_format)}`;
60
+ return date;
61
+ };
62
+ var getServiceTime = (item, currentDate) => {
63
+ var _a, _b, _c, _d;
64
+ if (!(0, import_dayjs.default)(currentDate).isValid()) return "";
65
+ const context = (0, import_useEngineContext.default)();
66
+ const utils = context.appHelper.utils || {};
67
+ const locale = (item == null ? void 0 : item.locale) || ((_a = utils == null ? void 0 : utils.storage) == null ? void 0 : _a.get("umi_locale")) || "en-US";
68
+ const isEn2 = locale === "en-US" || locale === "en";
69
+ const localeTypes = {
70
+ "en-US": "en",
71
+ "zh-CN": "zh-cn",
72
+ "zh-HK": "zh-tw"
73
+ };
74
+ import_dayjs.default.locale(localeTypes[locale]);
75
+ let startDate = (0, import_dayjs.default)(item == null ? void 0 : item.start_date);
76
+ let endDate = (0, import_dayjs.default)(item == null ? void 0 : item.end_date);
77
+ const diffInDays = (item == null ? void 0 : item.custom_day_count) || endDate.diff(startDate, "day");
78
+ let _format = isEn2 ? "ddd, DD/MM/YYYY" : "YYYY-MM-DD,ddd";
79
+ if ((item == null ? void 0 : item.hasOwnProperty("format")) && ((_b = item == null ? void 0 : item.format) == null ? void 0 : _b.length) > 0) {
80
+ _format = isEn2 ? (_c = item == null ? void 0 : item.format) == null ? void 0 : _c[0] : (_d = item == null ? void 0 : item.format) == null ? void 0 : _d[1];
81
+ }
82
+ if (item == null ? void 0 : item.show_time) {
83
+ startDate = (0, import_dayjs.default)(`${item == null ? void 0 : item.start_date} ${item == null ? void 0 : item.start_time}`);
84
+ endDate = (0, import_dayjs.default)(`${item == null ? void 0 : item.end_date} ${item == null ? void 0 : item.end_time}`);
85
+ }
86
+ const date = `${startDate.format(_format)} ~ ${endDate.format(_format)}`;
87
+ let text = import_utils.locales.getText("pisell2.product.card.day")(diffInDays);
88
+ if (item == null ? void 0 : item.custom_day_count) {
89
+ text = import_utils.locales.getText("pisell2.product.card.day.event")(diffInDays);
90
+ }
91
+ const duration = `${diffInDays}${text}`;
92
+ return `${date} (${duration})`;
93
+ };
94
+ // Annotate the CommonJS export names for ESM import in node:
95
+ 0 && (module.exports = {
96
+ formatMultiDayDate,
97
+ getServiceTime,
98
+ isEn
99
+ });
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const QRCode: (props: any) => JSX.Element;
3
2
  export default QRCode;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ interface SectionFooterProps {
3
+ left?: React.ReactNode;
4
+ middle?: React.ReactNode;
5
+ right?: React.ReactNode;
6
+ className?: string;
7
+ }
8
+ declare const SectionFooters: (props: SectionFooterProps) => JSX.Element;
9
+ export default SectionFooters;
@@ -0,0 +1,44 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/components/section-footers/index.tsx
20
+ var section_footers_exports = {};
21
+ __export(section_footers_exports, {
22
+ default: () => section_footers_default
23
+ });
24
+ module.exports = __toCommonJS(section_footers_exports);
25
+ var import_react = require("react");
26
+ var import_antd = require("antd");
27
+ var SectionFooters = (props) => {
28
+ (0, import_react.useEffect)(() => {
29
+ document.body.id = "body";
30
+ }, []);
31
+ const { left, middle, right, className } = props;
32
+ return /* @__PURE__ */ React.createElement(
33
+ import_antd.Flex,
34
+ {
35
+ gap: "middle",
36
+ justify: "space-between",
37
+ className: `pisell-section-footers-wrapper ${className}`
38
+ },
39
+ left,
40
+ middle,
41
+ right
42
+ );
43
+ };
44
+ var section_footers_default = SectionFooters;
@@ -0,0 +1,5 @@
1
+ .pisell-section-footers-wrapper {
2
+ position: fixed;
3
+ bottom: 0;
4
+ width: 100%;
5
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @title: 格式化导出导入接口地址
3
+ * @description:
4
+ * @param {string} url
5
+ * @return {*}
6
+ * @Author: WangHan
7
+ * @Date: 2024-09-05 11:39
8
+ */
9
+ export declare const formatApiUrl: (url: string) => string;
@@ -0,0 +1,31 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/components/table/Actions/component/ExportImport/utils/index.ts
20
+ var utils_exports = {};
21
+ __export(utils_exports, {
22
+ formatApiUrl: () => formatApiUrl
23
+ });
24
+ module.exports = __toCommonJS(utils_exports);
25
+ var formatApiUrl = (url) => {
26
+ return url || "/shop/form/data";
27
+ };
28
+ // Annotate the CommonJS export names for ESM import in node:
29
+ 0 && (module.exports = {
30
+ formatApiUrl
31
+ });
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { GallerySettingType, ModeType } from "../../../types";
3
2
  import "./index.less";
4
3
  declare type GallerySettingProps = {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DataSourceGroupType } from "../../../types";
3
2
  declare type GroupProps = {
4
3
  setting: DataSourceGroupType;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FilterType } from "../../filter/types";
3
2
  import { ColumnSettingType, DataSourceGroupType, ExportImportType, GallerySettingType, GridViewType, SortType } from "../types";
4
3
  import "./index.less";
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TableProps } from 'antd';
3
2
  declare const BasicTable: (props: TableProps<any>) => JSX.Element;
4
3
  export default BasicTable;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { GallerySettingType, GallerySettingValueType } from "../../../../../types";
3
2
  declare type CoverProps = {
4
3
  cover?: GallerySettingType["cover"];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare type RenderFieldsProps = {
4
3
  fields: string[];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { GallerySettingType } from "../../../../../types";
3
2
  import "./index.less";
4
3
  declare type TitleProps = GallerySettingType["title"] & {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const SelectField: () => JSX.Element;
3
2
  export default SelectField;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const fieldMaps: {
3
2
  text: {
4
3
  field: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  field: {
4
3
  field_icon: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  import "./index.less";
4
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const SortRow: ({ children, rowKey, onSortChange }: any) => JSX.Element;
4
3
  export default SortRow;
@@ -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
- }) => ("filter_setting" | "group_by" | "order_by" | "column_setting" | "view_mode" | "gallery_setting")[];
158
+ }) => ("view_mode" | "filter_setting" | "group_by" | "order_by" | "column_setting" | "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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { GridViewProps } from '../types';
3
2
  declare const View: (props: GridViewProps & {
4
3
  setTableSetting: (values: Record<string, any>) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SelectProps } from 'antd';
3
2
  import './index.less';
4
3
  export interface Version {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface NumberProps {
3
2
  max?: number;
4
3
  min?: number;
package/lib/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { Affix, Alert, Anchor, Avatar, Breadcrumb, Card, Carousel, Col, Collapse, ColorPicker, Descriptions, Divider, Empty, Grid, InputNumber, Mentions, Menu, Pagination, Popconfirm, Popover, Progress, Rate, Result, Row, Space, Spin, Statistic, Steps, Switch, Tag, Timeline, Tooltip, Transfer, Tree, message, notification, version, } from 'antd';
1
+ export { Affix, Alert, Anchor, Avatar, Breadcrumb, Card, Carousel, Col, ColorPicker, Descriptions, Divider, Empty, Grid, InputNumber, Mentions, Menu, Pagination, Popconfirm, Popover, Progress, Rate, Result, Row, Space, Spin, Statistic, Steps, Switch, Tag, Timeline, Tooltip, Transfer, Tree, message, notification, version, } from 'antd';
2
2
  export { default as AutoComplete } from './components/auto-complete';
3
3
  export { default as AutoCompleteNumber } from './components/auto-complete-number';
4
4
  export { default as Badge } from './components/badge';
@@ -129,3 +129,12 @@ export { default as PisellNavigationMenu } from './components/pisellNavigationMe
129
129
  export { default as PisellAppCard } from './components/pisellAppCard';
130
130
  export type { PisellAppCardProps } from './components/pisellAppCard/types';
131
131
  export { default as BaseTranslation } from './components/dataSourceComponents/fields/Translation/BaseTranslation';
132
+ export { default as PisellCustomCheckboxGroup } from './components/pisellCustomCheckboxGroup';
133
+ export { default as PisellDropdown } from './components/pisellDropdown';
134
+ export { default as PisellSectionHeaders } from './components/pisellSectionHeaders';
135
+ export { default as PisellImageCarousels } from './components/pisellImageCarousels';
136
+ export { default as PisellHeaderProgressBar } from './components/pisellHeaderProgressBar';
137
+ export { default as PisellList01 } from './components/pisellList01';
138
+ export { default as SectionFooters } from './components/section-footers';
139
+ export { default as ProductCard } from './components/productCard';
140
+ export { default as Collapse } from './components/collapse';
package/lib/index.js CHANGED
@@ -52,7 +52,7 @@ __export(src_exports, {
52
52
  Checkbox: () => import_checkbox.default,
53
53
  ClassicLayout: () => import_classicLayout.default,
54
54
  Col: () => import_antd.Col,
55
- Collapse: () => import_antd.Collapse,
55
+ Collapse: () => import_collapse.default,
56
56
  ColorPicker: () => import_antd.ColorPicker,
57
57
  Component: () => import_component.default,
58
58
  ConfigProvider: () => import_config_provider.default,
@@ -119,16 +119,21 @@ __export(src_exports, {
119
119
  PisellContent: () => import_content.default,
120
120
  PisellContext: () => import_context.default,
121
121
  PisellCountdown: () => import_pisellCountdown.default,
122
+ PisellCustomCheckboxGroup: () => import_pisellCustomCheckboxGroup.default,
122
123
  PisellDatePicker: () => import_pisellDatePicker.default,
123
124
  PisellDraggable: () => import_pisellDraggable.default,
124
125
  PisellDropSort: () => import_pisellDropSort.default,
126
+ PisellDropdown: () => import_pisellDropdown.default,
125
127
  PisellEmpty: () => import_pisellEmpty.default,
126
128
  PisellFloatingPanel: () => import_pisellFloatingPanel.default,
127
129
  PisellFooter: () => import_footer.default,
128
130
  PisellHeader: () => import_header.default,
131
+ PisellHeaderProgressBar: () => import_pisellHeaderProgressBar.default,
132
+ PisellImageCarousels: () => import_pisellImageCarousels.default,
129
133
  PisellInformationEntry: () => import_pisellInformationEntry.default,
130
134
  PisellInput: () => import_pisellInput.default,
131
135
  PisellLayout: () => import_pisellLayout.default,
136
+ PisellList01: () => import_pisellList01.default,
132
137
  PisellLoading: () => import_pisellLoading.default,
133
138
  PisellMenu: () => import_pisellMenu.default,
134
139
  PisellModal: () => import_pisellModal.default,
@@ -139,6 +144,7 @@ __export(src_exports, {
139
144
  PisellQrcode: () => import_pisellQrcode.default,
140
145
  PisellRow: () => import_pisellRow.default,
141
146
  PisellScan: () => import_pisellScan.default,
147
+ PisellSectionHeaders: () => import_pisellSectionHeaders.default,
142
148
  PisellSider: () => import_sider.default,
143
149
  PisellStatisticList: () => import_pisellStatisticList.default,
144
150
  PisellTags: () => import_pisellTags.default,
@@ -150,6 +156,7 @@ __export(src_exports, {
150
156
  PisellWalletPassCard: () => import_pisellWalletPassCard.default,
151
157
  Popconfirm: () => import_antd.Popconfirm,
152
158
  Popover: () => import_antd.Popover,
159
+ ProductCard: () => import_productCard.default,
153
160
  ProfileMenu: () => import_profileMenu.default,
154
161
  Progress: () => import_antd.Progress,
155
162
  PublishVersionModal: () => import_versionModal.default,
@@ -159,6 +166,7 @@ __export(src_exports, {
159
166
  RecordView: () => import_record_view.default,
160
167
  Result: () => import_antd.Result,
161
168
  Row: () => import_antd.Row,
169
+ SectionFooters: () => import_section_footers.default,
162
170
  Segmented: () => import_segmented.default,
163
171
  Select: () => import_select.default,
164
172
  SelectTime: () => import_select_time.default,
@@ -324,6 +332,15 @@ var import_pisellDropSort = __toESM(require("./components/pisellDropSort"));
324
332
  var import_pisellNavigationMenu = __toESM(require("./components/pisellNavigationMenu"));
325
333
  var import_pisellAppCard = __toESM(require("./components/pisellAppCard"));
326
334
  var import_BaseTranslation = __toESM(require("./components/dataSourceComponents/fields/Translation/BaseTranslation"));
335
+ var import_pisellCustomCheckboxGroup = __toESM(require("./components/pisellCustomCheckboxGroup"));
336
+ var import_pisellDropdown = __toESM(require("./components/pisellDropdown"));
337
+ var import_pisellSectionHeaders = __toESM(require("./components/pisellSectionHeaders"));
338
+ var import_pisellImageCarousels = __toESM(require("./components/pisellImageCarousels"));
339
+ var import_pisellHeaderProgressBar = __toESM(require("./components/pisellHeaderProgressBar"));
340
+ var import_pisellList01 = __toESM(require("./components/pisellList01"));
341
+ var import_section_footers = __toESM(require("./components/section-footers"));
342
+ var import_productCard = __toESM(require("./components/productCard"));
343
+ var import_collapse = __toESM(require("./components/collapse"));
327
344
  // Annotate the CommonJS export names for ESM import in node:
328
345
  0 && (module.exports = {
329
346
  Affix,
@@ -416,16 +433,21 @@ var import_BaseTranslation = __toESM(require("./components/dataSourceComponents/
416
433
  PisellContent,
417
434
  PisellContext,
418
435
  PisellCountdown,
436
+ PisellCustomCheckboxGroup,
419
437
  PisellDatePicker,
420
438
  PisellDraggable,
421
439
  PisellDropSort,
440
+ PisellDropdown,
422
441
  PisellEmpty,
423
442
  PisellFloatingPanel,
424
443
  PisellFooter,
425
444
  PisellHeader,
445
+ PisellHeaderProgressBar,
446
+ PisellImageCarousels,
426
447
  PisellInformationEntry,
427
448
  PisellInput,
428
449
  PisellLayout,
450
+ PisellList01,
429
451
  PisellLoading,
430
452
  PisellMenu,
431
453
  PisellModal,
@@ -436,6 +458,7 @@ var import_BaseTranslation = __toESM(require("./components/dataSourceComponents/
436
458
  PisellQrcode,
437
459
  PisellRow,
438
460
  PisellScan,
461
+ PisellSectionHeaders,
439
462
  PisellSider,
440
463
  PisellStatisticList,
441
464
  PisellTags,
@@ -447,6 +470,7 @@ var import_BaseTranslation = __toESM(require("./components/dataSourceComponents/
447
470
  PisellWalletPassCard,
448
471
  Popconfirm,
449
472
  Popover,
473
+ ProductCard,
450
474
  ProfileMenu,
451
475
  Progress,
452
476
  PublishVersionModal,
@@ -456,6 +480,7 @@ var import_BaseTranslation = __toESM(require("./components/dataSourceComponents/
456
480
  RecordView,
457
481
  Result,
458
482
  Row,
483
+ SectionFooters,
459
484
  Segmented,
460
485
  Select,
461
486
  SelectTime,
@@ -219,14 +219,16 @@ declare const _default: {
219
219
  'pisell-lowcode-navigation-menu-add-sub-menu': string;
220
220
  'pisell-lowcode-navigation-menu-add-page': string;
221
221
  'pisell-lowcode-navigation-menu-add-page-tip': string;
222
+ 'pisell-lowcode-navigation-menu-tag-base': string;
223
+ 'pisell-lowcode-navigation-menu-tag-pisell1': string;
222
224
  'pisell-data-source-form-app-identifier-pattern': string;
223
225
  'pisell-data-source-form-app-identifier-start-with-letter': string;
224
- 'pisell-data-source-form-app-identifier-special-ends': string;
225
- 'pisell-data-source-form-app-identifier-consecutive-special': string;
226
226
  'pisell-group-permissions-rule-required': string;
227
227
  'pisell-group-permissions-rule-limit': string;
228
228
  'pisell-data-source-form-app-identifier-letters-only': string;
229
229
  'pisell-data-source-form-app-identifier-alphanumeric': string;
230
+ 'pisell-data-source-form-app-identifier-special-ends': string;
231
+ 'pisell-data-source-form-app-identifier-consecutive-special': string;
230
232
  "qrscanner-loading": string;
231
233
  "qrscanner-success": string;
232
234
  "qrscanner-success-qrcode": string;
@@ -236,5 +238,26 @@ declare const _default: {
236
238
  "qrscanner-error-no-code": string;
237
239
  "qrscanner-error-camera-init": string;
238
240
  "qrscanner-error-process-image": string;
241
+ 'pisell-login-and-register-title': string;
242
+ 'pisell-login-and-register-subtitle': string;
243
+ 'pisell-login-and-register-email-label': string;
244
+ 'pisell-login-and-register-email-placeholder': string;
245
+ 'pisell-login-and-register-password-label': string;
246
+ 'pisell-login-and-register-password-placeholder': string;
247
+ 'pisell-login-and-register-email-error': string;
248
+ 'pisell-login-and-register-email-error-valid': string;
249
+ 'pisell-login-and-register-password-error': string;
250
+ 'pisell-login-and-register-login': string;
251
+ 'pisell-login-and-register-google': string;
252
+ 'pisell-login-and-register-facebook': string;
253
+ 'pisell-login-and-register-apple': string;
254
+ 'pisell-login-and-register-sign-up': string;
255
+ 'pisell-login-and-register-login-tab': string;
256
+ 'pisell-login-and-register-register-tab': string;
257
+ 'pisell-login-and-register-register-email-placeholder': string;
258
+ 'pisell-login-and-register-register-password-placeholder': string;
259
+ 'pisell-login-and-register-register-button-text': string;
260
+ 'pisell-login-and-register-remember-me': string;
261
+ 'pisell-login-and-register-forgot-password': string;
239
262
  };
240
263
  export default _default;
@@ -266,11 +266,11 @@ var en_US_default = {
266
266
  "pisell-lowcode-navigation-menu-add-sub-menu": "Add submenu",
267
267
  "pisell-lowcode-navigation-menu-add-page": "Add page",
268
268
  "pisell-lowcode-navigation-menu-add-page-tip": "No navigation found. Please add a submenu or page.",
269
+ "pisell-lowcode-navigation-menu-tag-base": "Base",
270
+ "pisell-lowcode-navigation-menu-tag-pisell1": "Pisell 1.0",
269
271
  // 应用标识符
270
272
  "pisell-data-source-form-app-identifier-pattern": "Can only contain lowercase letters, numbers, hyphens, dots, and underscores",
271
273
  "pisell-data-source-form-app-identifier-start-with-letter": "Must start with a letter",
272
- "pisell-data-source-form-app-identifier-special-ends": "Cannot end with a hyphen, dot, or underscore",
273
- "pisell-data-source-form-app-identifier-consecutive-special": "Cannot contain consecutive hyphens, dots, or underscores",
274
274
  // TODO(reilly): Added new properties to `zh-CN.ts`, so adding them here to avoid errors.
275
275
  // Please update these translations as needed
276
276
  "pisell-group-permissions-rule-required": "Required",
@@ -288,5 +288,27 @@ var en_US_default = {
288
288
  "qrscanner-error-load-failed": "Failed to read file",
289
289
  "qrscanner-error-no-code": "No QR code or barcode detected.",
290
290
  "qrscanner-error-camera-init": "Cannot start camera. Please make sure it's authorized.",
291
- "qrscanner-error-process-image": "Error processing image"
291
+ "qrscanner-error-process-image": "Error processing image",
292
+ // 登录注册组件
293
+ "pisell-login-and-register-title": "Log in to your account",
294
+ "pisell-login-and-register-subtitle": "Welcome back! Please enter your details.",
295
+ "pisell-login-and-register-email-label": "Email",
296
+ "pisell-login-and-register-email-placeholder": "Enter your email",
297
+ "pisell-login-and-register-password-label": "Password",
298
+ "pisell-login-and-register-password-placeholder": "Enter your password",
299
+ "pisell-login-and-register-email-error": "Please input your email!",
300
+ "pisell-login-and-register-email-error-valid": "Please enter a valid email!",
301
+ "pisell-login-and-register-password-error": "Please enter the correct password",
302
+ "pisell-login-and-register-login": "Log in",
303
+ "pisell-login-and-register-google": "Continue with Google",
304
+ "pisell-login-and-register-facebook": "Continue with Facebook",
305
+ "pisell-login-and-register-apple": "Continue with Apple",
306
+ "pisell-login-and-register-sign-up": "Don't have an account? Sign up",
307
+ "pisell-login-and-register-login-tab": "Login",
308
+ "pisell-login-and-register-register-tab": "Register",
309
+ "pisell-login-and-register-register-email-placeholder": "Enter your email",
310
+ "pisell-login-and-register-register-password-placeholder": "Create a password",
311
+ "pisell-login-and-register-register-button-text": "Create account",
312
+ "pisell-login-and-register-remember-me": "Remember me",
313
+ "pisell-login-and-register-forgot-password": "Forgot password?"
292
314
  };