@pisell/materials 6.4.16 → 6.4.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (291) 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 +4 -4
  6. package/build/lowcode/preview.js +146 -160
  7. package/build/lowcode/render/default/view.js +27 -41
  8. package/build/lowcode/view.js +32 -46
  9. package/es/components/Pagination/index.d.ts +1 -1
  10. package/es/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
  11. package/es/components/auto-resize-text/index.d.ts +6 -0
  12. package/es/components/cardPro/index.d.ts +4 -0
  13. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
  14. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
  15. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  16. package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
  17. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +1 -0
  18. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  19. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  20. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  21. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  22. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
  23. package/es/components/dataSourceComponents/fields/index.d.ts +12 -11
  24. package/es/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  25. package/es/components/filter/index.d.ts +1 -0
  26. package/es/components/keyboard/index.d.ts +22 -0
  27. package/es/components/list/index.d.ts +1 -0
  28. package/es/components/pisell-config-provider/context.d.ts +22 -0
  29. package/es/components/pisellAdjustPrice/index.d.ts +5 -0
  30. package/es/components/pisellAdjustPrice/status.d.ts +32 -0
  31. package/es/components/pisellAdjustPrice/type.d.ts +22 -0
  32. package/es/components/pisellCheckboxGroup/index.d.ts +40 -0
  33. package/es/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
  34. package/es/components/pisellInput/components/BankCard/index.d.ts +1 -0
  35. package/es/components/pisellInput/components/Copy/index.d.ts +1 -0
  36. package/es/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
  37. package/es/components/pisellInput/index.d.ts +1 -0
  38. package/es/components/pisellQRScanner/index.d.ts +24 -0
  39. package/es/components/pisellText/components/Amount/index.d.ts +20 -0
  40. package/es/components/pisellToast/index.d.ts +17 -0
  41. package/es/components/pisellToast/squareToast/methods.d.ts +13 -0
  42. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +29 -0
  43. package/es/components/pisellToast/squareToast/toast.d.ts +25 -0
  44. package/es/components/pisellTooltip/index.d.ts +1 -0
  45. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +4 -0
  46. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +4 -0
  47. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  48. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +4 -0
  49. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +3 -0
  50. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +11 -0
  51. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  52. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
  53. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +13 -0
  54. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +4 -0
  55. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  56. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +7 -0
  57. package/es/components/productCard/components/Action/index.d.ts +4 -0
  58. package/es/components/productCard/components/Header/index.d.ts +4 -0
  59. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  60. package/es/components/productCard/components/Sales/index.d.ts +4 -0
  61. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +14 -0
  62. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -1
  63. package/es/components/productCard/locales.d.ts +84 -0
  64. package/es/components/productCard/utils.js +8 -1
  65. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
  66. package/es/components/table/Actions/component/ExportImport/components/ExportTable/function.js +2 -0
  67. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
  68. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
  69. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
  70. package/es/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
  71. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  72. package/es/components/table/Actions/component/ViewMode/index.d.ts +1 -0
  73. package/es/components/table/Actions/index.d.ts +1 -0
  74. package/es/components/table/BasicTable/index.d.ts +1 -0
  75. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
  76. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
  77. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  78. package/es/components/table/Table/SelectField/index.d.ts +1 -0
  79. package/es/components/table/Table/fields/index.d.ts +3 -2
  80. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  81. package/es/components/table/Table/fields/text/Show/index.d.ts +1 -0
  82. package/es/components/table/Table/fields/text/index.d.ts +1 -0
  83. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  84. package/es/components/table/Table/tableConfig/SortRow/index.d.ts +1 -0
  85. package/es/components/table/TableFilter/SortIcon.d.ts +0 -1
  86. package/es/components/table/View/index.d.ts +1 -0
  87. package/es/components/virtual-keyboard/Amount/index.d.ts +6 -0
  88. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  89. package/es/components/virtual-keyboard/Amount/types.d.ts +44 -0
  90. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  91. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +25 -0
  92. package/es/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  93. package/es/components/virtual-keyboard/Number/index.d.ts +6 -0
  94. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  95. package/es/components/virtual-keyboard/Number/types.d.ts +26 -0
  96. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  97. package/es/components/virtual-keyboard/index.d.ts +25 -0
  98. package/es/components/virtualInput/BaseVirtualInput/index.d.ts +40 -0
  99. package/es/utils/index.d.ts +1 -1
  100. package/es/utils/platform.d.ts +1 -1
  101. package/lib/components/Pagination/index.d.ts +1 -1
  102. package/lib/components/auto-resize-text/auto-text-size-standalone.d.ts +20 -0
  103. package/lib/components/auto-resize-text/index.d.ts +6 -0
  104. package/lib/components/cardPro/index.d.ts +4 -0
  105. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
  106. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
  107. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  108. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
  109. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +1 -0
  110. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  111. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +1 -0
  112. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  113. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  114. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
  115. package/lib/components/dataSourceComponents/fields/index.d.ts +12 -11
  116. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  117. package/lib/components/filter/index.d.ts +1 -0
  118. package/lib/components/keyboard/index.d.ts +22 -0
  119. package/lib/components/list/index.d.ts +1 -0
  120. package/lib/components/pisell-config-provider/context.d.ts +22 -0
  121. package/lib/components/pisellAdjustPrice/index.d.ts +5 -0
  122. package/lib/components/pisellAdjustPrice/status.d.ts +32 -0
  123. package/lib/components/pisellAdjustPrice/type.d.ts +22 -0
  124. package/lib/components/pisellCheckboxGroup/index.d.ts +40 -0
  125. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +1 -0
  126. package/lib/components/pisellInput/components/BankCard/index.d.ts +1 -0
  127. package/lib/components/pisellInput/components/Copy/index.d.ts +1 -0
  128. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +1 -0
  129. package/lib/components/pisellInput/index.d.ts +1 -0
  130. package/lib/components/pisellQRScanner/index.d.ts +24 -0
  131. package/lib/components/pisellText/components/Amount/index.d.ts +20 -0
  132. package/lib/components/pisellToast/index.d.ts +17 -0
  133. package/lib/components/pisellToast/squareToast/methods.d.ts +13 -0
  134. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +29 -0
  135. package/lib/components/pisellToast/squareToast/toast.d.ts +25 -0
  136. package/lib/components/pisellTooltip/index.d.ts +1 -0
  137. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +4 -0
  138. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +4 -0
  139. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  140. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +4 -0
  141. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +3 -0
  142. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +11 -0
  143. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  144. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
  145. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +13 -0
  146. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +4 -0
  147. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +46 -0
  148. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +7 -0
  149. package/lib/components/productCard/components/Action/index.d.ts +4 -0
  150. package/lib/components/productCard/components/Header/index.d.ts +4 -0
  151. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  152. package/lib/components/productCard/components/Sales/index.d.ts +4 -0
  153. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +14 -0
  154. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -1
  155. package/lib/components/productCard/locales.d.ts +84 -0
  156. package/lib/components/productCard/utils.js +8 -1
  157. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -0
  158. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/function.js +2 -0
  159. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -0
  160. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -0
  161. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -0
  162. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +1 -0
  163. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +0 -1
  164. package/lib/components/table/Actions/component/ViewMode/index.d.ts +1 -0
  165. package/lib/components/table/Actions/index.d.ts +1 -0
  166. package/lib/components/table/BasicTable/index.d.ts +1 -0
  167. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -0
  168. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -0
  169. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  170. package/lib/components/table/Table/SelectField/index.d.ts +1 -0
  171. package/lib/components/table/Table/fields/index.d.ts +3 -2
  172. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  173. package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -0
  174. package/lib/components/table/Table/fields/text/index.d.ts +1 -0
  175. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  176. package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +1 -0
  177. package/lib/components/table/TableFilter/SortIcon.d.ts +0 -1
  178. package/lib/components/table/View/index.d.ts +1 -0
  179. package/lib/components/virtual-keyboard/Amount/index.d.ts +6 -0
  180. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  181. package/lib/components/virtual-keyboard/Amount/types.d.ts +44 -0
  182. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +15 -0
  183. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +25 -0
  184. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  185. package/lib/components/virtual-keyboard/Number/index.d.ts +6 -0
  186. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  187. package/lib/components/virtual-keyboard/Number/types.d.ts +26 -0
  188. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  189. package/lib/components/virtual-keyboard/index.d.ts +25 -0
  190. package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +40 -0
  191. package/lib/utils/index.d.ts +1 -1
  192. package/lib/utils/platform.d.ts +1 -1
  193. package/package.json +11 -11
  194. package/es/components/appVersionControl/index.d.ts +0 -5
  195. package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
  196. package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +0 -15
  197. package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +0 -8
  198. package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -149
  199. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  200. package/es/components/dataSourceComponents/dataSourceForm/type.d.ts +0 -31
  201. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -56
  202. package/es/components/dataSourceComponents/dataSourceTable/BaseTable.d.ts +0 -8
  203. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -38
  204. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -100
  205. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -84
  206. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -24
  207. package/es/components/dataSourceComponents/fields/Upload/index.d.ts +0 -3
  208. package/es/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
  209. package/es/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +0 -119
  210. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -12
  211. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  212. package/es/components/drag-sort-tree/index.d.ts +0 -5
  213. package/es/components/login-and-register/index.d.ts +0 -82
  214. package/es/components/page/index.d.ts +0 -5
  215. package/es/components/pisellCardList/index.d.ts +0 -103
  216. package/es/components/pisellQrcode/index.d.ts +0 -10
  217. package/es/components/pisellText/index.d.ts +0 -8
  218. package/es/components/pisellWalletPassCard/index.d.ts +0 -136
  219. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
  220. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  221. package/es/components/productCard/components/Time/index.d.ts +0 -4
  222. package/es/components/productCard/index.d.ts +0 -7
  223. package/es/components/productCard/status.d.ts +0 -32
  224. package/es/components/productCard/types.d.ts +0 -84
  225. package/es/components/productCard/utils.d.ts +0 -31
  226. package/es/components/select/index.d.ts +0 -9
  227. package/es/components/sortableList/index.d.ts +0 -11
  228. package/es/components/table/Actions/component/ExportImport/components/ExportTable/function.d.ts +0 -7
  229. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  230. package/es/components/table/Gallery/index.d.ts +0 -5
  231. package/es/components/table/Table/index.d.ts +0 -4
  232. package/es/components/table/Table/utils.d.ts +0 -161
  233. package/es/components/table/hooks/useTableSetting.d.ts +0 -21
  234. package/es/components/table/hooks/useTransColumns.d.ts +0 -14
  235. package/es/components/table/hooks/useTransDataSource.d.ts +0 -11
  236. package/es/components/table/index.d.ts +0 -4
  237. package/es/components/table/serve.d.ts +0 -13
  238. package/es/components/table/types.d.ts +0 -268
  239. package/es/components/tabs/index.d.ts +0 -16
  240. package/es/components/translation/index.d.ts +0 -14
  241. package/es/components/versionModal/index.d.ts +0 -23
  242. package/es/index.d.ts +0 -145
  243. package/lib/components/appVersionControl/index.d.ts +0 -5
  244. package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
  245. package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +0 -15
  246. package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +0 -8
  247. package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -149
  248. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  249. package/lib/components/dataSourceComponents/dataSourceForm/type.d.ts +0 -31
  250. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -56
  251. package/lib/components/dataSourceComponents/dataSourceTable/BaseTable.d.ts +0 -8
  252. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -38
  253. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -100
  254. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -84
  255. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -24
  256. package/lib/components/dataSourceComponents/fields/Upload/index.d.ts +0 -3
  257. package/lib/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
  258. package/lib/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +0 -119
  259. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -12
  260. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  261. package/lib/components/drag-sort-tree/index.d.ts +0 -5
  262. package/lib/components/login-and-register/index.d.ts +0 -82
  263. package/lib/components/page/index.d.ts +0 -5
  264. package/lib/components/pisellCardList/index.d.ts +0 -103
  265. package/lib/components/pisellQrcode/index.d.ts +0 -10
  266. package/lib/components/pisellText/index.d.ts +0 -8
  267. package/lib/components/pisellWalletPassCard/index.d.ts +0 -136
  268. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
  269. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  270. package/lib/components/productCard/components/Time/index.d.ts +0 -4
  271. package/lib/components/productCard/index.d.ts +0 -7
  272. package/lib/components/productCard/status.d.ts +0 -32
  273. package/lib/components/productCard/types.d.ts +0 -84
  274. package/lib/components/productCard/utils.d.ts +0 -31
  275. package/lib/components/select/index.d.ts +0 -9
  276. package/lib/components/sortableList/index.d.ts +0 -11
  277. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/function.d.ts +0 -7
  278. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  279. package/lib/components/table/Gallery/index.d.ts +0 -5
  280. package/lib/components/table/Table/index.d.ts +0 -4
  281. package/lib/components/table/Table/utils.d.ts +0 -161
  282. package/lib/components/table/hooks/useTableSetting.d.ts +0 -21
  283. package/lib/components/table/hooks/useTransColumns.d.ts +0 -14
  284. package/lib/components/table/hooks/useTransDataSource.d.ts +0 -11
  285. package/lib/components/table/index.d.ts +0 -4
  286. package/lib/components/table/serve.d.ts +0 -13
  287. package/lib/components/table/types.d.ts +0 -268
  288. package/lib/components/tabs/index.d.ts +0 -16
  289. package/lib/components/translation/index.d.ts +0 -14
  290. package/lib/components/versionModal/index.d.ts +0 -23
  291. package/lib/index.d.ts +0 -145
