@pisell/materials 6.3.34 → 6.3.35

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 (608) 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 +5 -5
  6. package/build/lowcode/preview.css +1 -1
  7. package/build/lowcode/preview.js +426 -145
  8. package/build/lowcode/render/default/view.css +1 -1
  9. package/build/lowcode/render/default/view.js +39 -36
  10. package/build/lowcode/view.css +1 -1
  11. package/build/lowcode/view.js +32 -29
  12. package/es/components/DragSortList/index.d.ts +1 -1
  13. package/es/components/MultipleContainersSortList/index.d.ts +1 -1
  14. package/es/components/Pagination/index.d.ts +2 -3
  15. package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +2 -2
  16. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +2 -2
  17. package/es/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +1 -1
  18. package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
  19. package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +1 -2
  20. package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
  21. package/es/components/PisellCards/components/TabCard/TabCard.d.ts +2 -2
  22. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +2 -2
  23. package/es/components/PisellCards/index.d.ts +6 -5
  24. package/es/components/PisellFields/index.d.ts +1 -0
  25. package/es/components/PisellLayouts/index.d.ts +3 -2
  26. package/es/components/PisellMetrics/index.d.ts +3 -2
  27. package/es/components/PisellScrollView/components/Actions/index.d.ts +1 -1
  28. package/es/components/appVersionControl/index.d.ts +2 -2
  29. package/es/components/auto-complete-number/index.d.ts +2 -2
  30. package/es/components/badge/index.d.ts +2 -2
  31. package/es/components/batch-editor/fields/Image/index.d.ts +1 -1
  32. package/es/components/batch-editor/fields/Text/index.d.ts +1 -1
  33. package/es/components/batch-editor/fields/index.d.ts +3 -2
  34. package/es/components/batch-editor/index.d.ts +2 -2
  35. package/es/components/browserSelect/index.d.ts +1 -1
  36. package/es/components/calendar/index.d.ts +2 -1
  37. package/es/components/cardMetricItem/index.d.ts +1 -1
  38. package/es/components/cardPro/index.d.ts +2 -2
  39. package/es/components/checkbox/index.d.ts +2 -1
  40. package/es/components/classicLayout/index.d.ts +2 -2
  41. package/es/components/colorPicker/index.d.ts +2 -2
  42. package/es/components/config-provider/index.d.ts +2 -2
  43. package/es/components/customSelect/index.d.ts +1 -1
  44. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -2
  45. package/es/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
  46. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
  47. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
  48. package/es/components/dataSourceComponents/dataSourceMenu/index.d.ts +1 -1
  49. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -2
  50. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +2 -1
  51. package/es/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
  52. package/es/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
  53. package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +2 -2
  54. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +2 -3
  55. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  56. package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +3 -3
  57. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
  58. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +5 -5
  59. package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
  60. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +2 -2
  61. package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -2
  62. package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -2
  63. package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -2
  64. package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -2
  65. package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -2
  66. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -2
  67. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -2
  68. package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -2
  69. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  70. package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -2
  71. package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -2
  72. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +2 -2
  73. package/es/components/dataSourceComponents/fields/Select/index.d.ts +2 -2
  74. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +2 -1
  75. package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -2
  76. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -2
  77. package/es/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +2 -2
  78. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -2
  79. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  80. package/es/components/dataSourceComponents/fields/index.d.ts +19 -18
  81. package/es/components/dataSourceComponents/hooks/useActions.d.ts +5 -5
  82. package/es/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +3 -8
  83. package/es/components/date-picker/datePickerCpt.d.ts +1 -2
  84. package/es/components/date-picker/index.d.ts +2 -1
  85. package/es/components/drag-sort-tree/index.d.ts +2 -2
  86. package/es/components/dropdown/index.d.ts +2 -2
  87. package/es/components/filter/components/items/index.d.ts +7 -6
  88. package/es/components/filter/components/items/text/Editor/index.d.ts +2 -1
  89. package/es/components/filter/components/items/text/Preview/index.d.ts +2 -1
  90. package/es/components/filter/components/items/text/index.d.ts +3 -2
  91. package/es/components/filter/index.d.ts +1 -2
  92. package/es/components/keyboard/index.d.ts +1 -1
  93. package/es/components/list/index.d.ts +1 -2
  94. package/es/components/lowCodePage/index.d.ts +1 -2
  95. package/es/components/page/index.d.ts +2 -2
  96. package/es/components/page-header/index.d.ts +1 -1
  97. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -2
  98. package/es/components/pisellAlert/index.d.ts +1 -1
  99. package/es/components/pisellCard/index.d.ts +2 -2
  100. package/es/components/pisellCheckboxGroup/index.d.ts +1 -1
  101. package/es/components/pisellCountdown/index.d.ts +1 -1
  102. package/es/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +2 -2
  103. package/es/components/pisellDataSourceContainer/provider/HandleActions.d.ts +1 -1
  104. package/es/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
  105. package/es/components/pisellDatePicker/index.d.ts +2 -1
  106. package/es/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
  107. package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +1 -1
  108. package/es/components/pisellDraggable/index.d.ts +2 -2
  109. package/es/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
  110. package/es/components/pisellEmpty/index.d.ts +1 -1
  111. package/es/components/pisellFilter/index.d.ts +2 -2
  112. package/es/components/pisellFloatingPanel/index.d.ts +1 -1
  113. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +2 -7
  114. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +1 -1
  115. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +5 -9
  116. package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +2 -6
  117. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +2 -5
  118. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +2 -5
  119. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +1 -1
  120. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +2 -5
  121. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +1 -1
  122. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +1 -1
  123. package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +1 -1
  124. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +1 -1
  125. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +1 -1
  126. package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +1 -1
  127. package/es/components/pisellGoodPassCard/index.d.ts +1 -1
  128. package/es/components/pisellGridPro/GridPro.d.ts +1 -1
  129. package/es/components/pisellGridPro/GridView/index.d.ts +2 -2
  130. package/es/components/pisellGridPro/components/DataCard/index.d.ts +2 -2
  131. package/es/components/pisellGridPro/components/Footer/index.d.ts +1 -1
  132. package/es/components/pisellInformationEntry/Input/index.d.ts +1 -1
  133. package/es/components/pisellInformationEntry/Scan/index.d.ts +2 -2
  134. package/es/components/pisellInformationEntry/index.d.ts +1 -1
  135. package/es/components/pisellInput/components/BankCard/index.d.ts +2 -2
  136. package/es/components/pisellInput/components/Copy/index.d.ts +1 -2
  137. package/es/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
  138. package/es/components/pisellInput/index.d.ts +5 -5
  139. package/es/components/pisellLoading/index.d.ts +1 -2
  140. package/es/components/pisellModal/components/Information/index.d.ts +1 -1
  141. package/es/components/pisellModal/components/IpadModal/index.d.ts +2 -2
  142. package/es/components/pisellModal/components/MobileModal/index.d.ts +2 -2
  143. package/es/components/pisellModal/components/PcModal/index.d.ts +1 -1
  144. package/es/components/pisellModal/components/index.d.ts +4 -3
  145. package/es/components/pisellModal/index.d.ts +2 -2
  146. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +2 -2
  147. package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +2 -2
  148. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +2 -2
  149. package/es/components/pisellRow/index.d.ts +1 -1
  150. package/es/components/pisellSort/index.d.ts +2 -2
  151. package/es/components/pisellStatisticList/index.d.ts +1 -1
  152. package/es/components/pisellTags/index.d.ts +1 -1
  153. package/es/components/pisellText/components/Amount/index.d.ts +1 -1
  154. package/es/components/pisellText/index.d.ts +2 -2
  155. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +2 -2
  156. package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +1 -1
  157. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +1 -1
  158. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +1 -1
  159. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +1 -1
  160. package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +1 -1
  161. package/es/components/pisellTooltip/index.d.ts +2 -2
  162. package/es/components/pisellUpload/index.d.ts +2 -2
  163. package/es/components/pisellWalletPassCard/index.d.ts +1 -2
  164. package/es/components/productCard/components/Action/index.d.ts +2 -2
  165. package/es/components/productCard/components/AmountFooter/index.d.ts +1 -2
  166. package/es/components/productCard/components/Divider/index.d.ts +2 -2
  167. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +2 -2
  168. package/es/components/productCard/components/Header/EditButton/index.d.ts +1 -2
  169. package/es/components/productCard/components/Header/index.d.ts +1 -2
  170. package/es/components/productCard/components/MultiDay/index.d.ts +1 -2
  171. package/es/components/productCard/components/Note/index.d.ts +1 -2
  172. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -2
  173. package/es/components/productCard/components/Packages/components/options/index.d.ts +1 -2
  174. package/es/components/productCard/components/Packages/index.d.ts +1 -2
  175. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  176. package/es/components/productCard/components/Sales/index.d.ts +1 -2
  177. package/es/components/productCard/components/Time/components/Like/index.d.ts +2 -2
  178. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -2
  179. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -2
  180. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -2
  181. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -2
  182. package/es/components/productCard/components/Time/index.d.ts +2 -2
  183. package/es/components/qrcode/index.d.ts +1 -2
  184. package/es/components/radio/index.d.ts +2 -1
  185. package/es/components/section-footers/index.d.ts +1 -1
  186. package/es/components/segmented/index.d.ts +2 -2
  187. package/es/components/select-time/RightPanel/index.d.ts +2 -2
  188. package/es/components/select-time/index.d.ts +2 -2
  189. package/es/components/skeleton/index.d.ts +2 -1
  190. package/es/components/slider/index.d.ts +2 -2
  191. package/es/components/sort/components/InlineMenu/index.d.ts +2 -2
  192. package/es/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
  193. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -2
  194. package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -2
  195. package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -2
  196. package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -2
  197. package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -2
  198. package/es/components/table/Actions/component/ExportImport/index.d.ts +2 -2
  199. package/es/components/table/Actions/component/GallerySetting/index.d.ts +1 -2
  200. package/es/components/table/Actions/component/GallerySetting/index.js +10 -9
  201. package/es/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
  202. package/es/components/table/Actions/component/Group/index.d.ts +2 -2
  203. package/es/components/table/Actions/component/ViewMode/index.d.ts +2 -2
  204. package/es/components/table/Actions/index.d.ts +1 -2
  205. package/es/components/table/BasicTable/index.d.ts +1 -2
  206. package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -2
  207. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -2
  208. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -2
  209. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
  210. package/es/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
  211. package/es/components/table/Gallery/index.d.ts +1 -1
  212. package/es/components/table/Header/index.d.ts +1 -1
  213. package/es/components/table/Summary/index.d.ts +2 -2
  214. package/es/components/table/Table/SelectField/index.d.ts +2 -2
  215. package/es/components/table/Table/fields/date/Config/index.d.ts +2 -2
  216. package/es/components/table/Table/fields/date/Show/index.d.ts +1 -2
  217. package/es/components/table/Table/fields/date/Sort/index.d.ts +2 -2
  218. package/es/components/table/Table/fields/date/index.d.ts +4 -3
  219. package/es/components/table/Table/fields/image/Config/index.d.ts +2 -2
  220. package/es/components/table/Table/fields/image/Show/index.d.ts +2 -2
  221. package/es/components/table/Table/fields/image/Sort/index.d.ts +2 -2
  222. package/es/components/table/Table/fields/image/index.d.ts +4 -3
  223. package/es/components/table/Table/fields/index.d.ts +76 -75
  224. package/es/components/table/Table/fields/link/Config/index.d.ts +2 -2
  225. package/es/components/table/Table/fields/link/Show/index.d.ts +1 -2
  226. package/es/components/table/Table/fields/link/Sort/index.d.ts +2 -2
  227. package/es/components/table/Table/fields/link/index.d.ts +4 -3
  228. package/es/components/table/Table/fields/number/Config/index.d.ts +2 -2
  229. package/es/components/table/Table/fields/number/Show/index.d.ts +2 -2
  230. package/es/components/table/Table/fields/number/Sort/index.d.ts +2 -2
  231. package/es/components/table/Table/fields/number/index.d.ts +4 -3
  232. package/es/components/table/Table/fields/numberRange/Config/index.d.ts +2 -2
  233. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +2 -2
  234. package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -2
  235. package/es/components/table/Table/fields/numberRange/index.d.ts +4 -3
  236. package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -2
  237. package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -2
  238. package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -2
  239. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +4 -3
  240. package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -2
  241. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
  242. package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -2
  243. package/es/components/table/Table/fields/pSwitch/index.d.ts +4 -3
  244. package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -2
  245. package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -2
  246. package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -2
  247. package/es/components/table/Table/fields/rangePicker/index.d.ts +4 -3
  248. package/es/components/table/Table/fields/search/Config/index.d.ts +2 -2
  249. package/es/components/table/Table/fields/search/Show/index.d.ts +2 -2
  250. package/es/components/table/Table/fields/search/Sort/index.d.ts +2 -2
  251. package/es/components/table/Table/fields/search/index.d.ts +4 -3
  252. package/es/components/table/Table/fields/select/Config/index.d.ts +2 -2
  253. package/es/components/table/Table/fields/select/Show/index.d.ts +2 -2
  254. package/es/components/table/Table/fields/select/Sort/index.d.ts +2 -2
  255. package/es/components/table/Table/fields/select/index.d.ts +3 -3
  256. package/es/components/table/Table/fields/text/Config/index.d.ts +2 -2
  257. package/es/components/table/Table/fields/text/Show/index.d.ts +2 -2
  258. package/es/components/table/Table/fields/text/Sort/index.d.ts +2 -2
  259. package/es/components/table/Table/fields/text/index.d.ts +4 -3
  260. package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -2
  261. package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -2
  262. package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -2
  263. package/es/components/table/Table/fields/treeSelect/index.d.ts +3 -3
  264. package/es/components/table/Table/tableConfig/SortRow/index.d.ts +1 -2
  265. package/es/components/table/Table/tableConfig/summary/index.d.ts +2 -2
  266. package/es/components/table/Table/utils.d.ts +1 -1
  267. package/es/components/table/TableFilter/SortIcon.d.ts +2 -2
  268. package/es/components/table/View/index.d.ts +1 -2
  269. package/es/components/table/hooks/useMergeColumnSetting.d.ts +1 -1
  270. package/es/components/table/hooks/useTableSetting.d.ts +1 -1
  271. package/es/components/table/model.d.ts +1 -1
  272. package/es/components/tabs/index.d.ts +2 -2
  273. package/es/components/time-picker/index.d.ts +2 -1
  274. package/es/components/upload/index.d.ts +2 -1
  275. package/es/components/versionSelect/index.d.ts +2 -2
  276. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +2 -2
  277. package/es/components/virtual-keyboard/Time/index.d.ts +1 -1
  278. package/es/components/virtual-keyboard/Time/utils.d.ts +2 -1
  279. package/es/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
  280. package/es/components/virtual-keyboard/index.d.ts +1 -1
  281. package/es/components/walletCard/Guest/index.d.ts +2 -2
  282. package/es/components/walletCard/Guide/index.d.ts +2 -2
  283. package/es/locales/en-US.d.ts +9 -0
  284. package/es/locales/en-US.js +9 -0
  285. package/es/locales/ja.d.ts +9 -0
  286. package/es/locales/ja.js +9 -0
  287. package/es/locales/pt.d.ts +9 -0
  288. package/es/locales/pt.js +9 -0
  289. package/es/locales/zh-CN.d.ts +9 -0
  290. package/es/locales/zh-CN.js +9 -0
  291. package/es/locales/zh-TW.d.ts +9 -0
  292. package/es/locales/zh-TW.js +9 -0
  293. package/es/pisell-materials.tw.css +1 -1
  294. package/es/utils/hoc.d.ts +5 -5
  295. package/es/utils/miniRedux.d.ts +1 -1
  296. package/lib/components/DragSortList/index.d.ts +1 -1
  297. package/lib/components/MultipleContainersSortList/index.d.ts +1 -1
  298. package/lib/components/Pagination/index.d.ts +2 -3
  299. package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +2 -2
  300. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +2 -2
  301. package/lib/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +1 -1
  302. package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +1 -0
  303. package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +1 -2
  304. package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +1 -0
  305. package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +2 -2
  306. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +2 -2
  307. package/lib/components/PisellCards/index.d.ts +6 -5
  308. package/lib/components/PisellFields/index.d.ts +1 -0
  309. package/lib/components/PisellLayouts/index.d.ts +3 -2
  310. package/lib/components/PisellMetrics/index.d.ts +3 -2
  311. package/lib/components/PisellScrollView/components/Actions/index.d.ts +1 -1
  312. package/lib/components/appVersionControl/index.d.ts +2 -2
  313. package/lib/components/auto-complete-number/index.d.ts +2 -2
  314. package/lib/components/badge/index.d.ts +2 -2
  315. package/lib/components/batch-editor/fields/Image/index.d.ts +1 -1
  316. package/lib/components/batch-editor/fields/Text/index.d.ts +1 -1
  317. package/lib/components/batch-editor/fields/index.d.ts +3 -2
  318. package/lib/components/batch-editor/index.d.ts +2 -2
  319. package/lib/components/browserSelect/index.d.ts +1 -1
  320. package/lib/components/calendar/index.d.ts +2 -1
  321. package/lib/components/cardMetricItem/index.d.ts +1 -1
  322. package/lib/components/cardPro/index.d.ts +2 -2
  323. package/lib/components/checkbox/index.d.ts +2 -1
  324. package/lib/components/classicLayout/index.d.ts +2 -2
  325. package/lib/components/colorPicker/index.d.ts +2 -2
  326. package/lib/components/config-provider/index.d.ts +2 -2
  327. package/lib/components/customSelect/index.d.ts +1 -1
  328. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -2
  329. package/lib/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
  330. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
  331. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
  332. package/lib/components/dataSourceComponents/dataSourceMenu/index.d.ts +1 -1
  333. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +2 -2
  334. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +2 -1
  335. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
  336. package/lib/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
  337. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +2 -2
  338. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +2 -3
  339. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +1 -0
  340. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +3 -3
  341. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +4 -4
  342. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +5 -5
  343. package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
  344. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +2 -2
  345. package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +2 -2
  346. package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +2 -2
  347. package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +2 -2
  348. package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +2 -2
  349. package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +2 -2
  350. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -2
  351. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -2
  352. package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +2 -2
  353. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  354. package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +2 -2
  355. package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +2 -2
  356. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +2 -2
  357. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +2 -2
  358. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +2 -1
  359. package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +2 -2
  360. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +2 -2
  361. package/lib/components/dataSourceComponents/fields/Upload/CameraPopover.d.ts +2 -2
  362. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -2
  363. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  364. package/lib/components/dataSourceComponents/fields/index.d.ts +19 -18
  365. package/lib/components/dataSourceComponents/hooks/useActions.d.ts +5 -5
  366. package/lib/components/dataSourceComponents/hooks/useParseActionsVariable.d.ts +3 -8
  367. package/lib/components/date-picker/datePickerCpt.d.ts +1 -2
  368. package/lib/components/date-picker/index.d.ts +2 -1
  369. package/lib/components/drag-sort-tree/index.d.ts +2 -2
  370. package/lib/components/dropdown/index.d.ts +2 -2
  371. package/lib/components/filter/components/items/index.d.ts +7 -6
  372. package/lib/components/filter/components/items/text/Editor/index.d.ts +2 -1
  373. package/lib/components/filter/components/items/text/Preview/index.d.ts +2 -1
  374. package/lib/components/filter/components/items/text/index.d.ts +3 -2
  375. package/lib/components/filter/index.d.ts +1 -2
  376. package/lib/components/keyboard/index.d.ts +1 -1
  377. package/lib/components/list/index.d.ts +1 -2
  378. package/lib/components/lowCodePage/index.d.ts +1 -2
  379. package/lib/components/page/index.d.ts +2 -2
  380. package/lib/components/page-header/index.d.ts +1 -1
  381. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -2
  382. package/lib/components/pisellAlert/index.d.ts +1 -1
  383. package/lib/components/pisellCard/index.d.ts +2 -2
  384. package/lib/components/pisellCheckboxGroup/index.d.ts +1 -1
  385. package/lib/components/pisellCountdown/index.d.ts +1 -1
  386. package/lib/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +2 -2
  387. package/lib/components/pisellDataSourceContainer/provider/HandleActions.d.ts +1 -1
  388. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +2 -2
  389. package/lib/components/pisellDatePicker/index.d.ts +2 -1
  390. package/lib/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
  391. package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +1 -1
  392. package/lib/components/pisellDraggable/index.d.ts +2 -2
  393. package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
  394. package/lib/components/pisellEmpty/index.d.ts +1 -1
  395. package/lib/components/pisellFilter/index.d.ts +2 -2
  396. package/lib/components/pisellFloatingPanel/index.d.ts +1 -1
  397. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +2 -7
  398. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +1 -1
  399. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +5 -9
  400. package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +2 -6
  401. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +2 -5
  402. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +2 -5
  403. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +1 -1
  404. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +2 -5
  405. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +1 -1
  406. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +1 -1
  407. package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +1 -1
  408. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +1 -1
  409. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +1 -1
  410. package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +1 -1
  411. package/lib/components/pisellGoodPassCard/index.d.ts +1 -1
  412. package/lib/components/pisellGridPro/GridPro.d.ts +1 -1
  413. package/lib/components/pisellGridPro/GridView/index.d.ts +2 -2
  414. package/lib/components/pisellGridPro/components/DataCard/index.d.ts +2 -2
  415. package/lib/components/pisellGridPro/components/Footer/index.d.ts +1 -1
  416. package/lib/components/pisellInformationEntry/Input/index.d.ts +1 -1
  417. package/lib/components/pisellInformationEntry/Scan/index.d.ts +2 -2
  418. package/lib/components/pisellInformationEntry/index.d.ts +1 -1
  419. package/lib/components/pisellInput/components/BankCard/index.d.ts +2 -2
  420. package/lib/components/pisellInput/components/Copy/index.d.ts +1 -2
  421. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +2 -2
  422. package/lib/components/pisellInput/index.d.ts +5 -5
  423. package/lib/components/pisellLoading/index.d.ts +1 -2
  424. package/lib/components/pisellModal/components/Information/index.d.ts +1 -1
  425. package/lib/components/pisellModal/components/IpadModal/index.d.ts +2 -2
  426. package/lib/components/pisellModal/components/MobileModal/index.d.ts +2 -2
  427. package/lib/components/pisellModal/components/PcModal/index.d.ts +1 -1
  428. package/lib/components/pisellModal/components/index.d.ts +4 -3
  429. package/lib/components/pisellModal/index.d.ts +2 -2
  430. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +2 -2
  431. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +2 -2
  432. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +2 -2
  433. package/lib/components/pisellRow/index.d.ts +1 -1
  434. package/lib/components/pisellSort/index.d.ts +2 -2
  435. package/lib/components/pisellStatisticList/index.d.ts +1 -1
  436. package/lib/components/pisellTags/index.d.ts +1 -1
  437. package/lib/components/pisellText/components/Amount/index.d.ts +1 -1
  438. package/lib/components/pisellText/index.d.ts +2 -2
  439. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +2 -2
  440. package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +1 -1
  441. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +1 -1
  442. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +1 -1
  443. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +1 -1
  444. package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +1 -1
  445. package/lib/components/pisellTooltip/index.d.ts +2 -2
  446. package/lib/components/pisellUpload/index.d.ts +2 -2
  447. package/lib/components/pisellWalletPassCard/index.d.ts +1 -2
  448. package/lib/components/productCard/components/Action/index.d.ts +2 -2
  449. package/lib/components/productCard/components/AmountFooter/index.d.ts +1 -2
  450. package/lib/components/productCard/components/Divider/index.d.ts +2 -2
  451. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +2 -2
  452. package/lib/components/productCard/components/Header/EditButton/index.d.ts +1 -2
  453. package/lib/components/productCard/components/Header/index.d.ts +1 -2
  454. package/lib/components/productCard/components/MultiDay/index.d.ts +1 -2
  455. package/lib/components/productCard/components/Note/index.d.ts +1 -2
  456. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -2
  457. package/lib/components/productCard/components/Packages/components/options/index.d.ts +1 -2
  458. package/lib/components/productCard/components/Packages/index.d.ts +1 -2
  459. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  460. package/lib/components/productCard/components/Sales/index.d.ts +1 -2
  461. package/lib/components/productCard/components/Time/components/Like/index.d.ts +2 -2
  462. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -2
  463. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -2
  464. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -2
  465. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -2
  466. package/lib/components/productCard/components/Time/index.d.ts +2 -2
  467. package/lib/components/qrcode/index.d.ts +1 -2
  468. package/lib/components/radio/index.d.ts +2 -1
  469. package/lib/components/section-footers/index.d.ts +1 -1
  470. package/lib/components/segmented/index.d.ts +2 -2
  471. package/lib/components/select-time/RightPanel/index.d.ts +2 -2
  472. package/lib/components/select-time/index.d.ts +2 -2
  473. package/lib/components/skeleton/index.d.ts +2 -1
  474. package/lib/components/slider/index.d.ts +2 -2
  475. package/lib/components/sort/components/InlineMenu/index.d.ts +2 -2
  476. package/lib/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
  477. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +2 -2
  478. package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +2 -2
  479. package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +2 -2
  480. package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +2 -2
  481. package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +2 -2
  482. package/lib/components/table/Actions/component/ExportImport/index.d.ts +2 -2
  483. package/lib/components/table/Actions/component/GallerySetting/index.d.ts +1 -2
  484. package/lib/components/table/Actions/component/GallerySetting/index.js +22 -9
  485. package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +2 -2
  486. package/lib/components/table/Actions/component/Group/index.d.ts +2 -2
  487. package/lib/components/table/Actions/component/ViewMode/index.d.ts +2 -2
  488. package/lib/components/table/Actions/index.d.ts +1 -2
  489. package/lib/components/table/BasicTable/index.d.ts +1 -2
  490. package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +2 -2
  491. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -2
  492. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +2 -2
  493. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
  494. package/lib/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
  495. package/lib/components/table/Gallery/index.d.ts +1 -1
  496. package/lib/components/table/Header/index.d.ts +1 -1
  497. package/lib/components/table/Summary/index.d.ts +2 -2
  498. package/lib/components/table/Table/SelectField/index.d.ts +2 -2
  499. package/lib/components/table/Table/fields/date/Config/index.d.ts +2 -2
  500. package/lib/components/table/Table/fields/date/Show/index.d.ts +1 -2
  501. package/lib/components/table/Table/fields/date/Sort/index.d.ts +2 -2
  502. package/lib/components/table/Table/fields/date/index.d.ts +4 -3
  503. package/lib/components/table/Table/fields/image/Config/index.d.ts +2 -2
  504. package/lib/components/table/Table/fields/image/Show/index.d.ts +2 -2
  505. package/lib/components/table/Table/fields/image/Sort/index.d.ts +2 -2
  506. package/lib/components/table/Table/fields/image/index.d.ts +4 -3
  507. package/lib/components/table/Table/fields/index.d.ts +76 -75
  508. package/lib/components/table/Table/fields/link/Config/index.d.ts +2 -2
  509. package/lib/components/table/Table/fields/link/Show/index.d.ts +1 -2
  510. package/lib/components/table/Table/fields/link/Sort/index.d.ts +2 -2
  511. package/lib/components/table/Table/fields/link/index.d.ts +4 -3
  512. package/lib/components/table/Table/fields/number/Config/index.d.ts +2 -2
  513. package/lib/components/table/Table/fields/number/Show/index.d.ts +2 -2
  514. package/lib/components/table/Table/fields/number/Sort/index.d.ts +2 -2
  515. package/lib/components/table/Table/fields/number/index.d.ts +4 -3
  516. package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +2 -2
  517. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +2 -2
  518. package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +2 -2
  519. package/lib/components/table/Table/fields/numberRange/index.d.ts +4 -3
  520. package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +2 -2
  521. package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +2 -2
  522. package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +2 -2
  523. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +4 -3
  524. package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +2 -2
  525. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +2 -2
  526. package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +2 -2
  527. package/lib/components/table/Table/fields/pSwitch/index.d.ts +4 -3
  528. package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +2 -2
  529. package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +2 -2
  530. package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +2 -2
  531. package/lib/components/table/Table/fields/rangePicker/index.d.ts +4 -3
  532. package/lib/components/table/Table/fields/search/Config/index.d.ts +2 -2
  533. package/lib/components/table/Table/fields/search/Show/index.d.ts +2 -2
  534. package/lib/components/table/Table/fields/search/Sort/index.d.ts +2 -2
  535. package/lib/components/table/Table/fields/search/index.d.ts +4 -3
  536. package/lib/components/table/Table/fields/select/Config/index.d.ts +2 -2
  537. package/lib/components/table/Table/fields/select/Show/index.d.ts +2 -2
  538. package/lib/components/table/Table/fields/select/Sort/index.d.ts +2 -2
  539. package/lib/components/table/Table/fields/select/index.d.ts +3 -3
  540. package/lib/components/table/Table/fields/text/Config/index.d.ts +2 -2
  541. package/lib/components/table/Table/fields/text/Show/index.d.ts +2 -2
  542. package/lib/components/table/Table/fields/text/Sort/index.d.ts +2 -2
  543. package/lib/components/table/Table/fields/text/index.d.ts +4 -3
  544. package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +2 -2
  545. package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +2 -2
  546. package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +2 -2
  547. package/lib/components/table/Table/fields/treeSelect/index.d.ts +3 -3
  548. package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +1 -2
  549. package/lib/components/table/Table/tableConfig/summary/index.d.ts +2 -2
  550. package/lib/components/table/Table/utils.d.ts +1 -1
  551. package/lib/components/table/TableFilter/SortIcon.d.ts +2 -2
  552. package/lib/components/table/View/index.d.ts +1 -2
  553. package/lib/components/table/hooks/useMergeColumnSetting.d.ts +1 -1
  554. package/lib/components/table/hooks/useTableSetting.d.ts +1 -1
  555. package/lib/components/table/model.d.ts +1 -1
  556. package/lib/components/tabs/index.d.ts +2 -2
  557. package/lib/components/time-picker/index.d.ts +2 -1
  558. package/lib/components/upload/index.d.ts +2 -1
  559. package/lib/components/versionSelect/index.d.ts +2 -2
  560. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +2 -2
  561. package/lib/components/virtual-keyboard/Time/index.d.ts +1 -1
  562. package/lib/components/virtual-keyboard/Time/utils.d.ts +2 -1
  563. package/lib/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
  564. package/lib/components/virtual-keyboard/index.d.ts +1 -1
  565. package/lib/components/walletCard/Guest/index.d.ts +2 -2
  566. package/lib/components/walletCard/Guide/index.d.ts +2 -2
  567. package/lib/locales/en-US.d.ts +9 -0
  568. package/lib/locales/en-US.js +9 -0
  569. package/lib/locales/ja.d.ts +9 -0
  570. package/lib/locales/ja.js +9 -0
  571. package/lib/locales/pt.d.ts +9 -0
  572. package/lib/locales/pt.js +9 -0
  573. package/lib/locales/zh-CN.d.ts +9 -0
  574. package/lib/locales/zh-CN.js +9 -0
  575. package/lib/locales/zh-TW.d.ts +9 -0
  576. package/lib/locales/zh-TW.js +9 -0
  577. package/lib/pisell-materials.tw.css +1 -1
  578. package/lib/utils/hoc.d.ts +5 -5
  579. package/lib/utils/miniRedux.d.ts +1 -1
  580. package/package.json +19 -19
  581. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  582. package/es/components/pisellAdjustPrice/index.d.ts +0 -5
  583. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  584. package/es/components/pisellAdjustPrice/type.d.ts +0 -20
  585. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -7
  586. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -6
  587. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  588. package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
  589. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -21
  590. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  591. package/es/components/virtual-keyboard/Number/index.d.ts +0 -6
  592. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  593. package/es/components/virtual-keyboard/Number/types.d.ts +0 -25
  594. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  595. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  596. package/lib/components/pisellAdjustPrice/index.d.ts +0 -5
  597. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  598. package/lib/components/pisellAdjustPrice/type.d.ts +0 -20
  599. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -7
  600. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -6
  601. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  602. package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
  603. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -21
  604. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  605. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -6
  606. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  607. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -25
  608. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
