@pisell/materials 1.0.749 → 1.0.751

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 (639) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +4 -4
  6. package/build/lowcode/preview.js +155 -151
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +64 -25
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +63 -24
  11. package/es/components/DragSortList/index.d.ts +1 -1
  12. package/es/components/MultipleContainersSortList/index.d.ts +1 -1
  13. package/es/components/Pagination/index.d.ts +2 -2
  14. package/es/components/TimeResourceSelector/index.js +3 -3
  15. package/es/components/appVersionControl/index.d.ts +2 -2
  16. package/es/components/appVersionControl/index.js +6 -5
  17. package/es/components/auto-complete-number/index.d.ts +2 -2
  18. package/es/components/badge/index.d.ts +2 -2
  19. package/es/components/badge/index.js +5 -5
  20. package/es/components/batch-editor/fields/Image/index.d.ts +1 -1
  21. package/es/components/batch-editor/fields/Text/index.d.ts +1 -1
  22. package/es/components/batch-editor/fields/index.d.ts +2 -2
  23. package/es/components/batch-editor/index.d.ts +2 -2
  24. package/es/components/browserSelect/index.d.ts +1 -1
  25. package/es/components/browserSelect/index.js +6 -6
  26. package/es/components/buttonGroupEdit/index.js +7 -6
  27. package/es/components/buttonGroupPreview/index.js +7 -8
  28. package/es/components/calendar/index.d.ts +1 -1
  29. package/es/components/cardMetricItem/index.d.ts +1 -1
  30. package/es/components/cardPro/index.d.ts +2 -2
  31. package/es/components/checkbox/index.d.ts +1 -1
  32. package/es/components/classicLayout/index.d.ts +2 -2
  33. package/es/components/collapse/index.js +5 -5
  34. package/es/components/colorPicker/index.d.ts +2 -2
  35. package/es/components/config-provider/index.d.ts +2 -2
  36. package/es/components/cropPhoto/index.js +5 -5
  37. package/es/components/customSelect/index.d.ts +1 -1
  38. package/es/components/customSelect/index.js +5 -5
  39. package/es/components/dataSourceComponents/dataSourceForm/BaseForm.js +11 -11
  40. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +2 -2
  41. package/es/components/dataSourceComponents/dataSourceForm/formItem.js +1 -1
  42. package/es/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
  43. package/es/components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperProvider.js +5 -5
  44. package/es/components/dataSourceComponents/dataSourceForm/serve.js +7 -7
  45. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
  46. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.js +8 -8
  47. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
  48. package/es/components/dataSourceComponents/dataSourceForm/utils.js +10 -10
  49. package/es/components/dataSourceComponents/dataSourceMenu/Basic.js +3 -3
  50. package/es/components/dataSourceComponents/dataSourceMenu/index.d.ts +1 -1
  51. package/es/components/dataSourceComponents/dataSourceMenu/index.js +2 -2
  52. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -2
  53. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -1
  54. package/es/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
  55. package/es/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
  56. package/es/components/dataSourceComponents/dataSourceShow/utils.js +7 -7
  57. package/es/components/dataSourceComponents/dataSourceTable/BaseTable.js +7 -7
  58. package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +2 -2
  59. package/es/components/dataSourceComponents/dataSourceTable/filter/index.js +6 -6
  60. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +3 -3
  61. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.js +14 -14
  62. package/es/components/dataSourceComponents/dataSourceTable/hooks/useColumns.js +5 -5
  63. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDesignMode.js +1 -1
  64. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +2 -2
  65. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.js +6 -6
  66. package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.js +6 -6
  67. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  68. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +13 -13
  69. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.js +9 -9
  70. package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
  71. package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.js +1 -1
  72. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +2 -2
  73. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -2
  74. package/es/components/dataSourceComponents/fields/DatePicker/WithMode.js +5 -5
  75. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -2
  76. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -2
  77. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -2
  78. package/es/components/dataSourceComponents/fields/Input/WithMode.js +1 -1
  79. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -2
  80. package/es/components/dataSourceComponents/fields/Input.Email/WithMode.js +2 -2
  81. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +2 -2
  82. package/es/components/dataSourceComponents/fields/Input.Json/WithMode.js +1 -1
  83. package/es/components/dataSourceComponents/fields/Input.Mobile/WithMode.js +5 -4
  84. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.js +8 -8
  85. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +2 -2
  86. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.js +1 -1
  87. package/es/components/dataSourceComponents/fields/Input.Phone/WithMode.js +4 -4
  88. package/es/components/dataSourceComponents/fields/Input.Phone/serve.js +8 -8
  89. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -2
  90. package/es/components/dataSourceComponents/fields/Input.Subdomain/WithMode.js +7 -7
  91. package/es/components/dataSourceComponents/fields/Input.Subdomain/serve.js +2 -2
  92. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -2
  93. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -2
  94. package/es/components/dataSourceComponents/fields/Select/index.d.ts +2 -2
  95. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -2
  96. package/es/components/dataSourceComponents/fields/TimePicker/WithMode.js +5 -5
  97. package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.js +7 -7
  98. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -2
  99. package/es/components/dataSourceComponents/fields/Upload/BaseUpload.js +48 -47
  100. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +2 -2
  101. package/es/components/dataSourceComponents/fields/Upload/serve.js +4 -4
  102. package/es/components/dataSourceComponents/fields/Upload/shopUploadServe.js +9 -9
  103. package/es/components/dataSourceComponents/fields/Upload/utils.js +3 -3
  104. package/es/components/dataSourceComponents/fields/index.d.ts +2 -2
  105. package/es/components/dataSourceComponents/fields/utils.js +4 -4
  106. package/es/components/dataSourceComponents/hooks/useActions.js +12 -12
  107. package/es/components/dataSourceComponents/hooks/useParseActionsVariable.js +6 -6
  108. package/es/components/dataSourceComponents/hooks/usePlatform.js +2 -2
  109. package/es/components/dataSourceComponents/provider/actions/ActionsProvider.js +5 -5
  110. package/es/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +5 -5
  111. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.js +8 -8
  112. package/es/components/dataSourceComponents/provider/variables/utils.js +3 -3
  113. package/es/components/date-picker/datePickerCpt.d.ts +2 -2
  114. package/es/components/date-picker/datePickerCpt.js +10 -10
  115. package/es/components/date-picker/hooks/useMediaQuery.js +1 -1
  116. package/es/components/date-picker/index.d.ts +1 -1
  117. package/es/components/div/index.d.ts +1 -1
  118. package/es/components/drag-sort-tree/TreeItem/index.d.ts +2 -2
  119. package/es/components/drag-sort-tree/index.d.ts +2 -2
  120. package/es/components/drag-sort-tree/index.js +6 -6
  121. package/es/components/dropdown/index.d.ts +2 -2
  122. package/es/components/filter/components/Dropdown/index.js +10 -10
  123. package/es/components/filter/components/FilterButton/index.js +7 -7
  124. package/es/components/filter/components/items/index.d.ts +6 -6
  125. package/es/components/filter/components/items/text/Editor/index.d.ts +1 -1
  126. package/es/components/filter/components/items/text/Preview/index.d.ts +1 -1
  127. package/es/components/filter/components/items/text/index.d.ts +2 -2
  128. package/es/components/filter/index.d.ts +2 -2
  129. package/es/components/form/index.js +3 -3
  130. package/es/components/iconSelect/index.js +2 -2
  131. package/es/components/iconSelect/utils.js +2 -2
  132. package/es/components/iconfont/index.js +1 -0
  133. package/es/components/list/index.d.ts +2 -2
  134. package/es/components/login-and-register/index.js +10 -10
  135. package/es/components/login-and-register/index.less +6 -6
  136. package/es/components/lowCodePage/index.d.ts +2 -2
  137. package/es/components/organizationTenantSwitcher/index.js +1 -1
  138. package/es/components/page/index.d.ts +2 -2
  139. package/es/components/page/index.js +19 -17
  140. package/es/components/page-header/index.d.ts +1 -1
  141. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -2
  142. package/es/components/pisellAdjustPrice/index.d.ts +2 -2
  143. package/es/components/pisellAlert/index.d.ts +1 -1
  144. package/es/components/pisellAnchor/index.js +6 -6
  145. package/es/components/pisellAvatar/index.js +5 -5
  146. package/es/components/pisellCard/index.d.ts +2 -2
  147. package/es/components/pisellCard/index.js +5 -5
  148. package/es/components/pisellCardList/index.d.ts +1 -1
  149. package/es/components/pisellCheckboxGroup/index.d.ts +1 -1
  150. package/es/components/pisellCountdown/index.d.ts +1 -1
  151. package/es/components/pisellCustomCheckboxGroup/index.js +1 -1
  152. package/es/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
  153. package/es/components/pisellDatePicker/index.d.ts +1 -1
  154. package/es/components/pisellDraggable/components/Action/Action.js +5 -5
  155. package/es/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
  156. package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +2 -2
  157. package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.js +5 -5
  158. package/es/components/pisellDraggable/components/TreeItem/TreeItem.js +5 -5
  159. package/es/components/pisellDraggable/index.d.ts +2 -2
  160. package/es/components/pisellDraggable/index.js +10 -10
  161. package/es/components/pisellDraggable/utilities.js +5 -5
  162. package/es/components/pisellDropSort/PisellDropSort.js +1 -1
  163. package/es/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
  164. package/es/components/pisellDropSort/components/SortableItem/index.js +5 -5
  165. package/es/components/pisellEmpty/index.d.ts +1 -1
  166. package/es/components/pisellFloatingPanel/index.d.ts +1 -1
  167. package/es/components/pisellHeaderProgressBar/index.js +5 -5
  168. package/es/components/pisellImageCarousels/index.js +5 -5
  169. package/es/components/pisellInformationEntry/Input/index.d.ts +1 -1
  170. package/es/components/pisellInformationEntry/Scan/index.d.ts +2 -2
  171. package/es/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +4 -0
  172. package/es/components/pisellInformationEntry/hooks/useNativeScanner.js +34 -0
  173. package/es/components/pisellInformationEntry/index.d.ts +1 -1
  174. package/es/components/pisellInformationEntry/index.js +15 -6
  175. package/es/components/pisellInput/components/BankCard/index.d.ts +2 -2
  176. package/es/components/pisellInput/components/Copy/index.d.ts +2 -2
  177. package/es/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
  178. package/es/components/pisellInput/index.d.ts +5 -5
  179. package/es/components/pisellLayout/content.js +7 -7
  180. package/es/components/pisellLayout/footer.js +5 -5
  181. package/es/components/pisellLayout/header.js +5 -5
  182. package/es/components/pisellLayout/sider.js +2 -2
  183. package/es/components/pisellList01/index.js +4 -4
  184. package/es/components/pisellLoading/index.d.ts +2 -2
  185. package/es/components/pisellMenu/PisellMenu.d.ts +1 -1
  186. package/es/components/pisellModal/components/Information/index.d.ts +1 -1
  187. package/es/components/pisellModal/components/IpadModal/index.d.ts +2 -2
  188. package/es/components/pisellModal/components/MobileModal/index.d.ts +2 -2
  189. package/es/components/pisellModal/components/MobileModal/index.js +3 -3
  190. package/es/components/pisellModal/components/PcModal/index.d.ts +1 -1
  191. package/es/components/pisellModal/components/index.d.ts +3 -3
  192. package/es/components/pisellModal/index.d.ts +2 -2
  193. package/es/components/pisellNavigationMenu/PisellNavigationMenu.js +8 -8
  194. package/es/components/pisellQRScanner/index.js +7 -15
  195. package/es/components/pisellQrcode/index.js +1 -1
  196. package/es/components/pisellRow/index.d.ts +1 -1
  197. package/es/components/pisellSectionHeaders/index.js +5 -5
  198. package/es/components/pisellStatisticList/index.d.ts +1 -1
  199. package/es/components/pisellTags/index.d.ts +1 -1
  200. package/es/components/pisellTags/index.js +5 -9
  201. package/es/components/pisellText/components/Amount/index.d.ts +1 -1
  202. package/es/components/pisellText/index.d.ts +2 -2
  203. package/es/components/pisellTooltip/index.d.ts +2 -2
  204. package/es/components/pisellUpload/index.d.ts +2 -2
  205. package/es/components/pisellViewGrid/index.js +5 -5
  206. package/es/components/pisellWalletPassCard/index.d.ts +2 -2
  207. package/es/components/pisellWalletPassCard/index.js +5 -5
  208. package/es/components/productCard/components/Action/index.d.ts +2 -2
  209. package/es/components/productCard/components/AmountFooter/index.d.ts +2 -2
  210. package/es/components/productCard/components/Divider/index.d.ts +2 -2
  211. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +2 -2
  212. package/es/components/productCard/components/Header/index.d.ts +2 -2
  213. package/es/components/productCard/components/MultiDay/index.d.ts +2 -2
  214. package/es/components/productCard/components/MultiDay/index.js +7 -7
  215. package/es/components/productCard/components/MultiDay/utils.js +5 -7
  216. package/es/components/productCard/components/Note/index.d.ts +2 -2
  217. package/es/components/productCard/components/Packages/components/collapsibleList/index.js +1 -1
  218. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +2 -2
  219. package/es/components/productCard/components/Packages/components/collapsibleList/utils.js +2 -2
  220. package/es/components/productCard/components/Packages/components/options/index.d.ts +2 -2
  221. package/es/components/productCard/components/Packages/index.d.ts +2 -2
  222. package/es/components/productCard/components/Packages/index.js +5 -5
  223. package/es/components/productCard/components/Sales/index.d.ts +2 -2
  224. package/es/components/productCard/components/Sales/index.js +5 -5
  225. package/es/components/productCard/components/Time/components/Like/index.d.ts +2 -2
  226. package/es/components/productCard/components/Time/components/Like/index.js +1 -1
  227. package/es/components/productCard/components/Time/index.d.ts +2 -2
  228. package/es/components/productCard/components/Time/index.js +5 -5
  229. package/es/components/productCard/hooks/useOpenNote.js +1 -1
  230. package/es/components/productCard/index.js +11 -11
  231. package/es/components/productCard/utils.js +3 -3
  232. package/es/components/profileMenu/index.js +6 -6
  233. package/es/components/qrcode/index.d.ts +2 -2
  234. package/es/components/radio/index.d.ts +1 -1
  235. package/es/components/record-view/index.js +1 -1
  236. package/es/components/section-footers/index.d.ts +1 -1
  237. package/es/components/segmented/index.d.ts +2 -2
  238. package/es/components/select/index.js +6 -6
  239. package/es/components/select-time/RightPanel/index.d.ts +2 -2
  240. package/es/components/select-time/index.d.ts +2 -2
  241. package/es/components/skeleton/index.d.ts +1 -1
  242. package/es/components/slider/index.d.ts +2 -2
  243. package/es/components/sort/components/InlineMenu/index.d.ts +2 -2
  244. package/es/components/sort/index.js +5 -5
  245. package/es/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
  246. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -2
  247. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -2
  248. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -2
  249. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -2
  250. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -2
  251. package/es/components/table/Actions/component/ExportImport/index.d.ts +2 -2
  252. package/es/components/table/Actions/component/ExportImport/index.js +3 -3
  253. package/es/components/table/Actions/component/GallerySetting/index.d.ts +2 -2
  254. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
  255. package/es/components/table/Actions/component/Group/index.d.ts +2 -2
  256. package/es/components/table/Actions/component/ViewMode/index.d.ts +2 -2
  257. package/es/components/table/Actions/index.d.ts +2 -2
  258. package/es/components/table/BasicTable/index.d.ts +2 -2
  259. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -2
  260. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +2 -2
  261. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -2
  262. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
  263. package/es/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
  264. package/es/components/table/Gallery/index.d.ts +1 -1
  265. package/es/components/table/Gallery/index.js +1 -1
  266. package/es/components/table/Header/index.d.ts +1 -1
  267. package/es/components/table/Summary/index.d.ts +2 -2
  268. package/es/components/table/Table/SelectField/index.d.ts +2 -2
  269. package/es/components/table/Table/fields/date/Config/index.d.ts +2 -2
  270. package/es/components/table/Table/fields/date/Show/index.d.ts +2 -2
  271. package/es/components/table/Table/fields/date/Sort/index.d.ts +2 -2
  272. package/es/components/table/Table/fields/date/index.d.ts +3 -3
  273. package/es/components/table/Table/fields/image/Config/index.d.ts +2 -2
  274. package/es/components/table/Table/fields/image/Show/index.d.ts +2 -2
  275. package/es/components/table/Table/fields/image/Sort/index.d.ts +2 -2
  276. package/es/components/table/Table/fields/image/index.d.ts +3 -3
  277. package/es/components/table/Table/fields/index.d.ts +75 -75
  278. package/es/components/table/Table/fields/link/Config/index.d.ts +2 -2
  279. package/es/components/table/Table/fields/link/Show/index.d.ts +2 -2
  280. package/es/components/table/Table/fields/link/Sort/index.d.ts +2 -2
  281. package/es/components/table/Table/fields/link/index.d.ts +3 -3
  282. package/es/components/table/Table/fields/number/Config/index.d.ts +2 -2
  283. package/es/components/table/Table/fields/number/Show/index.d.ts +2 -2
  284. package/es/components/table/Table/fields/number/Sort/index.d.ts +2 -2
  285. package/es/components/table/Table/fields/number/index.d.ts +3 -3
  286. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +2 -2
  287. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +2 -2
  288. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -2
  289. package/es/components/table/Table/fields/numberRange/index.d.ts +3 -3
  290. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -2
  291. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -2
  292. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -2
  293. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +3 -3
  294. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -2
  295. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
  296. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -2
  297. package/es/components/table/Table/fields/pSwitch/index.d.ts +3 -3
  298. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -2
  299. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -2
  300. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -2
  301. package/es/components/table/Table/fields/rangePicker/index.d.ts +3 -3
  302. package/es/components/table/Table/fields/search/Config/index.d.ts +2 -2
  303. package/es/components/table/Table/fields/search/Show/index.d.ts +2 -2
  304. package/es/components/table/Table/fields/search/Sort/index.d.ts +2 -2
  305. package/es/components/table/Table/fields/search/index.d.ts +3 -3
  306. package/es/components/table/Table/fields/select/Config/index.d.ts +2 -2
  307. package/es/components/table/Table/fields/select/Show/index.d.ts +2 -2
  308. package/es/components/table/Table/fields/select/Sort/index.d.ts +2 -2
  309. package/es/components/table/Table/fields/select/index.d.ts +3 -3
  310. package/es/components/table/Table/fields/text/Config/index.d.ts +2 -2
  311. package/es/components/table/Table/fields/text/Show/index.d.ts +2 -2
  312. package/es/components/table/Table/fields/text/Sort/index.d.ts +2 -2
  313. package/es/components/table/Table/fields/text/index.d.ts +3 -3
  314. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -2
  315. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -2
  316. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -2
  317. package/es/components/table/Table/fields/treeSelect/index.d.ts +3 -3
  318. package/es/components/table/Table/index.js +11 -11
  319. package/es/components/table/Table/tableConfig/SortRow/index.d.ts +2 -2
  320. package/es/components/table/Table/tableConfig/summary/index.d.ts +2 -2
  321. package/es/components/table/Table/utils.js +8 -13
  322. package/es/components/table/TableFilter/SortIcon.d.ts +2 -2
  323. package/es/components/table/Tabs/index.js +5 -5
  324. package/es/components/table/View/index.d.ts +2 -2
  325. package/es/components/table/hooks/useTableSetting.js +14 -13
  326. package/es/components/table/hooks/useTransDataSource.js +1 -1
  327. package/es/components/table/hooks/useTriggerValuesChange.js +2 -2
  328. package/es/components/table/index.js +13 -13
  329. package/es/components/table/model.d.ts +1 -1
  330. package/es/components/table/model.js +5 -5
  331. package/es/components/table/utils.js +3 -3
  332. package/es/components/tabs/index.d.ts +2 -2
  333. package/es/components/tabs/index.js +5 -7
  334. package/es/components/time-picker/index.d.ts +1 -1
  335. package/es/components/upload/index.d.ts +1 -1
  336. package/es/components/versionModal/index.d.ts +1 -0
  337. package/es/components/versionModal/index.js +4 -3
  338. package/es/components/versionSelect/index.d.ts +2 -2
  339. package/es/components/versionSelect/index.js +1 -1
  340. package/es/components/virtual-keyboard/Amount/index.d.ts +1 -1
  341. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +2 -2
  342. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
  343. package/es/components/virtual-keyboard/Keyboard/index.d.ts +1 -1
  344. package/es/components/virtual-keyboard/Number/index.d.ts +2 -2
  345. package/es/components/virtual-keyboard/Time/index.d.ts +1 -1
  346. package/es/components/virtual-keyboard/Time/utils.d.ts +1 -1
  347. package/es/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
  348. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +2 -2
  349. package/es/components/virtual-keyboard/index.d.ts +1 -1
  350. package/es/components/walletCard/Guest/index.d.ts +2 -2
  351. package/es/components/walletCard/Guest/index.js +7 -7
  352. package/es/components/walletCard/index.js +8 -10
  353. package/es/hooks/useEngineContext.js +5 -5
  354. package/es/hooks/useSetRequest.js +2 -2
  355. package/es/hooks/useTranslationOriginal.js +2 -2
  356. package/es/locales/en-US.d.ts +1 -0
  357. package/es/locales/en-US.js +5 -5
  358. package/es/locales/index.js +1 -1
  359. package/es/locales/zh-CN.d.ts +1 -0
  360. package/es/locales/zh-CN.js +5 -5
  361. package/es/locales/zh-TW.d.ts +1 -0
  362. package/es/locales/zh-TW.js +1 -0
  363. package/es/utils/hoc.d.ts +5 -5
  364. package/es/utils/mergeWith.js +1 -1
  365. package/es/utils/miniRedux.d.ts +1 -1
  366. package/lib/components/DragSortList/index.d.ts +1 -1
  367. package/lib/components/MultipleContainersSortList/index.d.ts +1 -1
  368. package/lib/components/Pagination/index.d.ts +2 -2
  369. package/lib/components/appVersionControl/index.d.ts +2 -2
  370. package/lib/components/appVersionControl/index.js +1 -0
  371. package/lib/components/appVersionControl/utils.js +8 -4
  372. package/lib/components/auto-complete-number/index.d.ts +2 -2
  373. package/lib/components/badge/index.d.ts +2 -2
  374. package/lib/components/batch-editor/fields/Image/index.d.ts +1 -1
  375. package/lib/components/batch-editor/fields/Text/index.d.ts +1 -1
  376. package/lib/components/batch-editor/fields/index.d.ts +2 -2
  377. package/lib/components/batch-editor/index.d.ts +2 -2
  378. package/lib/components/browserSelect/index.d.ts +1 -1
  379. package/lib/components/buttonGroupEdit/index.js +14 -7
  380. package/lib/components/calendar/index.d.ts +1 -1
  381. package/lib/components/cardMetricItem/index.d.ts +1 -1
  382. package/lib/components/cardPro/index.d.ts +2 -2
  383. package/lib/components/checkbox/index.d.ts +1 -1
  384. package/lib/components/classicLayout/index.d.ts +2 -2
  385. package/lib/components/colorPicker/index.d.ts +2 -2
  386. package/lib/components/config-provider/index.d.ts +2 -2
  387. package/lib/components/customSelect/index.d.ts +1 -1
  388. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +2 -2
  389. package/lib/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
  390. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
  391. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
  392. package/lib/components/dataSourceComponents/dataSourceForm/utils.js +6 -3
  393. package/lib/components/dataSourceComponents/dataSourceMenu/index.d.ts +1 -1
  394. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -2
  395. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -1
  396. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
  397. package/lib/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
  398. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +2 -2
  399. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +3 -3
  400. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useColumns.js +4 -2
  401. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDesignMode.js +2 -1
  402. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +2 -2
  403. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.js +2 -1
  404. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  405. package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
  406. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +2 -2
  407. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -2
  408. package/lib/components/dataSourceComponents/fields/DatePicker/ReadPretty.js +2 -1
  409. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -2
  410. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -2
  411. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -2
  412. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -2
  413. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +2 -2
  414. package/lib/components/dataSourceComponents/fields/Input.Mobile/ReadPretty.js +4 -2
  415. package/lib/components/dataSourceComponents/fields/Input.Mobile/WithMode.js +2 -1
  416. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +2 -2
  417. package/lib/components/dataSourceComponents/fields/Input.Phone/ReadPretty.js +4 -2
  418. package/lib/components/dataSourceComponents/fields/Input.Phone/WithMode.js +2 -1
  419. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -2
  420. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -2
  421. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -2
  422. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.js +2 -1
  423. package/lib/components/dataSourceComponents/fields/InputNumber/WithMode.js +4 -2
  424. package/lib/components/dataSourceComponents/fields/InputNumber/utils.js +4 -2
  425. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +2 -2
  426. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -2
  427. package/lib/components/dataSourceComponents/fields/TimePicker/WithMode.js +8 -4
  428. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -2
  429. package/lib/components/dataSourceComponents/fields/Upload/BaseUpload.js +8 -4
  430. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +2 -2
  431. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.js +2 -1
  432. package/lib/components/dataSourceComponents/fields/Upload/shopUploadServe.js +2 -1
  433. package/lib/components/dataSourceComponents/fields/Upload/utils.js +22 -11
  434. package/lib/components/dataSourceComponents/fields/index.d.ts +2 -2
  435. package/lib/components/dataSourceComponents/hooks/useActions.js +6 -3
  436. package/lib/components/dataSourceComponents/hooks/useParseActionsVariable.js +2 -1
  437. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.js +2 -1
  438. package/lib/components/dataSourceComponents/provider/variables/utils.js +4 -2
  439. package/lib/components/date-picker/datePickerCpt.d.ts +2 -2
  440. package/lib/components/date-picker/datePickerCpt.js +2 -1
  441. package/lib/components/date-picker/index.d.ts +1 -1
  442. package/lib/components/div/index.d.ts +1 -1
  443. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +2 -2
  444. package/lib/components/drag-sort-tree/index.d.ts +2 -2
  445. package/lib/components/drag-sort-tree/index.js +2 -1
  446. package/lib/components/dropdown/index.d.ts +2 -2
  447. package/lib/components/filter/components/items/index.d.ts +6 -6
  448. package/lib/components/filter/components/items/text/Editor/index.d.ts +1 -1
  449. package/lib/components/filter/components/items/text/Preview/index.d.ts +1 -1
  450. package/lib/components/filter/components/items/text/index.d.ts +2 -2
  451. package/lib/components/filter/index.d.ts +2 -2
  452. package/lib/components/form/index.js +4 -1
  453. package/lib/components/iconSelect/index.js +2 -1
  454. package/lib/components/iconSelect/utils.js +2 -1
  455. package/lib/components/list/index.d.ts +2 -2
  456. package/lib/components/login-and-register/index.less +6 -6
  457. package/lib/components/lowCodePage/index.d.ts +2 -2
  458. package/lib/components/page/index.d.ts +2 -2
  459. package/lib/components/page/index.js +7 -7
  460. package/lib/components/page-header/index.d.ts +1 -1
  461. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +2 -2
  462. package/lib/components/pisellAdjustPrice/index.d.ts +2 -2
  463. package/lib/components/pisellAlert/index.d.ts +1 -1
  464. package/lib/components/pisellAnchor/index.js +6 -3
  465. package/lib/components/pisellCard/index.d.ts +2 -2
  466. package/lib/components/pisellCardList/index.d.ts +1 -1
  467. package/lib/components/pisellCheckboxGroup/index.d.ts +1 -1
  468. package/lib/components/pisellCountdown/index.d.ts +1 -1
  469. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
  470. package/lib/components/pisellDatePicker/index.d.ts +1 -1
  471. package/lib/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
  472. package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +2 -2
  473. package/lib/components/pisellDraggable/index.d.ts +2 -2
  474. package/lib/components/pisellDraggable/index.js +6 -3
  475. package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
  476. package/lib/components/pisellEmpty/index.d.ts +1 -1
  477. package/lib/components/pisellFloatingPanel/index.d.ts +1 -1
  478. package/lib/components/pisellInformationEntry/Input/index.d.ts +1 -1
  479. package/lib/components/pisellInformationEntry/Scan/index.d.ts +2 -2
  480. package/lib/components/pisellInformationEntry/hooks/useNativeScanner.d.ts +4 -0
  481. package/lib/components/pisellInformationEntry/hooks/useNativeScanner.js +75 -0
  482. package/lib/components/pisellInformationEntry/index.d.ts +1 -1
  483. package/lib/components/pisellInformationEntry/index.js +6 -0
  484. package/lib/components/pisellInput/components/BankCard/index.d.ts +2 -2
  485. package/lib/components/pisellInput/components/Copy/index.d.ts +2 -2
  486. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
  487. package/lib/components/pisellInput/index.d.ts +5 -5
  488. package/lib/components/pisellLoading/index.d.ts +2 -2
  489. package/lib/components/pisellMenu/PisellMenu.d.ts +1 -1
  490. package/lib/components/pisellModal/components/Information/index.d.ts +1 -1
  491. package/lib/components/pisellModal/components/IpadModal/index.d.ts +2 -2
  492. package/lib/components/pisellModal/components/MobileModal/index.d.ts +2 -2
  493. package/lib/components/pisellModal/components/PcModal/index.d.ts +1 -1
  494. package/lib/components/pisellModal/components/index.d.ts +3 -3
  495. package/lib/components/pisellModal/index.d.ts +2 -2
  496. package/lib/components/pisellQRScanner/index.js +18 -9
  497. package/lib/components/pisellRow/index.d.ts +1 -1
  498. package/lib/components/pisellStatisticList/index.d.ts +1 -1
  499. package/lib/components/pisellTags/index.d.ts +1 -1
  500. package/lib/components/pisellText/components/Amount/index.d.ts +1 -1
  501. package/lib/components/pisellText/index.d.ts +2 -2
  502. package/lib/components/pisellTooltip/index.d.ts +2 -2
  503. package/lib/components/pisellUpload/index.d.ts +2 -2
  504. package/lib/components/pisellWalletPassCard/index.d.ts +2 -2
  505. package/lib/components/productCard/components/Action/index.d.ts +2 -2
  506. package/lib/components/productCard/components/AmountFooter/index.d.ts +2 -2
  507. package/lib/components/productCard/components/AmountFooter/index.js +2 -1
  508. package/lib/components/productCard/components/Divider/index.d.ts +2 -2
  509. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +2 -2
  510. package/lib/components/productCard/components/Header/index.d.ts +2 -2
  511. package/lib/components/productCard/components/MultiDay/index.d.ts +2 -2
  512. package/lib/components/productCard/components/MultiDay/index.js +2 -1
  513. package/lib/components/productCard/components/Note/index.d.ts +2 -2
  514. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +2 -2
  515. package/lib/components/productCard/components/Packages/components/options/index.d.ts +2 -2
  516. package/lib/components/productCard/components/Packages/index.d.ts +2 -2
  517. package/lib/components/productCard/components/Sales/index.d.ts +2 -2
  518. package/lib/components/productCard/components/Time/components/Like/index.d.ts +2 -2
  519. package/lib/components/productCard/components/Time/index.d.ts +2 -2
  520. package/lib/components/productCard/utils.js +2 -1
  521. package/lib/components/profileMenu/index.js +2 -1
  522. package/lib/components/qrcode/index.d.ts +2 -2
  523. package/lib/components/radio/index.d.ts +1 -1
  524. package/lib/components/section-footers/index.d.ts +1 -1
  525. package/lib/components/segmented/index.d.ts +2 -2
  526. package/lib/components/select/index.js +4 -2
  527. package/lib/components/select-time/RightPanel/index.d.ts +2 -2
  528. package/lib/components/select-time/index.d.ts +2 -2
  529. package/lib/components/skeleton/index.d.ts +1 -1
  530. package/lib/components/slider/index.d.ts +2 -2
  531. package/lib/components/sort/components/InlineMenu/index.d.ts +2 -2
  532. package/lib/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
  533. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -2
  534. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -2
  535. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -2
  536. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -2
  537. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -2
  538. package/lib/components/table/Actions/component/ExportImport/index.d.ts +2 -2
  539. package/lib/components/table/Actions/component/ExportImport/index.js +2 -1
  540. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +2 -2
  541. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
  542. package/lib/components/table/Actions/component/Group/index.d.ts +2 -2
  543. package/lib/components/table/Actions/component/ViewMode/index.d.ts +2 -2
  544. package/lib/components/table/Actions/index.d.ts +2 -2
  545. package/lib/components/table/BasicTable/index.d.ts +2 -2
  546. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -2
  547. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +2 -2
  548. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -2
  549. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
  550. package/lib/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
  551. package/lib/components/table/Gallery/index.d.ts +1 -1
  552. package/lib/components/table/Header/index.d.ts +1 -1
  553. package/lib/components/table/Summary/index.d.ts +2 -2
  554. package/lib/components/table/Table/SelectField/index.d.ts +2 -2
  555. package/lib/components/table/Table/fields/date/Config/index.d.ts +2 -2
  556. package/lib/components/table/Table/fields/date/Show/index.d.ts +2 -2
  557. package/lib/components/table/Table/fields/date/Sort/index.d.ts +2 -2
  558. package/lib/components/table/Table/fields/date/index.d.ts +3 -3
  559. package/lib/components/table/Table/fields/image/Config/index.d.ts +2 -2
  560. package/lib/components/table/Table/fields/image/Show/index.d.ts +2 -2
  561. package/lib/components/table/Table/fields/image/Sort/index.d.ts +2 -2
  562. package/lib/components/table/Table/fields/image/index.d.ts +3 -3
  563. package/lib/components/table/Table/fields/index.d.ts +75 -75
  564. package/lib/components/table/Table/fields/link/Config/index.d.ts +2 -2
  565. package/lib/components/table/Table/fields/link/Show/index.d.ts +2 -2
  566. package/lib/components/table/Table/fields/link/Sort/index.d.ts +2 -2
  567. package/lib/components/table/Table/fields/link/index.d.ts +3 -3
  568. package/lib/components/table/Table/fields/number/Config/index.d.ts +2 -2
  569. package/lib/components/table/Table/fields/number/Show/index.d.ts +2 -2
  570. package/lib/components/table/Table/fields/number/Sort/index.d.ts +2 -2
  571. package/lib/components/table/Table/fields/number/index.d.ts +3 -3
  572. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +2 -2
  573. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +2 -2
  574. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -2
  575. package/lib/components/table/Table/fields/numberRange/index.d.ts +3 -3
  576. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -2
  577. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -2
  578. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -2
  579. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +3 -3
  580. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -2
  581. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
  582. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -2
  583. package/lib/components/table/Table/fields/pSwitch/index.d.ts +3 -3
  584. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -2
  585. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -2
  586. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -2
  587. package/lib/components/table/Table/fields/rangePicker/index.d.ts +3 -3
  588. package/lib/components/table/Table/fields/search/Config/index.d.ts +2 -2
  589. package/lib/components/table/Table/fields/search/Show/index.d.ts +2 -2
  590. package/lib/components/table/Table/fields/search/Sort/index.d.ts +2 -2
  591. package/lib/components/table/Table/fields/search/index.d.ts +3 -3
  592. package/lib/components/table/Table/fields/select/Config/index.d.ts +2 -2
  593. package/lib/components/table/Table/fields/select/Show/index.d.ts +2 -2
  594. package/lib/components/table/Table/fields/select/Sort/index.d.ts +2 -2
  595. package/lib/components/table/Table/fields/select/index.d.ts +3 -3
  596. package/lib/components/table/Table/fields/text/Config/index.d.ts +2 -2
  597. package/lib/components/table/Table/fields/text/Show/index.d.ts +2 -2
  598. package/lib/components/table/Table/fields/text/Sort/index.d.ts +2 -2
  599. package/lib/components/table/Table/fields/text/index.d.ts +3 -3
  600. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -2
  601. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -2
  602. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -2
  603. package/lib/components/table/Table/fields/treeSelect/index.d.ts +3 -3
  604. package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +2 -2
  605. package/lib/components/table/Table/tableConfig/summary/index.d.ts +2 -2
  606. package/lib/components/table/Table/utils.js +17 -10
  607. package/lib/components/table/TableFilter/SortIcon.d.ts +2 -2
  608. package/lib/components/table/View/index.d.ts +2 -2
  609. package/lib/components/table/model.d.ts +1 -1
  610. package/lib/components/table/utils.js +7 -7
  611. package/lib/components/tabs/index.d.ts +2 -2
  612. package/lib/components/tabs/index.js +62 -59
  613. package/lib/components/time-picker/index.d.ts +1 -1
  614. package/lib/components/upload/index.d.ts +1 -1
  615. package/lib/components/versionModal/index.d.ts +1 -0
  616. package/lib/components/versionModal/index.js +7 -4
  617. package/lib/components/versionSelect/index.d.ts +2 -2
  618. package/lib/components/versionSelect/index.js +12 -6
  619. package/lib/components/virtual-keyboard/Amount/index.d.ts +1 -1
  620. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +2 -2
  621. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
  622. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +1 -1
  623. package/lib/components/virtual-keyboard/Number/index.d.ts +2 -2
  624. package/lib/components/virtual-keyboard/Time/index.d.ts +1 -1
  625. package/lib/components/virtual-keyboard/Time/utils.d.ts +1 -1
  626. package/lib/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
  627. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +2 -2
  628. package/lib/components/virtual-keyboard/index.d.ts +1 -1
  629. package/lib/components/walletCard/Guest/index.d.ts +2 -2
  630. package/lib/components/walletCard/index.js +10 -5
  631. package/lib/locales/en-US.d.ts +1 -0
  632. package/lib/locales/en-US.js +1 -0
  633. package/lib/locales/zh-CN.d.ts +1 -0
  634. package/lib/locales/zh-CN.js +1 -0
  635. package/lib/locales/zh-TW.d.ts +1 -0
  636. package/lib/locales/zh-TW.js +1 -0
  637. package/lib/utils/hoc.d.ts +5 -5
  638. package/lib/utils/miniRedux.d.ts +1 -1
  639. package/package.json +3 -3
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Config: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Config: () => React.JSX.Element;
3
3
  export default Config;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  import { FieldPropsType } from "../../types";