@@ -0,0 +1,32 @@
1
+ export declare const numberThemeConfig: {
2
+ dark: {
3
+ backgroundColor: string;
4
+ containerBackgroundColor: string;
5
+ buttonBackgroundColor: string;
6
+ textColor: string;
7
+ resetButtonBackgroundColor: string;
8
+ resetButtonTextColor: string;
9
+ isDoneButtonFollowTheme: boolean;
10
+ doneButtonBackgroundColor: string;
11
+ doneButtonTextColor: string;
12
+ keyboardBackgroundColor: string;
13
+ keyboardButtonBackgroundColor: string;
14
+ keyboardButtonTextColor: string;
15
+ keyboardButtonHoverColor: string;
16
+ };
17
+ light: {
18
+ backgroundColor: string;
19
+ containerBackgroundColor: string;
20
+ buttonBackgroundColor: string;
21
+ textColor: string;
22
+ resetButtonBackgroundColor: string;
23
+ resetButtonTextColor: string;
24
+ isDoneButtonFollowTheme: boolean;
25
+ doneButtonBackgroundColor: string;
26
+ doneButtonTextColor: string;
27
+ keyboardBackgroundColor: string;
28
+ keyboardButtonBackgroundColor: string;
29
+ keyboardButtonTextColor: string;
30
+ keyboardButtonHoverColor: string;
31
+ };
32
+ };
@@ -0,0 +1,26 @@
1
+ export interface NumberProps {
2
+ max?: number;
3
+ min?: number;
4
+ doneText?: string;
5
+ resetText: string;
6
+ defaultValue?: string | number;
7
+ placeholder?: string;
8
+ value?: string | number;
9
+ onChange?: (val: string | number) => void;
10
+ onEnter?: (val: string | number) => void;
11
+ defaultSelect?: boolean;
12
+ selectType?: 'light' | 'dark';
13
+ backgroundColor?: string;
14
+ containerBackgroundColor?: string;
15
+ buttonBackgroundColor?: string;
16
+ textColor?: string;
17
+ resetButtonBackgroundColor?: string;
18
+ resetButtonTextColor?: string;
19
+ isDoneButtonFollowTheme?: boolean;
20
+ doneButtonBackgroundColor?: string;
21
+ doneButtonTextColor?: string;
22
+ keyboardBackgroundColor?: string;
23
+ keyboardButtonBackgroundColor?: string;
24
+ keyboardButtonTextColor?: string;
25
+ keyboardButtonHoverColor?: string;
26
+ }
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { InputProps } from 'antd';
3
+ import './index.less';
4
+ export interface VirtualKeyInputProps extends InputProps {
5
+ previewValue?: string;
6
+ renderInput?: (props: any) => any;
7
+ showDelete?: boolean;
8
+ onValueSelect?: (selected: boolean) => void;
9
+ defaultSelect?: boolean;
10
+ style?: React.CSSProperties;
11
+ }
12
+ declare const VirtualKeyInput: (props: VirtualKeyInputProps) => JSX.Element;
13
+ export default VirtualKeyInput;
@@ -0,0 +1,25 @@
1
+ import React from "react";
2
+ import { KeyboardProps } from "./Keyboard";
3
+ import { VirtualKeyInputProps } from "./VirtualKeyInput";
4
+ import "./index.less";
5
+ interface VirtualKeyboardProps extends React.HTMLAttributes<HTMLDivElement> {
6
+ keyboardProps?: KeyboardProps;
7
+ virtualKeyInputProps?: VirtualKeyInputProps;
8
+ rightPanel?: React.ReactNode;
9
+ style?: React.CSSProperties;
10
+ onChange?: (value?: any) => void;
11
+ value?: string;
12
+ selectType?: 'light' | 'dark';
13
+ backgroundColor?: string;
14
+ containerBackgroundColor?: string;
15
+ buttonBackgroundColor?: string;
16
+ textColor?: string;
17
+ keyboardBackgroundColor?: string;
18
+ keyboardButtonBackgroundColor?: string;
19
+ keyboardButtonTextColor?: string;
20
+ keyboardButtonHoverColor?: string;
21
+ primaryButtonBackgroundColor?: string;
22
+ primaryButtonTextColor?: string;
23
+ }
24
+ declare const VirtualKeyboard: (props: VirtualKeyboardProps) => JSX.Element;
25
+ export default VirtualKeyboard;
@@ -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;
@@ -1,4 +1,4 @@
1
1
  export declare const isBrowser: boolean;
