@pisell/materials 1.0.1078 → 1.0.1079

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 (437) 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 +1 -1
  6. package/build/lowcode/view.js +1 -1
  7. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +9 -0
  8. package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +163 -0
  9. package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
  10. package/es/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +24 -0
  11. package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
  12. package/es/components/PisellCards/components/GraphicTextCard/components/index.d.ts +6 -0
  13. package/es/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
  14. package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
  15. package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
  16. package/es/components/PisellCards/components/GraphicTextCard/index.d.ts +5 -0
  17. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +301 -0
  18. package/es/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
  19. package/es/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
  20. package/es/components/PisellCards/components/TextCard/TextCard.stories.d.ts +183 -0
  21. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +27 -0
  22. package/es/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
  23. package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
  24. package/es/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
  25. package/es/components/PisellCards/components/TextCard/index.d.ts +5 -0
  26. package/es/components/PisellCards/components/TextCard/types.d.ts +277 -0
  27. package/es/components/PisellCards/components/index.d.ts +10 -0
  28. package/es/components/PisellCards/index.d.ts +17 -0
  29. package/es/components/PisellContactBrief/PisellContactBrief.stories.d.ts +31 -0
  30. package/es/components/PisellContactBrief/components/index.d.ts +5 -0
  31. package/es/components/PisellContactBrief/index.d.ts +6 -0
  32. package/es/components/PisellContactBrief/locales.d.ts +55 -0
  33. package/es/components/PisellContactBrief/types.d.ts +82 -0
  34. package/es/components/PisellFields/index.d.ts +37 -0
  35. package/es/components/PisellLayouts/index.d.ts +37 -0
  36. package/es/components/PisellSteps/PisellSteps.d.ts +14 -0
  37. package/es/components/PisellTabbar/PisellTabbar.d.ts +20 -0
  38. package/es/components/PisellTabbar/index.d.ts +9 -0
  39. package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
  40. package/es/components/PisellTabbar/template/Template1/index.d.ts +6 -0
  41. package/es/components/PisellTabbar2/PisellTabbar.d.ts +23 -0
  42. package/es/components/PisellTabbar2/components/TabbarLevel.d.ts +8 -0
  43. package/es/components/PisellTabbar2/components/index.d.ts +1 -0
  44. package/es/components/PisellTabbar2/index.d.ts +6 -0
  45. package/es/components/PisellTabbar3/PisellTabbar.d.ts +20 -0
  46. package/es/components/PisellTabbar3/index.d.ts +6 -0
  47. package/es/components/Template/[ComponentName].d.ts +0 -0
  48. package/es/components/appVersionControl/index.d.ts +5 -0
  49. package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +201 -0
  50. package/es/components/dataSourceComponents/dataSourceForm/serve.js +4 -2
  51. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
  52. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  53. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +85 -0
  54. package/es/components/dataSourceComponents/fields/index.d.ts +16 -15
  55. package/es/components/drag-sort-tree/index.d.ts +4 -0
  56. package/es/components/filter/components/Dropdown/types.d.ts +13 -0
  57. package/es/components/filter/components/FilterButton/types.d.ts +24 -0
  58. package/es/components/filter/types.d.ts +48 -0
  59. package/es/components/hardwareErrorTip/demo.d.ts +3 -0
  60. package/es/components/hardwareErrorTip/errorCard/index.d.ts +29 -0
  61. package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +13 -0
  62. package/es/components/hardwareErrorTip/index.d.ts +19 -0
  63. package/es/components/hardwareErrorTip/logCard/index.d.ts +28 -0
  64. package/es/components/hardwareErrorTip/types.d.ts +28 -0
  65. package/es/components/iconfont/index.d.ts +8 -0
  66. package/es/components/login-and-register/index.d.ts +82 -0
  67. package/es/components/pisell-config-provider/index.d.ts +13 -0
  68. package/es/components/pisellActionPanel/PisellActionPanel.d.ts +13 -0
  69. package/es/components/pisellActionPanel/PisellActionPanel.stories.d.ts +19 -0
  70. package/es/components/pisellActionPanel/index.d.ts +6 -0
  71. package/es/components/pisellActionPanel/types.d.ts +83 -0
  72. package/es/components/pisellBaseCard/PisellBaseCard.d.ts +8 -0
  73. package/es/components/pisellBaseCard/PisellBaseCard.stories.d.ts +19 -0
  74. package/es/components/pisellBaseCard/index.d.ts +5 -0
  75. package/es/components/pisellBaseCard/types.d.ts +45 -0
  76. package/es/components/pisellBatchActionBar/index.d.ts +6 -0
  77. package/es/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +15 -0
  78. package/es/components/pisellCustomerBrief/PisellCustomerBrief.stories.d.ts +23 -0
  79. package/es/components/pisellCustomerBrief/index.d.ts +6 -0
  80. package/es/components/pisellCustomerBrief/types.d.ts +82 -0
  81. package/es/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
  82. package/es/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
  83. package/es/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
  84. package/es/components/pisellDataSourceContainer/type.d.ts +84 -0
  85. package/es/components/pisellEmpty/index.d.ts +19 -0
  86. package/es/components/pisellEntityCard/PisellEntityCard.d.ts +8 -0
  87. package/es/components/pisellEntityCard/PisellEntityCard.stories.d.ts +47 -0
  88. package/es/components/pisellEntityCard/index.d.ts +5 -0
  89. package/es/components/pisellEntityCard/types.d.ts +144 -0
  90. package/es/components/pisellExport/PisellExport.d.ts +9 -0
  91. package/es/components/pisellExport/PisellExport.stories.d.ts +45 -0
  92. package/es/components/pisellExport/index.d.ts +2 -0
  93. package/es/components/pisellExport/types.d.ts +63 -0
  94. package/es/components/pisellFilter/type.d.ts +7 -0
  95. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
  96. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
  97. package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +53 -0
  98. package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
  99. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +19 -0
  100. package/es/components/pisellFloorMapLayout/components/index.d.ts +21 -0
  101. package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
  102. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  103. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
  104. package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
  105. package/es/components/pisellFloorMapLayout/index.d.ts +25 -0
  106. package/es/components/pisellFloorMapLayout/locales-ja.d.ts +113 -0
  107. package/es/components/pisellFloorMapLayout/locales-pt.d.ts +113 -0
  108. package/es/components/pisellFloorMapLayout/locales.d.ts +551 -0
  109. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
  110. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
  111. package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
  112. package/es/components/pisellFloorMapLayout/types.d.ts +604 -0
  113. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  114. package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
  115. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  116. package/es/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
  117. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  118. package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
  119. package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
  120. package/es/components/pisellGridPro/index.d.ts +4 -0
  121. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  122. package/es/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  123. package/es/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  124. package/es/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  125. package/es/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  126. package/es/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  127. package/es/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  128. package/es/components/pisellImport/PisellImport.d.ts +9 -0
  129. package/es/components/pisellImport/PisellImport.stories.d.ts +49 -0
  130. package/es/components/pisellImport/index.d.ts +2 -0
  131. package/es/components/pisellImport/types.d.ts +85 -0
  132. package/es/components/pisellList01/index.d.ts +17 -0
  133. package/es/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
  134. package/es/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
  135. package/es/components/pisellPhone/components/DisabledView.d.ts +16 -0
  136. package/es/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
  137. package/es/components/pisellPhone/constants/countryCodes.d.ts +21 -0
  138. package/es/components/pisellPhone/index.d.ts +8 -0
  139. package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  140. package/es/components/pisellPhone/utils/index.d.ts +6 -0
  141. package/es/components/pisellQuickFilter/type.d.ts +12 -0
  142. package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
  143. package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
  144. package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
  145. package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
  146. package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
  147. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  148. package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
  149. package/es/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
  150. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +3 -0
  151. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +7 -0
  152. package/es/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
  153. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
  154. package/es/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +4 -0
  155. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
  156. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  157. package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
  158. package/es/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
  159. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +21 -0
  160. package/es/components/pisellRecordBoard/types.d.ts +468 -0
  161. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +20 -0
  162. package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
  163. package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
  164. package/es/components/pisellReservationSchedule/locales.d.ts +25 -0
  165. package/es/components/pisellReservationSchedule/types.d.ts +47 -0
  166. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
  167. package/es/components/pisellReservationScheduleBand/index.d.ts +2 -0
  168. package/es/components/pisellReservationScheduleBand/types.d.ts +57 -0
  169. package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  170. package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
  171. package/es/components/pisellShellFrame/index.d.ts +2 -0
  172. package/es/components/pisellShellFrame/types.d.ts +56 -0
  173. package/es/components/pisellStatisticList/index.d.ts +22 -0
  174. package/es/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  175. package/es/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
  176. package/es/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
  177. package/es/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
  178. package/es/components/pisellTimeNavigator/components/index.d.ts +5 -0
  179. package/es/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
  180. package/es/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
  181. package/es/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +27 -0
  182. package/es/components/pisellTimeNavigator/index.d.ts +5 -0
  183. package/es/components/pisellTimeNavigator/utils/index.d.ts +35 -0
  184. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
  185. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +9 -0
  186. package/es/components/productCard/cartSkuCard/locales.d.ts +163 -0
  187. package/es/components/productCard/components/Header/Actions/index.d.ts +4 -0
  188. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
  189. package/es/components/productCard/components/Time/index.d.ts +4 -0
  190. package/es/components/productCard/status.d.ts +32 -0
  191. package/es/components/productCard/types.d.ts +85 -0
  192. package/es/components/table/Actions/component/ViewMode/index.d.ts +9 -0
  193. package/es/components/table/Table/fields/index.d.ts +2 -2
  194. package/es/components/table/Table/utils.d.ts +1 -1
  195. package/es/components/table/types.d.ts +270 -0
  196. package/es/components/versionModal/index.d.ts +24 -0
  197. package/es/locales/en-US.d.ts +439 -0
  198. package/es/locales/index.d.ts +1 -0
  199. package/es/locales/ja.d.ts +360 -0
  200. package/es/locales/pt.d.ts +360 -0
  201. package/es/locales/zh-CN.d.ts +434 -0
  202. package/es/locales/zh-TW.d.ts +434 -0
  203. package/es/theme/pisell-components.d.ts +14 -0
  204. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +9 -0
  205. package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +163 -0
  206. package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
  207. package/lib/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +24 -0
  208. package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
  209. package/lib/components/PisellCards/components/GraphicTextCard/components/index.d.ts +6 -0
  210. package/lib/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
  211. package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
  212. package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
  213. package/lib/components/PisellCards/components/GraphicTextCard/index.d.ts +5 -0
  214. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +301 -0
  215. package/lib/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
  216. package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
  217. package/lib/components/PisellCards/components/TextCard/TextCard.stories.d.ts +183 -0
  218. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +27 -0
  219. package/lib/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
  220. package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
  221. package/lib/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
  222. package/lib/components/PisellCards/components/TextCard/index.d.ts +5 -0
  223. package/lib/components/PisellCards/components/TextCard/types.d.ts +277 -0
  224. package/lib/components/PisellCards/components/index.d.ts +10 -0
  225. package/lib/components/PisellCards/index.d.ts +17 -0
  226. package/lib/components/PisellContactBrief/PisellContactBrief.stories.d.ts +31 -0
  227. package/lib/components/PisellContactBrief/components/index.d.ts +5 -0
  228. package/lib/components/PisellContactBrief/index.d.ts +6 -0
  229. package/lib/components/PisellContactBrief/locales.d.ts +55 -0
  230. package/lib/components/PisellContactBrief/types.d.ts +82 -0
  231. package/lib/components/PisellFields/index.d.ts +37 -0
  232. package/lib/components/PisellLayouts/index.d.ts +37 -0
  233. package/lib/components/PisellSteps/PisellSteps.d.ts +14 -0
  234. package/lib/components/PisellTabbar/PisellTabbar.d.ts +20 -0
  235. package/lib/components/PisellTabbar/index.d.ts +9 -0
  236. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +5 -0
  237. package/lib/components/PisellTabbar/template/Template1/index.d.ts +6 -0
  238. package/lib/components/PisellTabbar2/PisellTabbar.d.ts +23 -0
  239. package/lib/components/PisellTabbar2/components/TabbarLevel.d.ts +8 -0
  240. package/lib/components/PisellTabbar2/components/index.d.ts +1 -0
  241. package/lib/components/PisellTabbar2/index.d.ts +6 -0
  242. package/lib/components/PisellTabbar3/PisellTabbar.d.ts +20 -0
  243. package/lib/components/PisellTabbar3/index.d.ts +6 -0
  244. package/lib/components/Template/[ComponentName].d.ts +0 -0
  245. package/lib/components/appVersionControl/index.d.ts +5 -0
  246. package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +201 -0
  247. package/lib/components/dataSourceComponents/dataSourceForm/serve.js +4 -2
  248. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +5 -0
  249. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  250. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +85 -0
  251. package/lib/components/dataSourceComponents/fields/index.d.ts +16 -15
  252. package/lib/components/drag-sort-tree/index.d.ts +4 -0
  253. package/lib/components/filter/components/Dropdown/types.d.ts +13 -0
  254. package/lib/components/filter/components/FilterButton/types.d.ts +24 -0
  255. package/lib/components/filter/types.d.ts +48 -0
  256. package/lib/components/hardwareErrorTip/demo.d.ts +3 -0
  257. package/lib/components/hardwareErrorTip/errorCard/index.d.ts +29 -0
  258. package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +13 -0
  259. package/lib/components/hardwareErrorTip/index.d.ts +19 -0
  260. package/lib/components/hardwareErrorTip/logCard/index.d.ts +28 -0
  261. package/lib/components/hardwareErrorTip/types.d.ts +28 -0
  262. package/lib/components/iconfont/index.d.ts +8 -0
  263. package/lib/components/login-and-register/index.d.ts +82 -0
  264. package/lib/components/pisell-config-provider/index.d.ts +13 -0
  265. package/lib/components/pisellActionPanel/PisellActionPanel.d.ts +13 -0
  266. package/lib/components/pisellActionPanel/PisellActionPanel.stories.d.ts +19 -0
  267. package/lib/components/pisellActionPanel/index.d.ts +6 -0
  268. package/lib/components/pisellActionPanel/types.d.ts +83 -0
  269. package/lib/components/pisellBaseCard/PisellBaseCard.d.ts +8 -0
  270. package/lib/components/pisellBaseCard/PisellBaseCard.stories.d.ts +19 -0
  271. package/lib/components/pisellBaseCard/index.d.ts +5 -0
  272. package/lib/components/pisellBaseCard/types.d.ts +45 -0
  273. package/lib/components/pisellBatchActionBar/index.d.ts +6 -0
  274. package/lib/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +15 -0
  275. package/lib/components/pisellCustomerBrief/PisellCustomerBrief.stories.d.ts +23 -0
  276. package/lib/components/pisellCustomerBrief/index.d.ts +6 -0
  277. package/lib/components/pisellCustomerBrief/types.d.ts +82 -0
  278. package/lib/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +32 -0
  279. package/lib/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +13 -0
  280. package/lib/components/pisellDataSourceContainer/provider/RefManager.d.ts +9 -0
  281. package/lib/components/pisellDataSourceContainer/type.d.ts +84 -0
  282. package/lib/components/pisellEmpty/index.d.ts +19 -0
  283. package/lib/components/pisellEntityCard/PisellEntityCard.d.ts +8 -0
  284. package/lib/components/pisellEntityCard/PisellEntityCard.stories.d.ts +47 -0
  285. package/lib/components/pisellEntityCard/index.d.ts +5 -0
  286. package/lib/components/pisellEntityCard/types.d.ts +144 -0
  287. package/lib/components/pisellExport/PisellExport.d.ts +9 -0
  288. package/lib/components/pisellExport/PisellExport.stories.d.ts +45 -0
  289. package/lib/components/pisellExport/index.d.ts +2 -0
  290. package/lib/components/pisellExport/types.d.ts +63 -0
  291. package/lib/components/pisellFilter/type.d.ts +7 -0
  292. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
  293. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
  294. package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +53 -0
  295. package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
  296. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +19 -0
  297. package/lib/components/pisellFloorMapLayout/components/index.d.ts +21 -0
  298. package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
  299. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
  300. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +67 -0
  301. package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
  302. package/lib/components/pisellFloorMapLayout/index.d.ts +25 -0
  303. package/lib/components/pisellFloorMapLayout/locales-ja.d.ts +113 -0
  304. package/lib/components/pisellFloorMapLayout/locales-pt.d.ts +113 -0
  305. package/lib/components/pisellFloorMapLayout/locales.d.ts +551 -0
  306. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
  307. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
  308. package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
  309. package/lib/components/pisellFloorMapLayout/types.d.ts +604 -0
  310. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
  311. package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
  312. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
  313. package/lib/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
  314. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
  315. package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
  316. package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
  317. package/lib/components/pisellGridPro/index.d.ts +4 -0
  318. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.d.ts +6 -0
  319. package/lib/components/pisellHierarchicalSummaryList/PisellHierarchicalSummaryList.stories.d.ts +10 -0
  320. package/lib/components/pisellHierarchicalSummaryList/components/index.d.ts +1 -0
  321. package/lib/components/pisellHierarchicalSummaryList/hooks/index.d.ts +2 -0
  322. package/lib/components/pisellHierarchicalSummaryList/hooks/useExpandedKeys.d.ts +15 -0
  323. package/lib/components/pisellHierarchicalSummaryList/index.d.ts +5 -0
  324. package/lib/components/pisellHierarchicalSummaryList/types.d.ts +248 -0
  325. package/lib/components/pisellImport/PisellImport.d.ts +9 -0
  326. package/lib/components/pisellImport/PisellImport.stories.d.ts +49 -0
  327. package/lib/components/pisellImport/index.d.ts +2 -0
  328. package/lib/components/pisellImport/types.d.ts +85 -0
  329. package/lib/components/pisellList01/index.d.ts +17 -0
  330. package/lib/components/pisellLookup/components/LookupTrigger.d.ts +3 -0
  331. package/lib/components/pisellPhone/PisellPhone.stories.d.ts +80 -0
  332. package/lib/components/pisellPhone/components/DisabledView.d.ts +16 -0
  333. package/lib/components/pisellPhone/components/ReadOnlyView.d.ts +17 -0
  334. package/lib/components/pisellPhone/constants/countryCodes.d.ts +21 -0
  335. package/lib/components/pisellPhone/index.d.ts +8 -0
  336. package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +35 -0
  337. package/lib/components/pisellPhone/utils/index.d.ts +6 -0
  338. package/lib/components/pisellQuickFilter/type.d.ts +12 -0
  339. package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
  340. package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
  341. package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
  342. package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
  343. package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
  344. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
  345. package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
  346. package/lib/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
  347. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.d.ts +3 -0
  348. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +7 -0
  349. package/lib/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
  350. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +18 -0
  351. package/lib/components/pisellRecordBoard/shellFrame/Calendar/index.d.ts +4 -0
  352. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
  353. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
  354. package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
  355. package/lib/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
  356. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +21 -0
  357. package/lib/components/pisellRecordBoard/types.d.ts +468 -0
  358. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +20 -0
  359. package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
  360. package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
  361. package/lib/components/pisellReservationSchedule/locales.d.ts +25 -0
  362. package/lib/components/pisellReservationSchedule/types.d.ts +47 -0
  363. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.stories.d.ts +16 -0
  364. package/lib/components/pisellReservationScheduleBand/index.d.ts +2 -0
  365. package/lib/components/pisellReservationScheduleBand/types.d.ts +57 -0
  366. package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
  367. package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
  368. package/lib/components/pisellShellFrame/index.d.ts +2 -0
  369. package/lib/components/pisellShellFrame/types.d.ts +56 -0
  370. package/lib/components/pisellStatisticList/index.d.ts +22 -0
  371. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.stories.d.ts +79 -0
  372. package/lib/components/pisellTimeNavigator/components/BackgroundLayer.d.ts +14 -0
  373. package/lib/components/pisellTimeNavigator/components/CursorLayer.d.ts +25 -0
  374. package/lib/components/pisellTimeNavigator/components/GestureLayer.d.ts +33 -0
  375. package/lib/components/pisellTimeNavigator/components/index.d.ts +5 -0
  376. package/lib/components/pisellTimeNavigator/hooks/useDragInertia.d.ts +14 -0
  377. package/lib/components/pisellTimeNavigator/hooks/useRealtime.d.ts +5 -0
  378. package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.d.ts +27 -0
  379. package/lib/components/pisellTimeNavigator/index.d.ts +5 -0
  380. package/lib/components/pisellTimeNavigator/utils/index.d.ts +35 -0
  381. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +4 -0
  382. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +9 -0
  383. package/lib/components/productCard/cartSkuCard/locales.d.ts +163 -0
  384. package/lib/components/productCard/components/Header/Actions/index.d.ts +4 -0
  385. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
  386. package/lib/components/productCard/components/Time/index.d.ts +4 -0
  387. package/lib/components/productCard/status.d.ts +32 -0
  388. package/lib/components/productCard/types.d.ts +85 -0
  389. package/lib/components/table/Actions/component/ViewMode/index.d.ts +9 -0
  390. package/lib/components/table/Table/fields/index.d.ts +2 -2
  391. package/lib/components/table/Table/utils.d.ts +1 -1
  392. package/lib/components/table/types.d.ts +270 -0
  393. package/lib/components/versionModal/index.d.ts +24 -0
  394. package/lib/locales/en-US.d.ts +439 -0
  395. package/lib/locales/index.d.ts +1 -0
  396. package/lib/locales/ja.d.ts +360 -0
  397. package/lib/locales/pt.d.ts +360 -0
  398. package/lib/locales/zh-CN.d.ts +434 -0
  399. package/lib/locales/zh-TW.d.ts +434 -0
  400. package/lib/theme/pisell-components.d.ts +14 -0
  401. package/package.json +1 -1
  402. package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
  403. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  404. package/es/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
  405. package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  406. package/es/components/pisellAdjustPrice/index.d.ts +0 -5
  407. package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
  408. package/es/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
  409. package/es/components/pisellText/components/Amount/index.d.ts +0 -20
  410. package/es/components/pisellToast/index.d.ts +0 -17
  411. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  412. package/es/components/productCard/components/Sales/index.d.ts +0 -4
  413. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  414. package/es/components/productCard/utils.d.ts +0 -33
  415. package/es/components/sort/index.d.ts +0 -5
  416. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -6
  417. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  418. package/es/components/virtual-keyboard/Number/index.d.ts +0 -6
  419. package/es/components/virtual-keyboard/index.d.ts +0 -25
  420. package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
  421. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
  422. package/lib/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
  423. package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
  424. package/lib/components/pisellAdjustPrice/index.d.ts +0 -5
  425. package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
  426. package/lib/components/pisellFloorMapLayout/components/FloorMapImageElement.d.ts +0 -9
  427. package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
  428. package/lib/components/pisellToast/index.d.ts +0 -17
  429. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  430. package/lib/components/productCard/components/Sales/index.d.ts +0 -4
  431. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  432. package/lib/components/productCard/utils.d.ts +0 -33
  433. package/lib/components/sort/index.d.ts +0 -5
  434. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -6
  435. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
  436. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -6
  437. package/lib/components/virtual-keyboard/index.d.ts +0 -25