3
- declare const Show: (props: FieldPropsType) => JSX.Element;
3
+ declare const Show: (props: FieldPropsType) => React.JSX.Element;
4
4
  export default Show;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Sort: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Sort: () => React.JSX.Element;
3
3
  export default Sort;
@@ -7,10 +7,10 @@ declare const _default: {
7
7
  field_type: string;
8
8
  default_value: string;
9
9
  };
10
- config: () => JSX.Element;
10
+ config: () => import("react").JSX.Element;
11
11
  edit: import("react").ForwardRefExoticComponent<Omit<import("../types").EditPropsType, "ref"> & import("react").RefAttributes<any>>;
12
- sort: () => JSX.Element;
13
- show: (props: import("../types").FieldPropsType) => JSX.Element;
12
+ sort: () => import("react").JSX.Element;
13
+ show: (props: import("../types").FieldPropsType) => import("react").JSX.Element;
14
14
  filterFn: typeof filter;
15
15
  };
16
16
  export default _default;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Config: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Config: () => React.JSX.Element;
3
3
  export default Config;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
- declare const Show: (props: FieldPropsType) => JSX.Element;
2
+ import React from "react";
3
+ declare const Show: (props: FieldPropsType) => React.JSX.Element;
4
4
  export default Show;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Sort: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Sort: () => React.JSX.Element;