2
- export declare const getCssNumber: (val: string | number) => string;
2
+ export declare const getCssNumber: (val: string | number) => string | number;
3
3
  export declare function uuid(): string;
4
4
  export * from './mergeWith';
@@ -1 +1 @@
1
- export declare const isMobile: () => boolean;
1
+ export declare const isMobile: () => any;
package/package.json CHANGED
@@ -1,12 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "6.4.16",
4
- "scripts": {
5
- "dev": "father dev",
6
- "build": "father build",
7
- "lowcode:dev": "build-scripts start --config ./build.lowcode.js",
8
- "lowcode:build": " build-scripts build --config ./build.lowcode.js"
9
- },
3
+ "version": "6.4.18",
10
4
  "main": "./lib/index.js",
11
5
  "module": "./es/index.js",
12
6
  "types": "./lib/index.d.ts",
@@ -61,9 +55,6 @@
61
55
  "@dnd-kit/modifiers": "^6.0.1",
62
56
  "@dnd-kit/sortable": "^7.0.2",
63
57
  "@dnd-kit/utilities": "^3.2.1",
64
- "@pisell/date-picker": "workspace:*",
65
- "@pisell/icon": "workspace:*",
66
- "@pisell/utils": "workspace:*",
67
58
  "@react-spring/web": "^9.6.1",
