@pisell/materials 1.0.796 → 1.0.798

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 (713) 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 +3 -3
  6. package/build/lowcode/preview.js +150 -150
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +27 -23
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +28 -24
  11. package/dist/umd/materials.min.css +1 -0
  12. package/dist/umd/materials.min.js +1 -0
  13. package/dist/umd/static/DotsSix.57d66266.svg +1 -0
  14. package/dist/umd/static/arrow-left.e542294f.svg +1 -0
  15. package/dist/umd/static/arrow-right.763f03e0.svg +1 -0
  16. package/dist/umd/static/filter-lines.04a54ae9.svg +1 -0
  17. package/dist/umd/static/help-circle.31c9be40.svg +1 -0
  18. package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +1 -0
  19. package/es/components/DragSortList/index.js +6 -6
  20. package/es/components/TimeResourceSelector/index.d.ts +21 -0
  21. package/es/components/appVersionControl/index.d.ts +4 -0
  22. package/es/components/appVersionControl/types.d.ts +24 -0
  23. package/es/components/appVersionControl/utils.d.ts +13 -0
  24. package/es/components/auto-complete-number/index.d.ts +0 -1
  25. package/es/components/badge/index.d.ts +7 -0
  26. package/es/components/batch-editor/fields/index.d.ts +0 -1
  27. package/es/components/batch-editor/index.d.ts +0 -1
  28. package/es/components/browserSelect/index.d.ts +21 -0
  29. package/es/components/buttonGroupEdit/index.d.ts +8 -0
  30. package/es/components/buttonGroupPreview/index.d.ts +19 -0
  31. package/es/components/calendar/index.d.ts +0 -1
  32. package/es/components/cardMetricItem/index.d.ts +12 -0
  33. package/es/components/cardPro/index.d.ts +3 -0
  34. package/es/components/checkbox/index.d.ts +2 -0
  35. package/es/components/classicLayout/index.d.ts +0 -1
  36. package/es/components/classicLayout/index.js +5 -4
  37. package/es/components/collapse/index.d.ts +15 -0
  38. package/es/components/colorPicker/index.d.ts +3 -0
  39. package/es/components/config-provider/index.d.ts +7 -0
  40. package/es/components/cropPhoto/index.d.ts +3 -0
  41. package/es/components/customSelect/index.d.ts +17 -0
  42. package/es/components/dataSourceComponents/dataSourceForm/group/index.d.ts +20 -0
  43. package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +15 -0
  44. package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +8 -0
  45. package/es/components/dataSourceComponents/dataSourceForm/provider/hooks/useFormSetting.d.ts +5 -0
  46. package/es/components/dataSourceComponents/dataSourceForm/provider/hooks/useJsonPrefixPath.d.ts +5 -0
  47. package/es/components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperContext.d.ts +6 -0
  48. package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +149 -0
  49. package/es/components/dataSourceComponents/dataSourceForm/type.d.ts +31 -0
  50. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  51. package/es/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -0
  52. package/es/components/dataSourceComponents/dataSourceMenu/index.d.ts +8 -0
  53. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -0
  54. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +2 -0
  55. package/es/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +10 -0
  56. package/es/components/dataSourceComponents/dataSourceShow/utils.d.ts +6 -0
  57. package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
  58. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
  59. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +5 -0
  60. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDesignMode.d.ts +2 -0
  61. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +39 -0
  62. package/es/components/dataSourceComponents/dataSourceTable/hooks/usePagination.d.ts +16 -0
  63. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  64. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +32 -0
  65. package/es/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingContext.d.ts +7 -0
  66. package/es/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingProvider.d.ts +8 -0
  67. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +79 -0
  68. package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +7 -0
  69. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
  70. package/es/components/dataSourceComponents/fields/Checkbox/type.d.ts +9 -0
  71. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +4 -0
  72. package/es/components/dataSourceComponents/fields/ColorPicker/type.d.ts +5 -0
  73. package/es/components/dataSourceComponents/fields/DatePicker/ReadPretty.d.ts +5 -0
  74. package/es/components/dataSourceComponents/fields/DatePicker/type.d.ts +6 -0
  75. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +4 -0
  76. package/es/components/dataSourceComponents/fields/DateRangePicker/type.d.ts +4 -0
  77. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +4 -0
  78. package/es/components/dataSourceComponents/fields/IconSelect/type.d.ts +8 -0
  79. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +4 -0
  80. package/es/components/dataSourceComponents/fields/Input/type.d.ts +8 -0
  81. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +4 -0
  82. package/es/components/dataSourceComponents/fields/Input.Email/type.d.ts +5 -0
  83. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +4 -0
  84. package/es/components/dataSourceComponents/fields/Input.Json/type.d.ts +5 -0
  85. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +24 -0
  86. package/es/components/dataSourceComponents/fields/Input.Mobile/type.d.ts +5 -0
  87. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +4 -0
  88. package/es/components/dataSourceComponents/fields/Input.Password/type.d.ts +5 -0
  89. package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +25 -0
  90. package/es/components/dataSourceComponents/fields/Input.Phone/type.d.ts +5 -0
  91. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +4 -0
  92. package/es/components/dataSourceComponents/fields/Input.Subdomain/serve.d.ts +11 -0
  93. package/es/components/dataSourceComponents/fields/Input.Subdomain/type.d.ts +5 -0
  94. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +4 -0
  95. package/es/components/dataSourceComponents/fields/Input.TextArea/type.d.ts +5 -0
  96. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +5 -0
  97. package/es/components/dataSourceComponents/fields/Input.Url/type.d.ts +5 -0
  98. package/es/components/dataSourceComponents/fields/InputNumber/ReadPretty.d.ts +5 -0
  99. package/es/components/dataSourceComponents/fields/InputNumber/type.d.ts +7 -0
  100. package/es/components/dataSourceComponents/fields/InputNumber/utils.d.ts +1 -0
  101. package/es/components/dataSourceComponents/fields/Radio/type.d.ts +8 -0
  102. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  103. package/es/components/dataSourceComponents/fields/Select/type.d.ts +5 -0
  104. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +4 -0
  105. package/es/components/dataSourceComponents/fields/TimePicker/type.d.ts +5 -0
  106. package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
  107. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +4 -0
  108. package/es/components/dataSourceComponents/fields/Translation/type.d.ts +16 -0
  109. package/es/components/dataSourceComponents/fields/Upload/BaseUpload.d.ts +5 -0
  110. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +4 -0
  111. package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
  112. package/es/components/dataSourceComponents/fields/Upload/serve.d.ts +20 -0
  113. package/es/components/dataSourceComponents/fields/Upload/shopUploadServe.d.ts +56 -0
  114. package/es/components/dataSourceComponents/fields/Upload/type.d.ts +37 -0
  115. package/es/components/dataSourceComponents/fields/Upload/types.d.ts +48 -0
  116. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +18 -0
  117. package/es/components/dataSourceComponents/fields/index.d.ts +21 -22
  118. package/es/components/dataSourceComponents/hooks/useComponentId.d.ts +2 -0
  119. package/es/components/dataSourceComponents/hooks/useCtxActions.d.ts +8 -0
  120. package/es/components/dataSourceComponents/hooks/useDataSource.d.ts +5 -0
  121. package/es/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +6 -0
  122. package/es/components/dataSourceComponents/hooks/usePlatform.d.ts +3 -0
  123. package/es/components/dataSourceComponents/hooks/useValueMap.d.ts +8 -0
  124. package/es/components/dataSourceComponents/hooks/useVariables.d.ts +2 -0
  125. package/es/components/dataSourceComponents/provider/actions/ActionsContext.d.ts +11 -0
  126. package/es/components/dataSourceComponents/provider/actions/ActionsProvider.d.ts +12 -0
  127. package/es/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +119 -0
  128. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +12 -0
  129. package/es/components/dataSourceComponents/provider/variables/utils.d.ts +12 -0
  130. package/es/components/dataSourceComponents/utils/index.d.ts +0 -0
  131. package/es/components/date-picker/constants.d.ts +39 -0
  132. package/es/components/date-picker/datePickerCpt.d.ts +8 -0
  133. package/es/components/date-picker/hooks/useMediaQuery.d.ts +2 -0
  134. package/es/components/date-picker/index.d.ts +2 -0
  135. package/es/components/drag-sort-tree/index.d.ts +3 -0
  136. package/es/components/dropdown/index.d.ts +0 -1
  137. package/es/components/filter/components/Dropdown/index.d.ts +9 -0
  138. package/es/components/filter/components/FilterButton/index.d.ts +4 -0
  139. package/es/components/filter/components/FilterButton/types.d.ts +13 -0
  140. package/es/components/filter/components/items/index.d.ts +0 -1
  141. package/es/components/filter/components/items/text/Editor/index.d.ts +0 -1
  142. package/es/components/filter/components/items/text/Preview/index.d.ts +0 -1
  143. package/es/components/filter/components/items/text/index.d.ts +0 -1
  144. package/es/components/filter/index.d.ts +0 -1
  145. package/es/components/form/index.d.ts +2 -0
  146. package/es/components/icon/index.js +5 -5
  147. package/es/components/iconSelect/index.d.ts +10 -0
  148. package/es/components/iconSelect/utils.d.ts +14 -0
  149. package/es/components/iconfont/index.d.ts +8 -0
  150. package/es/components/image/index.d.ts +10 -0
  151. package/es/components/list/index.js +6 -6
  152. package/es/components/login-and-register/index.d.ts +82 -0
  153. package/es/components/lowCodePage/index.d.ts +0 -1
  154. package/es/components/organizationTenantSwitcher/index.d.ts +17 -0
  155. package/es/components/page/index.d.ts +5 -0
  156. package/es/components/page-header/index.d.ts +14 -0
  157. package/es/components/pisell-config-provider/index.d.ts +12 -0
  158. package/es/components/pisellAnchor/index.d.ts +23 -0
  159. package/es/components/pisellAppCard/PisellAppCard.d.ts +5 -0
  160. package/es/components/pisellAppCard/index.d.ts +3 -0
  161. package/es/components/pisellAppCard/types.d.ts +34 -0
  162. package/es/components/pisellAvatar/index.d.ts +19 -0
  163. package/es/components/pisellCard/index.d.ts +19 -0
  164. package/es/components/pisellCheckboxGroup/index.d.ts +36 -0
  165. package/es/components/pisellCustomCheckboxGroup/index.d.ts +16 -0
  166. package/es/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  167. package/es/components/pisellDatePicker/index.d.ts +0 -1
  168. package/es/components/pisellDraggable/components/Action/Action.d.ts +10 -0
  169. package/es/components/pisellDraggable/components/Action/index.d.ts +2 -0
  170. package/es/components/pisellDraggable/components/Handle/Handle.d.ts +3 -0
  171. package/es/components/pisellDraggable/components/Handle/index.d.ts +1 -0
  172. package/es/components/pisellDraggable/components/Remove/Remove.d.ts +3 -0
  173. package/es/components/pisellDraggable/components/Remove/index.d.ts +1 -0
  174. package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +9 -0
  175. package/es/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +23 -0
  176. package/es/components/pisellDraggable/components/TreeItem/index.d.ts +2 -0
  177. package/es/components/pisellDraggable/components/index.d.ts +4 -0
  178. package/es/components/pisellDraggable/index.d.ts +32 -0
  179. package/es/components/pisellDraggable/types.d.ts +19 -0
  180. package/es/components/pisellDraggable/utilities.d.ts +17 -0
  181. package/es/components/pisellDropSort/PisellDropSort.d.ts +5 -0
  182. package/es/components/pisellDropSort/components/SortableItem/index.d.ts +25 -0
  183. package/es/components/pisellDropSort/index.d.ts +3 -0
  184. package/es/components/pisellDropSort/types.d.ts +52 -0
  185. package/es/components/pisellDropdown/index.d.ts +20 -0
  186. package/es/components/pisellEmpty/index.d.ts +19 -0
  187. package/es/components/pisellGoodPassCard/index.less +3 -2
  188. package/es/components/pisellHeaderProgressBar/index.d.ts +29 -0
  189. package/es/components/pisellImageCarousels/index.d.ts +18 -0
  190. package/es/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +4 -0
  191. package/es/components/pisellInformationEntry/index.d.ts +33 -0
  192. package/es/components/pisellInput/components/BankCard/index.d.ts +0 -1
  193. package/es/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  194. package/es/components/pisellLayout/content.d.ts +10 -0
  195. package/es/components/pisellLayout/footer.d.ts +8 -0
  196. package/es/components/pisellLayout/header.d.ts +10 -0
  197. package/es/components/pisellLayout/index.d.ts +14 -0
  198. package/es/components/pisellLayout/sider.d.ts +8 -0
  199. package/es/components/pisellList01/index.d.ts +17 -0
  200. package/es/components/pisellLoading/index.d.ts +0 -1
  201. package/es/components/pisellMenu/PisellMenu.d.ts +9 -0
  202. package/es/components/pisellMenu/index.d.ts +3 -0
  203. package/es/components/pisellMenu/types.d.ts +26 -0
  204. package/es/components/pisellModal/components/Information/index.d.ts +21 -0
  205. package/es/components/pisellModal/components/IpadModal/index.d.ts +0 -1
  206. package/es/components/pisellModal/components/MobileModal/index.d.ts +8 -0
  207. package/es/components/pisellModal/components/index.d.ts +0 -1
  208. package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
  209. package/es/components/pisellNavigationMenu/index.d.ts +3 -0
  210. package/es/components/pisellNavigationMenu/types.d.ts +64 -0
  211. package/es/components/pisellNavigationMenu/utils.d.ts +15 -0
  212. package/es/components/pisellQRScanner/index.d.ts +37 -0
  213. package/es/components/pisellQrcode/index.d.ts +10 -0
  214. package/es/components/pisellSectionHeaders/index.d.ts +21 -0
  215. package/es/components/pisellStatisticList/index.d.ts +21 -0
  216. package/es/components/pisellTags/index.d.ts +13 -0
  217. package/es/components/pisellTags/utils.d.ts +1 -0
  218. package/es/components/pisellText/components/Amount/index.d.ts +20 -0
  219. package/es/components/pisellTooltip/index.d.ts +0 -1
  220. package/es/components/pisellUpload/index.d.ts +10 -0
  221. package/es/components/pisellViewGrid/index.d.ts +16 -0
  222. package/es/components/pisellWalletPassCard/index.d.ts +0 -1
  223. package/es/components/productCard/components/Action/index.d.ts +3 -0
  224. package/es/components/productCard/components/AmountFooter/index.d.ts +3 -0
  225. package/es/components/productCard/components/Divider/index.d.ts +3 -0
  226. package/es/components/productCard/components/Header/ActionButton/index.d.ts +3 -0
  227. package/es/components/productCard/components/Header/{DeleteButton → ActionButton}/index.js +4 -3
  228. package/es/components/productCard/components/Header/{DeleteButton → ActionButton}/index.less +2 -1
  229. package/es/components/productCard/components/Header/Actions/index.d.ts +3 -0
  230. package/es/components/productCard/components/Header/Actions/index.js +12 -0
  231. package/es/components/productCard/components/Header/Actions/index.less +15 -0
  232. package/es/components/productCard/components/Header/index.d.ts +3 -0
  233. package/es/components/productCard/components/Header/index.js +44 -5
  234. package/es/components/productCard/components/Header/index.less +2 -2
  235. package/es/components/productCard/components/MultiDay/index.d.ts +3 -0
  236. package/es/components/productCard/components/MultiDay/utils.d.ts +14 -0
  237. package/es/components/productCard/components/Note/index.d.ts +3 -0
  238. package/es/components/productCard/components/Packages/components/collapsibleList/index.d.ts +10 -0
  239. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  240. package/es/components/productCard/components/Packages/components/options/index.d.ts +3 -0
  241. package/es/components/productCard/components/Packages/index.d.ts +3 -0
  242. package/es/components/productCard/components/Packages/utils.d.ts +20 -0
  243. package/es/components/productCard/components/Sales/index.d.ts +3 -0
  244. package/es/components/productCard/components/Time/components/Like/index.d.ts +9 -0
  245. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  246. package/es/components/productCard/components/Time/components/SelectHolder/index.js +1 -0
  247. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
  248. package/es/components/productCard/components/Time/index.d.ts +3 -0
  249. package/es/components/productCard/index.js +9 -2
  250. package/es/components/productCard/locales.d.ts +60 -0
  251. package/es/components/productCard/locales.js +3 -0
  252. package/es/components/productCard/status.d.ts +32 -0
  253. package/es/components/productCard/status.js +1 -0
  254. package/es/components/productCard/types.d.ts +83 -0
  255. package/es/components/productCard/utils.d.ts +31 -0
  256. package/es/components/profileMenu/index.d.ts +26 -0
  257. package/es/components/qrcode/index.d.ts +0 -1
  258. package/es/components/qrcode/index.js +1 -1
  259. package/es/components/radio/index.d.ts +2 -0
  260. package/es/components/record-view/index.d.ts +37 -0
  261. package/es/components/section-footers/index.d.ts +9 -0
  262. package/es/components/segmented/index.d.ts +0 -1
  263. package/es/components/select/index.d.ts +9 -0
  264. package/es/components/select-time/RightPanel/index.d.ts +0 -1
  265. package/es/components/skeleton/index.d.ts +0 -1
  266. package/es/components/slider/index.d.ts +0 -1
  267. package/es/components/sort/components/InlineMenu/index.d.ts +0 -1
  268. package/es/components/sort/components/InlineMenu/index.js +1 -1
  269. package/es/components/sort/index.d.ts +5 -0
  270. package/es/components/table/Actions/component/ButtonIcon/index.js +5 -5
  271. package/es/components/table/Actions/component/ExportImport/index.d.ts +7 -0
  272. package/es/components/table/Actions/component/ExportImport/utils/index.d.ts +9 -0
  273. package/es/components/table/Actions/component/ViewMode/index.js +1 -1
  274. package/es/components/table/Actions/index.d.ts +17 -0
  275. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  276. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.js +5 -4
  277. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  278. package/es/components/table/Gallery/index.d.ts +5 -0
  279. package/es/components/table/Header/Buttons/index.js +5 -5
  280. package/es/components/table/Header/index.d.ts +11 -0
  281. package/es/components/table/Summary/index.d.ts +0 -1
  282. package/es/components/table/Table/AddFieldModal/index.js +6 -6
  283. package/es/components/table/Table/SelectField/index.js +4 -4
  284. package/es/components/table/Table/fields/date/Config/index.d.ts +0 -1
  285. package/es/components/table/Table/fields/date/Edit/index.js +1 -1
  286. package/es/components/table/Table/fields/date/Show/index.d.ts +0 -1
  287. package/es/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  288. package/es/components/table/Table/fields/image/Config/index.d.ts +0 -1
  289. package/es/components/table/Table/fields/image/Show/index.d.ts +0 -1
  290. package/es/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  291. package/es/components/table/Table/fields/image/index.d.ts +0 -1
  292. package/es/components/table/Table/fields/link/Config/index.d.ts +0 -1
  293. package/es/components/table/Table/fields/link/Edit/index.js +5 -5
  294. package/es/components/table/Table/fields/link/Show/index.d.ts +0 -1
  295. package/es/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  296. package/es/components/table/Table/fields/link/index.d.ts +0 -1
  297. package/es/components/table/Table/fields/number/Config/index.d.ts +0 -1
  298. package/es/components/table/Table/fields/number/Show/index.d.ts +0 -1
  299. package/es/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  300. package/es/components/table/Table/fields/number/index.d.ts +0 -1
  301. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  302. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
  303. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  304. package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
  305. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  306. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
  307. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  308. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  309. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
  310. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  311. package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  312. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  313. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
  314. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  315. package/es/components/table/Table/fields/rangePicker/filterUtil/index.js +1 -1
  316. package/es/components/table/Table/fields/search/Config/index.d.ts +0 -1
  317. package/es/components/table/Table/fields/search/Show/index.d.ts +0 -1
  318. package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  319. package/es/components/table/Table/fields/search/filterUtil/index.js +1 -0
  320. package/es/components/table/Table/fields/search/index.d.ts +0 -1
  321. package/es/components/table/Table/fields/select/Config/index.d.ts +0 -1
  322. package/es/components/table/Table/fields/select/Show/index.d.ts +0 -1
  323. package/es/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  324. package/es/components/table/Table/fields/text/Config/index.d.ts +0 -1
  325. package/es/components/table/Table/fields/text/Show/index.d.ts +0 -1
  326. package/es/components/table/Table/fields/text/Show/index.js +4 -4
  327. package/es/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  328. package/es/components/table/Table/fields/text/filterUtil/index.js +1 -0
  329. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  330. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
  331. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  332. package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  333. package/es/components/table/Table/index.d.ts +4 -0
  334. package/es/components/table/Table/tableConfig/SortRow/index.js +2 -2
  335. package/es/components/table/Table/tableConfig/body/CellContent/index.js +3 -3
  336. package/es/components/table/Table/tableConfig/body/CellProvider/index.js +8 -8
  337. package/es/components/table/Table/tableConfig/summary/index.d.ts +0 -1
  338. package/es/components/table/Table/utils.d.ts +173 -0
  339. package/es/components/table/TableFilter/SortIcon.d.ts +0 -1
  340. package/es/components/table/Tabs/index.d.ts +14 -0
  341. package/es/components/table/hooks/useMergeColumnSetting.js +2 -1
  342. package/es/components/table/hooks/useTableSetting.d.ts +22 -0
  343. package/es/components/table/hooks/useTransDataSource.d.ts +12 -0
  344. package/es/components/table/hooks/useTransDataSourceGroupSetting.js +5 -5
  345. package/es/components/table/hooks/useTransFilterSetting.js +5 -5
  346. package/es/components/table/hooks/useTriggerValuesChange.d.ts +16 -0
  347. package/es/components/table/index.d.ts +4 -0
  348. package/es/components/table/model.d.ts +30 -0
  349. package/es/components/table/types.d.ts +253 -0
  350. package/es/components/table/utils.d.ts +14 -0
  351. package/es/components/tabs/index.d.ts +16 -0
  352. package/es/components/time-picker/index.d.ts +0 -1
  353. package/es/components/translation/index.js +10 -10
  354. package/es/components/translation/utils.js +5 -5
  355. package/es/components/typography/index.d.ts +2 -0
  356. package/es/components/upload/index.d.ts +0 -1
  357. package/es/components/versionModal/index.d.ts +24 -0
  358. package/es/components/versionSelect/index.d.ts +17 -0
  359. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -1
  360. package/es/components/virtual-keyboard/Number/index.d.ts +0 -1
  361. package/es/components/virtual-keyboard/Time/utils.d.ts +0 -1
  362. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -1
  363. package/es/components/walletCard/Guest/index.d.ts +3 -0
  364. package/es/components/walletCard/index.d.ts +65 -0
  365. package/es/hooks/useEngineContext.d.ts +9 -0
  366. package/es/hooks/useResponsive.js +2 -2
  367. package/es/hooks/useSetRequest.d.ts +2 -0
  368. package/es/hooks/useTranslationOriginal.d.ts +2 -0
  369. package/es/locales/en-US.d.ts +276 -0
  370. package/es/locales/index.d.ts +1 -0
  371. package/es/locales/zh-CN.d.ts +271 -0
  372. package/es/locales/zh-TW.d.ts +271 -0
  373. package/es/utils/hoc.js +1 -1
  374. package/es/utils/index.d.ts +4 -0
  375. package/es/utils/mergeWith.d.ts +1 -0
  376. package/es/utils/miniRedux.js +9 -8
  377. package/es/utils/platform.d.ts +1 -1
  378. package/lib/components/TimeResourceSelector/index.d.ts +21 -0
  379. package/lib/components/appVersionControl/index.d.ts +4 -0
  380. package/lib/components/appVersionControl/types.d.ts +24 -0
  381. package/lib/components/appVersionControl/utils.d.ts +13 -0
  382. package/lib/components/auto-complete-number/index.d.ts +0 -1
  383. package/lib/components/badge/index.d.ts +7 -0
  384. package/lib/components/batch-editor/fields/index.d.ts +0 -1
  385. package/lib/components/batch-editor/index.d.ts +0 -1
  386. package/lib/components/browserSelect/index.d.ts +21 -0
  387. package/lib/components/buttonGroupEdit/index.d.ts +8 -0
  388. package/lib/components/buttonGroupPreview/index.d.ts +19 -0
  389. package/lib/components/calendar/index.d.ts +0 -1
  390. package/lib/components/cardMetricItem/index.d.ts +12 -0
  391. package/lib/components/cardPro/index.d.ts +3 -0
  392. package/lib/components/checkbox/index.d.ts +2 -0
  393. package/lib/components/classicLayout/index.d.ts +0 -1
  394. package/lib/components/collapse/index.d.ts +15 -0
  395. package/lib/components/colorPicker/index.d.ts +3 -0
  396. package/lib/components/config-provider/index.d.ts +7 -0
  397. package/lib/components/cropPhoto/index.d.ts +3 -0
  398. package/lib/components/customSelect/index.d.ts +17 -0
  399. package/lib/components/dataSourceComponents/dataSourceForm/group/index.d.ts +20 -0
  400. package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +15 -0
  401. package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +8 -0
  402. package/lib/components/dataSourceComponents/dataSourceForm/provider/hooks/useFormSetting.d.ts +5 -0
  403. package/lib/components/dataSourceComponents/dataSourceForm/provider/hooks/useJsonPrefixPath.d.ts +5 -0
  404. package/lib/components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperContext.d.ts +6 -0
  405. package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +149 -0
  406. package/lib/components/dataSourceComponents/dataSourceForm/type.d.ts +31 -0
  407. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  408. package/lib/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -0
  409. package/lib/components/dataSourceComponents/dataSourceMenu/index.d.ts +8 -0
  410. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -0
  411. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +2 -0
  412. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +10 -0
  413. package/lib/components/dataSourceComponents/dataSourceShow/utils.d.ts +6 -0
  414. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
  415. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
  416. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +5 -0
  417. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDesignMode.d.ts +2 -0
  418. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +39 -0
  419. package/lib/components/dataSourceComponents/dataSourceTable/hooks/usePagination.d.ts +16 -0
  420. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  421. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +32 -0
  422. package/lib/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingContext.d.ts +7 -0
  423. package/lib/components/dataSourceComponents/dataSourceTable/provider/tableSetting/TableSettingProvider.d.ts +8 -0
  424. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +79 -0
  425. package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +7 -0
  426. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
  427. package/lib/components/dataSourceComponents/fields/Checkbox/type.d.ts +9 -0
  428. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +4 -0
  429. package/lib/components/dataSourceComponents/fields/ColorPicker/type.d.ts +5 -0
  430. package/lib/components/dataSourceComponents/fields/DatePicker/ReadPretty.d.ts +5 -0
  431. package/lib/components/dataSourceComponents/fields/DatePicker/type.d.ts +6 -0
  432. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +4 -0
  433. package/lib/components/dataSourceComponents/fields/DateRangePicker/type.d.ts +4 -0
  434. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +4 -0
  435. package/lib/components/dataSourceComponents/fields/IconSelect/type.d.ts +8 -0
  436. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +4 -0
  437. package/lib/components/dataSourceComponents/fields/Input/type.d.ts +8 -0
  438. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +4 -0
  439. package/lib/components/dataSourceComponents/fields/Input.Email/type.d.ts +5 -0
  440. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +4 -0
  441. package/lib/components/dataSourceComponents/fields/Input.Json/type.d.ts +5 -0
  442. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +24 -0
  443. package/lib/components/dataSourceComponents/fields/Input.Mobile/type.d.ts +5 -0
  444. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +4 -0
  445. package/lib/components/dataSourceComponents/fields/Input.Password/type.d.ts +5 -0
  446. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +25 -0
  447. package/lib/components/dataSourceComponents/fields/Input.Phone/type.d.ts +5 -0
  448. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +4 -0
  449. package/lib/components/dataSourceComponents/fields/Input.Subdomain/serve.d.ts +11 -0
  450. package/lib/components/dataSourceComponents/fields/Input.Subdomain/type.d.ts +5 -0
  451. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +4 -0
  452. package/lib/components/dataSourceComponents/fields/Input.TextArea/type.d.ts +5 -0
  453. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +5 -0
  454. package/lib/components/dataSourceComponents/fields/Input.Url/type.d.ts +5 -0
  455. package/lib/components/dataSourceComponents/fields/InputNumber/ReadPretty.d.ts +5 -0
  456. package/lib/components/dataSourceComponents/fields/InputNumber/type.d.ts +7 -0
  457. package/lib/components/dataSourceComponents/fields/InputNumber/utils.d.ts +1 -0
  458. package/lib/components/dataSourceComponents/fields/Radio/type.d.ts +8 -0
  459. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  460. package/lib/components/dataSourceComponents/fields/Select/type.d.ts +5 -0
  461. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +4 -0
  462. package/lib/components/dataSourceComponents/fields/TimePicker/type.d.ts +5 -0
  463. package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
  464. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +4 -0
  465. package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +16 -0
  466. package/lib/components/dataSourceComponents/fields/Upload/BaseUpload.d.ts +5 -0
  467. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +4 -0
  468. package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +9 -0
  469. package/lib/components/dataSourceComponents/fields/Upload/serve.d.ts +20 -0
  470. package/lib/components/dataSourceComponents/fields/Upload/shopUploadServe.d.ts +56 -0
  471. package/lib/components/dataSourceComponents/fields/Upload/type.d.ts +37 -0
  472. package/lib/components/dataSourceComponents/fields/Upload/types.d.ts +48 -0
  473. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +18 -0
  474. package/lib/components/dataSourceComponents/fields/index.d.ts +21 -22
  475. package/lib/components/dataSourceComponents/hooks/useComponentId.d.ts +2 -0
  476. package/lib/components/dataSourceComponents/hooks/useCtxActions.d.ts +8 -0
  477. package/lib/components/dataSourceComponents/hooks/useDataSource.d.ts +5 -0
  478. package/lib/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +6 -0
  479. package/lib/components/dataSourceComponents/hooks/usePlatform.d.ts +3 -0
  480. package/lib/components/dataSourceComponents/hooks/useValueMap.d.ts +8 -0
  481. package/lib/components/dataSourceComponents/hooks/useVariables.d.ts +2 -0
  482. package/lib/components/dataSourceComponents/provider/actions/ActionsContext.d.ts +11 -0
  483. package/lib/components/dataSourceComponents/provider/actions/ActionsProvider.d.ts +12 -0
  484. package/lib/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +119 -0
  485. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +12 -0
  486. package/lib/components/dataSourceComponents/provider/variables/utils.d.ts +12 -0
  487. package/lib/components/dataSourceComponents/utils/index.d.ts +0 -0
  488. package/lib/components/date-picker/constants.d.ts +39 -0
  489. package/lib/components/date-picker/datePickerCpt.d.ts +8 -0
  490. package/lib/components/date-picker/hooks/useMediaQuery.d.ts +2 -0
  491. package/lib/components/date-picker/index.d.ts +2 -0
  492. package/lib/components/drag-sort-tree/index.d.ts +3 -0
  493. package/lib/components/dropdown/index.d.ts +0 -1
  494. package/lib/components/filter/components/Dropdown/index.d.ts +9 -0
  495. package/lib/components/filter/components/FilterButton/index.d.ts +4 -0
  496. package/lib/components/filter/components/FilterButton/types.d.ts +13 -0
  497. package/lib/components/filter/components/items/index.d.ts +0 -1
  498. package/lib/components/filter/components/items/text/Editor/index.d.ts +0 -1
  499. package/lib/components/filter/components/items/text/Preview/index.d.ts +0 -1
  500. package/lib/components/filter/components/items/text/index.d.ts +0 -1
  501. package/lib/components/filter/index.d.ts +0 -1
  502. package/lib/components/form/index.d.ts +2 -0
  503. package/lib/components/iconSelect/index.d.ts +10 -0
  504. package/lib/components/iconSelect/utils.d.ts +14 -0
  505. package/lib/components/iconfont/index.d.ts +8 -0
  506. package/lib/components/image/index.d.ts +10 -0
  507. package/lib/components/login-and-register/index.d.ts +82 -0
  508. package/lib/components/lowCodePage/index.d.ts +0 -1
  509. package/lib/components/lowCodePage/index.js +2 -1
  510. package/lib/components/organizationTenantSwitcher/index.d.ts +17 -0
  511. package/lib/components/page/index.d.ts +5 -0
  512. package/lib/components/page-header/index.d.ts +14 -0
  513. package/lib/components/pisell-config-provider/index.d.ts +12 -0
  514. package/lib/components/pisellAnchor/index.d.ts +23 -0
  515. package/lib/components/pisellAppCard/PisellAppCard.d.ts +5 -0
  516. package/lib/components/pisellAppCard/index.d.ts +3 -0
  517. package/lib/components/pisellAppCard/types.d.ts +34 -0
  518. package/lib/components/pisellAvatar/index.d.ts +19 -0
  519. package/lib/components/pisellCard/index.d.ts +19 -0
  520. package/lib/components/pisellCheckboxGroup/index.d.ts +36 -0
  521. package/lib/components/pisellCustomCheckboxGroup/index.d.ts +16 -0
  522. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  523. package/lib/components/pisellDatePicker/index.d.ts +0 -1
  524. package/lib/components/pisellDraggable/components/Action/Action.d.ts +10 -0
  525. package/lib/components/pisellDraggable/components/Action/index.d.ts +2 -0
  526. package/lib/components/pisellDraggable/components/Handle/Handle.d.ts +3 -0
  527. package/lib/components/pisellDraggable/components/Handle/index.d.ts +1 -0
  528. package/lib/components/pisellDraggable/components/Remove/Remove.d.ts +3 -0
  529. package/lib/components/pisellDraggable/components/Remove/index.d.ts +1 -0
  530. package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +9 -0
  531. package/lib/components/pisellDraggable/components/TreeItem/TreeItem.d.ts +23 -0
  532. package/lib/components/pisellDraggable/components/TreeItem/index.d.ts +2 -0
  533. package/lib/components/pisellDraggable/components/index.d.ts +4 -0
  534. package/lib/components/pisellDraggable/index.d.ts +32 -0
  535. package/lib/components/pisellDraggable/types.d.ts +19 -0
  536. package/lib/components/pisellDraggable/utilities.d.ts +17 -0
  537. package/lib/components/pisellDropSort/PisellDropSort.d.ts +5 -0
  538. package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +25 -0
  539. package/lib/components/pisellDropSort/index.d.ts +3 -0
  540. package/lib/components/pisellDropSort/types.d.ts +52 -0
  541. package/lib/components/pisellDropdown/index.d.ts +20 -0
  542. package/lib/components/pisellEmpty/index.d.ts +19 -0
  543. package/lib/components/pisellGoodPassCard/index.less +3 -2
  544. package/lib/components/pisellHeaderProgressBar/index.d.ts +29 -0
  545. package/lib/components/pisellImageCarousels/index.d.ts +18 -0
  546. package/lib/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +4 -0
  547. package/lib/components/pisellInformationEntry/index.d.ts +33 -0
  548. package/lib/components/pisellInput/components/BankCard/index.d.ts +0 -1
  549. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  550. package/lib/components/pisellLayout/content.d.ts +10 -0
  551. package/lib/components/pisellLayout/footer.d.ts +8 -0
  552. package/lib/components/pisellLayout/header.d.ts +10 -0
  553. package/lib/components/pisellLayout/index.d.ts +14 -0
  554. package/lib/components/pisellLayout/sider.d.ts +8 -0
  555. package/lib/components/pisellList01/index.d.ts +17 -0
  556. package/lib/components/pisellLoading/index.d.ts +0 -1
  557. package/lib/components/pisellMenu/PisellMenu.d.ts +9 -0
  558. package/lib/components/pisellMenu/index.d.ts +3 -0
  559. package/lib/components/pisellMenu/types.d.ts +26 -0
  560. package/lib/components/pisellModal/components/Information/index.d.ts +21 -0
  561. package/lib/components/pisellModal/components/IpadModal/index.d.ts +0 -1
  562. package/lib/components/pisellModal/components/MobileModal/index.d.ts +8 -0
  563. package/lib/components/pisellModal/components/index.d.ts +0 -1
  564. package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +5 -0
  565. package/lib/components/pisellNavigationMenu/index.d.ts +3 -0
  566. package/lib/components/pisellNavigationMenu/types.d.ts +64 -0
  567. package/lib/components/pisellNavigationMenu/utils.d.ts +15 -0
  568. package/lib/components/pisellQRScanner/index.d.ts +37 -0
  569. package/lib/components/pisellQrcode/index.d.ts +10 -0
  570. package/lib/components/pisellSectionHeaders/index.d.ts +21 -0
  571. package/lib/components/pisellStatisticList/index.d.ts +21 -0
  572. package/lib/components/pisellTags/index.d.ts +13 -0
  573. package/lib/components/pisellTags/utils.d.ts +1 -0
  574. package/lib/components/pisellText/components/Amount/index.d.ts +20 -0
  575. package/lib/components/pisellTooltip/index.d.ts +0 -1
  576. package/lib/components/pisellUpload/index.d.ts +10 -0
  577. package/lib/components/pisellViewGrid/index.d.ts +16 -0
  578. package/lib/components/pisellWalletPassCard/index.d.ts +0 -1
  579. package/lib/components/productCard/components/Action/index.d.ts +3 -0
  580. package/lib/components/productCard/components/AmountFooter/index.d.ts +3 -0
  581. package/lib/components/productCard/components/Divider/index.d.ts +3 -0
  582. package/lib/components/productCard/components/Header/ActionButton/index.d.ts +3 -0
  583. package/lib/components/productCard/components/Header/{DeleteButton → ActionButton}/index.js +15 -9
  584. package/lib/components/productCard/components/Header/{DeleteButton → ActionButton}/index.less +2 -1
  585. package/lib/components/productCard/components/Header/Actions/index.d.ts +3 -0
  586. package/lib/components/productCard/components/Header/Actions/index.js +41 -0
  587. package/lib/components/productCard/components/Header/Actions/index.less +15 -0
  588. package/lib/components/productCard/components/Header/index.d.ts +3 -0
  589. package/lib/components/productCard/components/Header/index.js +51 -4
  590. package/lib/components/productCard/components/Header/index.less +2 -2
  591. package/lib/components/productCard/components/MultiDay/index.d.ts +3 -0
  592. package/lib/components/productCard/components/MultiDay/utils.d.ts +14 -0
  593. package/lib/components/productCard/components/Note/index.d.ts +3 -0
  594. package/lib/components/productCard/components/Packages/components/collapsibleList/index.d.ts +10 -0
  595. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  596. package/lib/components/productCard/components/Packages/components/options/index.d.ts +3 -0
  597. package/lib/components/productCard/components/Packages/index.d.ts +3 -0
  598. package/lib/components/productCard/components/Packages/utils.d.ts +20 -0
  599. package/lib/components/productCard/components/Sales/index.d.ts +3 -0
  600. package/lib/components/productCard/components/Time/components/Like/index.d.ts +9 -0
  601. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  602. package/lib/components/productCard/components/Time/components/SelectHolder/index.js +1 -0
  603. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
  604. package/lib/components/productCard/components/Time/index.d.ts +3 -0
  605. package/lib/components/productCard/index.js +6 -2
  606. package/lib/components/productCard/locales.d.ts +60 -0
  607. package/lib/components/productCard/locales.js +3 -0
  608. package/lib/components/productCard/status.d.ts +32 -0
  609. package/lib/components/productCard/status.js +1 -0
  610. package/lib/components/productCard/types.d.ts +83 -0
  611. package/lib/components/productCard/utils.d.ts +31 -0
  612. package/lib/components/profileMenu/index.d.ts +26 -0
  613. package/lib/components/qrcode/index.d.ts +0 -1
  614. package/lib/components/radio/index.d.ts +2 -0
  615. package/lib/components/record-view/index.d.ts +37 -0
  616. package/lib/components/section-footers/index.d.ts +9 -0
  617. package/lib/components/segmented/index.d.ts +0 -1
  618. package/lib/components/select/index.d.ts +9 -0
  619. package/lib/components/select-time/RightPanel/index.d.ts +0 -1
  620. package/lib/components/skeleton/index.d.ts +0 -1
  621. package/lib/components/slider/index.d.ts +0 -1
  622. package/lib/components/sort/components/InlineMenu/index.d.ts +0 -1
  623. package/lib/components/sort/index.d.ts +5 -0
  624. package/lib/components/table/Actions/component/ExportImport/index.d.ts +7 -0
  625. package/lib/components/table/Actions/component/ExportImport/utils/index.d.ts +9 -0
  626. package/lib/components/table/Actions/index.d.ts +17 -0
  627. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  628. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  629. package/lib/components/table/Gallery/index.d.ts +5 -0
  630. package/lib/components/table/Header/index.d.ts +11 -0
  631. package/lib/components/table/Summary/index.d.ts +0 -1
  632. package/lib/components/table/Table/fields/date/Config/index.d.ts +0 -1
  633. package/lib/components/table/Table/fields/date/Show/index.d.ts +0 -1
  634. package/lib/components/table/Table/fields/date/Sort/index.d.ts +0 -1
  635. package/lib/components/table/Table/fields/date/filterUtil/index.js +6 -3
  636. package/lib/components/table/Table/fields/image/Config/index.d.ts +0 -1
  637. package/lib/components/table/Table/fields/image/Show/index.d.ts +0 -1
  638. package/lib/components/table/Table/fields/image/Sort/index.d.ts +0 -1
  639. package/lib/components/table/Table/fields/image/index.d.ts +0 -1
  640. package/lib/components/table/Table/fields/link/Config/index.d.ts +0 -1
  641. package/lib/components/table/Table/fields/link/Show/index.d.ts +0 -1
  642. package/lib/components/table/Table/fields/link/Sort/index.d.ts +0 -1
  643. package/lib/components/table/Table/fields/link/index.d.ts +0 -1
  644. package/lib/components/table/Table/fields/number/Config/index.d.ts +0 -1
  645. package/lib/components/table/Table/fields/number/Show/index.d.ts +0 -1
  646. package/lib/components/table/Table/fields/number/Sort/index.d.ts +0 -1
  647. package/lib/components/table/Table/fields/number/index.d.ts +0 -1
  648. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
  649. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +0 -1
  650. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
  651. package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
  652. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
  653. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
  654. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
  655. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
  656. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +0 -1
  657. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
  658. package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  659. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
  660. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
  661. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
  662. package/lib/components/table/Table/fields/rangePicker/filterUtil/index.js +8 -4
  663. package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -1
  664. package/lib/components/table/Table/fields/search/Show/index.d.ts +0 -1
  665. package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -1
  666. package/lib/components/table/Table/fields/search/index.d.ts +0 -1
  667. package/lib/components/table/Table/fields/select/Config/index.d.ts +0 -1
  668. package/lib/components/table/Table/fields/select/Show/index.d.ts +0 -1
  669. package/lib/components/table/Table/fields/select/Sort/index.d.ts +0 -1
  670. package/lib/components/table/Table/fields/text/Config/index.d.ts +0 -1
  671. package/lib/components/table/Table/fields/text/Show/index.d.ts +0 -1
  672. package/lib/components/table/Table/fields/text/Sort/index.d.ts +0 -1
  673. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
  674. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
  675. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
  676. package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  677. package/lib/components/table/Table/fields/utils/index.js +2 -1
  678. package/lib/components/table/Table/index.d.ts +4 -0
  679. package/lib/components/table/Table/tableConfig/summary/index.d.ts +0 -1
  680. package/lib/components/table/Table/utils.d.ts +173 -0
  681. package/lib/components/table/TableFilter/SortIcon.d.ts +0 -1
  682. package/lib/components/table/Tabs/index.d.ts +14 -0
  683. package/lib/components/table/hooks/useTableSetting.d.ts +22 -0
  684. package/lib/components/table/hooks/useTransDataSource.d.ts +12 -0
  685. package/lib/components/table/hooks/useTriggerValuesChange.d.ts +16 -0
  686. package/lib/components/table/index.d.ts +4 -0
  687. package/lib/components/table/model.d.ts +30 -0
  688. package/lib/components/table/types.d.ts +253 -0
  689. package/lib/components/table/utils.d.ts +14 -0
  690. package/lib/components/tabs/index.d.ts +16 -0
  691. package/lib/components/time-picker/index.d.ts +0 -1
  692. package/lib/components/typography/index.d.ts +2 -0
  693. package/lib/components/upload/index.d.ts +0 -1
  694. package/lib/components/versionModal/index.d.ts +24 -0
  695. package/lib/components/versionSelect/index.d.ts +17 -0
  696. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -1
  697. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -1
  698. package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -1
  699. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -1
  700. package/lib/components/walletCard/Guest/index.d.ts +3 -0
  701. package/lib/components/walletCard/index.d.ts +65 -0
  702. package/lib/hooks/useEngineContext.d.ts +9 -0
  703. package/lib/hooks/useResponsive.js +6 -3
  704. package/lib/hooks/useSetRequest.d.ts +2 -0
  705. package/lib/hooks/useTranslationOriginal.d.ts +2 -0
  706. package/lib/locales/en-US.d.ts +276 -0
  707. package/lib/locales/index.d.ts +1 -0
  708. package/lib/locales/zh-CN.d.ts +271 -0
  709. package/lib/locales/zh-TW.d.ts +271 -0
  710. package/lib/utils/index.d.ts +4 -0
  711. package/lib/utils/mergeWith.d.ts +1 -0
  712. package/lib/utils/platform.d.ts +1 -1
  713. package/package.json +1 -1
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SegmentedProps } from "antd";
3
2
  import "./index.less";