3
3
  export default Sort;
@@ -6,9 +6,9 @@ declare const _default: {
6
6
  field_type: string;
7
7
  default_value: boolean;
8
8
  };
9
- config: () => JSX.Element;
9
+ config: () => import("react").JSX.Element;
10
10
  edit: import("react").ForwardRefExoticComponent<Omit<import("../types").EditPropsType, "ref"> & import("react").RefAttributes<any>>;
11
- sort: () => JSX.Element;
12
- show: (props: import("../types").FieldPropsType) => JSX.Element;
11
+ sort: () => import("react").JSX.Element;
12
+ show: (props: import("../types").FieldPropsType) => import("react").JSX.Element;
13
13
  };
14
14
  export default _default;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Config: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Config: () => React.JSX.Element;
3
3
  export default Config;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  import { FieldPropsType } from "../../types";
3
- declare const Show: (props: FieldPropsType) => JSX.Element;
3
+ declare const Show: (props: FieldPropsType) => React.JSX.Element;
4
4
  export default Show;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Sort: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Sort: () => React.JSX.Element;
3
3
  export default Sort;
@@ -7,10 +7,10 @@ declare const _default: {
7
7
  field_type: string;
8
8
  default_value: string;
9
9
  };
10
- config: () => JSX.Element;
10
+ config: () => import("react").JSX.Element;
11
11
  edit: import("react").ForwardRefExoticComponent<Omit<import("../types").EditPropsType, "ref"> & import("react").RefAttributes<any>>;