@@ -1,6 +1,6 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { PcModalProps } from '../PcModal';
3
3
  export interface IpadModalProps extends PcModalProps {
4
4
  }
5
- declare const IpadModal: (props: IpadModalProps) => React.JSX.Element;
5
+ declare const IpadModal: (props: IpadModalProps) => JSX.Element;
6
6
  export default IpadModal;
@@ -1,9 +1,9 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { PcModalProps } from '../PcModal';
3
3
  import './index.less';
4
4
  export interface MobileModalProps extends PcModalProps {
5
5
  /** 移动端展示时弹窗高度 默认null 在移动端全屏 */
6
6
  mobileModalHeight?: string | number;
7
7
  }
8
- declare const MobileModal: (props: MobileModalProps) => React.JSX.Element;
8
+ declare const MobileModal: (props: MobileModalProps) => JSX.Element;
9
9
  export default MobileModal;
@@ -26,5 +26,5 @@ export interface PcModalProps extends ModalProps {
26
26
  /** header是否展示 */
27
27
  header?: boolean | null;
28
28
  }
29
- declare const PcModal: (props: PcModalProps) => React.JSX.Element;
29
+ declare const PcModal: (props: PcModalProps) => JSX.Element;
30
30
  export default PcModal;
@@ -1,9 +1,10 @@
1
+ /// <reference types="react" />
1
2
  import IpadModal from './IpadModal';
