@pisell/materials 2.2.109 → 2.2.110

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 (332) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +7 -7
  6. package/build/lowcode/preview.js +164 -148
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +34 -23
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +51 -40
  11. package/es/components/auto-complete-number/index.d.ts +0 -1
  12. package/es/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
  13. package/es/components/auto-resize-text/index.d.ts +6 -0
  14. package/es/components/badge/index.d.ts +0 -1
  15. package/es/components/batch-editor/fields/index.d.ts +0 -1
  16. package/es/components/calendar/index.d.ts +0 -1
  17. package/es/components/cardPro/index.js +10 -3
  18. package/es/components/checkbox/index.d.ts +0 -1
  19. package/es/components/classicLayout/index.d.ts +0 -1
  20. package/es/components/config-provider/index.d.ts +0 -1
  21. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
  22. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  23. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
  24. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -3
  25. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +7 -4
  26. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +26 -13
  27. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  28. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  29. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  30. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  31. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  32. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
  33. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
  34. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  35. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  36. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  37. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  38. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  39. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  40. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
  41. package/es/components/dataSourceComponents/fields/Upload/BaseUpload.js +199 -19
  42. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +6 -0
  43. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.js +66 -0
  44. package/es/components/dataSourceComponents/fields/Upload/index.js +4 -3
  45. package/es/components/dataSourceComponents/fields/Upload/index.less +35 -3
  46. package/es/components/dataSourceComponents/fields/Upload/type.d.ts +1 -0
  47. package/es/components/dataSourceComponents/fields/index.d.ts +21 -21
  48. package/es/components/date-picker/datePickerCpt.d.ts +0 -1
  49. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -1
  50. package/es/components/dropdown/index.d.ts +0 -1
  51. package/es/components/filter/index.d.ts +0 -1
  52. package/es/components/filter/types.d.ts +2 -1
  53. package/es/components/iconfont/index.d.ts +8 -0
  54. package/es/components/iconfont/index.js +1 -1
  55. package/es/components/keyboard/index.d.ts +22 -0
  56. package/es/components/list/index.d.ts +0 -1
  57. package/es/components/lowCodePage/index.d.ts +0 -1
  58. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  59. package/es/components/pisellCamera/index.d.ts +4 -0
  60. package/es/components/pisellCamera/index.js +228 -0
  61. package/es/components/pisellCamera/index.less +131 -0
  62. package/es/components/pisellCard/index.d.ts +0 -1
  63. package/es/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  64. package/es/components/pisellDatePicker/index.d.ts +0 -1
  65. package/es/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  66. package/es/components/pisellInput/components/BankCard/index.d.ts +0 -1
  67. package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
  68. package/es/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  69. package/es/components/pisellLoading/index.d.ts +0 -1
  70. package/es/components/pisellQRScanner/index.d.ts +24 -0
  71. package/es/components/pisellTooltip/index.d.ts +0 -1
  72. package/es/components/pisellUpload/index.d.ts +0 -1
  73. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -1
  74. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  75. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -1
  76. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -1
  77. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -1
  78. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  79. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -1
  80. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -1
  81. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  82. package/es/components/productCard/cartSkuCard/index.d.ts +10 -0
  83. package/es/components/productCard/components/Action/index.d.ts +0 -1
  84. package/es/components/productCard/components/AmountFooter/index.d.ts +0 -1
  85. package/es/components/productCard/components/Divider/index.d.ts +0 -1
  86. package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -1
  87. package/es/components/productCard/components/MultiDay/index.d.ts +0 -1
  88. package/es/components/productCard/components/Note/index.d.ts +0 -1
  89. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
  90. package/es/components/productCard/components/Packages/components/options/index.d.ts +0 -1
  91. package/es/components/productCard/components/Packages/index.d.ts +0 -1
  92. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  93. package/es/components/productCard/components/Sales/index.d.ts +0 -1
  94. package/es/components/productCard/components/Time/components/Like/index.d.ts +0 -1
  95. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -1
  96. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
  97. package/es/components/qrcode/index.d.ts +0 -1
  98. package/es/components/radio/index.d.ts +0 -1
  99. package/es/components/segmented/index.d.ts +0 -1
  100. package/es/components/select-time/RightPanel/index.d.ts +0 -1
  101. package/es/components/skeleton/index.d.ts +0 -1
  102. package/es/components/slider/index.d.ts +0 -1
  103. package/es/components/sort/components/InlineMenu/index.d.ts +0 -1
  104. package/es/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
  105. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  106. package/es/components/table/Actions/component/Group/index.d.ts +1 -0
  107. package/es/components/table/Actions/index.d.ts +1 -0
  108. package/es/components/table/Actions/index.js +4 -1
  109. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
  110. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  111. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
  112. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  113. package/es/components/table/Summary/index.d.ts +0 -1
  114. package/es/components/table/Table/fields/date/Config/index.d.ts +0 -1
  115. package/es/components/table/Table/fields/date/Show/index.d.ts +0 -1
  116. package/es/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  117. package/es/components/table/Table/fields/image/Config/index.d.ts +0 -1
  118. package/es/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  119. package/es/components/table/Table/fields/link/Config/index.d.ts +0 -1
  120. package/es/components/table/Table/fields/link/Show/index.d.ts +0 -1
  121. package/es/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  122. package/es/components/table/Table/fields/number/Config/index.d.ts +0 -1
  123. package/es/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  124. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  125. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  126. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  127. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
  128. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  129. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  130. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  131. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  132. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
  133. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  134. package/es/components/table/Table/fields/search/Config/index.d.ts +0 -1
  135. package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  136. package/es/components/table/Table/fields/select/Config/index.d.ts +0 -1
  137. package/es/components/table/Table/fields/select/Show/index.d.ts +0 -1
  138. package/es/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  139. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  140. package/es/components/table/Table/fields/select/index.d.ts +0 -1
  141. package/es/components/table/Table/fields/text/Config/index.d.ts +0 -1
  142. package/es/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  143. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  144. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
  145. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  146. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  147. package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  148. package/es/components/table/Table/utils.d.ts +1 -1
  149. package/es/components/table/TableFilter/SortIcon.d.ts +0 -1
  150. package/es/components/table/hooks/useTableSetting.js +2 -2
  151. package/es/components/time-picker/index.d.ts +0 -1
  152. package/es/components/upload/index.d.ts +0 -1
  153. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  154. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +25 -0
  155. package/es/components/virtual-keyboard/Number/index.d.ts +0 -1
  156. package/es/components/virtual-keyboard/Time/utils.d.ts +0 -1
  157. package/es/components/virtualInput/BaseVirtualInput/index.d.ts +40 -0
  158. package/es/components/virtualInput/index.d.ts +24 -0
  159. package/es/components/walletCard/Guest/index.d.ts +0 -1
  160. package/es/components/walletCard/Guide/index.d.ts +0 -1
  161. package/es/components/walletCard/index.d.ts +71 -0
  162. package/es/locales/en-US.d.ts +20 -0
  163. package/es/locales/en-US.js +28 -1
  164. package/es/locales/zh-CN.d.ts +20 -0
  165. package/es/locales/zh-CN.js +28 -1
  166. package/es/locales/zh-TW.d.ts +20 -0
  167. package/es/locales/zh-TW.js +28 -1
  168. package/es/utils/index.d.ts +1 -1
  169. package/es/utils/platform.d.ts +1 -1
  170. package/lib/components/auto-complete-number/index.d.ts +0 -1
  171. package/lib/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
  172. package/lib/components/auto-resize-text/index.d.ts +6 -0
  173. package/lib/components/badge/index.d.ts +0 -1
  174. package/lib/components/batch-editor/fields/index.d.ts +0 -1
  175. package/lib/components/calendar/index.d.ts +0 -1
  176. package/lib/components/cardPro/index.js +3 -2
  177. package/lib/components/checkbox/index.d.ts +0 -1
  178. package/lib/components/classicLayout/index.d.ts +0 -1
  179. package/lib/components/config-provider/index.d.ts +0 -1
  180. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
  181. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  182. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
  183. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -3
  184. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +7 -4
  185. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +13 -5
  186. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
  187. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
  188. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
  189. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
  190. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
  191. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
  192. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
  193. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
  194. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  195. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
  196. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
  197. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  198. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
  199. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
  200. package/lib/components/dataSourceComponents/fields/Upload/BaseUpload.js +168 -5
  201. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +6 -0
  202. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.js +95 -0
  203. package/lib/components/dataSourceComponents/fields/Upload/index.js +2 -1
  204. package/lib/components/dataSourceComponents/fields/Upload/index.less +35 -3
  205. package/lib/components/dataSourceComponents/fields/Upload/type.d.ts +1 -0
  206. package/lib/components/dataSourceComponents/fields/index.d.ts +21 -21
  207. package/lib/components/date-picker/datePickerCpt.d.ts +0 -1
  208. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -1
  209. package/lib/components/dropdown/index.d.ts +0 -1
  210. package/lib/components/filter/index.d.ts +0 -1
  211. package/lib/components/filter/types.d.ts +2 -1
  212. package/lib/components/iconfont/index.d.ts +8 -0
  213. package/lib/components/iconfont/index.js +1 -1
  214. package/lib/components/keyboard/index.d.ts +22 -0
  215. package/lib/components/list/index.d.ts +0 -1
  216. package/lib/components/lowCodePage/index.d.ts +0 -1
  217. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  218. package/lib/components/pisellCamera/index.d.ts +4 -0
  219. package/lib/components/pisellCamera/index.js +222 -0
  220. package/lib/components/pisellCamera/index.less +131 -0
  221. package/lib/components/pisellCard/index.d.ts +0 -1
  222. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  223. package/lib/components/pisellDatePicker/index.d.ts +0 -1
  224. package/lib/components/pisellInformationEntry/Scan/index.d.ts +0 -1
  225. package/lib/components/pisellInput/components/BankCard/index.d.ts +0 -1
  226. package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
  227. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  228. package/lib/components/pisellLoading/index.d.ts +0 -1
  229. package/lib/components/pisellQRScanner/index.d.ts +24 -0
  230. package/lib/components/pisellTooltip/index.d.ts +0 -1
  231. package/lib/components/pisellUpload/index.d.ts +0 -1
  232. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -1
  233. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -1
  234. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -1
  235. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -1
  236. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -1
  237. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  238. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -1
  239. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -1
  240. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  241. package/lib/components/productCard/cartSkuCard/index.d.ts +10 -0
  242. package/lib/components/productCard/components/Action/index.d.ts +0 -1
  243. package/lib/components/productCard/components/AmountFooter/index.d.ts +0 -1
  244. package/lib/components/productCard/components/Divider/index.d.ts +0 -1
  245. package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -1
  246. package/lib/components/productCard/components/MultiDay/index.d.ts +0 -1
  247. package/lib/components/productCard/components/Note/index.d.ts +0 -1
  248. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
  249. package/lib/components/productCard/components/Packages/components/options/index.d.ts +0 -1
  250. package/lib/components/productCard/components/Packages/index.d.ts +0 -1
  251. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  252. package/lib/components/productCard/components/Sales/index.d.ts +0 -1
  253. package/lib/components/productCard/components/Time/components/Like/index.d.ts +0 -1
  254. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -1
  255. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
  256. package/lib/components/qrcode/index.d.ts +0 -1
  257. package/lib/components/radio/index.d.ts +0 -1
  258. package/lib/components/segmented/index.d.ts +0 -1
  259. package/lib/components/select-time/RightPanel/index.d.ts +0 -1
  260. package/lib/components/skeleton/index.d.ts +0 -1
  261. package/lib/components/slider/index.d.ts +0 -1
  262. package/lib/components/sort/components/InlineMenu/index.d.ts +0 -1
  263. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
  264. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  265. package/lib/components/table/Actions/component/Group/index.d.ts +1 -0
  266. package/lib/components/table/Actions/index.d.ts +1 -0
  267. package/lib/components/table/Actions/index.js +4 -1
  268. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
  269. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  270. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
  271. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  272. package/lib/components/table/Summary/index.d.ts +0 -1
  273. package/lib/components/table/Table/fields/date/Config/index.d.ts +0 -1
  274. package/lib/components/table/Table/fields/date/Show/index.d.ts +0 -1
  275. package/lib/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  276. package/lib/components/table/Table/fields/image/Config/index.d.ts +0 -1
  277. package/lib/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  278. package/lib/components/table/Table/fields/link/Config/index.d.ts +0 -1
  279. package/lib/components/table/Table/fields/link/Show/index.d.ts +0 -1
  280. package/lib/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  281. package/lib/components/table/Table/fields/number/Config/index.d.ts +0 -1
  282. package/lib/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  283. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  284. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  285. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  286. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
  287. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  288. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  289. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  290. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  291. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
  292. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  293. package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -1
  294. package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  295. package/lib/components/table/Table/fields/select/Config/index.d.ts +0 -1
  296. package/lib/components/table/Table/fields/select/Show/index.d.ts +0 -1
  297. package/lib/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  298. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  299. package/lib/components/table/Table/fields/select/index.d.ts +0 -1
  300. package/lib/components/table/Table/fields/text/Config/index.d.ts +0 -1
  301. package/lib/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  302. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  303. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
  304. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  305. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  306. package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  307. package/lib/components/table/Table/utils.d.ts +1 -1
  308. package/lib/components/table/TableFilter/SortIcon.d.ts +0 -1
  309. package/lib/components/table/hooks/useTableSetting.js +2 -2
  310. package/lib/components/time-picker/index.d.ts +0 -1
  311. package/lib/components/upload/index.d.ts +0 -1
  312. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  313. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +25 -0
  314. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -1
  315. package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -1
  316. package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +40 -0
  317. package/lib/components/virtualInput/index.d.ts +24 -0
  318. package/lib/components/walletCard/Guest/index.d.ts +0 -1
  319. package/lib/components/walletCard/Guide/index.d.ts +0 -1
  320. package/lib/components/walletCard/index.d.ts +71 -0
  321. package/lib/locales/en-US.d.ts +20 -0
  322. package/lib/locales/en-US.js +24 -1
  323. package/lib/locales/zh-CN.d.ts +20 -0
  324. package/lib/locales/zh-CN.js +24 -1
  325. package/lib/locales/zh-TW.d.ts +20 -0
  326. package/lib/locales/zh-TW.js +24 -1
  327. package/lib/utils/index.d.ts +1 -1
  328. package/lib/utils/platform.d.ts +1 -1
  329. package/lowcode/auto-resize-text/meta.ts +35 -9419
  330. package/lowcode/data-source-table/meta.ts +119 -66
  331. package/lowcode/form-item-upload/meta.ts +20 -5
  332. package/package.json +3 -2
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Skeleton: (props: any) => JSX.Element;
3
2
  export default Skeleton;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const SliderOuter: (props: any) => JSX.Element;