12
- sort: () => JSX.Element;
13
- show: (props: import("../types").FieldPropsType) => JSX.Element;
12
+ sort: () => import("react").JSX.Element;
13
+ show: (props: import("../types").FieldPropsType) => import("react").JSX.Element;
14
14
  filterFn: typeof filter;
15
15
  };
16
16
  export default _default;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Config: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Config: () => React.JSX.Element;
3
3
  export default Config;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  import { FieldPropsType } from "../../types";
3
- declare const Show: (props: FieldPropsType) => JSX.Element;
3
+ declare const Show: (props: FieldPropsType) => React.JSX.Element;
4
4
  export default Show;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Sort: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Sort: () => React.JSX.Element;
3
3
  export default Sort;
@@ -7,10 +7,10 @@ declare const _default: {
7
7
  field_type: string;
8
8
  default_value: string;
9
9
  };
10
- config: () => JSX.Element;
10
+ config: () => import("react").JSX.Element;
11
11
  edit: import("react").ForwardRefExoticComponent<Omit<import("../types").EditPropsType, "ref"> & import("react").RefAttributes<any>>;
12
- sort: () => JSX.Element;
13
- show: (props: import("../types").FieldPropsType) => JSX.Element;
12
+ sort: () => import("react").JSX.Element;
13
+ show: (props: import("../types").FieldPropsType) => import("react").JSX.Element;
14
14
  filterFn: typeof filter;
