@pisell/materials 6.11.54 → 6.11.56

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 (578) 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/meta.js +1 -1
  5. package/build/lowcode/render/default/view.js +4 -4
  6. package/build/lowcode/view.js +4 -4
  7. package/es/components/PisellCards/index.d.ts +0 -1
  8. package/es/components/PisellFields/index.d.ts +0 -1
  9. package/es/components/PisellMetrics/index.d.ts +0 -1
  10. package/es/components/dataSourceComponents/dataSourceForm/BaseForm.js +32 -21
  11. package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.js +7 -3
  12. package/es/components/dataSourceComponents/dataSourceForm/serve.js +99 -0
  13. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.js +35 -20
  14. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  15. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
  16. package/es/components/dataSourceComponents/dataSourceTable/BaseTable.js +1 -1
  17. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
  18. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  19. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  20. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  21. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  22. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  23. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -2
  24. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  25. package/es/components/dataSourceComponents/fields/index.d.ts +14 -15
  26. package/es/components/dataSourceComponents/hooks/useActions.js +1 -1
  27. package/es/components/date-picker/index.d.ts +0 -1
  28. package/es/components/drawer/index.js +12 -5
  29. package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -1
  30. package/es/components/pisellDatePicker/index.d.ts +0 -1
  31. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +4 -4
  32. package/es/components/pisellFloorMapLayout/components/ViewControls.js +2 -2
  33. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +3 -3
  34. package/es/components/pisellModal/components/index.d.ts +0 -1
  35. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  36. package/es/components/table/Table/fields/date/index.d.ts +0 -1
  37. package/es/components/table/Table/fields/image/index.d.ts +0 -1
  38. package/es/components/table/Table/fields/index.d.ts +0 -1
  39. package/es/components/table/Table/fields/link/index.d.ts +0 -1
  40. package/es/components/table/Table/fields/number/index.d.ts +0 -1
  41. package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
  42. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  43. package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  44. package/es/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  45. package/es/components/table/Table/fields/search/index.d.ts +0 -1
  46. package/es/components/table/Table/fields/select/index.d.ts +0 -1
  47. package/es/components/table/Table/fields/text/index.d.ts +0 -1
  48. package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  49. package/es/components/table/Table/utils.d.ts +1 -1
  50. package/es/locales/en-US.js +1 -0
  51. package/es/locales/zh-CN.js +1 -0
  52. package/es/locales/zh-TW.js +1 -0
  53. package/lib/components/PisellCards/index.d.ts +0 -1
  54. package/lib/components/PisellFields/index.d.ts +0 -1
  55. package/lib/components/PisellMetrics/index.d.ts +0 -1
  56. package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.js +30 -14
  57. package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.js +7 -3
  58. package/lib/components/dataSourceComponents/dataSourceForm/serve.js +69 -1
  59. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.js +8 -1
  60. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  61. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
  62. package/lib/components/dataSourceComponents/dataSourceTable/BaseTable.js +1 -1
  63. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
  64. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
  65. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
  66. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  67. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  68. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  69. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +1 -2
  70. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  71. package/lib/components/dataSourceComponents/fields/index.d.ts +14 -15
  72. package/lib/components/dataSourceComponents/hooks/useActions.js +1 -1
  73. package/lib/components/date-picker/index.d.ts +0 -1
  74. package/lib/components/drawer/index.js +10 -4
  75. package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -1
  76. package/lib/components/pisellDatePicker/index.d.ts +0 -1
  77. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +3 -3
  78. package/lib/components/pisellFloorMapLayout/components/ViewControls.js +2 -2
  79. package/lib/components/pisellModal/components/index.d.ts +0 -1
  80. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  81. package/lib/components/table/Table/fields/date/index.d.ts +0 -1
  82. package/lib/components/table/Table/fields/image/index.d.ts +0 -1
  83. package/lib/components/table/Table/fields/index.d.ts +0 -1
  84. package/lib/components/table/Table/fields/link/index.d.ts +0 -1
  85. package/lib/components/table/Table/fields/number/index.d.ts +0 -1
  86. package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
  87. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
  88. package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  89. package/lib/components/table/Table/fields/rangePicker/index.d.ts +0 -1
  90. package/lib/components/table/Table/fields/search/index.d.ts +0 -1
  91. package/lib/components/table/Table/fields/select/index.d.ts +0 -1
  92. package/lib/components/table/Table/fields/text/index.d.ts +0 -1
  93. package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  94. package/lib/components/table/Table/utils.d.ts +1 -1
  95. package/lib/locales/en-US.js +1 -0
  96. package/lib/locales/zh-CN.js +1 -0
  97. package/lib/locales/zh-TW.js +1 -0
  98. package/lowcode/data-source-form/meta.ts +53 -4
  99. package/lowcode/data-source-form/utils.ts +43 -5
  100. package/lowcode/data-source-table/meta.ts +51 -45
  101. package/lowcode/pisell-record-board-calendar-view/meta.ts +1 -1
  102. package/package.json +2 -2
  103. package/es/components/Pagination/index.d.ts +0 -14
  104. package/es/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  105. package/es/components/PisellLayouts/index.d.ts +0 -38
  106. package/es/components/PisellSteps/PisellSteps.d.ts +0 -14
  107. package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  108. package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  109. package/es/components/PisellSuperTabs/types.d.ts +0 -212
  110. package/es/components/PisellTabbar/PisellTabbar.d.ts +0 -20
  111. package/es/components/PisellTabbar/constants.d.ts +0 -47
  112. package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  113. package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  114. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  115. package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  116. package/es/components/PisellTabbar/types.d.ts +0 -90
  117. package/es/components/PisellTabbar/utils/index.d.ts +0 -69
  118. package/es/components/cardPro/index.d.ts +0 -4
  119. package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
  120. package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +0 -16
  121. package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +0 -8
  122. package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -178
  123. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  124. package/es/components/dataSourceComponents/dataSourceForm/type.d.ts +0 -32
  125. package/es/components/dataSourceComponents/dataSourceTable/BaseTable.d.ts +0 -8
  126. package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  127. package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
  128. package/es/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
  129. package/es/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +0 -120
  130. package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  131. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  132. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  133. package/es/components/filter/components/FilterItem/index.d.ts +0 -5
  134. package/es/components/filter/components/QuickFilter/index.d.ts +0 -12
  135. package/es/components/iconfont/index.d.ts +0 -8
  136. package/es/components/page/index.d.ts +0 -9
  137. package/es/components/pisell-config-provider/context.d.ts +0 -22
  138. package/es/components/pisell-config-provider/index.d.ts +0 -13
  139. package/es/components/pisellAdjustPrice/index.d.ts +0 -5
  140. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  141. package/es/components/pisellAdjustPrice/type.d.ts +0 -22
  142. package/es/components/pisellCardList/index.d.ts +0 -107
  143. package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
  144. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  145. package/es/components/pisellFilter/index.d.ts +0 -4
  146. package/es/components/pisellFilter/type.d.ts +0 -7
  147. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -13
  148. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +0 -55
  149. package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -27
  150. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -46
  151. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +0 -43
  152. package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +0 -21
  153. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -14
  154. package/es/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -24
  155. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -60
  156. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
  157. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -35
  158. package/es/components/pisellFloorMapLayout/components/HistoryIcons.d.ts +0 -39
  159. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -57
  160. package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +0 -27
  161. package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +0 -55
  162. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +0 -25
  163. package/es/components/pisellFloorMapLayout/components/index.d.ts +0 -21
  164. package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +0 -16
  165. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  166. package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -4
  167. package/es/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.d.ts +0 -25
  168. package/es/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.d.ts +0 -18
  169. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -71
  170. package/es/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  171. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -89
  172. package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +0 -19
  173. package/es/components/pisellFloorMapLayout/index.d.ts +0 -26
  174. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +0 -133
  175. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +0 -133
  176. package/es/components/pisellFloorMapLayout/locales.d.ts +0 -651
  177. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  178. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +0 -18
  179. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  180. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  181. package/es/components/pisellFloorMapLayout/types.d.ts +0 -646
  182. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -20
  183. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  184. package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +0 -21
  185. package/es/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  186. package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  187. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +0 -22
  188. package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +0 -50
  189. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  190. package/es/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +0 -17
  191. package/es/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  192. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  193. package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +0 -30
  194. package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +0 -7
  195. package/es/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  196. package/es/components/pisellGoodPassCard/index.d.ts +0 -50
  197. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  198. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  199. package/es/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  200. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  201. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  202. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  203. package/es/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  204. package/es/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  205. package/es/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  206. package/es/components/pisellModal/index.d.ts +0 -62
  207. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  208. package/es/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +0 -89
  209. package/es/components/pisellRecordBoard/index.d.ts +0 -51
  210. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  211. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +0 -9
  212. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -11
  213. package/es/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +0 -8
  214. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +0 -26
  215. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.d.ts +0 -4
  216. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +0 -18
  217. package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -49
  218. package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +0 -7
  219. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +0 -17
  220. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +0 -17
  221. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +0 -9
  222. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +0 -10
  223. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +0 -232
  224. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +0 -13
  225. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +0 -53
  226. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +0 -23
  227. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +0 -18
  228. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +0 -27
  229. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +0 -12
  230. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +0 -8
  231. package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +0 -14
  232. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +0 -14
  233. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +0 -14
  234. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +0 -12
  235. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +0 -8
  236. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +0 -50
  237. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +0 -17
  238. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +0 -28
  239. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.d.ts +0 -18
  240. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +0 -22
  241. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +0 -2
  242. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +0 -58
  243. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +0 -64
  244. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -24
  245. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +0 -12
  246. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.d.ts +0 -8
  247. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +0 -13
  248. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +0 -17
  249. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +0 -30
  250. package/es/components/pisellRecordBoard/types.d.ts +0 -802
  251. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -23
  252. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +0 -52
  253. package/es/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +0 -10
  254. package/es/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +0 -12
  255. package/es/components/pisellReservationSchedule/index.d.ts +0 -2
  256. package/es/components/pisellReservationSchedule/locales.d.ts +0 -43
  257. package/es/components/pisellReservationSchedule/types.d.ts +0 -52
  258. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +0 -10
  259. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +0 -16
  260. package/es/components/pisellReservationScheduleBand/index.d.ts +0 -2
  261. package/es/components/pisellReservationScheduleBand/types.d.ts +0 -61
  262. package/es/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
  263. package/es/components/pisellShellFrame/types.d.ts +0 -62
  264. package/es/components/pisellText/components/Amount/index.d.ts +0 -20
  265. package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  266. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  267. package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  268. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -27
  269. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -41
  270. package/es/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  271. package/es/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  272. package/es/components/pisellTimeNavigator/components/index.d.ts +0 -5
  273. package/es/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  274. package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  275. package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  276. package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
  277. package/es/components/pisellTimeNavigator/index.d.ts +0 -5
  278. package/es/components/pisellTimeNavigator/locales.d.ts +0 -22
  279. package/es/components/pisellTimeNavigator/timeNavigatorConstants.d.ts +0 -20
  280. package/es/components/pisellTimeNavigator/types.d.ts +0 -160
  281. package/es/components/pisellTimeNavigator/utils/index.d.ts +0 -41
  282. package/es/components/pisellToast/index.d.ts +0 -17
  283. package/es/components/pisellToast/squareToast/index.d.ts +0 -15
  284. package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
  285. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  286. package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
  287. package/es/components/pisellWalletPassCard/index.d.ts +0 -146
  288. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  289. package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  290. package/es/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  291. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  292. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  293. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
  294. package/es/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  295. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  296. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
  297. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  298. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  299. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  300. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  301. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
  302. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
  303. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  304. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  305. package/es/components/productCard/cartSkuCard/components/weighing/index.d.ts +0 -19
  306. package/es/components/productCard/cartSkuCard/index.d.ts +0 -11
  307. package/es/components/productCard/cartSkuCard/locales.d.ts +0 -198
  308. package/es/components/productCard/components/Action/index.d.ts +0 -4
  309. package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  310. package/es/components/productCard/components/Header/index.d.ts +0 -4
  311. package/es/components/productCard/components/Sales/index.d.ts +0 -4
  312. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  313. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  314. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  315. package/es/components/productCard/index.d.ts +0 -7
  316. package/es/components/productCard/locales.d.ts +0 -138
  317. package/es/components/productCard/status.d.ts +0 -32
  318. package/es/components/productCard/types.d.ts +0 -95
  319. package/es/components/productCard/utils.d.ts +0 -33
  320. package/es/components/select-time/index.d.ts +0 -14
  321. package/es/components/sort/index.d.ts +0 -5
  322. package/es/components/table/Table/AddFieldModal/index.d.ts +0 -4
  323. package/es/components/table/index.d.ts +0 -4
  324. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -6
  325. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  326. package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
  327. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  328. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  329. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  330. package/es/components/virtual-keyboard/Number/index.d.ts +0 -6
  331. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  332. package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
  333. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  334. package/es/components/virtual-keyboard/index.d.ts +0 -25
  335. package/es/index.d.ts +0 -265
  336. package/es/locales/en-US.d.ts +0 -559
  337. package/es/locales/ja.d.ts +0 -528
  338. package/es/locales/pt.d.ts +0 -528
  339. package/es/locales/zh-CN.d.ts +0 -554
  340. package/es/locales/zh-TW.d.ts +0 -554
  341. package/lib/components/Pagination/index.d.ts +0 -14
  342. package/lib/components/PisellCards/components/MultilevelCard/components/PanelWrapper.d.ts +0 -7
  343. package/lib/components/PisellLayouts/index.d.ts +0 -38
  344. package/lib/components/PisellSteps/PisellSteps.d.ts +0 -14
  345. package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
  346. package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
  347. package/lib/components/PisellSuperTabs/types.d.ts +0 -212
  348. package/lib/components/PisellTabbar/PisellTabbar.d.ts +0 -20
  349. package/lib/components/PisellTabbar/constants.d.ts +0 -47
  350. package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
  351. package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
  352. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -5
  353. package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
  354. package/lib/components/PisellTabbar/types.d.ts +0 -90
  355. package/lib/components/PisellTabbar/utils/index.d.ts +0 -69
  356. package/lib/components/cardPro/index.d.ts +0 -4
  357. package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
  358. package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +0 -16
  359. package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +0 -8
  360. package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -178
  361. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  362. package/lib/components/dataSourceComponents/dataSourceForm/type.d.ts +0 -32
  363. package/lib/components/dataSourceComponents/dataSourceTable/BaseTable.d.ts +0 -8
  364. package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
  365. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
  366. package/lib/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
  367. package/lib/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +0 -120
  368. package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
  369. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  370. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  371. package/lib/components/filter/components/FilterItem/index.d.ts +0 -5
  372. package/lib/components/filter/components/QuickFilter/index.d.ts +0 -12
  373. package/lib/components/iconfont/index.d.ts +0 -8
  374. package/lib/components/page/index.d.ts +0 -9
  375. package/lib/components/pisell-config-provider/context.d.ts +0 -22
  376. package/lib/components/pisell-config-provider/index.d.ts +0 -13
  377. package/lib/components/pisellAdjustPrice/index.d.ts +0 -5
  378. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  379. package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
  380. package/lib/components/pisellCardList/index.d.ts +0 -107
  381. package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
  382. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +0 -6
  383. package/lib/components/pisellFilter/index.d.ts +0 -4
  384. package/lib/components/pisellFilter/type.d.ts +0 -7
  385. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +0 -13
  386. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +0 -55
  387. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +0 -27
  388. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +0 -46
  389. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +0 -43
  390. package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +0 -21
  391. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +0 -14
  392. package/lib/components/pisellFloorMapLayout/components/FloorMapEditQuickActions.d.ts +0 -24
  393. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +0 -60
  394. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
  395. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +0 -35
  396. package/lib/components/pisellFloorMapLayout/components/HistoryIcons.d.ts +0 -39
  397. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +0 -57
  398. package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +0 -27
  399. package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +0 -55
  400. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +0 -25
  401. package/lib/components/pisellFloorMapLayout/components/index.d.ts +0 -21
  402. package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +0 -16
  403. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +0 -5
  404. package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.d.ts +0 -4
  405. package/lib/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.d.ts +0 -25
  406. package/lib/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.d.ts +0 -18
  407. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +0 -71
  408. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapPaletteTouchDrag.d.ts +0 -21
  409. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +0 -89
  410. package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +0 -19
  411. package/lib/components/pisellFloorMapLayout/index.d.ts +0 -26
  412. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +0 -133
  413. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +0 -133
  414. package/lib/components/pisellFloorMapLayout/locales.d.ts +0 -651
  415. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +0 -10
  416. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +0 -18
  417. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +0 -22
  418. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanTypes.d.ts +0 -72
  419. package/lib/components/pisellFloorMapLayout/types.d.ts +0 -646
  420. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +0 -20
  421. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +0 -8
  422. package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +0 -21
  423. package/lib/components/pisellFloorMapLayout/utils/floorMapDataRecordLabel.d.ts +0 -8
  424. package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.d.ts +0 -27
  425. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +0 -22
  426. package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +0 -50
  427. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +0 -11
  428. package/lib/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +0 -17
  429. package/lib/components/pisellFloorMapLayout/utils/floorMapStageDefaults.d.ts +0 -8
  430. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +0 -8
  431. package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +0 -30
  432. package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +0 -7
  433. package/lib/components/pisellFloorMapLayout/utils/snap.d.ts +0 -10
  434. package/lib/components/pisellGoodPassCard/index.d.ts +0 -50
  435. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +0 -6
  436. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +0 -10
  437. package/lib/components/pisellHierarchicalSummaryList/components/Row.d.ts +0 -35
  438. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +0 -1
  439. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +0 -2
  440. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +0 -15
  441. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +0 -5
  442. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +0 -248
  443. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +0 -3
  444. package/lib/components/pisellModal/index.d.ts +0 -62
  445. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  446. package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +0 -89
  447. package/lib/components/pisellRecordBoard/index.d.ts +0 -51
  448. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +0 -14
  449. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +0 -9
  450. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +0 -11
  451. package/lib/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +0 -8
  452. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +0 -26
  453. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.d.ts +0 -4
  454. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +0 -18
  455. package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -49
  456. package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +0 -7
  457. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +0 -17
  458. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +0 -17
  459. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.d.ts +0 -9
  460. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +0 -10
  461. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +0 -232
  462. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +0 -13
  463. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +0 -53
  464. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +0 -23
  465. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +0 -18
  466. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +0 -27
  467. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +0 -12
  468. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +0 -8
  469. package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +0 -14
  470. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +0 -14
  471. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.d.ts +0 -14
  472. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +0 -12
  473. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +0 -8
  474. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +0 -50
  475. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +0 -17
  476. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +0 -28
  477. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.d.ts +0 -18
  478. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +0 -22
  479. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/resourceWallConstants.d.ts +0 -2
  480. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +0 -58
  481. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +0 -64
  482. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +0 -24
  483. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +0 -12
  484. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.d.ts +0 -8
  485. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +0 -13
  486. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +0 -17
  487. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +0 -30
  488. package/lib/components/pisellRecordBoard/types.d.ts +0 -802
  489. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +0 -23
  490. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +0 -52
  491. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.d.ts +0 -10
  492. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +0 -12
  493. package/lib/components/pisellReservationSchedule/index.d.ts +0 -2
  494. package/lib/components/pisellReservationSchedule/locales.d.ts +0 -43
  495. package/lib/components/pisellReservationSchedule/types.d.ts +0 -52
  496. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.d.ts +0 -10
  497. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +0 -16
  498. package/lib/components/pisellReservationScheduleBand/index.d.ts +0 -2
  499. package/lib/components/pisellReservationScheduleBand/types.d.ts +0 -61
  500. package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
  501. package/lib/components/pisellShellFrame/types.d.ts +0 -62
  502. package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
  503. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +0 -10
  504. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +0 -79
  505. package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +0 -14
  506. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +0 -27
  507. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +0 -41
  508. package/lib/components/pisellTimeNavigator/components/NowButton.d.ts +0 -14
  509. package/lib/components/pisellTimeNavigator/components/ScaleLayer.d.ts +0 -22
  510. package/lib/components/pisellTimeNavigator/components/index.d.ts +0 -5
  511. package/lib/components/pisellTimeNavigator/hooks/index.d.ts +0 -5
  512. package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +0 -14
  513. package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +0 -5
  514. package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +0 -27
  515. package/lib/components/pisellTimeNavigator/index.d.ts +0 -5
  516. package/lib/components/pisellTimeNavigator/locales.d.ts +0 -22
  517. package/lib/components/pisellTimeNavigator/timeNavigatorConstants.d.ts +0 -20
  518. package/lib/components/pisellTimeNavigator/types.d.ts +0 -160
  519. package/lib/components/pisellTimeNavigator/utils/index.d.ts +0 -41
  520. package/lib/components/pisellToast/index.d.ts +0 -17
  521. package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
  522. package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
  523. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  524. package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
  525. package/lib/components/pisellWalletPassCard/index.d.ts +0 -146
  526. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  527. package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +0 -5
  528. package/lib/components/productCard/cartSkuCard/components/Gift/types.d.ts +0 -29
  529. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  530. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  531. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
  532. package/lib/components/productCard/cartSkuCard/components/Promotion/index.d.ts +0 -7
  533. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -36
  534. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
  535. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  536. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -12
  537. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  538. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  539. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
  540. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -22
  541. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  542. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
  543. package/lib/components/productCard/cartSkuCard/components/weighing/index.d.ts +0 -19
  544. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -11
  545. package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -198
  546. package/lib/components/productCard/components/Action/index.d.ts +0 -4
  547. package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -4
  548. package/lib/components/productCard/components/Header/index.d.ts +0 -4
  549. package/lib/components/productCard/components/Sales/index.d.ts +0 -4
  550. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -4
  551. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  552. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -3
  553. package/lib/components/productCard/index.d.ts +0 -7
  554. package/lib/components/productCard/locales.d.ts +0 -138
  555. package/lib/components/productCard/status.d.ts +0 -32
  556. package/lib/components/productCard/types.d.ts +0 -95
  557. package/lib/components/productCard/utils.d.ts +0 -33
  558. package/lib/components/select-time/index.d.ts +0 -14
  559. package/lib/components/sort/index.d.ts +0 -5
  560. package/lib/components/table/Table/AddFieldModal/index.d.ts +0 -4
  561. package/lib/components/table/index.d.ts +0 -4
  562. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -6
  563. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  564. package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
  565. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  566. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  567. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  568. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -6
  569. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  570. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
  571. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  572. package/lib/components/virtual-keyboard/index.d.ts +0 -25
  573. package/lib/index.d.ts +0 -265
  574. package/lib/locales/en-US.d.ts +0 -559
  575. package/lib/locales/ja.d.ts +0 -528
  576. package/lib/locales/pt.d.ts +0 -528
  577. package/lib/locales/zh-CN.d.ts +0 -554
  578. package/lib/locales/zh-TW.d.ts +0 -554