68
59
  "@use-gesture/react": "^10.3.1",
69
60
  "@zxing/library": "0.21.2",
@@ -83,7 +74,10 @@
83
74
  "swiper": "^8.4.7",
84
75
  "antd-mobile": "^5.38.1",
85
76
  "vod-js-sdk-v6": "^1.4.11",
86
- "react-camera-pro": "1.4.0"
77
+ "react-camera-pro": "1.4.0",
78
+ "@pisell/date-picker": "3.0.7",
79
+ "@pisell/icon": "0.0.11",
80
+ "@pisell/utils": "3.0.2"
87
81
  },
88
82
  "peerDependencies": {
89
83
  "react": "^18.0.0",
@@ -91,5 +85,11 @@
91
85
  },
92
86
  "componentConfig": {
93
87
  "materialSchema": "https://unpkg.com/@pisell/materials@1.0.1/build/lowcode/assets-prod.json"
88
+ },
89
+ "scripts": {
90
+ "dev": "father dev",
91
+ "build": "father build",
92
+ "lowcode:dev": "build-scripts start --config ./build.lowcode.js",
93
+ "lowcode:build": " build-scripts build --config ./build.lowcode.js"
94
94
  }
95
95
  }
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import { AppVersionControlProps } from './types';
3
- import './index.less';
4
- declare const AppVersionControl: (props: AppVersionControlProps) => JSX.Element;
5
- export default AppVersionControl;
@@ -1,3 +0,0 @@
1
- import './index.less';
2
- declare const _default: any;
3
- export default _default;
@@ -1,15 +0,0 @@
1
- /// <reference types="react" />
2
- import { ModeType } from '../../type';
3
- export interface FormSettingContextType {
4
- onDataSourceFinish?: (values: any, result: any, form: any) => void;
5
- renderMode?: ModeType;
6
- groupInfoPosition?: 'top' | 'side';
7
- children?: React.ReactNode;
8
- currentValue?: 'server' | 'local';
9
- size?: 'small' | 'middle' | 'large';
10
- formatSubmitValues?: (values: Record<string, any>) => Record<string, any>;
11
- formatInitialValues?: (values: Record<string, any>) => Record<string, any>;
12
- customSubmit?: (values: Record<string, any>) => Promise<any>;
13
- }
14
- export declare const FormSettingContext: import("react").Context<FormSettingContextType>;
15
- export default FormSettingContext;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { FormSettingContextType } from './FormSettingContext';
3
- /**
4
- * @title: 表单设置Provider
5
- * @description: 提供表单设置信息
6
- */
7
- declare const FormSettingProvider: React.FC<FormSettingContextType>;
8
- export default FormSettingProvider;
@@ -1,149 +0,0 @@
1
- export interface DataSourceType {
2
- key: string;
3
- displayName: string;
4
- status: string;
5
- type: string;
6
- isDBInstance: boolean;
7
- collections: Collection[];
8
- }
9
- export declare type ActionsItem = {
10
- method: string;
11
- path: string;
12
- params: {
13
- name: string;
14
- value: string;
15
- }[];
16
- headers: {
17
- name: string;
18
- value: string;
19
- }[];
20
- body: Record<string, any>;
21
- };
22
- export interface Collection {
23
- name: string;
24
- title: string;
25
- tableName: string;
26
- timestamps: boolean;
27
- autoGenId: boolean;
28
- filterTargetKey: string;
29
- fields: Field[];
30
- introspected: boolean;
31
- unavailableActions: any[];
32
- actions: {
33
- get: ActionsItem;
34
- update: ActionsItem;
35
- create: ActionsItem;
36
- delete: ActionsItem;
37
- list: ActionsItem;
38
- };
39
- }
40
- interface Field {
41
- name: string;
42
- type: string;
43
- allowNull: boolean;
44
- primaryKey: boolean;
45
- unique: boolean;
46
- autoIncrement: boolean;
47
- description?: (null | string)[];
48
- possibleTypes?: string[];
49
- rawType: string;
50
- interface: string;
51
- uiSchema: UiSchema;
52
- key?: string;
53
- collectionName?: string;
54
- collectionKey?: any;
55
- dataSourceKey?: string;
56
- defaultValue?: any;
57
- }
58
- interface UiSchema {
59
- type?: string;
60
- 'x-component': string;
61
- 'x-component-props'?: Xcomponentprops;
62
- 'x-validator'?: string;
63
- title: string;
64
- default?: any;
65
- enum?: any[];
66
- }
67
- interface Xcomponentprops {
68
- style?: Style;
69
- autoSize?: AutoSize;
70
- stringMode?: boolean;
71
- step?: string;
72
- dateFormat?: string;
73
- showTime?: boolean;
74
- }
75
- interface AutoSize {
76
- minRows: number;
77
- }
78
- interface Style {
79
- width: string;
80
- }
81
- /**
82
- * 获取nocobase自定义数据源
83
- */
84
- export declare const getNocobaseDataSource: () => Promise<DataSourceType[]>;
85
- /**
86
- * 获取nocobase主数据源
87
- */
88
- export declare const getNocobaseMainDataSource: () => Promise<any>;
89
- /**
90
- * 获取nocobase数据源设置
91
- */
92
- export declare const getNocobaseDataSourceOptions: () => Promise<any>;
93
- /**
94
- * 创建nocobase数据
95
- */
96
- export declare const createNocobaseData: (params: {
97
- key: string;
98
- data: any;
99
- headers?: any;
100
- }) => Promise<any>;
101
- /**
102
- * nocobase get数据
103
- */
104
- export declare const getNocobaseData: (params: {
105
- key: string;
106
- query: Record<string, any>;
107
- headers?: any;
108
- }) => Promise<any>;
109
- /**
110
- * 自定义api接口
111
- */
112
- export declare const customApi: (url: string, data: Record<string, any>, options: {
113
- method: 'GET' | 'POST' | 'PUT' | 'DELETE';
114
- baseUrl?: string | undefined;
115
- headers?: {
116
- name: string;
117
- value: any;
118
- }[] | undefined;
119
- params?: {
120
- name: string;
121
- value: any;
122
- }[] | undefined;
123
- body?: Record<string, any> | undefined;
124
- }) => Promise<any>;
125
- /**
126
- * 更新nocobase数据
127
- */
128
- export declare const updateNocobaseData: (params: {
129
- key: string;
130
- data: any;
131
- headers?: any;
132
- query?: Record<string, any> | undefined;
133
- }) => Promise<any>;
134
- /**
135
- * 获取nocobase数据列表
136
- */
137
- export declare const getNocobaseDataList: (allParams: {
138
- key: string;
139
- params: {
140
- page: number;
141
- pageSize: number;
142
- };
143
- headers?: any;
144
- }) => Promise<any>;
145
- /**
146
- * 删除nocobase数据
147
- */
148
- export declare const deleteNocobaseData: (key: string, id: string, headers?: any) => Promise<any>;
149
- export {};
@@ -1,39 +0,0 @@
1
- import React from 'react';
2
- import { ButtonProps } from 'antd';
3
- import './index.less';
4
- export interface SubmitButtonProps extends ButtonProps {
5
- status: 'normal' | 'disabled' | 'hidden';
6
- children: React.ReactNode;
7
- childrenString?: string;
8
- confirmConfig?: {
9
- enable: boolean;
10
- title: string;
11
- content: string;
12
- icon: React.ReactNode;
13
- okText: string;
14
- cancelText: string;
15
- };
16
- toastConfig?: {
17
- enable: boolean;
18
- icon: React.ReactNode;
19
- title: string;
20
- showAfterSubmit?: boolean;
21
- };
22
- refreshData?: boolean;
23
- afterSubmitType?: 'none' | 'close' | 'showModal' | 'showNotification';
24
- afterSubmitModalConfig?: {
25
- title: string;
26
- content: string;
27
- okText: string;
28
- onOk?: () => void;
29
- };
30
- afterSubmitNotificationConfig?: {
31
- title: string;
32
- content: string;
33
- icon: React.ReactNode;
34
- duration: number;
35
- placement: 'top' | 'topLeft' | 'topRight' | 'bottom' | 'bottomLeft' | 'bottomRight';
36
- };
37
- }
38
- declare const SubmitButton: (props: SubmitButtonProps) => JSX.Element | null;
39
- export default SubmitButton;
@@ -1,31 +0,0 @@
1
- import React from 'react';
2
- import { DataSourceType } from "../provider/dataSource/DataSourceContext";
3
- export declare type ModeType = 'edit' | 'add' | 'view' | 'disabled' | 'hidden' | 'tableView';
4
- export interface DataSourceFormProps {
5
- title: string;
6
- description: string;
7
- dataSource: DataSourceType;
8
- extraParams?: Record<string, any>;
9
- showTitle: boolean;
10
- showDescription: boolean;
11
- groupInfoPosition: 'top' | 'side';
12
- variables: any[];
13
- renderMode?: ModeType;
14
- currentValue?: 'server' | 'local';
15
- children: React.ReactNode;
16
- className?: string;
17
- size?: 'small' | 'middle' | 'large';
18
- onDataSourceFinish?: (values: any, result: any) => void;
19
- __designMode?: string;
20
- formatSubmitValues?: (values: Record<string, any>) => Record<string, any>;
21
- formatInitialValues?: (values: Record<string, any>) => Record<string, any>;
22
- customSubmit?: (values: Record<string, any>) => Promise<any>;
23
- leaveConfirmConfig?: {
24
- enable: boolean;
25
- title: string;
26
- content: string;
27
- icon: React.ReactNode;
28
- okText: string;
29
- cancelText: string;
30
- };
31
- }
@@ -1,56 +0,0 @@
1
- import React from 'react';
2
- import { FormInstance } from 'antd';
3
- import { ModeType } from './type';
4
- import './style.less';
5
- export interface WithModeProps {
6
- renderMode?: ModeType;
7
- value?: any;
8
- onChange?: (value: any) => void;
9
- [key: string]: any;
10
- }
11
- /**
12
- * @title: 增加renderMode属性
13
- * @description: 基于renderMode属性控制渲染模式
14
- * @return: *
15
- * @Author: shengjie.zuo
16
- * @Date: 2024-11-23 17:13:18
17
- */
18
- export declare const withMode: <P extends object>(FieldComponent: React.ComponentType<P>, ReadPrettyComponent?: React.ComponentType<P & {
19
- renderMode: ModeType;
20
- }> | undefined, transformProps?: ((props: P, renderMode: ModeType) => P) | undefined) => React.FC<P & WithModeProps>;
21
- export interface WithFormItemProps {
22
- name: string;
23
- label?: string;
24
- mode?: ModeType;
25
- [key: string]: any;
26
- }
27
- export declare const formItemNameReplace: (name: string) => string;
28
- export declare const formItemNameReverse: (name: string) => string;
29
- export declare const isValidDomain: (value: string) => boolean;
30
- /**
31
- * @title: 追加formItem层
32
- * @description:
33
- * @return: *
34
- * @Author: shengjie.zuo
35
- * @Date: 2024-11-23 17:14:25
36
- */
37
- export declare const withFormItem: <P extends object>(WrappedComponent: React.ComponentType<P>, overlayProps?: {
38
- otherFormItemProps?: Record<string, any> | ((props: Record<string, any>, others?: Record<string, any>) => Record<string, any>) | undefined;
39
- innerProps?: Record<string, any> | undefined;
40
- } | undefined) => React.FC<P & WithFormItemProps>;
41
- export declare const withDataSource: <P extends unknown>(WrappedComponent: React.ComponentType<P>) => (props: P & {
42
- dataSource?: any;
43
- }) => JSX.Element;
44
- export declare const withOptions: <P extends unknown>(WrappedComponent: React.ComponentType<P>) => (props: P & {
45
- options?: any;
46
- optionSourceType?: "default" | "custom" | "api" | undefined;
47
- labelField: string;
48
- valueField: string;
49
- extraParams?: Record<string, any> | undefined;
50
- }) => JSX.Element;
51
- export declare const getNestedValue: (obj: Record<string, any>, path: string) => Record<string, any>;
52
- export declare const renderValueWithMap: (value: any, valueMap?: Record<string, string>, renderMode?: ModeType) => JSX.Element | null;
53
- export declare function toArr(str: string | number | (string | number)[]): (string | number)[];
54
- export declare const filterSystemFields: (params: Record<string, any>) => Record<string, any>;
55
- export declare const transformFormObjToArrayWithUntouched: (obj: Record<string, any>) => any[];
56
- export declare const setFormFieldsUntouched: (form: FormInstance) => void;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { DataSourceTableProps } from './type';
3
- export interface TableRef {
4
- refreshCurrentPage: () => void;
5
- refreshData: () => void;
6
- }
7
- declare const _default: React.ForwardRefExoticComponent<DataSourceTableProps & React.RefAttributes<TableRef>>;
8
- export default _default;
@@ -1,38 +0,0 @@
1
- import { Drawer } from 'antd';
2
- import { OperationItem } from '../type';
3
- declare const useDrawerState: (operationContent?: {
4
- [key: string]: import("react").ReactNode;
5
- } | undefined) => {
6
- drawerVisible: boolean;
7
- setDrawerVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
8
- openDrawer: (item: OperationItem) => void;
9
- closeDrawer: () => void;
10
- drawerContent: import("react").ReactNode;
11
- Container: {
12
- (props: import("../../../pisellModal").PisellModalProps): JSX.Element;
13
- confirm: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => {
14
- destroy: () => void;
15
- update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
16
- };
17
- info: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => {
18
- destroy: () => void;
19
- update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
20
- };
21
- error: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => {
22
- destroy: () => void;
23
- update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
24
- };
25
- warn: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => any;
26
- warning: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => {
27
- destroy: () => void;
28
- update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
29
- };
30
- success: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => {
31
- destroy: () => void;
32
- update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
33
- };
34
- Information: (props: import("../../../pisellModal/components/Information").InformationProps) => JSX.Element;
35
- } | typeof Drawer;
36
- containerProps: {};
37
- };
38
- export default useDrawerState;
@@ -1,100 +0,0 @@
1
- import React from 'react';
2
- import { DataSourceTableProps } from '../type';
3
- import { OperationItem } from '../type';
4
- interface UseTablePropsProps {
5
- data: any;
6
- originProps: DataSourceTableProps;
7
- openDrawer: (type: OperationItem) => void;
8
- closeDrawer: () => void;
9
- refreshData: () => void;
10
- handleFilterChange: (changedFields: any, allFields: any) => void;
11
- tableRef: any;
12
- getInitialValues: () => Record<string, any>;
13
- }
14
- /**
15
- * 处理table的props
16
- * 转换title
17
- * @param props
18
- * @returns
19
- */
20
- declare const useTableProps: (props: UseTablePropsProps) => {
21
- currentComponentId: any;
22
- title: number | boolean | JSX.Element | React.ReactFragment | (() => React.ReactNode) | null | undefined;
23
- pagination: {
24
- total: number;
25
- current: number;
26
- pageSize: number;
27
- size: string;
28
- showSizeChanger: boolean;
29
- };
30
- columns: import("./useColumns").Column[];
31
- subTitle: number | boolean | JSX.Element | React.ReactFragment | (() => React.ReactNode) | null | undefined;
32
- buttons: any[] | null;
33
- filter: {
34
- dom: any;
35
- items: any;
36
- } | null;
37
- onRow: (record: any) => any;
38
- actionButtons: any[] | null;
39
- __id?: string | undefined;
40
- currentSettingKey?: string | undefined;
41
- titleButtons?: {
42
- show: boolean;
43
- maxCount: number;
44
- items: OperationItem[];
45
- } | undefined;
46
- tableButtons?: {
47
- show: boolean;
48
- maxCount: number;
49
- items: OperationItem[];
50
- } | undefined;
51
- operation?: {
52
- show: boolean;
53
- title: string;
54
- width: number;
55
- align: "center" | "left" | "right";
56
- fixed: false | "left" | "right";
57
- type: "button" | "link";
58
- items: OperationItem[];
59
- } | undefined;
60
- operationContent?: {
61
- [key: string]: React.ReactNode;
62
- } | undefined;
63
- dataSource: import("../../provider/dataSource/DataSourceContext").DataSourceType;
64
- search?: {
65
- show: boolean;
66
- placeholder: string;
67
- } | undefined;
68
- __designMode: string;
69
- componentId: string;
70
- clickToDetail?: {
71
- show: boolean;
72
- useCustomAction: boolean;
73
- actionType: string;
74
- openMode: "modal" | "drawer";
75
- openContentSize: "large" | "small" | "middle";
76
- openTitle: string;
77
- key: string;
78
- } | undefined;
79
- filterBy?: Record<string, any> | undefined;
80
- sortBy: string;
81
- tabs?: {
82
- show: boolean;
83
- type: string;
84
- items: {
85
- name: string;
86
- filterBy: Record<string, any>;
87
- sortBy: string;
88
- }[];
89
- } | undefined;
90
- onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
91
- extraParams?: {
92
- list?: Record<string, any> | undefined;
93
- get?: Record<string, any> | undefined;
94
- update?: Record<string, any> | undefined;
95
- create?: Record<string, any> | undefined;
96
- destroy?: Record<string, any> | undefined;
97
- } | undefined;
98
- localSettings?: import("../../../table/types").LocalSettingsType | undefined;
99
- };
100
- export default useTableProps;