15
15
  };
16
16
  export default _default;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Config: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Config: () => React.JSX.Element;
3
3
  export default Config;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  import { FieldPropsType } from "../../types";
3
- declare const Show: (props: FieldPropsType) => JSX.Element;
3
+ declare const Show: (props: FieldPropsType) => React.JSX.Element;
4
4
  export default Show;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Sort: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Sort: () => React.JSX.Element;
3
3
  export default Sort;
@@ -7,10 +7,10 @@ declare const _default: {
7
7
  field_type: string;
8
8
  default_value: string;
9
9
  };
10
- config: () => JSX.Element;
10
+ config: () => import("react").JSX.Element;
11
11
  edit: import("react").ForwardRefExoticComponent<Omit<import("../types").EditPropsType, "ref"> & import("react").RefAttributes<any>>;
12
- sort: () => JSX.Element;
13
- show: (props: import("../types").FieldPropsType) => JSX.Element;
12
+ sort: () => import("react").JSX.Element;
13
+ show: (props: import("../types").FieldPropsType) => import("react").JSX.Element;
14
14
  filterFn: typeof filter;
15
15
  };
16
16
  export default _default;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Config: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Config: () => React.JSX.Element;
3
3
  export default Config;
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  import { FieldPropsType } from "../../types";
3
3
  import "./index.less";