4
3
  declare const Segmented: (props: SegmentedProps) => JSX.Element;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import { Select as OriginalSelect } from 'antd';
3
+ import type { SelectProps } from 'antd';
4
+ import './index.less';
5
+ interface CompoundedComponent extends React.ForwardRefExoticComponent<SelectProps> {
6
+ Option: typeof OriginalSelect.Option;
7
+ }
8
+ declare const Select: CompoundedComponent;
9
+ export default Select;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  interface RightPanelProps {
4
3
  value: string;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Skeleton: (props: any) => JSX.Element;
3
2
  export default Skeleton;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const SliderOuter: (props: any) => JSX.Element;
3
2
  export default SliderOuter;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { MenuProps } from "antd";
3
2
  import "./index.less";
4
3
  interface InlineMenuProps {
@@ -2,7 +2,7 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArra
2
2
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
3
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
4
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
5
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
6
6
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
7
  import React, { useMemo } from "react";
8
8
  import { Menu, Divider } from "antd";
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { SortListProps } from './types';
3
+ import './index.less';
4
+ declare const Sort: React.FC<SortListProps>;
5
+ export default Sort;
@@ -1,11 +1,11 @@
1
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
2
  var _excluded = ["children", "isActive"];
3
3
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
5
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
6
6
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
8
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
9
9
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
10
10
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
11
11
  import React, { Children, isValidElement, cloneElement } from "react";
@@ -0,0 +1,7 @@
1
+ import { ExportImportType } from '../../../types';
2
+ import './index.less';
3
+ declare type ExportImportProps = {
4
+ exportImport: ExportImportType;
5
+ };
6
+ declare const ExportImport: ({ exportImport }: ExportImportProps) => JSX.Element;
7
+ export default ExportImport;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @title: 格式化导出导入接口地址
3
+ * @description:
4
+ * @param {string} url
5
+ * @return {*}
6
+ * @Author: WangHan
7
+ * @Date: 2024-09-05 11:39
8
+ */
9
+ export declare const formatApiUrl: (url: string) => string;
@@ -30,7 +30,7 @@ var ViewMode = function ViewMode(props) {
30
30
  });
31
31
  }, [modeList]);
