@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
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { ReactElement } from 'react';
|
|
2
|
-
import type { Root } from 'react-dom/client';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
declare type ImperativeProps = {
|
|
5
|
-
open?: boolean;
|
|
6
|
-
onCancel?: () => void;
|
|
7
|
-
afterClose?: () => void;
|
|
8
|
-
};
|
|
9
|
-
declare type TargetElement = ReactElement<ImperativeProps>;
|
|
10
|
-
export declare type ImperativeHandler = {
|
|
11
|
-
close: () => void;
|
|
12
|
-
replace: (element: TargetElement) => void;
|
|
13
|
-
isRendered?: () => boolean;
|
|
14
|
-
};
|
|
15
|
-
export declare type UnmountType = () => Promise<void>;
|
|
16
|
-
export declare type RenderType = (node: React.ReactElement, container: Element | DocumentFragment) => UnmountType;
|
|
17
|
-
declare const MARK = "__pisell_react_root__";
|
|
18
|
-
declare type ContainerType = (Element | DocumentFragment) & {
|
|
19
|
-
[MARK]?: Root;
|
|
20
|
-
};
|
|
21
|
-
export declare function render(node: React.ReactElement, container: ContainerType): void;
|
|
22
|
-
export declare function unmount(container: ContainerType): Promise<void>;
|
|
23
|
-
/**
|
|
24
|
-
* @deprecated 设置 React 渲染函数以兼容使用。
|
|
25
|
-
*/
|
|
26
|
-
export declare function unstableSetRender(render?: RenderType): RenderType;
|
|
27
|
-
export declare function renderImperatively(element: TargetElement): ImperativeHandler;
|
|
28
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import './index.less';
|
|
3
|
-
export declare type ToastType = 'success' | 'error' | 'warning' | 'info' | 'loading';
|
|
4
|
-
export interface ToastProps {
|
|
5
|
-
/** Toast 类型 */
|
|
6
|
-
icon?: ToastType | React.ReactNode;
|
|
7
|
-
/** 显示的内容,支持文本或 React 节点 */
|
|
8
|
-
content: React.ReactNode;
|
|
9
|
-
/** 是否显示 */
|
|
10
|
-
open?: boolean;
|
|
11
|
-
/** 自动关闭时间,单位毫秒,0 表示不自动关闭 */
|
|
12
|
-
duration?: number;
|
|
13
|
-
/** 关闭 */
|
|
14
|
-
onCancel?: () => void;
|
|
15
|
-
/** 关闭后回调 */
|
|
16
|
-
afterClose?: () => void;
|
|
17
|
-
/** 自定义样式类名 */
|
|
18
|
-
className?: string;
|
|
19
|
-
/** 自定义样式 */
|
|
20
|
-
style?: React.CSSProperties;
|
|
21
|
-
/** 是否显示遮罩 */
|
|
22
|
-
mask?: boolean;
|
|
23
|
-
}
|
|
24
|
-
declare const Toast: React.FC<ToastProps>;
|
|
25
|
-
export default Toast;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* URL 格式化工具函数
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 格式化 URL 显示
|
|
6
|
-
* @param url URL 地址
|
|
7
|
-
* @param options 格式化选项
|
|
8
|
-
* @returns 格式化后的 URL
|
|
9
|
-
*
|
|
10
|
-
* @example
|
|
11
|
-
* formatUrlDisplay('https://www.example.com/path', { showProtocol: false })
|
|
12
|
-
* // 'www.example.com/path'
|
|
13
|
-
*/
|
|
14
|
-
export declare function formatUrlDisplay(url: string, options: {
|
|
15
|
-
showProtocol?: boolean;
|
|
16
|
-
showWww?: boolean;
|
|
17
|
-
showPathname?: boolean;
|
|
18
|
-
displayFormat?: 'full' | 'domain' | 'custom';
|
|
19
|
-
customFormat?: (url: string) => string;
|
|
20
|
-
}): string;
|
|
21
|
-
/**
|
|
22
|
-
* 隐藏 URL 协议
|
|
23
|
-
* @param url URL 地址
|
|
24
|
-
* @returns 隐藏协议后的 URL
|
|
25
|
-
*
|
|
26
|
-
* @example
|
|
27
|
-
* hideUrlProtocol('https://example.com') // 'example.com'
|
|
28
|
-
*/
|
|
29
|
-
export declare function hideUrlProtocol(url: string): string;
|
|
30
|
-
/**
|
|
31
|
-
* 隐藏 www 前缀
|
|
32
|
-
* @param url URL 地址
|
|
33
|
-
* @returns 隐藏 www 后的 URL
|
|
34
|
-
*
|
|
35
|
-
* @example
|
|
36
|
-
* hideWwwPrefix('https://www.example.com') // 'https://example.com'
|
|
37
|
-
*/
|
|
38
|
-
export declare function hideWwwPrefix(url: string): string;
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* URL 辅助函数
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* 规范化 URL(补全协议)
|
|
6
|
-
* @param url URL 地址
|
|
7
|
-
* @param defaultProtocol 默认协议
|
|
8
|
-
* @returns 规范化后的 URL
|
|
9
|
-
*
|
|
10
|
-
* @example
|
|
11
|
-
* normalizeUrl('example.com', 'https://') // 'https://example.com'
|
|
12
|
-
* normalizeUrl('http://example.com', 'https://') // 'http://example.com'
|
|
13
|
-
*/
|
|
14
|
-
export declare function normalizeUrl(url: string, defaultProtocol?: string): string;
|
|
15
|
-
/**
|
|
16
|
-
* 智能补全协议(识别 localhost)
|
|
17
|
-
* @param url URL 地址
|
|
18
|
-
* @returns 规范化后的 URL
|
|
19
|
-
*
|
|
20
|
-
* @example
|
|
21
|
-
* smartNormalizeUrl('localhost:3000') // 'http://localhost:3000'
|
|
22
|
-
* smartNormalizeUrl('example.com') // 'https://example.com'
|
|
23
|
-
*/
|
|
24
|
-
export declare function smartNormalizeUrl(url: string): string;
|
|
25
|
-
/**
|
|
26
|
-
* 提取域名
|
|
27
|
-
* @param url URL 地址
|
|
28
|
-
* @returns 域名
|
|
29
|
-
*
|
|
30
|
-
* @example
|
|
31
|
-
* extractDomain('https://www.example.com/path') // 'www.example.com'
|
|
32
|
-
*/
|
|
33
|
-
export declare function extractDomain(url: string): string;
|
|
34
|
-
/**
|
|
35
|
-
* 处理链接跳转(安全性保障)
|
|
36
|
-
* @param url URL 地址
|
|
37
|
-
* @param openInNewWindow 是否新窗口打开
|
|
38
|
-
* @param defaultProtocol 默认协议
|
|
39
|
-
*
|
|
40
|
-
* @example
|
|
41
|
-
* handleUrlClick('example.com', true, 'https://')
|
|
42
|
-
*/
|
|
43
|
-
export declare function handleUrlClick(url: string, openInNewWindow?: boolean, defaultProtocol?: string): void;
|
|
44
|
-
/**
|
|
45
|
-
* 检测是否为安全链接(HTTPS)
|
|
46
|
-
* @param url URL 地址
|
|
47
|
-
* @returns 是否为 HTTPS
|
|
48
|
-
*
|
|
49
|
-
* @example
|
|
50
|
-
* isSecureUrl('https://example.com') // true
|
|
51
|
-
* isSecureUrl('http://example.com') // false
|
|
52
|
-
*/
|
|
53
|
-
export declare function isSecureUrl(url: string): boolean;
|
|
54
|
-
/**
|
|
55
|
-
* 提取 URL 参数
|
|
56
|
-
* @param url URL 地址
|
|
57
|
-
* @returns 参数对象
|
|
58
|
-
*
|
|
59
|
-
* @example
|
|
60
|
-
* extractUrlParams('https://example.com?foo=bar&baz=qux')
|
|
61
|
-
* // { foo: 'bar', baz: 'qux' }
|
|
62
|
-
*/
|
|
63
|
-
export declare function extractUrlParams(url: string): Record<string, string>;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* URL 校验工具函数
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* URL 格式校验(使用 URL 构造函数)
|
|
6
|
-
* @param url URL 地址
|
|
7
|
-
* @returns 是否通过校验
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* validateUrl('https://example.com') // true
|
|
11
|
-
* validateUrl('invalid-url') // false
|
|
12
|
-
*/
|
|
13
|
-
export declare function validateUrl(url: string): boolean;
|
|
14
|
-
/**
|
|
15
|
-
* URL 正则校验(备选方法)
|
|
16
|
-
* @param url URL 地址
|
|
17
|
-
* @returns 是否通过校验
|
|
18
|
-
*/
|
|
19
|
-
export declare function validateUrlByRegex(url: string): boolean;
|
|
20
|
-
/**
|
|
21
|
-
* 解析 URL 各部分
|
|
22
|
-
* @param url URL 地址
|
|
23
|
-
* @returns URL 各部分或 null
|
|
24
|
-
*
|
|
25
|
-
* @example
|
|
26
|
-
* parseUrl('https://example.com:8080/path?key=value#hash')
|
|
27
|
-
* // { protocol: 'https', host: 'example.com', port: '8080', ... }
|
|
28
|
-
*/
|
|
29
|
-
export declare function parseUrl(url: string): {
|
|
30
|
-
protocol: string;
|
|
31
|
-
host: string;
|
|
32
|
-
port: string;
|
|
33
|
-
pathname: string;
|
|
34
|
-
search: string;
|
|
35
|
-
hash: string;
|
|
36
|
-
} | null;
|
|
37
|
-
/**
|
|
38
|
-
* 协议白名单校验
|
|
39
|
-
* @param url URL 地址
|
|
40
|
-
* @param allowedProtocols 允许的协议列表
|
|
41
|
-
* @returns 校验结果
|
|
42
|
-
*/
|
|
43
|
-
export declare function validateUrlProtocol(url: string, allowedProtocols: string[]): {
|
|
44
|
-
isValid: boolean;
|
|
45
|
-
errors: string[];
|
|
46
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
interface InputItem {
|
|
2
|
-
start_date: string;
|
|
3
|
-
end_date: string;
|
|
4
|
-
total: number;
|
|
5
|
-
num: number;
|
|
6
|
-
}
|
|
7
|
-
interface OutputItem {
|
|
8
|
-
start_date: string;
|
|
9
|
-
end_date: string;
|
|
10
|
-
total: number;
|
|
11
|
-
num: number;
|
|
12
|
-
}
|
|
13
|
-
export declare function formatDateRanges(list: InputItem[]): OutputItem[];
|
|
14
|
-
export {};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import './index.less';
|
|
3
|
-
interface IProps {
|
|
4
|
-
isShowImage?: boolean;
|
|
5
|
-
dataSource: {
|
|
6
|
-
image?: string;
|
|
7
|
-
bundle?: any[];
|
|
8
|
-
options?: any[];
|
|
9
|
-
product_option_string?: string;
|
|
10
|
-
name?: string;
|
|
11
|
-
symbol?: string;
|
|
12
|
-
price?: string | number;
|
|
13
|
-
total?: number;
|
|
14
|
-
origin_total?: number;
|
|
15
|
-
num?: number;
|
|
16
|
-
holder_id?: any;
|
|
17
|
-
isFormSubject?: boolean;
|
|
18
|
-
totalDifference?: number;
|
|
19
|
-
};
|
|
20
|
-
style?: React.CSSProperties;
|
|
21
|
-
/** 作为主商品卡片展示
|
|
22
|
-
* 1. 影响商品数量 tag 的位置
|
|
23
|
-
* 2. isMain 且 type 为 a5,展示holder
|
|
24
|
-
*/
|
|
25
|
-
isMainProduct?: boolean;
|
|
26
|
-
maxSpecsCount?: number;
|
|
27
|
-
type?: 'a2' | 'a5' | 'a9';
|
|
28
|
-
isBundle?: boolean;
|
|
29
|
-
showFooter?: boolean;
|
|
30
|
-
}
|
|
31
|
-
declare const BasicInfo: (props: IProps) => React.JSX.Element;
|
|
32
|
-
export default BasicInfo;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
declare type NativeProps<S extends string = never> = {
|
|
4
|
-
className?: string;
|
|
5
|
-
style?: React.CSSProperties & Partial<Record<S, string>>;
|
|
6
|
-
};
|
|
7
|
-
declare type PropagationEvent = 'click';
|
|
8
|
-
import './index.less';
|
|
9
|
-
declare type SideType = 'left' | 'right';
|
|
10
|
-
export declare type SwipeActionRef = {
|
|
11
|
-
close: () => void;
|
|
12
|
-
show: (side?: SideType) => void;
|
|
13
|
-
};
|
|
14
|
-
declare type ActionColor = 'light' | 'weak' | 'primary' | 'success' | 'warning' | 'danger';
|
|
15
|
-
export declare type Action = {
|
|
16
|
-
key: string | number;
|
|
17
|
-
text: ReactNode;
|
|
18
|
-
color?: ActionColor | string;
|
|
19
|
-
onClick?: (e: React.MouseEvent) => void;
|
|
20
|
-
style?: React.CSSProperties;
|
|
21
|
-
};
|
|
22
|
-
export declare type SwipeActionProps = {
|
|
23
|
-
rightActions?: Action[];
|
|
24
|
-
leftActions?: Action[];
|
|
25
|
-
onAction?: (action: Action, e: React.MouseEvent) => void;
|
|
26
|
-
closeOnTouchOutside?: boolean;
|
|
27
|
-
closeOnAction?: boolean;
|
|
28
|
-
children: ReactNode;
|
|
29
|
-
stopPropagation?: PropagationEvent[];
|
|
30
|
-
onActionsReveal?: (side: SideType) => void;
|
|
31
|
-
onClose?: () => void;
|
|
32
|
-
escapeDom?: string;
|
|
33
|
-
} & NativeProps<'--background'>;
|
|
34
|
-
export declare const SwipeAction: React.ForwardRefExoticComponent<{
|
|
35
|
-
rightActions?: Action[] | undefined;
|
|
36
|
-
leftActions?: Action[] | undefined;
|
|
37
|
-
onAction?: ((action: Action, e: React.MouseEvent) => void) | undefined;
|
|
38
|
-
closeOnTouchOutside?: boolean | undefined;
|
|
39
|
-
closeOnAction?: boolean | undefined;
|
|
40
|
-
children: ReactNode;
|
|
41
|
-
stopPropagation?: "click"[] | undefined;
|
|
42
|
-
onActionsReveal?: ((side: SideType) => void) | undefined;
|
|
43
|
-
onClose?: (() => void) | undefined;
|
|
44
|
-
escapeDom?: string | undefined;
|
|
45
|
-
} & NativeProps<"--background"> & React.RefAttributes<SwipeActionRef>>;
|
|
46
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import 'dayjs/locale/zh-cn';
|
|
3
|
-
import 'dayjs/locale/en';
|
|
4
|
-
import 'dayjs/locale/zh-tw';
|
|
5
|
-
import 'dayjs/locale/ja';
|
|
6
|
-
import 'dayjs/locale/pt';
|
|
7
|
-
import './index.less';
|
|
8
|
-
declare const TimeRange: (props: any) => React.JSX.Element | null;
|
|
9
|
-
export default TimeRange;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import './index.less';
|
|
3
|
-
import { ProductCardTypes } from '../types';
|
|
4
|
-
interface ISKUCardProps extends ProductCardTypes {
|
|
5
|
-
type: 'a2' | 'a5' | 'a9';
|
|
6
|
-
rightActions: any[];
|
|
7
|
-
escapeDom?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const PREFIX = "pisell-cart-sku-card";
|
|
10
|
-
declare const CartSkuCard: (props: ISKUCardProps) => React.JSX.Element;
|
|
11
|
-
export default CartSkuCard;
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.product.card.discount.reason': string;
|
|
4
|
-
'pisell2.cart.sku-card.more': string;
|
|
5
|
-
'pisell2.cart.sku-card.packages.title': string;
|
|
6
|
-
'pisell2.cart.sku-card.sales.title': string;
|
|
7
|
-
'pisell2.cart.sku-card.actions.delete': string;
|
|
8
|
-
'pisell2.cart.sku-card.unassigned': string;
|
|
9
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
10
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
11
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
12
|
-
'pisell2.product.card.discount.note': string;
|
|
13
|
-
'pisell2.product.card.edit': string;
|
|
14
|
-
'pisell2.product.card.discount.add.note': string;
|
|
15
|
-
'pisell2.product.card.discount.edit.note': string;
|
|
16
|
-
'pisell2.product.card.confirm': string;
|
|
17
|
-
'pisell2.product.card.cancel': string;
|
|
18
|
-
'pisell2.product.card.note.pla': string;
|
|
19
|
-
'pisell2.product.card.items.package': string;
|
|
20
|
-
'pisell2.product.card.view-all': string;
|
|
21
|
-
'pisell2.product.card.view-less': string;
|
|
22
|
-
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
23
|
-
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
24
|
-
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
25
|
-
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
26
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
27
|
-
'pisell2.product.card.sales': string;
|
|
28
|
-
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
29
|
-
'pisell2.product.card.add.holder.modal.clear': string;
|
|
30
|
-
'pisell2.product.card.add.holder.modal.apply': string;
|
|
31
|
-
'pisell2.product.card.add.holder.modal.add': string;
|
|
32
|
-
'pisell2.product.card.closing-soon.warning': string;
|
|
33
|
-
};
|
|
34
|
-
'zh-CN': {
|
|
35
|
-
'pisell2.product.card.discount.reason': string;
|
|
36
|
-
'pisell2.cart.sku-card.more': string;
|
|
37
|
-
'pisell2.cart.sku-card.packages.title': string;
|
|
38
|
-
'pisell2.cart.sku-card.sales.title': string;
|
|
39
|
-
'pisell2.cart.sku-card.actions.delete': string;
|
|
40
|
-
'pisell2.cart.sku-card.unassigned': string;
|
|
41
|
-
'pisell2.product.card.edit': string;
|
|
42
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
43
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
44
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
45
|
-
'pisell2.product.card.discount.note': string;
|
|
46
|
-
'pisell2.product.card.discount.add.note': string;
|
|
47
|
-
'pisell2.product.card.discount.edit.note': string;
|
|
48
|
-
'pisell2.product.card.confirm': string;
|
|
49
|
-
'pisell2.product.card.cancel': string;
|
|
50
|
-
'pisell2.product.card.note.pla': string;
|
|
51
|
-
'pisell2.product.card.items.package': string;
|
|
52
|
-
'pisell2.product.card.view-all': string;
|
|
53
|
-
'pisell2.product.card.view-less': string;
|
|
54
|
-
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
55
|
-
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
56
|
-
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
57
|
-
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
58
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
59
|
-
'pisell2.product.card.sales': string;
|
|
60
|
-
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
61
|
-
'pisell2.product.card.add.holder.modal.clear': string;
|
|
62
|
-
'pisell2.product.card.add.holder.modal.apply': string;
|
|
63
|
-
'pisell2.product.card.add.holder.modal.add': string;
|
|
64
|
-
'pisell2.product.card.closing-soon.warning': string;
|
|
65
|
-
};
|
|
66
|
-
'zh-HK': {
|
|
67
|
-
'pisell2.product.card.discount.reason': string;
|
|
68
|
-
'pisell2.cart.sku-card.more': string;
|
|
69
|
-
'pisell2.cart.sku-card.packages.title': string;
|
|
70
|
-
'pisell2.cart.sku-card.sales.title': string;
|
|
71
|
-
'pisell2.cart.sku-card.actions.delete': string;
|
|
72
|
-
'pisell2.cart.sku-card.unassigned': string;
|
|
73
|
-
'pisell2.product.card.edit': string;
|
|
74
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
75
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
76
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
77
|
-
'pisell2.product.card.discount.note': string;
|
|
78
|
-
'pisell2.product.card.discount.add.note': string;
|
|
79
|
-
'pisell2.product.card.discount.edit.note': string;
|
|
80
|
-
'pisell2.product.card.confirm': string;
|
|
81
|
-
'pisell2.product.card.cancel': string;
|
|
82
|
-
'pisell2.product.card.note.pla': string;
|
|
83
|
-
'pisell2.product.card.items.package': string;
|
|
84
|
-
'pisell2.product.card.view-all': string;
|
|
85
|
-
'pisell2.product.card.view-less': string;
|
|
86
|
-
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
87
|
-
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
88
|
-
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
89
|
-
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
90
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
91
|
-
'pisell2.product.card.sales': string;
|
|
92
|
-
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
93
|
-
'pisell2.product.card.add.holder.modal.clear': string;
|
|
94
|
-
'pisell2.product.card.add.holder.modal.apply': string;
|
|
95
|
-
'pisell2.product.card.add.holder.modal.add': string;
|
|
96
|
-
'pisell2.product.card.closing-soon.warning': string;
|
|
97
|
-
};
|
|
98
|
-
ja: {
|
|
99
|
-
'pisell2.product.card.discount.reason': string;
|
|
100
|
-
'pisell2.cart.sku-card.more': string;
|
|
101
|
-
'pisell2.cart.sku-card.packages.title': string;
|
|
102
|
-
'pisell2.cart.sku-card.sales.title': string;
|
|
103
|
-
'pisell2.cart.sku-card.actions.delete': string;
|
|
104
|
-
'pisell2.cart.sku-card.unassigned': string;
|
|
105
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
106
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
107
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
108
|
-
'pisell2.product.card.discount.note': string;
|
|
109
|
-
'pisell2.product.card.edit': string;
|
|
110
|
-
'pisell2.product.card.discount.add.note': string;
|
|
111
|
-
'pisell2.product.card.discount.edit.note': string;
|
|
112
|
-
'pisell2.product.card.confirm': string;
|
|
113
|
-
'pisell2.product.card.cancel': string;
|
|
114
|
-
'pisell2.product.card.note.pla': string;
|
|
115
|
-
'pisell2.product.card.items.package': string;
|
|
116
|
-
'pisell2.product.card.view-all': string;
|
|
117
|
-
'pisell2.product.card.view-less': string;
|
|
118
|
-
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
119
|
-
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
120
|
-
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
121
|
-
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
122
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
123
|
-
'pisell2.product.card.sales': string;
|
|
124
|
-
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
125
|
-
'pisell2.product.card.add.holder.modal.clear': string;
|
|
126
|
-
'pisell2.product.card.add.holder.modal.apply': string;
|
|
127
|
-
'pisell2.product.card.add.holder.modal.add': string;
|
|
128
|
-
'pisell2.product.card.closing-soon.warning': string;
|
|
129
|
-
};
|
|
130
|
-
pt: {
|
|
131
|
-
'pisell2.product.card.discount.reason': string;
|
|
132
|
-
'pisell2.cart.sku-card.more': string;
|
|
133
|
-
'pisell2.cart.sku-card.packages.title': string;
|
|
134
|
-
'pisell2.cart.sku-card.sales.title': string;
|
|
135
|
-
'pisell2.cart.sku-card.actions.delete': string;
|
|
136
|
-
'pisell2.cart.sku-card.unassigned': string;
|
|
137
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
138
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
139
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
140
|
-
'pisell2.product.card.discount.note': string;
|
|
141
|
-
'pisell2.product.card.edit': string;
|
|
142
|
-
'pisell2.product.card.discount.add.note': string;
|
|
143
|
-
'pisell2.product.card.discount.edit.note': string;
|
|
144
|
-
'pisell2.product.card.confirm': string;
|
|
145
|
-
'pisell2.product.card.cancel': string;
|
|
146
|
-
'pisell2.product.card.note.pla': string;
|
|
147
|
-
'pisell2.product.card.items.package': string;
|
|
148
|
-
'pisell2.product.card.view-all': string;
|
|
149
|
-
'pisell2.product.card.view-less': string;
|
|
150
|
-
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
151
|
-
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
152
|
-
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
153
|
-
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
154
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
155
|
-
'pisell2.product.card.sales': string;
|
|
156
|
-
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
157
|
-
'pisell2.product.card.add.holder.modal.clear': string;
|
|
158
|
-
'pisell2.product.card.add.holder.modal.apply': string;
|
|
159
|
-
'pisell2.product.card.add.holder.modal.add': string;
|
|
160
|
-
'pisell2.product.card.closing-soon.warning': string;
|
|
161
|
-
};
|
|
162
|
-
};
|
|
163
|
-
export default _default;
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
en: {
|
|
3
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
4
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
5
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
6
|
-
'pisell2.product.card.discount.reason': string;
|
|
7
|
-
'pisell2.product.card.discount.note': string;
|
|
8
|
-
'pisell2.product.card.edit': string;
|
|
9
|
-
'pisell2.product.card.discount.add.note': string;
|
|
10
|
-
'pisell2.product.card.discount.edit.note': string;
|
|
11
|
-
'pisell2.product.card.confirm': string;
|
|
12
|
-
'pisell2.product.card.cancel': string;
|
|
13
|
-
'pisell2.product.card.note.pla': string;
|
|
14
|
-
'pisell2.product.card.items.package': string;
|
|
15
|
-
'pisell2.product.card.view-all': string;
|
|
16
|
-
'pisell2.product.card.view-less': string;
|
|
17
|
-
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
18
|
-
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
19
|
-
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
20
|
-
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
21
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
22
|
-
'pisell2.product.card.sales': string;
|
|
23
|
-
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
24
|
-
'pisell2.product.card.add.holder.modal.clear': string;
|
|
25
|
-
'pisell2.product.card.add.holder.modal.apply': string;
|
|
26
|
-
'pisell2.product.card.add.holder.modal.add': string;
|
|
27
|
-
'pisell2.product.card.closing-soon.warning': string;
|
|
28
|
-
};
|
|
29
|
-
'zh-CN': {
|
|
30
|
-
'pisell2.product.card.edit': string;
|
|
31
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
32
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
33
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
34
|
-
'pisell2.product.card.discount.reason': string;
|
|
35
|
-
'pisell2.product.card.discount.note': string;
|
|
36
|
-
'pisell2.product.card.discount.add.note': string;
|
|
37
|
-
'pisell2.product.card.discount.edit.note': string;
|
|
38
|
-
'pisell2.product.card.confirm': string;
|
|
39
|
-
'pisell2.product.card.cancel': string;
|
|
40
|
-
'pisell2.product.card.note.pla': string;
|
|
41
|
-
'pisell2.product.card.items.package': string;
|
|
42
|
-
'pisell2.product.card.view-all': string;
|
|
43
|
-
'pisell2.product.card.view-less': string;
|
|
44
|
-
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
45
|
-
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
46
|
-
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
47
|
-
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
48
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
49
|
-
'pisell2.product.card.sales': string;
|
|
50
|
-
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
51
|
-
'pisell2.product.card.add.holder.modal.clear': string;
|
|
52
|
-
'pisell2.product.card.add.holder.modal.apply': string;
|
|
53
|
-
'pisell2.product.card.add.holder.modal.add': string;
|
|
54
|
-
'pisell2.product.card.closing-soon.warning': string;
|
|
55
|
-
};
|
|
56
|
-
'zh-HK': {
|
|
57
|
-
'pisell2.product.card.edit': string;
|
|
58
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
59
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
60
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
61
|
-
'pisell2.product.card.discount.reason': string;
|
|
62
|
-
'pisell2.product.card.discount.note': string;
|
|
63
|
-
'pisell2.product.card.discount.add.note': string;
|
|
64
|
-
'pisell2.product.card.discount.edit.note': string;
|
|
65
|
-
'pisell2.product.card.confirm': string;
|
|
66
|
-
'pisell2.product.card.cancel': string;
|
|
67
|
-
'pisell2.product.card.note.pla': string;
|
|
68
|
-
'pisell2.product.card.items.package': string;
|
|
69
|
-
'pisell2.product.card.view-all': string;
|
|
70
|
-
'pisell2.product.card.view-less': string;
|
|
71
|
-
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
72
|
-
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
73
|
-
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
74
|
-
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
75
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
76
|
-
'pisell2.product.card.sales': string;
|
|
77
|
-
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
78
|
-
'pisell2.product.card.add.holder.modal.clear': string;
|
|
79
|
-
'pisell2.product.card.add.holder.modal.apply': string;
|
|
80
|
-
'pisell2.product.card.add.holder.modal.add': string;
|
|
81
|
-
'pisell2.product.card.closing-soon.warning': string;
|
|
82
|
-
};
|
|
83
|
-
ja: {
|
|
84
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
85
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
86
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
87
|
-
'pisell2.product.card.discount.reason': string;
|
|
88
|
-
'pisell2.product.card.discount.note': string;
|
|
89
|
-
'pisell2.product.card.edit': string;
|
|
90
|
-
'pisell2.product.card.discount.add.note': string;
|
|
91
|
-
'pisell2.product.card.discount.edit.note': string;
|
|
92
|
-
'pisell2.product.card.confirm': string;
|
|
93
|
-
'pisell2.product.card.cancel': string;
|
|
94
|
-
'pisell2.product.card.note.pla': string;
|
|
95
|
-
'pisell2.product.card.items.package': string;
|
|
96
|
-
'pisell2.product.card.view-all': string;
|
|
97
|
-
'pisell2.product.card.view-less': string;
|
|
98
|
-
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
99
|
-
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
100
|
-
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
101
|
-
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
102
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
103
|
-
'pisell2.product.card.sales': string;
|
|
104
|
-
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
105
|
-
'pisell2.product.card.add.holder.modal.clear': string;
|
|
106
|
-
'pisell2.product.card.add.holder.modal.apply': string;
|
|
107
|
-
'pisell2.product.card.add.holder.modal.add': string;
|
|
108
|
-
'pisell2.product.card.closing-soon.warning': string;
|
|
109
|
-
};
|
|
110
|
-
pt: {
|
|
111
|
-
'pisell2.product.card.day': (val: number) => string;
|
|
112
|
-
'pisell2.product.card.day.event': (val: number) => string;
|
|
113
|
-
'pisell2.product.card.minute': (val: number) => string;
|
|
114
|
-
'pisell2.product.card.discount.reason': string;
|
|
115
|
-
'pisell2.product.card.discount.note': string;
|
|
116
|
-
'pisell2.product.card.edit': string;
|
|
117
|
-
'pisell2.product.card.discount.add.note': string;
|
|
118
|
-
'pisell2.product.card.discount.edit.note': string;
|
|
119
|
-
'pisell2.product.card.confirm': string;
|
|
120
|
-
'pisell2.product.card.cancel': string;
|
|
121
|
-
'pisell2.product.card.note.pla': string;
|
|
122
|
-
'pisell2.product.card.items.package': string;
|
|
123
|
-
'pisell2.product.card.view-all': string;
|
|
124
|
-
'pisell2.product.card.view-less': string;
|
|
125
|
-
'pisell2.product.card.add.holder.button.text': (val: string) => string;
|
|
126
|
-
'pisell2.product.card.add.holder.placeholder': (val: string) => string;
|
|
127
|
-
'pisell2.product.card.add.holder.placeholder.multiple': (num: number, val: string) => string;
|
|
128
|
-
'pisell2.product.card.add.holder.modal.title.1': string;
|
|
129
|
-
'pisell2.product.card.hour.minute': (hour: number, minute: number) => string;
|
|
130
|
-
'pisell2.product.card.sales': string;
|
|
131
|
-
'pisell2.product.card.add.holder.modal.cancel': string;
|
|
132
|
-
'pisell2.product.card.add.holder.modal.clear': string;
|
|
133
|
-
'pisell2.product.card.add.holder.modal.apply': string;
|
|
134
|
-
'pisell2.product.card.add.holder.modal.add': string;
|
|
135
|
-
'pisell2.product.card.closing-soon.warning': string;
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
export default _default;
|