4
- declare const Show: (props: FieldPropsType) => JSX.Element;
4
+ declare const Show: (props: FieldPropsType) => React.JSX.Element;
5
5
  export default Show;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Sort: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Sort: () => React.JSX.Element;
3
3
  export default Sort;
@@ -7,10 +7,10 @@ declare const _default: {
7
7
  field_type: string;
8
8
  default_value: string;
9
9
  };
10
- config: () => JSX.Element;
10
+ config: () => import("react").JSX.Element;
11
11
  edit: import("react").ForwardRefExoticComponent<Omit<import("../types").EditPropsType, "ref"> & import("react").RefAttributes<any>>;
12
- sort: () => JSX.Element;
13
- show: (props: import("../types").FieldPropsType) => JSX.Element;
12
+ sort: () => import("react").JSX.Element;
13
+ show: (props: import("../types").FieldPropsType) => import("react").JSX.Element;
14
14
  filterFn: typeof filter;
15
15
  };
16
16
  export default _default;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Config: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Config: () => React.JSX.Element;
3
3
  export default Config;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  import { FieldPropsType } from "../../types";
3
- declare const Show: (props: FieldPropsType) => JSX.Element;
3
+ declare const Show: (props: FieldPropsType) => React.JSX.Element;
4
4
  export default Show;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Sort: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Sort: () => React.JSX.Element;
3
3
  export default Sort;
@@ -7,10 +7,10 @@ declare const _default: {
7
7
  field_type: string;
8
8
  default_value: string;
9
9
  };
10
- config: () => JSX.Element;
10
+ config: () => import("react").JSX.Element;
11
11
  edit: import("react").ForwardRefExoticComponent<Omit<import("../types").EditPropsType, "ref"> & import("react").RefAttributes<any>>;
12
- sort: () => JSX.Element;
13
- show: (props: import("../types").FieldPropsType) => JSX.Element;
12
+ sort: () => import("react").JSX.Element;
13
+ show: (props: import("../types").FieldPropsType) => import("react").JSX.Element;
14
14
  filterFn: typeof filter;
15
15
  };
16
16
  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
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
9
9
  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."); }
10
10
  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); }
@@ -93,7 +93,7 @@ var GridViewTable = function GridViewTable(_ref) {
93
93
  });
94
94
  }, [dataSource]);
95
95
  useEffect(function () {
96
- onDataSourceChange === null || onDataSourceChange === void 0 || onDataSourceChange(dataSource);
96
+ onDataSourceChange === null || onDataSourceChange === void 0 ? void 0 : onDataSourceChange(dataSource);
97
97
  }, [JSON.stringify(dataSource)]);
98
98
  var components = useGenTableComponents({
99
99
  form: form
@@ -125,7 +125,7 @@ var GridViewTable = function GridViewTable(_ref) {
125
125
  }));
126
126
  };
127
127
  var AutoSizerContent = function AutoSizerContent(props) {
128
- var _tableProps$paginatio8, _tableProps$paginatio9, _tableProps$paginatio10;
128
+ var _tableProps$paginatio9, _tableProps$paginatio10, _tableProps$paginatio11, _tableProps$paginatio12;
129
129
  var tableProps = props.tableProps,
130
130
  dataSource = props.dataSource,
131
131
  paginationConfig = props.paginationConfig,
@@ -139,13 +139,13 @@ var AutoSizerContent = function AutoSizerContent(props) {
139
139
  wait: 500
140
140
  });
