@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
|
@@ -0,0 +1,560 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'pisell-tabbar-expand': string;
|
|
3
|
+
'pisell-tabbar-minimize': string;
|
|
4
|
+
'pisell-tabbar-all': string;
|
|
5
|
+
'table-filter-search': string;
|
|
6
|
+
'table-filter-find': string;
|
|
7
|
+
'table-filter-clear': string;
|
|
8
|
+
'table-filter-filter': string;
|
|
9
|
+
'table-filter-min': string;
|
|
10
|
+
'table-filter-max': string;
|
|
11
|
+
'table-pagination-previous': string;
|
|
12
|
+
'table-pagination-next': string;
|
|
13
|
+
'table-pagination-total': (current: string, total: string) => string;
|
|
14
|
+
'select-dropdown-render-select-all': string;
|
|
15
|
+
'select-dropdown-render-search': string;
|
|
16
|
+
'sort-button-text': string;
|
|
17
|
+
'sort-oldest-to-newest': string;
|
|
18
|
+
'sort-newest-to-oldest': string;
|
|
19
|
+
'sort-a-z': string;
|
|
20
|
+
'sort-z-a': string;
|
|
21
|
+
'sort-from-morning-to-night': string;
|
|
22
|
+
'sort-from-evening-to-morning': string;
|
|
23
|
+
'sort-0-9': string;
|
|
24
|
+
'sort-9-0': string;
|
|
25
|
+
'sort-first-last': string;
|
|
26
|
+
'sort-last-first': string;
|
|
27
|
+
'table-action-filter-button': string;
|
|
28
|
+
'table-action-filter-quick-filter': string;
|
|
29
|
+
'table-action-filter-quick-filter-tip': (count: number) => string;
|
|
30
|
+
'table-action-filter-other-filter': string;
|
|
31
|
+
'table-action-filter-other-filter-tip': () => string;
|
|
32
|
+
'table-action-group-by-title': string;
|
|
33
|
+
'table-action-group-by-title-tip': string;
|
|
34
|
+
'table-action-column-title': string;
|
|
35
|
+
'table-column-group-records': string;
|
|
36
|
+
'table-column-group-lock-tip': string;
|
|
37
|
+
'record-board-uniform-summary-empty': string;
|
|
38
|
+
'record-board-uniform-summary-same': string;
|
|
39
|
+
'table-column-drag-sort-disabled-tip': string;
|
|
40
|
+
'table-action-filter-no-filter': string;
|
|
41
|
+
'table-action-range-picker-placeholder-start': string;
|
|
42
|
+
'table-action-range-picker-placeholder-end': string;
|
|
43
|
+
'table-action-range-picker-presets-today': string;
|
|
44
|
+
'table-action-range-picker-presets-yesterday': string;
|
|
45
|
+
'table-action-range-picker-presets-last-3-day': string;
|
|
46
|
+
'table-action-range-picker-presets-last-7-day': string;
|
|
47
|
+
'table-action-range-picker-presets-last-14-day': string;
|
|
48
|
+
'table-action-range-picker-presets-last-30-day': string;
|
|
49
|
+
'table-action-range-picker-presets-last-90-day': string;
|
|
50
|
+
'virtual-keyboard-time-now': string;
|
|
51
|
+
'virtual-keyboard-time-ok': string;
|
|
52
|
+
'batch-editor-batch-edit': string;
|
|
53
|
+
'pisell-lookup-placeholder': string;
|
|
54
|
+
'pisell-lookup-button-text': string;
|
|
55
|
+
'pisell-lookup-confirm-button-text': string;
|
|
56
|
+
'pisell-lookup-clear': string;
|
|
57
|
+
'pisell-lookup-close': string;
|
|
58
|
+
'pisell-lookup-search-history': string;
|
|
59
|
+
'pisell-lookup-clear-history': string;
|
|
60
|
+
'pisell-lookup-suggestions': string;
|
|
61
|
+
'pisell-lookup-popular-search': string;
|
|
62
|
+
'pisell-lookup-loading': string;
|
|
63
|
+
'pisell-lookup-no-data': string;
|
|
64
|
+
'pisell-find-button-text': string;
|
|
65
|
+
'pisell-find-placeholder': string;
|
|
66
|
+
'pisell-export-button-text': string;
|
|
67
|
+
'batch-editor-actions': string;
|
|
68
|
+
'batch-editor-remove': string;
|
|
69
|
+
'batch-editor-price': string;
|
|
70
|
+
'batch-editor-cancel': string;
|
|
71
|
+
'batch-editor-search': string;
|
|
72
|
+
'batch-editor-confirm': string;
|
|
73
|
+
'batch-editor-batch-remove': string;
|
|
74
|
+
'batch-editor-quick-edit': string;
|
|
75
|
+
'batch-editor-what-price': string;
|
|
76
|
+
'batch-editor-quick-edit-title': (product: string, num: string) => string;
|
|
77
|
+
'batch-editor-quick-edit-title-2': (product: string) => string;
|
|
78
|
+
'batch-action-bar-select-all': string;
|
|
79
|
+
'batch-action-bar-invert': string;
|
|
80
|
+
'batch-action-bar-clear': string;
|
|
81
|
+
'batch-action-bar-delete': string;
|
|
82
|
+
'batch-action-bar-more': string;
|
|
83
|
+
'batch-action-bar-selected-count': (count: number) => string;
|
|
84
|
+
'batch-action-bar-confirm-title': string;
|
|
85
|
+
'batch-action-bar-delete-confirm-title': string;
|
|
86
|
+
'batch-action-bar-delete-confirm-content': (count: number) => string;
|
|
87
|
+
'batch-action-bar-delete-confirm-ok': string;
|
|
88
|
+
'batch-action-bar-delete-confirm-cancel': string;
|
|
89
|
+
'record-board-toolbar-reset': string;
|
|
90
|
+
'record-board-toolbar-default-filter-status': string;
|
|
91
|
+
'record-board-toolbar-default-filter-all': string;
|
|
92
|
+
'record-board-toolbar-default-filter-enabled': string;
|
|
93
|
+
'record-board-toolbar-default-filter-disabled': string;
|
|
94
|
+
'record-board-toolbar-default-filter-keyword': string;
|
|
95
|
+
'record-board-toolbar-default-placeholder': string;
|
|
96
|
+
'record-board-infinite-scroll-loading-more': string;
|
|
97
|
+
'record-board-infinite-scroll-all-loaded': string;
|
|
98
|
+
'record-board-infinite-scroll-pull-hint': string;
|
|
99
|
+
'pisell-resource-wall-appearance-light': string;
|
|
100
|
+
'pisell-resource-wall-appearance-dark': string;
|
|
101
|
+
'pisell-resource-wall-control-open': string;
|
|
102
|
+
'pisell-resource-wall-page-indicator': string;
|
|
103
|
+
'pisell-resource-wall-layout-custom': string;
|
|
104
|
+
'pisell-resource-wall-control-title': string;
|
|
105
|
+
'pisell-resource-wall-control-cancel': string;
|
|
106
|
+
'pisell-resource-wall-control-apply': string;
|
|
107
|
+
'pisell-resource-wall-control-close': string;
|
|
108
|
+
'pisell-resource-wall-control-eyebrow': string;
|
|
109
|
+
'pisell-resource-wall-control-subtitle': string;
|
|
110
|
+
'pisell-resource-wall-display-mode': string;
|
|
111
|
+
'pisell-resource-wall-carousel-paging-mode': string;
|
|
112
|
+
'pisell-resource-wall-summary-pagination': string;
|
|
113
|
+
'pisell-resource-wall-summary-page-sec': string;
|
|
114
|
+
'pisell-resource-wall-modal-select-all': string;
|
|
115
|
+
'pisell-resource-wall-modal-clear-all': string;
|
|
116
|
+
'pisell-resource-wall-modal-resource-hint': string;
|
|
117
|
+
'pisell-resource-wall-status-table-title': string;
|
|
118
|
+
'pisell-resource-wall-tab-layout': string;
|
|
119
|
+
'pisell-resource-wall-tab-colors': string;
|
|
120
|
+
'pisell-resource-wall-tab-status': string;
|
|
121
|
+
'pisell-resource-wall-resources-section': string;
|
|
122
|
+
'pisell-resource-wall-select-all': string;
|
|
123
|
+
'pisell-resource-wall-clear-selection': string;
|
|
124
|
+
'pisell-resource-wall-max-selection': string;
|
|
125
|
+
'pisell-resource-wall-layout-preset': string;
|
|
126
|
+
'pisell-resource-wall-page-duration': string;
|
|
127
|
+
'pisell-resource-wall-custom-cols': string;
|
|
128
|
+
'pisell-resource-wall-custom-rows': string;
|
|
129
|
+
'pisell-resource-wall-occupied-color': string;
|
|
130
|
+
'pisell-resource-wall-available-color': string;
|
|
131
|
+
'pisell-resource-wall-boarding-soon-min': string;
|
|
132
|
+
'pisell-resource-wall-status-col-key': string;
|
|
133
|
+
'pisell-resource-wall-status-col-label': string;
|
|
134
|
+
'pisell-resource-wall-status-col-note': string;
|
|
135
|
+
'pisell-resource-wall-status-col-color': string;
|
|
136
|
+
'pisell-resource-wall-status-col-notebg': string;
|
|
137
|
+
'pisell-resource-wall-carousel-dwell-sec-label': string;
|
|
138
|
+
'pisell-resource-wall-layout-placeholder': string;
|
|
139
|
+
'pisell-resource-wall-layout-field-label': string;
|
|
140
|
+
'pisell-resource-wall-panel-custom-cols': string;
|
|
141
|
+
'pisell-resource-wall-panel-custom-rows': string;
|
|
142
|
+
'pisell-resource-wall-hero-width-ratio': string;
|
|
143
|
+
'pisell-resource-wall-hero-width-hint': string;
|
|
144
|
+
'pisell-resource-wall-hero-benchmark-placeholder': string;
|
|
145
|
+
'pisell-resource-wall-hero-benchmark-sample': string;
|
|
146
|
+
'pisell-resource-wall-resources-select-with-count': string;
|
|
147
|
+
'pisell-resource-wall-resources-capacity-carousel-hint': string;
|
|
148
|
+
'pisell-resource-wall-occupied-card-color-label': string;
|
|
149
|
+
'pisell-resource-wall-available-card-color-label': string;
|
|
150
|
+
'pisell-resource-wall-status-col-explain': string;
|
|
151
|
+
'pisell-resource-wall-carousel-countdown-line': string;
|
|
152
|
+
'pisell-resource-wall-countdown-overtime': string;
|
|
153
|
+
'pisell-resource-wall-countdown-ending-now': string;
|
|
154
|
+
'pisell-resource-wall-countdown-left': string;
|
|
155
|
+
'pisell-resource-wall-countdown-zero-overtime': string;
|
|
156
|
+
'pisell-resource-wall-fullscreen-enter': string;
|
|
157
|
+
'pisell-resource-wall-fullscreen-exit': string;
|
|
158
|
+
'pisell-resource-wall-card-hero-available': string;
|
|
159
|
+
'pisell-resource-wall-card-label-current': string;
|
|
160
|
+
'pisell-resource-wall-card-label-next': string;
|
|
161
|
+
'pisell-resource-wall-card-next-line': string;
|
|
162
|
+
'pisell-resource-wall-card-starts-in': string;
|
|
163
|
+
'pisell-resource-wall-card-late': string;
|
|
164
|
+
'pisell-resource-wall-card-current-not-in-use': string;
|
|
165
|
+
'pisell-resource-wall-floor-status-empty': string;
|
|
166
|
+
'pisell-resource-wall-floor-status-reserved': string;
|
|
167
|
+
'pisell-resource-wall-floor-status-late': string;
|
|
168
|
+
'pisell-resource-wall-floor-status-occupied': string;
|
|
169
|
+
'pisell-resource-wall-floor-status-expired': string;
|
|
170
|
+
'pisell-resource-wall-marquee-ending-soon': string;
|
|
171
|
+
'pisell-resource-wall-card-session-complete': string;
|
|
172
|
+
'pisell-resource-wall-card-check-in-prompt': string;
|
|
173
|
+
'pisell-resource-wall-status-id-inUse': string;
|
|
174
|
+
'pisell-resource-wall-status-id-endingSoon': string;
|
|
175
|
+
'pisell-resource-wall-status-id-expired': string;
|
|
176
|
+
'pisell-resource-wall-status-id-available': string;
|
|
177
|
+
'pisell-resource-wall-status-id-boardingSoon': string;
|
|
178
|
+
'pisell-resource-wall-status-id-late': string;
|
|
179
|
+
'pisell-resource-wall-tone-inUse-label': string;
|
|
180
|
+
'pisell-resource-wall-tone-inUse-note': string;
|
|
181
|
+
'pisell-resource-wall-tone-endingSoon-label': string;
|
|
182
|
+
'pisell-resource-wall-tone-endingSoon-note': string;
|
|
183
|
+
'pisell-resource-wall-tone-expired-label': string;
|
|
184
|
+
'pisell-resource-wall-tone-expired-note': string;
|
|
185
|
+
'pisell-resource-wall-tone-available-label': string;
|
|
186
|
+
'pisell-resource-wall-tone-available-note': string;
|
|
187
|
+
'pisell-resource-wall-tone-boardingSoon-label': string;
|
|
188
|
+
'pisell-resource-wall-tone-boardingSoon-note': string;
|
|
189
|
+
'pisell-resource-wall-tone-late-label': string;
|
|
190
|
+
'pisell-resource-wall-tone-late-note': string;
|
|
191
|
+
'pisell2.recordBoard.toolbar.find': string;
|
|
192
|
+
'pisell2.recordBoard.toolbar.findPlaceholder': string;
|
|
193
|
+
'pisell2.recordBoard.toolbar.sort': string;
|
|
194
|
+
'pisell2.recordBoard.toolbar.sortStatus': string;
|
|
195
|
+
'pisell2.recordBoard.toolbar.sortStatusFreeFirst': string;
|
|
196
|
+
'pisell2.recordBoard.toolbar.sortStatusOccupiedFirst': string;
|
|
197
|
+
'pisell2.recordBoard.toolbar.filter': string;
|
|
198
|
+
'pisell2.recordBoard.toolbar.reset': string;
|
|
199
|
+
'pisell2.recordBoard.toolbar.viewGrid': string;
|
|
200
|
+
'pisell2.recordBoard.toolbar.viewFloorMap': string;
|
|
201
|
+
'pisell2.recordBoard.toolbar.viewCalendar': string;
|
|
202
|
+
'pisell2.recordBoard.toolbar.viewResourceWall': string;
|
|
203
|
+
'pisell2.recordBoard.toolbar.columnSetting': string;
|
|
204
|
+
'pisell2.recordBoard.toolbar.moreSettings': string;
|
|
205
|
+
'pisell2.recordBoard.filter.placeholderEnter': string;
|
|
206
|
+
'pisell2.recordBoard.calendar.common.close': string;
|
|
207
|
+
'pisell2.recordBoard.calendar.common.cancel': string;
|
|
208
|
+
'pisell2.recordBoard.calendar.common.save': string;
|
|
209
|
+
'pisell2.recordBoard.calendar.common.saving': string;
|
|
210
|
+
'pisell2.recordBoard.calendar.common.resourceFallback': string;
|
|
211
|
+
'pisell2.recordBoard.calendar.common.newBookingName': string;
|
|
212
|
+
'pisell2.recordBoard.calendar.weekday.mon': string;
|
|
213
|
+
'pisell2.recordBoard.calendar.weekday.tue': string;
|
|
214
|
+
'pisell2.recordBoard.calendar.weekday.wed': string;
|
|
215
|
+
'pisell2.recordBoard.calendar.weekday.thu': string;
|
|
216
|
+
'pisell2.recordBoard.calendar.weekday.fri': string;
|
|
217
|
+
'pisell2.recordBoard.calendar.weekday.sat': string;
|
|
218
|
+
'pisell2.recordBoard.calendar.weekday.sun': string;
|
|
219
|
+
'pisell2.recordBoard.calendar.block.panelTitle': string;
|
|
220
|
+
'pisell2.recordBoard.calendar.block.defaultTitle': string;
|
|
221
|
+
'pisell2.recordBoard.calendar.block.fieldTitle': string;
|
|
222
|
+
'pisell2.recordBoard.calendar.block.fieldNote': string;
|
|
223
|
+
'pisell2.recordBoard.calendar.block.fieldResource': string;
|
|
224
|
+
'pisell2.recordBoard.calendar.block.fieldTimeRange': string;
|
|
225
|
+
'pisell2.recordBoard.calendar.block.placeholderTitle': string;
|
|
226
|
+
'pisell2.recordBoard.calendar.block.placeholderNote': string;
|
|
227
|
+
'pisell2.recordBoard.calendar.block.noResource': string;
|
|
228
|
+
'pisell2.recordBoard.calendar.block.closeAria': string;
|
|
229
|
+
'pisell2.recordBoard.calendar.block.warnSelectTime': string;
|
|
230
|
+
'pisell2.recordBoard.calendar.block.warnEndAfterStart': string;
|
|
231
|
+
'pisell2.recordBoard.calendar.block.warnSelectResource': string;
|
|
232
|
+
'pisell2.recordBoard.calendar.overflow.bookingsForDay': string;
|
|
233
|
+
'pisell2.recordBoard.calendar.overflow.listTitleBookings': string;
|
|
234
|
+
'pisell2.recordBoard.calendar.overflow.listTitleAllBookings': string;
|
|
235
|
+
'pisell2.recordBoard.calendar.overflow.moreCount': string;
|
|
236
|
+
'pisell2.recordBoard.calendar.move.title': string;
|
|
237
|
+
'pisell2.recordBoard.calendar.move.subtitle': string;
|
|
238
|
+
'pisell2.recordBoard.calendar.move.customer': string;
|
|
239
|
+
'pisell2.recordBoard.calendar.move.court': string;
|
|
240
|
+
'pisell2.recordBoard.calendar.move.newDate': string;
|
|
241
|
+
'pisell2.recordBoard.calendar.move.newStartTime': string;
|
|
242
|
+
'pisell2.recordBoard.calendar.move.newEndTime': string;
|
|
243
|
+
'pisell2.recordBoard.calendar.move.previousInfo': string;
|
|
244
|
+
'pisell2.recordBoard.calendar.move.original': string;
|
|
245
|
+
'pisell2.recordBoard.calendar.move.dropTarget': string;
|
|
246
|
+
'pisell2.recordBoard.calendar.move.updated': string;
|
|
247
|
+
'pisell2.recordBoard.calendar.move.confirm': string;
|
|
248
|
+
'pisell2.recordBoard.calendar.move.noPhone': string;
|
|
249
|
+
'pisell2.recordBoard.calendar.move.noEmail': string;
|
|
250
|
+
'pisell2.recordBoard.calendar.move.courtFallback': string;
|
|
251
|
+
'pisell2.recordBoard.calendar.move.slotDisabled': string;
|
|
252
|
+
'pisell2.recordBoard.calendar.week.headerCourtDate': string;
|
|
253
|
+
'pisell2.recordBoard.calendar.week.fullyBooked': string;
|
|
254
|
+
'pisell2.recordBoard.calendar.week.available': string;
|
|
255
|
+
'pisell2.recordBoard.calendar.day.outsideHours': string;
|
|
256
|
+
'pisell2.recordBoard.calendar.day.selectedBlock': string;
|
|
257
|
+
'pisell2.recordBoard.calendar.day.selected': string;
|
|
258
|
+
'pisell2.recordBoard.calendar.day.tapToSelect': string;
|
|
259
|
+
'pisell2.recordBoard.calendar.day.deselectAll': string;
|
|
260
|
+
'pisell2.recordBoard.calendar.day.openSlot': string;
|
|
261
|
+
'pisell2.recordBoard.calendar.day.block': string;
|
|
262
|
+
'pisell2.recordBoard.calendar.day.createBooking': string;
|
|
263
|
+
'pisell2.recordBoard.calendar.day.freeRatio': string;
|
|
264
|
+
'pisell2.recordBoard.calendar.card.continuesNext': string;
|
|
265
|
+
'pisell2.recordBoard.calendar.card.blockBy': string;
|
|
266
|
+
'pisell2.recordBoard.calendar.card.lateMinutesBadge': string;
|
|
267
|
+
'pisell2.recordBoard.calendar.card.lateMinutesDetail': string;
|
|
268
|
+
'pisell2.recordBoard.calendar.status.cancel': string;
|
|
269
|
+
'pisell2.recordBoard.calendar.status.change': string;
|
|
270
|
+
'pisell2.recordBoard.calendar.status.checkedIn': string;
|
|
271
|
+
'pisell2.recordBoard.calendar.status.pending': string;
|
|
272
|
+
'pisell2.recordBoard.calendar.status.new': string;
|
|
273
|
+
'pisell2.recordBoard.calendar.status.late': string;
|
|
274
|
+
'pisell2.recordBoard.calendar.status.noShow': string;
|
|
275
|
+
'pisell2.recordBoard.calendar.detail.staff': string;
|
|
276
|
+
'pisell2.recordBoard.calendar.detail.orderNote': string;
|
|
277
|
+
'pisell2.salesManagement.pagination.previous': string;
|
|
278
|
+
'pisell2.salesManagement.pagination.next': string;
|
|
279
|
+
'pisell2.salesManagement.pagination.showTotal': (currentPage: number, totalPages: number) => string;
|
|
280
|
+
'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
|
|
281
|
+
'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
|
|
282
|
+
'pisell2.salesManagement.batchActionBar.more': string;
|
|
283
|
+
'pisell2.salesManagement.batchActionBar.selectAll': string;
|
|
284
|
+
'pisell2.salesManagement.batchActionBar.invert': string;
|
|
285
|
+
'pisell2.salesManagement.batchActionBar.clear': string;
|
|
286
|
+
'pisell2.salesManagement.batchActionBar.delete': string;
|
|
287
|
+
'pisell2.salesManagement.batchActionBar.confirmTitle': string;
|
|
288
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
|
|
289
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
|
|
290
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
|
|
291
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
|
|
292
|
+
'shell-frame-statistic-expand': string;
|
|
293
|
+
'shell-frame-statistic-collapse': string;
|
|
294
|
+
'table-action-export-import-export-success': string;
|
|
295
|
+
'table-action-export-import-button': string;
|
|
296
|
+
'table-action-export-import-export-range': string;
|
|
297
|
+
'table-action-export-import-current-page': string;
|
|
298
|
+
'table-action-export-import-all-records': string;
|
|
299
|
+
'table-action-export-import-selected-records': string;
|
|
300
|
+
'table-action-export-import-selected': string;
|
|
301
|
+
'table-action-export-import-item': (length: number) => string;
|
|
302
|
+
'table-action-export-import-product': string;
|
|
303
|
+
'table-action-export-import-table-text-input-title': string;
|
|
304
|
+
'table-action-export-import-table-text-input-describe': string;
|
|
305
|
+
'table-action-export-import-table-error-file': string;
|
|
306
|
+
'table-action-export-import-import-success': string;
|
|
307
|
+
'table-action-export-import-import-phone': string;
|
|
308
|
+
'table-action-export-import-table-success-download': string;
|
|
309
|
+
'table-action-export-import-table-textimport-product': string;
|
|
310
|
+
'table-action-export-import-table-text-product-template': string;
|
|
311
|
+
'table-action-export-import-table-text-click-download': string;
|
|
312
|
+
'table-action-export-import-table-text-edit-file': string;
|
|
313
|
+
'table-action-export-import-button-import': string;
|
|
314
|
+
'table-action-export-import-cancel': string;
|
|
315
|
+
'table-action-export-import-file-completed': string;
|
|
316
|
+
'table-action-export-import-file-processing': string;
|
|
317
|
+
'table-action-export-import-file-pending': string;
|
|
318
|
+
'table-action-export-import-file-refresh': string;
|
|
319
|
+
'table-action-export-import-export-title': string;
|
|
320
|
+
'table-action-export-import-file-hint': string;
|
|
321
|
+
'table-action-export-import-file-name': string;
|
|
322
|
+
'table-action-export-import-file-content': string;
|
|
323
|
+
'table-action-export-import-file-content-all': string;
|
|
324
|
+
'table-action-export-import-file-content-part': string;
|
|
325
|
+
'table-action-export-import-file-status': string;
|
|
326
|
+
'table-action-export-import-file-account': string;
|
|
327
|
+
'table-action-export-import-file-created': string;
|
|
328
|
+
'table-action-export-import-file-record': (length: number) => string;
|
|
329
|
+
'table-action-export-import-import-title': string;
|
|
330
|
+
'table-action-export-import-log-hint': string;
|
|
331
|
+
'table-action-export-import-log-name': string;
|
|
332
|
+
'table-action-export-import-log-result': string;
|
|
333
|
+
'table-action-export-import-log-ok': (num: number) => string;
|
|
334
|
+
'table-action-export-import-log-err': (num: number) => string;
|
|
335
|
+
'table-action-export-import-log-check': string;
|
|
336
|
+
'table-action-export-import-log-detail-title': string;
|
|
337
|
+
'table-action-export-import-log-err-log': string;
|
|
338
|
+
'table-action-export-import-log-copy': string;
|
|
339
|
+
'table-action-export-import-table-success-copy': string;
|
|
340
|
+
'drag-sort-tree-unavailable-today-tip': string;
|
|
341
|
+
'date-picker-today': string;
|
|
342
|
+
'date-picker-yesterday': string;
|
|
343
|
+
'date-picker-tomorrow': string;
|
|
344
|
+
'date-picker-next_monday': string;
|
|
345
|
+
'date-picker-last_friday': string;
|
|
346
|
+
'date-picker-first_day_of_this_month': string;
|
|
347
|
+
'date-picker-last_day_of_this_month': string;
|
|
348
|
+
'date-picker-first_day_of_next_month': string;
|
|
349
|
+
'date-picker-last_day_of_last_month': string;
|
|
350
|
+
'date-picker-invalid-date': string;
|
|
351
|
+
'date-picker-apply': string;
|
|
352
|
+
'date-picker-shortcut-custom': string;
|
|
353
|
+
'pisell-input-copy-success': string;
|
|
354
|
+
'pisell-input-copy': string;
|
|
355
|
+
'pisell-empty-description-no-data': string;
|
|
356
|
+
'pisell-information-entry-input-search': string;
|
|
357
|
+
'pisell-information-entry-input-confirm': string;
|
|
358
|
+
'pisell-information-entry-scan-exit': string;
|
|
359
|
+
'pisell-wallet-pass-card-detail': string;
|
|
360
|
+
'pisell-wallet-pass-card-edit': string;
|
|
361
|
+
'pisell-wallet-pass-card-name': string;
|
|
362
|
+
'pisell-wallet-pass-card-store-name': string;
|
|
363
|
+
'pisell-wallet-pass-card-balance': string;
|
|
364
|
+
'pisell-wallet-pass-card-redeem': string;
|
|
365
|
+
'pisell-wallet-pass-card-code': string;
|
|
366
|
+
'pisell-wallet-pass-card-valid-to': string;
|
|
367
|
+
'pisell-wallet-pass-card-valid': string;
|
|
368
|
+
'pisell-wallet-pass-card-confirm': string;
|
|
369
|
+
'pisell-wallet-pass-card-cancel': string;
|
|
370
|
+
'pisell-wallet-pass-card-required': string;
|
|
371
|
+
'pisell-wallet-pass-card-expireDate': string;
|
|
372
|
+
'pisell-adjust-price-price-override': string;
|
|
373
|
+
'pisell-adjust-price-discount': string;
|
|
374
|
+
'pisell-adjust-price-discount-amount': string;
|
|
375
|
+
'pisell-adjust-price-discount-percentage': string;
|
|
376
|
+
'pisell-adjust-price-total-after-discount': string;
|
|
377
|
+
'pisell-adjust-price-discount-can-be-maximum': string;
|
|
378
|
+
'pisell-discount-card-title': string;
|
|
379
|
+
'pisell-discount-card-unit': string;
|
|
380
|
+
'pisell-discount-card-fixed-amount-prefix': string;
|
|
381
|
+
'pisell-data-source-table-add': string;
|
|
382
|
+
'pisell-data-source-table-edit': string;
|
|
383
|
+
'pisell-data-source-table-detail': string;
|
|
384
|
+
'pisell-data-source-table-delete': string;
|
|
385
|
+
'pisell-record-view-available': string;
|
|
386
|
+
'pisell-record-view-unavailable': string;
|
|
387
|
+
'pisell-data-source-form-required-message': string;
|
|
388
|
+
'pisell-data-source-form-scope-message': string;
|
|
389
|
+
'pisell-data-source-form-email-message': string;
|
|
390
|
+
'pisell-data-source-form-domain-message': string;
|
|
391
|
+
'pisell-data-source-form-url-message': string;
|
|
392
|
+
'pisell-data-source-form-phone-message': string;
|
|
393
|
+
'pisell-data-source-form-min-length-message': (minLength: number) => string;
|
|
394
|
+
'pisell-data-source-form-max-length-message': (maxLength: number) => string;
|
|
395
|
+
'pisell-data-source-form-min-value-message': (minValue: number) => string;
|
|
396
|
+
'pisell-data-source-form-max-value-message': (maxValue: number) => string;
|
|
397
|
+
'pisell-data-source-form-mobile-message': string;
|
|
398
|
+
'pisell-data-source-form-pattern-message': string;
|
|
399
|
+
'pisell-number-format-thousand': string;
|
|
400
|
+
'pisell-number-format-million': string;
|
|
401
|
+
'pisell-number-format-billion': string;
|
|
402
|
+
'walletCard-done': string;
|
|
403
|
+
'walletCard-qrcode': string;
|
|
404
|
+
'walletCard-barcode': string;
|
|
405
|
+
'walletCard-viewPin': string;
|
|
406
|
+
'pisell-upload-button': string;
|
|
407
|
+
'pisell-upload-setting-size-error': (maxSize: number) => string;
|
|
408
|
+
'pisell-upload-setting-type-error': (type: string) => string;
|
|
409
|
+
'pisell-upload-count-error': (count: number) => string;
|
|
410
|
+
'pisell-upload-error': (name: string) => string;
|
|
411
|
+
'pisell-upload-multilingual-title': string;
|
|
412
|
+
'pisell-upload-multilingual-item-title-original': string;
|
|
413
|
+
'pisell-upload-multilingual-item-title-en': string;
|
|
414
|
+
'pisell-upload-multilingual-item-title-zh-CN': string;
|
|
415
|
+
'pisell-upload-multilingual-item-title-zh-HK': string;
|
|
416
|
+
'pisell-color-picker-default': string;
|
|
417
|
+
'pisell-action-get-data': string;
|
|
418
|
+
'pisell-action-delete-success': string;
|
|
419
|
+
'pisell-action-delete-failed': string;
|
|
420
|
+
'walletCard-point': string;
|
|
421
|
+
'walletCard-rechargeable': string;
|
|
422
|
+
'walletCard-voucher': string;
|
|
423
|
+
'walletCard-discount': string;
|
|
424
|
+
'pisellQrcode-done': string;
|
|
425
|
+
'pisellQrcode-qrcode': string;
|
|
426
|
+
'pisell-delete-confirm-title': string;
|
|
427
|
+
'pisell-delete-confirm-content': string;
|
|
428
|
+
'pisell-delete-confirm-ok': string;
|
|
429
|
+
'pisell-delete-confirm-cancel': string;
|
|
430
|
+
'pisell-design-mode-action-disabled': string;
|
|
431
|
+
'pisell-translation-original': string;
|
|
432
|
+
'pisell-version-modal-title': string;
|
|
433
|
+
'pisell-version-modal-current-version': string;
|
|
434
|
+
'pisell-version-modal-version': string;
|
|
435
|
+
'pisell-version-modal-update-notes': string;
|
|
436
|
+
'pisell-version-modal-patch': string;
|
|
437
|
+
'pisell-version-modal-minor': string;
|
|
438
|
+
'pisell-version-modal-major': string;
|
|
439
|
+
'pisell-version-modal-custom': string;
|
|
440
|
+
'pisell-version-modal-cancel': string;
|
|
441
|
+
'pisell-version-modal-confirm': string;
|
|
442
|
+
'pisell-version-modal-describe-update-notes': string;
|
|
443
|
+
'pisell-version-modal-version-error': string;
|
|
444
|
+
'pisell-version-modal-version-required': string;
|
|
445
|
+
'pisell-version-modal-based-on-version': string;
|
|
446
|
+
'subdomain-error-too-short': string;
|
|
447
|
+
'subdomain-error-too-long': string;
|
|
448
|
+
'subdomain-error-pattern': string;
|
|
449
|
+
'subdomain-error-numbers-only': string;
|
|
450
|
+
'subdomain-error-hyphen-ends': string;
|
|
451
|
+
'subdomain-error-consecutive-hyphens': string;
|
|
452
|
+
'subdomain-error-required': string;
|
|
453
|
+
'pisell-icon-select-outlined': string;
|
|
454
|
+
'pisell-icon-select-filled': string;
|
|
455
|
+
'pisell-icon-select-two-tone': string;
|
|
456
|
+
'pisell-icon-select-iconfont': string;
|
|
457
|
+
'pisell-icon-select-search': string;
|
|
458
|
+
'pisell-icon-select-select': string;
|
|
459
|
+
'pisell-lowcode-app-version-control-live': string;
|
|
460
|
+
'pisell-lowcode-app-version-control-draft': string;
|
|
461
|
+
'pisell-lowcode-app-version-control-deprecated': string;
|
|
462
|
+
'pisell-lowcode-app-version-control-new-version': string;
|
|
463
|
+
'pisell-lowcode-app-version-control-promote-to-live': string;
|
|
464
|
+
'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
|
|
465
|
+
'pisell-lowcode-app-version-control-promote-version-describe': string;
|
|
466
|
+
'pisell-lowcode-app-version-control-promote-version-ok': string;
|
|
467
|
+
'pisell-lowcode-app-version-control-promote-version-cancel': string;
|
|
468
|
+
'pisell-lowcode-app-version-control-version-exists': string;
|
|
469
|
+
'pisell-lowcode-drop-sort-add': string;
|
|
470
|
+
'pisell-lowcode-navigation-menu-add-sub-menu': string;
|
|
471
|
+
'pisell-lowcode-navigation-menu-add-page': string;
|
|
472
|
+
'pisell-lowcode-navigation-menu-add-page-tip': string;
|
|
473
|
+
'pisell-lowcode-navigation-menu-tag-base': string;
|
|
474
|
+
'pisell-lowcode-navigation-menu-tag-proCode': string;
|
|
475
|
+
'pisell-lowcode-navigation-menu-tag-pisell1': string;
|
|
476
|
+
'pisell-lowcode-navigation-menu-tag-group': string;
|
|
477
|
+
'pisell-lowcode-navigation-menu-tag-sub-menu': string;
|
|
478
|
+
'pisell-lowcode-navigation-menu-tag-custom': string;
|
|
479
|
+
'pisell-data-source-form-app-identifier-pattern': string;
|
|
480
|
+
'pisell-data-source-form-app-identifier-start-with-letter': string;
|
|
481
|
+
'pisell-group-permissions-rule-required': string;
|
|
482
|
+
'pisell-group-permissions-rule-limit': string;
|
|
483
|
+
'pisell-data-source-form-app-identifier-letters-only': string;
|
|
484
|
+
'pisell-data-source-form-app-identifier-alphanumeric': string;
|
|
485
|
+
'pisell-data-source-form-app-identifier-special-ends': string;
|
|
486
|
+
'pisell-data-source-form-app-identifier-consecutive-special': string;
|
|
487
|
+
'qrscanner-loading': string;
|
|
488
|
+
'qrscanner-success': string;
|
|
489
|
+
'qrscanner-success-qrcode': string;
|
|
490
|
+
'qrscanner-success-barcode': string;
|
|
491
|
+
'qrscanner-error-upload-image': string;
|
|
492
|
+
'qrscanner-error-load-failed': string;
|
|
493
|
+
'qrscanner-error-no-code': string;
|
|
494
|
+
'qrscanner-error-camera-init': string;
|
|
495
|
+
'qrscanner-error-process-image': string;
|
|
496
|
+
'pisell-login-and-register-title': string;
|
|
497
|
+
'pisell-login-and-register-subtitle': string;
|
|
498
|
+
'pisell-login-and-register-email-label': string;
|
|
499
|
+
'pisell-login-and-register-email-placeholder': string;
|
|
500
|
+
'pisell-login-and-register-password-label': string;
|
|
501
|
+
'pisell-login-and-register-password-placeholder': string;
|
|
502
|
+
'pisell-login-and-register-email-error': string;
|
|
503
|
+
'pisell-login-and-register-email-error-valid': string;
|
|
504
|
+
'pisell-login-and-register-password-error': string;
|
|
505
|
+
'pisell-login-and-register-login': string;
|
|
506
|
+
'pisell-login-and-register-google': string;
|
|
507
|
+
'pisell-login-and-register-facebook': string;
|
|
508
|
+
'pisell-login-and-register-apple': string;
|
|
509
|
+
'pisell-login-and-register-sign-up': string;
|
|
510
|
+
'pisell-login-and-register-login-tab': string;
|
|
511
|
+
'pisell-login-and-register-register-tab': string;
|
|
512
|
+
'pisell-login-and-register-register-email-placeholder': string;
|
|
513
|
+
'pisell-login-and-register-register-password-placeholder': string;
|
|
514
|
+
'pisell-login-and-register-register-button-text': string;
|
|
515
|
+
'pisell-login-and-register-remember-me': string;
|
|
516
|
+
'pisell-login-and-register-forgot-password': string;
|
|
517
|
+
'pisell2.text.goodpass.product-vouchers': string;
|
|
518
|
+
'pisell2.text.goodpass.last-settlement': string;
|
|
519
|
+
'pisell2.text.goodpass.view-more': string;
|
|
520
|
+
'pisell2.text.goodpass.save': string;
|
|
521
|
+
'pisell-wallet-pass-card-status-used': string;
|
|
522
|
+
'pisell-wallet-pass-card-status-expired': string;
|
|
523
|
+
'pisell-wallet-pass-card-status-disabled': string;
|
|
524
|
+
'pisell-wallet-pass-card-status-conflict': string;
|
|
525
|
+
'pisell-wallet-pass-card-status-lastPayment': string;
|
|
526
|
+
'pisell-wallet-pass-card-reset': string;
|
|
527
|
+
'pisell-wallet-pass-card-done': string;
|
|
528
|
+
'pisell2.wallet-card.add-holder-tip': string;
|
|
529
|
+
'pisell2.wallet-card.add-holder-button-text': string;
|
|
530
|
+
'pisell-camera-no-camera-accessible': string;
|
|
531
|
+
'pisell-camera-permission-denied': string;
|
|
532
|
+
'pisell-camera-switch-camera': string;
|
|
533
|
+
'pisell-camera-canvas': string;
|
|
534
|
+
'pisell-camera-checking': string;
|
|
535
|
+
'pisell-camera-no-camera-desc': string;
|
|
536
|
+
'pisell-upload-camera-local-files': string;
|
|
537
|
+
'pisell-upload-camera-capture': string;
|
|
538
|
+
'pisell-upload-camera-retake': string;
|
|
539
|
+
'pisell-upload-camera-use': string;
|
|
540
|
+
'pisell-list-tab-group-default': string;
|
|
541
|
+
'pisell-list-empty-text-default': string;
|
|
542
|
+
'pisell-list-load-more': string;
|
|
543
|
+
'pisell-list-view-less': string;
|
|
544
|
+
'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
|
|
545
|
+
'pisell-list-scroll-down': string;
|
|
546
|
+
'pisell-list-scroll-right': string;
|
|
547
|
+
'pisell-list-pagination-page-of': (current: number, total: number) => string;
|
|
548
|
+
'pisell-list-pagination-previous': string;
|
|
549
|
+
'pisell-list-pagination-next': string;
|
|
550
|
+
'pisell-procedure-header-back-confirm-title': string;
|
|
551
|
+
'pisell-procedure-header-back-confirm-desc': string;
|
|
552
|
+
'pisell-procedure-header-back-confirm-no': string;
|
|
553
|
+
'pisell-procedure-header-back-confirm-yes': string;
|
|
554
|
+
'pisell-procedure-header-close-confirm-title': string;
|
|
555
|
+
'pisell-procedure-header-close-confirm-desc': string;
|
|
556
|
+
'pisell-procedure-header-close-confirm-no': string;
|
|
557
|
+
'pisell-procedure-header-close-confirm-yes': string;
|
|
558
|
+
'pisell-procedure-footer-more': string;
|
|
559
|
+
};
|
|
560
|
+
export default _default;
|
package/es/locales/en-US.js
CHANGED
|
@@ -112,6 +112,9 @@ export default {
|
|
|
112
112
|
'record-board-toolbar-default-filter-disabled': 'Disabled',
|
|
113
113
|
'record-board-toolbar-default-filter-keyword': 'Keyword',
|
|
114
114
|
'record-board-toolbar-default-placeholder': 'Please enter',
|
|
115
|
+
'record-board-infinite-scroll-loading-more': 'Loading more…',
|
|
116
|
+
'record-board-infinite-scroll-all-loaded': 'All data loaded',
|
|
117
|
+
'record-board-infinite-scroll-pull-hint': 'Scroll down to load more',
|
|
115
118
|
// Resource wall / control panel
|
|
116
119
|
'pisell-resource-wall-appearance-light': 'Light',
|
|
117
120
|
'pisell-resource-wall-appearance-dark': 'Dark',
|
|
@@ -295,8 +298,8 @@ export default {
|
|
|
295
298
|
'pisell2.recordBoard.calendar.detail.orderNote': 'Order note',
|
|
296
299
|
'pisell2.salesManagement.pagination.previous': 'Previous',
|
|
297
300
|
'pisell2.salesManagement.pagination.next': 'Next',
|
|
298
|
-
'pisell2.salesManagement.pagination.showTotal': function pisell2SalesManagementPaginationShowTotal(
|
|
299
|
-
return "Page ".concat(
|
|
301
|
+
'pisell2.salesManagement.pagination.showTotal': function pisell2SalesManagementPaginationShowTotal(currentPage, totalPages) {
|
|
302
|
+
return "Page ".concat(currentPage, " of ").concat(totalPages);
|
|
300
303
|
},
|
|
301
304
|
'pisell2.salesManagement.pagination.total': function pisell2SalesManagementPaginationTotal(current, max) {
|
|
302
305
|
return "Page ".concat(current, " of ").concat(max);
|