2
3
  import MobileModal from './MobileModal';
3
4
  import PcModal from './PcModal';
4
5
  declare const platformCpt: {
5
- h5: (props: import("./MobileModal").MobileModalProps) => import("react").JSX.Element;
6
- pc: (props: import("./PcModal").PcModalProps) => import("react").JSX.Element;
7
- ipad: (props: import("./IpadModal").IpadModalProps) => import("react").JSX.Element;
6
+ h5: (props: import("./MobileModal").MobileModalProps) => JSX.Element;
7
+ pc: (props: import("./PcModal").PcModalProps) => JSX.Element;
8
+ ipad: (props: import("./IpadModal").IpadModalProps) => JSX.Element;
8
9
  };
9
10
  export { IpadModal, MobileModal, PcModal, platformCpt };
@@ -35,7 +35,7 @@ export interface PisellModalProps extends ModalProps {
35
35
  maskProps?: React.HTMLAttributes<HTMLDivElement>;
36
36
  }
37
37
  declare const PisellModal: {
38
- (props: PisellModalProps): React.JSX.Element;
38
+ (props: PisellModalProps): JSX.Element;
39
39
  confirm: (props: import("./components/functions").PisellModalFuncProps) => {
40
40
  destroy: () => void;
41
41
  update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
@@ -57,6 +57,6 @@ declare const PisellModal: {
57
57
  destroy: () => void;
58
58
  update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
59
59
  };
60
- Information: (props: import("./components/Information").InformationProps) => React.JSX.Element;
60
+ Information: (props: import("./components/Information").InformationProps) => JSX.Element;
61
61
  };
62
62
  export default PisellModal;
@@ -1,3 +1,3 @@
1
- import React from "react";
1
+ /// <reference types="react" />
2
2
  import type { RecordBoardCalendarProps } from "../../types";
3
- export default function BookingCalendarDemo(props?: RecordBoardCalendarProps): React.JSX.Element;
3
+ export default function BookingCalendarDemo(props?: RecordBoardCalendarProps): JSX.Element;
@@ -1,10 +1,10 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { PisellReservationScheduleProps } from './types';
3
3
  import './PisellReservationSchedule.less';
4
4
  /**
5
5
  * 营业日导航条:上一日、中间日期文案、下一日(深色条样式,适配预约顶栏)
6
6
  */
7
- export declare function PisellReservationSchedule(props: PisellReservationScheduleProps): React.JSX.Element;
7
+ export declare function PisellReservationSchedule(props: PisellReservationScheduleProps): JSX.Element;
8
8
  export declare namespace PisellReservationSchedule {
9
9
  var displayName: string;
10
10
  }
@@ -1,10 +1,10 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { PisellReservationScheduleBandProps } from './types';
3
3
  import './PisellReservationScheduleBand.less';
4
4
  /**
5
5
  * 预约顶栏组合:营业日切换 + 锚定到选中日的时间导航轴
6
6
  */
7
- export declare function PisellReservationScheduleBand(props: PisellReservationScheduleBandProps): React.JSX.Element;
7
+ export declare function PisellReservationScheduleBand(props: PisellReservationScheduleBandProps): JSX.Element;
8
8
  export declare namespace PisellReservationScheduleBand {
9
9
  var displayName: string;
10
10
  }
@@ -18,5 +18,5 @@ export interface PisellRowProps extends React.DetailedHTMLProps<React.HTMLAttrib
18
18
  * @Author: zhiwei.Wang
19
19
  * @Date: 2024-08-16 10:38
20
20
  */
21
- declare const PisellRow: (props: PisellRowProps) => React.JSX.Element;
21
+ declare const PisellRow: (props: PisellRowProps) => JSX.Element;
22
22
  export default PisellRow;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { PisellSortProps } from './type';
3
- declare const PisellSort: (props: PisellSortProps) => React.JSX.Element;
3
+ declare const PisellSort: (props: PisellSortProps) => JSX.Element;
4
4
  export default PisellSort;
@@ -18,5 +18,5 @@ export interface PisellStatisticListProps extends React.HTMLAttributes<HTMLDivEl
18
18
  }[];
