@pisell/materials 6.11.223 → 6.11.224

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 (525) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +7 -7
  7. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +8 -0
  8. package/es/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +24 -0
  9. package/es/components/PisellCards/components/GraphicTextCard/components/index.d.ts +6 -0
  10. package/es/components/PisellCards/components/GraphicTextCard/index.d.ts +5 -0
  11. package/es/components/PisellCards/components/PisellImageCard/index.d.ts +5 -0
  12. package/es/components/PisellCards/components/index.d.ts +10 -0
  13. package/es/components/PisellCards/index.d.ts +14 -0
  14. package/es/components/PisellFields/index.d.ts +36 -0
  15. package/es/components/PisellMetrics/index.d.ts +23 -0
  16. package/es/components/PisellTabbar2/PisellTabbar.d.ts +23 -0
  17. package/es/components/PisellTabbar2/components/TabbarLevel.d.ts +8 -0
  18. package/es/components/PisellTabbar2/components/index.d.ts +1 -0
  19. package/es/components/PisellTabbar2/index.d.ts +6 -0
  20. package/es/components/PisellTabbar3/PisellTabbar.d.ts +20 -0
  21. package/es/components/PisellTabbar3/index.d.ts +6 -0
  22. package/es/components/batch-editor/index.d.ts +0 -1
  23. package/es/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
  24. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  25. package/es/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
  26. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +11 -0
  27. package/es/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
  28. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +12 -0
  29. package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  30. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  31. package/es/components/dataSourceComponents/fields/index.d.ts +9 -9
  32. package/es/components/drag-sort-tree/index.d.ts +0 -1
  33. package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
  34. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  35. package/es/components/pisellBatchActionBar/index.d.ts +6 -0
  36. package/es/components/pisellCurrency/PisellCurrency.stories.d.ts +56 -0
  37. package/es/components/pisellCurrency/components/DisabledView.d.ts +11 -0
  38. package/es/components/pisellCurrency/components/ReadOnlyView.d.ts +17 -0
  39. package/es/components/pisellCurrency/components/index.d.ts +6 -0
  40. package/es/components/pisellCurrency/index.d.ts +7 -0
  41. package/es/components/pisellCurrency/utils/index.d.ts +5 -0
  42. package/es/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +3 -0
  43. package/es/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +7 -0
  44. package/es/components/pisellDataSourceContainer/components/Pagination/index.d.ts +6 -0
  45. package/es/components/pisellDataSourceContainer/components/Sort/index.d.ts +9 -0
  46. package/es/components/pisellDataSourceContainer/components/Table/index.d.ts +9 -0
  47. package/es/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +14 -0
  48. package/es/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +3 -0
  49. package/es/components/pisellDataSourceContainer/utils/withContainer.d.ts +9 -0
  50. package/es/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  51. package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +35 -0
  52. package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +195 -0
  53. package/es/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +48 -0
  54. package/es/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +42 -0
  55. package/es/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +57 -0
  56. package/es/components/pisellDateTimeDisplay/components/index.d.ts +6 -0
  57. package/es/components/pisellDateTimeDisplay/hooks/index.d.ts +2 -0
  58. package/es/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +46 -0
  59. package/es/components/pisellDateTimeDisplay/index.d.ts +3 -0
  60. package/es/components/pisellDateTimeDisplay/utils/formatDate.d.ts +21 -0
  61. package/es/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +17 -0
  62. package/es/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +30 -0
  63. package/es/components/pisellDateTimeDisplay/utils/index.d.ts +7 -0
  64. package/es/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +24 -0
  65. package/es/components/pisellEmail/PisellEmail.stories.d.ts +116 -0
  66. package/es/components/pisellEmail/components/DisabledView.d.ts +14 -0
  67. package/es/components/pisellEmail/components/ReadOnlyView.d.ts +15 -0
  68. package/es/components/pisellEmail/index.d.ts +7 -0
  69. package/es/components/pisellEmail/utils/emailHelper.d.ts +66 -0
  70. package/es/components/pisellEmail/utils/emailValidator.d.ts +45 -0
  71. package/es/components/pisellEmail/utils/index.d.ts +6 -0
  72. package/es/components/pisellFilter/index.d.ts +3 -0
  73. package/es/components/pisellFind/PisellFind.stories.d.ts +45 -0
  74. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +59 -0
  75. package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +29 -0
  76. package/es/components/pisellFloorMapLayout/components/EdgeLayer.d.ts +37 -0
  77. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +89 -0
  78. package/es/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +49 -0
  79. package/es/components/pisellFloorMapLayout/components/FloorMapSelectionZoneElement.d.ts +7 -0
  80. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +59 -0
  81. package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
  82. package/es/components/pisellFloorMapLayout/components/NodePortMarkers.d.ts +20 -0
  83. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +28 -0
  84. package/es/components/pisellFloorMapLayout/components/index.d.ts +23 -0
  85. package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
  86. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  87. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEdgeEditing.d.ts +61 -0
  88. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEdgeViewModel.d.ts +15 -0
  89. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +91 -0
  90. package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
  91. package/es/components/pisellFloorMapLayout/index.d.ts +39 -0
  92. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
  93. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
  94. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
  95. package/es/components/pisellFloorMapLayout/types.d.ts +769 -0
  96. package/es/components/pisellFloorMapLayout/utils/batchScenePlacementLayout.d.ts +45 -0
  97. package/es/components/pisellFloorMapLayout/utils/edgeRouting.d.ts +267 -0
  98. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasStage.d.ts +83 -0
  99. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  100. package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
  101. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  102. package/es/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.d.ts +44 -0
  103. package/es/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
  104. package/es/components/pisellFloorMapLayout/utils/floorMapSelectionZone.d.ts +24 -0
  105. package/es/components/pisellFloorMapLayout/utils/floorMapToolbarPalette.d.ts +34 -0
  106. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  107. package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
  108. package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
  109. package/es/components/pisellInput/components/BankCard/index.d.ts +0 -1
  110. package/es/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  111. package/es/components/pisellLongText/PisellLongText.stories.d.ts +123 -0
  112. package/es/components/pisellLongText/components/DisabledView.d.ts +16 -0
  113. package/es/components/pisellLongText/components/ReadOnlyView.d.ts +18 -0
  114. package/es/components/pisellLongText/index.d.ts +7 -0
  115. package/es/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
  116. package/es/components/pisellLookup/components/HotWords.d.ts +7 -0
  117. package/es/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
  118. package/es/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
  119. package/es/components/pisellLookup/components/SearchHistory.d.ts +7 -0
  120. package/es/components/pisellLookup/components/SuggestWords.d.ts +7 -0
  121. package/es/components/pisellLookup/components/index.d.ts +9 -0
  122. package/es/components/pisellLookup/hooks/index.d.ts +6 -0
  123. package/es/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
  124. package/es/components/pisellLookup/index.d.ts +6 -0
  125. package/es/components/pisellLookup/utils/index.d.ts +5 -0
  126. package/es/components/pisellLookup/utils/trigger.d.ts +42 -0
  127. package/es/components/pisellMetricCard/PisellMetricCard.d.ts +35 -0
  128. package/es/components/pisellMetricCard/PisellMetricCard.stories.d.ts +17 -0
  129. package/es/components/pisellMetricCard/components/MetricComparison.d.ts +14 -0
  130. package/es/components/pisellMetricCard/components/index.d.ts +7 -0
  131. package/es/components/pisellMetricCard/index.d.ts +6 -0
  132. package/es/components/pisellMetricCard/utils/index.d.ts +5 -0
  133. package/es/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +70 -0
  134. package/es/components/pisellMultipleSelect/components/DisabledView.d.ts +8 -0
  135. package/es/components/pisellMultipleSelect/index.d.ts +7 -0
  136. package/es/components/pisellNumber/PisellNumber.stories.d.ts +66 -0
  137. package/es/components/pisellNumber/components/DisabledView.d.ts +11 -0
  138. package/es/components/pisellNumber/components/index.d.ts +6 -0
  139. package/es/components/pisellNumber/index.d.ts +7 -0
  140. package/es/components/pisellPercent/PisellPercent.stories.d.ts +52 -0
  141. package/es/components/pisellPercent/components/DisabledView.d.ts +11 -0
  142. package/es/components/pisellPercent/components/ReadOnlyView.d.ts +14 -0
  143. package/es/components/pisellPercent/components/index.d.ts +6 -0
  144. package/es/components/pisellPercent/index.d.ts +7 -0
  145. package/es/components/pisellPercent/utils/index.d.ts +6 -0
  146. package/es/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
  147. package/es/components/pisellPhone/components/DisabledView.d.ts +16 -0
  148. package/es/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
  149. package/es/components/pisellPhone/constants/countryCodes.d.ts +20 -0
  150. package/es/components/pisellPhone/index.d.ts +8 -0
  151. package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  152. package/es/components/pisellPhone/utils/index.d.ts +6 -0
  153. package/es/components/pisellRating/PisellRating.stories.d.ts +53 -0
  154. package/es/components/pisellRating/index.d.ts +7 -0
  155. package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
  156. package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
  157. package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
  158. package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
  159. package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
  160. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  161. package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
  162. package/es/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
  163. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +5 -0
  164. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +11 -0
  165. package/es/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
  166. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +37 -0
  167. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +34 -0
  168. package/es/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.d.ts +18 -0
  169. package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +7 -0
  170. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.d.ts +26 -0
  171. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +18 -0
  172. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +17 -0
  173. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +30 -0
  174. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +10 -0
  175. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +330 -0
  176. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.d.ts +7 -0
  177. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +21 -0
  178. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +52 -0
  179. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +23 -0
  180. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +22 -0
  181. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +57 -0
  182. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +26 -0
  183. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
  184. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.d.ts +10 -0
  185. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.d.ts +11 -0
  186. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.d.ts +3 -0
  187. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.d.ts +8 -0
  188. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.d.ts +3 -0
  189. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  190. package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
  191. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +12 -0
  192. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
  193. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +50 -0
  194. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
  195. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +28 -0
  196. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +22 -0
  197. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +58 -0
  198. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +64 -0
  199. package/es/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
  200. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +24 -0
  201. package/es/components/pisellRecordBoard/types.d.ts +899 -0
  202. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +23 -0
  203. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
  204. package/es/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +27 -0
  205. package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
  206. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
  207. package/es/components/pisellReservationScheduleBand/index.d.ts +3 -0
  208. package/es/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +102 -0
  209. package/es/components/pisellSingleLineText/components/DisabledView.d.ts +16 -0
  210. package/es/components/pisellSingleLineText/components/ReadOnlyView.d.ts +20 -0
  211. package/es/components/pisellSingleLineText/index.d.ts +7 -0
  212. package/es/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +66 -0
  213. package/es/components/pisellSingleSelect/components/DisabledView.d.ts +8 -0
  214. package/es/components/pisellSingleSelect/index.d.ts +7 -0
  215. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  216. package/es/components/pisellTimeNavigator/components/index.d.ts +5 -0
  217. package/es/components/pisellTimeNavigator/index.d.ts +5 -0
  218. package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +32 -0
  219. package/es/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +20 -0
  220. package/es/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +19 -0
  221. package/es/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +36 -0
  222. package/es/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +18 -0
  223. package/es/components/pisellTimeRangeDisplay/utils/index.d.ts +4 -0
  224. package/es/components/pisellTooltip/index.d.ts +0 -1
  225. package/es/components/pisellUrl/PisellUrl.stories.d.ts +108 -0
  226. package/es/components/pisellUrl/components/DisabledView.d.ts +14 -0
  227. package/es/components/pisellUrl/components/ReadOnlyView.d.ts +15 -0
  228. package/es/components/pisellUrl/index.d.ts +7 -0
  229. package/es/components/table/Table/fields/image/index.d.ts +0 -1
  230. package/es/components/table/Table/fields/link/index.d.ts +0 -1
  231. package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  232. package/es/components/table/Table/utils.d.ts +1 -1
  233. package/es/components/versionSelect/index.d.ts +1 -0
  234. package/es/locales/en-US.d.ts +566 -0
  235. package/es/locales/index.d.ts +1 -0
  236. package/es/locales/ja.d.ts +534 -0
  237. package/es/locales/pt.d.ts +534 -0
  238. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +8 -0
  239. package/lib/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +24 -0
  240. package/lib/components/PisellCards/components/GraphicTextCard/components/index.d.ts +6 -0
  241. package/lib/components/PisellCards/components/GraphicTextCard/index.d.ts +5 -0
  242. package/lib/components/PisellCards/components/PisellImageCard/index.d.ts +5 -0
  243. package/lib/components/PisellCards/components/index.d.ts +10 -0
  244. package/lib/components/PisellCards/index.d.ts +14 -0
  245. package/lib/components/PisellFields/index.d.ts +36 -0
  246. package/lib/components/PisellMetrics/index.d.ts +23 -0
  247. package/lib/components/PisellTabbar2/PisellTabbar.d.ts +23 -0
  248. package/lib/components/PisellTabbar2/components/TabbarLevel.d.ts +8 -0
  249. package/lib/components/PisellTabbar2/components/index.d.ts +1 -0
  250. package/lib/components/PisellTabbar2/index.d.ts +6 -0
  251. package/lib/components/PisellTabbar3/PisellTabbar.d.ts +20 -0
  252. package/lib/components/PisellTabbar3/index.d.ts +6 -0
  253. package/lib/components/batch-editor/index.d.ts +0 -1
  254. package/lib/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
  255. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  256. package/lib/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
  257. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +11 -0
  258. package/lib/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
  259. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +12 -0
  260. package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -0
  261. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  262. package/lib/components/dataSourceComponents/fields/index.d.ts +9 -9
  263. package/lib/components/drag-sort-tree/index.d.ts +0 -1
  264. package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
  265. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  266. package/lib/components/pisellBatchActionBar/index.d.ts +6 -0
  267. package/lib/components/pisellCurrency/PisellCurrency.stories.d.ts +56 -0
  268. package/lib/components/pisellCurrency/components/DisabledView.d.ts +11 -0
  269. package/lib/components/pisellCurrency/components/ReadOnlyView.d.ts +17 -0
  270. package/lib/components/pisellCurrency/components/index.d.ts +6 -0
  271. package/lib/components/pisellCurrency/index.d.ts +7 -0
  272. package/lib/components/pisellCurrency/utils/index.d.ts +5 -0
  273. package/lib/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +3 -0
  274. package/lib/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +7 -0
  275. package/lib/components/pisellDataSourceContainer/components/Pagination/index.d.ts +6 -0
  276. package/lib/components/pisellDataSourceContainer/components/Sort/index.d.ts +9 -0
  277. package/lib/components/pisellDataSourceContainer/components/Table/index.d.ts +9 -0
  278. package/lib/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +14 -0
  279. package/lib/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +3 -0
  280. package/lib/components/pisellDataSourceContainer/utils/withContainer.d.ts +9 -0
  281. package/lib/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
  282. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +35 -0
  283. package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +195 -0
  284. package/lib/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +48 -0
  285. package/lib/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +42 -0
  286. package/lib/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +57 -0
  287. package/lib/components/pisellDateTimeDisplay/components/index.d.ts +6 -0
  288. package/lib/components/pisellDateTimeDisplay/hooks/index.d.ts +2 -0
  289. package/lib/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +46 -0
  290. package/lib/components/pisellDateTimeDisplay/index.d.ts +3 -0
  291. package/lib/components/pisellDateTimeDisplay/utils/formatDate.d.ts +21 -0
  292. package/lib/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +17 -0
  293. package/lib/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +30 -0
  294. package/lib/components/pisellDateTimeDisplay/utils/index.d.ts +7 -0
  295. package/lib/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +24 -0
  296. package/lib/components/pisellEmail/PisellEmail.stories.d.ts +116 -0
  297. package/lib/components/pisellEmail/components/DisabledView.d.ts +14 -0
  298. package/lib/components/pisellEmail/components/ReadOnlyView.d.ts +15 -0
  299. package/lib/components/pisellEmail/index.d.ts +7 -0
  300. package/lib/components/pisellEmail/utils/emailHelper.d.ts +66 -0
  301. package/lib/components/pisellEmail/utils/emailValidator.d.ts +45 -0
  302. package/lib/components/pisellEmail/utils/index.d.ts +6 -0
  303. package/lib/components/pisellFilter/index.d.ts +3 -0
  304. package/lib/components/pisellFind/PisellFind.stories.d.ts +45 -0
  305. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +59 -0
  306. package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +29 -0
  307. package/lib/components/pisellFloorMapLayout/components/EdgeLayer.d.ts +37 -0
  308. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +89 -0
  309. package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.d.ts +49 -0
  310. package/lib/components/pisellFloorMapLayout/components/FloorMapSelectionZoneElement.d.ts +7 -0
  311. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +59 -0
  312. package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
  313. package/lib/components/pisellFloorMapLayout/components/NodePortMarkers.d.ts +20 -0
  314. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +28 -0
  315. package/lib/components/pisellFloorMapLayout/components/index.d.ts +23 -0
  316. package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
  317. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  318. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEdgeEditing.d.ts +61 -0
  319. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEdgeViewModel.d.ts +15 -0
  320. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +91 -0
  321. package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
  322. package/lib/components/pisellFloorMapLayout/index.d.ts +39 -0
  323. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
  324. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
  325. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
  326. package/lib/components/pisellFloorMapLayout/types.d.ts +769 -0
  327. package/lib/components/pisellFloorMapLayout/utils/batchScenePlacementLayout.d.ts +45 -0
  328. package/lib/components/pisellFloorMapLayout/utils/edgeRouting.d.ts +267 -0
  329. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasStage.d.ts +83 -0
  330. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  331. package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
  332. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  333. package/lib/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.d.ts +44 -0
  334. package/lib/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
  335. package/lib/components/pisellFloorMapLayout/utils/floorMapSelectionZone.d.ts +24 -0
  336. package/lib/components/pisellFloorMapLayout/utils/floorMapToolbarPalette.d.ts +34 -0
  337. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  338. package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
  339. package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
  340. package/lib/components/pisellInput/components/BankCard/index.d.ts +0 -1
  341. package/lib/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
  342. package/lib/components/pisellLongText/PisellLongText.stories.d.ts +123 -0
  343. package/lib/components/pisellLongText/components/DisabledView.d.ts +16 -0
  344. package/lib/components/pisellLongText/components/ReadOnlyView.d.ts +18 -0
  345. package/lib/components/pisellLongText/index.d.ts +7 -0
  346. package/lib/components/pisellLookup/PisellLookup.stories.d.ts +129 -0
  347. package/lib/components/pisellLookup/components/HotWords.d.ts +7 -0
  348. package/lib/components/pisellLookup/components/LookupAuxiliary.d.ts +7 -0
  349. package/lib/components/pisellLookup/components/LookupResultHost.d.ts +7 -0
  350. package/lib/components/pisellLookup/components/SearchHistory.d.ts +7 -0
  351. package/lib/components/pisellLookup/components/SuggestWords.d.ts +7 -0
  352. package/lib/components/pisellLookup/components/index.d.ts +9 -0
  353. package/lib/components/pisellLookup/hooks/index.d.ts +6 -0
  354. package/lib/components/pisellLookup/hooks/useSearchHistory.d.ts +48 -0
  355. package/lib/components/pisellLookup/index.d.ts +6 -0
  356. package/lib/components/pisellLookup/utils/index.d.ts +5 -0
  357. package/lib/components/pisellLookup/utils/trigger.d.ts +42 -0
  358. package/lib/components/pisellMetricCard/PisellMetricCard.d.ts +35 -0
  359. package/lib/components/pisellMetricCard/PisellMetricCard.stories.d.ts +17 -0
  360. package/lib/components/pisellMetricCard/components/MetricComparison.d.ts +14 -0
  361. package/lib/components/pisellMetricCard/components/index.d.ts +7 -0
  362. package/lib/components/pisellMetricCard/index.d.ts +6 -0
  363. package/lib/components/pisellMetricCard/utils/index.d.ts +5 -0
  364. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +70 -0
  365. package/lib/components/pisellMultipleSelect/components/DisabledView.d.ts +8 -0
  366. package/lib/components/pisellMultipleSelect/index.d.ts +7 -0
  367. package/lib/components/pisellNumber/PisellNumber.stories.d.ts +66 -0
  368. package/lib/components/pisellNumber/components/DisabledView.d.ts +11 -0
  369. package/lib/components/pisellNumber/components/index.d.ts +6 -0
  370. package/lib/components/pisellNumber/index.d.ts +7 -0
  371. package/lib/components/pisellPercent/PisellPercent.stories.d.ts +52 -0
  372. package/lib/components/pisellPercent/components/DisabledView.d.ts +11 -0
  373. package/lib/components/pisellPercent/components/ReadOnlyView.d.ts +14 -0
  374. package/lib/components/pisellPercent/components/index.d.ts +6 -0
  375. package/lib/components/pisellPercent/index.d.ts +7 -0
  376. package/lib/components/pisellPercent/utils/index.d.ts +6 -0
  377. package/lib/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
  378. package/lib/components/pisellPhone/components/DisabledView.d.ts +16 -0
  379. package/lib/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
  380. package/lib/components/pisellPhone/constants/countryCodes.d.ts +20 -0
  381. package/lib/components/pisellPhone/index.d.ts +8 -0
  382. package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  383. package/lib/components/pisellPhone/utils/index.d.ts +6 -0
  384. package/lib/components/pisellRating/PisellRating.stories.d.ts +53 -0
  385. package/lib/components/pisellRating/index.d.ts +7 -0
  386. package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
  387. package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
  388. package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
  389. package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
  390. package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
  391. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  392. package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
  393. package/lib/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
  394. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.d.ts +5 -0
  395. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +11 -0
  396. package/lib/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
  397. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarInternalTypes.d.ts +37 -0
  398. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.d.ts +34 -0
  399. package/lib/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.d.ts +18 -0
  400. package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +7 -0
  401. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.d.ts +26 -0
  402. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.d.ts +18 -0
  403. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.d.ts +17 -0
  404. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.d.ts +30 -0
  405. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +10 -0
  406. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.d.ts +330 -0
  407. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.d.ts +7 -0
  408. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.d.ts +21 -0
  409. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.d.ts +52 -0
  410. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.d.ts +23 -0
  411. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.d.ts +22 -0
  412. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.d.ts +57 -0
  413. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.d.ts +26 -0
  414. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
  415. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.d.ts +10 -0
  416. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.d.ts +11 -0
  417. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.d.ts +3 -0
  418. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.d.ts +8 -0
  419. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.d.ts +3 -0
  420. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  421. package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
  422. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +12 -0
  423. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
  424. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +50 -0
  425. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
  426. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.d.ts +28 -0
  427. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +22 -0
  428. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +58 -0
  429. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +64 -0
  430. package/lib/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
  431. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +24 -0
  432. package/lib/components/pisellRecordBoard/types.d.ts +899 -0
  433. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +23 -0
  434. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
  435. package/lib/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +27 -0
  436. package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
  437. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
  438. package/lib/components/pisellReservationScheduleBand/index.d.ts +3 -0
  439. package/lib/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +102 -0
  440. package/lib/components/pisellSingleLineText/components/DisabledView.d.ts +16 -0
  441. package/lib/components/pisellSingleLineText/components/ReadOnlyView.d.ts +20 -0
  442. package/lib/components/pisellSingleLineText/index.d.ts +7 -0
  443. package/lib/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +66 -0
  444. package/lib/components/pisellSingleSelect/components/DisabledView.d.ts +8 -0
  445. package/lib/components/pisellSingleSelect/index.d.ts +7 -0
  446. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  447. package/lib/components/pisellTimeNavigator/components/index.d.ts +5 -0
  448. package/lib/components/pisellTimeNavigator/index.d.ts +5 -0
  449. package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +32 -0
  450. package/lib/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +20 -0
  451. package/lib/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +19 -0
  452. package/lib/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +36 -0
  453. package/lib/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +18 -0
  454. package/lib/components/pisellTimeRangeDisplay/utils/index.d.ts +4 -0
  455. package/lib/components/pisellTooltip/index.d.ts +0 -1
  456. package/lib/components/pisellUrl/PisellUrl.stories.d.ts +108 -0
  457. package/lib/components/pisellUrl/components/DisabledView.d.ts +14 -0
  458. package/lib/components/pisellUrl/components/ReadOnlyView.d.ts +15 -0
  459. package/lib/components/pisellUrl/index.d.ts +7 -0
  460. package/lib/components/table/Table/fields/image/index.d.ts +0 -1
  461. package/lib/components/table/Table/fields/link/index.d.ts +0 -1
  462. package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  463. package/lib/components/table/Table/utils.d.ts +1 -1
  464. package/lib/components/versionSelect/index.d.ts +1 -0
  465. package/lib/locales/en-US.d.ts +566 -0
  466. package/lib/locales/index.d.ts +1 -0
  467. package/lib/locales/ja.d.ts +534 -0
  468. package/lib/locales/pt.d.ts +534 -0
  469. package/package.json +3 -3
  470. package/es/components/cardPro/index.d.ts +0 -4
  471. package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -201
  472. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  473. package/es/components/pisell-config-provider/context.d.ts +0 -22
  474. package/es/components/pisell-config-provider/index.d.ts +0 -13
  475. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  476. package/es/components/pisellAdjustPrice/type.d.ts +0 -22
  477. package/es/components/pisellFind/index.d.ts +0 -67
  478. package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  479. package/es/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +0 -12
  480. package/es/components/pisellReservationSchedule/index.d.ts +0 -2
  481. package/es/components/pisellToast/squareToast/index.d.ts +0 -15
  482. package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
  483. package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  484. package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
  485. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  486. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -3
  487. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  488. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -8
  489. package/es/components/productCard/components/Action/index.d.ts +0 -4
  490. package/es/components/productCard/locales.d.ts +0 -138
  491. package/es/components/select-time/index.d.ts +0 -13
  492. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  493. package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  494. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  495. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  496. package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
  497. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  498. package/lib/components/cardPro/index.d.ts +0 -4
  499. package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -201
  500. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
  501. package/lib/components/pisell-config-provider/context.d.ts +0 -22
  502. package/lib/components/pisell-config-provider/index.d.ts +0 -13
  503. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  504. package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
  505. package/lib/components/pisellFind/index.d.ts +0 -67
  506. package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +0 -9
  507. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.stories.d.ts +0 -12
  508. package/lib/components/pisellReservationSchedule/index.d.ts +0 -2
  509. package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
  510. package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
  511. package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
  512. package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
  513. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
  514. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -3
  515. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
  516. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -8
  517. package/lib/components/productCard/components/Action/index.d.ts +0 -4
  518. package/lib/components/productCard/locales.d.ts +0 -138
  519. package/lib/components/select-time/index.d.ts +0 -13
  520. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  521. package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
  522. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  523. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  524. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
  525. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
