@pisell/materials 6.11.11 → 6.11.13
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/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +14 -14
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +14 -14
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +2 -2
- package/es/components/pisellDatePicker/index.d.ts +0 -1
- package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.js +5 -5
- package/es/components/pisellLookup/components/LookupTrigger.js +16 -13
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.less +15 -7
- package/es/components/pisellRecordBoard/PisellRecordBoard.js +20 -11
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +2 -3
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +9 -3
- package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.js +6 -2
- package/es/components/pisellSingleSelect/PisellSingleSelect.less +15 -0
- package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.js +2 -2
- package/es/components/productCard/cartSkuCard/components/Gift/index.d.ts +5 -0
- package/es/components/productCard/cartSkuCard/components/Gift/index.js +60 -0
- package/es/components/productCard/cartSkuCard/components/Gift/index.less +84 -0
- package/es/components/productCard/cartSkuCard/components/Gift/types.js +1 -0
- package/es/components/productCard/cartSkuCard/components/Promotion/index.js +24 -0
- package/es/components/productCard/cartSkuCard/components/Promotion/index.less +16 -0
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +46 -9
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.less +66 -1
- package/es/components/productCard/cartSkuCard/components/packages/index.js +1 -0
- package/es/components/productCard/cartSkuCard/components/timeRange/index.js +1 -0
- package/es/components/productCard/cartSkuCard/index.js +49 -8
- package/es/components/productCard/cartSkuCard/locales.js +30 -5
- package/es/components/productCard/components/Header/EditButton/index.d.ts +1 -1
- package/es/components/productCard/components/Header/EditButton/index.js +3 -1
- package/es/components/productCard/status.js +3 -0
- package/es/components/select/index.less +18 -2
- package/es/components/virtualInput/BaseVirtualInput/index.less +2 -2
- package/es/components/virtualInput/index.js +6 -2
- package/es/hooks/useThemeTokens.js +20 -0
- package/es/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +2 -2
- package/lib/components/pisellDatePicker/index.d.ts +0 -1
- package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.js +3 -3
- package/lib/components/pisellLookup/components/LookupTrigger.js +8 -8
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.less +15 -7
- package/lib/components/pisellRecordBoard/PisellRecordBoard.js +9 -3
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +1 -2
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +9 -1
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.js +3 -2
- package/lib/components/pisellSingleSelect/PisellSingleSelect.less +15 -0
- package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.js +1 -1
- package/lib/components/productCard/cartSkuCard/components/Gift/index.d.ts +5 -0
- package/lib/components/productCard/cartSkuCard/components/Gift/index.js +62 -0
- package/lib/components/productCard/cartSkuCard/components/Gift/index.less +84 -0
- package/lib/components/productCard/cartSkuCard/components/Gift/types.js +17 -0
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.js +63 -0
- package/lib/components/productCard/cartSkuCard/components/Promotion/index.less +16 -0
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +27 -4
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.less +66 -1
- package/lib/components/productCard/cartSkuCard/components/packages/index.js +1 -1
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.js +1 -0
- package/lib/components/productCard/cartSkuCard/index.js +47 -7
- package/lib/components/productCard/cartSkuCard/locales.js +20 -5
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +1 -1
- package/lib/components/productCard/components/Header/EditButton/index.js +2 -1
- package/lib/components/productCard/status.js +3 -0
- package/lib/components/select/index.less +18 -2
- package/lib/components/virtualInput/BaseVirtualInput/index.less +2 -2
- package/lib/components/virtualInput/index.js +7 -1
- package/lib/hooks/useThemeTokens.js +40 -0
- package/lib/index.d.ts +1 -0
- package/package.json +1 -1
- package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -10
- 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/components/BadgeWrapper.d.ts +0 -5
- package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
- 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/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/PanelWrapper.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/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/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 -4
- 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 -8
- 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/hooks/index.d.ts +0 -0
- package/es/components/PisellCards/types.d.ts +0 -48
- package/es/components/PisellCards/utils/index.d.ts +0 -0
- package/es/components/PisellProcedure/components/FooterActions.d.ts +0 -24
- package/es/components/PisellProcedure/components/ProcedureContent.d.ts +0 -23
- package/es/components/PisellProcedure/components/ProcedureSidebar.d.ts +0 -38
- 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/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.d.ts +0 -14
- 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/PisellSuperTabs.d.ts +0 -8
- package/es/components/PisellSuperTabs/components/index.d.ts +0 -0
- package/es/components/PisellSuperTabs/hooks/index.d.ts +0 -1
- package/es/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
- package/es/components/PisellSuperTabs/index.d.ts +0 -3
- package/es/components/PisellSuperTabs/types.d.ts +0 -212
- package/es/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
- package/es/components/PisellSuperTabs/utils/index.d.ts +0 -1
- package/es/components/PisellTabbar/constants.d.ts +0 -47
- package/es/components/PisellTabbar/hooks/index.d.ts +0 -2
- package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
- package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
- package/es/components/PisellTabbar/locales.d.ts +0 -23
- package/es/components/PisellTabbar/mock.d.ts +0 -47
- package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
- 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/PisellTabbar/types.d.ts +0 -90
- package/es/components/PisellTabbar/utils/index.d.ts +0 -69
- 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/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/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/cardPro/index.d.ts +0 -4
- package/es/components/config-provider/index.d.ts +0 -10
- package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
- package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
- package/es/components/dataSourceComponents/fields/Upload/constants.d.ts +0 -9
- package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
- package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
- package/es/components/drag-sort-tree/index.d.ts +0 -5
- package/es/components/filter/components/Dropdown/types.d.ts +0 -13
- package/es/components/filter/components/FilterButton/types.d.ts +0 -24
- package/es/components/filter/types.d.ts +0 -48
- package/es/components/iconfont/index.d.ts +0 -8
- package/es/components/keyboard/index.d.ts +0 -22
- package/es/components/login-and-register/index.d.ts +0 -82
- package/es/components/pisell-config-provider/context.d.ts +0 -22
- package/es/components/pisellAdjustPrice/status.d.ts +0 -32
- package/es/components/pisellAdjustPrice/type.d.ts +0 -22
- package/es/components/pisellBatchActionBar/types.d.ts +0 -237
- package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
- package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
- package/es/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
- package/es/components/pisellDateTimeDisplay/types.d.ts +0 -352
- package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
- package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
- package/es/components/pisellEmail/constants/emailDomains.d.ts +0 -5
- package/es/components/pisellEmail/constants/emailRegex.d.ts +0 -13
- package/es/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
- package/es/components/pisellEmpty/index.d.ts +0 -19
- package/es/components/pisellFilter/type.d.ts +0 -5
- package/es/components/pisellGridPro/GridPro.d.ts +0 -9
- package/es/components/pisellGridPro/GridView/index.d.ts +0 -6
- 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 -6
- 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/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/LookupTrigger.d.ts +0 -3
- 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/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/types.d.ts +0 -201
- package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
- package/es/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
- package/es/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
- package/es/components/pisellQuickFilter/type.d.ts +0 -12
- package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +0 -3
- package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +0 -11
- package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +0 -16
- package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +0 -12
- package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +0 -13
- package/es/components/pisellRecordBoard/types.d.ts +0 -311
- package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +0 -9
- package/es/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
- package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
- package/es/components/pisellShellFrame/index.d.ts +0 -2
- package/es/components/pisellShellFrame/types.d.ts +0 -56
- package/es/components/pisellSort/type.d.ts +0 -7
- package/es/components/pisellStatisticList/index.d.ts +0 -22
- package/es/components/pisellTimeRangeDisplay/types.d.ts +0 -137
- package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
- package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
- package/es/components/pisellToast/squareToast/index.d.ts +0 -15
- package/es/components/pisellToast/squareToast/methods.d.ts +0 -13
- package/es/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
- package/es/components/pisellToast/squareToast/toast.d.ts +0 -25
- 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/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -32
- package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
- package/es/components/productCard/cartSkuCard/index.d.ts +0 -11
- package/es/components/productCard/cartSkuCard/locales.d.ts +0 -163
- package/es/components/productCard/components/Action/index.d.ts +0 -4
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
- package/es/components/productCard/locales.d.ts +0 -138
- package/es/components/productCard/status.d.ts +0 -32
- package/es/components/productCard/types.d.ts +0 -85
- package/es/components/select/index.d.ts +0 -9
- package/es/components/sort/types.d.ts +0 -39
- package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -9
- 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/table/types.d.ts +0 -268
- package/es/components/translation/utils.d.ts +0 -9
- package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
- package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
- package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
- package/es/components/virtual-keyboard/Number/types.d.ts +0 -26
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
- package/es/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
- package/es/components/virtualInput/index.d.ts +0 -24
- package/es/hooks/useMobile.d.ts +0 -8
- package/es/locales/en-US.d.ts +0 -384
- package/es/locales/index.d.ts +0 -1
- package/es/locales/ja.d.ts +0 -348
- package/es/locales/pt.d.ts +0 -348
- package/es/locales/zh-CN.d.ts +0 -379
- package/es/locales/zh-TW.d.ts +0 -379
- package/es/theme/tokens.d.ts +0 -22
- package/es/utils/tagColor.d.ts +0 -7
- package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -10
- 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/components/BadgeWrapper.d.ts +0 -5
- package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
- 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/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/PanelWrapper.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/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/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 -4
- 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 -8
- 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/hooks/index.d.ts +0 -0
- package/lib/components/PisellCards/types.d.ts +0 -48
- package/lib/components/PisellCards/utils/index.d.ts +0 -0
- package/lib/components/PisellProcedure/components/FooterActions.d.ts +0 -24
- package/lib/components/PisellProcedure/components/ProcedureContent.d.ts +0 -23
- package/lib/components/PisellProcedure/components/ProcedureSidebar.d.ts +0 -38
- 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/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.d.ts +0 -14
- 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/PisellSuperTabs.d.ts +0 -8
- package/lib/components/PisellSuperTabs/components/index.d.ts +0 -0
- package/lib/components/PisellSuperTabs/hooks/index.d.ts +0 -1
- package/lib/components/PisellSuperTabs/hooks/useTabsState.d.ts +0 -7
- package/lib/components/PisellSuperTabs/index.d.ts +0 -3
- package/lib/components/PisellSuperTabs/types.d.ts +0 -212
- package/lib/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
- package/lib/components/PisellSuperTabs/utils/index.d.ts +0 -1
- package/lib/components/PisellTabbar/constants.d.ts +0 -47
- package/lib/components/PisellTabbar/hooks/index.d.ts +0 -2
- package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -55
- package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -42
- package/lib/components/PisellTabbar/locales.d.ts +0 -23
- package/lib/components/PisellTabbar/mock.d.ts +0 -47
- package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
- 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/PisellTabbar/types.d.ts +0 -90
- package/lib/components/PisellTabbar/utils/index.d.ts +0 -69
- 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/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/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/cardPro/index.d.ts +0 -4
- package/lib/components/config-provider/index.d.ts +0 -10
- package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
- package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -26
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -27
- package/lib/components/dataSourceComponents/fields/Upload/constants.d.ts +0 -9
- package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
- package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -19
- package/lib/components/drag-sort-tree/index.d.ts +0 -5
- package/lib/components/filter/components/Dropdown/types.d.ts +0 -13
- package/lib/components/filter/components/FilterButton/types.d.ts +0 -24
- package/lib/components/filter/types.d.ts +0 -48
- package/lib/components/iconfont/index.d.ts +0 -8
- package/lib/components/keyboard/index.d.ts +0 -22
- package/lib/components/login-and-register/index.d.ts +0 -82
- package/lib/components/pisell-config-provider/context.d.ts +0 -22
- package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
- package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
- package/lib/components/pisellBatchActionBar/types.d.ts +0 -237
- package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
- package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
- package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
- package/lib/components/pisellDateTimeDisplay/types.d.ts +0 -352
- package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
- package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
- package/lib/components/pisellEmail/constants/emailDomains.d.ts +0 -5
- package/lib/components/pisellEmail/constants/emailRegex.d.ts +0 -13
- package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
- package/lib/components/pisellEmpty/index.d.ts +0 -19
- package/lib/components/pisellFilter/type.d.ts +0 -5
- package/lib/components/pisellGridPro/GridPro.d.ts +0 -9
- package/lib/components/pisellGridPro/GridView/index.d.ts +0 -6
- 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 -6
- 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/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/LookupTrigger.d.ts +0 -3
- 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/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/types.d.ts +0 -201
- package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
- package/lib/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
- package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
- package/lib/components/pisellQuickFilter/type.d.ts +0 -12
- package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +0 -3
- package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +0 -11
- package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +0 -16
- package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +0 -12
- package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +0 -13
- package/lib/components/pisellRecordBoard/types.d.ts +0 -311
- package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +0 -9
- package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +0 -13
- package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
- package/lib/components/pisellShellFrame/index.d.ts +0 -2
- package/lib/components/pisellShellFrame/types.d.ts +0 -56
- package/lib/components/pisellSort/type.d.ts +0 -7
- package/lib/components/pisellStatisticList/index.d.ts +0 -22
- package/lib/components/pisellTimeRangeDisplay/types.d.ts +0 -137
- package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
- package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
- package/lib/components/pisellToast/squareToast/index.d.ts +0 -15
- package/lib/components/pisellToast/squareToast/methods.d.ts +0 -13
- package/lib/components/pisellToast/squareToast/renderImperatively.d.ts +0 -28
- package/lib/components/pisellToast/squareToast/toast.d.ts +0 -25
- 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/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -32
- package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -9
- package/lib/components/productCard/cartSkuCard/index.d.ts +0 -11
- package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -163
- package/lib/components/productCard/components/Action/index.d.ts +0 -4
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -4
- package/lib/components/productCard/locales.d.ts +0 -138
- package/lib/components/productCard/status.d.ts +0 -32
- package/lib/components/productCard/types.d.ts +0 -85
- package/lib/components/select/index.d.ts +0 -9
- package/lib/components/sort/types.d.ts +0 -39
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -9
- 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/table/types.d.ts +0 -268
- package/lib/components/translation/utils.d.ts +0 -9
- package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
- package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
- package/lib/components/virtual-keyboard/Number/types.d.ts +0 -26
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
- package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
- package/lib/components/virtualInput/index.d.ts +0 -24
- package/lib/hooks/useMobile.d.ts +0 -8
- package/lib/locales/en-US.d.ts +0 -384
- package/lib/locales/index.d.ts +0 -1
- package/lib/locales/ja.d.ts +0 -348
- package/lib/locales/pt.d.ts +0 -348
- package/lib/locales/zh-CN.d.ts +0 -379
- package/lib/locales/zh-TW.d.ts +0 -379
- package/lib/theme/tokens.d.ts +0 -22
- package/lib/utils/tagColor.d.ts +0 -7
package/es/locales/zh-TW.d.ts
DELETED
|
@@ -1,379 +0,0 @@
|
|
|
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-what-price': string;
|
|
75
|
-
'batch-editor-quick-edit': 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
|
-
'pisell2.recordBoard.toolbar.find': string;
|
|
97
|
-
'pisell2.recordBoard.toolbar.findPlaceholder': string;
|
|
98
|
-
'pisell2.recordBoard.toolbar.sort': string;
|
|
99
|
-
'pisell2.recordBoard.toolbar.filter': string;
|
|
100
|
-
'pisell2.recordBoard.toolbar.reset': string;
|
|
101
|
-
'pisell2.salesManagement.pagination.previous': string;
|
|
102
|
-
'pisell2.salesManagement.pagination.next': string;
|
|
103
|
-
'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
|
|
104
|
-
'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
|
|
105
|
-
'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
|
|
106
|
-
'pisell2.salesManagement.batchActionBar.more': string;
|
|
107
|
-
'pisell2.salesManagement.batchActionBar.selectAll': string;
|
|
108
|
-
'pisell2.salesManagement.batchActionBar.invert': string;
|
|
109
|
-
'pisell2.salesManagement.batchActionBar.clear': string;
|
|
110
|
-
'pisell2.salesManagement.batchActionBar.delete': string;
|
|
111
|
-
'pisell2.salesManagement.batchActionBar.confirmTitle': string;
|
|
112
|
-
'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
|
|
113
|
-
'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
|
|
114
|
-
'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
|
|
115
|
-
'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
|
|
116
|
-
'shell-frame-statistic-expand': string;
|
|
117
|
-
'shell-frame-statistic-collapse': string;
|
|
118
|
-
'table-action-export-import-export-success': string;
|
|
119
|
-
'table-action-export-import-button': string;
|
|
120
|
-
'table-action-export-import-export-range': string;
|
|
121
|
-
'table-action-export-import-current-page': string;
|
|
122
|
-
'table-action-export-import-all-records': string;
|
|
123
|
-
'table-action-export-import-selected-records': string;
|
|
124
|
-
'table-action-export-import-selected': string;
|
|
125
|
-
'table-action-export-import-item': (length: number) => string;
|
|
126
|
-
'table-action-export-import-product': string;
|
|
127
|
-
'table-action-export-import-table-text-input-title': string;
|
|
128
|
-
'table-action-export-import-table-text-input-describe': string;
|
|
129
|
-
'table-action-export-import-table-error-file': string;
|
|
130
|
-
'table-action-export-import-import-success': string;
|
|
131
|
-
'table-action-export-import-import-phone': string;
|
|
132
|
-
'table-action-export-import-table-success-download': string;
|
|
133
|
-
'table-action-export-import-table-textimport-product': string;
|
|
134
|
-
'table-action-export-import-table-text-product-template': string;
|
|
135
|
-
'table-action-export-import-table-text-click-download': string;
|
|
136
|
-
'table-action-export-import-table-text-edit-file': string;
|
|
137
|
-
'table-action-export-import-button-import': string;
|
|
138
|
-
'table-action-export-import-cancel': string;
|
|
139
|
-
'table-action-export-import-file-completed': string;
|
|
140
|
-
'table-action-export-import-file-processing': string;
|
|
141
|
-
'table-action-export-import-file-pending': string;
|
|
142
|
-
'table-action-export-import-file-refresh': string;
|
|
143
|
-
'table-action-export-import-export-title': string;
|
|
144
|
-
'table-action-export-import-file-hint': string;
|
|
145
|
-
'table-action-export-import-file-name': string;
|
|
146
|
-
'table-action-export-import-file-content': string;
|
|
147
|
-
'table-action-export-import-file-content-all': string;
|
|
148
|
-
'table-action-export-import-file-content-part': string;
|
|
149
|
-
'table-action-export-import-file-status': string;
|
|
150
|
-
'table-action-export-import-file-account': string;
|
|
151
|
-
'table-action-export-import-file-created': string;
|
|
152
|
-
'table-action-export-import-file-record': (length: number) => string;
|
|
153
|
-
'table-action-export-import-import-title': string;
|
|
154
|
-
'table-action-export-import-log-hint': string;
|
|
155
|
-
'table-action-export-import-log-name': string;
|
|
156
|
-
'table-action-export-import-log-result': string;
|
|
157
|
-
'table-action-export-import-log-ok': (num: number) => string;
|
|
158
|
-
'table-action-export-import-log-err': (num: number) => string;
|
|
159
|
-
'table-action-export-import-log-check': string;
|
|
160
|
-
'table-action-export-import-log-detail-title': string;
|
|
161
|
-
'table-action-export-import-log-err-log': string;
|
|
162
|
-
'table-action-export-import-log-copy': string;
|
|
163
|
-
'table-action-export-import-table-success-copy': string;
|
|
164
|
-
'drag-sort-tree-unavailable-today-tip': string;
|
|
165
|
-
'date-picker-today': string;
|
|
166
|
-
'date-picker-yesterday': string;
|
|
167
|
-
'date-picker-tomorrow': string;
|
|
168
|
-
'date-picker-next_monday': string;
|
|
169
|
-
'date-picker-last_friday': string;
|
|
170
|
-
'date-picker-first_day_of_this_month': string;
|
|
171
|
-
'date-picker-last_day_of_this_month': string;
|
|
172
|
-
'date-picker-first_day_of_next_month': string;
|
|
173
|
-
'date-picker-last_day_of_last_month': string;
|
|
174
|
-
'date-picker-invalid-date': string;
|
|
175
|
-
'date-picker-apply': string;
|
|
176
|
-
'date-picker-shortcut-custom': string;
|
|
177
|
-
'pisell-input-copy-success': string;
|
|
178
|
-
'pisell-input-copy': string;
|
|
179
|
-
'pisell-empty-description-no-data': string;
|
|
180
|
-
'pisell-information-entry-input-search': string;
|
|
181
|
-
'pisell-information-entry-input-confirm': string;
|
|
182
|
-
'pisell-information-entry-scan-exit': string;
|
|
183
|
-
'pisell-wallet-pass-card-detail': string;
|
|
184
|
-
'pisell-wallet-pass-card-edit': string;
|
|
185
|
-
'pisell-wallet-pass-card-name': string;
|
|
186
|
-
'pisell-wallet-pass-card-store-name': string;
|
|
187
|
-
'pisell-wallet-pass-card-balance': string;
|
|
188
|
-
'pisell-wallet-pass-card-redeem': string;
|
|
189
|
-
'pisell-wallet-pass-card-code': string;
|
|
190
|
-
'pisell-wallet-pass-card-valid-to': string;
|
|
191
|
-
'pisell-wallet-pass-card-valid': string;
|
|
192
|
-
'pisell-wallet-pass-card-confirm': string;
|
|
193
|
-
'pisell-wallet-pass-card-cancel': string;
|
|
194
|
-
'pisell-wallet-pass-card-required': string;
|
|
195
|
-
'pisell-wallet-pass-card-expireDate': string;
|
|
196
|
-
'pisell-adjust-price-price-override': string;
|
|
197
|
-
'pisell-adjust-price-discount': string;
|
|
198
|
-
'pisell-adjust-price-discount-amount': string;
|
|
199
|
-
'pisell-adjust-price-discount-percentage': string;
|
|
200
|
-
'pisell-adjust-price-total-after-discount': string;
|
|
201
|
-
'pisell-adjust-price-discount-can-be-maximum': string;
|
|
202
|
-
'pisell-discount-card-title': string;
|
|
203
|
-
'pisell-discount-card-unit': string;
|
|
204
|
-
'pisell-discount-card-fixed-amount-prefix': string;
|
|
205
|
-
'pisell-data-source-table-add': string;
|
|
206
|
-
'pisell-data-source-table-edit': string;
|
|
207
|
-
'pisell-data-source-table-detail': string;
|
|
208
|
-
'pisell-data-source-table-delete': string;
|
|
209
|
-
'pisell-record-view-available': string;
|
|
210
|
-
'pisell-record-view-unavailable': string;
|
|
211
|
-
'pisell-data-source-form-required-message': string;
|
|
212
|
-
'pisell-data-source-form-scope-message': string;
|
|
213
|
-
'pisell-data-source-form-email-message': string;
|
|
214
|
-
'pisell-data-source-form-domain-message': string;
|
|
215
|
-
'pisell-data-source-form-url-message': string;
|
|
216
|
-
'pisell-data-source-form-phone-message': string;
|
|
217
|
-
'pisell-data-source-form-min-length-message': (minLength: number) => string;
|
|
218
|
-
'pisell-data-source-form-max-length-message': (maxLength: number) => string;
|
|
219
|
-
'pisell-data-source-form-min-value-message': (minValue: number) => string;
|
|
220
|
-
'pisell-data-source-form-max-value-message': (maxValue: number) => string;
|
|
221
|
-
'pisell-data-source-form-mobile-message': string;
|
|
222
|
-
'pisell-number-format-thousand': string;
|
|
223
|
-
'pisell-number-format-million': string;
|
|
224
|
-
'pisell-number-format-billion': string;
|
|
225
|
-
'walletCard-done': string;
|
|
226
|
-
'walletCard-qrcode': string;
|
|
227
|
-
'walletCard-barcode': string;
|
|
228
|
-
'walletCard-viewPin': string;
|
|
229
|
-
'pisell-upload-button': string;
|
|
230
|
-
'pisell-upload-setting-size-error': (maxSize: number) => string;
|
|
231
|
-
'pisell-upload-setting-type-error': (type: string) => string;
|
|
232
|
-
'pisell-upload-count-error': (count: number) => string;
|
|
233
|
-
'pisell-upload-error': (name: string) => string;
|
|
234
|
-
'pisell-upload-multilingual-title': string;
|
|
235
|
-
'pisell-upload-multilingual-item-title-original': string;
|
|
236
|
-
'pisell-upload-multilingual-item-title-en': string;
|
|
237
|
-
'pisell-upload-multilingual-item-title-zh-CN': string;
|
|
238
|
-
'pisell-upload-multilingual-item-title-zh-HK': string;
|
|
239
|
-
'pisell-color-picker-default': string;
|
|
240
|
-
'pisell-action-get-data': string;
|
|
241
|
-
'pisell-action-delete-success': string;
|
|
242
|
-
'pisell-action-delete-failed': string;
|
|
243
|
-
'walletCard-point': string;
|
|
244
|
-
'walletCard-rechargeable': string;
|
|
245
|
-
'walletCard-voucher': string;
|
|
246
|
-
'walletCard-discount': string;
|
|
247
|
-
'pisellQrcode-done': string;
|
|
248
|
-
'pisellQrcode-qrcode': string;
|
|
249
|
-
'pisell-delete-confirm-title': string;
|
|
250
|
-
'pisell-delete-confirm-content': string;
|
|
251
|
-
'pisell-delete-confirm-ok': string;
|
|
252
|
-
'pisell-delete-confirm-cancel': string;
|
|
253
|
-
'pisell-design-mode-action-disabled': string;
|
|
254
|
-
'pisell-translation-original': string;
|
|
255
|
-
'pisell-version-modal-title': string;
|
|
256
|
-
'pisell-version-modal-current-version': string;
|
|
257
|
-
'pisell-version-modal-version': string;
|
|
258
|
-
'pisell-version-modal-update-notes': string;
|
|
259
|
-
'pisell-version-modal-patch': string;
|
|
260
|
-
'pisell-version-modal-minor': string;
|
|
261
|
-
'pisell-version-modal-major': string;
|
|
262
|
-
'pisell-version-modal-custom': string;
|
|
263
|
-
'pisell-version-modal-cancel': string;
|
|
264
|
-
'pisell-version-modal-confirm': string;
|
|
265
|
-
'pisell-version-modal-describe-update-notes': string;
|
|
266
|
-
'pisell-version-modal-version-error': string;
|
|
267
|
-
'pisell-version-modal-version-required': string;
|
|
268
|
-
'pisell-version-modal-based-on-version': string;
|
|
269
|
-
'subdomain-error-too-short': string;
|
|
270
|
-
'subdomain-error-too-long': string;
|
|
271
|
-
'subdomain-error-pattern': string;
|
|
272
|
-
'subdomain-error-numbers-only': string;
|
|
273
|
-
'subdomain-error-hyphen-ends': string;
|
|
274
|
-
'subdomain-error-consecutive-hyphens': string;
|
|
275
|
-
'pisell-icon-select-placeholder': string;
|
|
276
|
-
'pisell-icon-select-outlined': string;
|
|
277
|
-
'pisell-icon-select-filled': string;
|
|
278
|
-
'pisell-icon-select-two-tone': string;
|
|
279
|
-
'pisell-icon-select-iconfont': string;
|
|
280
|
-
'pisell-icon-select-search': string;
|
|
281
|
-
'pisell-icon-select-select': string;
|
|
282
|
-
'pisell-lowcode-app-version-control-live': string;
|
|
283
|
-
'pisell-lowcode-app-version-control-draft': string;
|
|
284
|
-
'pisell-lowcode-app-version-control-deprecated': string;
|
|
285
|
-
'pisell-lowcode-app-version-control-new-version': string;
|
|
286
|
-
'pisell-lowcode-app-version-control-promote-to-live': string;
|
|
287
|
-
'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
|
|
288
|
-
'pisell-lowcode-app-version-control-promote-version-describe': string;
|
|
289
|
-
'pisell-lowcode-app-version-control-promote-version-ok': string;
|
|
290
|
-
'pisell-lowcode-app-version-control-promote-version-cancel': string;
|
|
291
|
-
'pisell-lowcode-app-version-control-version-exists': string;
|
|
292
|
-
'pisell-lowcode-drop-sort-add': string;
|
|
293
|
-
'pisell-lowcode-navigation-menu-add-sub-menu': string;
|
|
294
|
-
'pisell-lowcode-navigation-menu-add-page': string;
|
|
295
|
-
'pisell-lowcode-navigation-menu-add-page-tip': string;
|
|
296
|
-
'pisell-lowcode-navigation-menu-tag-base': string;
|
|
297
|
-
'pisell-lowcode-navigation-menu-tag-proCode': string;
|
|
298
|
-
'pisell-lowcode-navigation-menu-tag-pisell1': string;
|
|
299
|
-
'pisell-lowcode-navigation-menu-tag-group': string;
|
|
300
|
-
'pisell-lowcode-navigation-menu-tag-sub-menu': string;
|
|
301
|
-
'pisell-lowcode-navigation-menu-tag-custom': string;
|
|
302
|
-
'pisell-data-source-form-app-identifier-pattern': string;
|
|
303
|
-
'pisell-data-source-form-app-identifier-start-with-letter': string;
|
|
304
|
-
'pisell-data-source-form-app-identifier-special-ends': string;
|
|
305
|
-
'pisell-data-source-form-app-identifier-consecutive-special': string;
|
|
306
|
-
'qrscanner-loading': string;
|
|
307
|
-
'qrscanner-success': string;
|
|
308
|
-
'qrscanner-success-qrcode': string;
|
|
309
|
-
'qrscanner-success-barcode': string;
|
|
310
|
-
'qrscanner-error-upload-image': string;
|
|
311
|
-
'qrscanner-error-load-failed': string;
|
|
312
|
-
'qrscanner-error-no-code': string;
|
|
313
|
-
'qrscanner-error-camera-init': string;
|
|
314
|
-
'qrscanner-error-process-image': string;
|
|
315
|
-
'pisell-login-and-register-title': string;
|
|
316
|
-
'pisell-login-and-register-subtitle': string;
|
|
317
|
-
'pisell-login-and-register-email-label': string;
|
|
318
|
-
'pisell-login-and-register-email-placeholder': string;
|
|
319
|
-
'pisell-login-and-register-password-label': string;
|
|
320
|
-
'pisell-login-and-register-password-placeholder': string;
|
|
321
|
-
'pisell-login-and-register-email-error': string;
|
|
322
|
-
'pisell-login-and-register-email-error-valid': string;
|
|
323
|
-
'pisell-login-and-register-password-error': string;
|
|
324
|
-
'pisell-login-and-register-login': string;
|
|
325
|
-
'pisell-login-and-register-google': string;
|
|
326
|
-
'pisell-login-and-register-facebook': string;
|
|
327
|
-
'pisell-login-and-register-apple': string;
|
|
328
|
-
'pisell-login-and-register-sign-up': string;
|
|
329
|
-
'pisell-login-and-register-login-tab': string;
|
|
330
|
-
'pisell-login-and-register-register-tab': string;
|
|
331
|
-
'pisell-login-and-register-register-email-placeholder': string;
|
|
332
|
-
'pisell-login-and-register-register-password-placeholder': string;
|
|
333
|
-
'pisell-login-and-register-register-button-text': string;
|
|
334
|
-
'pisell-login-and-register-remember-me': string;
|
|
335
|
-
'pisell-login-and-register-forgot-password': string;
|
|
336
|
-
'pisell2.text.goodpass.product-vouchers': string;
|
|
337
|
-
'pisell2.text.goodpass.last-settlement': string;
|
|
338
|
-
'pisell2.text.goodpass.view-more': string;
|
|
339
|
-
'pisell2.text.goodpass.save': string;
|
|
340
|
-
'pisell-wallet-pass-card-status-used': string;
|
|
341
|
-
'pisell-wallet-pass-card-status-expired': string;
|
|
342
|
-
'pisell-wallet-pass-card-status-disabled': string;
|
|
343
|
-
'pisell-wallet-pass-card-status-conflict': string;
|
|
344
|
-
'pisell-wallet-pass-card-status-lastPayment': string;
|
|
345
|
-
'pisell-wallet-pass-card-reset': string;
|
|
346
|
-
'pisell-wallet-pass-card-done': string;
|
|
347
|
-
'pisell2.wallet-card.add-holder-tip': string;
|
|
348
|
-
'pisell2.wallet-card.add-holder-button-text': string;
|
|
349
|
-
'pisell-camera-no-camera-accessible': string;
|
|
350
|
-
'pisell-camera-permission-denied': string;
|
|
351
|
-
'pisell-camera-switch-camera': string;
|
|
352
|
-
'pisell-camera-canvas': string;
|
|
353
|
-
'pisell-camera-checking': string;
|
|
354
|
-
'pisell-camera-no-camera-desc': string;
|
|
355
|
-
'pisell-upload-camera-local-files': string;
|
|
356
|
-
'pisell-upload-camera-capture': string;
|
|
357
|
-
'pisell-upload-camera-retake': string;
|
|
358
|
-
'pisell-upload-camera-use': string;
|
|
359
|
-
'pisell-list-tab-group-default': string;
|
|
360
|
-
'pisell-list-empty-text-default': string;
|
|
361
|
-
'pisell-list-load-more': string;
|
|
362
|
-
'pisell-list-view-less': string;
|
|
363
|
-
'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
|
|
364
|
-
'pisell-list-scroll-down': string;
|
|
365
|
-
'pisell-list-scroll-right': string;
|
|
366
|
-
'pisell-list-pagination-page-of': (current: number, total: number) => string;
|
|
367
|
-
'pisell-list-pagination-previous': string;
|
|
368
|
-
'pisell-list-pagination-next': string;
|
|
369
|
-
'pisell-procedure-header-back-confirm-title': string;
|
|
370
|
-
'pisell-procedure-header-back-confirm-desc': string;
|
|
371
|
-
'pisell-procedure-header-back-confirm-no': string;
|
|
372
|
-
'pisell-procedure-header-back-confirm-yes': string;
|
|
373
|
-
'pisell-procedure-header-close-confirm-title': string;
|
|
374
|
-
'pisell-procedure-header-close-confirm-desc': string;
|
|
375
|
-
'pisell-procedure-header-close-confirm-no': string;
|
|
376
|
-
'pisell-procedure-header-close-confirm-yes': string;
|
|
377
|
-
'pisell-procedure-footer-more': string;
|
|
378
|
-
};
|
|
379
|
-
export default _default;
|
package/es/theme/tokens.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ThemeConfig } from 'antd';
|
|
2
|
-
/**
|
|
3
|
-
* Pisell 项目统一的 Ant Design Token 配置
|
|
4
|
-
* 基于 Figma 设计规范
|
|
5
|
-
*
|
|
6
|
-
* 使用场景:
|
|
7
|
-
* - 低代码平台(page/index.tsx)
|
|
8
|
-
* - Storybook 预览
|
|
9
|
-
* - 其他需要主题配置的场景
|
|
10
|
-
*/
|
|
11
|
-
/**
|
|
12
|
-
* 获取组件级别的 token 配置
|
|
13
|
-
*/
|
|
14
|
-
export declare function getComponentsToken(): ThemeConfig['components'];
|
|
15
|
-
/**
|
|
16
|
-
* 获取全局 token 配置
|
|
17
|
-
*/
|
|
18
|
-
export declare function getGlobalToken(themeColor?: string): ThemeConfig['token'];
|
|
19
|
-
/**
|
|
20
|
-
* 获取完整的主题配置
|
|
21
|
-
*/
|
|
22
|
-
export declare function getThemeConfig(themeColor?: string): ThemeConfig;
|
package/es/utils/tagColor.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { PisellBasicGridProps } from './types';
|
|
3
|
-
import './PisellBasicGrid.less';
|
|
4
|
-
/**
|
|
5
|
-
* 使用 memo 优化组件性能
|
|
6
|
-
* @description 当 props 没有变化时,避免不必要的重新渲染
|
|
7
|
-
*/
|
|
8
|
-
declare const MemoizedPisellBasicGrid: <T>(props: PisellBasicGridProps<T>) => React.JSX.Element;
|
|
9
|
-
export { MemoizedPisellBasicGrid as PisellBasicGrid };
|
|
10
|
-
export default MemoizedPisellBasicGrid;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { useGridStyle, default } from './useGridStyle';
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import type { DirectionType, WrapType, JustifyType, AlignType, AlignContentType, UseGridStyleReturn } from '../types';
|
|
2
|
-
/**
|
|
3
|
-
* useGridStyle Hook 参数
|
|
4
|
-
*/
|
|
5
|
-
interface UseGridStyleParams {
|
|
6
|
-
/** 排列方向 */
|
|
7
|
-
direction?: DirectionType;
|
|
8
|
-
/** 换行控制 */
|
|
9
|
-
wrap?: WrapType;
|
|
10
|
-
/** 一行显示的元素个数 */
|
|
11
|
-
columns?: number;
|
|
12
|
-
/** 是否等分容器宽度 */
|
|
13
|
-
equalWidth?: boolean;
|
|
14
|
-
/** 统一间距 */
|
|
15
|
-
gap?: number | string;
|
|
16
|
-
/** 行间距 */
|
|
17
|
-
rowGap?: number | string;
|
|
18
|
-
/** 列间距 */
|
|
19
|
-
columnGap?: number | string;
|
|
20
|
-
/** 主轴对齐方式 */
|
|
21
|
-
justify?: JustifyType;
|
|
22
|
-
/** 交叉轴对齐方式 */
|
|
23
|
-
align?: AlignType;
|
|
24
|
-
/** 多行对齐方式 */
|
|
25
|
-
alignContent?: AlignContentType;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* 计算 Grid 布局样式的 Hook
|
|
29
|
-
* @param params - 布局参数
|
|
30
|
-
* @returns 容器样式和子元素样式
|
|
31
|
-
* @description
|
|
32
|
-
* - 根据传入的布局参数计算容器的 flex 样式
|
|
33
|
-
* - 根据 columns 和 gap 计算子元素的 flex-basis
|
|
34
|
-
* - 使用 useMemo 缓存计算结果,避免不必要的重复计算
|
|
35
|
-
*/
|
|
36
|
-
export declare const useGridStyle: (params: UseGridStyleParams) => UseGridStyleReturn;
|
|
37
|
-
export default useGridStyle;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* PisellBasicGrid 组件导出
|
|
3
|
-
* @description 基于 Flexbox 的基础布局组件
|
|
4
|
-
*/
|
|
5
|
-
export { PisellBasicGrid, default } from './PisellBasicGrid';
|
|
6
|
-
export type { PisellBasicGridProps, DirectionType, WrapType, JustifyType, AlignType, AlignContentType, BreakpointType, ResponsiveConfig, } from './types';
|