32
32
  var handleClick = function handleClick(e) {
33
- onChange === null || onChange === void 0 || onChange(e.key);
33
+ onChange === null || onChange === void 0 ? void 0 : onChange(e.key);
34
34
  };
35
35
  return /*#__PURE__*/React.createElement(Dropdown, {
36
36
  menu: {
@@ -0,0 +1,17 @@
1
+ import { FilterType } from "../../filter/types";
2
+ import { ColumnSettingType, DataSourceGroupType, ExportImportType, GallerySettingType, GridViewType, SortType } from "../types";
3
+ import "./index.less";
4
+ declare type ActionsProps = {
5
+ filter: FilterType;
6
+ tableId?: string;
7
+ columnSetting?: ColumnSettingType;
8
+ dataSourceGroup?: DataSourceGroupType;
9
+ sort: SortType;
10
+ localPagination?: boolean;
11
+ buttons: any[];
12
+ view: GridViewType;
13
+ gallery: GallerySettingType;
14
+ exportImport?: ExportImportType;
15
+ };
16
+ declare const Actions: ({ filter, sort, columnSetting, dataSourceGroup, tableId, localPagination, buttons, view, gallery, exportImport, }: ActionsProps) => JSX.Element | null;
17
+ export default Actions;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare type RenderFieldsProps = {
4
3
  fields: string[];
@@ -1,7 +1,7 @@
1
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
2
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
4
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
3
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
4
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
5
5
  import React, { useMemo } from "react";
6
6
  import classNames from "classnames";
7
7
  import { Tooltip } from "antd";
@@ -10,6 +10,7 @@ import { getValueByKeys } from "../../../../../Table/fields/utils";
10
10
  import "./index.less";
11
11
  var prefix = "pisell-lowcode-";
12
12
  var RenderFields = function RenderFields(props) {
13
+ var _classNames;
13
14
  var fields = props.fields,
14
15
  columnsMap = props.columnsMap,
15
16
  showMode = props.showMode,
@@ -39,7 +40,7 @@ var RenderFields = function RenderFields(props) {
39
40
  return fieldsList;
40
41
  }, [fields, columnsMap, record, isShowLabel]);
41
42
  return /*#__PURE__*/React.createElement("div", {
42
- className: classNames("".concat(prefix, "gallery-render-fields-wrap"), _defineProperty(_defineProperty({}, "".concat(prefix, "gallery-render-fields-wrap-inline"), showMode === "inline"), "".concat(prefix, "gallery-render-fields-wrap-block"), showMode === "block"))
43
+ className: classNames("".concat(prefix, "gallery-render-fields-wrap"), (_classNames = {}, _defineProperty(_classNames, "".concat(prefix, "gallery-render-fields-wrap-inline"), showMode === "inline"), _defineProperty(_classNames, "".concat(prefix, "gallery-render-fields-wrap-block"), showMode === "block"), _classNames))
43
44
  }, fieldContent);
44
45
  };
45
46
  export default RenderFields;
@@ -0,0 +1,14 @@
1
+ import React from "react";
2
+ import { GallerySettingType, GallerySettingValueType } from "../../../types";
3
+ import "./index.less";
4
+ declare type GalleryItemProps = {
5
+ record: Record<string, any>;
6
+ gallery: GallerySettingType;
7
+ columnsMap: Map<string, Record<string, any>>;
8
+ index: number;
9
+ gallerySetting: GallerySettingValueType;
10
+ columns: Record<string, any>[];
11
+ onClick: React.MouseEventHandler<HTMLDivElement>;
12
+ };
13
+ declare const GalleryItem: (props: GalleryItemProps) => JSX.Element;
14
+ export default GalleryItem;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { GalleryProps } from './types';
3
+ import './index.less';
4
+ declare const _default: React.MemoExoticComponent<(props: GalleryProps) => JSX.Element>;
5
+ export default _default;
@@ -1,10 +1,10 @@
1
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
2
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
4
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
5
5
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
6
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
7
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
8
8
  import React from "react";
9
9
  import { Button } from "antd";
10
10
  import "./index.less";
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ export interface HeaderProps {
4
+ buttons: React.ReactNode | any[];
5
+ title: React.ReactNode | (() => React.ReactNode);
6
+ subTitle: React.ReactNode | (() => React.ReactNode);
7
+ showTitle?: boolean;
8
+ showSubTitle?: boolean;
9
+ }
10
+ declare const Header: ({ buttons, title, subTitle, showTitle, showSubTitle, }: HeaderProps) => JSX.Element | null;
11
+ export default Header;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const Summary: ({ summary }: any) => JSX.Element | null;
4
3
  export default Summary;
@@ -1,9 +1,9 @@
1
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
7
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
8
8
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
9
9
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
@@ -12,7 +12,7 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArra
12
12
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
13
13
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
14
14
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
15
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
15
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
16
16
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
17
17
  import IconFont from "../../../iconfont";
18
18
  import { Form, Input, Popover, message } from "antd";
@@ -1,12 +1,12 @@
1
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
2
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
4
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
3
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
4
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
5
5
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
6
6
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
7
7
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
8
8
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
9
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
9
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
10
10
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
11
  import IconFont from "../../../iconfont";
12
12
  // import Search from "@/components/Search";
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -26,7 +26,7 @@ var Edit = function Edit(props, ref) {
26
26
  ref: ref,
27
27
  value: dayjsVal,
28
28
  onChange: function onChange(date, dateStr) {
29
- _onChange === null || _onChange === void 0 || _onChange(dateStr);
29
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(dateStr);
30
30
  },
31
31
  onPressEnter: onPressEnter,
32
32
  onBlur: onBlur,
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  field: {
4
3
  field_icon: string;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,9 +1,9 @@
1
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
3
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
4
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
6
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
7
  import React, { forwardRef, useRef } from "react";
8
8
  import { Form } from "antd";
9
9
  import Input from "../../../../../input";
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  field: {
4
3
  field_icon: string;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  field: {
4
3
  field_icon: string;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -2,7 +2,7 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArra
2
2
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
3
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
4
4
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
5
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
5
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
6
6
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
7
7
  import dayjs from "dayjs";
8
8
  import { isUndefined } from "@pisell/utils";
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -23,6 +23,7 @@ export default function (_ref) {
23
23
  // return `${item}`.includes(value);
24
24
  // });
25
25
  }
26
+
26
27
  var dataValue = getValueByKeys(item, key);
27
28
  if (isString(dataValue) || isNumber(dataValue)) {
28
29
  return "".concat(dataValue).toLowerCase().includes(lowerCaseValue);
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Sort: () => JSX.Element;
3
2
  export default Sort;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Config: () => JSX.Element;
3
2
  export default Config;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  import "./index.less";
4
3
  declare const Show: (props: FieldPropsType) => JSX.Element;