19
19
  }[];
20
20
  }
21
- declare const PisellStatisticList: (props: PisellStatisticListProps) => React.JSX.Element;
21
+ declare const PisellStatisticList: (props: PisellStatisticListProps) => JSX.Element;
22
22
  export default PisellStatisticList;
@@ -9,5 +9,5 @@ export interface PisellTagsProps extends React.DetailedHTMLProps<React.HTMLAttri
9
9
  icon?: React.ReactNode;
10
10
  color?: PisellTagsColor;
11
11
  }
12
- declare const PisellTags: (props: PisellTagsProps) => React.JSX.Element;
12
+ declare const PisellTags: (props: PisellTagsProps) => JSX.Element;
13
13
  export default PisellTags;
@@ -16,5 +16,5 @@ export interface AmountProps extends React.HTMLAttributes<HTMLSpanElement> {
16
16
  /** 货币符号 */
17
17
  symbol?: string;
18
18
  }
19
- declare const Amount: (props: AmountProps) => React.JSX.Element;
19
+ declare const Amount: (props: AmountProps) => JSX.Element;
20
20
  export default Amount;
@@ -2,8 +2,8 @@ import React from 'react';
2
2
  export interface PisellTextProps extends React.HTMLAttributes<HTMLSpanElement> {
3
3
  }