141
141
  var isShowPagination = useMemo(function () {
142
- var _tableProps$paginatio3, _tableProps$paginatio4, _tableProps$paginatio5, _tableProps$paginatio6, _tableProps$paginatio7;
143
- var total = (tableProps === null || tableProps === void 0 || (_tableProps$paginatio3 = tableProps.pagination) === null || _tableProps$paginatio3 === void 0 ? void 0 : _tableProps$paginatio3.total) || (dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) || 0;
142
+ var _tableProps$paginatio3, _tableProps$paginatio4, _tableProps$paginatio5, _tableProps$paginatio6, _tableProps$paginatio7, _tableProps$paginatio8;
143
+ var total = (tableProps === null || tableProps === void 0 ? void 0 : (_tableProps$paginatio3 = tableProps.pagination) === null || _tableProps$paginatio3 === void 0 ? void 0 : _tableProps$paginatio3.total) || (dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) || 0;
144
144
  if (tableProps !== null && tableProps !== void 0 && (_tableProps$paginatio4 = tableProps.pagination) !== null && _tableProps$paginatio4 !== void 0 && _tableProps$paginatio4.localPagination) {
145
145
  total = (dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) || 0;
146
146
  }
147
- return total > ((tableProps === null || tableProps === void 0 || (_tableProps$paginatio5 = tableProps.pagination) === null || _tableProps$paginatio5 === void 0 ? void 0 : _tableProps$paginatio5.pageSize) || (tableProps === null || tableProps === void 0 || (_tableProps$paginatio6 = tableProps.pagination) === null || _tableProps$paginatio6 === void 0 || (_tableProps$paginatio6 = _tableProps$paginatio6.pageSizeOptions) === null || _tableProps$paginatio6 === void 0 ? void 0 : _tableProps$paginatio6[0]) || 10) || (tableProps === null || tableProps === void 0 || (_tableProps$paginatio7 = tableProps.pagination) === null || _tableProps$paginatio7 === void 0 ? void 0 : _tableProps$paginatio7.showPagination) && total > 10;
148
- }, [tableProps === null || tableProps === void 0 || (_tableProps$paginatio8 = tableProps.pagination) === null || _tableProps$paginatio8 === void 0 ? void 0 : _tableProps$paginatio8.localPagination, tableProps === null || tableProps === void 0 || (_tableProps$paginatio9 = tableProps.pagination) === null || _tableProps$paginatio9 === void 0 ? void 0 : _tableProps$paginatio9.total, dataSource.length, tableProps === null || tableProps === void 0 || (_tableProps$paginatio10 = tableProps.pagination) === null || _tableProps$paginatio10 === void 0 || (_tableProps$paginatio10 = _tableProps$paginatio10.pageSizeOptions) === null || _tableProps$paginatio10 === void 0 ? void 0 : _tableProps$paginatio10[0]]);
147
+ return total > ((tableProps === null || tableProps === void 0 ? void 0 : (_tableProps$paginatio5 = tableProps.pagination) === null || _tableProps$paginatio5 === void 0 ? void 0 : _tableProps$paginatio5.pageSize) || (tableProps === null || tableProps === void 0 ? void 0 : (_tableProps$paginatio6 = tableProps.pagination) === null || _tableProps$paginatio6 === void 0 ? void 0 : (_tableProps$paginatio7 = _tableProps$paginatio6.pageSizeOptions) === null || _tableProps$paginatio7 === void 0 ? void 0 : _tableProps$paginatio7[0]) || 10) || (tableProps === null || tableProps === void 0 ? void 0 : (_tableProps$paginatio8 = tableProps.pagination) === null || _tableProps$paginatio8 === void 0 ? void 0 : _tableProps$paginatio8.showPagination) && total > 10;
148
+ }, [tableProps === null || tableProps === void 0 ? void 0 : (_tableProps$paginatio9 = tableProps.pagination) === null || _tableProps$paginatio9 === void 0 ? void 0 : _tableProps$paginatio9.localPagination, tableProps === null || tableProps === void 0 ? void 0 : (_tableProps$paginatio10 = tableProps.pagination) === null || _tableProps$paginatio10 === void 0 ? void 0 : _tableProps$paginatio10.total, dataSource.length, tableProps === null || tableProps === void 0 ? void 0 : (_tableProps$paginatio11 = tableProps.pagination) === null || _tableProps$paginatio11 === void 0 ? void 0 : (_tableProps$paginatio12 = _tableProps$paginatio11.pageSizeOptions) === null || _tableProps$paginatio12 === void 0 ? void 0 : _tableProps$paginatio12[0]]);
149
149
  var scroll = useGenScroll({
150
150
  wrapHeight: height || 500,
151
151
  scroll: tableProps.scroll,
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  import "./index.less";
3
- declare const SortRow: ({ children, rowKey, onSortChange }: any) => JSX.Element;
3
+ declare const SortRow: ({ children, rowKey, onSortChange }: any) => React.JSX.Element;
4
4
  export default SortRow;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const summary: (props: any) => JSX.Element;
1
+ import React from "react";
2
+ declare const summary: (props: any) => React.JSX.Element;
3
3
  export default summary;
@@ -1,5 +1,5 @@
1
1
  var _excluded = ["view_mode"];
2
- 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 _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); }
3
3
  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; }
4
4
  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; }
5
5
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
@@ -8,11 +8,11 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
8
8
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
9
9
  function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
10
10
  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; }
11
- 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; }
12
- 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; }
11
+ 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; }
12
+ 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; }
13
13
  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; }
14
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
15
- 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); }
14
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
+ 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); }
16
16
  import React from "react";
17
17
  import dayjs from "dayjs";
18
18
  import { isBoolean, isFunction, isJson, isNumber, isString } from "@pisell/utils";
@@ -248,11 +248,6 @@ export var groupDataSource = function groupDataSource(dataSource, group, rowKey)
248
248
  }, {}));
249
249
  return newDataSource;
250
250
  };