@@ -1,67 +0,0 @@
1
- import React from 'react';
2
- import type { PisellLookupProps, PisellLookupRef } from '../pisellLookup';
3
- /**
4
- * 原生扫码事件名,对齐宿主端约定。
5
- */
6
- export declare const SCAN_RESULT_EVENT = "nativeScanResult";
7
- /**
8
- * 扫码枪回传数据(对齐宿主 ScanResultPayload)
9
- * - code: 条码标识(如条码格式 / 业务字段)
10
- * - data: 扫描得到的字符串值(写入输入框的内容)
11
- */
12
- export interface PisellFindScannerData {
13
- code: string;
14
- data: string;
15
- }
16
- /**
17
- * PisellFind Props
18
- * 继承 PisellLookup 的所有 Props,并扩展扫码枪监听相关字段。
19
- */
20
- export interface PisellFindProps extends PisellLookupProps {
21
- /**
22
- * 是否开启扫码枪监听
23
- * - 优先:通过宿主 `appHelper.utils.acquireScanFocus` 接入「扫码焦点栈」,
24
- * 保证同一页面存在多个 PisellFind 时,只有「栈顶」(最后开启监听的那个,
25
- * 如列表上方拉起的弹窗)响应扫码,底层组件不响应;关闭/卸载时自动释放,焦点回退。
26
- * - 回退:宿主未注册焦点栈时,退回到直连 `app.pubsub.subscribe('nativeScanResult', ...)`。
27
- * 切换 false 时会释放焦点 / unsubscribe,停止接收事件。
28
- * @default false
29
- */
30
- enableScanner?: boolean;
31
- /**
32
- * 扫码枪回调
33
- * 监听到扫码枪事件时触发,参数为原始 payload 对象(含 `data` 字段)。
34
- * 注意:仅在 enableScanner 为 true 时才会触发。
35
- */
36
- onScannerData?: (data: PisellFindScannerData) => void;
37
- }
38
- /**
39
- * PisellFind Ref
40
- * 继承 PisellLookup 的所有 Ref 方法
41
- */
42
- export declare type PisellFindRef = PisellLookupRef;
43
- /**
44
- * PisellFind 组件
45
- * 基于 PisellLookup 的组件内查找优化版本
46
- *
47
- * 核心特点:
48
- * - 默认使用 button 触发器
49
- * - 默认不显示确认按钮(输入即搜索)
50
- * - 默认开启搜索历史
51
- * - 默认不展示结果区(结果在页面其他位置展示)
52
- * - 通过 `enableScanner` 接入扫码枪:优先走宿主注入的「扫码焦点栈」
53
- * (`appHelper.utils.acquireScanFocus`),保证同页多个 PisellFind 只有栈顶响应;
54
- * 宿主未注册时回退到直连 `app.pubsub.subscribe(SCAN_RESULT_EVENT, ...)`。
55
- * 每次扫码直接覆盖输入框内容并触发 onSearch / onScannerData;切回 false 时自动释放 / unsubscribe。
56
- *
57
- * @example
58
- * ```tsx
59
- * <PisellFind
60
- * triggerType="input"
61
- * enableScanner={isActive}
62
- * onScannerData={(payload) => console.log('scan:', payload.data)}
63
- * onSearch={(keyword) => filterData(keyword)}
64
- * />
65
- * ```
66
- */
67
- export declare const PisellFind: React.ForwardRefExoticComponent<PisellFindProps & React.RefAttributes<PisellLookupRef>>;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import type { RecordBoardProps } from './types';
3
- /**
4
- * RecordBoard 容器:提供统一的 data / pagination / search 上下文。
5
- * 打散 props:列表/分页/搜索/多选、grid/toolBar/…;可选根级 **floorMap**(兼容透传)。
6
- * 平面图推荐在 ShellFrame 内使用 **PisellRecordBoard.FloorMap** 声明,与根级 `floorMap` 合并(子优先)。
7
- */
8
- declare const PisellRecordBoard: React.FC<RecordBoardProps>;
9
- export default PisellRecordBoard;
@@ -1,12 +0,0 @@
1
- import type { Meta, StoryObj } from '@storybook/react';
2
- import { PisellReservationSchedule } from './PisellReservationSchedule';
3
- /**
4
- * PisellReservationSchedule:预约营业日导航(上一天 / 日期文案 / 下一天)。
5
- * 多语言与日期格式依赖 LowCode 引擎 locale。详见组件目录下 docs/PisellReservationSchedule.md。
6
- */
7
- declare const meta: Meta<typeof PisellReservationSchedule>;
8
- export default meta;
9
- declare type Story = StoryObj<typeof PisellReservationSchedule>;
10
- export declare const Default: Story;
11
- export declare const WithMinMax: Story;
12
- export declare const Controlled: Story;
@@ -1,2 +0,0 @@
1
- export { PisellReservationSchedule } from './PisellReservationSchedule';
2
- export type { PisellReservationScheduleProps, ReservationScheduleValue, } from './types';
@@ -1,15 +0,0 @@
1
- import { clear, show, success, info, loading, fail, hide } from './methods';
2
- import './index.less';
3
- interface ToastInstance {
4
- show: typeof show;
5
- clear: typeof clear;
6
- success: typeof success;
7
- info: typeof info;
8
- loading: typeof loading;
9
- fail: typeof fail;
10
- error: typeof fail;
11
- hide: typeof hide;
12
- }
13
- declare const Toast: ToastInstance;
14
- export declare const useToast: () => ToastInstance;
15
- export default Toast;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { ToastProps } from './toast';
3
- interface ToastInstance {
4
- close: () => void;
5
- }
6
- declare const show: (configOrContent: Partial<ToastProps> | React.ReactNode, duration?: number, afterClose?: () => void) => ToastInstance;
7
- declare const clear: () => void;
8
- declare const success: (content: React.ReactNode, duration?: number, afterClose?: () => void) => ToastInstance;
9
- declare const info: (content: React.ReactNode, duration?: number, afterClose?: () => void) => ToastInstance;
10
- declare const loading: (content: React.ReactNode, duration?: number, afterClose?: () => void) => ToastInstance;
11
- declare const fail: (content: React.ReactNode, duration?: number, afterClose?: () => void) => ToastInstance;
12
- declare const hide: () => void;
13
- export { show, clear, success, info, loading, fail, hide };
@@ -1,28 +0,0 @@
1
- import type { ReactElement } from 'react';
2
- import type { Root } from 'react-dom/client';
3
- import React from 'react';
4
- declare type ImperativeProps = {
5
- open?: boolean;
6
- onCancel?: () => void;
7
- afterClose?: () => void;
8
- };
9
- declare type TargetElement = ReactElement<ImperativeProps>;
10
- export declare type ImperativeHandler = {
11
- close: () => void;
12
- replace: (element: TargetElement) => void;
13
- isRendered?: () => boolean;
14
- };
15
- export declare type UnmountType = () => Promise<void>;
16
- export declare type RenderType = (node: React.ReactElement, container: Element | DocumentFragment) => UnmountType;
17
- declare const MARK = "__pisell_react_root__";
18
- declare type ContainerType = (Element | DocumentFragment) & {
19
- [MARK]?: Root;
20
- };
21
- export declare function render(node: React.ReactElement, container: ContainerType): void;
22
- export declare function unmount(container: ContainerType): Promise<void>;
23
- /**
24
- * @deprecated 设置 React 渲染函数以兼容使用。
25
- */
26
- export declare function unstableSetRender(render?: RenderType): RenderType;
27
- export declare function renderImperatively(element: TargetElement): ImperativeHandler;
28
- export {};
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- export declare type ToastType = 'success' | 'error' | 'warning' | 'info' | 'loading';
4
- export interface ToastProps {
5
- /** Toast 类型 */
6
- icon?: ToastType | React.ReactNode;
7
- /** 显示的内容,支持文本或 React 节点 */
8
- content: React.ReactNode;
9
- /** 是否显示 */
10
- open?: boolean;
11
- /** 自动关闭时间,单位毫秒,0 表示不自动关闭 */
12
- duration?: number;
13
- /** 关闭 */
14
- onCancel?: () => void;
15
- /** 关闭后回调 */
16
- afterClose?: () => void;
17
- /** 自定义样式类名 */
18
- className?: string;
19
- /** 自定义样式 */
20
- style?: React.CSSProperties;
21
- /** 是否显示遮罩 */
22
- mask?: boolean;
23
- }
24
- declare const Toast: React.FC<ToastProps>;
25
- export default Toast;
@@ -1,14 +0,0 @@
1
- interface InputItem {
2
- start_date: string;
3
- end_date: string;
4
- total: number;
5
- num: number;
6
- }
7
- interface OutputItem {
8
- start_date: string;
9
- end_date: string;
10
- total: number;
11
- num: number;
12
- }
13
- export declare function formatDateRanges(list: InputItem[]): OutputItem[];
14
- export {};
@@ -1,3 +0,0 @@
1
- import './index.less';
2
- declare const Resources: (props: any) => JSX.Element | null;
3
- export default Resources;
@@ -1,46 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- import React from 'react';
3
- declare type NativeProps<S extends string = never> = {
4
- className?: string;
5
- style?: React.CSSProperties & Partial<Record<S, string>>;
6
- };
7
- declare type PropagationEvent = 'click';
8
- import './index.less';
9
- declare type SideType = 'left' | 'right';
10
- export declare type SwipeActionRef = {
11
- close: () => void;
12
- show: (side?: SideType) => void;
13
- };
14
- declare type ActionColor = 'light' | 'weak' | 'primary' | 'success' | 'warning' | 'danger';
15
- export declare type Action = {
16
- key: string | number;
17
- text: ReactNode;
18
- color?: ActionColor | string;
19
- onClick?: (e: React.MouseEvent) => void;
20
- style?: React.CSSProperties;
21
- };
22
- export declare type SwipeActionProps = {
23
- rightActions?: Action[];
24
- leftActions?: Action[];
25
- onAction?: (action: Action, e: React.MouseEvent) => void;
26
- closeOnTouchOutside?: boolean;
27
- closeOnAction?: boolean;
28
- children: ReactNode;
29
- stopPropagation?: PropagationEvent[];
30
- onActionsReveal?: (side: SideType) => void;
31
- onClose?: () => void;
32
- escapeDom?: string;
33
- } & NativeProps<'--background'>;
34
- export declare const SwipeAction: React.ForwardRefExoticComponent<{
35
- rightActions?: Action[] | undefined;
36
- leftActions?: Action[] | undefined;
37
- onAction?: ((action: Action, e: React.MouseEvent) => void) | undefined;
38
- closeOnTouchOutside?: boolean | undefined;
39
- closeOnAction?: boolean | undefined;
40
- children: ReactNode;
41
- stopPropagation?: "click"[] | undefined;
42
- onActionsReveal?: ((side: SideType) => void) | undefined;
43
- onClose?: (() => void) | undefined;
44
- escapeDom?: string | undefined;
45
- } & NativeProps<"--background"> & React.RefAttributes<SwipeActionRef>>;
46
- export {};
@@ -1,8 +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
- import './index.less';
7
- declare const TimeRange: (props: any) => JSX.Element | null;
8
- export default TimeRange;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import './index.less';
3
- declare const Action: ({ item, onAction }: any) => JSX.Element;
4
- export default Action;
@@ -1,138 +0,0 @@
1
- declare const _default: {
2
- en: {
3
- 'pisell2.product.card.day': (val: number) => string;
4
- 'pisell2.product.card.day.event': (val: number) => string;
5
- 'pisell2.product.card.minute': (val: number) => string;
6
- 'pisell2.product.card.discount.reason': string;
7
- 'pisell2.product.card.discount.note': string;
8
- 'pisell2.product.card.edit': string;
9
- 'pisell2.product.card.discount.add.note': string;
10
- 'pisell2.product.card.discount.edit.note': string;
11
- 'pisell2.product.card.confirm': string;
12
- 'pisell2.product.card.cancel': string;
13
- 'pisell2.product.card.note.pla': string;
14
- 'pisell2.product.card.items.package': string;
15
- 'pisell2.product.card.view-all': string;
16
- 'pisell2.product.card.view-less': string;
17
- 'pisell2.product.card.add.holder.button.text': (val: string) => string;
18
- 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
19
- 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
20
- 'pisell2.product.card.add.holder.modal.title.1': string;
21
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
22
- 'pisell2.product.card.sales': string;
23
- 'pisell2.product.card.add.holder.modal.cancel': string;
24
- 'pisell2.product.card.add.holder.modal.clear': string;
25
- 'pisell2.product.card.add.holder.modal.apply': string;
26
- 'pisell2.product.card.add.holder.modal.add': string;
27
- 'pisell2.product.card.closing-soon.warning': string;
28
- };
29
- 'zh-CN': {
30
- 'pisell2.product.card.edit': string;
31
- 'pisell2.product.card.day': (val: number) => string;
32
- 'pisell2.product.card.day.event': (val: number) => string;
33
- 'pisell2.product.card.minute': (val: number) => string;
34
- 'pisell2.product.card.discount.reason': string;
35
- 'pisell2.product.card.discount.note': string;
36
- 'pisell2.product.card.discount.add.note': string;
37
- 'pisell2.product.card.discount.edit.note': string;
38
- 'pisell2.product.card.confirm': string;
39
- 'pisell2.product.card.cancel': string;
40
- 'pisell2.product.card.note.pla': string;
41
- 'pisell2.product.card.items.package': string;
42
- 'pisell2.product.card.view-all': string;
43
- 'pisell2.product.card.view-less': string;
44
- 'pisell2.product.card.add.holder.button.text': (val: string) => string;
45
- 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
46
- 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
47
- 'pisell2.product.card.add.holder.modal.title.1': string;
48
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
49
- 'pisell2.product.card.sales': string;
50
- 'pisell2.product.card.add.holder.modal.cancel': string;
51
- 'pisell2.product.card.add.holder.modal.clear': string;
52
- 'pisell2.product.card.add.holder.modal.apply': string;
53
- 'pisell2.product.card.add.holder.modal.add': string;
54
- 'pisell2.product.card.closing-soon.warning': string;
55
- };
56
- 'zh-HK': {
57
- 'pisell2.product.card.edit': string;
58
- 'pisell2.product.card.day': (val: number) => string;
59
- 'pisell2.product.card.day.event': (val: number) => string;
60
- 'pisell2.product.card.minute': (val: number) => string;
61
- 'pisell2.product.card.discount.reason': string;
62
- 'pisell2.product.card.discount.note': string;
63
- 'pisell2.product.card.discount.add.note': string;
64
- 'pisell2.product.card.discount.edit.note': string;
65
- 'pisell2.product.card.confirm': string;
66
- 'pisell2.product.card.cancel': string;
67
- 'pisell2.product.card.note.pla': string;
68
- 'pisell2.product.card.items.package': string;
69
- 'pisell2.product.card.view-all': string;
70
- 'pisell2.product.card.view-less': string;
71
- 'pisell2.product.card.add.holder.button.text': (val: string) => string;
72
- 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
73
- 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
74
- 'pisell2.product.card.add.holder.modal.title.1': string;
75
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
76
- 'pisell2.product.card.sales': string;
77
- 'pisell2.product.card.add.holder.modal.cancel': string;
78
- 'pisell2.product.card.add.holder.modal.clear': string;
79
- 'pisell2.product.card.add.holder.modal.apply': string;
80
- 'pisell2.product.card.add.holder.modal.add': string;
81
- 'pisell2.product.card.closing-soon.warning': string;
82
- };
83
- ja: {
84
- 'pisell2.product.card.day': (val: number) => string;
85
- 'pisell2.product.card.day.event': (val: number) => string;
86
- 'pisell2.product.card.minute': (val: number) => string;
87
- 'pisell2.product.card.discount.reason': string;
88
- 'pisell2.product.card.discount.note': string;
89
- 'pisell2.product.card.edit': string;
90
- 'pisell2.product.card.discount.add.note': string;
91
- 'pisell2.product.card.discount.edit.note': string;
92
- 'pisell2.product.card.confirm': string;
93
- 'pisell2.product.card.cancel': string;
94
- 'pisell2.product.card.note.pla': string;
95
- 'pisell2.product.card.items.package': string;
96
- 'pisell2.product.card.view-all': string;
97
- 'pisell2.product.card.view-less': string;
98
- 'pisell2.product.card.add.holder.button.text': (val: string) => string;
99
- 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
100
- 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
101
- 'pisell2.product.card.add.holder.modal.title.1': string;
102
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
103
- 'pisell2.product.card.sales': string;
104
- 'pisell2.product.card.add.holder.modal.cancel': string;
105
- 'pisell2.product.card.add.holder.modal.clear': string;
106
- 'pisell2.product.card.add.holder.modal.apply': string;
107
- 'pisell2.product.card.add.holder.modal.add': string;
108
- 'pisell2.product.card.closing-soon.warning': string;
109
- };
110
- pt: {
111
- 'pisell2.product.card.day': (val: number) => string;
112
- 'pisell2.product.card.day.event': (val: number) => string;
113
- 'pisell2.product.card.minute': (val: number) => string;
114
- 'pisell2.product.card.discount.reason': string;
115
- 'pisell2.product.card.discount.note': string;
116
- 'pisell2.product.card.edit': string;
117
- 'pisell2.product.card.discount.add.note': string;
118
- 'pisell2.product.card.discount.edit.note': string;
119
- 'pisell2.product.card.confirm': string;
120
- 'pisell2.product.card.cancel': string;
121
- 'pisell2.product.card.note.pla': string;
122
- 'pisell2.product.card.items.package': string;
123
- 'pisell2.product.card.view-all': string;
124
- 'pisell2.product.card.view-less': string;
125
- 'pisell2.product.card.add.holder.button.text': (val: string) => string;
126
- 'pisell2.product.card.add.holder.placeholder': (val: string) => string;
127
- 'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
128
- 'pisell2.product.card.add.holder.modal.title.1': string;
129
- 'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
130
- 'pisell2.product.card.sales': string;
131
- 'pisell2.product.card.add.holder.modal.cancel': string;
132
- 'pisell2.product.card.add.holder.modal.clear': string;
133
- 'pisell2.product.card.add.holder.modal.apply': string;
134
- 'pisell2.product.card.add.holder.modal.add': string;
135
- 'pisell2.product.card.closing-soon.warning': string;
136
- };
137
- };
138
- export default _default;
@@ -1,13 +0,0 @@
1
- import { VirtualKeyboardTimeProps } from "../virtual-keyboard/Time";
2
- import { PopoverProps, TimePickerProps } from "antd";
3
- import "./index.less";
4
- interface SelectTimeProps {
5
- value: any;
6
- onChange: (e: string) => void;
7
- popoverProps: PopoverProps;
8
- timePickerProps: TimePickerProps;
9
- timeProps: VirtualKeyboardTimeProps;
10
- slice: number;
11
- }
12
- declare const SelectTime: (props: SelectTimeProps) => JSX.Element;
13
- export default SelectTime;
@@ -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,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) => JSX.Element | null;
15
- export default Presets;
@@ -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) => JSX.Element>;
21
- export default _default;
@@ -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) => JSX.Element;
13
- export default VirtualKeyInput;