3
2
  export default SliderOuter;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { MenuProps } from "antd";
3
2
  import "./index.less";
4
3
  interface InlineMenuProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { GallerySettingType, ModeType } from "../../../types";
2
3
  import "./index.less";
3
4
  declare type GallerySettingProps = {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './PopoverContent.less';
3
2
  declare type FieldType = string | number;
4
3
  export declare type GroupValue = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DataSourceGroupType } from "../../../types";
2
3
  declare type GroupProps = {
3
4
  setting: DataSourceGroupType;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FilterType } from "../../filter/types";
2
3
  import { ColumnSettingType, DataSourceGroupType, ExportImportType, GallerySettingType, GridViewType, SortType } from "../types";
3
4
  import "./index.less";
@@ -63,7 +63,7 @@ var Actions = ({
63
63
  preserve: true
64
64
  });
65
65
  const showActions = (0, import_react.useMemo)(() => {
66
- if (import_react.default.isValidElement(filter)) {
66
+ if (import_react.default.isValidElement(filter) || import_react.default.isValidElement(filter == null ? void 0 : filter.dom)) {
67
67
  return true;
68
68
  }
69
69
  return (filter == null ? void 0 : filter.show) || (sort == null ? void 0 : sort.show) || (columnSetting == null ? void 0 : columnSetting.show) || (dataSourceGroup == null ? void 0 : dataSourceGroup.show) || view.multiple || (exportImport == null ? void 0 : exportImport.show);
@@ -79,6 +79,9 @@ var Actions = ({
79
79
  if (import_react.default.isValidElement(filter)) {
80
80
  return filter;
81
81
  }
82
+ if (import_react.default.isValidElement(filter == null ? void 0 : filter.dom)) {
83
+ return filter.dom;
84
+ }
82
85
  return /* @__PURE__ */ import_react.default.createElement(
83
86
  import_filter.default,
84
87
  {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { GallerySettingType, GallerySettingValueType } from "../../../../../types";
2
3
  declare type CoverProps = {
3
4
  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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { GallerySettingType } from "../../../../../types";
2
3
  import "./index.less";
3
4
  declare type TitleProps = GallerySettingType["title"] & {
@@ -1,5 +1,5 @@
1
1
  declare const useGapSize: (gap: number | number[]) => {
2
- horizontal: any;
3
- vertical: any;
2
+ horizontal: number;
3
+ vertical: number;
4
4
  };
5
5
  export default useGapSize;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const Summary: ({ summary }: any) => JSX.Element | null;
4
3
  export default Summary;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -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,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -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,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -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,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -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,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -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,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -2,4 +2,4 @@ export default function ({ value, key, item, }: {
2
2
  value: string | string[];
3
3
  key: string | string[];
4
4
  item: Record<string, any>;
5
- }): any;
5
+ }): boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -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,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -2,4 +2,4 @@ export default function ({ value, key, item, }: {
2
2
  value: string | string[] | Record<string, any>[];
3
3
  key: string | string[];
4
4
  item: Record<string, any>;
5
- }): any;
5
+ }): boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -155,7 +155,7 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
155
155
  sort?: SortType | undefined;
156
156
  mode: "" | "localStorage" | "remote";
157
157
  currentViewMode: ModeType;
158
- }) => ("filters" | "order_by" | "group_by" | "column_setting" | "gallery_setting" | "filter_setting" | "view_mode")[];
158
+ }) => ("filters" | "column_setting" | "gallery_setting" | "order_by" | "group_by" | "view_mode" | "filter_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
  interface SortIconProps {
3
2
  sortOrder: null | "ascend" | "descend";
4
3
  }
@@ -268,9 +268,9 @@ var useTableSetting = (params) => {
268
268
  }
269
269
  } else {
270
270
  let names = /* @__PURE__ */ new Set();
271
- if (import_react2.default.isValidElement(filter)) {
271
+ if (import_react2.default.isValidElement(filter) || import_react2.default.isValidElement(filter == null ? void 0 : filter.dom)) {
272
272
  names = new Set(
273
- ((filter == null ? void 0 : filter.__items) || []).filter((item) => !item.isHidden).map((item) => {
273
+ ((filter == null ? void 0 : filter.items) || []).filter((item) => !item.isHidden).map((item) => {
274
274
  const rawName = item == null ? void 0 : item.value;
275
275
  if (!rawName) return void 0;
276
276
  return Array.isArray(rawName) ? rawName.join(",") : String(rawName);
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const TimePicker: (props: any) => JSX.Element;
3
2
  export default TimePicker;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Upload: (props: any) => JSX.Element;
3
2
  export default Upload;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import './Presets.less';
3
+ export declare type PresetsItem = {
4
+ label: string;
5
+ value: number | string;
6
+ style?: React.CSSProperties;
7
+ onClick?: (item: PresetsItem, _next: () => void) => void;
8
+ render?: (item: PresetsItem) => React.ReactNode;
9
+ };
10
+ export interface PresetsProps {
11
+ presets?: PresetsItem[];
12
+ onChange: (val: string) => void;
13
+ }
14
+ declare const Presets: (props: PresetsProps) => JSX.Element | null;
15
+ export default Presets;
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ import { PresetsProps } from './Presets';
3
+ import { KeyboardProps } from '../Keyboard';
4
+ import { RightItemsStyleProps } from '../Amount';
5
+ import './index.less';
6
+ export interface BaseNumberKeyboardProps {
7
+ placeholder?: string;
8
+ format?: (val: string) => React.ReactNode;
9
+ defaultValue?: string | number;
10
+ doneText?: string;
11
+ resetText?: string;
12
+ onChange?: (val: string) => void;
13
+ onEnter?: (val: string) => void;
14
+ value?: string | number;
15
+ max?: number;
16
+ min?: number;
17
+ presets?: PresetsProps['presets'];
18
+ defaultSelect?: boolean;
19
+ rightItemsStyle?: RightItemsStyleProps;
20
+ customDisplay?: React.ReactNode | ((props: any) => React.ReactNode);
21
+ keyboardProps?: KeyboardProps;
22
+ style?: React.CSSProperties;
23
+ }
24
+ declare const BaseNumberKeyboard: (props: BaseNumberKeyboardProps) => JSX.Element;
25
+ export default BaseNumberKeyboard;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { NumberProps } from './types';
3
2
  import './index.less';
4
3
  export type { NumberProps };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const formatStringToTime: (value: string) => {
3
2
  valueArray: string[];
4
3
  valueString: string;
@@ -0,0 +1,40 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ export interface BaseVirtualInputProps {
4
+ /** 输入值 */
5
+ value?: string | React.ReactNode;
6
+ /** 占位符 */
7
+ placeholder?: string;
8
+ /** 是否自动聚焦 */
9
+ autoFocus?: boolean;
10
+ /** 是否禁用 */
11
+ disabled?: boolean;
12
+ /** 组件高度,默认60px */
13
+ height?: number | string;
14
+ /** 字体大小,默认48px,如果不设置会根据高度自动计算 */
15
+ fontSize?: number | string;
16
+ /** 聚焦回调 */
17
+ onFocus?: () => void;
18
+ /** 失焦回调 */
19
+ onBlur?: () => void;
20
+ /** 文字位置 */
21
+ textAlign?: 'start' | 'center' | 'end';
22
+ /** 自定义样式 */
23
+ style?: React.CSSProperties;
24
+ /** 自定义类名 */
25
+ className?: string;
26
+ /** showCursor */
27
+ showCursor?: boolean;
28
+ /** 防止失焦的元素选择器或ref */
29
+ preventBlurElements?: Array<string | React.RefObject<HTMLElement>>;
30
+ /** 是否聚焦(受控模式) */
31
+ focused?: boolean;
32
+ }
33
+ export interface BaseVirtualInputRef {
34
+ /** 手动聚焦 */
35
+ focus: () => void;
36
+ /** 手动失焦 */
37
+ blur: () => void;
38
+ }
39
+ declare const BaseVirtualInput: React.ForwardRefExoticComponent<BaseVirtualInputProps & React.RefAttributes<BaseVirtualInputRef>>;
40
+ export default BaseVirtualInput;
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import { BaseVirtualInputProps, BaseVirtualInputRef } from './BaseVirtualInput';
3
+ import './index.less';
4
+ export { BaseVirtualInputProps, BaseVirtualInputRef } from './BaseVirtualInput';
5
+ export interface VirtualInputProps extends BaseVirtualInputProps {
6
+ /** 在VirtualInput上方显示的额外内容 */
7
+ topContent?: React.ReactNode;
8
+ /** 在VirtualInput下方显示的额外内容 */
9
+ bottomContent?: React.ReactNode;
10
+ /** wrapper class */
11
+ wrapperClassName?: string;
12
+ /** 虚拟输入框包装器的样式 */
13
+ wrapperStyle?: React.CSSProperties;
14
+ /** 是否允许清除输入框中的内容 */
15
+ allowClear?: boolean;
16
+ /** 清除输入框内容的回调函数 */
17
+ onClear?: () => void;
18
+ /** 自定义清除按钮的样式 */
19
+ clearButtonStyle?: React.CSSProperties;
20
+ }
21
+ export interface VirtualInputRef extends BaseVirtualInputRef {
22
+ }
23
+ declare const VirtualInput: React.ForwardRefExoticComponent<VirtualInputProps & React.RefAttributes<VirtualInputRef>>;
24
+ export default VirtualInput;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Guest: (props: any) => JSX.Element;
4
3
  export default Guest;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Guide: (props: any) => JSX.Element;
4
3
  export default Guide;
@@ -0,0 +1,71 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ declare global {
4
+ namespace JSX {
5
+ interface IntrinsicElements {
6
+ [elemName: string]: any;
7
+ }
8
+ }
9
+ }
10
+ export interface WalletCardItem {
11
+ key: string;
12
+ label?: string;
13
+ hidden?: boolean;
14
+ value?: number;
15
+ }
16
+ export interface WalletCardProps {
17
+ /** 二维码弹窗适配平台 */
18
+ platform?: 'pc' | 'h5' | 'ipad';
19
+ /** 卡片主题 */
20
+ mode?: 'dark' | 'light';
21
+ /** 默认还是完整显示code */
22
+ cardStyle?: 'normal' | 'full';
23
+ /** 条形码还是二维码 */
24
+ codeType?: 'barCode' | 'orCode';
25
+ /** 二维码方向 */
26
+ codeDirection?: 'bottom' | 'top';
27
+ /** 自定义背景图 */
28
+ customBackgroundImage?: string;
29
+ /** 图标:可以是React组件或图片URL */
30
+ showIcon?: boolean;
31
+ showWalletName?: boolean;
32
+ iconImg?: string;
33
+ /** 钱包名称 */
34
+ walletName?: string;
35
+ /** 店铺名称 */
36
+ shopName?: string;
37
+ /** 是否显示店铺名称 */
38
+ showShopName?: boolean;
39
+ /** 卡号 */
40
+ cardNo?: string;
41
+ /** 是否显示卡号 */
42
+ showCardNo?: boolean;
43
+ /** 是否显示二维码 */
44
+ showCode?: boolean;
45
+ /** 点击二维码/条形码的回调 */
46
+ onCodeClick?: () => void;
47
+ /** 货币符号 */
48
+ symbol: string;
49
+ /** 点击卡片的回调 */
50
+ onClick?: () => void;
51
+ /** 自定义类名 */
52
+ className?: string;
53
+ items: WalletCardItem[];
54
+ /** 自定义样式 */
55
+ style?: React.CSSProperties;
56
+ title?: string;
57
+ subTitle?: string;
58
+ align?: 'left' | 'center';
59
+ buttonText?: string;
60
+ [key: string]: any;
61
+ /** 是否已登录 */
62
+ isLogin?: boolean;
63
+ /** 是否是引导页 */
64
+ isGuide?: boolean;
65
+ /** 是否显示查看PIN */
66
+ showViewPin?: boolean;
67
+ /** 查看PIN的回调 */
68
+ onViewPinClick?: () => void;
69
+ }
70
+ declare const WalletCard: React.FC<WalletCardProps>;
71
+ export default WalletCard;
@@ -283,5 +283,25 @@ declare const _default: {
283
283
  'pisell-wallet-pass-card-status-lastPayment': string;
284
284
  'pisell-wallet-pass-card-reset': string;
285
285
  'pisell-wallet-pass-card-done': string;
286
+ 'pisell-camera-no-camera-accessible': string;
287
+ 'pisell-camera-permission-denied': string;
288
+ 'pisell-camera-switch-camera': string;
289
+ 'pisell-camera-canvas': string;
290
+ 'pisell-camera-checking': string;
291
+ 'pisell-camera-no-camera-desc': string;
292
+ 'pisell-upload-camera-local-files': string;
293
+ 'pisell-upload-camera-capture': string;
294
+ 'pisell-upload-camera-retake': string;
295
+ 'pisell-upload-camera-use': string;
296
+ 'pisell-list-tab-group-default': string;
297
+ 'pisell-list-empty-text-default': string;
298
+ 'pisell-list-load-more': string;
299
+ 'pisell-list-view-less': string;
300
+ 'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
301
+ 'pisell-list-scroll-down': string;
302
+ 'pisell-list-scroll-right': string;
303
+ 'pisell-list-pagination-page-of': (current: number, total: number) => string;
304
+ 'pisell-list-pagination-previous': string;
305
+ 'pisell-list-pagination-next': string;
286
306
  };
287
307
  export default _default;
@@ -336,5 +336,28 @@ var en_US_default = {
336
336
  "pisell-wallet-pass-card-status-conflict": "Conflict",
337
337
  "pisell-wallet-pass-card-status-lastPayment": "Last Payment",
338
338
  "pisell-wallet-pass-card-reset": "Reset",
339
- "pisell-wallet-pass-card-done": "Done"
339
+ "pisell-wallet-pass-card-done": "Done",
340
+ // 相机组件
341
+ "pisell-camera-no-camera-accessible": "No camera accessible",
342
+ "pisell-camera-permission-denied": "Permission denied",
343
+ "pisell-camera-switch-camera": "Switch camera",
344
+ "pisell-camera-canvas": "Canvas not supported",
345
+ "pisell-camera-checking": "Detecting camera...",
346
+ "pisell-camera-no-camera-desc": "Please check if your device has a camera or grant browser permission to access camera",
347
+ // 拍照组件
348
+ "pisell-upload-camera-local-files": "Local Files",
349
+ "pisell-upload-camera-capture": "Capture",
350
+ "pisell-upload-camera-retake": "Retake",
351
+ "pisell-upload-camera-use": "Use photo",
352
+ // 列表组件
353
+ "pisell-list-tab-group-default": "Field",
354
+ "pisell-list-empty-text-default": "No data available",
355
+ "pisell-list-load-more": "Load More",
356
+ "pisell-list-view-less": "View Less",
357
+ "pisell-list-pagination-total": (start, end, total) => `Showing ${start}-${end} of ${total} items`,
358
+ "pisell-list-scroll-down": "Scroll Down",
359
+ "pisell-list-scroll-right": "Scroll Right",
360
+ "pisell-list-pagination-page-of": (current, total) => `Page ${current} of ${total}`,
361
+ "pisell-list-pagination-previous": "Previous",
362
+ "pisell-list-pagination-next": "Next"
340
363
  };
@@ -278,5 +278,25 @@ declare const _default: {
278
278
  'pisell-wallet-pass-card-status-lastPayment': string;
279
279
  'pisell-wallet-pass-card-reset': string;
280
280
  'pisell-wallet-pass-card-done': string;
281
+ 'pisell-camera-no-camera-accessible': string;
282
+ 'pisell-camera-permission-denied': string;
283
+ 'pisell-camera-switch-camera': string;
284
+ 'pisell-camera-canvas': string;
285
+ 'pisell-camera-checking': string;
286
+ 'pisell-camera-no-camera-desc': string;
287
+ 'pisell-upload-camera-local-files': string;
288
+ 'pisell-upload-camera-capture': string;
289
+ 'pisell-upload-camera-retake': string;
290
+ 'pisell-upload-camera-use': string;
291
+ 'pisell-list-tab-group-default': string;
292
+ 'pisell-list-empty-text-default': string;
293
+ 'pisell-list-load-more': string;
294
+ 'pisell-list-view-less': string;
295
+ 'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
296
+ 'pisell-list-scroll-down': string;
297
+ 'pisell-list-scroll-right': string;
298
+ 'pisell-list-pagination-page-of': (current: number, total: number) => string;
299
+ 'pisell-list-pagination-previous': string;
300
+ 'pisell-list-pagination-next': string;
281
301
  };
282
302
  export default _default;