@pisell/materials 6.11.49 → 6.11.50
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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +6 -6
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +5 -5
- package/es/components/Pagination/index.d.ts +2 -1
- package/es/components/Pagination/index.js +58 -24
- package/es/components/PisellLayouts/index.d.ts +38 -0
- package/es/components/pisellCardList/index.d.ts +107 -0
- package/es/components/pisellDataSourceContainer/components/{Table → Pagination}/index.d.ts +1 -4
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +13 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +3 -1
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +60 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +57 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +9 -4
- package/es/components/pisellFloorMapLayout/components/ItemLayer.less +9 -2
- package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +55 -0
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +25 -0
- package/es/components/pisellFloorMapLayout/components/index.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +71 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +89 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +74 -23
- package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
- package/es/components/pisellFloorMapLayout/index.d.ts +26 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
- package/es/components/pisellFloorMapLayout/types.d.ts +646 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/es/components/pisellGoodPassCard/index.d.ts +50 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.js +14 -6
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +193 -9
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +31 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +1 -1
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +6 -3
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +12 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +50 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +22 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +58 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +64 -0
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +24 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +13 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
- package/es/components/pisellRecordBoard/shellFrame/index.js +4 -1
- package/es/components/pisellRecordBoard/types.d.ts +798 -0
- package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +23 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +13 -1
- package/es/components/pisellWalletPassCard/index.d.ts +146 -0
- package/es/components/productCard/index.d.ts +7 -0
- package/es/locales/en-US.d.ts +560 -0
- package/es/locales/en-US.js +5 -2
- package/es/locales/ja.d.ts +529 -0
- package/es/locales/ja.js +3 -0
- package/es/locales/pt.d.ts +529 -0
- package/es/locales/pt.js +3 -0
- package/es/locales/zh-CN.d.ts +555 -0
- package/es/locales/zh-CN.js +5 -2
- package/es/locales/zh-TW.d.ts +555 -0
- package/es/locales/zh-TW.js +5 -2
- package/es/pisell-materials.tw.css +1 -1
- package/lib/components/Pagination/index.d.ts +2 -1
- package/lib/components/Pagination/index.js +50 -7
- package/lib/components/PisellLayouts/index.d.ts +38 -0
- package/lib/components/pisellCardList/index.d.ts +107 -0
- package/lib/components/pisellDataSourceContainer/components/{Table → Pagination}/index.d.ts +1 -4
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +13 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +3 -1
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +60 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +57 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +8 -3
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.less +9 -2
- package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +55 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +25 -0
- package/lib/components/pisellFloorMapLayout/components/index.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +71 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +89 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +53 -18
- package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
- package/lib/components/pisellFloorMapLayout/index.d.ts +26 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
- package/lib/components/pisellFloorMapLayout/types.d.ts +646 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/lib/components/pisellGoodPassCard/index.d.ts +50 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.js +16 -6
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +189 -32
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +31 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +99 -96
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +12 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +50 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +22 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +58 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +64 -0
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +24 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +13 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/index.js +2 -1
- package/lib/components/pisellRecordBoard/types.d.ts +798 -0
- package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +23 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +9 -1
- package/lib/components/pisellWalletPassCard/index.d.ts +146 -0
- package/lib/components/productCard/index.d.ts +7 -0
- package/lib/locales/en-US.d.ts +560 -0
- package/lib/locales/en-US.js +4 -1
- package/lib/locales/ja.d.ts +529 -0
- package/lib/locales/ja.js +3 -0
- package/lib/locales/pt.d.ts +529 -0
- package/lib/locales/pt.js +3 -0
- package/lib/locales/zh-CN.d.ts +555 -0
- package/lib/locales/zh-CN.js +4 -1
- package/lib/locales/zh-TW.d.ts +555 -0
- package/lib/locales/zh-TW.js +4 -1
- package/lib/pisell-materials.tw.css +1 -1
- package/lowcode/pisell-record-board-calendar-view/meta.ts +1 -1
- package/package.json +1 -1
- package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -9
- package/es/components/PisellBasicGrid/hooks/index.d.ts +0 -1
- package/es/components/PisellBasicGrid/hooks/useGridStyle.d.ts +0 -37
- package/es/components/PisellBasicGrid/index.d.ts +0 -6
- package/es/components/PisellBasicGrid/types.d.ts +0 -221
- package/es/components/PisellBasicGrid/utils/index.d.ts +0 -63
- package/es/components/PisellCards/PisellCards.d.ts +0 -8
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -8
- package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +0 -5
- package/es/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +0 -24
- package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
- package/es/components/PisellCards/components/GraphicTextCard/components/index.d.ts +0 -6
- package/es/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +0 -5
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +0 -15
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +0 -18
- package/es/components/PisellCards/components/GraphicTextCard/index.d.ts +0 -5
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
- package/es/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +0 -19
- package/es/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +0 -19
- package/es/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +0 -7
- package/es/components/PisellCards/components/MultilevelCard/components/index.d.ts +0 -2
- package/es/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +0 -2
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -31
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +0 -28
- package/es/components/PisellCards/components/MultilevelCard/index.d.ts +0 -2
- package/es/components/PisellCards/components/MultilevelCard/types.d.ts +0 -202
- package/es/components/PisellCards/components/MultilevelCard/utils/index.d.ts +0 -6
- package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -8
- package/es/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
- package/es/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +0 -5
- package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -11
- package/es/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +0 -10
- package/es/components/PisellCards/components/PisellImageCard/index.d.ts +0 -5
- package/es/components/PisellCards/components/PisellImageCard/types.d.ts +0 -74
- package/es/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +0 -7
- package/es/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +0 -7
- package/es/components/PisellCards/components/PisellImageCard/utils/index.d.ts +0 -5
- package/es/components/PisellCards/components/TabCard/TabCard.d.ts +0 -3
- package/es/components/PisellCards/components/TabCard/index.d.ts +0 -5
- package/es/components/PisellCards/components/TabCard/types.d.ts +0 -70
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
- package/es/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +0 -17
- package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
- package/es/components/PisellCards/components/TextCard/components/index.d.ts +0 -6
- package/es/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
- package/es/components/PisellCards/components/TextCard/index.d.ts +0 -5
- package/es/components/PisellCards/components/TextCard/types.d.ts +0 -270
- package/es/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
- package/es/components/PisellCards/components/index.d.ts +0 -10
- package/es/components/PisellCards/hooks/index.d.ts +0 -0
- package/es/components/PisellCards/index.d.ts +0 -14
- package/es/components/PisellCards/types.d.ts +0 -48
- package/es/components/PisellCards/utils/index.d.ts +0 -0
- package/es/components/PisellFields/index.d.ts +0 -36
- package/es/components/PisellMetrics/index.d.ts +0 -23
- package/es/components/PisellProcedure/PisellProcedure.d.ts +0 -22
- package/es/components/PisellProcedure/PisellProcedure.stories.d.ts +0 -163
- package/es/components/PisellProcedure/components/FooterActions.d.ts +0 -24
- package/es/components/PisellProcedure/components/ProcedureBody.d.ts +0 -41
- package/es/components/PisellProcedure/components/ProcedureContent.d.ts +0 -23
- package/es/components/PisellProcedure/components/ProcedureFooter.d.ts +0 -38
- package/es/components/PisellProcedure/components/ProcedureHeader.d.ts +0 -34
- package/es/components/PisellProcedure/components/ProcedureSidebar.d.ts +0 -38
- package/es/components/PisellProcedure/components/index.d.ts +0 -12
- package/es/components/PisellProcedure/hooks/index.d.ts +0 -8
- package/es/components/PisellProcedure/hooks/useElementSize.d.ts +0 -38
- package/es/components/PisellProcedure/hooks/useOverflowActions.d.ts +0 -43
- package/es/components/PisellProcedure/hooks/useResponsiveClass.d.ts +0 -6
- package/es/components/PisellProcedure/hooks/useSidebarHeight.d.ts +0 -16
- package/es/components/PisellProcedure/hooks/useStepManager.d.ts +0 -50
- package/es/components/PisellProcedure/index.d.ts +0 -5
- package/es/components/PisellProcedure/types.d.ts +0 -363
- package/es/components/PisellProcedure/utils/classNames.d.ts +0 -33
- package/es/components/PisellProcedure/utils/extractText.d.ts +0 -20
- package/es/components/PisellProcedure/utils/footerPosition.d.ts +0 -41
- package/es/components/PisellProcedure/utils/index.d.ts +0 -8
- package/es/components/PisellProcedure/utils/layoutRatio.d.ts +0 -42
- package/es/components/PisellProcedure/utils/slotHelper.d.ts +0 -27
- package/es/components/PisellScrollView/PisellScrollView.d.ts +0 -5
- package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
- package/es/components/PisellScrollView/components/Actions/index.d.ts +0 -12
- package/es/components/PisellScrollView/hooks/index.d.ts +0 -3
- package/es/components/PisellScrollView/hooks/useIntersection.d.ts +0 -8
- package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
- package/es/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
- package/es/components/PisellScrollView/index.d.ts +0 -3
- package/es/components/PisellScrollView/types.d.ts +0 -203
- package/es/components/PisellScrollView/utils/index.d.ts +0 -0
- package/es/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
- package/es/components/PisellSteps/hooks/index.d.ts +0 -4
- package/es/components/PisellSteps/hooks/useAnchor.d.ts +0 -9
- package/es/components/PisellSteps/hooks/useResponsive.d.ts +0 -8
- package/es/components/PisellSteps/hooks/useStepClick.d.ts +0 -11
- package/es/components/PisellSteps/hooks/useStepsState.d.ts +0 -9
- package/es/components/PisellSteps/index.d.ts +0 -3
- package/es/components/PisellSteps/types.d.ts +0 -257
- package/es/components/PisellSteps/utils/index.d.ts +0 -54
- package/es/components/PisellSuperTabs/components/index.d.ts +0 -0
- package/es/components/PisellSuperTabs/hooks/index.d.ts +0 -1
- package/es/components/PisellSuperTabs/index.d.ts +0 -3
- package/es/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
- package/es/components/PisellSuperTabs/utils/index.d.ts +0 -1
- package/es/components/PisellTabbar/hooks/index.d.ts +0 -2
- package/es/components/PisellTabbar/index.d.ts +0 -9
- package/es/components/PisellTabbar/locales.d.ts +0 -23
- package/es/components/PisellTabbar/mock.d.ts +0 -47
- package/es/components/PisellTabbar/template/Template1/index.d.ts +0 -6
- package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
- package/es/components/PisellTabbar/template/index.d.ts +0 -0
- package/es/components/PisellTabbar2/PisellTabbar.d.ts +0 -23
- package/es/components/PisellTabbar2/components/TabbarLevel.d.ts +0 -8
- package/es/components/PisellTabbar2/components/index.d.ts +0 -1
- package/es/components/PisellTabbar2/constants.d.ts +0 -46
- package/es/components/PisellTabbar2/hooks/index.d.ts +0 -2
- package/es/components/PisellTabbar2/hooks/useActiveKey.d.ts +0 -50
- package/es/components/PisellTabbar2/hooks/useExpand.d.ts +0 -41
- package/es/components/PisellTabbar2/index.d.ts +0 -6
- package/es/components/PisellTabbar2/locales.d.ts +0 -23
- package/es/components/PisellTabbar2/mock.d.ts +0 -205
- package/es/components/PisellTabbar2/types.d.ts +0 -117
- package/es/components/PisellTabbar2/utils/index.d.ts +0 -35
- package/es/components/PisellTabbar3/PisellTabbar.d.ts +0 -20
- package/es/components/PisellTabbar3/index.d.ts +0 -6
- package/es/components/PisellTabbar3/locales.d.ts +0 -23
- package/es/components/PisellTabbar3/mock.d.ts +0 -47
- package/es/components/PisellTabbar3/types.d.ts +0 -111
- package/es/components/Template/PisellSteps.d.ts +0 -0
- package/es/components/Template/components/index.d.ts +0 -0
- package/es/components/Template/hooks/index.d.ts +0 -0
- package/es/components/Template/index.d.ts +0 -0
- package/es/components/Template/types.d.ts +0 -0
- package/es/components/Template/utils/index.d.ts +0 -0
- package/es/components/cardMetricItem/index.d.ts +0 -15
- package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -178
- package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -57
- package/es/components/dataSourceComponents/dataSourceSubForm/index.d.ts +0 -13
- package/es/components/dataSourceComponents/dataSourceSubForm/types.d.ts +0 -117
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +0 -48
- package/es/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +0 -9
- package/es/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +0 -4
- package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +0 -11
- package/es/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +0 -87
- package/es/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +0 -9
- package/es/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +0 -23
- package/es/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +0 -6
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -12
- package/es/components/dataSourceComponents/fields/Tabs/type.d.ts +0 -38
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
- package/es/components/dataSourceComponents/fields/Translation/type.d.ts +0 -21
- package/es/components/dataSourceComponents/fields/index.d.ts +0 -141
- package/es/components/dataSourceComponents/fields/utils.d.ts +0 -3
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
- package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
- package/es/components/filter/components/Dropdown/index.d.ts +0 -9
- package/es/components/filter/components/Dropdown/types.d.ts +0 -13
- package/es/components/filter/components/FilterButton/index.d.ts +0 -4
- package/es/components/filter/components/FilterButton/types.d.ts +0 -24
- package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +0 -21
- package/es/components/filter/types.d.ts +0 -48
- package/es/components/keyboard/index.d.ts +0 -22
- package/es/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +0 -31
- package/es/components/pisellBatchActionBar/index.d.ts +0 -6
- package/es/components/pisellBatchActionBar/types.d.ts +0 -237
- package/es/components/pisellCurrency/PisellCurrency.d.ts +0 -39
- package/es/components/pisellCurrency/PisellCurrency.stories.d.ts +0 -56
- package/es/components/pisellCurrency/components/DisabledView.d.ts +0 -11
- package/es/components/pisellCurrency/components/EditView.d.ts +0 -18
- package/es/components/pisellCurrency/components/ReadOnlyView.d.ts +0 -17
- package/es/components/pisellCurrency/components/index.d.ts +0 -6
- package/es/components/pisellCurrency/index.d.ts +0 -7
- package/es/components/pisellCurrency/types.d.ts +0 -56
- package/es/components/pisellCurrency/utils/currencyFormatter.d.ts +0 -31
- package/es/components/pisellCurrency/utils/index.d.ts +0 -5
- package/es/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +0 -3
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +0 -28
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +0 -28
- package/es/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +0 -7
- package/es/components/pisellDataSourceContainer/components/Filter/QuickFilter.d.ts +0 -10
- package/es/components/pisellDataSourceContainer/components/Filter/index.d.ts +0 -14
- package/es/components/pisellDataSourceContainer/components/Sort/index.d.ts +0 -9
- package/es/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +0 -14
- package/es/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +0 -3
- package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -5
- package/es/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +0 -32
- package/es/components/pisellDataSourceContainer/index.d.ts +0 -28
- package/es/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +0 -13
- package/es/components/pisellDataSourceContainer/provider/HandleActions.d.ts +0 -5
- package/es/components/pisellDataSourceContainer/provider/RefManager.d.ts +0 -9
- package/es/components/pisellDataSourceContainer/type.d.ts +0 -84
- package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
- package/es/components/pisellDataSourceContainer/utils/withContainer.d.ts +0 -9
- package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +0 -35
- package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +0 -195
- package/es/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +0 -48
- package/es/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +0 -42
- package/es/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +0 -57
- package/es/components/pisellDateTimeDisplay/components/index.d.ts +0 -6
- package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
- package/es/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
- package/es/components/pisellDateTimeDisplay/hooks/index.d.ts +0 -2
- package/es/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +0 -46
- package/es/components/pisellDateTimeDisplay/index.d.ts +0 -3
- package/es/components/pisellDateTimeDisplay/types.d.ts +0 -352
- package/es/components/pisellDateTimeDisplay/utils/formatDate.d.ts +0 -21
- package/es/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +0 -17
- package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
- package/es/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +0 -30
- package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
- package/es/components/pisellDateTimeDisplay/utils/index.d.ts +0 -7
- package/es/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +0 -22
- package/es/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +0 -24
- package/es/components/pisellEmail/PisellEmail.d.ts +0 -37
- package/es/components/pisellEmail/PisellEmail.stories.d.ts +0 -116
- package/es/components/pisellEmail/components/DisabledView.d.ts +0 -14
- package/es/components/pisellEmail/components/EditView.d.ts +0 -15
- package/es/components/pisellEmail/components/ReadOnlyView.d.ts +0 -15
- package/es/components/pisellEmail/constants/emailDomains.d.ts +0 -5
- package/es/components/pisellEmail/constants/emailRegex.d.ts +0 -13
- package/es/components/pisellEmail/index.d.ts +0 -7
- package/es/components/pisellEmail/types.d.ts +0 -176
- package/es/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
- package/es/components/pisellEmail/utils/emailHelper.d.ts +0 -66
- package/es/components/pisellEmail/utils/emailValidator.d.ts +0 -45
- package/es/components/pisellEmail/utils/index.d.ts +0 -6
- package/es/components/pisellFind/PisellFind.stories.d.ts +0 -45
- package/es/components/pisellFind/index.d.ts +0 -40
- package/es/components/pisellGridPro/GridPro.d.ts +0 -9
- package/es/components/pisellGridPro/GridView/index.d.ts +0 -5
- package/es/components/pisellGridPro/GridView/type.d.ts +0 -3
- package/es/components/pisellGridPro/ToolBar/index.d.ts +0 -6
- package/es/components/pisellGridPro/ToolBar/type.d.ts +0 -10
- package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
- package/es/components/pisellGridPro/components/DataCard/index.d.ts +0 -5
- package/es/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
- package/es/components/pisellGridPro/components/Footer/index.d.ts +0 -9
- package/es/components/pisellGridPro/components/Header/index.d.ts +0 -12
- package/es/components/pisellGridPro/index.d.ts +0 -4
- package/es/components/pisellLayout/index.d.ts +0 -14
- package/es/components/pisellLongText/PisellLongText.d.ts +0 -39
- package/es/components/pisellLongText/PisellLongText.stories.d.ts +0 -123
- package/es/components/pisellLongText/components/DisabledView.d.ts +0 -16
- package/es/components/pisellLongText/components/EditView.d.ts +0 -19
- package/es/components/pisellLongText/components/ReadOnlyView.d.ts +0 -18
- package/es/components/pisellLongText/index.d.ts +0 -7
- package/es/components/pisellLongText/types.d.ts +0 -147
- package/es/components/pisellLookup/PisellLookup.d.ts +0 -4
- package/es/components/pisellLookup/PisellLookup.stories.d.ts +0 -129
- package/es/components/pisellLookup/components/HotWords.d.ts +0 -7
- package/es/components/pisellLookup/components/LookupAuxiliary.d.ts +0 -7
- package/es/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
- package/es/components/pisellLookup/components/SearchHistory.d.ts +0 -7
- package/es/components/pisellLookup/components/SuggestWords.d.ts +0 -7
- package/es/components/pisellLookup/components/index.d.ts +0 -9
- package/es/components/pisellLookup/hooks/index.d.ts +0 -6
- package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
- package/es/components/pisellLookup/hooks/useSearchHistory.d.ts +0 -48
- package/es/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
- package/es/components/pisellLookup/index.d.ts +0 -6
- package/es/components/pisellLookup/types.d.ts +0 -667
- package/es/components/pisellLookup/utils/index.d.ts +0 -5
- package/es/components/pisellLookup/utils/storage.d.ts +0 -42
- package/es/components/pisellLookup/utils/trigger.d.ts +0 -42
- package/es/components/pisellMetricCard/PisellMetricCard.d.ts +0 -35
- package/es/components/pisellMetricCard/PisellMetricCard.stories.d.ts +0 -17
- package/es/components/pisellMetricCard/components/MetricComparison.d.ts +0 -14
- package/es/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
- package/es/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
- package/es/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
- package/es/components/pisellMetricCard/components/index.d.ts +0 -7
- package/es/components/pisellMetricCard/index.d.ts +0 -6
- package/es/components/pisellMetricCard/types.d.ts +0 -201
- package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
- package/es/components/pisellMetricCard/utils/formatMetricValue.d.ts +0 -34
- package/es/components/pisellMetricCard/utils/index.d.ts +0 -5
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +0 -9
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +0 -70
- package/es/components/pisellMultipleSelect/components/DisabledView.d.ts +0 -8
- package/es/components/pisellMultipleSelect/components/EditView.d.ts +0 -8
- package/es/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +0 -8
- package/es/components/pisellMultipleSelect/index.d.ts +0 -7
- package/es/components/pisellMultipleSelect/types.d.ts +0 -160
- package/es/components/pisellNumber/PisellNumber.d.ts +0 -42
- package/es/components/pisellNumber/PisellNumber.stories.d.ts +0 -66
- package/es/components/pisellNumber/components/DisabledView.d.ts +0 -11
- package/es/components/pisellNumber/components/EditView.d.ts +0 -18
- package/es/components/pisellNumber/components/ReadOnlyView.d.ts +0 -16
- package/es/components/pisellNumber/components/index.d.ts +0 -6
- package/es/components/pisellNumber/index.d.ts +0 -7
- package/es/components/pisellNumber/types.d.ts +0 -168
- package/es/components/pisellPercent/PisellPercent.d.ts +0 -38
- package/es/components/pisellPercent/PisellPercent.stories.d.ts +0 -52
- package/es/components/pisellPercent/components/DisabledView.d.ts +0 -11
- package/es/components/pisellPercent/components/EditView.d.ts +0 -17
- package/es/components/pisellPercent/components/ReadOnlyView.d.ts +0 -14
- package/es/components/pisellPercent/components/index.d.ts +0 -6
- package/es/components/pisellPercent/index.d.ts +0 -7
- package/es/components/pisellPercent/types.d.ts +0 -68
- package/es/components/pisellPercent/utils/index.d.ts +0 -6
- package/es/components/pisellPercent/utils/percentFormatter.d.ts +0 -27
- package/es/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
- package/es/components/pisellPhone/PisellPhone.d.ts +0 -36
- package/es/components/pisellPhone/PisellPhone.stories.d.ts +0 -80
- package/es/components/pisellPhone/components/DisabledView.d.ts +0 -16
- package/es/components/pisellPhone/components/EditView.d.ts +0 -19
- package/es/components/pisellPhone/components/ReadOnlyView.d.ts +0 -17
- package/es/components/pisellPhone/constants/countryCodes.d.ts +0 -20
- package/es/components/pisellPhone/index.d.ts +0 -8
- package/es/components/pisellPhone/types.d.ts +0 -209
- package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +0 -35
- package/es/components/pisellPhone/utils/index.d.ts +0 -6
- package/es/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
- package/es/components/pisellPhone/utils/phoneValidator.d.ts +0 -11
- package/es/components/pisellQuickFilter/index.d.ts +0 -11
- package/es/components/pisellQuickFilter/type.d.ts +0 -12
- package/es/components/pisellRating/PisellRating.d.ts +0 -31
- package/es/components/pisellRating/PisellRating.stories.d.ts +0 -53
- package/es/components/pisellRating/index.d.ts +0 -7
- package/es/components/pisellRating/types.d.ts +0 -124
- package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -38
- package/es/components/pisellRow/index.d.ts +0 -22
- package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
- package/es/components/pisellShellFrame/index.d.ts +0 -2
- package/es/components/pisellSingleLineText/PisellSingleLineText.d.ts +0 -40
- package/es/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +0 -102
- package/es/components/pisellSingleLineText/components/DisabledView.d.ts +0 -16
- package/es/components/pisellSingleLineText/components/EditView.d.ts +0 -19
- package/es/components/pisellSingleLineText/components/ReadOnlyView.d.ts +0 -20
- package/es/components/pisellSingleLineText/index.d.ts +0 -7
- package/es/components/pisellSingleLineText/types.d.ts +0 -139
- package/es/components/pisellSingleSelect/PisellSingleSelect.d.ts +0 -9
- package/es/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +0 -66
- package/es/components/pisellSingleSelect/components/DisabledView.d.ts +0 -8
- package/es/components/pisellSingleSelect/components/EditView.d.ts +0 -8
- package/es/components/pisellSingleSelect/components/ReadOnlyView.d.ts +0 -8
- package/es/components/pisellSingleSelect/index.d.ts +0 -7
- package/es/components/pisellSingleSelect/types.d.ts +0 -92
- package/es/components/pisellSort/index.d.ts +0 -3
- package/es/components/pisellSort/type.d.ts +0 -7
- package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +0 -32
- package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +0 -61
- package/es/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +0 -20
- package/es/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +0 -19
- package/es/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +0 -30
- package/es/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +0 -18
- package/es/components/pisellTimeRangeDisplay/components/index.d.ts +0 -8
- package/es/components/pisellTimeRangeDisplay/index.d.ts +0 -3
- package/es/components/pisellTimeRangeDisplay/types.d.ts +0 -137
- package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
- package/es/components/pisellTimeRangeDisplay/utils/index.d.ts +0 -4
- package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
- package/es/components/pisellUrl/PisellUrl.d.ts +0 -37
- package/es/components/pisellUrl/PisellUrl.stories.d.ts +0 -108
- package/es/components/pisellUrl/components/DisabledView.d.ts +0 -14
- package/es/components/pisellUrl/components/EditView.d.ts +0 -15
- package/es/components/pisellUrl/components/ReadOnlyView.d.ts +0 -15
- package/es/components/pisellUrl/index.d.ts +0 -7
- package/es/components/pisellUrl/types.d.ts +0 -160
- package/es/components/pisellUrl/utils/index.d.ts +0 -6
- package/es/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
- package/es/components/pisellUrl/utils/urlHelper.d.ts +0 -63
- package/es/components/pisellUrl/utils/urlValidator.d.ts +0 -46
- package/es/components/select/index.d.ts +0 -9
- package/es/components/sort/types.d.ts +0 -39
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +0 -8
- package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -8
- package/es/components/table/Table/fields/select/Edit/index.d.ts +0 -4
- package/es/components/table/Table/fields/types/index.d.ts +0 -33
- package/es/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
- package/es/components/virtualInput/index.d.ts +0 -29
- package/es/hooks/useMobile.d.ts +0 -8
- package/es/hooks/useThemeTokens.d.ts +0 -7
- package/es/theme/tokens.d.ts +0 -22
- package/es/utils/tagColor.d.ts +0 -7
- package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -9
- package/lib/components/PisellBasicGrid/hooks/index.d.ts +0 -1
- package/lib/components/PisellBasicGrid/hooks/useGridStyle.d.ts +0 -37
- package/lib/components/PisellBasicGrid/index.d.ts +0 -6
- package/lib/components/PisellBasicGrid/types.d.ts +0 -221
- package/lib/components/PisellBasicGrid/utils/index.d.ts +0 -63
- package/lib/components/PisellCards/PisellCards.d.ts +0 -8
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -8
- package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +0 -5
- package/lib/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +0 -24
- package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
- package/lib/components/PisellCards/components/GraphicTextCard/components/index.d.ts +0 -6
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +0 -5
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +0 -15
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +0 -18
- package/lib/components/PisellCards/components/GraphicTextCard/index.d.ts +0 -5
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
- package/lib/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +0 -19
- package/lib/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +0 -19
- package/lib/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +0 -7
- package/lib/components/PisellCards/components/MultilevelCard/components/index.d.ts +0 -2
- package/lib/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +0 -2
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -31
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +0 -28
- package/lib/components/PisellCards/components/MultilevelCard/index.d.ts +0 -2
- package/lib/components/PisellCards/components/MultilevelCard/types.d.ts +0 -202
- package/lib/components/PisellCards/components/MultilevelCard/utils/index.d.ts +0 -6
- package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -8
- package/lib/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
- package/lib/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +0 -5
- package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -11
- package/lib/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +0 -10
- package/lib/components/PisellCards/components/PisellImageCard/index.d.ts +0 -5
- package/lib/components/PisellCards/components/PisellImageCard/types.d.ts +0 -74
- package/lib/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +0 -7
- package/lib/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +0 -7
- package/lib/components/PisellCards/components/PisellImageCard/utils/index.d.ts +0 -5
- package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +0 -3
- package/lib/components/PisellCards/components/TabCard/index.d.ts +0 -5
- package/lib/components/PisellCards/components/TabCard/types.d.ts +0 -70
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
- package/lib/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +0 -17
- package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
- package/lib/components/PisellCards/components/TextCard/components/index.d.ts +0 -6
- package/lib/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
- package/lib/components/PisellCards/components/TextCard/index.d.ts +0 -5
- package/lib/components/PisellCards/components/TextCard/types.d.ts +0 -270
- package/lib/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
- package/lib/components/PisellCards/components/index.d.ts +0 -10
- package/lib/components/PisellCards/hooks/index.d.ts +0 -0
- package/lib/components/PisellCards/index.d.ts +0 -14
- package/lib/components/PisellCards/types.d.ts +0 -48
- package/lib/components/PisellCards/utils/index.d.ts +0 -0
- package/lib/components/PisellFields/index.d.ts +0 -36
- package/lib/components/PisellMetrics/index.d.ts +0 -23
- package/lib/components/PisellProcedure/PisellProcedure.d.ts +0 -22
- package/lib/components/PisellProcedure/PisellProcedure.stories.d.ts +0 -163
- package/lib/components/PisellProcedure/components/FooterActions.d.ts +0 -24
- package/lib/components/PisellProcedure/components/ProcedureBody.d.ts +0 -41
- package/lib/components/PisellProcedure/components/ProcedureContent.d.ts +0 -23
- package/lib/components/PisellProcedure/components/ProcedureFooter.d.ts +0 -38
- package/lib/components/PisellProcedure/components/ProcedureHeader.d.ts +0 -34
- package/lib/components/PisellProcedure/components/ProcedureSidebar.d.ts +0 -38
- package/lib/components/PisellProcedure/components/index.d.ts +0 -12
- package/lib/components/PisellProcedure/hooks/index.d.ts +0 -8
- package/lib/components/PisellProcedure/hooks/useElementSize.d.ts +0 -38
- package/lib/components/PisellProcedure/hooks/useOverflowActions.d.ts +0 -43
- package/lib/components/PisellProcedure/hooks/useResponsiveClass.d.ts +0 -6
- package/lib/components/PisellProcedure/hooks/useSidebarHeight.d.ts +0 -16
- package/lib/components/PisellProcedure/hooks/useStepManager.d.ts +0 -50
- package/lib/components/PisellProcedure/index.d.ts +0 -5
- package/lib/components/PisellProcedure/types.d.ts +0 -363
- package/lib/components/PisellProcedure/utils/classNames.d.ts +0 -33
- package/lib/components/PisellProcedure/utils/extractText.d.ts +0 -20
- package/lib/components/PisellProcedure/utils/footerPosition.d.ts +0 -41
- package/lib/components/PisellProcedure/utils/index.d.ts +0 -8
- package/lib/components/PisellProcedure/utils/layoutRatio.d.ts +0 -42
- package/lib/components/PisellProcedure/utils/slotHelper.d.ts +0 -27
- package/lib/components/PisellScrollView/PisellScrollView.d.ts +0 -5
- package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
- package/lib/components/PisellScrollView/components/Actions/index.d.ts +0 -12
- package/lib/components/PisellScrollView/hooks/index.d.ts +0 -3
- package/lib/components/PisellScrollView/hooks/useIntersection.d.ts +0 -8
- package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
- package/lib/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
- package/lib/components/PisellScrollView/index.d.ts +0 -3
- package/lib/components/PisellScrollView/types.d.ts +0 -203
- package/lib/components/PisellScrollView/utils/index.d.ts +0 -0
- package/lib/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
- package/lib/components/PisellSteps/hooks/index.d.ts +0 -4
- package/lib/components/PisellSteps/hooks/useAnchor.d.ts +0 -9
- package/lib/components/PisellSteps/hooks/useResponsive.d.ts +0 -8
- package/lib/components/PisellSteps/hooks/useStepClick.d.ts +0 -11
- package/lib/components/PisellSteps/hooks/useStepsState.d.ts +0 -9
- package/lib/components/PisellSteps/index.d.ts +0 -3
- package/lib/components/PisellSteps/types.d.ts +0 -257
- package/lib/components/PisellSteps/utils/index.d.ts +0 -54
- package/lib/components/PisellSuperTabs/components/index.d.ts +0 -0
- package/lib/components/PisellSuperTabs/hooks/index.d.ts +0 -1
- package/lib/components/PisellSuperTabs/index.d.ts +0 -3
- package/lib/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
- package/lib/components/PisellSuperTabs/utils/index.d.ts +0 -1
- package/lib/components/PisellTabbar/hooks/index.d.ts +0 -2
- package/lib/components/PisellTabbar/index.d.ts +0 -9
- package/lib/components/PisellTabbar/locales.d.ts +0 -23
- package/lib/components/PisellTabbar/mock.d.ts +0 -47
- package/lib/components/PisellTabbar/template/Template1/index.d.ts +0 -6
- package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
- package/lib/components/PisellTabbar/template/index.d.ts +0 -0
- package/lib/components/PisellTabbar2/PisellTabbar.d.ts +0 -23
- package/lib/components/PisellTabbar2/components/TabbarLevel.d.ts +0 -8
- package/lib/components/PisellTabbar2/components/index.d.ts +0 -1
- package/lib/components/PisellTabbar2/constants.d.ts +0 -46
- package/lib/components/PisellTabbar2/hooks/index.d.ts +0 -2
- package/lib/components/PisellTabbar2/hooks/useActiveKey.d.ts +0 -50
- package/lib/components/PisellTabbar2/hooks/useExpand.d.ts +0 -41
- package/lib/components/PisellTabbar2/index.d.ts +0 -6
- package/lib/components/PisellTabbar2/locales.d.ts +0 -23
- package/lib/components/PisellTabbar2/mock.d.ts +0 -205
- package/lib/components/PisellTabbar2/types.d.ts +0 -117
- package/lib/components/PisellTabbar2/utils/index.d.ts +0 -35
- package/lib/components/PisellTabbar3/PisellTabbar.d.ts +0 -20
- package/lib/components/PisellTabbar3/index.d.ts +0 -6
- package/lib/components/PisellTabbar3/locales.d.ts +0 -23
- package/lib/components/PisellTabbar3/mock.d.ts +0 -47
- package/lib/components/PisellTabbar3/types.d.ts +0 -111
- package/lib/components/Template/PisellSteps.d.ts +0 -0
- package/lib/components/Template/components/index.d.ts +0 -0
- package/lib/components/Template/hooks/index.d.ts +0 -0
- package/lib/components/Template/index.d.ts +0 -0
- package/lib/components/Template/types.d.ts +0 -0
- package/lib/components/Template/utils/index.d.ts +0 -0
- package/lib/components/cardMetricItem/index.d.ts +0 -15
- package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -178
- package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -57
- package/lib/components/dataSourceComponents/dataSourceSubForm/index.d.ts +0 -13
- package/lib/components/dataSourceComponents/dataSourceSubForm/types.d.ts +0 -117
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +0 -48
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +0 -9
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +0 -4
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +0 -11
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +0 -87
- package/lib/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +0 -9
- package/lib/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +0 -23
- package/lib/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +0 -6
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -12
- package/lib/components/dataSourceComponents/fields/Tabs/type.d.ts +0 -38
- package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
- package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +0 -21
- package/lib/components/dataSourceComponents/fields/index.d.ts +0 -141
- package/lib/components/dataSourceComponents/fields/utils.d.ts +0 -3
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
- package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
- package/lib/components/filter/components/Dropdown/index.d.ts +0 -9
- package/lib/components/filter/components/Dropdown/types.d.ts +0 -13
- package/lib/components/filter/components/FilterButton/index.d.ts +0 -4
- package/lib/components/filter/components/FilterButton/types.d.ts +0 -24
- package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +0 -21
- package/lib/components/filter/types.d.ts +0 -48
- package/lib/components/keyboard/index.d.ts +0 -22
- package/lib/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +0 -31
- package/lib/components/pisellBatchActionBar/index.d.ts +0 -6
- package/lib/components/pisellBatchActionBar/types.d.ts +0 -237
- package/lib/components/pisellCurrency/PisellCurrency.d.ts +0 -39
- package/lib/components/pisellCurrency/PisellCurrency.stories.d.ts +0 -56
- package/lib/components/pisellCurrency/components/DisabledView.d.ts +0 -11
- package/lib/components/pisellCurrency/components/EditView.d.ts +0 -18
- package/lib/components/pisellCurrency/components/ReadOnlyView.d.ts +0 -17
- package/lib/components/pisellCurrency/components/index.d.ts +0 -6
- package/lib/components/pisellCurrency/index.d.ts +0 -7
- package/lib/components/pisellCurrency/types.d.ts +0 -56
- package/lib/components/pisellCurrency/utils/currencyFormatter.d.ts +0 -31
- package/lib/components/pisellCurrency/utils/index.d.ts +0 -5
- package/lib/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +0 -3
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +0 -28
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +0 -28
- package/lib/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +0 -7
- package/lib/components/pisellDataSourceContainer/components/Filter/QuickFilter.d.ts +0 -10
- package/lib/components/pisellDataSourceContainer/components/Filter/index.d.ts +0 -14
- package/lib/components/pisellDataSourceContainer/components/Sort/index.d.ts +0 -9
- package/lib/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +0 -14
- package/lib/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +0 -3
- package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -5
- package/lib/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +0 -32
- package/lib/components/pisellDataSourceContainer/index.d.ts +0 -28
- package/lib/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +0 -13
- package/lib/components/pisellDataSourceContainer/provider/HandleActions.d.ts +0 -5
- package/lib/components/pisellDataSourceContainer/provider/RefManager.d.ts +0 -9
- package/lib/components/pisellDataSourceContainer/type.d.ts +0 -84
- package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
- package/lib/components/pisellDataSourceContainer/utils/withContainer.d.ts +0 -9
- package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +0 -35
- package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +0 -195
- package/lib/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +0 -48
- package/lib/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +0 -42
- package/lib/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +0 -57
- package/lib/components/pisellDateTimeDisplay/components/index.d.ts +0 -6
- package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
- package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
- package/lib/components/pisellDateTimeDisplay/hooks/index.d.ts +0 -2
- package/lib/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +0 -46
- package/lib/components/pisellDateTimeDisplay/index.d.ts +0 -3
- package/lib/components/pisellDateTimeDisplay/types.d.ts +0 -352
- package/lib/components/pisellDateTimeDisplay/utils/formatDate.d.ts +0 -21
- package/lib/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +0 -17
- package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
- package/lib/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +0 -30
- package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
- package/lib/components/pisellDateTimeDisplay/utils/index.d.ts +0 -7
- package/lib/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +0 -22
- package/lib/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +0 -24
- package/lib/components/pisellEmail/PisellEmail.d.ts +0 -37
- package/lib/components/pisellEmail/PisellEmail.stories.d.ts +0 -116
- package/lib/components/pisellEmail/components/DisabledView.d.ts +0 -14
- package/lib/components/pisellEmail/components/EditView.d.ts +0 -15
- package/lib/components/pisellEmail/components/ReadOnlyView.d.ts +0 -15
- package/lib/components/pisellEmail/constants/emailDomains.d.ts +0 -5
- package/lib/components/pisellEmail/constants/emailRegex.d.ts +0 -13
- package/lib/components/pisellEmail/index.d.ts +0 -7
- package/lib/components/pisellEmail/types.d.ts +0 -176
- package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
- package/lib/components/pisellEmail/utils/emailHelper.d.ts +0 -66
- package/lib/components/pisellEmail/utils/emailValidator.d.ts +0 -45
- package/lib/components/pisellEmail/utils/index.d.ts +0 -6
- package/lib/components/pisellFind/PisellFind.stories.d.ts +0 -45
- package/lib/components/pisellFind/index.d.ts +0 -40
- package/lib/components/pisellGridPro/GridPro.d.ts +0 -9
- package/lib/components/pisellGridPro/GridView/index.d.ts +0 -5
- package/lib/components/pisellGridPro/GridView/type.d.ts +0 -3
- package/lib/components/pisellGridPro/ToolBar/index.d.ts +0 -6
- package/lib/components/pisellGridPro/ToolBar/type.d.ts +0 -10
- package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
- package/lib/components/pisellGridPro/components/DataCard/index.d.ts +0 -5
- package/lib/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
- package/lib/components/pisellGridPro/components/Footer/index.d.ts +0 -9
- package/lib/components/pisellGridPro/components/Header/index.d.ts +0 -12
- package/lib/components/pisellGridPro/index.d.ts +0 -4
- package/lib/components/pisellLayout/index.d.ts +0 -14
- package/lib/components/pisellLongText/PisellLongText.d.ts +0 -39
- package/lib/components/pisellLongText/PisellLongText.stories.d.ts +0 -123
- package/lib/components/pisellLongText/components/DisabledView.d.ts +0 -16
- package/lib/components/pisellLongText/components/EditView.d.ts +0 -19
- package/lib/components/pisellLongText/components/ReadOnlyView.d.ts +0 -18
- package/lib/components/pisellLongText/index.d.ts +0 -7
- package/lib/components/pisellLongText/types.d.ts +0 -147
- package/lib/components/pisellLookup/PisellLookup.d.ts +0 -4
- package/lib/components/pisellLookup/PisellLookup.stories.d.ts +0 -129
- package/lib/components/pisellLookup/components/HotWords.d.ts +0 -7
- package/lib/components/pisellLookup/components/LookupAuxiliary.d.ts +0 -7
- package/lib/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
- package/lib/components/pisellLookup/components/SearchHistory.d.ts +0 -7
- package/lib/components/pisellLookup/components/SuggestWords.d.ts +0 -7
- package/lib/components/pisellLookup/components/index.d.ts +0 -9
- package/lib/components/pisellLookup/hooks/index.d.ts +0 -6
- package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
- package/lib/components/pisellLookup/hooks/useSearchHistory.d.ts +0 -48
- package/lib/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
- package/lib/components/pisellLookup/index.d.ts +0 -6
- package/lib/components/pisellLookup/types.d.ts +0 -667
- package/lib/components/pisellLookup/utils/index.d.ts +0 -5
- package/lib/components/pisellLookup/utils/storage.d.ts +0 -42
- package/lib/components/pisellLookup/utils/trigger.d.ts +0 -42
- package/lib/components/pisellMetricCard/PisellMetricCard.d.ts +0 -35
- package/lib/components/pisellMetricCard/PisellMetricCard.stories.d.ts +0 -17
- package/lib/components/pisellMetricCard/components/MetricComparison.d.ts +0 -14
- package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
- package/lib/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
- package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
- package/lib/components/pisellMetricCard/components/index.d.ts +0 -7
- package/lib/components/pisellMetricCard/index.d.ts +0 -6
- package/lib/components/pisellMetricCard/types.d.ts +0 -201
- package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
- package/lib/components/pisellMetricCard/utils/formatMetricValue.d.ts +0 -34
- package/lib/components/pisellMetricCard/utils/index.d.ts +0 -5
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +0 -9
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +0 -70
- package/lib/components/pisellMultipleSelect/components/DisabledView.d.ts +0 -8
- package/lib/components/pisellMultipleSelect/components/EditView.d.ts +0 -8
- package/lib/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +0 -8
- package/lib/components/pisellMultipleSelect/index.d.ts +0 -7
- package/lib/components/pisellMultipleSelect/types.d.ts +0 -160
- package/lib/components/pisellNumber/PisellNumber.d.ts +0 -42
- package/lib/components/pisellNumber/PisellNumber.stories.d.ts +0 -66
- package/lib/components/pisellNumber/components/DisabledView.d.ts +0 -11
- package/lib/components/pisellNumber/components/EditView.d.ts +0 -18
- package/lib/components/pisellNumber/components/ReadOnlyView.d.ts +0 -16
- package/lib/components/pisellNumber/components/index.d.ts +0 -6
- package/lib/components/pisellNumber/index.d.ts +0 -7
- package/lib/components/pisellNumber/types.d.ts +0 -168
- package/lib/components/pisellPercent/PisellPercent.d.ts +0 -38
- package/lib/components/pisellPercent/PisellPercent.stories.d.ts +0 -52
- package/lib/components/pisellPercent/components/DisabledView.d.ts +0 -11
- package/lib/components/pisellPercent/components/EditView.d.ts +0 -17
- package/lib/components/pisellPercent/components/ReadOnlyView.d.ts +0 -14
- package/lib/components/pisellPercent/components/index.d.ts +0 -6
- package/lib/components/pisellPercent/index.d.ts +0 -7
- package/lib/components/pisellPercent/types.d.ts +0 -68
- package/lib/components/pisellPercent/utils/index.d.ts +0 -6
- package/lib/components/pisellPercent/utils/percentFormatter.d.ts +0 -27
- package/lib/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
- package/lib/components/pisellPhone/PisellPhone.d.ts +0 -36
- package/lib/components/pisellPhone/PisellPhone.stories.d.ts +0 -80
- package/lib/components/pisellPhone/components/DisabledView.d.ts +0 -16
- package/lib/components/pisellPhone/components/EditView.d.ts +0 -19
- package/lib/components/pisellPhone/components/ReadOnlyView.d.ts +0 -17
- package/lib/components/pisellPhone/constants/countryCodes.d.ts +0 -20
- package/lib/components/pisellPhone/index.d.ts +0 -8
- package/lib/components/pisellPhone/types.d.ts +0 -209
- package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +0 -35
- package/lib/components/pisellPhone/utils/index.d.ts +0 -6
- package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
- package/lib/components/pisellPhone/utils/phoneValidator.d.ts +0 -11
- package/lib/components/pisellQuickFilter/index.d.ts +0 -11
- package/lib/components/pisellQuickFilter/type.d.ts +0 -12
- package/lib/components/pisellRating/PisellRating.d.ts +0 -31
- package/lib/components/pisellRating/PisellRating.stories.d.ts +0 -53
- package/lib/components/pisellRating/index.d.ts +0 -7
- package/lib/components/pisellRating/types.d.ts +0 -124
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -38
- package/lib/components/pisellRow/index.d.ts +0 -22
- package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
- package/lib/components/pisellShellFrame/index.d.ts +0 -2
- package/lib/components/pisellSingleLineText/PisellSingleLineText.d.ts +0 -40
- package/lib/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +0 -102
- package/lib/components/pisellSingleLineText/components/DisabledView.d.ts +0 -16
- package/lib/components/pisellSingleLineText/components/EditView.d.ts +0 -19
- package/lib/components/pisellSingleLineText/components/ReadOnlyView.d.ts +0 -20
- package/lib/components/pisellSingleLineText/index.d.ts +0 -7
- package/lib/components/pisellSingleLineText/types.d.ts +0 -139
- package/lib/components/pisellSingleSelect/PisellSingleSelect.d.ts +0 -9
- package/lib/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +0 -66
- package/lib/components/pisellSingleSelect/components/DisabledView.d.ts +0 -8
- package/lib/components/pisellSingleSelect/components/EditView.d.ts +0 -8
- package/lib/components/pisellSingleSelect/components/ReadOnlyView.d.ts +0 -8
- package/lib/components/pisellSingleSelect/index.d.ts +0 -7
- package/lib/components/pisellSingleSelect/types.d.ts +0 -92
- package/lib/components/pisellSort/index.d.ts +0 -3
- package/lib/components/pisellSort/type.d.ts +0 -7
- package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +0 -32
- package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +0 -61
- package/lib/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +0 -20
- package/lib/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +0 -19
- package/lib/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +0 -30
- package/lib/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +0 -18
- package/lib/components/pisellTimeRangeDisplay/components/index.d.ts +0 -8
- package/lib/components/pisellTimeRangeDisplay/index.d.ts +0 -3
- package/lib/components/pisellTimeRangeDisplay/types.d.ts +0 -137
- package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
- package/lib/components/pisellTimeRangeDisplay/utils/index.d.ts +0 -4
- package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
- package/lib/components/pisellUrl/PisellUrl.d.ts +0 -37
- package/lib/components/pisellUrl/PisellUrl.stories.d.ts +0 -108
- package/lib/components/pisellUrl/components/DisabledView.d.ts +0 -14
- package/lib/components/pisellUrl/components/EditView.d.ts +0 -15
- package/lib/components/pisellUrl/components/ReadOnlyView.d.ts +0 -15
- package/lib/components/pisellUrl/index.d.ts +0 -7
- package/lib/components/pisellUrl/types.d.ts +0 -160
- package/lib/components/pisellUrl/utils/index.d.ts +0 -6
- package/lib/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
- package/lib/components/pisellUrl/utils/urlHelper.d.ts +0 -63
- package/lib/components/pisellUrl/utils/urlValidator.d.ts +0 -46
- package/lib/components/select/index.d.ts +0 -9
- package/lib/components/sort/types.d.ts +0 -39
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +0 -8
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -8
- package/lib/components/table/Table/fields/select/Edit/index.d.ts +0 -4
- package/lib/components/table/Table/fields/types/index.d.ts +0 -33
- package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
- package/lib/components/virtualInput/index.d.ts +0 -29
- package/lib/hooks/useMobile.d.ts +0 -8
- package/lib/hooks/useThemeTokens.d.ts +0 -7
- package/lib/theme/tokens.d.ts +0 -22
- package/lib/utils/tagColor.d.ts +0 -7
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 列设置工具:持久化复用 @pisell/utils 的 saveColumnSettingToLocal / getColumnSettingFromLocal;
|
|
3
|
-
* mergeColumnSettingSimple 为 Table 列与本地缓存的合并逻辑,保留在此。
|
|
4
|
-
*/
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import { getColumnSettingFromLocal, clearColumnSettingFromLocal } from '@pisell/utils';
|
|
7
|
-
export { getColumnSettingFromLocal, clearColumnSettingFromLocal };
|
|
8
|
-
/** 与 DataSourceContainer ColumnsSetting 调用处类型兼容的列设置项(含 React.ReactNode title) */
|
|
9
|
-
export interface ColumnSettingItemForSave {
|
|
10
|
-
key: string;
|
|
11
|
-
dataIndex: string;
|
|
12
|
-
title?: React.ReactNode;
|
|
13
|
-
titleString?: string;
|
|
14
|
-
isShow: boolean;
|
|
15
|
-
sortIndex?: number;
|
|
16
|
-
fixed?: 'left' | 'right' | boolean;
|
|
17
|
-
}
|
|
18
|
-
export declare const saveColumnSettingToLocal: (params: {
|
|
19
|
-
componentId: string;
|
|
20
|
-
columnSetting: ColumnSettingItemForSave[];
|
|
21
|
-
}) => void;
|
|
22
|
-
export declare const mergeColumnSettingSimple: ({ columns, componentId, }: {
|
|
23
|
-
columns: Record<string, any>[];
|
|
24
|
-
componentId?: string | undefined;
|
|
25
|
-
}) => {
|
|
26
|
-
isShow: any;
|
|
27
|
-
sortIndex: any;
|
|
28
|
-
}[];
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormInstance } from 'antd';
|
|
3
|
-
import { DataSourceContainerContextType } from '../../type';
|
|
4
|
-
declare const _default: React.ForwardRefExoticComponent<Omit<Partial<import("../../../filter/components/FilterButton/types").FilterListProps> & DataSourceContainerContextType & FormInstance<any> & React.RefAttributes<unknown> & {
|
|
5
|
-
refId?: string | undefined;
|
|
6
|
-
}, "ref"> & React.RefAttributes<any>>;
|
|
7
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormInstance } from 'antd';
|
|
3
|
-
import { DataSourceContainerContextType } from '../../type';
|
|
4
|
-
declare const _default: React.ForwardRefExoticComponent<Omit<Partial<{
|
|
5
|
-
filterList: import("../../../filter/types").FilterItemProps[];
|
|
6
|
-
formFiltersPrefix?: string | undefined;
|
|
7
|
-
}> & DataSourceContainerContextType & FormInstance<any> & React.RefAttributes<unknown> & {
|
|
8
|
-
refId?: string | undefined;
|
|
9
|
-
}, "ref"> & React.RefAttributes<any>>;
|
|
10
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormInstance } from 'antd';
|
|
3
|
-
import { DataSourceContainerContextType } from '../../type';
|
|
4
|
-
declare const _default: React.ForwardRefExoticComponent<Omit<Partial<{
|
|
5
|
-
value: {
|
|
6
|
-
quickFilter?: import("../../../filter/types").FilterItemProps[] | undefined;
|
|
7
|
-
otherFilter?: import("../../../filter/types").FilterItemProps[] | undefined;
|
|
8
|
-
};
|
|
9
|
-
formFiltersPrefix?: string | undefined;
|
|
10
|
-
quickFilterMaxLength?: number | undefined;
|
|
11
|
-
}> & DataSourceContainerContextType & FormInstance<any> & React.RefAttributes<unknown> & {
|
|
12
|
-
refId?: string | undefined;
|
|
13
|
-
}, "ref"> & React.RefAttributes<any>>;
|
|
14
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { FormInstance } from 'antd';
|
|
3
|
-
import { DataSourceContainerContextType } from '../../type';
|
|
4
|
-
declare const _default: React.ForwardRefExoticComponent<Omit<Partial<import("../../../sort/types").SortListProps> & DataSourceContainerContextType & {
|
|
5
|
-
name?: string | undefined;
|
|
6
|
-
} & FormInstance<any> & React.RefAttributes<unknown> & {
|
|
7
|
-
refId?: string | undefined;
|
|
8
|
-
}, "ref"> & React.RefAttributes<any>>;
|
|
9
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { RefManagerContextType } from '../../type';
|
|
2
|
-
/**
|
|
3
|
-
* useColumns Hook 参数
|
|
4
|
-
*/
|
|
5
|
-
interface UseColumnsParams {
|
|
6
|
-
columns: any[];
|
|
7
|
-
scopeId: string;
|
|
8
|
-
refManager: RefManagerContextType;
|
|
9
|
-
__id?: string;
|
|
10
|
-
}
|
|
11
|
-
declare const useColumns: (params: UseColumnsParams) => {
|
|
12
|
-
visibleColumns: any[];
|
|
13
|
-
};
|
|
14
|
-
export default useColumns;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
declare const useDataSourceKey: () => {
|
|
2
|
-
dataSourceKey: string | import("../../dataSourceComponents/provider/dataSource/DataSourceContext").DataSourceType | undefined;
|
|
3
|
-
dataSourceKeyRef: import("react").MutableRefObject<string | import("../../dataSourceComponents/provider/dataSource/DataSourceContext").DataSourceType | undefined>;
|
|
4
|
-
};
|
|
5
|
-
export default useDataSourceKey;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { DataSourceContainerProps } from '../type';
|
|
2
|
-
import { FormInstance } from 'antd';
|
|
3
|
-
declare const useHandleAction: (initialParams: Record<string, any> | undefined, options: DataSourceContainerProps['pagination'], form: FormInstance | undefined) => {
|
|
4
|
-
list: {
|
|
5
|
-
pagination?: {
|
|
6
|
-
pageNumber: number;
|
|
7
|
-
pageSize: number;
|
|
8
|
-
} | undefined;
|
|
9
|
-
data: {
|
|
10
|
-
list: any;
|
|
11
|
-
count: any;
|
|
12
|
-
};
|
|
13
|
-
onSearch: (newParams?: Record<string, any>) => void;
|
|
14
|
-
onReset: () => void;
|
|
15
|
-
onPageChange: (pageNumber: number, pageSize: number) => void;
|
|
16
|
-
loading: boolean;
|
|
17
|
-
error?: Error | undefined;
|
|
18
|
-
params: any;
|
|
19
|
-
cancel: () => void;
|
|
20
|
-
refresh: () => void;
|
|
21
|
-
refreshAsync: () => Promise<any>;
|
|
22
|
-
run: (...params: any) => void;
|
|
23
|
-
runAsync: (...params: any) => Promise<any>;
|
|
24
|
-
mutate: (data?: any) => void;
|
|
25
|
-
};
|
|
26
|
-
get: import("ahooks/es/useRequest/src/types").Result<any, any>;
|
|
27
|
-
update: import("ahooks/es/useRequest/src/types").Result<any, any>;
|
|
28
|
-
create: import("ahooks/es/useRequest/src/types").Result<any, any>;
|
|
29
|
-
destroy: import("ahooks/es/useRequest/src/types").Result<any, any>;
|
|
30
|
-
getCurrentRecord: () => any;
|
|
31
|
-
};
|
|
32
|
-
export default useHandleAction;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Filter from './components/Filter';
|
|
3
|
-
import QuickFilter from './components/Filter/QuickFilter';
|
|
4
|
-
import FilterButton from './components/Filter/FilterButton';
|
|
5
|
-
import Sort from './components/Sort';
|
|
6
|
-
import Table from './components/Table';
|
|
7
|
-
import Pagination from './components/Pagination';
|
|
8
|
-
import ColumnsSetting from './components/ColumnsSetting';
|
|
9
|
-
import withContainer from './utils/withContainer';
|
|
10
|
-
import useContainerContext from './hooks/useContainerContext';
|
|
11
|
-
import { DataSourceContainerProps } from './type';
|
|
12
|
-
/**
|
|
13
|
-
* PisellDataSourceContainer 复合组件类型定义
|
|
14
|
-
*/
|
|
15
|
-
interface PisellDataSourceContainerType extends React.FC<DataSourceContainerProps> {
|
|
16
|
-
Filter: typeof Filter;
|
|
17
|
-
QuickFilter: typeof QuickFilter;
|
|
18
|
-
FilterButton: typeof FilterButton;
|
|
19
|
-
Sort: typeof Sort;
|
|
20
|
-
Table: typeof Table;
|
|
21
|
-
Pagination: typeof Pagination;
|
|
22
|
-
ColumnsSetting: typeof ColumnsSetting;
|
|
23
|
-
withContainer: typeof withContainer;
|
|
24
|
-
useContainerContext: typeof useContainerContext;
|
|
25
|
-
}
|
|
26
|
-
declare const PisellDataSourceContainer: PisellDataSourceContainerType;
|
|
27
|
-
export default PisellDataSourceContainer;
|
|
28
|
-
export type { DataSourceContainerProps } from './type';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
import { FormInstance } from 'antd';
|
|
3
|
-
import { ChildComponentPropsType } from '../type';
|
|
4
|
-
declare type ChildComponentPropsContextType = ChildComponentPropsType & {
|
|
5
|
-
form: FormInstance;
|
|
6
|
-
};
|
|
7
|
-
interface ChildComponentPropsProviderProps {
|
|
8
|
-
childComponentProps?: ChildComponentPropsType;
|
|
9
|
-
children: ReactNode;
|
|
10
|
-
}
|
|
11
|
-
export declare const ChildComponentPropsProvider: React.FC<ChildComponentPropsProviderProps>;
|
|
12
|
-
export declare const useChildComponentPropsContext: () => ChildComponentPropsContextType;
|
|
13
|
-
export {};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { DataSourceContainerProps, HandleActionContextType } from '../type';
|
|
3
|
-
export declare const HandleActionContext: React.Context<HandleActionContextType | null>;
|
|
4
|
-
export declare const HandleActionsProvider: (props: DataSourceContainerProps) => JSX.Element;
|
|
5
|
-
export declare const useHandleActionProvider: () => HandleActionContextType;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { RefManagerContextType } from '../type';
|
|
3
|
-
export declare const RefManagerContext: React.Context<RefManagerContextType | null>;
|
|
4
|
-
interface RefManagerProviderProps {
|
|
5
|
-
children: React.ReactNode;
|
|
6
|
-
}
|
|
7
|
-
export declare const RefManagerProvider: React.FC<RefManagerProviderProps>;
|
|
8
|
-
export declare const useRefManagerProvider: () => RefManagerContextType;
|
|
9
|
-
export {};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { DataSourceContextProps, DataSourceContextType } from '../dataSourceComponents/provider/dataSource/DataSourceContext';
|
|
2
|
-
import { Result } from 'ahooks/es/useRequest/src/types';
|
|
3
|
-
import { TableProps as AntdTableProps, PaginationProps, TabsProps as AntdTabsProps, FormInstance as AntdFormInstance } from 'antd';
|
|
4
|
-
import { SortListProps } from '../sort/types';
|
|
5
|
-
import { FilterItemProps } from '../filter/types';
|
|
6
|
-
import { FilterListProps } from '../filter/components/FilterButton/types';
|
|
7
|
-
/**
|
|
8
|
-
* 子组件属性集合类型定义
|
|
9
|
-
*/
|
|
10
|
-
export interface ChildComponentPropsType {
|
|
11
|
-
/** Filter 组件属性 */
|
|
12
|
-
filterComponent?: {
|
|
13
|
-
value: {
|
|
14
|
-
quickFilter?: FilterItemProps[];
|
|
15
|
-
otherFilter?: FilterItemProps[];
|
|
16
|
-
};
|
|
17
|
-
formFiltersPrefix?: string;
|
|
18
|
-
quickFilterMaxLength?: number;
|
|
19
|
-
};
|
|
20
|
-
/** QuickFilter 组件属性 */
|
|
21
|
-
quickFilterComponent?: {
|
|
22
|
-
filterList: FilterItemProps[];
|
|
23
|
-
formFiltersPrefix?: string;
|
|
24
|
-
};
|
|
25
|
-
/** FilterButton 组件属性 */
|
|
26
|
-
filterButtonComponent?: FilterListProps;
|
|
27
|
-
/** tabsComponent 组件属性 */
|
|
28
|
-
tabsComponent?: {
|
|
29
|
-
items: AntdTabsProps['items'];
|
|
30
|
-
type?: 'default' | 'button' | 'buttonGroup' | 'dropdown';
|
|
31
|
-
};
|
|
32
|
-
/** Sort 组件属性 */
|
|
33
|
-
sortComponent?: SortListProps;
|
|
34
|
-
/** Table 组件属性 */
|
|
35
|
-
tableComponent?: AntdTableProps<any>;
|
|
36
|
-
/** ColumnsSetting 组件属性 */
|
|
37
|
-
columnsSettingComponent?: {
|
|
38
|
-
value?: Record<string, any>[];
|
|
39
|
-
onChange?: (val: Record<string, any>[]) => void;
|
|
40
|
-
};
|
|
41
|
-
/** Pagination 组件属性 */
|
|
42
|
-
paginationComponent?: PaginationProps;
|
|
43
|
-
}
|
|
44
|
-
export interface DataSourceContainerProps extends DataSourceContextProps {
|
|
45
|
-
pagination?: boolean | {
|
|
46
|
-
pageNumber: number;
|
|
47
|
-
pageSize: number;
|
|
48
|
-
};
|
|
49
|
-
childComponentProps?: ChildComponentPropsType;
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* 扩展的 HandleActionContextType
|
|
53
|
-
*/
|
|
54
|
-
export interface HandleActionContextType extends Omit<DataSourceContextType, 'list'> {
|
|
55
|
-
list: Result<any, any> & {
|
|
56
|
-
onSearch: (newParams?: Record<string, any>) => void;
|
|
57
|
-
onReset: () => void;
|
|
58
|
-
onPageChange: (pageNumber: number, pageSize: number) => void;
|
|
59
|
-
pagination?: {
|
|
60
|
-
pageNumber: number;
|
|
61
|
-
pageSize: number;
|
|
62
|
-
};
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
export interface RefManagerContextType {
|
|
66
|
-
getRef: <T = any>(id: string) => T | undefined;
|
|
67
|
-
registerRef: <T = any>(id: string, ref: T) => void;
|
|
68
|
-
unregisterRef: (id: string) => void;
|
|
69
|
-
getSharedState: <T = any>(key: string) => T | undefined;
|
|
70
|
-
setSharedState: <T = any>(key: string, value: T) => void;
|
|
71
|
-
subscribeSharedState: <T = any>(key: string, callback: (value: T) => void) => () => void;
|
|
72
|
-
}
|
|
73
|
-
export interface DataSourceContainerContextType {
|
|
74
|
-
serverActions: HandleActionContextType;
|
|
75
|
-
refManager: RefManagerContextType;
|
|
76
|
-
form: AntdFormInstance;
|
|
77
|
-
}
|
|
78
|
-
export interface UseContainerContextReturnType {
|
|
79
|
-
serverActions: HandleActionContextType;
|
|
80
|
-
refManager: RefManagerContextType;
|
|
81
|
-
form: AntdFormInstance;
|
|
82
|
-
onValuesChange: (changedValues: Record<string, any>, allValues: Record<string, any>) => void;
|
|
83
|
-
[key: string]: any;
|
|
84
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React, { ComponentType } from 'react';
|
|
2
|
-
import { UseContainerContextReturnType } from '../type';
|
|
3
|
-
/**
|
|
4
|
-
* 支持自定义 ID 的组件 Props
|
|
5
|
-
*/
|
|
6
|
-
declare function withContainer<P extends object, R = any>(WrappedComponent: ComponentType<P & UseContainerContextReturnType>, displayName: string): React.ForwardRefExoticComponent<React.PropsWithoutRef<P & {
|
|
7
|
-
refId?: string | undefined;
|
|
8
|
-
}> & React.RefAttributes<R>>;
|
|
9
|
-
export default withContainer;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import 'dayjs/locale/zh-cn';
|
|
3
|
-
import 'dayjs/locale/en';
|
|
4
|
-
import type { PisellDateTimeDisplayProps } from './types';
|
|
5
|
-
import './PisellDateTimeDisplay.less';
|
|
6
|
-
/**
|
|
7
|
-
* PisellDateTimeDisplay 组件
|
|
8
|
-
*
|
|
9
|
-
* @description
|
|
10
|
-
* 专注于展示当前时间的组件,支持:
|
|
11
|
-
* - 当前日期、时间、星期展示
|
|
12
|
-
* - 多种布局方式(水平、垂直、单行)
|
|
13
|
-
* - 丰富的格式化配置
|
|
14
|
-
* - 自动刷新
|
|
15
|
-
* - 国际化支持
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* // 基础用法
|
|
19
|
-
* <PisellDateTimeDisplay />
|
|
20
|
-
*
|
|
21
|
-
* // 自定义格式
|
|
22
|
-
* <PisellDateTimeDisplay
|
|
23
|
-
* layout="vertical"
|
|
24
|
-
* timeFormat={{ use12Hour: true, showSeconds: true }}
|
|
25
|
-
* dateFormat={{ showYear: true, showChineseUnit: true }}
|
|
26
|
-
* />
|
|
27
|
-
*
|
|
28
|
-
* // 自定义格式化字符串
|
|
29
|
-
* <PisellDateTimeDisplay
|
|
30
|
-
* customFormat="YYYY-MM-DD HH:mm:ss"
|
|
31
|
-
* />
|
|
32
|
-
*/
|
|
33
|
-
export declare const PisellDateTimeDisplay: React.FC<PisellDateTimeDisplayProps>;
|
|
34
|
-
declare const _default: React.NamedExoticComponent<PisellDateTimeDisplayProps>;
|
|
35
|
-
export default _default;
|
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import PisellDateTimeDisplay from './PisellDateTimeDisplay';
|
|
3
|
-
/**
|
|
4
|
-
* PisellDateTimeDisplay 组件 Storybook
|
|
5
|
-
*/
|
|
6
|
-
declare const meta: Meta<typeof PisellDateTimeDisplay>;
|
|
7
|
-
export default meta;
|
|
8
|
-
declare type Story = StoryObj<typeof PisellDateTimeDisplay>;
|
|
9
|
-
/**
|
|
10
|
-
* 基础示例
|
|
11
|
-
*/
|
|
12
|
-
export declare const Basic: Story;
|
|
13
|
-
/**
|
|
14
|
-
* 水平布局(默认)
|
|
15
|
-
*/
|
|
16
|
-
export declare const HorizontalLayout: Story;
|
|
17
|
-
/**
|
|
18
|
-
* 垂直布局
|
|
19
|
-
*/
|
|
20
|
-
export declare const VerticalLayout: Story;
|
|
21
|
-
/**
|
|
22
|
-
* 单行布局
|
|
23
|
-
*/
|
|
24
|
-
export declare const InlineLayout: Story;
|
|
25
|
-
/**
|
|
26
|
-
* 单行布局 - 自定义分隔符
|
|
27
|
-
*/
|
|
28
|
-
export declare const InlineWithCustomSeparator: Story;
|
|
29
|
-
/**
|
|
30
|
-
* 中文完整日期格式:2025-12-31 - 2:00 周四
|
|
31
|
-
* 单行、日期在前、日期与时间之间 " - "、时间与星期之间空格
|
|
32
|
-
*/
|
|
33
|
-
export declare const InlineDateTimeWeekdayZh: Story;
|
|
34
|
-
/**
|
|
35
|
-
* 12小时制
|
|
36
|
-
*/
|
|
37
|
-
export declare const Time12Hour: Story;
|
|
38
|
-
/**
|
|
39
|
-
* 显示秒
|
|
40
|
-
*/
|
|
41
|
-
export declare const TimeWithSeconds: Story;
|
|
42
|
-
/**
|
|
43
|
-
* 12小时制 + 显示秒
|
|
44
|
-
*/
|
|
45
|
-
export declare const Time12HourWithSeconds: Story;
|
|
46
|
-
/**
|
|
47
|
-
* 小时补零
|
|
48
|
-
*/
|
|
49
|
-
export declare const TimePadHour: Story;
|
|
50
|
-
/**
|
|
51
|
-
* 只显示小时
|
|
52
|
-
*/
|
|
53
|
-
export declare const TimeOnlyHour: Story;
|
|
54
|
-
/**
|
|
55
|
-
* 完整日期(Y-M-D)
|
|
56
|
-
*/
|
|
57
|
-
export declare const DateFullYMD: Story;
|
|
58
|
-
/**
|
|
59
|
-
* 月-日-年 格式
|
|
60
|
-
*/
|
|
61
|
-
export declare const DateMDY: Story;
|
|
62
|
-
/**
|
|
63
|
-
* 日-月-年 格式
|
|
64
|
-
*/
|
|
65
|
-
export declare const DateDMY: Story;
|
|
66
|
-
/**
|
|
67
|
-
* 中文日期带单位
|
|
68
|
-
*/
|
|
69
|
-
export declare const DateChinese: Story;
|
|
70
|
-
/**
|
|
71
|
-
* 相对日:今天/昨天/明天
|
|
72
|
-
* 与「当前日期」同天显示「今天」,前一天「昨天」,后一天「明天」;其他日期仍按原格式。
|
|
73
|
-
* 参考日为 dayjs(),随时间变化:例如 2 月 4 日当天,2 月 4 日显示「今天」,2 月 3 日显示「昨天」。
|
|
74
|
-
*/
|
|
75
|
-
export declare const RelativeDay: Story;
|
|
76
|
-
/**
|
|
77
|
-
* 相对日 - 英文
|
|
78
|
-
*/
|
|
79
|
-
export declare const RelativeDayEn: Story;
|
|
80
|
-
/**
|
|
81
|
-
* 相对日 - 自定义文案
|
|
82
|
-
*/
|
|
83
|
-
export declare const RelativeDayCustomLabels: Story;
|
|
84
|
-
/**
|
|
85
|
-
* 英文完整月份
|
|
86
|
-
*/
|
|
87
|
-
export declare const DateFullMonth: Story;
|
|
88
|
-
/**
|
|
89
|
-
* 自定义分隔符
|
|
90
|
-
*/
|
|
91
|
-
export declare const DateCustomSeparator: Story;
|
|
92
|
-
/**
|
|
93
|
-
* 星期完整展示(英文)
|
|
94
|
-
*/
|
|
95
|
-
export declare const WeekdayFull: Story;
|
|
96
|
-
/**
|
|
97
|
-
* 星期完整展示(中文)
|
|
98
|
-
*/
|
|
99
|
-
export declare const WeekdayFullChinese: Story;
|
|
100
|
-
/**
|
|
101
|
-
* 星期单字母展示
|
|
102
|
-
*/
|
|
103
|
-
export declare const WeekdaySingleLetter: Story;
|
|
104
|
-
/**
|
|
105
|
-
* 只显示时间
|
|
106
|
-
*/
|
|
107
|
-
export declare const OnlyTime: Story;
|
|
108
|
-
/**
|
|
109
|
-
* 只显示日期
|
|
110
|
-
*/
|
|
111
|
-
export declare const OnlyDate: Story;
|
|
112
|
-
/**
|
|
113
|
-
* 自定义字段顺序
|
|
114
|
-
*/
|
|
115
|
-
export declare const CustomFieldOrder: Story;
|
|
116
|
-
/**
|
|
117
|
-
* 自定义格式化 - ISO 格式
|
|
118
|
-
*/
|
|
119
|
-
export declare const CustomFormatISO: Story;
|
|
120
|
-
/**
|
|
121
|
-
* 自定义格式化 - 中文格式
|
|
122
|
-
*/
|
|
123
|
-
export declare const CustomFormatChinese: Story;
|
|
124
|
-
/**
|
|
125
|
-
* 自定义格式化 - 包含星期
|
|
126
|
-
*/
|
|
127
|
-
export declare const CustomFormatWithWeekday: Story;
|
|
128
|
-
/**
|
|
129
|
-
* 中文环境
|
|
130
|
-
*/
|
|
131
|
-
export declare const LocaleChinese: Story;
|
|
132
|
-
/**
|
|
133
|
-
* 英文环境
|
|
134
|
-
*/
|
|
135
|
-
export declare const LocaleEnglish: Story;
|
|
136
|
-
/**
|
|
137
|
-
* 自定义容器样式
|
|
138
|
-
*/
|
|
139
|
-
export declare const CustomContainerStyle: Story;
|
|
140
|
-
/**
|
|
141
|
-
* 自定义文本样式
|
|
142
|
-
*/
|
|
143
|
-
export declare const CustomTextStyle: Story;
|
|
144
|
-
/**
|
|
145
|
-
* 居中对齐
|
|
146
|
-
*/
|
|
147
|
-
export declare const CenterAlign: Story;
|
|
148
|
-
/**
|
|
149
|
-
* 禁用自动刷新
|
|
150
|
-
*/
|
|
151
|
-
export declare const DisableRefresh: Story;
|
|
152
|
-
/**
|
|
153
|
-
* 自定义刷新间隔(5秒)
|
|
154
|
-
*/
|
|
155
|
-
export declare const CustomRefreshInterval: Story;
|
|
156
|
-
/**
|
|
157
|
-
* 应用场景 - 后台首页
|
|
158
|
-
*/
|
|
159
|
-
export declare const ScenarioDashboard: Story;
|
|
160
|
-
/**
|
|
161
|
-
* 应用场景 - 状态栏
|
|
162
|
-
*/
|
|
163
|
-
export declare const ScenarioStatusBar: Story;
|
|
164
|
-
/**
|
|
165
|
-
* 应用场景 - 欢迎页
|
|
166
|
-
*/
|
|
167
|
-
export declare const ScenarioWelcome: Story;
|
|
168
|
-
/**
|
|
169
|
-
* 应用场景 - 大屏展示
|
|
170
|
-
*/
|
|
171
|
-
export declare const ScenarioLargeScreen: Story;
|
|
172
|
-
/**
|
|
173
|
-
* 多语言对比
|
|
174
|
-
*/
|
|
175
|
-
export declare const MultiLanguage: Story;
|
|
176
|
-
/**
|
|
177
|
-
* 时间格式对比
|
|
178
|
-
*/
|
|
179
|
-
export declare const TimeFormats: Story;
|
|
180
|
-
/**
|
|
181
|
-
* 日期格式对比
|
|
182
|
-
*/
|
|
183
|
-
export declare const DateFormats: Story;
|
|
184
|
-
/**
|
|
185
|
-
* 星期格式对比
|
|
186
|
-
*/
|
|
187
|
-
export declare const WeekdayFormats: Story;
|
|
188
|
-
/**
|
|
189
|
-
* 所有布局对比
|
|
190
|
-
*/
|
|
191
|
-
export declare const AllLayouts: Story;
|
|
192
|
-
/**
|
|
193
|
-
* 深色主题
|
|
194
|
-
*/
|
|
195
|
-
export declare const DarkTheme: Story;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type Dayjs } from 'dayjs';
|
|
3
|
-
import type { DateFormatConfig, TextStyleConfig } from '../types';
|
|
4
|
-
/**
|
|
5
|
-
* DateDisplay 组件 Props
|
|
6
|
-
*/
|
|
7
|
-
export interface DateDisplayProps {
|
|
8
|
-
/**
|
|
9
|
-
* 日期对象
|
|
10
|
-
*/
|
|
11
|
-
date: Dayjs;
|
|
12
|
-
/**
|
|
13
|
-
* 日期格式配置
|
|
14
|
-
*/
|
|
15
|
-
format?: DateFormatConfig;
|
|
16
|
-
/**
|
|
17
|
-
* 参考日期(用于「今天/昨天/明天」判定,默认当前时间 dayjs())
|
|
18
|
-
*/
|
|
19
|
-
referenceDate?: Dayjs;
|
|
20
|
-
/**
|
|
21
|
-
* 文本样式
|
|
22
|
-
*/
|
|
23
|
-
style?: TextStyleConfig;
|
|
24
|
-
/**
|
|
25
|
-
* 自定义类名
|
|
26
|
-
*/
|
|
27
|
-
className?: string;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* 日期展示组件
|
|
31
|
-
*
|
|
32
|
-
* @description
|
|
33
|
-
* - 格式化并展示日期
|
|
34
|
-
* - 支持 showRelativeDay:今天/昨天/明天时用相对日替换原日期展示,不展示具体日期
|
|
35
|
-
* - 支持不同的日期顺序(YMD/MDY/DMY)
|
|
36
|
-
* - 支持年月日字段显隐
|
|
37
|
-
* - 支持中文单位(年、月、日)
|
|
38
|
-
* - 支持英文月份格式(简写/完整/数字)
|
|
39
|
-
*
|
|
40
|
-
* @example
|
|
41
|
-
* <DateDisplay
|
|
42
|
-
* date={dayjs()}
|
|
43
|
-
* format={{ order: 'YMD', showYear: true, showChineseUnit: true }}
|
|
44
|
-
* style={{ fontSize: 18, fontWeight: 400, color: '#666' }}
|
|
45
|
-
* />
|
|
46
|
-
*/
|
|
47
|
-
export declare const DateDisplay: React.FC<DateDisplayProps>;
|
|
48
|
-
export default DateDisplay;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { Dayjs } from 'dayjs';
|
|
3
|
-
import type { TimeFormatConfig, TextStyleConfig } from '../types';
|
|
4
|
-
/**
|
|
5
|
-
* TimeDisplay 组件 Props
|
|
6
|
-
*/
|
|
7
|
-
export interface TimeDisplayProps {
|
|
8
|
-
/**
|
|
9
|
-
* 时间对象
|
|
10
|
-
*/
|
|
11
|
-
time: Dayjs;
|
|
12
|
-
/**
|
|
13
|
-
* 时间格式配置
|
|
14
|
-
*/
|
|
15
|
-
format?: TimeFormatConfig;
|
|
16
|
-
/**
|
|
17
|
-
* 文本样式
|
|
18
|
-
*/
|
|
19
|
-
style?: TextStyleConfig;
|
|
20
|
-
/**
|
|
21
|
-
* 自定义类名
|
|
22
|
-
*/
|
|
23
|
-
className?: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* 时间展示组件
|
|
27
|
-
*
|
|
28
|
-
* @description
|
|
29
|
-
* - 格式化并展示时间
|
|
30
|
-
* - 支持 12/24 小时制
|
|
31
|
-
* - 支持显示秒
|
|
32
|
-
* - 支持小时补零
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
35
|
-
* <TimeDisplay
|
|
36
|
-
* time={dayjs()}
|
|
37
|
-
* format={{ use12Hour: false, showSeconds: true }}
|
|
38
|
-
* style={{ fontSize: 24, fontWeight: 600, color: '#000' }}
|
|
39
|
-
* />
|
|
40
|
-
*/
|
|
41
|
-
export declare const TimeDisplay: React.FC<TimeDisplayProps>;
|
|
42
|
-
export default TimeDisplay;
|