@pisell/materials 1.8.41 → 1.8.42

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 (849) 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 +3 -3
  5. package/build/lowcode/render/default/view.css +1 -1
  6. package/build/lowcode/render/default/view.js +51 -216
  7. package/build/lowcode/view.css +1 -1
  8. package/build/lowcode/view.js +51 -216
  9. package/es/components/Pagination/index.js +43 -9
  10. package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-dev.md +2 -5
  11. package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-test.md +171 -169
  12. package/es/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.md +27 -87
  13. package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +7 -18
  14. package/es/components/PisellCards/components/TextCard/TextCard.js +3 -2
  15. package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.js +6 -20
  16. package/es/components/PisellCards/components/TextCard/components/TextContent.js +1 -3
  17. package/es/components/PisellCards/components/TextCard/docs/TextCard.$tab-dev.md +5 -36
  18. package/es/components/PisellCards/components/TextCard/docs/TextCard.$tab-test.md +258 -2434
  19. package/es/components/PisellCards/components/TextCard/docs/TextCard.md +13 -78
  20. package/es/components/PisellCards/index.d.ts +0 -3
  21. package/es/components/PisellCards/index.js +1 -3
  22. package/es/components/PisellLayouts/index.d.ts +1 -1
  23. package/es/components/PisellProcedure/components/ProcedureHeader.js +1 -1
  24. package/es/components/PisellTabbar/PisellTabbar.js +1 -1
  25. package/es/components/PisellTabbar/template/Template1/PisellTabbar.js +1 -1
  26. package/es/components/SafeAreaTop/index.d.ts +6 -0
  27. package/es/components/SafeAreaTop/index.js +112 -0
  28. package/es/components/SafeAreaTop/index.less +11 -0
  29. package/es/components/SafeAreaTop/types.d.ts +13 -0
  30. package/es/components/appVersionControl/index.js +2 -3
  31. package/es/components/dataSourceComponents/dataSourceForm/BaseForm.js +4 -4
  32. package/es/components/dataSourceComponents/dataSourceForm/formItem.js +1 -1
  33. package/es/components/dataSourceComponents/dataSourceForm/index.js +1 -1
  34. package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.js +3 -3
  35. package/es/components/dataSourceComponents/dataSourceForm/utils.js +3 -3
  36. package/es/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.js +1 -1
  37. package/es/components/dataSourceComponents/dataSourceSubForm/index.js +1 -1
  38. package/es/components/dataSourceComponents/dataSourceTable/BaseTable.js +2 -2
  39. package/es/components/dataSourceComponents/dataSourceTable/filter/index.js +1 -1
  40. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +2 -3
  41. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -1
  42. package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.js +1 -1
  43. package/es/components/dataSourceComponents/fields/DatePicker/WithMode.js +0 -4
  44. package/es/components/dataSourceComponents/fields/IconSelect/WithMode.js +1 -1
  45. package/es/components/dataSourceComponents/fields/Input/WithMode.js +1 -1
  46. package/es/components/dataSourceComponents/fields/Input.Phone/serve.js +1 -4
  47. package/es/components/dataSourceComponents/fields/Radio/WithMode.js +1 -1
  48. package/es/components/dataSourceComponents/fields/TimePicker/WithMode.js +1 -1
  49. package/es/components/dataSourceComponents/hooks/useActions.js +1 -1
  50. package/es/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +1 -1
  51. package/es/components/drag-sort-tree/index.d.ts +0 -1
  52. package/es/components/drag-sort-tree/index.js +1 -0
  53. package/es/components/drawer/index.js +6 -7
  54. package/es/components/filter/components/Dropdown/index.js +4 -2
  55. package/es/components/filter/components/Dropdown/index.less +186 -0
  56. package/es/components/filter/components/FilterButton/index.js +41 -13
  57. package/es/components/filter/components/FilterButton/index.less +29 -0
  58. package/es/components/filter/components/FilterButton/types.d.ts +5 -0
  59. package/es/components/filter/components/FilterItem/index.js +93 -16
  60. package/es/components/filter/components/QuickFilter/index.js +7 -4
  61. package/es/components/filter/types.d.ts +4 -0
  62. package/es/components/login-and-register/index.js +5 -4
  63. package/es/components/page/index.js +1 -1
  64. package/es/components/pisellAppCard/PisellAppCard.js +1 -1
  65. package/es/components/pisellCardList/index.js +1 -1
  66. package/es/components/pisellCurrency/PisellCurrency.js +6 -13
  67. package/es/components/pisellCurrency/PisellCurrency.less +123 -0
  68. package/es/components/pisellDataSourceContainer/components/Pagination/index.js +9 -3
  69. package/es/components/pisellDataSourceContainer/docs/PisellDataSourceContainer.md +240 -189
  70. package/es/components/pisellDataSourceContainer/type.d.ts +1 -1
  71. package/es/components/pisellDateTimeDisplay/docs/pisellDateTimeDisplay.md +556 -556
  72. package/es/components/pisellEmail/PisellEmail.js +6 -13
  73. package/es/components/pisellEmail/PisellEmail.less +92 -0
  74. package/es/components/pisellEmpty/index.d.ts +1 -1
  75. package/es/components/pisellFilter/docs/PisellFilter.md +2 -2
  76. package/es/components/pisellFilter/index.js +7 -3
  77. package/es/components/pisellFind/docs/pisellFind.md +2 -2
  78. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +2 -1
  79. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +480 -88
  80. package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.less +62 -0
  81. package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +4 -0
  82. package/es/components/pisellFloorMapLayout/appearance/floorMapAppearance.js +22 -0
  83. package/es/components/pisellFloorMapLayout/components/CanvasTabs.js +18 -3
  84. package/es/components/pisellFloorMapLayout/components/CanvasTabs.less +23 -0
  85. package/es/components/pisellFloorMapLayout/components/EditableItemLayer.js +3 -2
  86. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +2 -2
  87. package/es/components/pisellFloorMapLayout/components/FigmaTableCard.js +209 -74
  88. package/es/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +11 -0
  89. package/es/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.js +123 -0
  90. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +88 -12
  91. package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.less +15 -0
  92. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +169 -23
  93. package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +95 -1
  94. package/es/components/pisellFloorMapLayout/components/FloorMapOverview.js +94 -0
  95. package/es/components/pisellFloorMapLayout/components/FloorMapOverview.less +65 -0
  96. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.js +153 -38
  97. package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.less +178 -4
  98. package/es/components/pisellFloorMapLayout/components/HistoryIcons.js +64 -0
  99. package/es/components/pisellFloorMapLayout/components/ItemLayer.js +32 -10
  100. package/es/components/pisellFloorMapLayout/components/ItemLayer.less +30 -2
  101. package/es/components/pisellFloorMapLayout/components/ViewControls.js +119 -65
  102. package/es/components/pisellFloorMapLayout/components/ViewControls.less +263 -50
  103. package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -0
  104. package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +3 -1
  105. package/es/components/pisellFloorMapLayout/docs/pisellFloorMapLayout.md +559 -194
  106. package/es/components/pisellFloorMapLayout/floorMapLayoutConstants.js +21 -0
  107. package/es/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.js +47 -0
  108. package/es/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.js +95 -0
  109. package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +105 -25
  110. package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +400 -66
  111. package/es/components/pisellFloorMapLayout/index.d.ts +5 -2
  112. package/es/components/pisellFloorMapLayout/locales-ja.js +39 -1
  113. package/es/components/pisellFloorMapLayout/locales-pt.js +39 -1
  114. package/es/components/pisellFloorMapLayout/locales.js +117 -3
  115. package/es/components/pisellFloorMapLayout/types.d.ts +86 -10
  116. package/es/components/pisellFloorMapLayout/types.js +7 -1
  117. package/es/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +46 -0
  118. package/es/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.js +533 -0
  119. package/es/components/pisellFloorMapLayout/utils/floorMapCanvasStage.js +139 -0
  120. package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.js +11 -2
  121. package/es/components/pisellFloorMapLayout/utils/floorMapDropUtils.js +3 -1
  122. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +3 -1
  123. package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +31 -7
  124. package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +52 -0
  125. package/es/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.js +61 -0
  126. package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.js +12 -1
  127. package/es/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.js +64 -0
  128. package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.js +3 -2
  129. package/es/components/pisellGoodPassCard/index.less +1 -0
  130. package/es/components/pisellGridPro/GridView/docs/GridView.md +47 -48
  131. package/es/components/pisellGridPro/ToolBar/docs/ToolBar.$tab-dev.md +4 -2
  132. package/es/components/pisellGridPro/ToolBar/docs/ToolBar.md +95 -81
  133. package/es/components/pisellGridPro/ToolBar/index.less +5 -4
  134. package/es/components/pisellGridPro/docs/PisellGridPro.md +173 -262
  135. package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-dev.md +3 -6
  136. package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-test.md +3 -4
  137. package/es/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.md +1 -2
  138. package/es/components/pisellLongText/PisellLongText.js +6 -13
  139. package/es/components/pisellLongText/PisellLongText.less +67 -0
  140. package/es/components/pisellLookup/PisellLookup.js +1 -1
  141. package/es/components/pisellLookup/PisellLookup.less +46 -4
  142. package/es/components/pisellLookup/components/LookupResultHost.js +1 -1
  143. package/es/components/pisellLookup/components/LookupTrigger.js +6 -8
  144. package/es/components/pisellLookup/docs/pisellLookup.md +1 -1
  145. package/es/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.d.ts +9 -0
  146. package/es/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.js +149 -0
  147. package/es/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.less +73 -0
  148. package/es/components/pisellMobileDateRangePicker/index.d.ts +2 -0
  149. package/es/components/pisellMobileDateRangePicker/types.d.ts +31 -0
  150. package/es/components/pisellMobileDateRangePicker/types.js +4 -0
  151. package/es/components/pisellMultipleSelect/PisellMultipleSelect.js +5 -7
  152. package/es/components/pisellMultipleSelect/PisellMultipleSelect.less +139 -18
  153. package/es/components/pisellMultipleSelect/components/EditView.js +0 -1
  154. package/es/components/pisellNavigationMenu/PisellNavigationMenu.js +0 -4
  155. package/es/components/pisellNumber/PisellNumber.js +6 -13
  156. package/es/components/pisellNumber/PisellNumber.less +103 -0
  157. package/es/components/pisellPhone/PisellPhone.js +6 -13
  158. package/es/components/pisellPhone/PisellPhone.less +119 -0
  159. package/es/components/pisellPhone/components/EditView.js +19 -37
  160. package/es/components/pisellPhone/constants/countryCodes.js +25 -26
  161. package/es/components/pisellPhone/types.d.ts +2 -2
  162. package/es/components/pisellPhone/utils/countryCodeHelper.js +2 -2
  163. package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.md +1 -1
  164. package/es/components/pisellRating/PisellRating.js +3 -5
  165. package/es/components/pisellRecordBoard/PisellRecordBoard.js +29 -10
  166. package/es/components/pisellRecordBoard/README.md +12 -0
  167. package/es/components/pisellRecordBoard/docs/PisellRecordBoard.md +716 -70
  168. package/es/components/pisellRecordBoard/docs/ShellFrame.md +62 -44
  169. package/es/components/pisellRecordBoard/index.d.ts +8 -1
  170. package/es/components/pisellRecordBoard/index.js +5 -0
  171. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +174 -17
  172. package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +79 -0
  173. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.js +758 -0
  174. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.less +313 -0
  175. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +5 -1
  176. package/es/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.js +10 -8
  177. package/es/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.js +191 -0
  178. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.js +22 -0
  179. package/es/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +1 -1
  180. package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.js +39 -0
  181. package/es/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.js +74 -0
  182. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.js +61 -0
  183. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.js +26 -0
  184. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.js +79 -0
  185. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.js +61 -0
  186. package/es/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.js +37 -0
  187. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.js +20 -0
  188. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.js +532 -0
  189. package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.js +17 -0
  190. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.js +31 -0
  191. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.js +583 -0
  192. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.js +41 -0
  193. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +111 -0
  194. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.js +612 -0
  195. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.js +168 -0
  196. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.js +8 -0
  197. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.js +33 -0
  198. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.js +37 -0
  199. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.js +18 -0
  200. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.js +33 -0
  201. package/es/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.js +29 -0
  202. package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +2 -1
  203. package/es/components/pisellRecordBoard/shellFrame/Pagination/index.js +7 -1
  204. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +43 -0
  205. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +14 -0
  206. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +436 -0
  207. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +11 -0
  208. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.js +9 -0
  209. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.js +179 -0
  210. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.js +62 -0
  211. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.js +57 -0
  212. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewport.less +88 -0
  213. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.js +83 -0
  214. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +218 -0
  215. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.less +339 -0
  216. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallMarquee.less +52 -0
  217. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.js +153 -0
  218. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +32 -0
  219. package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +170 -0
  220. package/es/components/pisellRecordBoard/shellFrame/Search/index.js +1 -1
  221. package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +5 -1
  222. package/es/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +30 -3
  223. package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +157 -68
  224. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.js +11 -0
  225. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.js +56 -0
  226. package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +406 -14
  227. package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +14 -4
  228. package/es/components/pisellRecordBoard/shellFrame/index.d.ts +9 -2
  229. package/es/components/pisellRecordBoard/shellFrame/index.js +73 -19
  230. package/es/components/pisellRecordBoard/types.d.ts +413 -8
  231. package/es/components/pisellRecordBoard/types.js +12 -0
  232. package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.js +16 -0
  233. package/es/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +22 -0
  234. package/es/components/pisellRecordBoard/utils/recordBoardPhoneGrid.js +46 -0
  235. package/es/components/pisellReservationSchedule/PisellReservationSchedule.js +67 -15
  236. package/es/components/pisellReservationSchedule/PisellReservationSchedule.less +23 -0
  237. package/es/components/pisellReservationSchedule/locales.js +21 -3
  238. package/es/components/pisellReservationSchedule/types.d.ts +5 -0
  239. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +11 -6
  240. package/es/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +37 -4
  241. package/es/components/pisellReservationScheduleBand/index.d.ts +2 -1
  242. package/es/components/pisellReservationScheduleBand/types.d.ts +13 -2
  243. package/es/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +13 -0
  244. package/es/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.js +17 -0
  245. package/es/components/pisellShellFrame/PisellShellFrame.js +2 -2
  246. package/es/components/pisellShellFrame/PisellShellFrame.less +18 -2
  247. package/es/components/pisellShellFrame/types.d.ts +6 -0
  248. package/es/components/pisellSingleLineText/PisellSingleLineText.js +14 -21
  249. package/es/components/pisellSingleLineText/PisellSingleLineText.less +143 -0
  250. package/es/components/pisellSingleLineText/docs/pisellSingleLineText.md +256 -256
  251. package/es/components/pisellSingleSelect/PisellSingleSelect.js +4 -7
  252. package/es/components/pisellSingleSelect/PisellSingleSelect.less +106 -5
  253. package/es/components/pisellSingleSelect/docs/pisellSingleSelect.md +428 -525
  254. package/es/components/pisellSort/docs/PisellSort.md +131 -67
  255. package/es/components/pisellStatisticList/index.js +0 -1
  256. package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +227 -58
  257. package/es/components/pisellTimeNavigator/PisellTimeNavigator.less +128 -15
  258. package/es/components/pisellTimeNavigator/components/CursorLayer.js +3 -3
  259. package/es/components/pisellTimeNavigator/components/GestureLayer.js +12 -3
  260. package/es/components/pisellTimeNavigator/components/ScaleLayer.js +34 -6
  261. package/es/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-dev.md +26 -42
  262. package/es/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-test.md +5 -5
  263. package/es/components/pisellTimeNavigator/hooks/useTimeAxis.js +43 -23
  264. package/es/components/pisellTimeNavigator/index.d.ts +1 -1
  265. package/es/components/pisellTimeNavigator/types.d.ts +15 -0
  266. package/es/components/pisellTimeNavigator/utils/index.d.ts +25 -4
  267. package/es/components/pisellTimeNavigator/utils/index.js +85 -17
  268. package/es/components/pisellTimeRangeDisplay/docs/pisellTimeRangeDisplay.md +226 -227
  269. package/es/components/pisellUrl/PisellUrl.js +6 -13
  270. package/es/components/pisellWalletPassCard/index.js +5 -11
  271. package/es/components/productCard/cartSkuCard/components/Gift/index.js +34 -0
  272. package/es/components/productCard/cartSkuCard/components/Gift/index.less +84 -0
  273. package/es/components/productCard/cartSkuCard/components/Promotion/index.js +23 -0
  274. package/es/components/productCard/cartSkuCard/components/Promotion/index.less +16 -0
  275. package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +65 -4
  276. package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +80 -1
  277. package/es/components/productCard/cartSkuCard/components/holders/index.js +1 -1
  278. package/es/components/productCard/cartSkuCard/components/packages/index.js +24 -9
  279. package/es/components/productCard/cartSkuCard/components/specs/index.js +22 -7
  280. package/es/components/productCard/cartSkuCard/components/specs/index.less +11 -0
  281. package/es/components/productCard/cartSkuCard/components/timeRange/index.js +2 -1
  282. package/es/components/productCard/cartSkuCard/components/weighing/index.js +27 -0
  283. package/es/components/productCard/cartSkuCard/components/weighing/index.less +25 -0
  284. package/es/components/productCard/cartSkuCard/index.js +68 -8
  285. package/es/components/productCard/cartSkuCard/locales.js +40 -5
  286. package/es/components/productCard/components/Header/DeleteButton/index.js +2 -2
  287. package/es/components/productCard/components/Header/DeleteButton/index.less +1 -2
  288. package/es/components/productCard/components/Header/EditButton/index.js +2 -1
  289. package/es/components/productCard/components/Header/index.less +1 -1
  290. package/es/components/productCard/components/Time/components/SelectHolder/index.js +2 -3
  291. package/es/components/productCard/components/Time/components/SelectHolderModal/index.js +1 -1
  292. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.js +2 -2
  293. package/es/components/productCard/components/Time/components/SelectResource/index.js +3 -6
  294. package/es/components/productCard/components/Time/index.js +2 -3
  295. package/es/components/productCard/index.d.ts +1 -0
  296. package/es/components/productCard/index.js +2 -0
  297. package/es/components/productCard/lineItem/BookingLineItem.js +173 -0
  298. package/es/components/productCard/lineItem/index.js +195 -0
  299. package/es/components/productCard/lineItem/index.less +195 -0
  300. package/es/components/productCard/lineItem/locales.js +25 -0
  301. package/es/components/productCard/status.js +3 -0
  302. package/es/components/productCard/types.d.ts +10 -0
  303. package/es/components/productCard/utils.js +1 -1
  304. package/es/components/select/index.js +1 -1
  305. package/es/components/select-time/index.js +1 -0
  306. package/es/components/table/Actions/component/ExportImport/index.js +4 -3
  307. package/es/components/table/Actions/component/GallerySetting/index.js +9 -10
  308. package/es/components/table/Actions/component/ViewMode/index.js +3 -4
  309. package/es/components/table/Actions/index.js +1 -1
  310. package/es/components/table/BasicTable/index.js +3 -4
  311. package/es/components/table/Gallery/components/GalleryItem/components/Title/index.less +1 -1
  312. package/es/components/table/Gallery/components/GalleryItem/index.js +4 -12
  313. package/es/components/table/Gallery/components/GalleryItem/index.less +0 -1
  314. package/es/components/table/Gallery/index.js +3 -11
  315. package/es/components/table/Table/fields/text/Show/index.js +1 -1
  316. package/es/components/table/Table/index.js +1 -2
  317. package/es/components/table/Table/tableConfig/header/index.js +1 -1
  318. package/es/components/table/Table/utils.js +1 -5
  319. package/es/components/table/hooks/useTableSetting.js +0 -3
  320. package/es/components/table/hooks/useTransDataSource.js +3 -4
  321. package/es/components/table/index.js +1 -1
  322. package/es/components/tabs/index.less +1 -1
  323. package/es/components/translation/index.d.ts +0 -1
  324. package/es/components/translation/index.js +10 -36
  325. package/es/components/translation/index.less +0 -12
  326. package/es/components/versionModal/index.d.ts +0 -1
  327. package/es/components/versionModal/index.js +2 -2
  328. package/es/components/versionSelect/index.js +1 -1
  329. package/es/components/virtual-keyboard/Amount/index.js +1 -1
  330. package/es/index.d.ts +101 -106
  331. package/es/index.js +97 -94
  332. package/es/locales/en-US.js +195 -70
  333. package/es/locales/ja.js +196 -13
  334. package/es/locales/pt.js +196 -13
  335. package/es/locales/zh-CN.js +189 -64
  336. package/es/locales/zh-TW.js +194 -69
  337. package/es/pisell-materials.tw.css +0 -1
  338. package/es/tailwind-input.css +3 -1
  339. package/lib/components/Pagination/index.js +42 -8
  340. package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-dev.md +2 -5
  341. package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.$tab-test.md +171 -169
  342. package/lib/components/PisellCards/components/GraphicTextCard/docs/GraphicTextCard.md +27 -87
  343. package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +7 -18
  344. package/lib/components/PisellCards/components/TextCard/TextCard.js +3 -2
  345. package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.js +6 -20
  346. package/lib/components/PisellCards/components/TextCard/components/TextContent.js +1 -3
  347. package/lib/components/PisellCards/components/TextCard/docs/TextCard.$tab-dev.md +5 -36
  348. package/lib/components/PisellCards/components/TextCard/docs/TextCard.$tab-test.md +258 -2434
  349. package/lib/components/PisellCards/components/TextCard/docs/TextCard.md +13 -78
  350. package/lib/components/PisellCards/index.d.ts +0 -3
  351. package/lib/components/PisellCards/index.js +1 -3
  352. package/lib/components/PisellLayouts/index.d.ts +1 -1
  353. package/lib/components/PisellProcedure/components/ProcedureHeader.js +1 -1
  354. package/lib/components/PisellTabbar/PisellTabbar.js +6 -6
  355. package/lib/components/PisellTabbar/template/Template1/PisellTabbar.js +6 -6
  356. package/lib/components/SafeAreaTop/index.d.ts +6 -0
  357. package/lib/components/SafeAreaTop/index.js +115 -0
  358. package/lib/components/SafeAreaTop/index.less +11 -0
  359. package/lib/components/SafeAreaTop/types.d.ts +13 -0
  360. package/lib/components/appVersionControl/index.js +11 -12
  361. package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.js +6 -6
  362. package/lib/components/dataSourceComponents/dataSourceForm/formItem.js +1 -1
  363. package/lib/components/dataSourceComponents/dataSourceForm/index.js +1 -1
  364. package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.js +3 -3
  365. package/lib/components/dataSourceComponents/dataSourceForm/utils.js +3 -3
  366. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.js +1 -1
  367. package/lib/components/dataSourceComponents/dataSourceSubForm/index.js +1 -1
  368. package/lib/components/dataSourceComponents/dataSourceTable/BaseTable.js +2 -2
  369. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.js +1 -1
  370. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +2 -3
  371. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -1
  372. package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.js +1 -1
  373. package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.js +0 -4
  374. package/lib/components/dataSourceComponents/fields/IconSelect/WithMode.js +1 -1
  375. package/lib/components/dataSourceComponents/fields/Input/WithMode.js +1 -1
  376. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.js +1 -4
  377. package/lib/components/dataSourceComponents/fields/Radio/WithMode.js +1 -1
  378. package/lib/components/dataSourceComponents/fields/TimePicker/WithMode.js +4 -4
  379. package/lib/components/dataSourceComponents/hooks/useActions.js +1 -1
  380. package/lib/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +1 -1
  381. package/lib/components/drag-sort-tree/index.d.ts +0 -1
  382. package/lib/components/drag-sort-tree/index.js +1 -0
  383. package/lib/components/drawer/index.js +6 -7
  384. package/lib/components/filter/components/Dropdown/index.js +5 -2
  385. package/lib/components/filter/components/Dropdown/index.less +186 -0
  386. package/lib/components/filter/components/FilterButton/index.js +40 -12
  387. package/lib/components/filter/components/FilterButton/index.less +29 -0
  388. package/lib/components/filter/components/FilterButton/types.d.ts +5 -0
  389. package/lib/components/filter/components/FilterItem/index.js +94 -16
  390. package/lib/components/filter/components/QuickFilter/index.js +7 -4
  391. package/lib/components/filter/types.d.ts +4 -0
  392. package/lib/components/login-and-register/index.js +5 -4
  393. package/lib/components/page/index.js +1 -1
  394. package/lib/components/pisellAppCard/PisellAppCard.js +7 -7
  395. package/lib/components/pisellCardList/index.js +6 -6
  396. package/lib/components/pisellCurrency/PisellCurrency.js +6 -13
  397. package/lib/components/pisellCurrency/PisellCurrency.less +123 -0
  398. package/lib/components/pisellDataSourceContainer/components/Pagination/index.js +9 -3
  399. package/lib/components/pisellDataSourceContainer/docs/PisellDataSourceContainer.md +240 -189
  400. package/lib/components/pisellDataSourceContainer/type.d.ts +1 -1
  401. package/lib/components/pisellDateTimeDisplay/docs/pisellDateTimeDisplay.md +556 -556
  402. package/lib/components/pisellEmail/PisellEmail.js +6 -13
  403. package/lib/components/pisellEmail/PisellEmail.less +92 -0
  404. package/lib/components/pisellEmpty/index.d.ts +1 -1
  405. package/lib/components/pisellFilter/docs/PisellFilter.md +2 -2
  406. package/lib/components/pisellFilter/index.js +7 -3
  407. package/lib/components/pisellFind/docs/pisellFind.md +2 -2
  408. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +2 -1
  409. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +478 -86
  410. package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.less +62 -0
  411. package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.d.ts +4 -0
  412. package/lib/components/pisellFloorMapLayout/appearance/floorMapAppearance.js +22 -0
  413. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.js +18 -3
  414. package/lib/components/pisellFloorMapLayout/components/CanvasTabs.less +23 -0
  415. package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.js +3 -2
  416. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +2 -2
  417. package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.js +209 -74
  418. package/lib/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.d.ts +11 -0
  419. package/lib/components/pisellFloorMapLayout/components/FloorMapBuiltinShapeElement.js +125 -0
  420. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.js +86 -10
  421. package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.less +15 -0
  422. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.js +168 -22
  423. package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.less +95 -1
  424. package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.js +97 -0
  425. package/lib/components/pisellFloorMapLayout/components/FloorMapOverview.less +65 -0
  426. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.js +150 -35
  427. package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.less +178 -4
  428. package/lib/components/pisellFloorMapLayout/components/HistoryIcons.js +67 -0
  429. package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +32 -10
  430. package/lib/components/pisellFloorMapLayout/components/ItemLayer.less +30 -2
  431. package/lib/components/pisellFloorMapLayout/components/ViewControls.js +118 -64
  432. package/lib/components/pisellFloorMapLayout/components/ViewControls.less +263 -50
  433. package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.js +4 -0
  434. package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.js +3 -1
  435. package/lib/components/pisellFloorMapLayout/docs/pisellFloorMapLayout.md +559 -194
  436. package/lib/components/pisellFloorMapLayout/floorMapLayoutConstants.js +25 -0
  437. package/lib/components/pisellFloorMapLayout/hooks/floorMapViewportPersistence.js +52 -0
  438. package/lib/components/pisellFloorMapLayout/hooks/useDraftConfigHistory.js +96 -0
  439. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.js +104 -24
  440. package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +399 -65
  441. package/lib/components/pisellFloorMapLayout/index.d.ts +5 -2
  442. package/lib/components/pisellFloorMapLayout/locales-ja.js +39 -1
  443. package/lib/components/pisellFloorMapLayout/locales-pt.js +39 -1
  444. package/lib/components/pisellFloorMapLayout/locales.js +117 -3
  445. package/lib/components/pisellFloorMapLayout/types.d.ts +86 -10
  446. package/lib/components/pisellFloorMapLayout/types.js +7 -0
  447. package/lib/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.d.ts +46 -0
  448. package/lib/components/pisellFloorMapLayout/utils/floorMapBuiltinShapes.js +536 -0
  449. package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasStage.js +140 -0
  450. package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.js +11 -2
  451. package/lib/components/pisellFloorMapLayout/utils/floorMapDropUtils.js +3 -1
  452. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +3 -1
  453. package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.js +30 -5
  454. package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.d.ts +52 -0
  455. package/lib/components/pisellFloorMapLayout/utils/floorMapElementNameAsTitle.js +64 -0
  456. package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.js +11 -0
  457. package/lib/components/pisellFloorMapLayout/utils/floorMapOverviewLayout.js +64 -0
  458. package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.js +4 -2
  459. package/lib/components/pisellGoodPassCard/index.less +1 -0
  460. package/lib/components/pisellGridPro/GridView/docs/GridView.md +47 -48
  461. package/lib/components/pisellGridPro/ToolBar/docs/ToolBar.$tab-dev.md +4 -2
  462. package/lib/components/pisellGridPro/ToolBar/docs/ToolBar.md +95 -81
  463. package/lib/components/pisellGridPro/ToolBar/index.less +5 -4
  464. package/lib/components/pisellGridPro/docs/PisellGridPro.md +173 -262
  465. package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-dev.md +3 -6
  466. package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.$tab-test.md +3 -4
  467. package/lib/components/pisellHierarchicalSummaryList/docs/pisellHierarchicalSummaryList.md +1 -2
  468. package/lib/components/pisellLongText/PisellLongText.js +6 -13
  469. package/lib/components/pisellLongText/PisellLongText.less +67 -0
  470. package/lib/components/pisellLookup/PisellLookup.js +1 -1
  471. package/lib/components/pisellLookup/PisellLookup.less +46 -4
  472. package/lib/components/pisellLookup/components/LookupResultHost.js +1 -1
  473. package/lib/components/pisellLookup/components/LookupTrigger.js +6 -8
  474. package/lib/components/pisellLookup/docs/pisellLookup.md +1 -1
  475. package/lib/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.d.ts +9 -0
  476. package/lib/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.js +160 -0
  477. package/lib/components/pisellMobileDateRangePicker/PisellMobileDateRangePicker.less +73 -0
  478. package/lib/components/pisellMobileDateRangePicker/index.d.ts +2 -0
  479. package/lib/components/pisellMobileDateRangePicker/types.d.ts +31 -0
  480. package/lib/components/pisellMobileDateRangePicker/types.js +4 -0
  481. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.js +4 -6
  482. package/lib/components/pisellMultipleSelect/PisellMultipleSelect.less +139 -18
  483. package/lib/components/pisellMultipleSelect/components/EditView.js +0 -1
  484. package/lib/components/pisellNavigationMenu/PisellNavigationMenu.js +0 -4
  485. package/lib/components/pisellNumber/PisellNumber.js +6 -13
  486. package/lib/components/pisellNumber/PisellNumber.less +103 -0
  487. package/lib/components/pisellPhone/PisellPhone.js +6 -13
  488. package/lib/components/pisellPhone/PisellPhone.less +119 -0
  489. package/lib/components/pisellPhone/components/EditView.js +19 -37
  490. package/lib/components/pisellPhone/constants/countryCodes.js +25 -26
  491. package/lib/components/pisellPhone/types.d.ts +2 -2
  492. package/lib/components/pisellPhone/utils/countryCodeHelper.js +2 -2
  493. package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.md +1 -1
  494. package/lib/components/pisellRating/PisellRating.js +2 -4
  495. package/lib/components/pisellRecordBoard/PisellRecordBoard.js +29 -10
  496. package/lib/components/pisellRecordBoard/README.md +12 -0
  497. package/lib/components/pisellRecordBoard/docs/PisellRecordBoard.md +716 -70
  498. package/lib/components/pisellRecordBoard/docs/ShellFrame.md +62 -44
  499. package/lib/components/pisellRecordBoard/index.d.ts +8 -1
  500. package/lib/components/pisellRecordBoard/index.js +5 -0
  501. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +174 -16
  502. package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +79 -0
  503. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.js +760 -0
  504. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendar.less +313 -0
  505. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.d.ts +5 -1
  506. package/lib/components/pisellRecordBoard/shellFrame/Calendar/PisellRecordBoardCalendarView.js +11 -8
  507. package/lib/components/pisellRecordBoard/shellFrame/Calendar/bookingCalendarViewShared.js +197 -0
  508. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarI18n.js +23 -0
  509. package/lib/components/pisellRecordBoard/shellFrame/Calendar/calendarPersistGuard.d.ts +1 -1
  510. package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.js +44 -0
  511. package/lib/components/pisellRecordBoard/shellFrame/Calendar/hooks/useBookingCalendarDayOverlayLayout.js +75 -0
  512. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarBlockPanel.js +63 -0
  513. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/BookingCalendarOverflowListLayer.js +28 -0
  514. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/MoveConfirmModal.js +81 -0
  515. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowListModal.js +64 -0
  516. package/lib/components/pisellRecordBoard/shellFrame/Calendar/modal/OverflowPopover.js +39 -0
  517. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.js +21 -0
  518. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarDateUtils.js +562 -0
  519. package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/bookingCalendarSelectionUtils.js +17 -0
  520. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDaySelectionBar.js +33 -0
  521. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarDayView.js +585 -0
  522. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarGroupRowHeader.js +43 -0
  523. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +113 -0
  524. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarResourceView.js +614 -0
  525. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarWeekView.js +170 -0
  526. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.js +10 -0
  527. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDayHourRemaining.js +34 -0
  528. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/day/useBookingCalendarDaySelection.js +38 -0
  529. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceCellToggle.js +19 -0
  530. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/resource/useBookingCalendarResourceDayHeaderRemaining.js +34 -0
  531. package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/useBookingCalendarGoToDayFromCell.js +30 -0
  532. package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +2 -1
  533. package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.js +7 -1
  534. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/NoteTicker.js +45 -0
  535. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +14 -0
  536. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.js +439 -0
  537. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +11 -0
  538. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.js +9 -0
  539. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.js +181 -0
  540. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.js +64 -0
  541. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelLayoutTab.js +57 -0
  542. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewport.less +88 -0
  543. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallViewportToolbar.js +85 -0
  544. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.js +220 -0
  545. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.less +339 -0
  546. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallMarquee.less +52 -0
  547. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.js +153 -0
  548. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +32 -0
  549. package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.js +181 -0
  550. package/lib/components/pisellRecordBoard/shellFrame/Search/index.js +1 -1
  551. package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +5 -1
  552. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +30 -3
  553. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +170 -81
  554. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarConstants.js +14 -0
  555. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.js +63 -0
  556. package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolbar.less +406 -14
  557. package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +14 -4
  558. package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +9 -2
  559. package/lib/components/pisellRecordBoard/shellFrame/index.js +73 -19
  560. package/lib/components/pisellRecordBoard/types.d.ts +413 -8
  561. package/lib/components/pisellRecordBoard/types.js +12 -0
  562. package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.js +16 -0
  563. package/lib/components/pisellRecordBoard/utils/recordBoardPhoneGrid.d.ts +22 -0
  564. package/lib/components/pisellRecordBoard/utils/recordBoardPhoneGrid.js +50 -0
  565. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.js +67 -15
  566. package/lib/components/pisellReservationSchedule/PisellReservationSchedule.less +23 -0
  567. package/lib/components/pisellReservationSchedule/locales.js +21 -3
  568. package/lib/components/pisellReservationSchedule/types.d.ts +5 -0
  569. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.js +11 -6
  570. package/lib/components/pisellReservationScheduleBand/PisellReservationScheduleBand.less +37 -4
  571. package/lib/components/pisellReservationScheduleBand/index.d.ts +2 -1
  572. package/lib/components/pisellReservationScheduleBand/types.d.ts +13 -2
  573. package/lib/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.d.ts +13 -0
  574. package/lib/components/pisellReservationScheduleBand/utils/formatScheduleAtLabel.js +17 -0
  575. package/lib/components/pisellShellFrame/PisellShellFrame.js +2 -2
  576. package/lib/components/pisellShellFrame/PisellShellFrame.less +18 -2
  577. package/lib/components/pisellShellFrame/types.d.ts +6 -0
  578. package/lib/components/pisellSingleLineText/PisellSingleLineText.js +14 -21
  579. package/lib/components/pisellSingleLineText/PisellSingleLineText.less +143 -0
  580. package/lib/components/pisellSingleLineText/docs/pisellSingleLineText.md +256 -256
  581. package/lib/components/pisellSingleSelect/PisellSingleSelect.js +4 -7
  582. package/lib/components/pisellSingleSelect/PisellSingleSelect.less +106 -5
  583. package/lib/components/pisellSingleSelect/docs/pisellSingleSelect.md +428 -525
  584. package/lib/components/pisellSort/docs/PisellSort.md +131 -67
  585. package/lib/components/pisellStatisticList/index.js +0 -1
  586. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +226 -57
  587. package/lib/components/pisellTimeNavigator/PisellTimeNavigator.less +128 -15
  588. package/lib/components/pisellTimeNavigator/components/CursorLayer.js +3 -3
  589. package/lib/components/pisellTimeNavigator/components/GestureLayer.js +12 -3
  590. package/lib/components/pisellTimeNavigator/components/ScaleLayer.js +34 -6
  591. package/lib/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-dev.md +26 -42
  592. package/lib/components/pisellTimeNavigator/docs/pisellTimeNavigator.$tab-test.md +5 -5
  593. package/lib/components/pisellTimeNavigator/hooks/useTimeAxis.js +42 -22
  594. package/lib/components/pisellTimeNavigator/index.d.ts +1 -1
  595. package/lib/components/pisellTimeNavigator/types.d.ts +15 -0
  596. package/lib/components/pisellTimeNavigator/utils/index.d.ts +25 -4
  597. package/lib/components/pisellTimeNavigator/utils/index.js +88 -17
  598. package/lib/components/pisellTimeRangeDisplay/docs/pisellTimeRangeDisplay.md +226 -227
  599. package/lib/components/pisellUrl/PisellUrl.js +6 -13
  600. package/lib/components/pisellWalletPassCard/index.js +5 -11
  601. package/lib/components/productCard/cartSkuCard/components/Gift/index.js +36 -0
  602. package/lib/components/productCard/cartSkuCard/components/Gift/index.less +84 -0
  603. package/lib/components/productCard/cartSkuCard/components/Promotion/index.js +25 -0
  604. package/lib/components/productCard/cartSkuCard/components/Promotion/index.less +16 -0
  605. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +69 -8
  606. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +80 -1
  607. package/lib/components/productCard/cartSkuCard/components/holders/index.js +1 -1
  608. package/lib/components/productCard/cartSkuCard/components/packages/index.js +26 -11
  609. package/lib/components/productCard/cartSkuCard/components/specs/index.js +23 -8
  610. package/lib/components/productCard/cartSkuCard/components/specs/index.less +11 -0
  611. package/lib/components/productCard/cartSkuCard/components/timeRange/index.js +2 -1
  612. package/lib/components/productCard/cartSkuCard/components/weighing/index.js +29 -0
  613. package/lib/components/productCard/cartSkuCard/components/weighing/index.less +25 -0
  614. package/lib/components/productCard/cartSkuCard/index.js +68 -8
  615. package/lib/components/productCard/cartSkuCard/locales.js +40 -5
  616. package/lib/components/productCard/components/Header/DeleteButton/index.js +2 -2
  617. package/lib/components/productCard/components/Header/DeleteButton/index.less +1 -2
  618. package/lib/components/productCard/components/Header/EditButton/index.js +2 -1
  619. package/lib/components/productCard/components/Header/index.less +1 -1
  620. package/lib/components/productCard/components/Time/components/SelectHolder/index.js +2 -3
  621. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.js +5 -5
  622. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.js +2 -2
  623. package/lib/components/productCard/components/Time/components/SelectResource/index.js +3 -6
  624. package/lib/components/productCard/components/Time/index.js +2 -3
  625. package/lib/components/productCard/index.d.ts +1 -0
  626. package/lib/components/productCard/index.js +2 -0
  627. package/lib/components/productCard/lineItem/BookingLineItem.js +177 -0
  628. package/lib/components/productCard/lineItem/index.js +197 -0
  629. package/lib/components/productCard/lineItem/index.less +195 -0
  630. package/lib/components/productCard/lineItem/locales.js +25 -0
  631. package/lib/components/productCard/status.js +3 -0
  632. package/lib/components/productCard/types.d.ts +10 -0
  633. package/lib/components/productCard/utils.js +1 -1
  634. package/lib/components/select/index.js +1 -1
  635. package/lib/components/select-time/index.js +1 -0
  636. package/lib/components/table/Actions/component/ExportImport/index.js +4 -3
  637. package/lib/components/table/Actions/component/GallerySetting/index.js +11 -12
  638. package/lib/components/table/Actions/component/ViewMode/index.js +5 -6
  639. package/lib/components/table/Actions/index.js +1 -1
  640. package/lib/components/table/BasicTable/index.js +3 -4
  641. package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.less +1 -1
  642. package/lib/components/table/Gallery/components/GalleryItem/index.js +9 -17
  643. package/lib/components/table/Gallery/components/GalleryItem/index.less +0 -1
  644. package/lib/components/table/Gallery/index.js +3 -11
  645. package/lib/components/table/Table/fields/text/Show/index.js +1 -1
  646. package/lib/components/table/Table/index.js +1 -2
  647. package/lib/components/table/Table/tableConfig/header/index.js +2 -2
  648. package/lib/components/table/Table/utils.js +1 -5
  649. package/lib/components/table/hooks/useTableSetting.js +0 -3
  650. package/lib/components/table/hooks/useTransDataSource.js +3 -4
  651. package/lib/components/table/index.js +1 -1
  652. package/lib/components/tabs/index.less +1 -1
  653. package/lib/components/translation/index.d.ts +0 -1
  654. package/lib/components/translation/index.js +9 -35
  655. package/lib/components/translation/index.less +0 -12
  656. package/lib/components/versionModal/index.d.ts +0 -1
  657. package/lib/components/versionModal/index.js +2 -2
  658. package/lib/components/versionSelect/index.js +4 -4
  659. package/lib/components/virtual-keyboard/Amount/index.js +4 -4
  660. package/lib/index.d.ts +101 -106
  661. package/lib/index.js +314 -298
  662. package/lib/locales/en-US.js +195 -70
  663. package/lib/locales/ja.js +196 -13
  664. package/lib/locales/pt.js +196 -13
  665. package/lib/locales/zh-CN.js +189 -64
  666. package/lib/locales/zh-TW.js +194 -69
  667. package/lib/pisell-materials.tw.css +0 -1
  668. package/lib/tailwind-input.css +3 -1
  669. package/package.json +1 -1
  670. package/es/components/PisellContactBrief/PisellContactBrief.d.ts +0 -34
  671. package/es/components/PisellContactBrief/PisellContactBrief.js +0 -156
  672. package/es/components/PisellContactBrief/PisellContactBrief.less +0 -192
  673. package/es/components/PisellContactBrief/components/ContactFormModal.js +0 -140
  674. package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-design.md +0 -109
  675. package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-dev.md +0 -106
  676. package/es/components/PisellContactBrief/docs/PisellContactBrief.$tab-test.md +0 -125
  677. package/es/components/PisellContactBrief/docs/PisellContactBrief.md +0 -129
  678. package/es/components/PisellContactBrief/index.d.ts +0 -2
  679. package/es/components/PisellContactBrief/locales.js +0 -57
  680. package/es/components/PisellContactBrief/types.d.ts +0 -86
  681. package/es/components/Template/[ComponentName].less +0 -1
  682. package/es/components/Template/docs/[ComponentName].$tab-design.md +0 -7
  683. package/es/components/Template/docs/[ComponentName].$tab-dev.md +0 -1137
  684. package/es/components/Template/docs/[ComponentName].$tab-test.md +0 -7
  685. package/es/components/Template/docs/[ComponentName].md +0 -510
  686. package/es/components/hardwareErrorTip/errorCard/index.d.ts +0 -25
  687. package/es/components/hardwareErrorTip/errorCard/index.js +0 -68
  688. package/es/components/hardwareErrorTip/errorCard/index.less +0 -137
  689. package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -10
  690. package/es/components/hardwareErrorTip/errorTipStatistics/index.js +0 -31
  691. package/es/components/hardwareErrorTip/errorTipStatistics/index.less +0 -34
  692. package/es/components/hardwareErrorTip/index.d.ts +0 -20
  693. package/es/components/hardwareErrorTip/index.js +0 -151
  694. package/es/components/hardwareErrorTip/index.less +0 -95
  695. package/es/components/hardwareErrorTip/logCard/index.d.ts +0 -25
  696. package/es/components/hardwareErrorTip/logCard/index.js +0 -72
  697. package/es/components/hardwareErrorTip/logCard/index.less +0 -121
  698. package/es/components/hardwareErrorTip/readme.md +0 -309
  699. package/es/components/hardwareErrorTip/types.js +0 -54
  700. package/es/components/pisellActionPanel/PisellActionPanel.d.ts +0 -24
  701. package/es/components/pisellActionPanel/PisellActionPanel.js +0 -68
  702. package/es/components/pisellActionPanel/PisellActionPanel.less +0 -69
  703. package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-design.md +0 -148
  704. package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-dev.md +0 -53
  705. package/es/components/pisellActionPanel/docs/pisellActionPanel.$tab-test.md +0 -64
  706. package/es/components/pisellActionPanel/docs/pisellActionPanel.md +0 -160
  707. package/es/components/pisellActionPanel/index.d.ts +0 -2
  708. package/es/components/pisellActionPanel/types.d.ts +0 -87
  709. package/es/components/pisellBaseCard/PisellBaseCard.d.ts +0 -20
  710. package/es/components/pisellBaseCard/PisellBaseCard.js +0 -73
  711. package/es/components/pisellBaseCard/PisellBaseCard.less +0 -25
  712. package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-design.md +0 -144
  713. package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-dev.md +0 -92
  714. package/es/components/pisellBaseCard/docs/pisellBaseCard.$tab-test.md +0 -86
  715. package/es/components/pisellBaseCard/docs/pisellBaseCard.md +0 -165
  716. package/es/components/pisellBaseCard/index.d.ts +0 -2
  717. package/es/components/pisellBaseCard/types.d.ts +0 -49
  718. package/es/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +0 -57
  719. package/es/components/pisellCustomerBrief/PisellCustomerBrief.js +0 -92
  720. package/es/components/pisellCustomerBrief/PisellCustomerBrief.less +0 -8
  721. package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-design.md +0 -115
  722. package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-dev.md +0 -73
  723. package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-test.md +0 -66
  724. package/es/components/pisellCustomerBrief/docs/pisellCustomerBrief.md +0 -132
  725. package/es/components/pisellCustomerBrief/index.d.ts +0 -2
  726. package/es/components/pisellCustomerBrief/types.d.ts +0 -86
  727. package/es/components/pisellEntityCard/PisellEntityCard.d.ts +0 -47
  728. package/es/components/pisellEntityCard/PisellEntityCard.js +0 -315
  729. package/es/components/pisellEntityCard/PisellEntityCard.less +0 -362
  730. package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-design.md +0 -209
  731. package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-dev.md +0 -82
  732. package/es/components/pisellEntityCard/docs/pisellEntityCard.$tab-test.md +0 -122
  733. package/es/components/pisellEntityCard/docs/pisellEntityCard.md +0 -176
  734. package/es/components/pisellEntityCard/index.d.ts +0 -2
  735. package/es/components/pisellEntityCard/types.d.ts +0 -148
  736. package/es/components/pisellExport/PisellExport.d.ts +0 -11
  737. package/es/components/pisellExport/PisellExport.js +0 -44
  738. package/es/components/pisellExport/PisellExport.less +0 -141
  739. package/es/components/pisellExport/docs/pisellExport.$tab-design.md +0 -116
  740. package/es/components/pisellExport/docs/pisellExport.$tab-dev.md +0 -132
  741. package/es/components/pisellExport/docs/pisellExport.$tab-test.md +0 -61
  742. package/es/components/pisellExport/docs/pisellExport.md +0 -162
  743. package/es/components/pisellExport/index.d.ts +0 -2
  744. package/es/components/pisellExport/types.d.ts +0 -67
  745. package/es/components/pisellImport/PisellImport.d.ts +0 -11
  746. package/es/components/pisellImport/PisellImport.js +0 -81
  747. package/es/components/pisellImport/PisellImport.less +0 -141
  748. package/es/components/pisellImport/docs/pisellImport.$tab-design.md +0 -121
  749. package/es/components/pisellImport/docs/pisellImport.$tab-dev.md +0 -137
  750. package/es/components/pisellImport/docs/pisellImport.$tab-test.md +0 -69
  751. package/es/components/pisellImport/docs/pisellImport.md +0 -174
  752. package/es/components/pisellImport/index.d.ts +0 -2
  753. package/es/components/pisellImport/types.d.ts +0 -89
  754. package/es/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +0 -3811
  755. package/es/components/productCard/components/Header/Actions/index.less +0 -15
  756. package/es/theme/pisell-components.js +0 -76
  757. package/lib/components/PisellContactBrief/PisellContactBrief.d.ts +0 -34
  758. package/lib/components/PisellContactBrief/PisellContactBrief.js +0 -158
  759. package/lib/components/PisellContactBrief/PisellContactBrief.less +0 -192
  760. package/lib/components/PisellContactBrief/components/ContactFormModal.js +0 -139
  761. package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-design.md +0 -109
  762. package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-dev.md +0 -106
  763. package/lib/components/PisellContactBrief/docs/PisellContactBrief.$tab-test.md +0 -125
  764. package/lib/components/PisellContactBrief/docs/PisellContactBrief.md +0 -129
  765. package/lib/components/PisellContactBrief/index.d.ts +0 -2
  766. package/lib/components/PisellContactBrief/locales.js +0 -57
  767. package/lib/components/PisellContactBrief/types.d.ts +0 -86
  768. package/lib/components/Template/[ComponentName].less +0 -1
  769. package/lib/components/Template/docs/[ComponentName].$tab-design.md +0 -7
  770. package/lib/components/Template/docs/[ComponentName].$tab-dev.md +0 -1137
  771. package/lib/components/Template/docs/[ComponentName].$tab-test.md +0 -7
  772. package/lib/components/Template/docs/[ComponentName].md +0 -510
  773. package/lib/components/hardwareErrorTip/errorCard/index.d.ts +0 -25
  774. package/lib/components/hardwareErrorTip/errorCard/index.js +0 -71
  775. package/lib/components/hardwareErrorTip/errorCard/index.less +0 -137
  776. package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -10
  777. package/lib/components/hardwareErrorTip/errorTipStatistics/index.js +0 -34
  778. package/lib/components/hardwareErrorTip/errorTipStatistics/index.less +0 -34
  779. package/lib/components/hardwareErrorTip/index.d.ts +0 -20
  780. package/lib/components/hardwareErrorTip/index.js +0 -153
  781. package/lib/components/hardwareErrorTip/index.less +0 -95
  782. package/lib/components/hardwareErrorTip/logCard/index.d.ts +0 -25
  783. package/lib/components/hardwareErrorTip/logCard/index.js +0 -75
  784. package/lib/components/hardwareErrorTip/logCard/index.less +0 -121
  785. package/lib/components/hardwareErrorTip/readme.md +0 -309
  786. package/lib/components/hardwareErrorTip/types.js +0 -57
  787. package/lib/components/pisellActionPanel/PisellActionPanel.d.ts +0 -24
  788. package/lib/components/pisellActionPanel/PisellActionPanel.js +0 -71
  789. package/lib/components/pisellActionPanel/PisellActionPanel.less +0 -69
  790. package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-design.md +0 -148
  791. package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-dev.md +0 -53
  792. package/lib/components/pisellActionPanel/docs/pisellActionPanel.$tab-test.md +0 -64
  793. package/lib/components/pisellActionPanel/docs/pisellActionPanel.md +0 -160
  794. package/lib/components/pisellActionPanel/index.d.ts +0 -2
  795. package/lib/components/pisellActionPanel/types.d.ts +0 -87
  796. package/lib/components/pisellBaseCard/PisellBaseCard.d.ts +0 -20
  797. package/lib/components/pisellBaseCard/PisellBaseCard.js +0 -76
  798. package/lib/components/pisellBaseCard/PisellBaseCard.less +0 -25
  799. package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-design.md +0 -144
  800. package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-dev.md +0 -92
  801. package/lib/components/pisellBaseCard/docs/pisellBaseCard.$tab-test.md +0 -86
  802. package/lib/components/pisellBaseCard/docs/pisellBaseCard.md +0 -165
  803. package/lib/components/pisellBaseCard/index.d.ts +0 -2
  804. package/lib/components/pisellBaseCard/types.d.ts +0 -49
  805. package/lib/components/pisellCustomerBrief/PisellCustomerBrief.d.ts +0 -57
  806. package/lib/components/pisellCustomerBrief/PisellCustomerBrief.js +0 -94
  807. package/lib/components/pisellCustomerBrief/PisellCustomerBrief.less +0 -8
  808. package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-design.md +0 -115
  809. package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-dev.md +0 -73
  810. package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.$tab-test.md +0 -66
  811. package/lib/components/pisellCustomerBrief/docs/pisellCustomerBrief.md +0 -132
  812. package/lib/components/pisellCustomerBrief/index.d.ts +0 -2
  813. package/lib/components/pisellCustomerBrief/types.d.ts +0 -86
  814. package/lib/components/pisellEntityCard/PisellEntityCard.d.ts +0 -47
  815. package/lib/components/pisellEntityCard/PisellEntityCard.js +0 -318
  816. package/lib/components/pisellEntityCard/PisellEntityCard.less +0 -362
  817. package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-design.md +0 -209
  818. package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-dev.md +0 -82
  819. package/lib/components/pisellEntityCard/docs/pisellEntityCard.$tab-test.md +0 -122
  820. package/lib/components/pisellEntityCard/docs/pisellEntityCard.md +0 -176
  821. package/lib/components/pisellEntityCard/index.d.ts +0 -2
  822. package/lib/components/pisellEntityCard/types.d.ts +0 -148
  823. package/lib/components/pisellExport/PisellExport.d.ts +0 -11
  824. package/lib/components/pisellExport/PisellExport.js +0 -47
  825. package/lib/components/pisellExport/PisellExport.less +0 -141
  826. package/lib/components/pisellExport/docs/pisellExport.$tab-design.md +0 -116
  827. package/lib/components/pisellExport/docs/pisellExport.$tab-dev.md +0 -132
  828. package/lib/components/pisellExport/docs/pisellExport.$tab-test.md +0 -61
  829. package/lib/components/pisellExport/docs/pisellExport.md +0 -162
  830. package/lib/components/pisellExport/index.d.ts +0 -2
  831. package/lib/components/pisellExport/types.d.ts +0 -67
  832. package/lib/components/pisellImport/PisellImport.d.ts +0 -11
  833. package/lib/components/pisellImport/PisellImport.js +0 -84
  834. package/lib/components/pisellImport/PisellImport.less +0 -141
  835. package/lib/components/pisellImport/docs/pisellImport.$tab-design.md +0 -121
  836. package/lib/components/pisellImport/docs/pisellImport.$tab-dev.md +0 -137
  837. package/lib/components/pisellImport/docs/pisellImport.$tab-test.md +0 -69
  838. package/lib/components/pisellImport/docs/pisellImport.md +0 -174
  839. package/lib/components/pisellImport/index.d.ts +0 -2
  840. package/lib/components/pisellImport/types.d.ts +0 -89
  841. package/lib/components/pisellRecordBoard/shellFrame/Calendar/BookingCalendarDemo.js +0 -3813
  842. package/lib/components/productCard/components/Header/Actions/index.less +0 -15
  843. package/lib/theme/pisell-components.js +0 -76
  844. /package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-design.md +0 -0
  845. /package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-dev.md +0 -0
  846. /package/es/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-test.md +0 -0
  847. /package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-design.md +0 -0
  848. /package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-dev.md +0 -0
  849. /package/lib/components/pisellQuickFilter/{doc → docs}/PisellQuickFilter.$tab-test.md +0 -0
