@pisell/materials 1.0.996 → 1.0.998

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 (359) hide show
  1. package/build/lowcode/assets-daily.json +13 -13
  2. package/build/lowcode/assets-dev.json +4 -4
  3. package/build/lowcode/assets-prod.json +13 -13
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +6 -6
  6. package/build/lowcode/preview.js +8 -8
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +20 -20
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +21 -21
  11. package/es/components/PisellProcedure/PisellProcedure.stories.d.ts +163 -0
  12. package/es/components/PisellProcedure/PisellProcedure.stories.js +1611 -0
  13. package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
  14. package/es/components/PisellScrollView/PisellScrollView.stories.js +772 -0
  15. package/es/components/PisellScrollView/hooks/useScrollEvents.js +18 -3
  16. package/es/components/PisellScrollView/index.d.ts +2 -1
  17. package/es/components/PisellScrollView/index.js +2 -1
  18. package/es/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
  19. package/es/components/PisellSteps/PisellSteps.stories.js +851 -0
  20. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +6 -10
  21. package/es/components/PisellSuperTabs/PisellSuperTabs.js +27 -7
  22. package/es/components/PisellSuperTabs/types.d.ts +1 -0
  23. package/es/components/auto-complete-number/index.d.ts +1 -0
  24. package/es/components/badge/index.d.ts +1 -0
  25. package/es/components/batch-editor/fields/index.d.ts +1 -0
  26. package/es/components/batch-editor/index.d.ts +1 -0
  27. package/es/components/calendar/index.d.ts +1 -0
  28. package/es/components/cardPro/index.d.ts +1 -0
  29. package/es/components/checkbox/index.d.ts +1 -0
  30. package/es/components/classicLayout/index.d.ts +1 -0
  31. package/es/components/colorPicker/index.d.ts +1 -0
  32. package/es/components/config-provider/index.d.ts +1 -0
  33. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
  34. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  35. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  36. package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
  37. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +1 -0
  38. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +3 -2
  39. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  40. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  41. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  42. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  43. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  44. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  45. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  46. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -0
  47. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -0
  48. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  49. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  50. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  51. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  52. package/es/components/dataSourceComponents/fields/Select/index.d.ts +2 -1
  53. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  54. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +1 -0
  55. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
  56. package/es/components/dataSourceComponents/fields/index.d.ts +10 -10
  57. package/es/components/date-picker/datePickerCpt.d.ts +1 -0
  58. package/es/components/date-picker/index.d.ts +1 -0
  59. package/es/components/drag-sort-tree/TreeItem/index.d.ts +1 -0
  60. package/es/components/dropdown/index.d.ts +1 -0
  61. package/es/components/filter/components/items/index.d.ts +1 -0
  62. package/es/components/filter/components/items/text/Editor/index.d.ts +1 -0
  63. package/es/components/filter/components/items/text/Preview/index.d.ts +1 -0
  64. package/es/components/filter/components/items/text/index.d.ts +1 -0
  65. package/es/components/filter/index.d.ts +1 -0
  66. package/es/components/list/index.d.ts +1 -0
  67. package/es/components/lowCodePage/index.d.ts +1 -0
  68. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  69. package/es/components/pisellAdjustPrice/index.d.ts +1 -0
  70. package/es/components/pisellCard/index.d.ts +1 -0
  71. package/es/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
  72. package/es/components/pisellDatePicker/index.d.ts +1 -0
  73. package/es/components/pisellInformationEntry/Scan/index.d.ts +1 -0
  74. package/es/components/pisellInput/components/BankCard/index.d.ts +1 -0
  75. package/es/components/pisellInput/components/Copy/index.d.ts +1 -0
  76. package/es/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
  77. package/es/components/pisellInput/index.d.ts +1 -0
  78. package/es/components/pisellLoading/index.d.ts +1 -0
  79. package/es/components/pisellModal/components/IpadModal/index.d.ts +1 -0
  80. package/es/components/pisellModal/components/MobileModal/index.d.ts +1 -0
  81. package/es/components/pisellModal/components/index.d.ts +1 -0
  82. package/es/components/pisellTooltip/index.d.ts +1 -0
  83. package/es/components/pisellUpload/index.d.ts +1 -0
  84. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +1 -0
  85. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +1 -0
  86. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +1 -0
  87. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +1 -0
  88. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +1 -0
  89. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  90. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +1 -0
  91. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +1 -0
  92. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +1 -0
  93. package/es/components/productCard/components/Action/index.d.ts +1 -0
  94. package/es/components/productCard/components/Divider/index.d.ts +1 -0
  95. package/es/components/productCard/components/Header/EditButton/index.d.ts +1 -0
  96. package/es/components/productCard/components/MultiDay/index.d.ts +1 -0
  97. package/es/components/productCard/components/Note/index.d.ts +1 -0
  98. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  99. package/es/components/productCard/components/Packages/components/options/index.d.ts +1 -0
  100. package/es/components/productCard/components/Packages/index.d.ts +1 -0
  101. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  102. package/es/components/productCard/components/Sales/index.d.ts +1 -0
  103. package/es/components/productCard/components/Time/components/Like/index.d.ts +1 -0
  104. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
  105. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -0
  106. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  107. package/es/components/qrcode/index.d.ts +1 -0
  108. package/es/components/radio/index.d.ts +1 -0
  109. package/es/components/segmented/index.d.ts +1 -0
  110. package/es/components/select-time/RightPanel/index.d.ts +1 -0
  111. package/es/components/select-time/index.d.ts +1 -0
  112. package/es/components/skeleton/index.d.ts +1 -0
  113. package/es/components/slider/index.d.ts +1 -0
  114. package/es/components/sort/components/InlineMenu/index.d.ts +1 -0
  115. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
  116. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
  117. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
  118. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  119. package/es/components/table/Summary/index.d.ts +1 -0
  120. package/es/components/table/Table/SelectField/index.d.ts +1 -0
  121. package/es/components/table/Table/fields/date/Config/index.d.ts +1 -0
  122. package/es/components/table/Table/fields/date/Show/index.d.ts +1 -0
  123. package/es/components/table/Table/fields/date/Sort/index.d.ts +1 -0
  124. package/es/components/table/Table/fields/date/index.d.ts +1 -0
  125. package/es/components/table/Table/fields/image/Config/index.d.ts +1 -0
  126. package/es/components/table/Table/fields/image/Show/index.d.ts +1 -0
  127. package/es/components/table/Table/fields/image/Sort/index.d.ts +1 -0
  128. package/es/components/table/Table/fields/image/index.d.ts +1 -0
  129. package/es/components/table/Table/fields/index.d.ts +3 -2
  130. package/es/components/table/Table/fields/link/Config/index.d.ts +1 -0
  131. package/es/components/table/Table/fields/link/Show/index.d.ts +1 -0
  132. package/es/components/table/Table/fields/link/Sort/index.d.ts +1 -0
  133. package/es/components/table/Table/fields/link/index.d.ts +1 -0
  134. package/es/components/table/Table/fields/number/Config/index.d.ts +1 -0
  135. package/es/components/table/Table/fields/number/Show/index.d.ts +1 -0
  136. package/es/components/table/Table/fields/number/Sort/index.d.ts +1 -0
  137. package/es/components/table/Table/fields/number/index.d.ts +1 -0
  138. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +1 -0
  139. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
  140. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -0
  141. package/es/components/table/Table/fields/numberRange/index.d.ts +1 -0
  142. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -0
  143. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -0
  144. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -0
  145. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  146. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -0
  147. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
  148. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -0
  149. package/es/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  150. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -0
  151. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -0
  152. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -0
  153. package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  154. package/es/components/table/Table/fields/search/Config/index.d.ts +1 -0
  155. package/es/components/table/Table/fields/search/Show/index.d.ts +1 -0
  156. package/es/components/table/Table/fields/search/Sort/index.d.ts +1 -0
  157. package/es/components/table/Table/fields/search/index.d.ts +1 -0
  158. package/es/components/table/Table/fields/select/Config/index.d.ts +1 -0
  159. package/es/components/table/Table/fields/select/Show/index.d.ts +1 -0
  160. package/es/components/table/Table/fields/select/Sort/index.d.ts +1 -0
  161. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  162. package/es/components/table/Table/fields/select/index.d.ts +1 -0
  163. package/es/components/table/Table/fields/text/Config/index.d.ts +1 -0
  164. package/es/components/table/Table/fields/text/Show/index.d.ts +1 -0
  165. package/es/components/table/Table/fields/text/Sort/index.d.ts +1 -0
  166. package/es/components/table/Table/fields/text/index.d.ts +1 -0
  167. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -0
  168. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -0
  169. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -0
  170. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  171. package/es/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  172. package/es/components/table/Table/tableConfig/summary/index.d.ts +1 -0
  173. package/es/components/table/Table/utils.d.ts +1 -1
  174. package/es/components/table/TableFilter/SortIcon.d.ts +1 -0
  175. package/es/components/time-picker/index.d.ts +1 -0
  176. package/es/components/upload/index.d.ts +1 -0
  177. package/es/components/versionSelect/index.d.ts +1 -0
  178. package/es/components/virtual-keyboard/Amount/index.d.ts +1 -0
  179. package/es/components/virtual-keyboard/Number/index.d.ts +1 -0
  180. package/es/components/virtual-keyboard/Time/utils.d.ts +1 -0
  181. package/es/components/walletCard/Guest/index.d.ts +1 -0
  182. package/es/components/walletCard/Guide/index.d.ts +1 -0
  183. package/es/utils/index.d.ts +1 -1
  184. package/es/utils/platform.d.ts +1 -1
  185. package/lib/components/PisellProcedure/PisellProcedure.stories.d.ts +163 -0
  186. package/lib/components/PisellProcedure/PisellProcedure.stories.js +925 -0
  187. package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
  188. package/lib/components/PisellScrollView/PisellScrollView.stories.js +535 -0
  189. package/lib/components/PisellScrollView/hooks/useScrollEvents.js +13 -3
  190. package/lib/components/PisellScrollView/index.d.ts +2 -1
  191. package/lib/components/PisellScrollView/index.js +2 -5
  192. package/lib/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
  193. package/lib/components/PisellSteps/PisellSteps.stories.js +570 -0
  194. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +6 -10
  195. package/lib/components/PisellSuperTabs/PisellSuperTabs.js +23 -4
  196. package/lib/components/PisellSuperTabs/types.d.ts +1 -0
  197. package/lib/components/auto-complete-number/index.d.ts +1 -0
  198. package/lib/components/badge/index.d.ts +1 -0
  199. package/lib/components/batch-editor/fields/index.d.ts +1 -0
  200. package/lib/components/batch-editor/index.d.ts +1 -0
  201. package/lib/components/calendar/index.d.ts +1 -0
  202. package/lib/components/cardPro/index.d.ts +1 -0
  203. package/lib/components/checkbox/index.d.ts +1 -0
  204. package/lib/components/classicLayout/index.d.ts +1 -0
  205. package/lib/components/colorPicker/index.d.ts +1 -0
  206. package/lib/components/config-provider/index.d.ts +1 -0
  207. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
  208. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  209. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  210. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
  211. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +1 -0
  212. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +3 -2
  213. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  214. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  215. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -0
  216. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -0
  217. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -0
  218. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -0
  219. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -0
  220. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -0
  221. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -0
  222. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -0
  223. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  224. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -0
  225. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -0
  226. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +2 -1
  227. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -0
  228. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +1 -0
  229. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
  230. package/lib/components/dataSourceComponents/fields/index.d.ts +10 -10
  231. package/lib/components/date-picker/datePickerCpt.d.ts +1 -0
  232. package/lib/components/date-picker/index.d.ts +1 -0
  233. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +1 -0
  234. package/lib/components/dropdown/index.d.ts +1 -0
  235. package/lib/components/filter/components/items/index.d.ts +1 -0
  236. package/lib/components/filter/components/items/text/Editor/index.d.ts +1 -0
  237. package/lib/components/filter/components/items/text/Preview/index.d.ts +1 -0
  238. package/lib/components/filter/components/items/text/index.d.ts +1 -0
  239. package/lib/components/filter/index.d.ts +1 -0
  240. package/lib/components/list/index.d.ts +1 -0
  241. package/lib/components/lowCodePage/index.d.ts +1 -0
  242. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  243. package/lib/components/pisellAdjustPrice/index.d.ts +1 -0
  244. package/lib/components/pisellCard/index.d.ts +1 -0
  245. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
  246. package/lib/components/pisellDatePicker/index.d.ts +1 -0
  247. package/lib/components/pisellInformationEntry/Scan/index.d.ts +1 -0
  248. package/lib/components/pisellInput/components/BankCard/index.d.ts +1 -0
  249. package/lib/components/pisellInput/components/Copy/index.d.ts +1 -0
  250. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
  251. package/lib/components/pisellInput/index.d.ts +1 -0
  252. package/lib/components/pisellLoading/index.d.ts +1 -0
  253. package/lib/components/pisellModal/components/IpadModal/index.d.ts +1 -0
  254. package/lib/components/pisellModal/components/MobileModal/index.d.ts +1 -0
  255. package/lib/components/pisellModal/components/index.d.ts +1 -0
  256. package/lib/components/pisellTooltip/index.d.ts +1 -0
  257. package/lib/components/pisellUpload/index.d.ts +1 -0
  258. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +1 -0
  259. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +1 -0
  260. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +1 -0
  261. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +1 -0
  262. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +1 -0
  263. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  264. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +1 -0
  265. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +1 -0
  266. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +1 -0
  267. package/lib/components/productCard/components/Action/index.d.ts +1 -0
  268. package/lib/components/productCard/components/Divider/index.d.ts +1 -0
  269. package/lib/components/productCard/components/Header/EditButton/index.d.ts +1 -0
  270. package/lib/components/productCard/components/MultiDay/index.d.ts +1 -0
  271. package/lib/components/productCard/components/Note/index.d.ts +1 -0
  272. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  273. package/lib/components/productCard/components/Packages/components/options/index.d.ts +1 -0
  274. package/lib/components/productCard/components/Packages/index.d.ts +1 -0
  275. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  276. package/lib/components/productCard/components/Sales/index.d.ts +1 -0
  277. package/lib/components/productCard/components/Time/components/Like/index.d.ts +1 -0
  278. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
  279. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -0
  280. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  281. package/lib/components/qrcode/index.d.ts +1 -0
  282. package/lib/components/radio/index.d.ts +1 -0
  283. package/lib/components/segmented/index.d.ts +1 -0
  284. package/lib/components/select-time/RightPanel/index.d.ts +1 -0
  285. package/lib/components/select-time/index.d.ts +1 -0
  286. package/lib/components/skeleton/index.d.ts +1 -0
  287. package/lib/components/slider/index.d.ts +1 -0
  288. package/lib/components/sort/components/InlineMenu/index.d.ts +1 -0
  289. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -0
  290. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +1 -0
  291. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
  292. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  293. package/lib/components/table/Summary/index.d.ts +1 -0
  294. package/lib/components/table/Table/SelectField/index.d.ts +1 -0
  295. package/lib/components/table/Table/fields/date/Config/index.d.ts +1 -0
  296. package/lib/components/table/Table/fields/date/Show/index.d.ts +1 -0
  297. package/lib/components/table/Table/fields/date/Sort/index.d.ts +1 -0
  298. package/lib/components/table/Table/fields/date/index.d.ts +1 -0
  299. package/lib/components/table/Table/fields/image/Config/index.d.ts +1 -0
  300. package/lib/components/table/Table/fields/image/Show/index.d.ts +1 -0
  301. package/lib/components/table/Table/fields/image/Sort/index.d.ts +1 -0
  302. package/lib/components/table/Table/fields/image/index.d.ts +1 -0
  303. package/lib/components/table/Table/fields/index.d.ts +3 -2
  304. package/lib/components/table/Table/fields/link/Config/index.d.ts +1 -0
  305. package/lib/components/table/Table/fields/link/Show/index.d.ts +1 -0
  306. package/lib/components/table/Table/fields/link/Sort/index.d.ts +1 -0
  307. package/lib/components/table/Table/fields/link/index.d.ts +1 -0
  308. package/lib/components/table/Table/fields/number/Config/index.d.ts +1 -0
  309. package/lib/components/table/Table/fields/number/Show/index.d.ts +1 -0
  310. package/lib/components/table/Table/fields/number/Sort/index.d.ts +1 -0
  311. package/lib/components/table/Table/fields/number/index.d.ts +1 -0
  312. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +1 -0
  313. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
  314. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -0
  315. package/lib/components/table/Table/fields/numberRange/index.d.ts +1 -0
  316. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -0
  317. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -0
  318. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -0
  319. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  320. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -0
  321. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
  322. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -0
  323. package/lib/components/table/Table/fields/pSwitch/index.d.ts +1 -0
  324. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -0
  325. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -0
  326. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -0
  327. package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  328. package/lib/components/table/Table/fields/search/Config/index.d.ts +1 -0
  329. package/lib/components/table/Table/fields/search/Show/index.d.ts +1 -0
  330. package/lib/components/table/Table/fields/search/Sort/index.d.ts +1 -0
  331. package/lib/components/table/Table/fields/search/index.d.ts +1 -0
  332. package/lib/components/table/Table/fields/select/Config/index.d.ts +1 -0
  333. package/lib/components/table/Table/fields/select/Show/index.d.ts +1 -0
  334. package/lib/components/table/Table/fields/select/Sort/index.d.ts +1 -0
  335. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  336. package/lib/components/table/Table/fields/select/index.d.ts +1 -0
  337. package/lib/components/table/Table/fields/text/Config/index.d.ts +1 -0
  338. package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -0
  339. package/lib/components/table/Table/fields/text/Sort/index.d.ts +1 -0
  340. package/lib/components/table/Table/fields/text/index.d.ts +1 -0
  341. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -0
  342. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -0
  343. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -0
  344. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  345. package/lib/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  346. package/lib/components/table/Table/tableConfig/summary/index.d.ts +1 -0
  347. package/lib/components/table/Table/utils.d.ts +1 -1
  348. package/lib/components/table/TableFilter/SortIcon.d.ts +1 -0
  349. package/lib/components/time-picker/index.d.ts +1 -0
  350. package/lib/components/upload/index.d.ts +1 -0
  351. package/lib/components/versionSelect/index.d.ts +1 -0
  352. package/lib/components/virtual-keyboard/Amount/index.d.ts +1 -0
  353. package/lib/components/virtual-keyboard/Number/index.d.ts +1 -0
  354. package/lib/components/virtual-keyboard/Time/utils.d.ts +1 -0
  355. package/lib/components/walletCard/Guest/index.d.ts +1 -0
  356. package/lib/components/walletCard/Guide/index.d.ts +1 -0
  357. package/lib/utils/index.d.ts +1 -1
  358. package/lib/utils/platform.d.ts +1 -1
  359. package/package.json +3 -5