251
-
252
- /**
253
- * 本地存储的表格设置对象
254
- */
255
-
256
251
  /**
257
252
  * 将表格设置保存到本地存储
258
253
  * @param tableId 表格id
@@ -334,7 +329,7 @@ export var setFormValuesToLocalStorage = function setFormValuesToLocalStorage(_r
334
329
  currentSettingHash = _ref5.currentSettingHash;
335
330
  if (!tableId) return;
336
331
  var obj = {};
337
- keys === null || keys === void 0 || keys.forEach(function (key) {
332
+ keys === null || keys === void 0 ? void 0 : keys.forEach(function (key) {
338
333
  obj[key] = allValues === null || allValues === void 0 ? void 0 : allValues[key];
339
334
  });
340
335
  return setTableSettingToLocalStorage({
@@ -392,8 +387,8 @@ export var mergeFilterSetting = function mergeFilterSetting(_ref6) {
392
387
  if (!tableId || !quickFilter || !otherFilter) {
393
388
  var _sortList$slice, _sortList$slice2;
394
389
  return {
395
- quickFilter: (sortList === null || sortList === void 0 || (_sortList$slice = sortList.slice) === null || _sortList$slice === void 0 ? void 0 : _sortList$slice.call(sortList, 0, quickFilterMaxLength)) || [],
396
- otherFilter: (sortList === null || sortList === void 0 || (_sortList$slice2 = sortList.slice) === null || _sortList$slice2 === void 0 ? void 0 : _sortList$slice2.call(sortList, quickFilterMaxLength)) || [],
390
+ quickFilter: (sortList === null || sortList === void 0 ? void 0 : (_sortList$slice = sortList.slice) === null || _sortList$slice === void 0 ? void 0 : _sortList$slice.call(sortList, 0, quickFilterMaxLength)) || [],
391
+ otherFilter: (sortList === null || sortList === void 0 ? void 0 : (_sortList$slice2 = sortList.slice) === null || _sortList$slice2 === void 0 ? void 0 : _sortList$slice2.call(sortList, quickFilterMaxLength)) || [],
397
392
  notSortFilter: notSortList
398
393
  };
399
394
  }
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  interface SortIconProps {
3
3
  sortOrder: null | "ascend" | "descend";
4
4
  }
5
- declare const SortIcon: (props: SortIconProps) => JSX.Element;
5
+ declare const SortIcon: (props: SortIconProps) => React.JSX.Element;
6
6
  export default SortIcon;
@@ -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, { useCallback, useMemo } from 'react';
8
8
  import OriginTabs from "../../tabs";
9
9
  var Tabs = function Tabs(_ref) {
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { GridViewProps } from '../types';
3
3
  declare const View: (props: GridViewProps & {
4
4
  setTableSetting: (values: Record<string, any>) => void;
5
- }) => JSX.Element;
5
+ }) => React.JSX.Element;
6
6
  export default View;
@@ -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 { useMemo } from "react";
8
8
  import { getSettingKeyArrByMode, getTableSettingByCurrentViewMode, getTableSettingFromLocalStorage, mergeColumnSetting, mergeFilterSetting, setFormValuesToLocalStorage } from "../Table/utils";
9
9
  import useEngineContext from "../../../hooks/useEngineContext";
@@ -37,7 +37,7 @@ var useTableSetting = function useTableSetting(params) {
37
37
  return propsColumns;
38
38
  } else if (currentViewMode === "gallery") {
39
39
  var _gallery$content;
40
- return ((gallery === null || gallery === void 0 || (_gallery$content = gallery.content) === null || _gallery$content === void 0 ? void 0 : _gallery$content.fields) || []).filter(function (item) {
40
+ return ((gallery === null || gallery === void 0 ? void 0 : (_gallery$content = gallery.content) === null || _gallery$content === void 0 ? void 0 : _gallery$content.fields) || []).filter(function (item) {
41
41
  return item.show;
42
42
  }).map(function (item) {
43
43
  return columnsMap.get(item.columnKey);
@@ -52,10 +52,10 @@ var useTableSetting = function useTableSetting(params) {
52
52
  var defaultGalleryCoverSetting = useMemo(function () {
53
53
  var _gallery$cover, _columns$find;
54
54
  return {
55
- coverObjectFit: gallery === null || gallery === void 0 || (_gallery$cover = gallery.cover) === null || _gallery$cover === void 0 ? void 0 : _gallery$cover.objectFit,
55
+ coverObjectFit: gallery === null || gallery === void 0 ? void 0 : (_gallery$cover = gallery.cover) === null || _gallery$cover === void 0 ? void 0 : _gallery$cover.objectFit,
56
56
  coverField: (_columns$find = columns.find(function (column) {
57
- var _gallery$cover2;
58
- return column.key === (gallery === null || gallery === void 0 || (_gallery$cover2 = gallery.cover) === null || _gallery$cover2 === void 0 || (_gallery$cover2 = _gallery$cover2.fields) === null || _gallery$cover2 === void 0 ? void 0 : _gallery$cover2[0]);
57
+ var _gallery$cover2, _gallery$cover2$field;
58
+ return column.key === (gallery === null || gallery === void 0 ? void 0 : (_gallery$cover2 = gallery.cover) === null || _gallery$cover2 === void 0 ? void 0 : (_gallery$cover2$field = _gallery$cover2.fields) === null || _gallery$cover2$field === void 0 ? void 0 : _gallery$cover2$field[0]);
59
59
  })) === null || _columns$find === void 0 ? void 0 : _columns$find.dataIndex,
60
60
  compactMode: "default",
61
61
  isShowLabel: true
@@ -118,10 +118,10 @@ var useTableSetting = function useTableSetting(params) {
118
118
  var _mergedSetting$item, _mergedSetting$item2, _mergedSetting$item3, _mergedSetting$item$i, _mergedSetting$item4;
119
119
  setting[item] = _objectSpread(_objectSpread({}, mergedSetting === null || mergedSetting === void 0 ? void 0 : mergedSetting[item]), {}, {
120
120
  // 本地没有默认封面效果时取配置中的
121
- coverObjectFit: (mergedSetting === null || mergedSetting === void 0 || (_mergedSetting$item = mergedSetting[item]) === null || _mergedSetting$item === void 0 ? void 0 : _mergedSetting$item.coverObjectFit) || defaultGalleryCoverSetting.coverObjectFit,
122
- coverField: (mergedSetting === null || mergedSetting === void 0 || (_mergedSetting$item2 = mergedSetting[item]) === null || _mergedSetting$item2 === void 0 ? void 0 : _mergedSetting$item2.coverField) || defaultGalleryCoverSetting.coverField,
123
- compactMode: (mergedSetting === null || mergedSetting === void 0 || (_mergedSetting$item3 = mergedSetting[item]) === null || _mergedSetting$item3 === void 0 ? void 0 : _mergedSetting$item3.compactMode) || defaultGalleryCoverSetting.compactMode,
124
- isShowLabel: (_mergedSetting$item$i = mergedSetting === null || mergedSetting === void 0 || (_mergedSetting$item4 = mergedSetting[item]) === null || _mergedSetting$item4 === void 0 ? void 0 : _mergedSetting$item4.isShowLabel) !== null && _mergedSetting$item$i !== void 0 ? _mergedSetting$item$i : defaultGalleryCoverSetting.isShowLabel
121
+ coverObjectFit: (mergedSetting === null || mergedSetting === void 0 ? void 0 : (_mergedSetting$item = mergedSetting[item]) === null || _mergedSetting$item === void 0 ? void 0 : _mergedSetting$item.coverObjectFit) || defaultGalleryCoverSetting.coverObjectFit,
122
+ coverField: (mergedSetting === null || mergedSetting === void 0 ? void 0 : (_mergedSetting$item2 = mergedSetting[item]) === null || _mergedSetting$item2 === void 0 ? void 0 : _mergedSetting$item2.coverField) || defaultGalleryCoverSetting.coverField,
123
+ compactMode: (mergedSetting === null || mergedSetting === void 0 ? void 0 : (_mergedSetting$item3 = mergedSetting[item]) === null || _mergedSetting$item3 === void 0 ? void 0 : _mergedSetting$item3.compactMode) || defaultGalleryCoverSetting.compactMode,
124
+ isShowLabel: (_mergedSetting$item$i = mergedSetting === null || mergedSetting === void 0 ? void 0 : (_mergedSetting$item4 = mergedSetting[item]) === null || _mergedSetting$item4 === void 0 ? void 0 : _mergedSetting$item4.isShowLabel) !== null && _mergedSetting$item$i !== void 0 ? _mergedSetting$item$i : defaultGalleryCoverSetting.isShowLabel
125
125
  });
126
126
  } else {
127
127
  setting[item] = mergedSetting === null || mergedSetting === void 0 ? void 0 : mergedSetting[item];
@@ -186,6 +186,7 @@ var useTableSetting = function useTableSetting(params) {
186
186
  }
187
187
  */
188
188
  });
189
+
189
190
  var tableSetting = useMemo(function () {
190
191
  return _objectSpread(_objectSpread({}, tableLocalSetting), defaultTableSetting);
191
192
  }, [tableLocalSetting, defaultTableSetting]);
@@ -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 { useMemo } from "react";
8
8
  import { isArr } from "@pisell/utils";
@@ -43,9 +43,9 @@ var useTriggerValuesChange = function useTriggerValuesChange(params) {
43
43
  */
44
44
  if (changedKey === "order_by") {
45
45
  if (sortShow && sortList !== null && sortList !== void 0 && sortList.length) {
46
- var _value$split;
46
+ var _value$split, _value$split$call;
47
47
  var value = changedValues[changedKey];
48
- var sortField = (value === null || value === void 0 || (_value$split = value.split) === null || _value$split === void 0 || (_value$split = _value$split.call(value, ":")) === null || _value$split === void 0 ? void 0 : _value$split[0]) || "";
48
+ var sortField = (value === null || value === void 0 ? void 0 : (_value$split = value.split) === null || _value$split === void 0 ? void 0 : (_value$split$call = _value$split.call(value, ":")) === null || _value$split$call === void 0 ? void 0 : _value$split$call[0]) || "";
49
49
  var remoteSortKeys = sortList.filter(function (item) {
50
50
  return !item.localFilter;
51
51
  }).map(function (item) {