@@ -33,24 +33,12 @@ var zh_TW_default = {
33
33
  "table-action-group-by-title": "分組條件",
34
34
  "table-action-group-by-title-tip": "請從下拉式選單中選擇要分組的字段,以便更好地組織和瀏覽數據。",
35
35
  "table-action-column-title": "表頭設置",
36
- "table-action-gallery-display-mode": "展示模式",
37
- "table-action-gallery-display-mode-default": "常規",
38
- "table-action-gallery-display-mode-compact": "緊湊",
39
- "table-action-gallery-display-field-name": "展示字段名",
40
- "table-action-gallery-no-cover": "無封面",
41
- "table-action-gallery-cover-content": "封面內容",
42
- "table-action-gallery-cover-effect": "封面效果",
43
- "table-action-gallery-cover-fit-fill": "適應",
44
- "table-action-gallery-cover-fit-cover": "剪裁",
45
36
  "table-column-group-records": "條記錄",
46
37
  "table-column-group-lock-tip": "固定列不可移動順序",
47
38
  "record-board-uniform-summary-empty": "-",
48
39
  "record-board-uniform-summary-same": "重複數據",
49
40
  "table-column-drag-sort-disabled-tip": "已開啟自動排序,無法手動拖曳",
50
41
  "table-action-filter-no-filter": "沒有可用的篩選器。",
51
- "table-action-view-mode-grid": "表格",
52
- "table-action-view-mode-gallery": "圖庫",
53
- "table-action-view-mode-kanban": "看板",
54
42
  "table-action-range-picker-placeholder-start": "開始日期",
55
43
  "table-action-range-picker-placeholder-end": "結束日期",
56
44
  "table-action-range-picker-presets-today": "今天",
@@ -106,18 +94,190 @@ var zh_TW_default = {
106
94
  "record-board-toolbar-default-filter-disabled": "禁用",
107
95
  "record-board-toolbar-default-filter-keyword": "關鍵詞",
108
96
  "record-board-toolbar-default-placeholder": "請輸入",
97
+ "record-board-infinite-scroll-loading-more": "載入中…",
98
+ "record-board-infinite-scroll-all-loaded": "已全部載入",
99
+ "record-board-infinite-scroll-pull-hint": "繼續向下滑動載入更多",
100
+ "pisell-resource-wall-appearance-light": "淺色",
101
+ "pisell-resource-wall-appearance-dark": "深色",
102
+ "pisell-resource-wall-control-open": "控制台",
103
+ "pisell-resource-wall-page-indicator": "第 {cur} / {total} 頁",
104
+ "pisell-resource-wall-layout-custom": "自訂",
105
+ "pisell-resource-wall-control-title": "資源牆控制台",
106
+ "pisell-resource-wall-control-cancel": "取消",
107
+ "pisell-resource-wall-control-apply": "套用",
108
+ "pisell-resource-wall-control-close": "關閉",
109
+ "pisell-resource-wall-control-eyebrow": "後台控制",
110
+ "pisell-resource-wall-control-subtitle": "看板版式與分頁規則",
111
+ "pisell-resource-wall-display-mode": "顯示模式",
112
+ "pisell-resource-wall-carousel-paging-mode": "輪播翻頁模式",
113
+ "pisell-resource-wall-summary-pagination": "目前分頁 / 倒數",
114
+ "pisell-resource-wall-summary-page-sec": "— · {sec}s/頁",
115
+ "pisell-resource-wall-modal-select-all": "全選",
116
+ "pisell-resource-wall-modal-clear-all": "取消全選",
117
+ "pisell-resource-wall-modal-resource-hint": "選擇資源(最多展示 {n} 個)目前版式容量 {cap} 個;最多可選 {max} 個。",
118
+ "pisell-resource-wall-status-table-title": "狀態文案與配色",
119
+ "pisell-resource-wall-tab-layout": "資源與版式",
120
+ "pisell-resource-wall-tab-colors": "配色",
121
+ "pisell-resource-wall-tab-status": "狀態文案與色",
122
+ "pisell-resource-wall-resources-section": "展示資源",
123
+ "pisell-resource-wall-select-all": "填滿可選上限",
124
+ "pisell-resource-wall-clear-selection": "清空",
125
+ "pisell-resource-wall-max-selection": "最多可選 {n} 個資源",
126
+ "pisell-resource-wall-layout-preset": "版式預設",
127
+ "pisell-resource-wall-page-duration": "每頁停留(秒)",
128
+ "pisell-resource-wall-custom-cols": "欄數",
129
+ "pisell-resource-wall-custom-rows": "列數",
130
+ "pisell-resource-wall-occupied-color": "占用主色",
131
+ "pisell-resource-wall-available-color": "空閒主色",
132
+ "pisell-resource-wall-boarding-soon-min": "即將開始提示(開始前分鐘)",
133
+ "pisell-resource-wall-status-col-key": "狀態",
134
+ "pisell-resource-wall-status-col-label": "標籤文案",
135
+ "pisell-resource-wall-status-col-note": "說明",
136
+ "pisell-resource-wall-status-col-color": "主色",
137
+ "pisell-resource-wall-status-col-notebg": "說明底",
138
+ "pisell-resource-wall-carousel-dwell-sec-label": "輪播停留時間(秒)",
139
+ "pisell-resource-wall-layout-placeholder": "請選擇版式",
140
+ "pisell-resource-wall-layout-field-label": "版式",
141
+ "pisell-resource-wall-panel-custom-cols": "自訂欄數",
142
+ "pisell-resource-wall-panel-custom-rows": "自訂列數",
143
+ "pisell-resource-wall-hero-width-ratio": "主文案基準寬度占比",
144
+ "pisell-resource-wall-hero-width-hint": "以基準文案計算主區域字級,其它卡片與該高度對齊。",
145
+ "pisell-resource-wall-hero-benchmark-placeholder": "如 60m overtime",
146
+ "pisell-resource-wall-hero-benchmark-sample": "60m overtime",
147
+ "pisell-resource-wall-resources-select-with-count": "選擇資源({n})",
148
+ "pisell-resource-wall-resources-capacity-carousel-hint": "目前版式容量 {cap} 個;超出後在輪播翻頁模式下將自動全螢幕分頁輪播。",
149
+ "pisell-resource-wall-occupied-card-color-label": "占用色(深色卡片)",
150
+ "pisell-resource-wall-available-card-color-label": "非占用色(淺色卡片)",
151
+ "pisell-resource-wall-status-col-explain": "解釋文案",
152
+ "pisell-resource-wall-carousel-countdown-line": "第 {cur} / {tot} 頁 · 每頁 {sec} 秒",
153
+ "pisell-resource-wall-countdown-overtime": "逾時 {n}",
154
+ "pisell-resource-wall-countdown-ending-now": "即將結束",
155
+ "pisell-resource-wall-countdown-left": "剩餘 {n}",
156
+ "pisell-resource-wall-countdown-zero-overtime": "逾時 0m",
157
+ "pisell-resource-wall-fullscreen-enter": "全屏",
158
+ "pisell-resource-wall-fullscreen-exit": "退出全屏",
159
+ "pisell-resource-wall-card-hero-available": "空閒",
160
+ "pisell-resource-wall-card-label-current": "目前",
161
+ "pisell-resource-wall-card-label-next": "下一場",
162
+ "pisell-resource-wall-card-next-line": "下一場 · {time}",
163
+ "pisell-resource-wall-card-starts-in": "{n} 後開始",
164
+ "pisell-resource-wall-card-late": "遲到 +{n}",
165
+ "pisell-resource-wall-card-current-not-in-use": "暫未使用",
166
+ "pisell-resource-wall-floor-status-empty": "空閒",
167
+ "pisell-resource-wall-floor-status-reserved": "預約中",
168
+ "pisell-resource-wall-floor-status-late": "遲到",
169
+ "pisell-resource-wall-floor-status-occupied": "佔用中",
170
+ "pisell-resource-wall-floor-status-expired": "逾時",
171
+ "pisell-resource-wall-marquee-ending-soon": "請準時離場,以免產生超時費用。",
172
+ "pisell-resource-wall-card-session-complete": "本場已結束",
173
+ "pisell-resource-wall-card-check-in-prompt": "請簽到開始",
174
+ "pisell-resource-wall-status-id-inUse": "使用中",
175
+ "pisell-resource-wall-status-id-endingSoon": "即將結束",
176
+ "pisell-resource-wall-status-id-expired": "已結束",
177
+ "pisell-resource-wall-status-id-available": "空閒",
178
+ "pisell-resource-wall-status-id-boardingSoon": "即將開始",
179
+ "pisell-resource-wall-status-id-late": "遲到",
180
+ "pisell-resource-wall-tone-inUse-label": "使用中",
181
+ "pisell-resource-wall-tone-inUse-note": "此場地正在使用中。",
182
+ "pisell-resource-wall-tone-endingSoon-label": "即將結束",
183
+ "pisell-resource-wall-tone-endingSoon-note": "請準時離場,以免產生逾時費用。",
184
+ "pisell-resource-wall-tone-expired-label": "已結束",
185
+ "pisell-resource-wall-tone-expired-note": "本場次已結束,請清場。",
186
+ "pisell-resource-wall-tone-available-label": "空閒",
187
+ "pisell-resource-wall-tone-available-note": "此場地現已可預訂。",
188
+ "pisell-resource-wall-tone-boardingSoon-label": "即將開始",
189
+ "pisell-resource-wall-tone-boardingSoon-note": "請簽到以開始。",
190
+ "pisell-resource-wall-tone-late-label": "遲到",
191
+ "pisell-resource-wall-tone-late-note": "請儘快簽到。",
109
192
  "pisell2.recordBoard.toolbar.find": "搜尋",
110
193
  "pisell2.recordBoard.toolbar.findPlaceholder": "請輸入搜尋內容",
111
194
  "pisell2.recordBoard.toolbar.sort": "排序",
195
+ "pisell2.recordBoard.toolbar.sortStatus": "狀態",
196
+ "pisell2.recordBoard.toolbar.sortStatusFreeFirst": "空閒優先",
197
+ "pisell2.recordBoard.toolbar.sortStatusOccupiedFirst": "佔用優先",
112
198
  "pisell2.recordBoard.toolbar.filter": "篩選",
113
199
  "pisell2.recordBoard.toolbar.reset": "重置",
114
200
  "pisell2.recordBoard.toolbar.viewGrid": "表格",
115
201
  "pisell2.recordBoard.toolbar.viewFloorMap": "平面圖",
116
202
  "pisell2.recordBoard.toolbar.viewCalendar": "日曆",
203
+ "pisell2.recordBoard.toolbar.viewResourceWall": "大屏",
204
+ "pisell2.recordBoard.toolbar.columnSetting": "列顯示",
205
+ "pisell2.recordBoard.toolbar.moreSettings": "更多設定",
117
206
  "pisell2.recordBoard.filter.placeholderEnter": "請輸入{label}",
207
+ "pisell2.recordBoard.calendar.common.close": "關閉",
208
+ "pisell2.recordBoard.calendar.common.cancel": "取消",
209
+ "pisell2.recordBoard.calendar.common.save": "儲存",
210
+ "pisell2.recordBoard.calendar.common.saving": "儲存中…",
211
+ "pisell2.recordBoard.calendar.common.resourceFallback": "資源",
212
+ "pisell2.recordBoard.calendar.common.newBookingName": "新建預約",
213
+ "pisell2.recordBoard.calendar.weekday.mon": "一",
214
+ "pisell2.recordBoard.calendar.weekday.tue": "二",
215
+ "pisell2.recordBoard.calendar.weekday.wed": "三",
216
+ "pisell2.recordBoard.calendar.weekday.thu": "四",
217
+ "pisell2.recordBoard.calendar.weekday.fri": "五",
218
+ "pisell2.recordBoard.calendar.weekday.sat": "六",
219
+ "pisell2.recordBoard.calendar.weekday.sun": "日",
220
+ "pisell2.recordBoard.calendar.block.panelTitle": "新建封鎖時段",
221
+ "pisell2.recordBoard.calendar.block.defaultTitle": "封鎖時段",
222
+ "pisell2.recordBoard.calendar.block.fieldTitle": "標題",
223
+ "pisell2.recordBoard.calendar.block.fieldNote": "備註",
224
+ "pisell2.recordBoard.calendar.block.fieldResource": "資源",
225
+ "pisell2.recordBoard.calendar.block.fieldTimeRange": "封鎖時段",
226
+ "pisell2.recordBoard.calendar.block.placeholderTitle": "封鎖時段",
227
+ "pisell2.recordBoard.calendar.block.placeholderNote": "選填",
228
+ "pisell2.recordBoard.calendar.block.noResource": "無資源",
229
+ "pisell2.recordBoard.calendar.block.closeAria": "關閉",
230
+ "pisell2.recordBoard.calendar.block.warnSelectTime": "請選擇封鎖時段",
231
+ "pisell2.recordBoard.calendar.block.warnEndAfterStart": "結束時間須晚於開始時間",
232
+ "pisell2.recordBoard.calendar.block.warnSelectResource": "請選擇資源",
233
+ "pisell2.recordBoard.calendar.overflow.bookingsForDay": "當日預約",
234
+ "pisell2.recordBoard.calendar.overflow.listTitleBookings": "{date} · 預約列表",
235
+ "pisell2.recordBoard.calendar.overflow.listTitleAllBookings": "{date} · 全部預約",
236
+ "pisell2.recordBoard.calendar.overflow.moreCount": "另有 {count} 筆",
237
+ "pisell2.recordBoard.calendar.move.title": "預約資訊",
238
+ "pisell2.recordBoard.calendar.move.subtitle": "更新此預約的客戶、場地、日期與時間。",
239
+ "pisell2.recordBoard.calendar.move.customer": "客戶",
240
+ "pisell2.recordBoard.calendar.move.court": "場地",
241
+ "pisell2.recordBoard.calendar.move.newDate": "新日期",
242
+ "pisell2.recordBoard.calendar.move.newStartTime": "新開始時間",
243
+ "pisell2.recordBoard.calendar.move.newEndTime": "新結束時間",
244
+ "pisell2.recordBoard.calendar.move.previousInfo": "原預約資訊",
245
+ "pisell2.recordBoard.calendar.move.original": "原預約",
246
+ "pisell2.recordBoard.calendar.move.dropTarget": "拖放目標",
247
+ "pisell2.recordBoard.calendar.move.updated": "已更新",
248
+ "pisell2.recordBoard.calendar.move.confirm": "確認",
249
+ "pisell2.recordBoard.calendar.move.noPhone": "無電話",
250
+ "pisell2.recordBoard.calendar.move.noEmail": "無電子郵件",
251
+ "pisell2.recordBoard.calendar.move.courtFallback": "場地",
252
+ "pisell2.recordBoard.calendar.move.slotDisabled": "⛔ {time}",
253
+ "pisell2.recordBoard.calendar.week.headerCourtDate": "場地 / 日期",
254
+ "pisell2.recordBoard.calendar.resource.monthUnit": "月",
255
+ "pisell2.recordBoard.calendar.week.fullyBooked": "已滿",
256
+ "pisell2.recordBoard.calendar.week.available": "可訂",
257
+ "pisell2.recordBoard.calendar.day.outsideHours": "非營業時間",
258
+ "pisell2.recordBoard.calendar.day.selectedBlock": "已選鎖台",
259
+ "pisell2.recordBoard.calendar.day.selected": "已選",
260
+ "pisell2.recordBoard.calendar.day.deselectAll": "取消全選",
261
+ "pisell2.recordBoard.calendar.day.openSlot": "開啟時段",
262
+ "pisell2.recordBoard.calendar.day.block": "封鎖",
263
+ "pisell2.recordBoard.calendar.day.createBooking": "建立預約",
264
+ "pisell2.recordBoard.calendar.day.freeRatio": "{remaining}/{total} 空",
265
+ "pisell2.recordBoard.calendar.card.continuesNext": "→ 延續至次日",
266
+ "pisell2.recordBoard.calendar.card.blockBy": "由 {name}",
267
+ "pisell2.recordBoard.calendar.card.lateMinutesBadge": "{n} 分",
268
+ "pisell2.recordBoard.calendar.card.lateMinutesDetail": "遲到 {n} 分鐘",
269
+ "pisell2.recordBoard.calendar.status.cancel": "已取消",
270
+ "pisell2.recordBoard.calendar.status.change": "已改期",
271
+ "pisell2.recordBoard.calendar.status.checkedIn": "已簽到",
272
+ "pisell2.recordBoard.calendar.status.pending": "待處理",
273
+ "pisell2.recordBoard.calendar.status.new": "新建",
274
+ "pisell2.recordBoard.calendar.status.late": "遲到",
275
+ "pisell2.recordBoard.calendar.status.noShow": "未到店",
276
+ "pisell2.recordBoard.calendar.detail.staff": "員工",
277
+ "pisell2.recordBoard.calendar.detail.orderNote": "訂單備註",
118
278
  "pisell2.salesManagement.pagination.previous": "上一頁",
119
279
  "pisell2.salesManagement.pagination.next": "下一頁",
120
- "pisell2.salesManagement.pagination.showTotal": (start, end) => `第 ${start}-${end} 條`,
280
+ "pisell2.salesManagement.pagination.showTotal": (currentPage, totalPages) => `第${currentPage}頁 共${totalPages}頁`,
121
281
  "pisell2.salesManagement.pagination.total": (current, max) => `${current} / ${max}`,
122
282
  "pisell2.salesManagement.batchActionBar.selectedCount": (count) => `已選擇 ${count} 項`,
123
283
  "pisell2.salesManagement.batchActionBar.more": "更多",
@@ -132,9 +292,6 @@ var zh_TW_default = {
132
292
  "pisell2.salesManagement.batchActionBar.deleteConfirmCancel": "取消",
133
293
  "shell-frame-statistic-expand": "展開統計",
134
294
  "shell-frame-statistic-collapse": "收起統計",
135
- "pisell-export-button-label": "匯出",
136
- "pisell-import-button-label": "匯入",
137
- "pisell-import-error-max-size": "檔案超出大小限制,請選擇 {{maxSize}}MB 以內的檔案",
138
295
  "table-action-export-import-export-success": "導出成功!",
139
296
  "table-action-export-import-button": "匯出",
140
297
  "table-action-export-import-export-range": "導出範圍",
@@ -310,7 +467,6 @@ var zh_TW_default = {
310
467
  "pisell-lowcode-app-version-control-promote-version-ok": "發布",
311
468
  "pisell-lowcode-app-version-control-promote-version-cancel": "取消",
312
469
  "pisell-lowcode-app-version-control-version-exists": "版本已存在",
313
- "pisell-lowcode-app-version-control-version-create-title": "創建新版本",
314
470
  "pisell-lowcode-drop-sort-add": "添加",
315
471
  "pisell-lowcode-navigation-menu-add-sub-menu": "添加子菜單",
316
472
  "pisell-lowcode-navigation-menu-add-page": "添加頁面",
@@ -318,7 +474,6 @@ var zh_TW_default = {
318
474
  "pisell-lowcode-navigation-menu-tag-base": "基础",
319
475
  "pisell-lowcode-navigation-menu-tag-proCode": "Pro code",
320
476
  "pisell-lowcode-navigation-menu-tag-pisell1": "Pisell 1.0",
321
- "pisell-lowcode-navigation-menu-tag-dynamic-route": "動態路由",
322
477
  "pisell-lowcode-navigation-menu-tag-group": "分組",
323
478
  "pisell-lowcode-navigation-menu-tag-sub-menu": "子菜單",
324
479
  "pisell-lowcode-navigation-menu-tag-custom": "自定義",
@@ -337,12 +492,12 @@ var zh_TW_default = {
337
492
  "qrscanner-error-process-image": "處理圖像時出錯",
338
493
  "pisell-login-and-register-title": "登入到您的帳戶",
339
494
  "pisell-login-and-register-subtitle": "歡迎回來!請輸入您的詳細信息。",
340
- "pisell-login-and-register-email-label": "電子郵箱",
341
- "pisell-login-and-register-email-placeholder": "輸入您的郵箱",
495
+ "pisell-login-and-register-email-label": "電子郵件",
496
+ "pisell-login-and-register-email-placeholder": "輸入您的電子郵件",
342
497
  "pisell-login-and-register-password-label": "密碼",
343
498
  "pisell-login-and-register-password-placeholder": "輸入您的密碼",
344
- "pisell-login-and-register-email-error": "請輸入您的郵箱!",
345
- "pisell-login-and-register-email-error-valid": "請輸入有效的郵箱!",
499
+ "pisell-login-and-register-email-error": "請輸入您的電子郵件!",
500
+ "pisell-login-and-register-email-error-valid": "請輸入有效的電子郵件!",
346
501
  "pisell-login-and-register-password-error": "請輸入正確的密碼",
347
502
  "pisell-login-and-register-login": "登入",
348
503
  "pisell-login-and-register-google": "繼續使用Google",
@@ -351,46 +506,11 @@ var zh_TW_default = {
351
506
  "pisell-login-and-register-sign-up": "沒有帳戶?註冊",
352
507
  "pisell-login-and-register-login-tab": "登入",
353
508
  "pisell-login-and-register-register-tab": "註冊",
354
- "pisell-login-and-register-register-email-placeholder": "輸入您的郵箱",
509
+ "pisell-login-and-register-register-email-placeholder": "輸入您的電子郵件",
355
510
  "pisell-login-and-register-register-password-placeholder": "創建密碼",
356
511
  "pisell-login-and-register-register-button-text": "創建帳戶",
357
512
  "pisell-login-and-register-remember-me": "記住我",
358
513
  "pisell-login-and-register-forgot-password": "忘記密碼?",
359
- "pisell-login-and-register-register-password-error": "請輸入您的密碼!",
360
- "pisell-login-and-register-register-password-error-valid": "密碼必須至少為6個字符!",
361
- "pisell2.wallet-card.add-holder-tip": "為確保您的權益,此卡\r\n需指定使用人後方可激活使用。",
362
- "pisell2.wallet-card.add-holder-button-text": "添加使用人",
363
- "pisell2.text.hardware-error.fatal": "致命錯誤",
364
- "pisell2.text.hardware-error.critical": "嚴重錯誤",
365
- "pisell2.text.hardware-error.normal": "一般錯誤",
366
- "pisell2.text.hardware-error.info": "提示信息",
367
- "pisell2.text.hardware-error.error-center": "錯誤中心",
368
- "pisell2.text.hardware-error.error-list": "錯誤列表",
369
- "pisell2.text.hardware-error.error-code": "錯誤代碼",
370
- "pisell2.text.hardware-error.time": "時間",
371
- "pisell2.text.hardware-error.error-description": "錯誤描述",
372
- "pisell2.text.hardware-error.solution": "解決方案",
373
- "pisell2.text.hardware-error.info-number": "信息編號",
374
- "pisell2.text.hardware-error.tip-content": "提示內容",
375
- "pisell2.text.hardware-error.device.all": "全部設備",
376
- "pisell2.text.hardware-error.device.printer": "打印機",
377
- "pisell2.text.hardware-error.device.barcode-scanner": "掃碼槍",
378
- "pisell2.text.hardware-error.device.cds": "CDS客顯",
379
- "pisell2.text.hardware-error.device.kds": "KDS廚顯",
380
- "pisell2.text.hardware-error.device.display": "擴展屏",
381
- "pisell2.text.hardware-error.device.card-reader": "刷卡機",
382
- "pisell2.text.hardware-error.device.till": "錢箱",
383
- "pisell2.text.hardware-error.device.scale": "稱重設備",
384
- "pisell2.text.hardware-error.error-logs": "錯誤日誌",
385
- "pisell2.text.hardware-error.all-devices": "全部設備",
386
- "pisell2.text.hardware-error.all-levels": "全部級別",
387
- "pisell2.text.hardware-error.debug-info": "調試信息",
388
- "pisell2.text.hardware-error.important-info": "重要操作信息",
389
- "pisell2.text.hardware-error.error-info": "錯誤信息",
390
- "pisell2.text.hardware-error.search-logs": "搜索日誌...",
391
- "pisell2.text.hardware-error.export-logs": "導出日誌",
392
- "pisell2.text.hardware-error.no-errors": "暫無錯誤信息",
393
- "pisell2.text.hardware-error.no-logs": "暫無日誌記錄",
394
514
  "pisell2.text.goodpass.product-vouchers": "優惠促銷",
395
515
  "pisell2.text.goodpass.last-settlement": "(上次結算)",
396
516
  "pisell2.text.goodpass.view-more": "查看更多",
@@ -402,16 +522,8 @@ var zh_TW_default = {
402
522
  "pisell-wallet-pass-card-status-lastPayment": "上次結算",
403
523
  "pisell-wallet-pass-card-reset": "清空",
404
524
  "pisell-wallet-pass-card-done": "保存",
405
- "pisell-list-tab-group-default": "字段",
406
- "pisell-list-empty-text-default": "暫無數據",
407
- "pisell-list-load-more": "查看更多",
408
- "pisell-list-view-less": "查看更少",
409
- "pisell-list-pagination-total": (start, end, total) => `顯示第 ${start}-${end} 條,共 ${total} 條`,
410
- "pisell-list-scroll-down": "向下滾動",
411
- "pisell-list-scroll-right": "向右滾動",
412
- "pisell-list-pagination-page-of": (current, total) => `第 ${current} 頁 共 ${total} 頁`,
413
- "pisell-list-pagination-previous": "上一頁",
414
- "pisell-list-pagination-next": "下一頁",
525
+ "pisell2.wallet-card.add-holder-tip": "為確保您的權益,此卡\r\n需指定使用人後方可激活使用。",
526
+ "pisell2.wallet-card.add-holder-button-text": "添加使用人",
415
527
  "pisell-camera-no-camera-accessible": "沒有找到攝像頭",
416
528
  "pisell-camera-permission-denied": "沒有權限使用攝像頭",
417
529
  "pisell-camera-switch-camera": "切換攝像頭",
@@ -422,6 +534,16 @@ var zh_TW_default = {
422
534
  "pisell-upload-camera-capture": "拍攝/拍照",
423
535
  "pisell-upload-camera-retake": "重拍",
424
536
  "pisell-upload-camera-use": "使用照片",
537
+ "pisell-list-tab-group-default": "字段",
538
+ "pisell-list-empty-text-default": "暫無數據",
539
+ "pisell-list-load-more": "查看更多",
540
+ "pisell-list-view-less": "查看更少",
541
+ "pisell-list-pagination-total": (start, end, total) => `顯示第 ${start}-${end} 條,共 ${total} 條`,
542
+ "pisell-list-scroll-down": "向下滾動",
543
+ "pisell-list-scroll-right": "向右滾動",
544
+ "pisell-list-pagination-page-of": (current, total) => `第 ${current} 頁 共 ${total} 頁`,
545
+ "pisell-list-pagination-previous": "上一頁",
546
+ "pisell-list-pagination-next": "下一頁",
425
547
  "pisell-procedure-header-back-confirm-title": "提示",
426
548
  "pisell-procedure-header-back-confirm-desc": "您是要保留此步驟之前的數據,還是根據上一步更改的數據更新清除此步驟的相關數據",
427
549
  "pisell-procedure-header-back-confirm-no": "保留",
@@ -430,7 +552,10 @@ var zh_TW_default = {
430
552
  "pisell-procedure-header-close-confirm-desc": "退出後將丟失所有已填寫的信息,確定要退出嗎?",
431
553
  "pisell-procedure-header-close-confirm-no": "繼續",
432
554
  "pisell-procedure-header-close-confirm-yes": "退出",
433
- "pisell-procedure-footer-more": "更多"
555
+ "pisell-procedure-footer-more": "更多",
556
+ "pisell-mobile-date-range-picker-placeholder": "選擇日期區間",
557
+ "pisell-mobile-date-range-picker-title": "選擇日期區間",
558
+ "pisell-mobile-date-range-picker-confirm": "確定"
434
559
  };
435
560
  //#endregion
436
561
  export { zh_TW_default as default };
@@ -1 +0,0 @@
1
- .\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.\!visible,.visible{visibility:visible!important}.collapse{visibility:collapse!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:0!important}.inset-6{inset:1.5rem!important}.inset-x-0{left:0!important;right:0!important}.inset-y-0{top:0!important;bottom:0!important}.inset-y-4{top:1rem!important;bottom:1rem!important}.-left-1{left:-.25rem!important}.-left-16{left:-4rem!important}.-right-2{right:-.5rem!important}.-top-1{top:-.25rem!important}.bottom-0{bottom:0!important}.bottom-2{bottom:.5rem!important}.bottom-3{bottom:.75rem!important}.bottom-6{bottom:1.5rem!important}.bottom-\[-22px\]{bottom:-22px!important}.bottom-\[calc\(100\%\+10px\)\]{bottom:calc(100% + 10px)!important}.left-0{left:0!important}.left-1\/2{left:50%!important}.left-2{left:.5rem!important}.left-3{left:.75rem!important}.left-4{left:1rem!important}.left-\[144px\]{left:144px!important}.right-0{right:0!important}.right-1{right:.25rem!important}.right-3{right:.75rem!important}.right-4{right:1rem!important}.top-0{top:0!important}.top-1{top:.25rem!important}.top-1\/2{top:50%!important}.top-2{top:.5rem!important}.top-3{top:.75rem!important}.top-4{top:1rem!important}.top-5{top:1.25rem!important}.top-6{top:1.5rem!important}.top-\[60px\]{top:60px!important}.top-\[calc\(100\%\+12px\)\]{top:calc(100% + 12px)!important}.top-\[calc\(100\%\+8px\)\]{top:calc(100% + 8px)!important}.top-full{top:100%!important}.isolate{isolation:isolate!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-50{z-index:50!important}.z-\[45\]{z-index:45!important}.z-\[60\]{z-index:60!important}.z-\[69\]{z-index:69!important}.z-\[70\]{z-index:70!important}.z-\[71\]{z-index:71!important}.z-\[72\]{z-index:72!important}.z-\[73\]{z-index:73!important}.z-\[74\]{z-index:74!important}.z-\[75\]{z-index:75!important}.z-\[76\]{z-index:76!important}.z-\[77\]{z-index:77!important}.z-\[86\]{z-index:86!important}.z-\[87\]{z-index:87!important}.z-\[88\]{z-index:88!important}.z-\[89\]{z-index:89!important}.z-\[90\]{z-index:90!important}.col-span-2{grid-column:span 2/span 2!important}.row-span-2{grid-row:span 2/span 2!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.-mt-1{margin-top:-.25rem!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-2\.5{margin-bottom:.625rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.ml-1{margin-left:.25rem!important}.ml-auto{margin-left:auto!important}.mt-0\.5{margin-top:.125rem!important}.mt-1{margin-top:.25rem!important}.mt-1\.5{margin-top:.375rem!important}.mt-10{margin-top:2.5rem!important}.mt-2{margin-top:.5rem!important}.mt-2\.5{margin-top:.625rem!important}.mt-3{margin-top:.75rem!important}.mt-3\.5{margin-top:.875rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.mt-auto{margin-top:auto!important}.line-clamp-2{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.\!block,.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.table-row{display:table-row!important}.\!grid,.grid{display:grid!important}.contents{display:contents!important}.list-item{display:list-item!important}.hidden{display:none!important}.h-1{height:.25rem!important}.h-10{height:2.5rem!important}.h-11{height:2.75rem!important}.h-12{height:3rem!important}.h-14{height:3.5rem!important}.h-16{height:4rem!important}.h-2{height:.5rem!important}.h-2\.5{height:.625rem!important}.h-20{height:5rem!important}.h-3{height:.75rem!important}.h-3\.5{height:.875rem!important}.h-4{height:1rem!important}.h-5{height:1.25rem!important}.h-7{height:1.75rem!important}.h-8{height:2rem!important}.h-9{height:2.25rem!important}.h-\[3px\]{height:3px!important}.h-\[52px\]{height:52px!important}.h-\[calc\(100\%-88px\)\]{height:calc(100% - 88px)!important}.h-full{height:100%!important}.h-px{height:1px!important}.max-h-\[240px\]{max-height:240px!important}.max-h-\[62vh\]{max-height:62vh!important}.max-h-\[72vh\]{max-height:72vh!important}.max-h-\[82vh\]{max-height:82vh!important}.max-h-\[90vh\]{max-height:90vh!important}.max-h-\[92vh\]{max-height:92vh!important}.max-h-none{max-height:none!important}.min-h-0{min-height:0!important}.min-h-\[110px\]{min-height:110px!important}.min-h-\[120px\]{min-height:120px!important}.min-h-\[148px\]{min-height:148px!important}.min-h-\[160px\]{min-height:160px!important}.min-h-\[52px\]{min-height:52px!important}.min-h-\[56px\]{min-height:56px!important}.min-h-\[66px\]{min-height:66px!important}.min-h-\[92px\]{min-height:92px!important}.min-h-screen{min-height:100vh!important}.w-0{width:0!important}.w-1\/2{width:50%!important}.w-10{width:2.5rem!important}.w-11{width:2.75rem!important}.w-12{width:3rem!important}.w-14{width:3.5rem!important}.w-16{width:4rem!important}.w-2\.5{width:.625rem!important}.w-20{width:5rem!important}.w-3{width:.75rem!important}.w-3\.5{width:.875rem!important}.w-5{width:1.25rem!important}.w-8{width:2rem!important}.w-9{width:2.25rem!important}.w-\[132px\]{width:132px!important}.w-\[2px\]{width:2px!important}.w-\[300px\]{width:300px!important}.w-\[320px\]{width:320px!important}.w-\[38\%\]{width:38%!important}.w-\[52px\]{width:52px!important}.w-\[min\(520px\2c calc\(100vw-32px\)\)\]{width:min(520px,calc(100vw - 32px))!important}.w-\[min\(92vw\2c 520px\)\]{width:min(92vw,520px)!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.w-px{width:1px!important}.min-w-0{min-width:0!important}.min-w-7{min-width:1.75rem!important}.min-w-\[132px\]{min-width:132px!important}.min-w-\[150px\]{min-width:150px!important}.min-w-\[18px\]{min-width:18px!important}.min-w-\[20px\]{min-width:20px!important}.min-w-\[240px\]{min-width:240px!important}.min-w-\[62px\]{min-width:62px!important}.min-w-\[980px\]{min-width:980px!important}.max-w-4xl{max-width:56rem!important}.max-w-\[1120px\]{max-width:1120px!important}.max-w-\[132px\]{max-width:132px!important}.max-w-\[1500px\]{max-width:1500px!important}.max-w-\[420px\]{max-width:420px!important}.max-w-\[520px\]{max-width:520px!important}.max-w-\[620px\]{max-width:620px!important}.max-w-\[640px\]{max-width:640px!important}.max-w-\[720px\]{max-width:720px!important}.max-w-\[760px\]{max-width:760px!important}.max-w-\[92vw\]{max-width:92vw!important}.max-w-\[980px\]{max-width:980px!important}.max-w-full{max-width:100%!important}.max-w-none{max-width:none!important}.flex-1{flex:1 1 0%!important}.flex-shrink{flex-shrink:1!important}.shrink-0{flex-shrink:0!important}.flex-grow{flex-grow:1!important}.border-collapse{border-collapse:collapse!important}.-translate-x-1\/2{--tw-translate-x:-50%!important}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-y-1\/2{--tw-translate-y:-50%!important}.translate-y-0{--tw-translate-y:0px!important}.translate-y-0,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-full{--tw-translate-y:100%!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-90,.rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-0{--tw-rotate:0deg!important}.rotate-180{--tw-rotate:180deg!important}.rotate-90,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.animate-\[fadeIn_\.22s_ease\]{animation:fadeIn .22s ease!important}.animate-\[slideLeft_\.26s_ease\]{animation:slideLeft .26s ease!important}.animate-\[slideRight_\.26s_ease\]{animation:slideRight .26s ease!important}.animate-\[toastBar_3\.8s_linear_forwards\]{animation:toastBar 3.8s linear forwards!important}.animate-\[toastIn_\.22s_ease\]{animation:toastIn .22s ease!important}.cursor-default{cursor:default!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.touch-pan-x{--tw-pan-x:pan-x!important}.touch-pan-x,.touch-pan-y{touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)!important}.touch-pan-y{--tw-pan-y:pan-y!important}.select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.select-text{-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important}.select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.resize{resize:both!important}.auto-rows-\[255px\]{grid-auto-rows:255px!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-\[1\.02fr_1fr\]{grid-template-columns:1.02fr 1fr!important}.grid-cols-\[1\.2fr_1\.2fr_1\.1fr_1\.6fr_\.8fr\]{grid-template-columns:1.2fr 1.2fr 1.1fr 1.6fr .8fr!important}.grid-cols-\[4fr_2fr_1fr\]{grid-template-columns:4fr 2fr 1fr!important}.grid-cols-\[78px_1fr\]{grid-template-columns:78px 1fr!important}.grid-cols-\[92px_20px_1fr\]{grid-template-columns:92px 20px 1fr!important}.grid-cols-\[repeat\(auto-fit\2c minmax\(220px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.items-baseline{align-items:baseline!important}.items-stretch{align-items:stretch!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-0\.5{gap:.125rem!important}.gap-1{gap:.25rem!important}.gap-1\.5{gap:.375rem!important}.gap-2{gap:.5rem!important}.gap-2\.5{gap:.625rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-8{gap:2rem!important}.gap-x-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.gap-x-3{-moz-column-gap:.75rem!important;column-gap:.75rem!important}.gap-x-4{-moz-column-gap:1rem!important;column-gap:1rem!important}.gap-y-1{row-gap:.25rem!important}.gap-y-1\.5{row-gap:.375rem!important}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.125rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.125rem*var(--tw-space-y-reverse))!important}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.25rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.25rem*var(--tw-space-y-reverse))!important}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.375rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.375rem*var(--tw-space-y-reverse))!important}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.5rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.5rem*var(--tw-space-y-reverse))!important}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.625rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.625rem*var(--tw-space-y-reverse))!important}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.75rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.75rem*var(--tw-space-y-reverse))!important}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem*var(--tw-space-y-reverse))!important}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))!important}.self-start{align-self:flex-start!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overscroll-contain{overscroll-behavior:contain!important}.overscroll-none{overscroll-behavior:none!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important}.truncate,.whitespace-nowrap{white-space:nowrap!important}.text-wrap{text-wrap:wrap!important}.break-all{word-break:break-all!important}.rounded{border-radius:.25rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-3xl{border-radius:1.5rem!important}.rounded-\[12px\]{border-radius:12px!important}.rounded-\[16px\]{border-radius:16px!important}.rounded-\[18px\]{border-radius:18px!important}.rounded-\[20px\]{border-radius:20px!important}.rounded-\[22px\]{border-radius:22px!important}.rounded-\[24px\]{border-radius:24px!important}.rounded-\[28px\]{border-radius:28px!important}.rounded-\[30px\]{border-radius:30px!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-b-\[24px\]{border-bottom-right-radius:24px!important;border-bottom-left-radius:24px!important}.rounded-t-3xl{border-top-left-radius:1.5rem!important;border-top-right-radius:1.5rem!important}.rounded-t-\[28px\]{border-top-left-radius:28px!important;border-top-right-radius:28px!important}.border{border-width:1px!important}.border-0{border-width:0!important}.border-b{border-bottom-width:1px!important}.border-b-4{border-bottom-width:4px!important}.border-l{border-left-width:1px!important}.border-r{border-right-width:1px!important}.border-t{border-top-width:1px!important}.border-dashed{border-style:dashed!important}.border-\[\#d8d0eb\]{--tw-border-opacity:1!important;border-color:rgb(216 208 235/var(--tw-border-opacity,1))!important}.border-\[var\(--border-soft\)\]{border-color:var(--border-soft)!important}.border-\[var\(--border-strong\)\]{border-color:var(--border-strong)!important}.border-\[var\(--brand-light\)\]{border-color:var(--brand-light)!important}.border-amber-200\/35{border-color:rgba(253,230,138,.35)!important}.border-amber-400\/35{border-color:rgba(251,191,36,.35)!important}.border-amber-400\/80{border-color:rgba(251,191,36,.8)!important}.border-amber-400\/95{border-color:rgba(251,191,36,.95)!important}.border-amber-500\/35{border-color:rgba(245,158,11,.35)!important}.border-amber-500\/40{border-color:rgba(245,158,11,.4)!important}.border-black\/10{border-color:rgba(0,0,0,.1)!important}.border-black\/15{border-color:rgba(0,0,0,.15)!important}.border-black\/5{border-color:rgba(0,0,0,.05)!important}.border-cyan-300\/35{border-color:rgba(103,232,249,.35)!important}.border-cyan-500\/40{border-color:rgba(6,182,212,.4)!important}.border-emerald-300\/35{border-color:rgba(110,231,183,.35)!important}.border-emerald-500\/35{border-color:rgba(16,185,129,.35)!important}.border-emerald-500\/40{border-color:rgba(16,185,129,.4)!important}.border-red-200{--tw-border-opacity:1!important;border-color:rgb(254 202 202/var(--tw-border-opacity,1))!important}.border-red-300\/35{border-color:rgba(252,165,165,.35)!important}.border-red-300\/55{border-color:rgba(252,165,165,.55)!important}.border-red-400{--tw-border-opacity:1!important;border-color:rgb(248 113 113/var(--tw-border-opacity,1))!important}.border-red-400\/75{border-color:rgba(248,113,113,.75)!important}.border-red-500\/30{border-color:rgba(239,68,68,.3)!important}.border-red-500\/70{border-color:rgba(239,68,68,.7)!important}.border-red-700\/50{border-color:rgba(185,28,28,.5)!important}.border-red-800\/40{border-color:rgba(153,27,27,.4)!important}.border-slate-200{border-color:rgb(226 232 240/var(--tw-border-opacity,1))!important}.border-slate-200,.border-slate-300{--tw-border-opacity:1!important}.border-slate-300{border-color:rgb(203 213 225/var(--tw-border-opacity,1))!important}.border-violet-300{--tw-border-opacity:1!important;border-color:rgb(196 181 253/var(--tw-border-opacity,1))!important}.border-violet-300\/30{border-color:rgba(196,181,253,.3)!important}.border-violet-400{--tw-border-opacity:1!important;border-color:rgb(167 139 250/var(--tw-border-opacity,1))!important}.border-violet-400\/20{border-color:rgba(167,139,250,.2)!important}.border-violet-400\/40{border-color:rgba(167,139,250,.4)!important}.border-violet-500{--tw-border-opacity:1!important;border-color:rgb(139 92 246/var(--tw-border-opacity,1))!important}.border-violet-500\/30{border-color:rgba(139,92,246,.3)!important}.border-violet-500\/35{border-color:rgba(139,92,246,.35)!important}.border-white\/10{border-color:hsla(0,0%,100%,.1)!important}.border-white\/25{border-color:hsla(0,0%,100%,.25)!important}.border-white\/55{border-color:hsla(0,0%,100%,.55)!important}.border-zinc-100{--tw-border-opacity:1!important;border-color:rgb(244 244 245/var(--tw-border-opacity,1))!important}.border-zinc-300\/30{border-color:rgba(212,212,216,.3)!important}.border-zinc-300\/45{border-color:rgba(212,212,216,.45)!important}.border-zinc-400\/45{border-color:rgba(161,161,170,.45)!important}.border-zinc-500\/70{border-color:rgba(113,113,122,.7)!important}.border-zinc-600{border-color:rgb(82 82 91/var(--tw-border-opacity,1))!important}.border-zinc-600,.border-zinc-700{--tw-border-opacity:1!important}.border-zinc-700{border-color:rgb(63 63 70/var(--tw-border-opacity,1))!important}.border-zinc-800{--tw-border-opacity:1!important;border-color:rgb(39 39 42/var(--tw-border-opacity,1))!important}.border-zinc-800\/80{border-color:rgba(39,39,42,.8)!important}.border-b-transparent{border-bottom-color:transparent!important}.border-l-black\/20{border-left-color:rgba(0,0,0,.2)!important}.border-l-transparent{border-left-color:transparent!important}.bg-\[\#0f121b\]{--tw-bg-opacity:1!important;background-color:rgb(15 18 27/var(--tw-bg-opacity,1))!important}.bg-\[\#101117\]{--tw-bg-opacity:1!important;background-color:rgb(16 17 23/var(--tw-bg-opacity,1))!important}.bg-\[\#111111\]{--tw-bg-opacity:1!important;background-color:rgb(17 17 17/var(--tw-bg-opacity,1))!important}.bg-\[\#111217\]{--tw-bg-opacity:1!important;background-color:rgb(17 18 23/var(--tw-bg-opacity,1))!important}.bg-\[\#111218\]{--tw-bg-opacity:1!important;background-color:rgb(17 18 24/var(--tw-bg-opacity,1))!important}.bg-\[\#11162a\]{background-color:rgb(17 22 42/var(--tw-bg-opacity,1))!important}.bg-\[\#111\],.bg-\[\#11162a\]{--tw-bg-opacity:1!important}.bg-\[\#111\]{background-color:rgb(17 17 17/var(--tw-bg-opacity,1))!important}.bg-\[\#121217\]{--tw-bg-opacity:1!important;background-color:rgb(18 18 23/var(--tw-bg-opacity,1))!important}.bg-\[\#151220\]{--tw-bg-opacity:1!important;background-color:rgb(21 18 32/var(--tw-bg-opacity,1))!important}.bg-\[\#151822\]{--tw-bg-opacity:1!important;background-color:rgb(21 24 34/var(--tw-bg-opacity,1))!important}.bg-\[\#151a2f\]{--tw-bg-opacity:1!important;background-color:rgb(21 26 47/var(--tw-bg-opacity,1))!important}.bg-\[\#171820\]{--tw-bg-opacity:1!important;background-color:rgb(23 24 32/var(--tw-bg-opacity,1))!important}.bg-\[\#1a1510\]\/90{background-color:rgba(26,21,16,.9)!important}.bg-\[\#1a1a22\]{--tw-bg-opacity:1!important;background-color:rgb(26 26 34/var(--tw-bg-opacity,1))!important}.bg-\[\#1a1b21\]{--tw-bg-opacity:1!important;background-color:rgb(26 27 33/var(--tw-bg-opacity,1))!important}.bg-\[\#1c1630\]{--tw-bg-opacity:1!important;background-color:rgb(28 22 48/var(--tw-bg-opacity,1))!important}.bg-\[\#241d40\]{--tw-bg-opacity:1!important;background-color:rgb(36 29 64/var(--tw-bg-opacity,1))!important}.bg-\[\#2a2048\]{--tw-bg-opacity:1!important;background-color:rgb(42 32 72/var(--tw-bg-opacity,1))!important}.bg-\[\#ea1018\]{--tw-bg-opacity:1!important;background-color:rgb(234 16 24/var(--tw-bg-opacity,1))!important}.bg-\[\#eef7f3\]{--tw-bg-opacity:1!important;background-color:rgb(238 247 243/var(--tw-bg-opacity,1))!important}.bg-\[\#f5f5f3\]{--tw-bg-opacity:1!important;background-color:rgb(245 245 243/var(--tw-bg-opacity,1))!important}.bg-\[\#faf7f4\]{--tw-bg-opacity:1!important;background-color:rgb(250 247 244/var(--tw-bg-opacity,1))!important}.bg-\[\#fafafa\]{--tw-bg-opacity:1!important;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))!important}.bg-\[\#fff0f1\]{--tw-bg-opacity:1!important;background-color:rgb(255 240 241/var(--tw-bg-opacity,1))!important}.bg-\[\#fff4f4\]{--tw-bg-opacity:1!important;background-color:rgb(255 244 244/var(--tw-bg-opacity,1))!important}.bg-\[\#fff4f6\]{--tw-bg-opacity:1!important;background-color:rgb(255 244 246/var(--tw-bg-opacity,1))!important}.bg-\[\#fff7e8\]{--tw-bg-opacity:1!important;background-color:rgb(255 247 232/var(--tw-bg-opacity,1))!important}.bg-\[\#fff7f7\]{--tw-bg-opacity:1!important;background-color:rgb(255 247 247/var(--tw-bg-opacity,1))!important}.bg-\[rgba\(15\2c 18\2c 27\2c 0\.96\)\]{background-color:rgba(15,18,27,.96)!important}.bg-\[rgba\(248\2c 250\2c 252\2c 0\.96\)\]{background-color:rgba(248,250,252,.96)!important}.bg-\[var\(--bg-input\)\]{background-color:var(--bg-input)!important}.bg-\[var\(--brand-primary\)\]{background-color:var(--brand-primary)!important}.bg-\[var\(--brand-surface\)\]{background-color:var(--brand-surface)!important}.bg-amber-400\/10{background-color:rgba(251,191,36,.1)!important}.bg-amber-500{--tw-bg-opacity:1!important;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))!important}.bg-amber-500\/15{background-color:rgba(245,158,11,.15)!important}.bg-amber-500\/20{background-color:rgba(245,158,11,.2)!important}.bg-black\/25{background-color:rgba(0,0,0,.25)!important}.bg-black\/35{background-color:rgba(0,0,0,.35)!important}.bg-black\/40{background-color:rgba(0,0,0,.4)!important}.bg-black\/45{background-color:rgba(0,0,0,.45)!important}.bg-black\/50{background-color:rgba(0,0,0,.5)!important}.bg-black\/55{background-color:rgba(0,0,0,.55)!important}.bg-cyan-500{--tw-bg-opacity:1!important;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))!important}.bg-cyan-500\/20{background-color:rgba(6,182,212,.2)!important}.bg-emerald-400\/95{background-color:rgba(52,211,153,.95)!important}.bg-emerald-50{background-color:rgb(236 253 245/var(--tw-bg-opacity,1))!important}.bg-emerald-50,.bg-emerald-500{--tw-bg-opacity:1!important}.bg-emerald-500{background-color:rgb(16 185 129/var(--tw-bg-opacity,1))!important}.bg-emerald-500\/15{background-color:rgba(16,185,129,.15)!important}.bg-emerald-500\/20{background-color:rgba(16,185,129,.2)!important}.bg-emerald-600{--tw-bg-opacity:1!important;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))!important}.bg-emerald-600\/20{background-color:rgba(5,150,105,.2)!important}.bg-red-50{background-color:rgb(254 242 242/var(--tw-bg-opacity,1))!important}.bg-red-50,.bg-red-500{--tw-bg-opacity:1!important}.bg-red-500{background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.bg-red-500\/10{background-color:rgba(239,68,68,.1)!important}.bg-red-500\/25{background-color:rgba(239,68,68,.25)!important}.bg-red-500\/85{background-color:rgba(239,68,68,.85)!important}.bg-red-600{--tw-bg-opacity:1!important;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))!important}.bg-red-700\/70{background-color:rgba(185,28,28,.7)!important}.bg-red-900\/50{background-color:rgba(127,29,29,.5)!important}.bg-red-950\/30{background-color:rgba(69,10,10,.3)!important}.bg-sky-500{background-color:rgb(14 165 233/var(--tw-bg-opacity,1))!important}.bg-sky-500,.bg-slate-100{--tw-bg-opacity:1!important}.bg-slate-100{background-color:rgb(241 245 249/var(--tw-bg-opacity,1))!important}.bg-slate-300{--tw-bg-opacity:1!important;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))!important}.bg-transparent{background-color:transparent!important}.bg-violet-100{background-color:rgb(237 233 254/var(--tw-bg-opacity,1))!important}.bg-violet-100,.bg-violet-200{--tw-bg-opacity:1!important}.bg-violet-200{background-color:rgb(221 214 254/var(--tw-bg-opacity,1))!important}.bg-violet-400{background-color:rgb(167 139 250/var(--tw-bg-opacity,1))!important}.bg-violet-50,.bg-violet-400{--tw-bg-opacity:1!important}.bg-violet-50{background-color:rgb(245 243 255/var(--tw-bg-opacity,1))!important}.bg-violet-500{--tw-bg-opacity:1!important;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))!important}.bg-violet-500\/10{background-color:rgba(139,92,246,.1)!important}.bg-violet-600{--tw-bg-opacity:1!important;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))!important}.bg-violet-600\/10{background-color:rgba(124,58,237,.1)!important}.bg-violet-600\/15{background-color:rgba(124,58,237,.15)!important}.bg-violet-600\/20{background-color:rgba(124,58,237,.2)!important}.bg-violet-600\/25{background-color:rgba(124,58,237,.25)!important}.bg-violet-700\/80{background-color:rgba(109,40,217,.8)!important}.bg-violet-700\/90{background-color:rgba(109,40,217,.9)!important}.bg-violet-900{--tw-bg-opacity:1!important;background-color:rgb(76 29 149/var(--tw-bg-opacity,1))!important}.bg-violet-900\/20{background-color:rgba(76,29,149,.2)!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.bg-white\/10{background-color:hsla(0,0%,100%,.1)!important}.bg-white\/15{background-color:hsla(0,0%,100%,.15)!important}.bg-white\/5{background-color:hsla(0,0%,100%,.05)!important}.bg-white\/55{background-color:hsla(0,0%,100%,.55)!important}.bg-white\/95{background-color:hsla(0,0%,100%,.95)!important}.bg-zinc-100{background-color:rgb(244 244 245/var(--tw-bg-opacity,1))!important}.bg-zinc-100,.bg-zinc-200{--tw-bg-opacity:1!important}.bg-zinc-200{background-color:rgb(228 228 231/var(--tw-bg-opacity,1))!important}.bg-zinc-200\/60{background-color:rgba(228,228,231,.6)!important}.bg-zinc-200\/70{background-color:rgba(228,228,231,.7)!important}.bg-zinc-200\/80{background-color:rgba(228,228,231,.8)!important}.bg-zinc-200\/90{background-color:rgba(228,228,231,.9)!important}.bg-zinc-300{background-color:rgb(212 212 216/var(--tw-bg-opacity,1))!important}.bg-zinc-50,.bg-zinc-300{--tw-bg-opacity:1!important}.bg-zinc-50{background-color:rgb(250 250 250/var(--tw-bg-opacity,1))!important}.bg-zinc-50\/60{background-color:hsla(0,0%,98%,.6)!important}.bg-zinc-50\/80{background-color:hsla(0,0%,98%,.8)!important}.bg-zinc-500\/90{background-color:rgba(113,113,122,.9)!important}.bg-zinc-600{background-color:rgb(82 82 91/var(--tw-bg-opacity,1))!important}.bg-zinc-600,.bg-zinc-700{--tw-bg-opacity:1!important}.bg-zinc-700{background-color:rgb(63 63 70/var(--tw-bg-opacity,1))!important}.bg-zinc-700\/55{background-color:rgba(63,63,70,.55)!important}.bg-zinc-700\/70{background-color:rgba(63,63,70,.7)!important}.bg-zinc-800{--tw-bg-opacity:1!important;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))!important}.bg-zinc-800\/80{background-color:rgba(39,39,42,.8)!important}.bg-zinc-800\/90{background-color:rgba(39,39,42,.9)!important}.bg-zinc-900{--tw-bg-opacity:1!important;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))!important}.bg-zinc-900\/80{background-color:rgba(24,24,27,.8)!important}.bg-\[linear-gradient\(135deg\2c \#8B5CF6\2c \#6941C6\)\]{background-image:linear-gradient(135deg,#8b5cf6,#6941c6)!important}.bg-\[radial-gradient\(circle_at_top_right\2c rgba\(234\2c 16\2c 24\2c 0\.16\)\2c transparent_56\%\)\]{background-image:radial-gradient(circle at top right,rgba(234,16,24,.16),transparent 56%)!important}.bg-gradient-to-b{background-image:linear-gradient(180deg,var(--tw-gradient-stops))!important}.bg-gradient-to-r{background-image:linear-gradient(90deg,var(--tw-gradient-stops))!important}.from-\[\#252038\]{--tw-gradient-from:#252038 var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(37,32,56,0) var(--tw-gradient-to-position)!important}.from-\[\#252038\],.from-\[\#fff1f1\]{--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.from-\[\#fff1f1\]{--tw-gradient-from:#fff1f1 var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(255,241,241,0) var(--tw-gradient-to-position)!important}.from-slate-100{--tw-gradient-from:#f1f5f9 var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(241,245,249,0) var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.via-white{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)!important}.to-\[\#1a1628\]{--tw-gradient-to:#1a1628 var(--tw-gradient-to-position)!important}.to-\[\#fff5e8\]{--tw-gradient-to:#fff5e8 var(--tw-gradient-to-position)!important}.to-slate-50{--tw-gradient-to:#f8fafc var(--tw-gradient-to-position)!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.p-1{padding:.25rem!important}.p-1\.5{padding:.375rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-3\.5{padding:.875rem!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.p-6{padding:1.5rem!important}.p-\[10px\]{padding:10px!important}.p-\[14px\]{padding:14px!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-3\.5{padding-left:.875rem!important;padding-right:.875rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-3\.5{padding-top:.875rem!important;padding-bottom:.875rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.pb-10{padding-bottom:2.5rem!important}.pb-2{padding-bottom:.5rem!important}.pb-28{padding-bottom:7rem!important}.pb-5{padding-bottom:1.25rem!important}.pb-6{padding-bottom:1.5rem!important}.pb-\[3px\]{padding-bottom:3px!important}.pl-8{padding-left:2rem!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-24{padding-right:6rem!important}.pr-3{padding-right:.75rem!important}.pt-1{padding-top:.25rem!important}.pt-2\.5{padding-top:.625rem!important}.pt-4{padding-top:1rem!important}.pt-\[14px\]{padding-top:14px!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.align-top{vertical-align:top!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-\[10px\]{font-size:10px!important}.text-\[11px\]{font-size:11px!important}.text-\[12px\]{font-size:12px!important}.text-\[13px\]{font-size:13px!important}.text-\[14px\]{font-size:14px!important}.text-\[15px\]{font-size:15px!important}.text-\[16px\]{font-size:16px!important}.text-\[17px\]{font-size:17px!important}.text-\[18px\]{font-size:18px!important}.text-\[20px\]{font-size:20px!important}.text-\[22px\]{font-size:22px!important}.text-\[30px\]{font-size:30px!important}.text-\[32px\]{font-size:32px!important}.text-\[36px\]{font-size:36px!important}.text-\[46px\]{font-size:46px!important}.text-\[8px\]{font-size:8px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.font-medium{font-weight:500!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.italic{font-style:italic!important}.tabular-nums{--tw-numeric-spacing:tabular-nums!important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}.leading-4{line-height:1rem!important}.leading-5{line-height:1.25rem!important}.leading-6{line-height:1.5rem!important}.leading-7{line-height:1.75rem!important}.leading-none{line-height:1!important}.leading-snug{line-height:1.375!important}.leading-tight{line-height:1.25!important}.tracking-\[0\.12em\]{letter-spacing:.12em!important}.tracking-\[0\.14em\]{letter-spacing:.14em!important}.tracking-\[0\.16em\]{letter-spacing:.16em!important}.tracking-\[0\.18em\]{letter-spacing:.18em!important}.tracking-\[0\.24em\]{letter-spacing:.24em!important}.tracking-\[0\.2em\]{letter-spacing:.2em!important}.tracking-tight{letter-spacing:-.025em!important}.tracking-wide{letter-spacing:.025em!important}.text-\[\#8f86a9\]{--tw-text-opacity:1!important;color:rgb(143 134 169/var(--tw-text-opacity,1))!important}.text-\[\#927f70\]{--tw-text-opacity:1!important;color:rgb(146 127 112/var(--tw-text-opacity,1))!important}.text-\[\#a69183\]{--tw-text-opacity:1!important;color:rgb(166 145 131/var(--tw-text-opacity,1))!important}.text-\[\#b39a8b\]{--tw-text-opacity:1!important;color:rgb(179 154 139/var(--tw-text-opacity,1))!important}.text-\[\#c58a11\]{--tw-text-opacity:1!important;color:rgb(197 138 17/var(--tw-text-opacity,1))!important}.text-\[\#da7486\]{--tw-text-opacity:1!important;color:rgb(218 116 134/var(--tw-text-opacity,1))!important}.text-\[\#e91a4b\]{--tw-text-opacity:1!important;color:rgb(233 26 75/var(--tw-text-opacity,1))!important}.text-\[\#ea1018\]{--tw-text-opacity:1!important;color:rgb(234 16 24/var(--tw-text-opacity,1))!important}.text-\[var\(--text-muted\)\]{color:var(--text-muted)!important}.text-amber-200{color:rgb(253 230 138/var(--tw-text-opacity,1))!important}.text-amber-200,.text-amber-300{--tw-text-opacity:1!important}.text-amber-300{color:rgb(252 211 77/var(--tw-text-opacity,1))!important}.text-amber-600{color:rgb(217 119 6/var(--tw-text-opacity,1))!important}.text-amber-600,.text-blue-500{--tw-text-opacity:1!important}.text-blue-500{color:rgb(59 130 246/var(--tw-text-opacity,1))!important}.text-emerald-300{--tw-text-opacity:1!important;color:rgb(110 231 183/var(--tw-text-opacity,1))!important}.text-emerald-500{--tw-text-opacity:1!important;color:rgb(16 185 129/var(--tw-text-opacity,1))!important}.text-emerald-600{--tw-text-opacity:1!important;color:rgb(5 150 105/var(--tw-text-opacity,1))!important}.text-emerald-700{color:rgb(4 120 87/var(--tw-text-opacity,1))!important}.text-emerald-700,.text-pink-400{--tw-text-opacity:1!important}.text-pink-400{color:rgb(244 114 182/var(--tw-text-opacity,1))!important}.text-pink-500{color:rgb(236 72 153/var(--tw-text-opacity,1))!important}.text-pink-500,.text-red-100{--tw-text-opacity:1!important}.text-red-100{color:rgb(254 226 226/var(--tw-text-opacity,1))!important}.text-red-200{color:rgb(254 202 202/var(--tw-text-opacity,1))!important}.text-red-200,.text-red-300{--tw-text-opacity:1!important}.text-red-300{color:rgb(252 165 165/var(--tw-text-opacity,1))!important}.text-red-600{color:rgb(220 38 38/var(--tw-text-opacity,1))!important}.text-red-600,.text-slate-400{--tw-text-opacity:1!important}.text-slate-400{color:rgb(148 163 184/var(--tw-text-opacity,1))!important}.text-slate-500{color:rgb(100 116 139/var(--tw-text-opacity,1))!important}.text-slate-500,.text-slate-700{--tw-text-opacity:1!important}.text-slate-700{color:rgb(51 65 85/var(--tw-text-opacity,1))!important}.text-slate-800{color:rgb(30 41 59/var(--tw-text-opacity,1))!important}.text-slate-800,.text-slate-900{--tw-text-opacity:1!important}.text-slate-900{color:rgb(15 23 42/var(--tw-text-opacity,1))!important}.text-violet-100{color:rgb(237 233 254/var(--tw-text-opacity,1))!important}.text-violet-100,.text-violet-200{--tw-text-opacity:1!important}.text-violet-200{color:rgb(221 214 254/var(--tw-text-opacity,1))!important}.text-violet-300{--tw-text-opacity:1!important;color:rgb(196 181 253/var(--tw-text-opacity,1))!important}.text-violet-300\/95{color:rgba(196,181,253,.95)!important}.text-violet-50{color:rgb(245 243 255/var(--tw-text-opacity,1))!important}.text-violet-50,.text-violet-800{--tw-text-opacity:1!important}.text-violet-800{color:rgb(91 33 182/var(--tw-text-opacity,1))!important}.text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-white\/50{color:hsla(0,0%,100%,.5)!important}.text-white\/55{color:hsla(0,0%,100%,.55)!important}.text-white\/70{color:hsla(0,0%,100%,.7)!important}.text-white\/75{color:hsla(0,0%,100%,.75)!important}.text-white\/80{color:hsla(0,0%,100%,.8)!important}.text-white\/85{color:hsla(0,0%,100%,.85)!important}.text-white\/90{color:hsla(0,0%,100%,.9)!important}.text-zinc-100{color:rgb(244 244 245/var(--tw-text-opacity,1))!important}.text-zinc-100,.text-zinc-200{--tw-text-opacity:1!important}.text-zinc-200{color:rgb(228 228 231/var(--tw-text-opacity,1))!important}.text-zinc-200\/90{color:rgba(228,228,231,.9)!important}.text-zinc-300{--tw-text-opacity:1!important;color:rgb(212 212 216/var(--tw-text-opacity,1))!important}.text-zinc-300\/80{color:rgba(212,212,216,.8)!important}.text-zinc-300\/90{color:rgba(212,212,216,.9)!important}.text-zinc-400{color:rgb(161 161 170/var(--tw-text-opacity,1))!important}.text-zinc-400,.text-zinc-500{--tw-text-opacity:1!important}.text-zinc-500{color:rgb(113 113 122/var(--tw-text-opacity,1))!important}.text-zinc-600{color:rgb(82 82 91/var(--tw-text-opacity,1))!important}.text-zinc-600,.text-zinc-700{--tw-text-opacity:1!important}.text-zinc-700{color:rgb(63 63 70/var(--tw-text-opacity,1))!important}.text-zinc-800{color:rgb(39 39 42/var(--tw-text-opacity,1))!important}.text-zinc-800,.text-zinc-900{--tw-text-opacity:1!important}.text-zinc-900{color:rgb(24 24 27/var(--tw-text-opacity,1))!important}.underline{text-decoration-line:underline!important}.line-through{text-decoration-line:line-through!important}.opacity-0{opacity:0!important}.opacity-60{opacity:.6!important}.opacity-80{opacity:.8!important}.opacity-85{opacity:.85!important}.opacity-90{opacity:.9!important}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1)!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,0.25)!important;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)!important}.shadow-\[0_-20px_60px_rgba\(20\2c 20\2c 20\2c 0\.18\)\]{--tw-shadow:0 -20px 60px rgba(20,20,20,0.18)!important;--tw-shadow-colored:0 -20px 60px var(--tw-shadow-color)!important}.shadow-\[0_0_0_1px_rgba\(139\2c 92\2c 246\2c 0\.08\)\],.shadow-\[0_-20px_60px_rgba\(20\2c 20\2c 20\2c 0\.18\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_0_0_1px_rgba\(139\2c 92\2c 246\2c 0\.08\)\]{--tw-shadow:0 0 0 1px rgba(139,92,246,0.08)!important;--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color)!important}.shadow-\[0_0_10px_rgba\(16\2c 185\2c 129\2c 0\.65\)\]{--tw-shadow:0 0 10px rgba(16,185,129,0.65)!important;--tw-shadow-colored:0 0 10px var(--tw-shadow-color)!important}.shadow-\[0_0_10px_rgba\(16\2c 185\2c 129\2c 0\.65\)\],.shadow-\[0_10px_30px_rgba\(20\2c 20\2c 20\2c 0\.04\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_10px_30px_rgba\(20\2c 20\2c 20\2c 0\.04\)\]{--tw-shadow:0 10px 30px rgba(20,20,20,0.04)!important;--tw-shadow-colored:0 10px 30px var(--tw-shadow-color)!important}.shadow-\[0_10px_40px_rgba\(20\2c 20\2c 20\2c 0\.06\)\]{--tw-shadow:0 10px 40px rgba(20,20,20,0.06)!important;--tw-shadow-colored:0 10px 40px var(--tw-shadow-color)!important}.shadow-\[0_10px_40px_rgba\(20\2c 20\2c 20\2c 0\.06\)\],.shadow-\[0_18px_50px_rgba\(0\2c 0\2c 0\2c 0\.28\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_18px_50px_rgba\(0\2c 0\2c 0\2c 0\.28\)\]{--tw-shadow:0 18px 50px rgba(0,0,0,0.28)!important;--tw-shadow-colored:0 18px 50px var(--tw-shadow-color)!important}.shadow-\[0_20px_60px_rgba\(20\2c 20\2c 20\2c 0\.14\)\]{--tw-shadow:0 20px 60px rgba(20,20,20,0.14)!important;--tw-shadow-colored:0 20px 60px var(--tw-shadow-color)!important}.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\],.shadow-\[0_20px_60px_rgba\(20\2c 20\2c 20\2c 0\.14\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:0 6px 12px rgba(0,0,0,0.08)!important;--tw-shadow-colored:0 6px 12px var(--tw-shadow-color)!important}.shadow-\[0_8px_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{--tw-shadow:0 8px 16px rgba(0,0,0,0.06)!important;--tw-shadow-colored:0 8px 16px var(--tw-shadow-color)!important}.shadow-\[0_8px_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\],.shadow-\[0_8px_30px_rgba\(20\2c 20\2c 20\2c 0\.12\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_8px_30px_rgba\(20\2c 20\2c 20\2c 0\.12\)\]{--tw-shadow:0 8px 30px rgba(20,20,20,0.12)!important;--tw-shadow-colored:0 8px 30px var(--tw-shadow-color)!important}.shadow-\[10px_0_16px_-14px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{--tw-shadow:10px 0 16px -14px rgba(0,0,0,0.2)!important;--tw-shadow-colored:10px 0 16px -14px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{--tw-shadow:8px 0 16px rgba(0,0,0,0.06)!important;--tw-shadow-colored:8px 0 16px var(--tw-shadow-color)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\],.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:8px 0 16px rgba(0,0,0,0.08)!important;--tw-shadow-colored:8px 0 16px var(--tw-shadow-color)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05)!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1)!important;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-black\/40{--tw-shadow-color:rgba(0,0,0,0.4)!important;--tw-shadow:var(--tw-shadow-colored)!important}.outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline{outline-style:solid!important}.outline-gray-300{outline-color:#d1d5db!important}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)!important}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring-2,.ring-4{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)!important}.ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring-\[\#151822\]{--tw-ring-opacity:1!important;--tw-ring-color:rgb(21 24 34/var(--tw-ring-opacity,1))!important}.ring-\[\#f4caca\]{--tw-ring-opacity:1!important;--tw-ring-color:rgb(244 202 202/var(--tw-ring-opacity,1))!important}.ring-\[\#f4d7d7\]{--tw-ring-opacity:1!important;--tw-ring-color:rgb(244 215 215/var(--tw-ring-opacity,1))!important}.ring-\[var\(--brand-light\)\]{--tw-ring-color:var(--brand-light)!important}.ring-black\/10{--tw-ring-color:rgba(0,0,0,0.1)!important}.ring-black\/5{--tw-ring-color:rgba(0,0,0,0.05)!important}.ring-emerald-200{--tw-ring-opacity:1!important;--tw-ring-color:rgb(167 243 208/var(--tw-ring-opacity,1))!important}.ring-red-400\/60{--tw-ring-color:rgba(248,113,113,0.6)!important}.ring-violet-300\/60{--tw-ring-color:rgba(196,181,253,0.6)!important}.ring-violet-400\/40{--tw-ring-color:rgba(167,139,250,0.4)!important}.ring-violet-400\/60{--tw-ring-color:rgba(167,139,250,0.6)!important}.ring-violet-400\/70{--tw-ring-color:rgba(167,139,250,0.7)!important}.ring-white{--tw-ring-opacity:1!important;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))!important}.ring-white\/10{--tw-ring-color:hsla(0,0%,100%,0.1)!important}.ring-white\/20{--tw-ring-color:hsla(0,0%,100%,0.2)!important}.ring-zinc-200{--tw-ring-opacity:1!important;--tw-ring-color:rgb(228 228 231/var(--tw-ring-opacity,1))!important}.ring-zinc-600\/40{--tw-ring-color:rgba(82,82,91,0.4)!important}.blur{--tw-blur:blur(8px)!important}.blur,.grayscale-\[0\.15\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.15\]{--tw-grayscale:grayscale(0.15)!important}.grayscale-\[0\.2\]{--tw-grayscale:grayscale(0.2)!important}.grayscale-\[0\.2\],.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert{--tw-invert:invert(100%)!important}.\!filter,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.backdrop-blur{--tw-backdrop-blur:blur(8px)!important}.backdrop-blur,.backdrop-blur-\[2px\]{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px)!important}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)!important}.backdrop-blur-md,.backdrop-blur-sm{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)!important}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px)!important}.backdrop-blur-xl,.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-\[padding-right\]{transition-property:padding-right!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-transform{transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.duration-200{transition-duration:.2s!important}.duration-300{transition-duration:.3s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}.\[-\:T\.\]{-:T.!important}.\[key\:string\]{key:string!important}.placeholder\:text-zinc-400::-moz-placeholder{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}.placeholder\:text-zinc-400::placeholder{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}.last\:mb-0:last-child{margin-bottom:0!important}.hover\:border-\[var\(--success-border\)\]:hover{border-color:var(--success-border)!important}.hover\:border-emerald-400:hover{--tw-border-opacity:1!important;border-color:rgb(52 211 153/var(--tw-border-opacity,1))!important}.hover\:border-violet-300:hover{--tw-border-opacity:1!important;border-color:rgb(196 181 253/var(--tw-border-opacity,1))!important}.hover\:border-violet-500:hover{--tw-border-opacity:1!important;border-color:rgb(139 92 246/var(--tw-border-opacity,1))!important}.hover\:bg-\[\#151822\]:hover{--tw-bg-opacity:1!important;background-color:rgb(21 24 34/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#171820\]:hover{--tw-bg-opacity:1!important;background-color:rgb(23 24 32/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#1a1d29\]:hover{--tw-bg-opacity:1!important;background-color:rgb(26 29 41/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#1b2030\]:hover{--tw-bg-opacity:1!important;background-color:rgb(27 32 48/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#241c3f\]:hover{--tw-bg-opacity:1!important;background-color:rgb(36 28 63/var(--tw-bg-opacity,1))!important}.hover\:bg-\[\#fff6f6\]:hover{--tw-bg-opacity:1!important;background-color:rgb(255 246 246/var(--tw-bg-opacity,1))!important}.hover\:bg-\[var\(--bg-panel-alt\)\]:hover{background-color:var(--bg-panel-alt)!important}.hover\:bg-\[var\(--success-surface\)\]:hover{background-color:var(--success-surface)!important}.hover\:bg-amber-500\/30:hover{background-color:rgba(245,158,11,.3)!important}.hover\:bg-black\/5:hover{background-color:rgba(0,0,0,.05)!important}.hover\:bg-black\/50:hover{background-color:rgba(0,0,0,.5)!important}.hover\:bg-cyan-500\/30:hover{background-color:rgba(6,182,212,.3)!important}.hover\:bg-emerald-500\/10:hover{background-color:rgba(16,185,129,.1)!important}.hover\:bg-emerald-600\/30:hover{background-color:rgba(5,150,105,.3)!important}.hover\:bg-red-500:hover{--tw-bg-opacity:1!important;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.hover\:bg-red-500\/10:hover{background-color:rgba(239,68,68,.1)!important}.hover\:bg-slate-100:hover{--tw-bg-opacity:1!important;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))!important}.hover\:bg-violet-100\/80:hover{background-color:rgba(237,233,254,.8)!important}.hover\:bg-violet-50\/60:hover{background-color:rgba(245,243,255,.6)!important}.hover\:bg-violet-50\/70:hover{background-color:rgba(245,243,255,.7)!important}.hover\:bg-violet-500:hover{--tw-bg-opacity:1!important;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))!important}.hover\:bg-violet-600:hover{--tw-bg-opacity:1!important;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))!important}.hover\:bg-violet-600\/25:hover{background-color:rgba(124,58,237,.25)!important}.hover\:bg-white:hover{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.hover\:bg-white\/10:hover{background-color:hsla(0,0%,100%,.1)!important}.hover\:bg-white\/15:hover{background-color:hsla(0,0%,100%,.15)!important}.hover\:bg-white\/20:hover{background-color:hsla(0,0%,100%,.2)!important}.hover\:bg-white\/5:hover{background-color:hsla(0,0%,100%,.05)!important}.hover\:bg-white\/60:hover{background-color:hsla(0,0%,100%,.6)!important}.hover\:bg-white\/\[0\.04\]:hover{background-color:hsla(0,0%,100%,.04)!important}.hover\:bg-zinc-100:hover{--tw-bg-opacity:1!important;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-400:hover{--tw-bg-opacity:1!important;background-color:rgb(161 161 170/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-50:hover{--tw-bg-opacity:1!important;background-color:rgb(250 250 250/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-800:hover{--tw-bg-opacity:1!important;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-900:hover{--tw-bg-opacity:1!important;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))!important}.hover\:text-\[\#ea1018\]:hover{--tw-text-opacity:1!important;color:rgb(234 16 24/var(--tw-text-opacity,1))!important}.hover\:text-violet-300:hover{--tw-text-opacity:1!important;color:rgb(196 181 253/var(--tw-text-opacity,1))!important}.hover\:text-violet-500:hover{--tw-text-opacity:1!important;color:rgb(139 92 246/var(--tw-text-opacity,1))!important}.hover\:opacity-95:hover{opacity:.95!important}.active\:cursor-grabbing:active{cursor:grabbing!important}.active\:bg-white\/\[0\.07\]:active{background-color:hsla(0,0%,100%,.07)!important}.active\:bg-zinc-100:active{--tw-bg-opacity:1!important;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))!important}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:bg-zinc-700:disabled{--tw-bg-opacity:1!important;background-color:rgb(63 63 70/var(--tw-bg-opacity,1))!important}.disabled\:text-zinc-400:disabled{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}@media (min-width:640px){.sm\:flex{display:flex!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:flex-row{flex-direction:row!important}.sm\:flex-wrap{flex-wrap:wrap!important}.sm\:items-center{align-items:center!important}}@media (min-width:768px){.md\:sticky{position:sticky!important}.md\:bottom-2{bottom:.5rem!important}.md\:left-3{left:.75rem!important}.md\:right-2{right:.5rem!important}.md\:top-2{top:.5rem!important}.md\:top-\[96px\]{top:96px!important}.md\:z-auto{z-index:auto!important}.md\:col-span-2{grid-column:span 2/span 2!important}.md\:mt-2{margin-top:.5rem!important}.md\:mt-5{margin-top:1.25rem!important}.md\:mt-6{margin-top:1.5rem!important}.md\:flex{display:flex!important}.md\:inline-flex{display:inline-flex!important}.md\:hidden{display:none!important}.md\:h-10{height:2.5rem!important}.md\:h-12{height:3rem!important}.md\:h-2\.5{height:.625rem!important}.md\:h-3\.5{height:.875rem!important}.md\:h-4{height:1rem!important}.md\:max-h-none{max-height:none!important}.md\:min-h-\[60px\]{min-height:60px!important}.md\:min-h-\[72px\]{min-height:72px!important}.md\:w-10{width:2.5rem!important}.md\:w-12{width:3rem!important}.md\:w-16{width:4rem!important}.md\:w-24{width:6rem!important}.md\:w-6{width:1.5rem!important}.md\:min-w-\[74px\]{min-width:74px!important}.md\:translate-y-0{--tw-translate-y:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:flex-row{flex-direction:row!important}.md\:items-center{align-items:center!important}.md\:justify-between{justify-content:space-between!important}.md\:gap-10{gap:2.5rem!important}.md\:gap-3{gap:.75rem!important}.md\:gap-4{gap:1rem!important}.md\:gap-6{gap:1.5rem!important}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem*var(--tw-space-y-reverse))!important}.md\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))!important}.md\:rounded-3xl{border-radius:1.5rem!important}.md\:rounded-\[16px\]{border-radius:16px!important}.md\:rounded-\[24px\]{border-radius:24px!important}.md\:rounded-\[28px\]{border-radius:28px!important}.md\:p-3{padding:.75rem!important}.md\:p-4{padding:1rem!important}.md\:p-6{padding:1.5rem!important}.md\:px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.md\:px-2{padding-left:.5rem!important;padding-right:.5rem!important}.md\:px-3{padding-left:.75rem!important;padding-right:.75rem!important}.md\:px-4{padding-left:1rem!important;padding-right:1rem!important}.md\:px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.md\:py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.md\:py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.md\:pb-12{padding-bottom:3rem!important}.md\:pb-6{padding-bottom:1.5rem!important}.md\:pl-10{padding-left:2.5rem!important}.md\:pt-6{padding-top:1.5rem!important}.md\:text-5xl{font-size:3rem!important;line-height:1!important}.md\:text-\[10px\]{font-size:10px!important}.md\:text-\[11px\]{font-size:11px!important}.md\:text-\[13px\]{font-size:13px!important}.md\:text-\[15px\]{font-size:15px!important}.md\:text-\[28px\]{font-size:28px!important}.md\:text-\[30px\]{font-size:30px!important}.md\:text-\[9px\]{font-size:9px!important}.md\:text-base{font-size:1rem!important;line-height:1.5rem!important}.md\:text-sm{font-size:.875rem!important;line-height:1.25rem!important}.md\:text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.md\:text-xs{font-size:.75rem!important;line-height:1rem!important}.md\:leading-6{line-height:1.5rem!important}}@media (min-width:1024px){.lg\:block{display:block!important}.lg\:flex{display:flex!important}.lg\:hidden{display:none!important}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:grid-cols-\[minmax\(0\2c 1fr\)_390px\]{grid-template-columns:minmax(0,1fr) 390px!important}.lg\:pb-12{padding-bottom:3rem!important}.lg\:text-xs{font-size:.75rem!important;line-height:1rem!important}}@media (min-width:1280px){.xl\:w-auto{width:auto!important}.xl\:min-w-\[200px\]{min-width:200px!important}.xl\:flex-none{flex:none!important}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.xl\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto!important}.xl\:grid-cols-\[minmax\(0\2c 1fr\)_420px\]{grid-template-columns:minmax(0,1fr) 420px!important}.xl\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)\]{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.xl\:flex-row{flex-direction:row!important}.xl\:items-center{align-items:center!important}.xl\:justify-between{justify-content:space-between!important}.xl\:p-6{padding:1.5rem!important}}.\[\&_br\]\:leading-tight br{line-height:1.25!important}.\[\&_p\]\:m-0 p{margin:0!important}
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @pisell/materials 全包 Tailwind 入口(JIT 扫描 src 下 tsx、ts、less)。
3
- * preflight 关闭,避免与宿主/antd 全局样式冲突。
3
+ * Preflight 随 @tailwind base 注入;tailwind.materials.config.cjs 里 corePlugins.preflight 控制是否生成其规则。
4
4
  */
5
+
6
+ @tailwind base;
5
7
  @tailwind components;
6
8
  @tailwind utilities;
@@ -29,29 +29,56 @@ function getPaginationText(key) {
29
29
  if (fromUtils !== fullKey) return fromUtils;
30
30
  return (_getText = require_index.getText(fullKey)) !== null && _getText !== void 0 ? _getText : require_index.getText(`table-pagination-${key}`);
31
31
  }
32
+ /**
33
+ * antd Pagination 的 showTotal(total, range) 中 range 为本页条目序号区间 [start, end],
34
+ * 不是页码。未受控时用 range 与 pageSize 推算当前页。
35
+ */
36
+ function resolveCurrentPage(props, range, pageSize) {
37
+ var _props$current;
38
+ const fromProps = (_props$current = props.current) !== null && _props$current !== void 0 ? _props$current : props.defaultCurrent;
39
+ if (typeof fromProps === "number" && fromProps >= 1) return fromProps;
40
+ const start = range[0];
41
+ if (start == null || start < 1 || pageSize < 1) return 1;
42
+ return Math.floor((start - 1) / pageSize) + 1;
43
+ }
32
44
  const Pagination = (props) => {
33
45
  const show = (0, react.useMemo)(() => {
34
46
  return Object.keys(props).length;
35
47
  }, [props]);
36
48
  const isMiniPagination = require_useIsMobileTable.default();
37
- const effectiveConfig = (0, react.useMemo)(() => {
49
+ const itemRenderFn = (0, react.useMemo)(() => {
38
50
  const prevText = getPaginationText("previous");
39
51
  const nextText = getPaginationText("next");
40
- const showTotalFn = getPaginationText("showTotal");
41
- const itemRenderFn = (_, type, originalElement) => {
52
+ return (_, type, originalElement) => {
42
53
  if (type === "prev") return /* @__PURE__ */ react.default.createElement("div", { className: (0, classnames.default)("paginator-page-btn", "left") }, /* @__PURE__ */ react.default.createElement(_pisell_icon_es_ArrowLeft.default, { className: "paginator-page-btn-left-icon" }), /* @__PURE__ */ react.default.createElement("span", { className: "paginator-page-btn-text" }, prevText));
43
54
  if (type === "next") return /* @__PURE__ */ react.default.createElement("div", { className: (0, classnames.default)("paginator-page-btn", "right") }, /* @__PURE__ */ react.default.createElement("span", { className: "paginator-page-btn-text" }, nextText), /* @__PURE__ */ react.default.createElement(_pisell_icon_es_ArrowRight.default, { className: "paginator-page-btn-right-icon" }));
44
55
  return originalElement;
45
56
  };
57
+ }, []);
58
+ const showTotalDefault = (0, react.useCallback)((totalRecords, range) => {
59
+ var _ref, _props$pageSize;
60
+ const pageSize = (_ref = (_props$pageSize = props.pageSize) !== null && _props$pageSize !== void 0 ? _props$pageSize : props.defaultPageSize) !== null && _ref !== void 0 ? _ref : 10;
61
+ const currentPage = resolveCurrentPage(props, range, pageSize);
62
+ const totalPages = totalRecords <= 0 ? 1 : Math.max(1, Math.ceil(totalRecords / pageSize));
63
+ const showTotalFn = getPaginationText("showTotal");
64
+ if (typeof showTotalFn === "function") return showTotalFn(currentPage, totalPages);
65
+ return `Page ${currentPage} of ${totalPages}`;
66
+ }, [
67
+ props.current,
68
+ props.defaultCurrent,
69
+ props.pageSize,
70
+ props.defaultPageSize
71
+ ]);
72
+ const effectiveConfig = (0, react.useMemo)(() => {
46
73
  return {
47
74
  className: "materials-grid-paginator",
48
75
  defaultCurrent: 1,
49
- showTotal: typeof showTotalFn === "function" ? (total, range) => showTotalFn(range[0], range[1]) : (total, range) => `Page ${range[0]} of ${range[1]}`,
76
+ showTotal: showTotalDefault,
50
77
  itemRender: itemRenderFn,
51
78
  responsive: true,
52
79
  size: "small"
53
80
  };
54
- }, []);
81
+ }, [itemRenderFn, showTotalDefault]);
55
82
  return (0, react.useMemo)(() => {
56
83
  if (!show) return null;
57
84
  let Com = antd.Pagination;
@@ -67,7 +94,14 @@ const Pagination = (props) => {
67
94
  const paginationConfig = {
68
95
  className: "materials-grid-paginator",
69
96
  defaultCurrent: 1,
70
- showTotal: (total, range) => `Page ${range[0]} of ${range[1]}`,
97
+ showTotal: (totalRecords, range) => {
98
+ const pageSize = 10;
99
+ const currentPage = resolveCurrentPage({ pageSize }, range, pageSize);
100
+ const totalPages = totalRecords <= 0 ? 1 : Math.max(1, Math.ceil(totalRecords / pageSize));
101
+ const fn = getPaginationText("showTotal");
102
+ if (typeof fn === "function") return fn(currentPage, totalPages);
103
+ return `Page ${currentPage} of ${totalPages}`;
104
+ },
71
105
  responsive: true,
72
106
  size: "small"
73
107
  };
@@ -110,8 +144,8 @@ const MiniPagination = (props) => {
110
144
  }
111
145
  }, /* @__PURE__ */ react.default.createElement("div", { className: (0, classnames.default)("paginator-page-btn", "right") }, /* @__PURE__ */ react.default.createElement(_pisell_icon_es_ArrowRight.default, { className: "paginator-page-btn-right-icon" }))));
112
146
  };
113
- const FormPagination = (_ref) => {
114
- let { value = {}, onChange, page, pageSize } = _ref, other = require_objectWithoutProperties._objectWithoutProperties(_ref, _excluded);
147
+ const FormPagination = (_ref2) => {
148
+ let { value = {}, onChange, page, pageSize } = _ref2, other = require_objectWithoutProperties._objectWithoutProperties(_ref2, _excluded);
115
149
  const [_p, _setP] = (0, react.useState)(page || 1);
116
150
  const [_ps, _setPs] = (0, react.useState)(pageSize || 10);
117
151
  const _onChange = (p, ps) => {