@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,95 +0,0 @@
1
- export declare type bundleType = {
2
- id: number;
3
- name: string;
4
- num: number;
5
- price: number;
6
- total: number;
7
- origin_total?: number;
8
- price_type?: string;
9
- options?: optionType[];
10
- };
11
- /**
12
- * @description:
13
- * @return {*}
14
- * @Author: WangHan
15
- * @Date: 2025-01-02 23:00
16
- */
17
- export declare type optionType = {
18
- id: number;
19
- name: string;
20
- num: number;
21
- price: number;
22
- total: number;
23
- origin_total?: number;
24
- };
25
- /**
26
- * @title: 商品商品类型
27
- * @description:
28
- * @return {*}
29
- * @Author: WangHan
30
- * @Date: 2025-01-02 22:48
31
- */
32
- export declare type productType = {
33
- _id: string | number;
34
- id: number;
35
- name: string;
36
- price: number;
37
- total: number;
38
- num: number;
39
- origin_total?: number;
40
- image?: string;
41
- isShowNote?: boolean;
42
- note?: string;
43
- like_status?: string;
44
- bundle?: bundleType[];
45
- options?: optionType[];
46
- isShowAction?: boolean;
47
- actionText?: string;
48
- errorMessage?: string;
49
- product_option_string?: string;
50
- discount_reason?: string;
51
- relation_products?: any[];
52
- resource_id?: string | number;
53
- relation_form_name?: string;
54
- holder_title?: string;
55
- start_date?: string;
56
- end_date?: string;
57
- is_show_duration?: boolean;
58
- is_show_week?: boolean;
59
- promotions?: any[];
60
- isGift?: boolean;
61
- giftData?: any;
62
- };
63
- /**
64
- * 排序总配置
65
- */
66
- export declare type ProductCardTypes = {
67
- dataSource: productType;
68
- isShowImage?: boolean;
69
- isShowOriginalPrice?: boolean;
70
- isShowHolder?: boolean;
71
- isShowNote?: boolean;
72
- isShowPackageNote?: boolean;
73
- isShowDelete?: boolean;
74
- isShowEditProduct?: boolean;
75
- isShowAmountFooter?: boolean;
76
- disabledEdit?: boolean;
77
- locale?: string;
78
- symbol?: string;
79
- isShowChangeHolder?: boolean;
80
- isShowChangeResource?: boolean;
81
- isShowChangeDate?: boolean;
82
- disabledClick?: boolean;
83
- disabledEditClick?: boolean;
84
- onAction?: (val: any) => void;
85
- onDelete?: (val: any) => void;
86
- onNote?: (val: any) => void;
87
- onLike?: (val: any) => void;
88
- onCard?: (val: any) => void;
89
- onChangeResource?: (val: any) => void;
90
- onPromotion?: (val: any) => void;
91
- onEditProduct?: (val: any) => void;
92
- onGift?: (val: any) => void;
93
- osWarnTips?: Array<string>;
94
- [key: string]: any;
95
- };
@@ -1,33 +0,0 @@
1
- import 'dayjs/locale/zh-cn';
2
- import 'dayjs/locale/en';
3
- import 'dayjs/locale/zh-tw';
4
- import 'dayjs/locale/ja';
5
- import 'dayjs/locale/pt';
6
- /**
7
- * @title: 是否英文
8
- * @description:
9
- * @param {any} item
10
- * @return {*}
11
- * @Author: WangHan
12
- * @Date: 2024-12-28 22:49
13
- */
14
- export declare const isEn: (item: any) => boolean;
15
- /**
16
- * @title: 跨日预约时间
17
- * @description:
18
- * @param {any} item
19
- * @return {*}
20
- * @Author: WangHan
21
- * @Date: 2024-12-28 22:50
22
- */
23
- export declare const formatMultiDayDate: (item: any) => string;
24
- /**
25
- * @title: 格式化服务的 开始时间-结束时间-时长, 用于展示
26
- * @description:
27
- * @param {any} item
28
- * @param {any} currentDate
29
- * @return {*}
30
- * @Author: zhiwei.Wang
31
- * @Date: 2024-04-26 14:04
32
- */
33
- export declare const getServiceTime: (item: any, currentDate: any) => string;
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import { VirtualKeyboardTimeProps } from "../virtual-keyboard/Time";
3
- import { PopoverProps, TimePickerProps } from "antd";
4
- import "./index.less";
5
- interface SelectTimeProps {
6
- value: any;
7
- onChange: (e: string) => void;
8
- popoverProps: PopoverProps;
9
- timePickerProps: TimePickerProps;
10
- timeProps: VirtualKeyboardTimeProps;
11
- slice: number;
12
- }
13
- declare const SelectTime: (props: SelectTimeProps) => React.JSX.Element;
14
- export default SelectTime;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { SortListProps } from './types';
3
- import './index.less';
4
- declare const Sort: React.FC<SortListProps>;
5
- export default Sort;
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import "./index.less";
3
- declare const AddFieldModal: React.FC;
4
- export default AddFieldModal;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- declare const _default: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
4
- export default _default;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { AmountProps, RightItemsStyleProps } from './types';
3
- import './index.less';
4
- export type { AmountProps, RightItemsStyleProps };
5
- declare const Amount: (props: AmountProps) => React.JSX.Element;
6
- export default Amount;
@@ -1,32 +0,0 @@
1
- export declare const amountThemeConfig: {
2
- dark: {
3
- backgroundColor: string;
4
- containerBackgroundColor: string;
5
- buttonBackgroundColor: string;
6
- textColor: string;
7
- resetButtonBackgroundColor: string;
8
- resetButtonTextColor: string;
9
- isDoneButtonFollowTheme: boolean;
10
- doneButtonBackgroundColor: string;
11
- doneButtonTextColor: string;
12
- keyboardBackgroundColor: string;
13
- keyboardButtonBackgroundColor: string;
14
- keyboardButtonTextColor: string;
15
- keyboardButtonHoverColor: string;
16
- };
17
- light: {
18
- backgroundColor: string;
19
- containerBackgroundColor: string;
20
- buttonBackgroundColor: string;
21
- textColor: string;
22
- resetButtonBackgroundColor: string;
23
- resetButtonTextColor: string;
24
- isDoneButtonFollowTheme: boolean;
25
- doneButtonBackgroundColor: string;
26
- doneButtonTextColor: string;
27
- keyboardBackgroundColor: string;
28
- keyboardButtonBackgroundColor: string;
29
- keyboardButtonTextColor: string;
30
- keyboardButtonHoverColor: string;
31
- };
32
- };
@@ -1,44 +0,0 @@
1
- /// <reference types="react" />
2
- import { BaseNumberKeyboardProps } from '../BaseNumberKeyboard';
3
- export interface RightItemsStyleProps {
4
- buttonBackgroundColor?: string;
5
- textColor?: string;
6
- resetButtonBackgroundColor?: string;
7
- resetButtonTextColor?: string;
8
- isDoneButtonFollowTheme?: boolean;
9
- doneButtonBackgroundColor?: string;
10
- doneButtonTextColor?: string;
11
- }
12
- export interface AmountProps {
13
- max?: number;
14
- min?: number;
15
- doneText?: string;
16
- resetText?: string;
17
- defaultValue?: string | number;
18
- placeholder?: string;
19
- amountProps?: {
20
- showCurrencySymbol: boolean;
21
- useThousandsSeparator: boolean;
22
- };
23
- presets?: BaseNumberKeyboardProps['presets'];
24
- value?: string | number;
25
- onChange?: (val: string | number) => void;
26
- onEnter?: (val: string | number) => void;
27
- defaultSelect?: boolean;
28
- inputFormat?: (_v: string) => React.ReactNode | null;
29
- rightItemsStyle?: RightItemsStyleProps;
30
- selectType?: 'light' | 'dark';
31
- backgroundColor?: string;
32
- containerBackgroundColor?: string;
33
- buttonBackgroundColor?: string;
34
- textColor?: string;
35
- resetButtonBackgroundColor?: string;
36
- resetButtonTextColor?: string;
37
- isDoneButtonFollowTheme?: boolean;
38
- doneButtonBackgroundColor?: string;
39
- doneButtonTextColor?: string;
40
- keyboardBackgroundColor?: string;
41
- keyboardButtonBackgroundColor?: string;
42
- keyboardButtonTextColor?: string;
43
- keyboardButtonHoverColor?: string;
44
- }
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import './Presets.less';
3
- export declare type PresetsItem = {
4
- label: string;
5
- value: number | string;
6
- style?: React.CSSProperties;
7
- onClick?: (item: PresetsItem, _next: () => void) => void;
8
- render?: (item: PresetsItem) => React.ReactNode;
9
- };
10
- export interface PresetsProps {
11
- presets?: PresetsItem[];
12
- onChange: (val: string) => void;
13
- }
14
- declare const Presets: (props: PresetsProps) => React.JSX.Element | null;
15
- export default Presets;
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import { PresetsProps } from './Presets';
3
- import { KeyboardProps } from '../Keyboard';
4
- import { RightItemsStyleProps } from '../Amount';
5
- import './index.less';
6
- export interface BaseNumberKeyboardProps {
7
- placeholder?: string;
8
- format?: (val: string) => React.ReactNode;
9
- defaultValue?: string | number;
10
- doneText?: string;
11
- resetText?: string;
12
- onChange?: (val: string) => void;
13
- onEnter?: (val: string) => void;
14
- value?: string | number;
15
- max?: number;
16
- min?: number;
17
- presets?: PresetsProps['presets'];
18
- defaultSelect?: boolean;
19
- rightItemsStyle?: RightItemsStyleProps;
20
- customDisplay?: React.ReactNode | ((props: any) => React.ReactNode);
21
- keyboardProps?: KeyboardProps;
22
- style?: React.CSSProperties;
23
- }
24
- declare const BaseNumberKeyboard: (props: BaseNumberKeyboardProps) => React.JSX.Element;
25
- export default BaseNumberKeyboard;
@@ -1,21 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- export declare type ItemValue = string | number;
4
- export interface Item {
5
- value: ItemValue;
6
- label: React.ReactNode;
7
- disabled: boolean;
8
- type: 'text' | 'primary';
9
- style?: React.CSSProperties;
10
- size?: number;
11
- }
12
- export interface KeyboardProps {
13
- className?: string;
14
- style?: React.CSSProperties;
15
- onChange?: (value?: ItemValue) => void;
16
- items?: Item[];
17
- rightItems?: Item[];
18
- keydown?: boolean;
19
- }
20
- declare const _default: React.MemoExoticComponent<(props: KeyboardProps) => React.JSX.Element>;
21
- export default _default;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { NumberProps } from './types';
3
- import './index.less';
4
- export type { NumberProps };
5
- declare const Number: (props: NumberProps) => React.JSX.Element;
6
- export default Number;
@@ -1,32 +0,0 @@
1
- export declare const numberThemeConfig: {
2
- dark: {
3
- backgroundColor: string;
4
- containerBackgroundColor: string;
5
- buttonBackgroundColor: string;
6
- textColor: string;
7
- resetButtonBackgroundColor: string;
8
- resetButtonTextColor: string;
9
- isDoneButtonFollowTheme: boolean;
10
- doneButtonBackgroundColor: string;
11
- doneButtonTextColor: string;
12
- keyboardBackgroundColor: string;
13
- keyboardButtonBackgroundColor: string;
14
- keyboardButtonTextColor: string;
15
- keyboardButtonHoverColor: string;
16
- };
17
- light: {
18
- backgroundColor: string;
19
- containerBackgroundColor: string;
20
- buttonBackgroundColor: string;
21
- textColor: string;
22
- resetButtonBackgroundColor: string;
23
- resetButtonTextColor: string;
24
- isDoneButtonFollowTheme: boolean;
25
- doneButtonBackgroundColor: string;
26
- doneButtonTextColor: string;
27
- keyboardBackgroundColor: string;
28
- keyboardButtonBackgroundColor: string;
29
- keyboardButtonTextColor: string;
30
- keyboardButtonHoverColor: string;
31
- };
32
- };
@@ -1,26 +0,0 @@
1
- export interface NumberProps {
2
- max?: number;
3
- min?: number;
4
- doneText?: string;
5
- resetText: string;
6
- defaultValue?: string | number;
7
- placeholder?: string;
8
- value?: string | number;
9
- onChange?: (val: string | number) => void;
10
- onEnter?: (val: string | number) => void;
11
- defaultSelect?: boolean;
12
- selectType?: 'light' | 'dark';
13
- backgroundColor?: string;
14
- containerBackgroundColor?: string;
15
- buttonBackgroundColor?: string;
16
- textColor?: string;
17
- resetButtonBackgroundColor?: string;
18
- resetButtonTextColor?: string;
19
- isDoneButtonFollowTheme?: boolean;
20
- doneButtonBackgroundColor?: string;
21
- doneButtonTextColor?: string;
22
- keyboardBackgroundColor?: string;
23
- keyboardButtonBackgroundColor?: string;
24
- keyboardButtonTextColor?: string;
25
- keyboardButtonHoverColor?: string;
26
- }
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { InputProps } from 'antd';
3
- import './index.less';
4
- export interface VirtualKeyInputProps extends InputProps {
5
- previewValue?: string;
6
- renderInput?: (props: any) => any;
7
- showDelete?: boolean;
8
- onValueSelect?: (selected: boolean) => void;
9
- defaultSelect?: boolean;
10
- style?: React.CSSProperties;
11
- }
12
- declare const VirtualKeyInput: (props: VirtualKeyInputProps) => React.JSX.Element;
13
- export default VirtualKeyInput;
@@ -1,25 +0,0 @@
1
- import React from "react";
2
- import { KeyboardProps } from "./Keyboard";
3
- import { VirtualKeyInputProps } from "./VirtualKeyInput";
4
- import "./index.less";
5
- interface VirtualKeyboardProps extends React.HTMLAttributes<HTMLDivElement> {
6
- keyboardProps?: KeyboardProps;
7
- virtualKeyInputProps?: VirtualKeyInputProps;
8
- rightPanel?: React.ReactNode;
9
- style?: React.CSSProperties;
10
- onChange?: (value?: any) => void;
11
- value?: string;
12
- selectType?: 'light' | 'dark';
13
- backgroundColor?: string;
14
- containerBackgroundColor?: string;
15
- buttonBackgroundColor?: string;
16
- textColor?: string;
17
- keyboardBackgroundColor?: string;
18
- keyboardButtonBackgroundColor?: string;
19
- keyboardButtonTextColor?: string;
20
- keyboardButtonHoverColor?: string;
21
- primaryButtonBackgroundColor?: string;
22
- primaryButtonTextColor?: string;
23
- }
24
- declare const VirtualKeyboard: (props: VirtualKeyboardProps) => React.JSX.Element;
25
- export default VirtualKeyboard;