@@ -0,0 +1,434 @@
1
+ declare const _default: {
2
+ 'pisell-tabbar-expand': string;
3
+ 'pisell-tabbar-minimize': string;
4
+ 'pisell-tabbar-all': string;
5
+ 'table-filter-search': string;
6
+ 'table-filter-find': string;
7
+ 'table-filter-clear': string;
8
+ 'table-filter-filter': string;
9
+ 'table-filter-min': string;
10
+ 'table-filter-max': string;
11
+ 'table-pagination-previous': string;
12
+ 'table-pagination-next': string;
13
+ 'table-pagination-total': (current: string, total: string) => string;
14
+ 'select-dropdown-render-select-all': string;
15
+ 'select-dropdown-render-search': string;
16
+ 'sort-button-text': string;
17
+ 'sort-oldest-to-newest': string;
18
+ 'sort-newest-to-oldest': string;
19
+ 'sort-a-z': string;
20
+ 'sort-z-a': string;
21
+ 'sort-from-morning-to-night': string;
22
+ 'sort-from-evening-to-morning': string;
23
+ 'sort-0-9': string;
24
+ 'sort-9-0': string;
25
+ 'sort-first-last': string;
26
+ 'sort-last-first': string;
27
+ 'table-action-filter-button': string;
28
+ 'table-action-filter-quick-filter': string;
29
+ 'table-action-filter-quick-filter-tip': (count: number) => string;
30
+ 'table-action-filter-other-filter': string;
31
+ 'table-action-filter-other-filter-tip': () => string;
32
+ 'table-action-group-by-title': string;
33
+ 'table-action-group-by-title-tip': string;
34
+ 'table-action-column-title': string;
35
+ 'table-action-gallery-display-mode': string;
36
+ 'table-action-gallery-display-mode-default': string;
37
+ 'table-action-gallery-display-mode-compact': string;
38
+ 'table-action-gallery-display-field-name': string;
39
+ 'table-action-gallery-no-cover': string;
40
+ 'table-action-gallery-cover-content': string;
41
+ 'table-action-gallery-cover-effect': string;
42
+ 'table-action-gallery-cover-fit-fill': string;
43
+ 'table-action-gallery-cover-fit-cover': string;
44
+ 'table-column-group-records': string;
45
+ 'table-column-group-lock-tip': string;
46
+ 'record-board-uniform-summary-empty': string;
47
+ 'record-board-uniform-summary-same': string;
48
+ 'table-column-drag-sort-disabled-tip': string;
49
+ 'table-action-filter-no-filter': string;
50
+ 'table-action-view-mode-grid': string;
51
+ 'table-action-view-mode-gallery': string;
52
+ 'table-action-view-mode-kanban': string;
53
+ 'table-action-range-picker-placeholder-start': string;
54
+ 'table-action-range-picker-placeholder-end': string;
55
+ 'table-action-range-picker-presets-today': string;
56
+ 'table-action-range-picker-presets-yesterday': string;
57
+ 'table-action-range-picker-presets-last-3-day': string;
58
+ 'table-action-range-picker-presets-last-7-day': string;
59
+ 'table-action-range-picker-presets-last-14-day': string;
60
+ 'table-action-range-picker-presets-last-30-day': string;
61
+ 'table-action-range-picker-presets-last-90-day': string;
62
+ 'virtual-keyboard-time-now': string;
63
+ 'virtual-keyboard-time-ok': string;
64
+ 'batch-editor-batch-edit': string;
65
+ 'pisell-lookup-placeholder': string;
66
+ 'pisell-lookup-button-text': string;
67
+ 'pisell-lookup-confirm-button-text': string;
68
+ 'pisell-lookup-clear': string;
69
+ 'pisell-lookup-close': string;
70
+ 'pisell-lookup-search-history': string;
71
+ 'pisell-lookup-clear-history': string;
72
+ 'pisell-lookup-suggestions': string;
73
+ 'pisell-lookup-popular-search': string;
74
+ 'pisell-lookup-loading': string;
75
+ 'pisell-lookup-no-data': string;
76
+ 'pisell-find-button-text': string;
77
+ 'pisell-find-placeholder': string;
78
+ 'pisell-export-button-text': string;
79
+ 'batch-editor-actions': string;
80
+ 'batch-editor-remove': string;
81
+ 'batch-editor-price': string;
82
+ 'batch-editor-cancel': string;
83
+ 'batch-editor-search': string;
84
+ 'batch-editor-confirm': string;
85
+ 'batch-editor-batch-remove': string;
86
+ 'batch-editor-what-price': string;
87
+ 'batch-editor-quick-edit': string;
88
+ 'batch-editor-quick-edit-title': (product: string, num: string) => string;
89
+ 'batch-editor-quick-edit-title-2': (product: string) => string;
90
+ 'batch-action-bar-select-all': string;
91
+ 'batch-action-bar-invert': string;
92
+ 'batch-action-bar-clear': string;
93
+ 'batch-action-bar-delete': string;
94
+ 'batch-action-bar-more': string;
95
+ 'batch-action-bar-selected-count': (count: number) => string;
96
+ 'batch-action-bar-confirm-title': string;
97
+ 'batch-action-bar-delete-confirm-title': string;
98
+ 'batch-action-bar-delete-confirm-content': (count: number) => string;
99
+ 'batch-action-bar-delete-confirm-ok': string;
100
+ 'batch-action-bar-delete-confirm-cancel': string;
101
+ 'record-board-toolbar-reset': string;
102
+ 'record-board-toolbar-default-filter-status': string;
103
+ 'record-board-toolbar-default-filter-all': string;
104
+ 'record-board-toolbar-default-filter-enabled': string;
105
+ 'record-board-toolbar-default-filter-disabled': string;
106
+ 'record-board-toolbar-default-filter-keyword': string;
107
+ 'record-board-toolbar-default-placeholder': string;
108
+ 'pisell2.recordBoard.toolbar.find': string;
109
+ 'pisell2.recordBoard.toolbar.findPlaceholder': string;
110
+ 'pisell2.recordBoard.toolbar.sort': string;
111
+ 'pisell2.recordBoard.toolbar.filter': string;
112
+ 'pisell2.recordBoard.toolbar.reset': string;
113
+ 'pisell2.recordBoard.toolbar.viewGrid': string;
114
+ 'pisell2.recordBoard.toolbar.viewFloorMap': string;
115
+ 'pisell2.recordBoard.toolbar.viewCalendar': string;
116
+ 'pisell2.recordBoard.filter.placeholderEnter': string;
117
+ 'pisell2.salesManagement.pagination.previous': string;
118
+ 'pisell2.salesManagement.pagination.next': string;
119
+ 'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
120
+ 'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
121
+ 'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
122
+ 'pisell2.salesManagement.batchActionBar.more': string;
123
+ 'pisell2.salesManagement.batchActionBar.selectAll': string;
124
+ 'pisell2.salesManagement.batchActionBar.invert': string;
125
+ 'pisell2.salesManagement.batchActionBar.clear': string;
126
+ 'pisell2.salesManagement.batchActionBar.delete': string;
127
+ 'pisell2.salesManagement.batchActionBar.confirmTitle': string;
128
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
129
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
130
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
131
+ 'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
132
+ 'shell-frame-statistic-expand': string;
133
+ 'shell-frame-statistic-collapse': string;
134
+ 'pisell-export-button-label': string;
135
+ 'pisell-import-button-label': string;
136
+ 'pisell-import-error-max-size': string;
137
+ 'table-action-export-import-export-success': string;
138
+ 'table-action-export-import-button': string;
139
+ 'table-action-export-import-export-range': string;
140
+ 'table-action-export-import-current-page': string;
141
+ 'table-action-export-import-all-records': string;
142
+ 'table-action-export-import-selected-records': string;
143
+ 'table-action-export-import-selected': string;
144
+ 'table-action-export-import-item': (length: number) => string;
145
+ 'table-action-export-import-product': string;
146
+ 'table-action-export-import-table-text-input-title': string;
147
+ 'table-action-export-import-table-text-input-describe': string;
148
+ 'table-action-export-import-table-error-file': string;
149
+ 'table-action-export-import-import-success': string;
150
+ 'table-action-export-import-import-phone': string;
151
+ 'table-action-export-import-table-success-download': string;
152
+ 'table-action-export-import-table-textimport-product': string;
153
+ 'table-action-export-import-table-text-product-template': string;
154
+ 'table-action-export-import-table-text-click-download': string;
155
+ 'table-action-export-import-table-text-edit-file': string;
156
+ 'table-action-export-import-button-import': string;
157
+ 'table-action-export-import-cancel': string;
158
+ 'table-action-export-import-file-completed': string;
159
+ 'table-action-export-import-file-processing': string;
160
+ 'table-action-export-import-file-pending': string;
161
+ 'table-action-export-import-file-refresh': string;
162
+ 'table-action-export-import-export-title': string;
163
+ 'table-action-export-import-file-hint': string;
164
+ 'table-action-export-import-file-name': string;
165
+ 'table-action-export-import-file-content': string;
166
+ 'table-action-export-import-file-content-all': string;
167
+ 'table-action-export-import-file-content-part': string;
168
+ 'table-action-export-import-file-status': string;
169
+ 'table-action-export-import-file-account': string;
170
+ 'table-action-export-import-file-created': string;
171
+ 'table-action-export-import-file-record': (length: number) => string;
172
+ 'table-action-export-import-import-title': string;
173
+ 'table-action-export-import-log-hint': string;
174
+ 'table-action-export-import-log-name': string;
175
+ 'table-action-export-import-log-result': string;
176
+ 'table-action-export-import-log-ok': (num: number) => string;
177
+ 'table-action-export-import-log-err': (num: number) => string;
178
+ 'table-action-export-import-log-check': string;
179
+ 'table-action-export-import-log-detail-title': string;
180
+ 'table-action-export-import-log-err-log': string;
181
+ 'table-action-export-import-log-copy': string;
182
+ 'table-action-export-import-table-success-copy': string;
183
+ 'drag-sort-tree-unavailable-today-tip': string;
184
+ 'date-picker-today': string;
185
+ 'date-picker-yesterday': string;
186
+ 'date-picker-tomorrow': string;
187
+ 'date-picker-next_monday': string;
188
+ 'date-picker-last_friday': string;
189
+ 'date-picker-first_day_of_this_month': string;
190
+ 'date-picker-last_day_of_this_month': string;
191
+ 'date-picker-first_day_of_next_month': string;
192
+ 'date-picker-last_day_of_last_month': string;
193
+ 'date-picker-invalid-date': string;
194
+ 'date-picker-apply': string;
195
+ 'date-picker-shortcut-custom': string;
196
+ 'pisell-input-copy-success': string;
197
+ 'pisell-input-copy': string;
198
+ 'pisell-empty-description-no-data': string;
199
+ 'pisell-information-entry-input-search': string;
200
+ 'pisell-information-entry-input-confirm': string;
201
+ 'pisell-information-entry-scan-exit': string;
202
+ 'pisell-wallet-pass-card-detail': string;
203
+ 'pisell-wallet-pass-card-edit': string;
204
+ 'pisell-wallet-pass-card-name': string;
205
+ 'pisell-wallet-pass-card-store-name': string;
206
+ 'pisell-wallet-pass-card-balance': string;
207
+ 'pisell-wallet-pass-card-redeem': string;
208
+ 'pisell-wallet-pass-card-code': string;
209
+ 'pisell-wallet-pass-card-valid-to': string;
210
+ 'pisell-wallet-pass-card-valid': string;
211
+ 'pisell-wallet-pass-card-confirm': string;
212
+ 'pisell-wallet-pass-card-cancel': string;
213
+ 'pisell-wallet-pass-card-required': string;
214
+ 'pisell-wallet-pass-card-expireDate': string;
215
+ 'pisell-adjust-price-price-override': string;
216
+ 'pisell-adjust-price-discount': string;
217
+ 'pisell-adjust-price-discount-amount': string;
218
+ 'pisell-adjust-price-discount-percentage': string;
219
+ 'pisell-adjust-price-total-after-discount': string;
220
+ 'pisell-adjust-price-discount-can-be-maximum': string;
221
+ 'pisell-discount-card-title': string;
222
+ 'pisell-discount-card-unit': string;
223
+ 'pisell-discount-card-fixed-amount-prefix': string;
224
+ 'pisell-data-source-table-add': string;
225
+ 'pisell-data-source-table-edit': string;
226
+ 'pisell-data-source-table-detail': string;
227
+ 'pisell-data-source-table-delete': string;
228
+ 'pisell-record-view-available': string;
229
+ 'pisell-record-view-unavailable': string;
230
+ 'pisell-data-source-form-required-message': string;
231
+ 'pisell-data-source-form-scope-message': string;
232
+ 'pisell-data-source-form-scene-request-id-message': string;
233
+ 'pisell-data-source-form-email-message': string;
234
+ 'pisell-data-source-form-domain-message': string;
235
+ 'pisell-data-source-form-url-message': string;
236
+ 'pisell-data-source-form-phone-message': string;
237
+ 'pisell-data-source-form-min-length-message': (minLength: number) => string;
238
+ 'pisell-data-source-form-max-length-message': (maxLength: number) => string;
239
+ 'pisell-data-source-form-min-value-message': (minValue: number) => string;
240
+ 'pisell-data-source-form-max-value-message': (maxValue: number) => string;
241
+ 'pisell-data-source-form-mobile-message': string;
242
+ 'pisell-number-format-thousand': string;
243
+ 'pisell-number-format-million': string;
244
+ 'pisell-number-format-billion': string;
245
+ 'walletCard-done': string;
246
+ 'walletCard-qrcode': string;
247
+ 'walletCard-barcode': string;
248
+ 'walletCard-viewPin': string;
249
+ 'pisell-upload-button': string;
250
+ 'pisell-upload-setting-size-error': (maxSize: number) => string;
251
+ 'pisell-upload-setting-type-error': (type: string) => string;
252
+ 'pisell-upload-count-error': (count: number) => string;
253
+ 'pisell-upload-error': (name: string) => string;
254
+ 'pisell-upload-multilingual-title': string;
255
+ 'pisell-upload-multilingual-item-title-original': string;
256
+ 'pisell-upload-multilingual-item-title-en': string;
257
+ 'pisell-upload-multilingual-item-title-zh-CN': string;
258
+ 'pisell-upload-multilingual-item-title-zh-HK': string;
259
+ 'pisell-color-picker-default': string;
260
+ 'pisell-action-get-data': string;
261
+ 'pisell-action-delete-success': string;
262
+ 'pisell-action-delete-failed': string;
263
+ 'walletCard-point': string;
264
+ 'walletCard-rechargeable': string;
265
+ 'walletCard-voucher': string;
266
+ 'walletCard-discount': string;
267
+ 'pisellQrcode-done': string;
268
+ 'pisellQrcode-qrcode': string;
269
+ 'pisell-delete-confirm-title': string;
270
+ 'pisell-delete-confirm-content': string;
271
+ 'pisell-delete-confirm-ok': string;
272
+ 'pisell-delete-confirm-cancel': string;
273
+ 'pisell-design-mode-action-disabled': string;
274
+ 'pisell-translation-original': string;
275
+ 'pisell-version-modal-title': string;
276
+ 'pisell-version-modal-current-version': string;
277
+ 'pisell-version-modal-version': string;
278
+ 'pisell-version-modal-update-notes': string;
279
+ 'pisell-version-modal-patch': string;
280
+ 'pisell-version-modal-minor': string;
281
+ 'pisell-version-modal-major': string;
282
+ 'pisell-version-modal-custom': string;
283
+ 'pisell-version-modal-cancel': string;
284
+ 'pisell-version-modal-confirm': string;
285
+ 'pisell-version-modal-describe-update-notes': string;
286
+ 'pisell-version-modal-version-error': string;
287
+ 'pisell-version-modal-version-required': string;
288
+ 'pisell-version-modal-based-on-version': string;
289
+ 'subdomain-error-too-short': string;
290
+ 'subdomain-error-too-long': string;
291
+ 'subdomain-error-pattern': string;
292
+ 'subdomain-error-numbers-only': string;
293
+ 'subdomain-error-hyphen-ends': string;
294
+ 'subdomain-error-consecutive-hyphens': string;
295
+ 'pisell-icon-select-placeholder': string;
296
+ 'pisell-icon-select-outlined': string;
297
+ 'pisell-icon-select-filled': string;
298
+ 'pisell-icon-select-two-tone': string;
299
+ 'pisell-icon-select-iconfont': string;
300
+ 'pisell-icon-select-search': string;
301
+ 'pisell-icon-select-select': string;
302
+ 'pisell-lowcode-app-version-control-live': string;
303
+ 'pisell-lowcode-app-version-control-draft': string;
304
+ 'pisell-lowcode-app-version-control-deprecated': string;
305
+ 'pisell-lowcode-app-version-control-new-version': string;
306
+ 'pisell-lowcode-app-version-control-promote-to-live': string;
307
+ 'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
308
+ 'pisell-lowcode-app-version-control-promote-version-describe': string;
309
+ 'pisell-lowcode-app-version-control-promote-version-ok': string;
310
+ 'pisell-lowcode-app-version-control-promote-version-cancel': string;
311
+ 'pisell-lowcode-app-version-control-version-exists': string;
312
+ 'pisell-lowcode-app-version-control-version-create-title': string;
313
+ 'pisell-lowcode-drop-sort-add': string;
314
+ 'pisell-lowcode-navigation-menu-add-sub-menu': string;
315
+ 'pisell-lowcode-navigation-menu-add-page': string;
316
+ 'pisell-lowcode-navigation-menu-add-page-tip': string;
317
+ 'pisell-lowcode-navigation-menu-tag-base': string;
318
+ 'pisell-lowcode-navigation-menu-tag-proCode': string;
319
+ 'pisell-lowcode-navigation-menu-tag-pisell1': string;
320
+ 'pisell-lowcode-navigation-menu-tag-dynamic-route': string;
321
+ 'pisell-lowcode-navigation-menu-tag-group': string;
322
+ 'pisell-lowcode-navigation-menu-tag-sub-menu': string;
323
+ 'pisell-lowcode-navigation-menu-tag-custom': string;
324
+ 'pisell-data-source-form-app-identifier-pattern': string;
325
+ 'pisell-data-source-form-app-identifier-start-with-letter': string;
326
+ 'pisell-data-source-form-app-identifier-special-ends': string;
327
+ 'pisell-data-source-form-app-identifier-consecutive-special': string;
328
+ 'qrscanner-loading': string;
329
+ 'qrscanner-success': string;
330
+ 'qrscanner-success-qrcode': string;
331
+ 'qrscanner-success-barcode': string;
332
+ 'qrscanner-error-upload-image': string;
333
+ 'qrscanner-error-load-failed': string;
334
+ 'qrscanner-error-no-code': string;
335
+ 'qrscanner-error-camera-init': string;
336
+ 'qrscanner-error-process-image': string;
337
+ 'pisell-login-and-register-title': string;
338
+ 'pisell-login-and-register-subtitle': string;
339
+ 'pisell-login-and-register-email-label': string;
340
+ 'pisell-login-and-register-email-placeholder': string;
341
+ 'pisell-login-and-register-password-label': string;
342
+ 'pisell-login-and-register-password-placeholder': string;
343
+ 'pisell-login-and-register-email-error': string;
344
+ 'pisell-login-and-register-email-error-valid': string;
345
+ 'pisell-login-and-register-password-error': string;
346
+ 'pisell-login-and-register-login': string;
347
+ 'pisell-login-and-register-google': string;
348
+ 'pisell-login-and-register-facebook': string;
349
+ 'pisell-login-and-register-apple': string;
350
+ 'pisell-login-and-register-sign-up': string;
351
+ 'pisell-login-and-register-login-tab': string;
352
+ 'pisell-login-and-register-register-tab': string;
353
+ 'pisell-login-and-register-register-email-placeholder': string;
354
+ 'pisell-login-and-register-register-password-placeholder': string;
355
+ 'pisell-login-and-register-register-button-text': string;
356
+ 'pisell-login-and-register-remember-me': string;
357
+ 'pisell-login-and-register-forgot-password': string;
358
+ 'pisell-login-and-register-register-password-error': string;
359
+ 'pisell-login-and-register-register-password-error-valid': string;
360
+ 'pisell2.wallet-card.add-holder-tip': string;
361
+ 'pisell2.wallet-card.add-holder-button-text': string;
362
+ 'pisell2.text.hardware-error.fatal': string;
363
+ 'pisell2.text.hardware-error.critical': string;
364
+ 'pisell2.text.hardware-error.normal': string;
365
+ 'pisell2.text.hardware-error.info': string;
366
+ 'pisell2.text.hardware-error.error-center': string;
367
+ 'pisell2.text.hardware-error.error-list': string;
368
+ 'pisell2.text.hardware-error.error-code': string;
369
+ 'pisell2.text.hardware-error.time': string;
370
+ 'pisell2.text.hardware-error.error-description': string;
371
+ 'pisell2.text.hardware-error.solution': string;
372
+ 'pisell2.text.hardware-error.info-number': string;
373
+ 'pisell2.text.hardware-error.tip-content': string;
374
+ 'pisell2.text.hardware-error.device.all': string;
375
+ 'pisell2.text.hardware-error.device.printer': string;
376
+ 'pisell2.text.hardware-error.device.barcode-scanner': string;
377
+ 'pisell2.text.hardware-error.device.cds': string;
378
+ 'pisell2.text.hardware-error.device.kds': string;
379
+ 'pisell2.text.hardware-error.device.display': string;
380
+ 'pisell2.text.hardware-error.device.card-reader': string;
381
+ 'pisell2.text.hardware-error.device.till': string;
382
+ 'pisell2.text.hardware-error.device.scale': string;
383
+ 'pisell2.text.hardware-error.error-logs': string;
384
+ 'pisell2.text.hardware-error.all-devices': string;
385
+ 'pisell2.text.hardware-error.all-levels': string;
386
+ 'pisell2.text.hardware-error.debug-info': string;
387
+ 'pisell2.text.hardware-error.important-info': string;
388
+ 'pisell2.text.hardware-error.error-info': string;
389
+ 'pisell2.text.hardware-error.search-logs': string;
390
+ 'pisell2.text.hardware-error.export-logs': string;
391
+ 'pisell2.text.hardware-error.no-errors': string;
392
+ 'pisell2.text.hardware-error.no-logs': string;
393
+ 'pisell2.text.goodpass.product-vouchers': string;
394
+ 'pisell2.text.goodpass.last-settlement': string;
395
+ 'pisell2.text.goodpass.view-more': string;
396
+ 'pisell2.text.goodpass.save': string;
397
+ 'pisell-wallet-pass-card-status-used': string;
398
+ 'pisell-wallet-pass-card-status-expired': string;
399
+ 'pisell-wallet-pass-card-status-disabled': string;
400
+ 'pisell-wallet-pass-card-status-conflict': string;
401
+ 'pisell-wallet-pass-card-status-lastPayment': string;
402
+ 'pisell-wallet-pass-card-reset': string;
403
+ 'pisell-wallet-pass-card-done': string;
404
+ 'pisell-list-tab-group-default': string;
405
+ 'pisell-list-empty-text-default': string;
406
+ 'pisell-list-load-more': string;
407
+ 'pisell-list-view-less': string;
408
+ 'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
409
+ 'pisell-list-scroll-down': string;
410
+ 'pisell-list-scroll-right': string;
411
+ 'pisell-list-pagination-page-of': (current: number, total: number) => string;
412
+ 'pisell-list-pagination-previous': string;
413
+ 'pisell-list-pagination-next': string;
414
+ 'pisell-camera-no-camera-accessible': string;
415
+ 'pisell-camera-permission-denied': string;
416
+ 'pisell-camera-switch-camera': string;
417
+ 'pisell-camera-canvas': string;
418
+ 'pisell-camera-checking': string;
419
+ 'pisell-camera-no-camera-desc': string;
420
+ 'pisell-upload-camera-local-files': string;
421
+ 'pisell-upload-camera-capture': string;
422
+ 'pisell-upload-camera-retake': string;
423
+ 'pisell-upload-camera-use': string;
424
+ 'pisell-procedure-header-back-confirm-title': string;
425
+ 'pisell-procedure-header-back-confirm-desc': string;
426
+ 'pisell-procedure-header-back-confirm-no': string;
427
+ 'pisell-procedure-header-back-confirm-yes': string;
428
+ 'pisell-procedure-header-close-confirm-title': string;
429
+ 'pisell-procedure-header-close-confirm-desc': string;
430
+ 'pisell-procedure-header-close-confirm-no': string;
431
+ 'pisell-procedure-header-close-confirm-yes': string;
432
+ 'pisell-procedure-footer-more': string;
433
+ };
434
+ export default _default;
@@ -0,0 +1,14 @@
1
+ import { ThemeConfig } from 'antd';
2
+ /**
3
+ * Pisell 项目统一的 Ant Design Token 配置
4
+ * 基于 Figma 设计规范
5
+ *
6
+ * 使用场景:
7
+ * - 低代码平台(page/index.tsx)
8
+ * - Storybook 预览
9
+ * - 其他需要主题配置的场景
10
+ */
11
+ /**
12
+ * 获取完整的主题配置
13
+ */
14
+ export declare function getPisellComponentsThemeConfig(): ThemeConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.1078",
3
+ "version": "1.0.1079",
4
4
  "scripts": {
5
5
  "dev:tailwind-css": "tailwindcss -c ./tailwind.materials.config.cjs --postcss ./postcss.materials-tailwind.cjs -i ./src/tailwind-input.css -o ./src/pisell-materials.tw.css --watch",
6
6
  "dev": "concurrently -k -n tailwind,father -c cyan,magenta \"pnpm run dev:tailwind-css\" \"father dev\"",
@@ -1,3 +0,0 @@
1
- import './index.less';
2
- declare const _default: any;
3
- export default _default;
@@ -1,39 +0,0 @@
1
- import React from 'react';
2
- import { ButtonProps } from 'antd';
3
- import './index.less';
4
- export interface SubmitButtonProps extends ButtonProps {
5
- status: 'normal' | 'disabled' | 'hidden';
6
- children: React.ReactNode;
7
- childrenString?: string;
8
- confirmConfig?: {
9
- enable: boolean;
10
- title: string;
11
- content: string;
12
- icon: React.ReactNode;
13
- okText: string;
14
- cancelText: string;
15
- };
16
- toastConfig?: {
17
- enable: boolean;
18
- icon: React.ReactNode;
19
- title: string;
20
- showAfterSubmit?: boolean;
21
- };
22
- refreshData?: boolean;
23
- afterSubmitType?: 'none' | 'close' | 'showModal' | 'showNotification';
24
- afterSubmitModalConfig?: {
25
- title: string;
26
- content: string;
27
- okText: string;
28
- onOk?: () => void;
29
- };
30
- afterSubmitNotificationConfig?: {
31
- title: string;
32
- content: string;
33
- icon: React.ReactNode;
34
- duration: number;
35
- placement: 'top' | 'topLeft' | 'topRight' | 'bottom' | 'bottomLeft' | 'bottomRight';
36
- };
37
- }
38
- declare const SubmitButton: (props: SubmitButtonProps) => React.JSX.Element | null;
39
- export default SubmitButton;
@@ -1,18 +0,0 @@
1
- import { DataSourceType } from '../provider/dataSource/DataSourceContext';
2
- export interface UseActionsParams {
3
- dataSource?: DataSourceType;
4
- currentValue?: 'server' | 'local';
5
- __designMode?: string;
6
- extraParams?: Record<string, any>;
7
- }
8
- declare const useActions: ({ dataSource: propsDataSource, currentValue: propsCurrentValue, __designMode, extraParams: propsExtraParams, }?: UseActionsParams) => {
9
- create: (this: unknown, values: Record<string, any>) => Promise<any>;
10
- get: (this: unknown) => Promise<any>;
11
- update: (this: unknown, values: Record<string, any>) => Promise<any>;
12
- list: (this: unknown, params: {
13
- page: number;
14
- pageSize: number;
15
- }) => Promise<any>;
16
- destroy: (this: unknown, id: string) => Promise<any>;
17
- };
18
- export default useActions;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { VariablesContextType } from './VariablesContext';
3
- declare const VariablesProvider: React.FC<VariablesContextType>;
4
- export default VariablesProvider;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- import { PisellAdjustPriceProps } from './type';
4
- declare const PisellAdjustPrice: (props: PisellAdjustPriceProps) => React.JSX.Element;
5
- export default PisellAdjustPrice;
@@ -1,40 +0,0 @@
1
- import React from 'react';
2
- import { PisellContextType } from '../pisell-config-provider/context';
3
- import './index.less';
4
- export interface PisellCheckboxGroupOption {
5
- label: string;
6
- value: string;
7
- disabled?: boolean;
8
- error?: boolean;
9
- [key: string]: any;
10
- }
11
- declare type PisellCheckboxGroupValue = string | string[] | any;
12
- export interface PisellCheckboxGroupProps extends React.HTMLAttributes<HTMLDivElement> {
13
- platform?: PisellContextType['platform'];
14
- direction?: 'horizontal' | 'vertical';
15
- fullWidth?: boolean;
16
- gap?: number;
17
- padding?: number;
18
- options: PisellCheckboxGroupOption[];
19
- onChange?: (value: PisellCheckboxGroupValue, item: PisellCheckboxGroupOption) => void;
20
- value?: PisellCheckboxGroupValue;
21
- renderOption?: (option: PisellCheckboxGroupOption, active: boolean, index: number) => React.ReactNode;
22
- rowKey?: string;
23
- mode?: 'multiple' | 'single';
24
- iconPosition?: 'left' | 'right' | 'hide';
25
- optionClassName?: string;
26
- optionActiveClassName?: string;
27
- onChangeDebounce?: boolean;
28
- onItemClick?: (e: React.MouseEvent<HTMLDivElement>, option: PisellCheckboxGroupOption) => void;
29
- showActiveBackground?: boolean;
30
- }
31
- /**
32
- * @title: PisellCheckboxGroup
33
- * @description: 选中组件
34
- * @param {PisellCheckboxGroupProps} props
35
- * @return {*}
36
- * @Author: zhiwei.Wang
37
- * @Date: 2024-08-16 10:34
38
- */
39
- declare const PisellCheckboxGroup: (props: PisellCheckboxGroupProps) => React.JSX.Element;
40
- export default PisellCheckboxGroup;
@@ -1,9 +0,0 @@
1
- /**
2
- * 平面图「图片图元」内层展示:支持 URL、object-fit 铺满;无地址或加载失败时占位
3
- */
4
- import React from 'react';
5
- export interface FloorMapImageElementProps {
6
- imageUrl?: string;
7
- name?: string;
8
- }
9
- export declare function FloorMapImageElement(props: FloorMapImageElementProps): React.JSX.Element;
@@ -1,20 +0,0 @@
1
- import React from 'react';
2
- import { PisellContextType } from '../../../pisell-config-provider/context';
3
- export interface AmountProps extends React.HTMLAttributes<HTMLSpanElement> {
4
- /** 平台 */
5
- platform?: PisellContextType['platform'];
6
- /** 当前数值 */
7
- value?: number | string;
8
- /** 小数点后位数 默认是小数点后2位 */
9
- precision?: number;
10
- /** 显示货币符号 指的是 ¥$ 等货币符号等显隐,默认是展示 */
11
- showCurrencySymbol?: boolean;
12
- /** 千分位 指的是长金额的千分位逗号隔开,比如“123, 245, 315” 这种展现形式,默认是关闭 */
13
- useThousandsSeparator?: boolean;
14
- /** 整数位隐藏小数 指的是如果价格为整数,后面的".00" 将被省略以节省页面空间 */
15
- hideDecimalForWholeNumbers?: boolean;
16
- /** 货币符号 */
17
- symbol?: string;
18
- }
19
- declare const Amount: (props: AmountProps) => React.JSX.Element;
20
- export default Amount;
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- export interface PisellToastProps {
4
- /** 提示内容 */
5
- content: React.ReactNode;
6
- /** 自动关闭的延时,单位秒。设为 0 时不自动关闭 */
7
- duration?: number;
8
- /** 是否展示action */
9
- showAction?: boolean;
10
- /** action文案 */
11
- actionText?: string;
12
- /** 关闭时触发的回调函数 */
13
- onClose?: () => void;
14
- }
15
- declare const PisellToast: (props: PisellToastProps) => void;
16
- export { useToast } from './squareToast';
17
- export default PisellToast;
@@ -1,20 +0,0 @@
1
- /**
2
- * @title: 金额是否是负
3
- * @description:
4
- * @param {string} type
5
- * @return {*}
6
- * @Author: WangHan
7
- * @Date: 2024-11-22 10:01
8
- */
9
- export declare const minusSign: (item: any, type?: string) => "" | "-";
10
- /**
11
- * @title: 金额格式化
12
- * @description:
13
- * @param {number} price
14
- * @param {string} amountSymbol
15
- * @param {number} digit
16
- * @return {*}
17
- * @Author: WangHan
18
- * @Date: 2024-11-22 10:58
19
- */
20
- export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => any;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import './index.less';
3
- declare const Sales: ({ item, isShowNote }: any) => React.JSX.Element | null;
4
- export default Sales;