@@ -1,12 +1,8 @@
1
+ import React from 'react';
1
2
  import type { PisellSuperTabsProps } from './types';
2
3
  import './PisellSuperTabs.less';
3
- /**
4
- * PisellSuperTabs 组件
5
- * @description 通用导航框架封装的全能型 Tab 组件
6
- * @template T - 数据源项的类型
7
- */
8
- declare const PisellSuperTabs: {
9
- <T>(props: PisellSuperTabsProps<T>): JSX.Element;
10
- displayName: string;
11
- };
12
- export default PisellSuperTabs;
4
+ interface PisellSuperTabsRef {
5
+ scrollItemByRowKey: (key: string) => void;
6
+ }
7
+ declare const _default: React.ForwardRefExoticComponent<PisellSuperTabsProps<unknown> & React.RefAttributes<PisellSuperTabsRef>>;
8
+ export default _default;
@@ -39,7 +39,7 @@ var import_utils = require("./utils");
39
39
  var import_PisellBasicGrid = __toESM(require("../PisellBasicGrid"));
40
40
  var import_PisellScrollView = require("../PisellScrollView");
41
41
  var import_PisellSuperTabs = require("./PisellSuperTabs.less");
42
- var PisellSuperTabs = (props) => {
42
+ var PisellSuperTabs = (props, ref) => {
43
43
  const {
44
44
  // 基础属性
45
45
  className,
@@ -69,19 +69,37 @@ var PisellSuperTabs = (props) => {
69
69
  slotLeftStyle,
70
70
  slotRightStyle,
71
71
  slotTopStyle,
72
- slotBottomStyle
72
+ slotBottomStyle,
73
+ __designMode
73
74
  } = props;
75
+ const containerRef = (0, import_react.useRef)(null);
74
76
  const { activeKey, handleTabChange } = (0, import_hooks.useTabsState)({
75
77
  value,
76
78
  defaultValue,
77
79
  onChange
78
80
  });
81
+ const scrollItemByRowKey = (key) => {
82
+ const item = document.querySelector(`.pisell-super-tabs-item-${id}-${key}`);
83
+ console.log(`.pisell-super-tabs-item-${id}-${key}`);
84
+ if (item) {
85
+ item.scrollIntoView({ behavior: "smooth" });
86
+ }
87
+ };
88
+ (0, import_react.useImperativeHandle)(ref, () => {
89
+ if (__designMode) {
90
+ return containerRef.current;
91
+ }
92
+ return {
93
+ scrollItemByRowKey
94
+ };
95
+ });
79
96
  return /* @__PURE__ */ import_react.default.createElement(
80
97
  "div",
81
98
  {
82
99
  className: (0, import_classnames.default)("pisell-super-tabs", className),
83
100
  style,
84
- id
101
+ id,
102
+ ref: containerRef
85
103
  },
86
104
  /* @__PURE__ */ import_react.default.createElement(
87
105
  "div",
@@ -147,6 +165,7 @@ var PisellSuperTabs = (props) => {
147
165
  key,
148
166
  className: (0, import_classnames.default)(
149
167
  "pisell-super-tabs-item",
168
+ `pisell-super-tabs-item-${id}-${key}`,
150
169
  {
151
170
  "pisell-super-tabs-item--active": active
152
171
  },
@@ -185,4 +204,4 @@ var PisellSuperTabs = (props) => {
185
204
  );
186
205
  };
187
206
  PisellSuperTabs.displayName = "PisellSuperTabs";
188
- var PisellSuperTabs_default = PisellSuperTabs;
207
+ var PisellSuperTabs_default = (0, import_react.forwardRef)(PisellSuperTabs);
@@ -166,6 +166,7 @@ export interface PisellSuperTabsProps<T = any> {
166
166
  slotBottom?: ReactNode;
167
167
  slotBottomClassName?: string;
168
168
  slotBottomStyle?: CSSProperties;
169
+ __designMode?: boolean;
169
170
  }
170
171
  /**
171
172
  * 数据项基础类型
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AutoCompleteProps, InputNumberProps } from "antd";
2
3
  interface AutoCompleteNumberProps {
3
4
  autoCompleteProps: AutoCompleteProps;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BadgeProps as OriginalBadgeprops } from 'antd';
2
3
  import './index.less';
3
4
  export interface Badgeprops extends OriginalBadgeprops {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  price: import("react").FC<import("./Price").PriceProps>;
3
4
  image: (props: import("./Image").ImageProps) => JSX.Element | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  interface BatchEditorProps {
3
4
  columns: any[];
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Calendar: (props: any) => JSX.Element;
2
3
  export default Calendar;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const _default: (props: any) => JSX.Element;
3
4
  export default _default;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Checkbox: (props: any) => JSX.Element;
2
3
  export default Checkbox;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const ClassicLayout: (props: any) => JSX.Element;
3
4
  export default ClassicLayout;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ColorPickerProps } from 'antd';
2
3
  declare const ColorPicker: (props: ColorPickerProps) => JSX.Element;
3
4
  export default ColorPicker;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ConfigProviderProps as OriginalConfigProviderProps } from "antd/es/config-provider";
2
3
  import "dayjs/locale/zh-cn";
3
4
  export interface ConfigProviderProps extends OriginalConfigProviderProps {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const FormItem: (props: any) => JSX.Element;
2
3
  export default FormItem;
@@ -43,7 +43,7 @@ export declare const withDataSource: <P extends unknown>(WrappedComponent: React
43
43
  }) => JSX.Element;
44
44
  export declare const withOptions: <P extends unknown>(WrappedComponent: React.ComponentType<P>) => (props: P & {
45
45
  options?: any;
46
- optionSourceType?: "default" | "custom" | "api" | undefined;
46
+ optionSourceType?: "custom" | "default" | "api" | undefined;
47
47
  labelField: string;
48
48
  valueField: string;
49
49
  extraParams?: Record<string, any> | undefined;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const DataSourceQRCode: (props: any) => JSX.Element;
2
3
  export default DataSourceQRCode;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  interface BaseFilterItem {
3
4
  name?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FilterItemProps } from '../../../filter/types';
2
3
  import { DataSourceType, Field } from '../../provider/dataSource/DataSourceContext';
3
4
  export declare const genGetField: (dataSource?: DataSourceType) => (key: string) => Field;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  declare const useDataSourceKey: () => {
2
- dataSourceKey: string | undefined;
3
- dataSourceKeyRef: import("react").MutableRefObject<string | undefined>;
3
+ dataSourceKey: string | import("../../provider/dataSource/DataSourceContext").DataSourceType | undefined;
4
+ dataSourceKeyRef: import("react").MutableRefObject<string | import("../../provider/dataSource/DataSourceContext").DataSourceType | undefined>;
4
5
  };
5
6
  export default useDataSourceKey;
@@ -19,7 +19,7 @@ interface UseTablePropsProps {
19
19
  */
20
20
  declare const useTableProps: (props: UseTablePropsProps) => {
21
21
  currentComponentId: any;
22
- title: number | boolean | React.ReactFragment | JSX.Element | (() => React.ReactNode) | null | undefined;
22
+ title: string | number | boolean | JSX.Element | React.ReactFragment | (() => React.ReactNode) | null | undefined;
23
23
  pagination: {
24
24
  total: number;
25
25
  current: number;
@@ -28,7 +28,7 @@ declare const useTableProps: (props: UseTablePropsProps) => {
28
28
  showSizeChanger: boolean;
29
29
  };
30
30
  columns: import("./useColumns").Column[];
31
- subTitle: number | boolean | React.ReactFragment | JSX.Element | (() => React.ReactNode) | null | undefined;
31
+ subTitle: string | number | boolean | JSX.Element | React.ReactFragment | (() => React.ReactNode) | null | undefined;
32
32
  buttons: any[] | null;
33
33
  filter: {
34
34
  dom: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DataSourceContextProps } from '../provider/dataSource/DataSourceContext';
2
3
  declare const DataSourceWrapper: (props: DataSourceContextProps) => JSX.Element;
3
4
  export default DataSourceWrapper;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ColorPickerProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const ColorPickerReadPretty: (props: ColorPickerProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DateRangePickerProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const DateRangePickerReadPretty: (props: DateRangePickerProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IconSelectProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const IconSelectReadPretty: (props: IconSelectProps) => JSX.Element | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const InputReadPretty: (props: InputProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const InputReadPretty: (props: InputProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { JsonProps } from "./type";
2
3
  import "./ReadPretty.less";
3
4
  declare const JsonReadPretty: (props: JsonProps) => JSX.Element | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PasswordProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const PasswordReadPretty: (props: PasswordProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const InputReadPretty: (props: InputProps) => JSX.Element;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  declare const Subdomain: React.FC<import("antd").InputProps & {
3
3
  onChange: (value: string) => void;
4
4
  onBlur?: ((e: React.FocusEvent<HTMLInputElement, Element>) => void) | undefined;
5
- rootDomain: "custom" | "saas" | "xzero";
5
+ rootDomain: "custom" | "xzero" | "saas";
6
6
  customDomain?: string | undefined;
7
7
  value?: string | undefined;
8
8
  tenantId: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TextAreaProps } from "./type";
2
3
  import "./ReadPretty.less";
3
4
  declare const TextAreaReadPretty: (props: TextAreaProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { UrlProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  export declare const formatUrl: (url: string) => string;
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  declare const SelectWithDataSource: (props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../../dataSourceForm/utils").WithModeProps & import("../../dataSourceForm/utils").WithFormItemProps & {
2
3
  options?: any;
3
- optionSourceType?: "default" | "custom" | "api" | undefined;
4
+ optionSourceType?: "custom" | "default" | "api" | undefined;
4
5
  labelField: string;
5
6
  valueField: string;
6
7
  extraParams?: Record<string, any> | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TimePickerProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const TimePickerReadPretty: (props: TimePickerProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const CameraPopover: (props: {
2
3
  onLocalFileClick: () => void;
3
4
  onCameraChange: (file: any) => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { UploadProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const UploadReadPretty: (props: UploadProps) => JSX.Element | null;
@@ -19,7 +19,7 @@ declare const formFieldMap: {
19
19
  Subdomain: import("react").FC<import("antd").InputProps & {
20
20
  onChange: (value: string) => void;
21
21
  onBlur?: ((e: import("react").FocusEvent<HTMLInputElement, Element>) => void) | undefined;
22
- rootDomain: "custom" | "saas" | "xzero";
22
+ rootDomain: "custom" | "xzero" | "saas";
23
23
  customDomain?: string | undefined;
24
24
  value?: string | undefined;
25
25
  tenantId: string;
@@ -34,7 +34,7 @@ declare const formFieldMap: {
34
34
  };
35
35
  FormItemSelect: (props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps & {
36
36
  options?: any;
37
- optionSourceType?: "default" | "custom" | "api" | undefined;
37
+ optionSourceType?: "custom" | "default" | "api" | undefined;
38
38
  labelField: string;
39
39
  valueField: string;
40
40
  extraParams?: Record<string, any> | undefined;
@@ -59,13 +59,11 @@ declare const formFieldMap: {
59
59
  FormItemTranslation: import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
60
60
  FormItemIconSelect: import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
61
61
  };
62
- declare const getFieldComponent: (fieldComponent: string) => import("react").FC<any> | import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps> | (import("react").FC<{}> & {
62
+ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<any> | import("react").FC<import("./DatePicker").DataSourceDatePickerProps> | (import("react").FC<{}> & {
63
63
  Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
64
64
  } & {
65
65
  Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
66
- }) | import("react").FC<import("./ColorPicker/type").ColorPickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./DatePicker").DataSourceDatePickerProps> | import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & {
67
- onChange: (value: string) => void;
68
- } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Phone/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Mobile/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<import("./Input/type").InputProps> & {
66
+ }) | import("react").FC<import("./ColorPicker/type").ColorPickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<import("./Input/type").InputProps> & {
69
67
  JSON: import("react").FC<any>;
70
68
  Password: import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
71
69
  TextArea: import("react").FC<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
@@ -78,24 +76,26 @@ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
78
76
  Subdomain: import("react").FC<import("antd").InputProps & {
79
77
  onChange: (value: string) => void;
80
78
  onBlur?: ((e: import("react").FocusEvent<HTMLInputElement, Element>) => void) | undefined;
81
- rootDomain: "custom" | "saas" | "xzero";
79
+ rootDomain: "custom" | "xzero" | "saas";
82
80
  customDomain?: string | undefined;
83
81
  value?: string | undefined;
84
82
  tenantId: string;
85
83
  name?: string | undefined;
86
84
  fieldKey?: string | undefined;
87
85
  } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
88
- }) | import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps> | (import("react").FC<{}> & {
86
+ }) | (import("react").FC<{}> & {
89
87
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
90
88
  } & {
91
89
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
92
90
  }) | ((props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps & {
93
91
  options?: any;
94
- optionSourceType?: "default" | "custom" | "api" | undefined;
92
+ optionSourceType?: "custom" | "default" | "api" | undefined;
95
93
  labelField: string;
96
94
  valueField: string;
97
95
  extraParams?: Record<string, any> | undefined;
98
96
  } & {
99
97
  dataSource?: any;
100
- }) => JSX.Element) | import("react").FC<import("./TimePicker/type").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./DateRangePicker/type").DateRangePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Upload/type").UploadProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
98
+ }) => JSX.Element) | import("react").FC<import("./TimePicker/type").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Phone/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Mobile/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & {
99
+ onChange: (value: string) => void;
100
+ } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps> | import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps> | import("react").FC<import("./DateRangePicker/type").DateRangePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Upload/type").UploadProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
101
101
  export { getFieldComponent, formFieldMap };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PickerDateProps } from 'antd/es/date-picker/generatePicker';
2
3
  import { Dayjs } from 'dayjs';
3
4
  import './index.less';
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const DatePicker: (props: any) => JSX.Element;
2
3
  export default DatePicker;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  import { ValueProps, SortType } from '../types';
3
4
  declare type IdType = string | number;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Dropdown: (props: any) => JSX.Element;
2
3
  export default Dropdown;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const fieldMaps: {
2
3
  text: {
3
4
  field: {
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Text: () => JSX.Element;
2
3
  export default Text;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const Text: (props: any) => JSX.Element;
2
3
  export default Text;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  field: {
3
4
  field_icon: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FilterProps } from "./types";
2
3
  declare const Filter: (props: FilterProps) => JSX.Element | null;
3
4
  export default Filter;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const List: {
3
4
  (props: any): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare type LowCodePageProps = {
2
3
  id: number;
3
4
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputNumberProps } from 'antd/es/input-number';
2
3
  export interface PisellAdjustPriceInputNumberProps extends Omit<InputNumberProps, 'onChange'> {
3
4
  value?: number;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  import { PisellAdjustPriceProps } from './type';
3
4
  declare const PisellAdjustPrice: (props: PisellAdjustPriceProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CardProps } from 'antd';
2
3
  import './index.less';
3
4
  export interface PisellCardProps extends CardProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PickerDateProps } from 'antd/es/date-picker/generatePicker';
2
3
  import { Dayjs } from 'dayjs';
3
4
  import './detePickerCpt.less';
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const PisellDatePicker: (props: any) => JSX.Element;
2
3
  export default PisellDatePicker;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  export interface ScanProps {
3
4
  onChange: (val: string) => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from 'antd';
2
3
  import { PisellContextType } from "../../../pisell-config-provider/context";
3
4
  import './index.less';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps, ButtonProps } from 'antd';
2
3
  import { PisellContextType } from "../../../pisell-config-provider/context";
3
4
  export interface CopyProps extends InputProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from 'antd';
2
3
  import './index.less';
3
4
  import { PisellContextType } from "../../../pisell-config-provider/context";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from 'antd';
2
3
  import { PisellContextType } from '../pisell-config-provider/context';
3
4
  declare const PisellInput: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SpinProps } from 'antd';
2
3
  import './index.less';
3
4
  declare type MaskType = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PcModalProps } from '../PcModal';
2
3
  export interface IpadModalProps extends PcModalProps {
3
4
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PcModalProps } from '../PcModal';
2
3
  import './index.less';
3
4
  export interface MobileModalProps extends PcModalProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import IpadModal from './IpadModal';
2
3
  import MobileModal from './MobileModal';
3
4
  import PcModal from './PcModal';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { TooltipPropsWithTitle } from 'antd/es/tooltip';
2
3
  import { PisellContextType } from "../pisell-config-provider/context";
3
4
  import './index.less';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { UploadProps } from 'antd';
2
3
  import './index.less';
3
4
  export interface PisellUploadProps extends UploadProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Footer: ({ item, hideDivider, type, isOnlyTotal }: any) => JSX.Element;
3
4
  export default Footer;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const MultiDay: ({ dataSource, hideDivider }: any) => JSX.Element;
3
4
  export default MultiDay;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Note: (props: any) => JSX.Element | null;
3
4
  export default Note;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const DiscountReason: (props: any) => JSX.Element;
2
3
  export default DiscountReason;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  declare const Holders: (props: any) => JSX.Element | null;
3
4
  export default Holders;
@@ -17,4 +17,4 @@ export declare const minusSign: (item: any, type?: string) => "" | "-";
17
17
  * @Author: WangHan
18
18
  * @Date: 2024-11-22 10:58
19
19
  */
20
- export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => string | number;
20
+ export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => any;