@@ -1,178 +0,0 @@
1
- export interface DataSourceType {
2
- key: string;
3
- displayName: string;
4
- status: string;
5
- type: string;
6
- isDBInstance: boolean;
7
- collections: Collection[];
8
- }
9
- export declare type ActionsItem = {
10
- method: string;
11
- path: string;
12
- params: {
13
- name: string;
14
- value: string;
15
- }[];
16
- headers: {
17
- name: string;
18
- value: string;
19
- }[];
20
- body: Record<string, any>;
21
- };
22
- export interface Collection {
23
- name: string;
24
- title: string;
25
- tableName: string;
26
- timestamps: boolean;
27
- autoGenId: boolean;
28
- filterTargetKey: string;
29
- fields: Field[];
30
- introspected: boolean;
31
- unavailableActions: any[];
32
- actions: {
33
- get: ActionsItem;
34
- update: ActionsItem;
35
- create: ActionsItem;
36
- delete: ActionsItem;
37
- list: ActionsItem;
38
- };
39
- }
40
- interface Field {
41
- name: string;
42
- type: string;
43
- allowNull: boolean;
44
- primaryKey: boolean;
45
- unique: boolean;
46
- autoIncrement: boolean;
47
- description?: (null | string)[];
48
- possibleTypes?: string[];
49
- rawType: string;
50
- interface: string;
51
- uiSchema: UiSchema;
52
- key?: string;
53
- collectionName?: string;
54
- collectionKey?: any;
55
- dataSourceKey?: string;
56
- defaultValue?: any;
57
- }
58
- interface UiSchema {
59
- type?: string;
60
- 'x-component': string;
61
- 'x-component-props'?: Xcomponentprops;
62
- 'x-validator'?: string;
63
- title: string;
64
- default?: any;
65
- enum?: any[];
66
- }
67
- interface Xcomponentprops {
68
- style?: Style;
69
- autoSize?: AutoSize;
70
- stringMode?: boolean;
71
- step?: string;
72
- dateFormat?: string;
73
- showTime?: boolean;
74
- }
75
- interface AutoSize {
76
- minRows: number;
77
- }
78
- interface Style {
79
- width: string;
80
- }
81
- /**
82
- * 获取nocobase自定义数据源
83
- */
84
- export declare const getNocobaseDataSource: () => Promise<DataSourceType[]>;
85
- /**
86
- * 获取nocobase主数据源
87
- */
88
- export declare const getNocobaseMainDataSource: () => Promise<any>;
89
- /**
90
- * 获取nocobase数据源设置
91
- */
92
- export declare const getNocobaseDataSourceOptions: () => Promise<any>;
93
- /**
94
- * 创建nocobase数据
95
- */
96
- export declare const createNocobaseData: (params: {
97
- key: string;
98
- data: any;
99
- headers?: any;
100
- }) => Promise<any>;
101
- /**
102
- * nocobase get数据
103
- */
104
- export declare const getNocobaseData: (params: {
105
- key: string;
106
- query: Record<string, any>;
107
- headers?: any;
108
- }) => Promise<any>;
109
- /**
110
- * 自定义api接口
111
- */
112
- export declare const customApi: (url: string, data: Record<string, any>, options: {
113
- method: 'GET' | 'POST' | 'PUT' | 'DELETE';
114
- baseUrl?: string | undefined;
115
- headers?: {
116
- name: string;
117
- value: any;
118
- }[] | undefined;
119
- params?: {
120
- name: string;
121
- value: any;
122
- }[] | undefined;
123
- body?: Record<string, any> | undefined;
124
- dataSourceKey?: string | undefined;
125
- }) => Promise<any>;
126
- /**
127
- * 更新nocobase数据
128
- */
129
- export declare const updateNocobaseData: (params: {
130
- key: string;
131
- data: any;
132
- headers?: any;
133
- query?: Record<string, any> | undefined;
134
- }) => Promise<any>;
135
- /**
136
- * 获取nocobase数据列表
137
- */
138
- export declare const getNocobaseDataList: (allParams: {
139
- key: string;
140
- params: {
141
- page: number;
142
- pageSize: number;
143
- };
144
- headers?: any;
145
- }) => Promise<any>;
146
- /**
147
- * 删除nocobase数据
148
- */
149
- export declare const deleteNocobaseData: (key: string, id: string, headers?: any) => Promise<any>;
150
- /**
151
- * 获取formSettingMeta数据
152
- * @param params 请求参数
153
- * @param params.sectionCodes 配置段代码数组,如 ['payment']
154
- * @param params.businessCode 业务代码
155
- * @param params.channelCode 渠道代码
156
- * @param params.isBoard 是否包含board_code参数
157
- * @returns Promise<any> 返回设置元数据
158
- */
159
- export declare const getFormSettingMetaData: (params: {
160
- sectionCodes: string[];
161
- scope: string;
162
- target?: string | undefined;
163
- }) => Promise<any>;
164
- /**
165
- * 更新租户设置数据
166
- * @param params 请求参数
167
- * @param params.businessCode 业务代码
168
- * @param params.channelCode 渠道代码
169
- * @param params.boardCode 板块代码
170
- * @param params.data 要更新的数据对象,如 {"order.prefix":"","order.suffix":"","payment.number":""}
171
- * @returns Promise<any> 返回更新结果
172
- */
173
- export declare const updateTenantSetting: (params: {
174
- scope: string;
175
- target?: string | undefined;
176
- data: Record<string, any>;
177
- }) => Promise<any>;
178
- export {};
@@ -1,39 +0,0 @@
1
- import React from 'react';
2
- import { ButtonProps } from 'antd';
3
- import './index.less';
4
- export interface SubmitButtonProps extends ButtonProps {
5
- status: 'normal' | 'disabled' | 'hidden';
6
- children: React.ReactNode;
7
- childrenString?: string;
8
- confirmConfig?: {
9
- enable: boolean;
10
- title: string;
11
- content: string;
12
- icon: React.ReactNode;
13
- okText: string;
14
- cancelText: string;
15
- };
16
- toastConfig?: {
17
- enable: boolean;
18
- icon: React.ReactNode;
19
- title: string;
20
- showAfterSubmit?: boolean;
21
- };
22
- refreshData?: boolean;
23
- afterSubmitType?: 'none' | 'close' | 'showModal' | 'showNotification';
24
- afterSubmitModalConfig?: {
25
- title: string;
26
- content: string;
27
- okText: string;
28
- onOk?: () => void;
29
- };
30
- afterSubmitNotificationConfig?: {
31
- title: string;
32
- content: string;
33
- icon: React.ReactNode;
34
- duration: number;
35
- placement: 'top' | 'topLeft' | 'topRight' | 'bottom' | 'bottomLeft' | 'bottomRight';
36
- };
37
- }
38
- declare const SubmitButton: (props: SubmitButtonProps) => React.JSX.Element | null;
39
- export default SubmitButton;
@@ -1,32 +0,0 @@
1
- import React from 'react';
2
- import { DataSourceType } from "../provider/dataSource/DataSourceContext";
3
- export declare type ModeType = 'edit' | 'add' | 'view' | 'disabled' | 'hidden' | 'tableView';
4
- export interface DataSourceFormProps {
5
- title: string;
6
- description: string;
7
- dataSource: DataSourceType;
8
- extraParams?: Record<string, any>;
9
- showTitle: boolean;
10
- showDescription: boolean;
11
- groupInfoPosition: 'top' | 'side';
12
- variables: any[];
13
- renderMode?: ModeType;
14
- currentValue?: 'server' | 'local';
15
- children: React.ReactNode;
16
- className?: string;
17
- size?: 'small' | 'middle' | 'large';
18
- onDataSourceFinish?: (values: any, result: any) => void;
19
- __designMode?: string;
20
- formatSubmitValues?: (values: Record<string, any>) => Record<string, any>;
21
- formatInitialValues?: (values: Record<string, any>) => Record<string, any>;
22
- customSubmit?: (values: Record<string, any>) => Promise<any>;
23
- beforeSubmit?: (values: Record<string, any>) => Promise<boolean> | boolean;
24
- leaveConfirmConfig?: {
25
- enable: boolean;
26
- title: string;
27
- content: string;
28
- icon: React.ReactNode;
29
- okText: string;
30
- cancelText: string;
31
- };
32
- }
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { DataSourceTableProps } from './type';
3
- export interface TableRef {
4
- refreshCurrentPage: () => void;
5
- refreshData: () => void;
6
- }
7
- declare const _default: React.ForwardRefExoticComponent<DataSourceTableProps & React.RefAttributes<TableRef>>;
8
- export default _default;
@@ -1,26 +0,0 @@
1
- /**
2
- * 获取nocobase数据列表
3
- */
4
- export declare const getCountryDataList: () => Promise<any>;
5
- export interface Country {
6
- id: number;
7
- name: {
8
- en: string;
9
- 'zh-CN': string;
10
- 'zh-HK': string;
11
- 'ja': string;
12
- 'pt': string;
13
- original: string;
14
- };
15
- code: string;
16
- calling_code: string;
17
- currency_code: string;
18
- sort: number;
19
- status: string;
20
- created_at: string;
21
- updated_at: string;
22
- prefix: string;
23
- }
24
- export declare const useCountries: () => {
25
- data: Country[];
26
- };
@@ -1,27 +0,0 @@
1
- /**
2
- * 获取nocobase数据列表
3
- */
4
- export declare const getCountryDataList: () => Promise<any>;
5
- export declare const getShopCountryDataList: (locale?: any) => Promise<any>;
6
- export interface Country {
7
- id: number;
8
- name: {
9
- en: string;
10
- 'zh-CN': string;
11
- 'zh-HK': string;
12
- 'ja': string;
13
- 'pt': string;
14
- original: string;
15
- };
16
- code: string;
17
- calling_code: string;
18
- currency_code: string;
19
- sort: number;
20
- status: string;
21
- created_at: string;
22
- updated_at: string;
23
- prefix: string;
24
- }
25
- export declare const useCountries: () => {
26
- data: Country[];
27
- };
@@ -1,18 +0,0 @@
1
- import { DataSourceType } from '../provider/dataSource/DataSourceContext';
2
- export interface UseActionsParams {
3
- dataSource?: DataSourceType;
4
- currentValue?: 'server' | 'local';
5
- __designMode?: string;
6
- extraParams?: Record<string, any>;
7
- }
8
- declare const useActions: ({ dataSource: propsDataSource, currentValue: propsCurrentValue, __designMode, extraParams: propsExtraParams, }?: UseActionsParams) => {
9
- create: (this: unknown, values: Record<string, any>) => Promise<any>;
10
- get: (this: unknown) => Promise<any>;
11
- update: (this: unknown, values: Record<string, any>) => Promise<any>;
12
- list: (this: unknown, params: {
13
- page: number;
14
- pageSize: number;
15
- }) => Promise<any>;
16
- destroy: (this: unknown, id: string) => Promise<any>;
17
- };
18
- export default useActions;
@@ -1,120 +0,0 @@
1
- /// <reference types="react" />
2
- import { Result } from 'ahooks/es/useRequest/src/types';
3
- import { ActionsItem } from '../../dataSourceForm/serve';
4
- export interface Field {
5
- name: string;
6
- type: string;
7
- allowNull: boolean;
8
- primaryKey: boolean;
9
- unique: boolean;
10
- autoIncrement: boolean;
11
- description?: (null | string)[];
12
- possibleTypes?: string[];
13
- rawType: string;
14
- interface: string;
15
- uiSchema: UiSchema;
16
- key?: string;
17
- collectionName?: string;
18
- collectionKey?: any;
19
- dataSourceKey?: string;
20
- defaultValue?: any;
21
- }
22
- interface UiSchema {
23
- type?: string;
24
- 'x-component': string;
25
- 'x-component-props'?: Xcomponentprops;
26
- 'x-validator'?: string;
27
- title: string;
28
- default?: any;
29
- enum?: any[];
30
- }
31
- interface Xcomponentprops {
32
- style?: Style;
33
- autoSize?: AutoSize;
34
- stringMode?: boolean;
35
- step?: string;
36
- dateFormat?: string;
37
- showTime?: boolean;
38
- }
39
- interface AutoSize {
40
- minRows: number;
41
- }
42
- interface Style {
43
- width: string;
44
- }
45
- export declare type ActionTypes = 'list' | 'get' | 'update' | 'create' | 'destroy';
46
- export declare type DataSourceType = {
47
- fromSettingMeta: boolean;
48
- actions: {
49
- get: ActionsItem;
50
- update: ActionsItem;
51
- create: ActionsItem;
52
- delete: ActionsItem;
53
- list: ActionsItem;
54
- };
55
- headerDataSource: string;
56
- dataSourceKey: string;
57
- filterTargetKey: string;
58
- introspected: boolean;
59
- isCustomApi: boolean;
60
- key: string;
61
- tableName: string;
62
- logging: boolean;
63
- name: string;
64
- title: string;
65
- titleField: string;
66
- types: ActionTypes[];
67
- fields: Field[];
68
- options: {
69
- apiType: string;
70
- baseUrl: string;
71
- };
72
- };
73
- export declare type DataSourceContextProps = {
74
- dataSource: DataSourceType;
75
- children?: React.ReactNode;
76
- currentValue?: string;
77
- actions?: {
78
- list?: () => Promise<any>;
79
- get?: () => Promise<any>;
80
- update?: () => Promise<any>;
81
- create?: () => Promise<any>;
82
- destroy?: () => Promise<any>;
83
- };
84
- requestOptions?: {
85
- list?: any;
86
- get?: any;
87
- update?: any;
88
- create?: any;
89
- destroy?: any;
90
- };
91
- overrideData?: {
92
- list?: any;
93
- get?: any;
94
- };
95
- autoRun?: {
96
- list?: boolean;
97
- get?: boolean;
98
- };
99
- extraParams?: {
100
- list?: Record<string, any>;
101
- get?: Record<string, any>;
102
- update?: Record<string, any>;
103
- create?: Record<string, any>;
104
- destroy?: Record<string, any>;
105
- };
106
- __id?: string;
107
- __designMode?: string;
108
- };
109
- export interface DataSourceContextType {
110
- dataSource?: DataSourceType;
111
- list: Result<any, any>;
112
- destroy: Result<any, any>;
113
- get: Result<any, any>;
114
- update: Result<any, any>;
115
- create: Result<any, any>;
116
- __designMode?: string;
117
- getCurrentRecord: () => any;
118
- }
119
- export declare const DataSourceContext: import("react").Context<DataSourceContextType>;
120
- export default DataSourceContext;
@@ -1,15 +0,0 @@
1
- /// <reference types="react" />
2
- export interface VariablesContextType {
3
- children?: React.ReactNode;
4
- variables?: Record<string, any>;
5
- registerVariable?: (value: Record<string, any>) => void;
6
- parseVariable?: (str: string, localVariables?: Record<string, any>) => any;
7
- registerValueVariable?: (componentId: string, value: Record<string, any>) => void;
8
- registerFunctionVariable?: (componentId: string, value: Record<string, any>) => void;
9
- subscribeVariables?: (listener: (allVariables: Record<string, any>, updateVariables: Record<string, any>) => void) => () => void;
10
- config?: {
11
- disabledHistoryListener?: boolean;
12
- };
13
- }
14
- export declare const VariablesContext: import("react").Context<VariablesContextType>;
15
- export default VariablesContext;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { VariablesContextType } from './VariablesContext';
3
- declare const VariablesProvider: React.FC<VariablesContextType>;
4
- export default VariablesProvider;
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- import { ValueProps, SortType } from '../types';
4
- declare type IdType = string | number;
5
- declare type TreeItemProps = {
6
- id: string | number;
7
- key: string | number;
8
- item: ValueProps | any;
9
- depth: number;
10
- lists: any[];
11
- childrenProps?: SortType;
12
- sensors?: any;
13
- expandedKeys?: IdType[];
14
- setExpandedKeys?: any;
15
- onSelectKeys?: (ids: IdType) => void;
16
- onChange?: (value: any[]) => void;
17
- };
18
- declare const TreeItem: (props: TreeItemProps) => React.JSX.Element;
19
- export default TreeItem;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { FilterItemProps } from '../../types';
3
- import './index.less';
4
- declare const FilterItem: React.FC<FilterItemProps>;
5
- export default FilterItem;
@@ -1,12 +0,0 @@
1
- import React from "react";
2
- import { FilterItemProps } from "../../types";
3
- interface QuickFilterProps {
4
- children?: React.ReactNode;
5
- formFiltersPrefix: string;
6
- value?: {
7
- quickFilter?: FilterItemProps[];
8
- notSortFilter?: FilterItemProps[];
9
- };
10
- }
11
- declare const QuickFilter: React.FC<QuickFilterProps>;
12
- export default QuickFilter;
@@ -1,8 +0,0 @@
1
- import { IconComponentProps } from '@ant-design/icons/es/components/Icon';
2
- import React from 'react';
3
- interface IconFontProps extends IconComponentProps {
4
- type: string;
5
- onClick?: React.MouseEventHandler<HTMLSpanElement>;
6
- }
7
- declare const IconFont: React.FC<IconFontProps>;
8
- export default IconFont;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { ConfigProviderProps } from '../config-provider';
3
- interface PageProps extends ConfigProviderProps {
4
- variablesConfig?: {
5
- disabledHistoryListener?: boolean;
6
- };
7
- }
8
- declare const Page: (props: PageProps) => React.JSX.Element;
9
- export default Page;
@@ -1,22 +0,0 @@
1
- /// <reference types="react" />
2
- export interface PisellContextType {
3
- platform: 'h5' | 'pc' | 'ipad';
4
- /** 货币符号 */
5
- symbol?: string;
6
- /** 当前语言环境 */
7
- locale?: string;
8
- /** 获取货币符号 */
9
- getSymbolic?: () => string;
10
- }
11
- export declare const PisellContext: import("react").Context<PisellContextType>;
12
- /**
13
- * provider外获取当前全局配置
14
- */
15
- declare class GlobalConfig {
16
- private config;
17
- constructor();
18
- setConfig(config: PisellContextType): void;
19
- getConfig(): PisellContextType;
20
- }
21
- export declare const globalConfig: GlobalConfig;
22
- export default PisellContext;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { PisellContextType } from './context';
3
- interface PisellConfigProviderType {
4
- platform?: PisellContextType['platform'];
5
- children: React.ReactNode;
6
- /** 货币符号 */
7
- symbol?: string;
8
- /** 当前语言环境 */
9
- locale?: string;
10
- getSymbolic?: () => string;
11
- }
12
- declare const PisellConfigProvider: React.FC<PisellConfigProviderType>;
13
- export default PisellConfigProvider;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- import { PisellAdjustPriceProps } from './type';
4
- declare const PisellAdjustPrice: (props: PisellAdjustPriceProps) => React.JSX.Element;
5
- export default PisellAdjustPrice;
@@ -1,32 +0,0 @@
1
- export declare const defaultConfig: {
2
- dark: {
3
- backgroundColor: string;
4
- containerBackgroundColor: string;
5
- buttonBackgroundColor: string;
6
- textColor: string;
7
- resetButtonBackgroundColor: string;
8
- resetButtonTextColor: string;
9
- isDoneButtonFollowTheme: boolean;
10
- doneButtonBackgroundColor: string;
11
- doneButtonTextColor: string;
12
- isShowMainText: boolean;
13
- mainTextColor: string;
14
- isShowSubText: boolean;
15
- subTextColor: string;
16
- };
17
- light: {
18
- backgroundColor: string;
19
- containerBackgroundColor: string;
20
- buttonBackgroundColor: string;
21
- textColor: string;
22
- resetButtonBackgroundColor: string;
23
- resetButtonTextColor: string;
24
- isDoneButtonFollowTheme: boolean;
25
- doneButtonBackgroundColor: string;
26
- doneButtonTextColor: string;
27
- isShowMainText: boolean;
28
- mainTextColor: string;
29
- isShowSubText: boolean;
30
- subTextColor: string;
31
- };
32
- };
@@ -1,22 +0,0 @@
1
- export interface PisellAdjustPriceProps {
2
- value?: number;
3
- originValue: number;
4
- defaultValue?: number;
5
- onChange?: (val: number) => void;
6
- selectType?: 'light' | 'dark';
7
- backgroundColor?: string;
8
- containerBackgroundColor?: string;
9
- buttonBackgroundColor?: string;
10
- textColor?: string;
11
- resetButtonBackgroundColor?: string;
12
- resetButtonTextColor?: string;
13
- isDoneButtonFollowTheme?: boolean;
14
- doneButtonBackgroundColor?: string;
15
- doneButtonTextColor?: string;
16
- isShowMainText?: boolean;
17
- mainTextColor?: string;
18
- isShowSubText?: boolean;
19
- subTextColor?: string;
20
- resetText?: string;
21
- doneText?: string;
22
- }