4
4
  declare const PisellText: {
5
- (props: PisellTextProps): React.JSX.Element;
6
- Amount: (props: import("./components/Amount").AmountProps) => React.JSX.Element;
5
+ (props: PisellTextProps): JSX.Element;
6
+ Amount: (props: import("./components/Amount").AmountProps) => JSX.Element;
7
7
  Editable: React.FC<import("./components/Editable").EditableProps>;
8
8
  };
9
9
  export default PisellText;
@@ -1,10 +1,10 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { PisellTimeNavigatorProps } from './types';
3
3
  import './PisellTimeNavigator.less';
4
4
  /**
5
5
  * PisellTimeNavigator:可拖动的时间导航轴,时间范围内浏览、选择、控制
6
6
  */
7
- export declare function PisellTimeNavigator(props: PisellTimeNavigatorProps): React.JSX.Element;
7
+ export declare function PisellTimeNavigator(props: PisellTimeNavigatorProps): JSX.Element;
8
8
  export declare namespace PisellTimeNavigator {
9
9
  var displayName: string;
10
10
  }
@@ -11,4 +11,4 @@ export interface BackgroundLayerProps {
11
11
  /**
12
12
  * 背景区间层:营业时间高亮、过去时间淡化等(当前时间渐变已拆为独立块,见 axis-wrap 内 .pisell-time-navigator-current-gradient)
13
13
  */
14
- export declare function BackgroundLayer({ orientation, pastTimeFade, businessHoursPx, className, style, }: BackgroundLayerProps): React.JSX.Element;
14
+ export declare function BackgroundLayer({ orientation, pastTimeFade, businessHoursPx, className, style, }: BackgroundLayerProps): JSX.Element;
@@ -22,4 +22,4 @@ export interface CursorLayerProps {
22
22
  * 时间指示器层:横向为「顶三角 + 竖长方条」SVG,竖向为横线 + 时间气泡
23
23
  * 对齐基准为几何中心。Realtime 态 #FF692E,浏览态 #344054
24
24
  */
25
- export declare function CursorLayer({ orientation, value, timeFormat, locale, isRealtime, offsetPx, fixedCenter, style, className, dragInteractive, onDragPointerDown, onDragPointerMove, onDragPointerUp, onDragPointerCancel, }: CursorLayerProps): React.JSX.Element | null;
25
+ export declare function CursorLayer({ orientation, value, timeFormat, locale, isRealtime, offsetPx, fixedCenter, style, className, dragInteractive, onDragPointerDown, onDragPointerMove, onDragPointerUp, onDragPointerCancel, }: CursorLayerProps): JSX.Element | null;
@@ -30,4 +30,4 @@ export interface GestureLayerProps {
30
30
  /**
31
31
  * 交互层:点击刻度跳转、键盘左右/上下 + 回车
32
32
  */
33
- export declare function GestureLayer({ orientation, cellSizePx, axisStartMarginPx, offsetToTime, onSelectTime, isInDisabledRanges, snapToStep, stepMinutes, snapFn, scrollPosition, viewportSize, onPointerDown, onPointerMove, onPointerUp, onPointerLeave, onUserInteraction, children, }: GestureLayerProps): React.JSX.Element;
33
+ export declare function GestureLayer({ orientation, cellSizePx, axisStartMarginPx, offsetToTime, onSelectTime, isInDisabledRanges, snapToStep, stepMinutes, snapFn, scrollPosition, viewportSize, onPointerDown, onPointerMove, onPointerUp, onPointerLeave, onUserInteraction, children, }: GestureLayerProps): JSX.Element;
@@ -11,4 +11,4 @@ export interface NowButtonProps {
11
11
  * Now 按钮:固定入口,点击跳回当前时间并进入 Realtime
12
12
  * 横向:右侧,左箭头;竖向:底部,上箭头
13
13
  */
14
- export declare function NowButton({ orientation, onClick, style, className, renderCustom, }: NowButtonProps): React.JSX.Element;
14
+ export declare function NowButton({ orientation, onClick, style, className, renderCustom, }: NowButtonProps): JSX.Element;
@@ -19,4 +19,4 @@ export interface ScaleLayerProps {
19
19
  * 刻度层:渲染时间刻度与标签
20
20
  * 横向:整点数字 + 小圆点;竖向:整点/半点数字 + 分割线
21
21
  */
22
- export declare function ScaleLayer({ orientation, ticks, stepMinutes, majorStepMinutes, timeFormat, locale, style, className, horizontalCellSizePx, }: ScaleLayerProps): React.JSX.Element;
22
+ export declare function ScaleLayer({ orientation, ticks, stepMinutes, majorStepMinutes, timeFormat, locale, style, className, horizontalCellSizePx, }: ScaleLayerProps): JSX.Element;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { TooltipPropsWithTitle } from 'antd/es/tooltip';
3
3
  import { PisellContextType } from "../pisell-config-provider/context";
4
4
  import './index.less';
@@ -6,5 +6,5 @@ export interface PisellTooltipProps extends TooltipPropsWithTitle {
6
6
  /** 平台 */
7
7
  platform?: PisellContextType['platform'];
8
8
  }
9
- declare const PisellTooltip: (props: PisellTooltipProps) => React.JSX.Element;
9
+ declare const PisellTooltip: (props: PisellTooltipProps) => JSX.Element;
10
10
  export default PisellTooltip;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { UploadProps } from 'antd';
3
3
  import './index.less';
4
4
  export interface PisellUploadProps extends UploadProps {
@@ -7,5 +7,5 @@ export interface PisellUploadProps extends UploadProps {
7
7
  text2?: string;
8
8
  uploadType?: 'button' | 'drop' | 'custom';
9
9
  }
10
- declare const PisellUpload: (props: PisellUploadProps) => React.JSX.Element;
10
+ declare const PisellUpload: (props: PisellUploadProps) => JSX.Element;
11
11
  export default PisellUpload;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
2
  export interface PisellWalletPassCardProps {
4
3
  id: number;
@@ -91,5 +90,5 @@ export interface PisellWalletPassCardProps {
91
90
  onSetHolder?: (currentValue?: any) => void;
92
91
  [key: string]: any;
93
92
  }
94
- declare const PisellWalletPassCard: (props: PisellWalletPassCardProps) => React.JSX.Element;
93
+ declare const PisellWalletPassCard: (props: PisellWalletPassCardProps) => JSX.Element;
95
94
  export default PisellWalletPassCard;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import './index.less';
3
- declare const Action: ({ item, onAction }: any) => React.JSX.Element;
3
+ declare const Action: ({ item, onAction }: any) => JSX.Element;
4
4
  export default Action;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
- declare const Footer: ({ item, hideDivider, type, isOnlyTotal }: any) => React.JSX.Element;
2
+ declare const Footer: ({ item, hideDivider, type, isOnlyTotal }: any) => JSX.Element;
4
3
  export default Footer;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import './index.less';
3
- declare const Divider: ({ type }: any) => React.JSX.Element;
3
+ declare const Divider: ({ type }: any) => JSX.Element;
4
4
  export default Divider;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import './index.less';
3
- declare const DeleteButton: ({ onDelete }: any) => React.JSX.Element;
3
+ declare const DeleteButton: ({ onDelete }: any) => JSX.Element;
4
4
  export default DeleteButton;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
- declare const EditButton: ({ onEdit }: any) => React.JSX.Element;
2
+ declare const EditButton: ({ onEdit }: any) => JSX.Element;
4
3
  export default EditButton;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
- declare const Header: (props: any) => React.JSX.Element;
2
+ declare const Header: (props: any) => JSX.Element;
4
3
  export default Header;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
- declare const MultiDay: ({ dataSource, hideDivider }: any) => React.JSX.Element;
2
+ declare const MultiDay: ({ dataSource, hideDivider }: any) => JSX.Element;
4
3
  export default MultiDay;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
- declare const Note: (props: any) => React.JSX.Element | null;
2
+ declare const Note: (props: any) => JSX.Element | null;
4
3
  export default Note;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const renderBundles: (item: any, hidePrice?: boolean, isShowPackageNote?: boolean) => React.JSX.Element;
1
+ export declare const renderBundles: (item: any, hidePrice?: boolean, isShowPackageNote?: boolean) => JSX.Element;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
- declare const Options: ({ options, amountSymbol }: any) => React.JSX.Element | null;
2
+ declare const Options: ({ options, amountSymbol }: any) => JSX.Element | null;
4
3
  export default Options;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
- declare const Packages: ({ item, isShowPackageNote }: any) => React.JSX.Element | null;
2
+ declare const Packages: ({ item, isShowPackageNote }: any) => JSX.Element | null;
4
3
  export default Packages;
@@ -6,7 +6,7 @@
6
6
  * @Author: WangHan
7
7
  * @Date: 2024-11-22 10:01
8
8
  */
9
- export declare const minusSign: (item: any, type?: string) => "" | "-";
9
+ export declare const minusSign: (item: any, type?: string) => "-" | "";
10
10
  /**
11
11
  * @title: 金额格式化
12
12
  * @description:
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
- declare const Sales: ({ item, isShowNote }: any) => React.JSX.Element | null;
2
+ declare const Sales: ({ item, isShowNote }: any) => JSX.Element | null;
4
3
  export default Sales;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import './index.less';
3
3
  declare const Like: ({ status, onLike, className, style, isShowChangeResource, }: {
4
4
  style?: any;
@@ -6,5 +6,5 @@ declare const Like: ({ status, onLike, className, style, isShowChangeResource, }
6
6
  onLike?: any;
7
7
  className?: string | undefined;
8
8
  isShowChangeResource?: boolean | undefined;
9
- }) => React.JSX.Element;
9
+ }) => JSX.Element;
10
10
  export default Like;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
- declare const SelectHolder: ({ lists, value, onChange, holderMode, isShowAddHolderButton, onAddHolder, addHolderButtonText, onClearHolder, isErrorHolder, allowClear, holderMaxCount, }: any) => React.JSX.Element;
2
+ declare const SelectHolder: ({ lists, value, onChange, holderMode, isShowAddHolderButton, onAddHolder, addHolderButtonText, onClearHolder, isErrorHolder, allowClear, holderMaxCount, }: any) => JSX.Element;
4
3
  export default SelectHolder;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
2
  interface SelectHolderModalProps {
4
3
  visible: boolean;
@@ -10,5 +9,5 @@ interface SelectHolderModalProps {
10
9
  addHolderButtonText: string;
11
10
  onAdd: () => void;
12
11
  }
13
- declare const SelectHolderModal: (props: SelectHolderModalProps) => React.JSX.Element;
12
+ declare const SelectHolderModal: (props: SelectHolderModalProps) => JSX.Element;
14
13
  export default SelectHolderModal;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const SelectHolderMultiple: ({ lists, value, onChange, holderMode, isShowAddHolderButton, onAddHolder, addHolderButtonText, onClearHolder, isErrorHolder, allowClear, holderMaxCount, }: any) => React.JSX.Element;
1
+ declare const SelectHolderMultiple: ({ lists, value, onChange, holderMode, isShowAddHolderButton, onAddHolder, addHolderButtonText, onClearHolder, isErrorHolder, allowClear, holderMaxCount, }: any) => JSX.Element;
3
2
  export default SelectHolderMultiple;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './index.less';
3
2
  interface ResourceItem {
4
3
  id: string | number;
@@ -15,5 +14,5 @@ interface SelectResourceProps {
15
14
  isParallelResource?: boolean;
16
15
  [key: string]: any;
17
16
  }
18
- declare const SelectResource: ({ lists, value, onChange, resourceMode, allowClear, onClearResource, maxLength, isErrorResource, resourceErrorText, ...props }: SelectResourceProps) => React.JSX.Element;
17
+ declare const SelectResource: ({ lists, value, onChange, resourceMode, allowClear, onClearResource, maxLength, isErrorResource, resourceErrorText, ...props }: SelectResourceProps) => JSX.Element;
19
18
  export default SelectResource;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import './index.less';
3
- declare const Time: ({ item, isShowHolder, onLike, isShowChangeResource, changeResource, changeHolder, isShowChangeHolder, holderMode, onAddHolder, isShowAddHolderButton, onClearHolder, onClearResource, }: any) => React.JSX.Element | null;
3
+ declare const Time: ({ item, isShowHolder, onLike, isShowChangeResource, changeResource, changeHolder, isShowChangeHolder, holderMode, onAddHolder, isShowAddHolderButton, onClearHolder, onClearResource, }: any) => JSX.Element | null;
4
4
  export default Time;
@@ -1,3 +1,2 @@
1
- import React from "react";
2
- declare const QRCode: (props: any) => React.JSX.Element;
1
+ declare const QRCode: (props: any) => JSX.Element;
3
2
  export default QRCode;
@@ -1,2 +1,3 @@
1
- declare const Radio: (props: any) => import("react").JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const Radio: (props: any) => JSX.Element;
2
3
  export default Radio;
@@ -5,5 +5,5 @@ interface SectionFooterProps {
5
5
  right?: React.ReactNode;
6
6
  className?: string;
7
7
  }
8
- declare const SectionFooters: (props: SectionFooterProps) => import("react").JSX.Element;
8
+ declare const SectionFooters: (props: SectionFooterProps) => JSX.Element;
9
9
  export default SectionFooters;
@@ -1,5 +1,5 @@
1
- import React from "react";
1
+ /// <reference types="react" />
2
2
  import { SegmentedProps } from "antd";
3
3
  import "./index.less";
4
- declare const Segmented: (props: SegmentedProps) => React.JSX.Element;
4
+ declare const Segmented: (props: SegmentedProps) => JSX.Element;
5
5
  export default Segmented;
@@ -1,9 +1,9 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import './index.less';
3
3
  interface RightPanelProps {
4
4
  value: string;
5
5
  onChange: (value: string) => void;
6
6
  slice: number;
7
7
  }
8
- declare const RightPanel: (props: RightPanelProps) => React.JSX.Element;
8
+ declare const RightPanel: (props: RightPanelProps) => JSX.Element;
9
9
  export default RightPanel;
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ /// <reference types="react" />
2
2
  import { VirtualKeyboardTimeProps } from "../virtual-keyboard/Time";
3
3
  import { PopoverProps, TimePickerProps } from "antd";
4
4
  import "./index.less";
@@ -10,5 +10,5 @@ interface SelectTimeProps {
10
10
  timeProps: VirtualKeyboardTimeProps;
11
11
  slice: number;
12
12
  }
13
- declare const SelectTime: (props: SelectTimeProps) => React.JSX.Element;
13
+ declare const SelectTime: (props: SelectTimeProps) => JSX.Element;
14
14
  export default SelectTime;
@@ -1,2 +1,3 @@
1
- declare const Skeleton: (props: any) => import("react").JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const Skeleton: (props: any) => JSX.Element;
2
3
  export default Skeleton;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- declare const SliderOuter: (props: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const SliderOuter: (props: any) => JSX.Element;
3
3
  export default SliderOuter;
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ /// <reference types="react" />
2
2
  import { MenuProps } from "antd";
3
3
  import "./index.less";
4
4
  interface InlineMenuProps {
@@ -11,5 +11,5 @@ interface InlineMenuProps {
11
11
  * @param props
12
12
  * @constructor
13
13
  */
14
- declare const InlineMenu: (props: InlineMenuProps) => React.JSX.Element;
14
+ declare const InlineMenu: (props: InlineMenuProps) => JSX.Element;
15
15
  export default InlineMenu;
@@ -6,5 +6,5 @@ declare type PopoverContentProps = {
6
6
  isShowTitle?: boolean;
7
7
  headerContent?: React.ReactNode;
8
8
  };
9
- declare const PopoverContent: (props: PopoverContentProps) => React.JSX.Element;
9
+ declare const PopoverContent: (props: PopoverContentProps) => JSX.Element;
10
10
  export default PopoverContent;
@@ -1,7 +1,7 @@
1
- import React from "react";
1
+ /// <reference types="react" />
2
2
  declare type ColumnsSettingProps = {
3
3
  value?: Record<string, any>[];
4
4
  onChange?: (val: Record<string, any>[]) => void;
5
5
  };
6
- declare const ColumnsSetting: (props: ColumnsSettingProps) => React.JSX.Element;
6
+ declare const ColumnsSetting: (props: ColumnsSettingProps) => JSX.Element;
7
7
  export default ColumnsSetting;
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { ExportImportType } from '../../../../../types';
3
3
  import './index.less';
4
4
  declare const ExportFile: (props: {
5
5
  exportImport: ExportImportType;
6
- }) => React.JSX.Element;
6
+ }) => JSX.Element;
7
7
  export default ExportFile;
@@ -1,8 +1,8 @@
1
- import React from "react";
1
+ /// <reference types="react" />
2
2
  import { ExportImportType } from "../../../../../types";
3
3
  import "./index.less";
4
4
  declare const ExportTable: (props: {
5
5
  onChange: any;
6
6
  exportImport: ExportImportType;
7
- }) => React.JSX.Element;
7
+ }) => JSX.Element;
8
8
  export default ExportTable;
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { ExportImportType } from '../../../../../types';
3
3
  import './index.less';
4
4
  declare const ImportLog: (props: {
5
5
  exportImport: ExportImportType;
6
- }) => React.JSX.Element;
6
+ }) => JSX.Element;
7
7
  export default ImportLog;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { ExportImportType } from '../../../../../types';
3
3
  import './index.less';
4
4
  declare type ImportTableProps = {
@@ -6,5 +6,5 @@ declare type ImportTableProps = {
6
6
  exportImport: ExportImportType;
7
7
  errorStatus: string | null;
8
8
  };
9
- declare const ImportTable: (props: ImportTableProps) => React.JSX.Element;
9
+ declare const ImportTable: (props: ImportTableProps) => JSX.Element;
10
10
  export default ImportTable;
@@ -1,8 +1,8 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { ExportImportType } from '../../../types';
3
3
  import './index.less';
4
4
  declare type ExportImportProps = {
5
5
  exportImport: ExportImportType;
6
6
  };
7
- declare const ExportImport: ({ exportImport }: ExportImportProps) => React.JSX.Element;
7
+ declare const ExportImport: ({ exportImport }: ExportImportProps) => JSX.Element;
8
8
  export default ExportImport;
@@ -1,9 +1,8 @@
1
- import React from "react";
2
1
  import { GallerySettingType, ModeType } from "../../../types";
3
2
  import "./index.less";
4
3
  declare type GallerySettingProps = {
5
4
  setting: GallerySettingType;
6
5
  currentViewMode: ModeType;
7
6
  };
8
- declare const GallerySetting: (props: GallerySettingProps) => React.JSX.Element;
7
+ declare const GallerySetting: (props: GallerySettingProps) => JSX.Element;
9
8
  export default GallerySetting;