@pisell/materials 1.0.1005 → 1.0.1007
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +5 -5
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +4 -4
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/es/components/filter/components/Dropdown/index.js +19 -8
- package/es/components/filter/components/FilterButton/index.js +4 -2
- package/es/components/filter/components/FilterButton/types.d.ts +1 -0
- package/es/components/filter/index.d.ts +1 -0
- package/es/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +1 -0
- package/es/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +2 -1
- package/es/components/pisellDataSourceContainer/hooks/useHandleAction.js +3 -1
- package/es/components/pisellDataSourceContainer/provider/HandleActions.js +1 -1
- package/es/components/pisellFilter/index.js +2 -2
- package/es/components/pisellGridPro/GridView/index.js +4 -5
- package/es/components/pisellGridPro/index.less +0 -1
- package/es/components/productCard/components/Packages/utils.d.ts +1 -1
- package/es/components/table/Actions/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/lib/components/filter/components/Dropdown/index.js +8 -8
- package/lib/components/filter/components/FilterButton/index.js +4 -2
- package/lib/components/filter/components/FilterButton/types.d.ts +1 -0
- package/lib/components/filter/index.d.ts +1 -0
- package/lib/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +1 -0
- package/lib/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +2 -1
- package/lib/components/pisellDataSourceContainer/hooks/useHandleAction.js +4 -2
- package/lib/components/pisellDataSourceContainer/provider/HandleActions.js +1 -1
- package/lib/components/pisellFilter/index.js +1 -0
- package/lib/components/pisellGridPro/GridView/index.js +1 -1
- package/lib/components/pisellGridPro/index.less +0 -1
- package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
- package/lib/components/table/Actions/index.d.ts +1 -0
- package/package.json +9 -3
- package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -9
- package/es/components/PisellBasicGrid/hooks/index.d.ts +0 -1
- package/es/components/PisellBasicGrid/hooks/useGridStyle.d.ts +0 -37
- package/es/components/PisellBasicGrid/index.d.ts +0 -6
- package/es/components/PisellBasicGrid/types.d.ts +0 -221
- package/es/components/PisellBasicGrid/utils/index.d.ts +0 -63
- package/es/components/PisellCards/PisellCards.d.ts +0 -8
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -8
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +0 -163
- package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +0 -5
- package/es/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +0 -24
- package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
- package/es/components/PisellCards/components/GraphicTextCard/components/index.d.ts +0 -6
- package/es/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +0 -5
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +0 -15
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +0 -18
- package/es/components/PisellCards/components/GraphicTextCard/index.d.ts +0 -5
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -301
- 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/index.d.ts +0 -5
- package/es/components/PisellCards/components/PisellImageCard/types.d.ts +0 -74
- package/es/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +0 -7
- package/es/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +0 -7
- package/es/components/PisellCards/components/PisellImageCard/utils/index.d.ts +0 -5
- package/es/components/PisellCards/components/TabCard/TabCard.d.ts +0 -3
- package/es/components/PisellCards/components/TabCard/index.d.ts +0 -5
- package/es/components/PisellCards/components/TabCard/types.d.ts +0 -70
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
- package/es/components/PisellCards/components/TextCard/TextCard.stories.d.ts +0 -183
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -27
- 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 -277
- package/es/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
- package/es/components/PisellCards/components/index.d.ts +0 -10
- package/es/components/PisellCards/hooks/index.d.ts +0 -0
- package/es/components/PisellCards/index.d.ts +0 -14
- package/es/components/PisellCards/types.d.ts +0 -48
- package/es/components/PisellCards/utils/index.d.ts +0 -0
- package/es/components/PisellProcedure/PisellProcedure.d.ts +0 -22
- package/es/components/PisellProcedure/PisellProcedure.stories.d.ts +0 -163
- package/es/components/PisellProcedure/components/FooterActions.d.ts +0 -24
- package/es/components/PisellProcedure/components/ProcedureBody.d.ts +0 -41
- package/es/components/PisellProcedure/components/ProcedureContent.d.ts +0 -23
- package/es/components/PisellProcedure/components/ProcedureFooter.d.ts +0 -38
- package/es/components/PisellProcedure/components/ProcedureHeader.d.ts +0 -34
- package/es/components/PisellProcedure/components/ProcedureSidebar.d.ts +0 -38
- package/es/components/PisellProcedure/components/index.d.ts +0 -12
- package/es/components/PisellProcedure/hooks/index.d.ts +0 -8
- package/es/components/PisellProcedure/hooks/useElementSize.d.ts +0 -38
- package/es/components/PisellProcedure/hooks/useOverflowActions.d.ts +0 -43
- package/es/components/PisellProcedure/hooks/useResponsiveClass.d.ts +0 -6
- package/es/components/PisellProcedure/hooks/useSidebarHeight.d.ts +0 -16
- package/es/components/PisellProcedure/hooks/useStepManager.d.ts +0 -50
- package/es/components/PisellProcedure/index.d.ts +0 -5
- package/es/components/PisellProcedure/types.d.ts +0 -363
- package/es/components/PisellProcedure/utils/classNames.d.ts +0 -33
- package/es/components/PisellProcedure/utils/extractText.d.ts +0 -20
- package/es/components/PisellProcedure/utils/footerPosition.d.ts +0 -41
- package/es/components/PisellProcedure/utils/index.d.ts +0 -8
- package/es/components/PisellProcedure/utils/layoutRatio.d.ts +0 -42
- package/es/components/PisellProcedure/utils/slotHelper.d.ts +0 -27
- package/es/components/PisellScrollView/PisellScrollView.d.ts +0 -5
- package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
- package/es/components/PisellScrollView/components/Actions/index.d.ts +0 -12
- package/es/components/PisellScrollView/hooks/index.d.ts +0 -3
- package/es/components/PisellScrollView/hooks/useIntersection.d.ts +0 -8
- package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
- package/es/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
- package/es/components/PisellScrollView/index.d.ts +0 -3
- package/es/components/PisellScrollView/types.d.ts +0 -203
- package/es/components/PisellScrollView/utils/index.d.ts +0 -0
- package/es/components/PisellSteps/PisellSteps.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 -210
- package/es/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
- package/es/components/PisellSuperTabs/utils/index.d.ts +0 -1
- package/es/components/PisellTabbar/PisellTabbar.d.ts +0 -20
- package/es/components/PisellTabbar/components/TabbarLevel.d.ts +0 -8
- package/es/components/PisellTabbar/components/index.d.ts +0 -1
- package/es/components/PisellTabbar/constants.d.ts +0 -46
- package/es/components/PisellTabbar/hooks/index.d.ts +0 -2
- package/es/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -49
- package/es/components/PisellTabbar/hooks/useExpand.d.ts +0 -41
- package/es/components/PisellTabbar/index.d.ts +0 -9
- package/es/components/PisellTabbar/locales.d.ts +0 -15
- package/es/components/PisellTabbar/mock.d.ts +0 -47
- package/es/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -20
- package/es/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
- package/es/components/PisellTabbar/template/Template1/index.d.ts +0 -6
- package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
- package/es/components/PisellTabbar/template/index.d.ts +0 -0
- package/es/components/PisellTabbar/types.d.ts +0 -111
- package/es/components/PisellTabbar/utils/index.d.ts +0 -68
- package/es/components/PisellTabbar2/PisellTabbar.d.ts +0 -23
- package/es/components/PisellTabbar2/components/TabbarLevel.d.ts +0 -8
- package/es/components/PisellTabbar2/components/index.d.ts +0 -1
- package/es/components/PisellTabbar2/constants.d.ts +0 -46
- package/es/components/PisellTabbar2/hooks/index.d.ts +0 -2
- package/es/components/PisellTabbar2/hooks/useActiveKey.d.ts +0 -50
- package/es/components/PisellTabbar2/hooks/useExpand.d.ts +0 -41
- package/es/components/PisellTabbar2/index.d.ts +0 -6
- package/es/components/PisellTabbar2/locales.d.ts +0 -15
- package/es/components/PisellTabbar2/mock.d.ts +0 -205
- package/es/components/PisellTabbar2/types.d.ts +0 -117
- package/es/components/PisellTabbar2/utils/index.d.ts +0 -35
- package/es/components/PisellTabbar3/PisellTabbar.d.ts +0 -20
- package/es/components/PisellTabbar3/index.d.ts +0 -6
- package/es/components/PisellTabbar3/locales.d.ts +0 -15
- 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/[ComponentName].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/appVersionControl/index.d.ts +0 -4
- package/es/components/auto-resize-text/auto-text-size-standalone.d.ts +0 -20
- package/es/components/auto-resize-text/index.d.ts +0 -6
- package/es/components/cardPro/index.d.ts +0 -3
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
- package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +0 -16
- package/es/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +0 -8
- package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -177
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
- package/es/components/dataSourceComponents/dataSourceForm/type.d.ts +0 -32
- package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -8
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -85
- package/es/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +0 -7
- package/es/components/dataSourceComponents/fields/DatePicker/index.d.ts +0 -11
- package/es/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -24
- package/es/components/dataSourceComponents/fields/Switch/ReadPretty.d.ts +0 -5
- package/es/components/dataSourceComponents/fields/Switch/WithMode.d.ts +0 -3
- package/es/components/dataSourceComponents/fields/Switch/index.d.ts +0 -3
- package/es/components/dataSourceComponents/fields/Switch/type.d.ts +0 -16
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
- package/es/components/dataSourceComponents/fields/Translation/type.d.ts +0 -17
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
- package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
- package/es/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +0 -120
- package/es/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
- package/es/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
- package/es/components/drag-sort-tree/index.d.ts +0 -3
- package/es/components/filter/components/Dropdown/index.d.ts +0 -9
- package/es/components/filter/components/Dropdown/types.d.ts +0 -13
- package/es/components/hardwareErrorTip/demo.d.ts +0 -3
- package/es/components/hardwareErrorTip/errorCard/index.d.ts +0 -28
- package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -12
- package/es/components/hardwareErrorTip/index.d.ts +0 -19
- package/es/components/hardwareErrorTip/logCard/index.d.ts +0 -27
- package/es/components/hardwareErrorTip/types.d.ts +0 -28
- 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/page/index.d.ts +0 -8
- package/es/components/pisell-config-provider/context.d.ts +0 -22
- package/es/components/pisell-config-provider/index.d.ts +0 -13
- package/es/components/pisellAdjustPrice/index.d.ts +0 -4
- package/es/components/pisellAdjustPrice/status.d.ts +0 -32
- package/es/components/pisellAdjustPrice/type.d.ts +0 -22
- package/es/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +0 -31
- package/es/components/pisellBatchActionBar/index.d.ts +0 -6
- package/es/components/pisellBatchActionBar/types.d.ts +0 -237
- package/es/components/pisellCardList/index.d.ts +0 -107
- package/es/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -5
- package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
- package/es/components/pisellEmpty/index.d.ts +0 -19
- package/es/components/pisellGridPro/GridPro.d.ts +0 -9
- package/es/components/pisellGridPro/GridView/index.d.ts +0 -5
- package/es/components/pisellGridPro/GridView/type.d.ts +0 -6
- package/es/components/pisellGridPro/ToolBar/index.d.ts +0 -6
- package/es/components/pisellGridPro/ToolBar/type.d.ts +0 -10
- package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
- package/es/components/pisellGridPro/components/DataCard/index.d.ts +0 -5
- package/es/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
- package/es/components/pisellGridPro/components/Footer/index.d.ts +0 -9
- package/es/components/pisellGridPro/components/Header/index.d.ts +0 -12
- package/es/components/pisellGridPro/index.d.ts +0 -4
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +0 -5
- package/es/components/pisellQrcode/index.d.ts +0 -10
- package/es/components/pisellQuickFilter/index.d.ts +0 -11
- package/es/components/pisellQuickFilter/type.d.ts +0 -12
- package/es/components/pisellSort/index.d.ts +0 -3
- package/es/components/pisellSort/type.d.ts +0 -7
- package/es/components/pisellText/components/Amount/index.d.ts +0 -20
- package/es/components/pisellToast/index.d.ts +0 -17
- 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/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
- package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -29
- package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
- package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -10
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
- package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -6
- package/es/components/productCard/cartSkuCard/index.d.ts +0 -10
- package/es/components/productCard/cartSkuCard/locales.d.ts +0 -99
- package/es/components/productCard/components/Action/index.d.ts +0 -3
- package/es/components/productCard/components/Header/Actions/index.d.ts +0 -3
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
- package/es/components/productCard/components/Header/index.d.ts +0 -3
- package/es/components/productCard/components/Sales/index.d.ts +0 -3
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -13
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -18
- package/es/components/productCard/components/Time/index.d.ts +0 -3
- package/es/components/productCard/index.d.ts +0 -7
- package/es/components/productCard/locales.d.ts +0 -84
- package/es/components/productCard/status.d.ts +0 -32
- package/es/components/productCard/types.d.ts +0 -85
- package/es/components/productCard/utils.d.ts +0 -31
- package/es/components/select/index.d.ts +0 -9
- package/es/components/table/Actions/component/ExportImport/index.d.ts +0 -7
- package/es/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
- package/es/components/table/Gallery/index.d.ts +0 -5
- package/es/components/table/Table/AddFieldModal/index.d.ts +0 -4
- 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/Table/index.d.ts +0 -4
- package/es/components/table/Table/utils.d.ts +0 -167
- package/es/components/table/hooks/useTableSetting.d.ts +0 -21
- package/es/components/table/hooks/useTransDataSource.d.ts +0 -12
- package/es/components/table/index.d.ts +0 -4
- package/es/components/table/types.d.ts +0 -270
- package/es/components/translation/index.d.ts +0 -16
- package/es/components/versionModal/index.d.ts +0 -24
- package/es/components/virtual-keyboard/Amount/index.d.ts +0 -5
- package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
- package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
- package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
- package/es/components/virtual-keyboard/Number/index.d.ts +0 -5
- 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/virtual-keyboard/index.d.ts +0 -25
- package/es/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
- package/es/components/virtualInput/index.d.ts +0 -24
- package/es/components/walletCard/index.d.ts +0 -77
- package/es/hooks/useMobile.d.ts +0 -8
- package/es/locales/en-US.d.ts +0 -369
- package/es/locales/index.d.ts +0 -1
- package/es/locales/zh-CN.d.ts +0 -364
- package/es/locales/zh-TW.d.ts +0 -364
- package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -9
- package/lib/components/PisellBasicGrid/hooks/index.d.ts +0 -1
- package/lib/components/PisellBasicGrid/hooks/useGridStyle.d.ts +0 -37
- package/lib/components/PisellBasicGrid/index.d.ts +0 -6
- package/lib/components/PisellBasicGrid/types.d.ts +0 -221
- package/lib/components/PisellBasicGrid/utils/index.d.ts +0 -63
- package/lib/components/PisellCards/PisellCards.d.ts +0 -8
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -8
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.stories.d.ts +0 -163
- package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +0 -5
- package/lib/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +0 -24
- package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
- package/lib/components/PisellCards/components/GraphicTextCard/components/index.d.ts +0 -6
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +0 -5
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +0 -15
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +0 -18
- package/lib/components/PisellCards/components/GraphicTextCard/index.d.ts +0 -5
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -301
- 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/index.d.ts +0 -5
- package/lib/components/PisellCards/components/PisellImageCard/types.d.ts +0 -74
- package/lib/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +0 -7
- package/lib/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +0 -7
- package/lib/components/PisellCards/components/PisellImageCard/utils/index.d.ts +0 -5
- package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +0 -3
- package/lib/components/PisellCards/components/TabCard/index.d.ts +0 -5
- package/lib/components/PisellCards/components/TabCard/types.d.ts +0 -70
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
- package/lib/components/PisellCards/components/TextCard/TextCard.stories.d.ts +0 -183
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -27
- 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 -277
- package/lib/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
- package/lib/components/PisellCards/components/index.d.ts +0 -10
- package/lib/components/PisellCards/hooks/index.d.ts +0 -0
- package/lib/components/PisellCards/index.d.ts +0 -14
- package/lib/components/PisellCards/types.d.ts +0 -48
- package/lib/components/PisellCards/utils/index.d.ts +0 -0
- package/lib/components/PisellProcedure/PisellProcedure.d.ts +0 -22
- package/lib/components/PisellProcedure/PisellProcedure.stories.d.ts +0 -163
- package/lib/components/PisellProcedure/components/FooterActions.d.ts +0 -24
- package/lib/components/PisellProcedure/components/ProcedureBody.d.ts +0 -41
- package/lib/components/PisellProcedure/components/ProcedureContent.d.ts +0 -23
- package/lib/components/PisellProcedure/components/ProcedureFooter.d.ts +0 -38
- package/lib/components/PisellProcedure/components/ProcedureHeader.d.ts +0 -34
- package/lib/components/PisellProcedure/components/ProcedureSidebar.d.ts +0 -38
- package/lib/components/PisellProcedure/components/index.d.ts +0 -12
- package/lib/components/PisellProcedure/hooks/index.d.ts +0 -8
- package/lib/components/PisellProcedure/hooks/useElementSize.d.ts +0 -38
- package/lib/components/PisellProcedure/hooks/useOverflowActions.d.ts +0 -43
- package/lib/components/PisellProcedure/hooks/useResponsiveClass.d.ts +0 -6
- package/lib/components/PisellProcedure/hooks/useSidebarHeight.d.ts +0 -16
- package/lib/components/PisellProcedure/hooks/useStepManager.d.ts +0 -50
- package/lib/components/PisellProcedure/index.d.ts +0 -5
- package/lib/components/PisellProcedure/types.d.ts +0 -363
- package/lib/components/PisellProcedure/utils/classNames.d.ts +0 -33
- package/lib/components/PisellProcedure/utils/extractText.d.ts +0 -20
- package/lib/components/PisellProcedure/utils/footerPosition.d.ts +0 -41
- package/lib/components/PisellProcedure/utils/index.d.ts +0 -8
- package/lib/components/PisellProcedure/utils/layoutRatio.d.ts +0 -42
- package/lib/components/PisellProcedure/utils/slotHelper.d.ts +0 -27
- package/lib/components/PisellScrollView/PisellScrollView.d.ts +0 -5
- package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
- package/lib/components/PisellScrollView/components/Actions/index.d.ts +0 -12
- package/lib/components/PisellScrollView/hooks/index.d.ts +0 -3
- package/lib/components/PisellScrollView/hooks/useIntersection.d.ts +0 -8
- package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
- package/lib/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
- package/lib/components/PisellScrollView/index.d.ts +0 -3
- package/lib/components/PisellScrollView/types.d.ts +0 -203
- package/lib/components/PisellScrollView/utils/index.d.ts +0 -0
- package/lib/components/PisellSteps/PisellSteps.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 -210
- package/lib/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
- package/lib/components/PisellSuperTabs/utils/index.d.ts +0 -1
- package/lib/components/PisellTabbar/PisellTabbar.d.ts +0 -20
- package/lib/components/PisellTabbar/components/TabbarLevel.d.ts +0 -8
- package/lib/components/PisellTabbar/components/index.d.ts +0 -1
- package/lib/components/PisellTabbar/constants.d.ts +0 -46
- package/lib/components/PisellTabbar/hooks/index.d.ts +0 -2
- package/lib/components/PisellTabbar/hooks/useActiveKey.d.ts +0 -49
- package/lib/components/PisellTabbar/hooks/useExpand.d.ts +0 -41
- package/lib/components/PisellTabbar/index.d.ts +0 -9
- package/lib/components/PisellTabbar/locales.d.ts +0 -15
- package/lib/components/PisellTabbar/mock.d.ts +0 -47
- package/lib/components/PisellTabbar/template/Template1/PisellTabbar.d.ts +0 -20
- package/lib/components/PisellTabbar/template/Template1/constants.d.ts +0 -10
- package/lib/components/PisellTabbar/template/Template1/index.d.ts +0 -6
- package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
- package/lib/components/PisellTabbar/template/index.d.ts +0 -0
- package/lib/components/PisellTabbar/types.d.ts +0 -111
- package/lib/components/PisellTabbar/utils/index.d.ts +0 -68
- package/lib/components/PisellTabbar2/PisellTabbar.d.ts +0 -23
- package/lib/components/PisellTabbar2/components/TabbarLevel.d.ts +0 -8
- package/lib/components/PisellTabbar2/components/index.d.ts +0 -1
- package/lib/components/PisellTabbar2/constants.d.ts +0 -46
- package/lib/components/PisellTabbar2/hooks/index.d.ts +0 -2
- package/lib/components/PisellTabbar2/hooks/useActiveKey.d.ts +0 -50
- package/lib/components/PisellTabbar2/hooks/useExpand.d.ts +0 -41
- package/lib/components/PisellTabbar2/index.d.ts +0 -6
- package/lib/components/PisellTabbar2/locales.d.ts +0 -15
- package/lib/components/PisellTabbar2/mock.d.ts +0 -205
- package/lib/components/PisellTabbar2/types.d.ts +0 -117
- package/lib/components/PisellTabbar2/utils/index.d.ts +0 -35
- package/lib/components/PisellTabbar3/PisellTabbar.d.ts +0 -20
- package/lib/components/PisellTabbar3/index.d.ts +0 -6
- package/lib/components/PisellTabbar3/locales.d.ts +0 -15
- 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/[ComponentName].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/appVersionControl/index.d.ts +0 -4
- package/lib/components/auto-resize-text/auto-text-size-standalone.d.ts +0 -20
- package/lib/components/auto-resize-text/index.d.ts +0 -6
- package/lib/components/cardPro/index.d.ts +0 -3
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
- package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingContext.d.ts +0 -16
- package/lib/components/dataSourceComponents/dataSourceForm/provider/formSetting/FormSettingProvider.d.ts +0 -8
- package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -177
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +0 -39
- package/lib/components/dataSourceComponents/dataSourceForm/type.d.ts +0 -32
- package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +0 -8
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -85
- package/lib/components/dataSourceComponents/fields/DatePicker/WithMode.d.ts +0 -7
- package/lib/components/dataSourceComponents/fields/DatePicker/index.d.ts +0 -11
- package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.d.ts +0 -24
- package/lib/components/dataSourceComponents/fields/Switch/ReadPretty.d.ts +0 -5
- package/lib/components/dataSourceComponents/fields/Switch/WithMode.d.ts +0 -3
- package/lib/components/dataSourceComponents/fields/Switch/index.d.ts +0 -3
- package/lib/components/dataSourceComponents/fields/Switch/type.d.ts +0 -16
- package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
- package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +0 -17
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
- package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
- package/lib/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +0 -120
- package/lib/components/dataSourceComponents/provider/variables/VariablesContext.d.ts +0 -15
- package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.d.ts +0 -4
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
- package/lib/components/drag-sort-tree/index.d.ts +0 -3
- package/lib/components/filter/components/Dropdown/index.d.ts +0 -9
- package/lib/components/filter/components/Dropdown/types.d.ts +0 -13
- package/lib/components/hardwareErrorTip/demo.d.ts +0 -3
- package/lib/components/hardwareErrorTip/errorCard/index.d.ts +0 -28
- package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -12
- package/lib/components/hardwareErrorTip/index.d.ts +0 -19
- package/lib/components/hardwareErrorTip/logCard/index.d.ts +0 -27
- package/lib/components/hardwareErrorTip/types.d.ts +0 -28
- 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/page/index.d.ts +0 -8
- package/lib/components/pisell-config-provider/context.d.ts +0 -22
- package/lib/components/pisell-config-provider/index.d.ts +0 -13
- package/lib/components/pisellAdjustPrice/index.d.ts +0 -4
- package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
- package/lib/components/pisellAdjustPrice/type.d.ts +0 -22
- package/lib/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +0 -31
- package/lib/components/pisellBatchActionBar/index.d.ts +0 -6
- package/lib/components/pisellBatchActionBar/types.d.ts +0 -237
- package/lib/components/pisellCardList/index.d.ts +0 -107
- package/lib/components/pisellCheckboxGroup/index.d.ts +0 -40
- package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -5
- package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
- package/lib/components/pisellEmpty/index.d.ts +0 -19
- package/lib/components/pisellGridPro/GridPro.d.ts +0 -9
- package/lib/components/pisellGridPro/GridView/index.d.ts +0 -5
- package/lib/components/pisellGridPro/GridView/type.d.ts +0 -6
- package/lib/components/pisellGridPro/ToolBar/index.d.ts +0 -6
- package/lib/components/pisellGridPro/ToolBar/type.d.ts +0 -10
- package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
- package/lib/components/pisellGridPro/components/DataCard/index.d.ts +0 -5
- package/lib/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
- package/lib/components/pisellGridPro/components/Footer/index.d.ts +0 -9
- package/lib/components/pisellGridPro/components/Header/index.d.ts +0 -12
- package/lib/components/pisellGridPro/index.d.ts +0 -4
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.d.ts +0 -5
- package/lib/components/pisellQrcode/index.d.ts +0 -10
- package/lib/components/pisellQuickFilter/index.d.ts +0 -11
- package/lib/components/pisellQuickFilter/type.d.ts +0 -12
- package/lib/components/pisellSort/index.d.ts +0 -3
- package/lib/components/pisellSort/type.d.ts +0 -7
- package/lib/components/pisellText/components/Amount/index.d.ts +0 -20
- package/lib/components/pisellToast/index.d.ts +0 -17
- 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/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +0 -14
- package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -29
- package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
- package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -10
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
- package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +0 -46
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -6
- package/lib/components/productCard/cartSkuCard/index.d.ts +0 -10
- package/lib/components/productCard/cartSkuCard/locales.d.ts +0 -99
- package/lib/components/productCard/components/Action/index.d.ts +0 -3
- package/lib/components/productCard/components/Header/Actions/index.d.ts +0 -3
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
- package/lib/components/productCard/components/Header/index.d.ts +0 -3
- package/lib/components/productCard/components/Sales/index.d.ts +0 -3
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -13
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -18
- package/lib/components/productCard/components/Time/index.d.ts +0 -3
- package/lib/components/productCard/index.d.ts +0 -7
- package/lib/components/productCard/locales.d.ts +0 -84
- package/lib/components/productCard/status.d.ts +0 -32
- package/lib/components/productCard/types.d.ts +0 -85
- package/lib/components/productCard/utils.d.ts +0 -31
- package/lib/components/select/index.d.ts +0 -9
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +0 -7
- package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
- package/lib/components/table/Gallery/index.d.ts +0 -5
- package/lib/components/table/Table/AddFieldModal/index.d.ts +0 -4
- 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/Table/index.d.ts +0 -4
- package/lib/components/table/Table/utils.d.ts +0 -167
- package/lib/components/table/hooks/useTableSetting.d.ts +0 -21
- package/lib/components/table/hooks/useTransDataSource.d.ts +0 -12
- package/lib/components/table/index.d.ts +0 -4
- package/lib/components/table/types.d.ts +0 -270
- package/lib/components/translation/index.d.ts +0 -16
- package/lib/components/versionModal/index.d.ts +0 -24
- package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -5
- package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
- package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -15
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -25
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
- package/lib/components/virtual-keyboard/Number/index.d.ts +0 -5
- 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/virtual-keyboard/index.d.ts +0 -25
- package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
- package/lib/components/virtualInput/index.d.ts +0 -24
- package/lib/components/walletCard/index.d.ts +0 -77
- package/lib/hooks/useMobile.d.ts +0 -8
- package/lib/locales/en-US.d.ts +0 -369
- package/lib/locales/index.d.ts +0 -1
- package/lib/locales/zh-CN.d.ts +0 -364
- package/lib/locales/zh-TW.d.ts +0 -364
package/es/locales/zh-TW.d.ts
DELETED
|
@@ -1,364 +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-clear': string;
|
|
7
|
-
'table-filter-filter': string;
|
|
8
|
-
'table-filter-min': string;
|
|
9
|
-
'table-filter-max': string;
|
|
10
|
-
'table-pagination-previous': string;
|
|
11
|
-
'table-pagination-next': string;
|
|
12
|
-
'table-pagination-total': (current: string, total: string) => string;
|
|
13
|
-
'select-dropdown-render-select-all': string;
|
|
14
|
-
'select-dropdown-render-search': string;
|
|
15
|
-
'sort-button-text': string;
|
|
16
|
-
'sort-oldest-to-newest': string;
|
|
17
|
-
'sort-newest-to-oldest': string;
|
|
18
|
-
'sort-a-z': string;
|
|
19
|
-
'sort-z-a': string;
|
|
20
|
-
'sort-from-morning-to-night': string;
|
|
21
|
-
'sort-from-evening-to-morning': string;
|
|
22
|
-
'sort-0-9': string;
|
|
23
|
-
'sort-9-0': string;
|
|
24
|
-
'table-action-filter-button': string;
|
|
25
|
-
'table-action-filter-quick-filter': string;
|
|
26
|
-
'table-action-filter-quick-filter-tip': (count: number) => string;
|
|
27
|
-
'table-action-filter-other-filter': string;
|
|
28
|
-
'table-action-filter-other-filter-tip': () => string;
|
|
29
|
-
'table-action-group-by-title': string;
|
|
30
|
-
'table-action-group-by-title-tip': string;
|
|
31
|
-
'table-action-column-title': string;
|
|
32
|
-
'table-column-group-records': string;
|
|
33
|
-
'table-column-group-lock-tip': string;
|
|
34
|
-
'table-column-drag-sort-disabled-tip': string;
|
|
35
|
-
'table-action-filter-no-filter': string;
|
|
36
|
-
'table-action-range-picker-presets-today': string;
|
|
37
|
-
'table-action-range-picker-presets-yesterday': string;
|
|
38
|
-
'table-action-range-picker-presets-last-3-day': string;
|
|
39
|
-
'table-action-range-picker-presets-last-7-day': string;
|
|
40
|
-
'table-action-range-picker-presets-last-14-day': string;
|
|
41
|
-
'table-action-range-picker-presets-last-30-day': string;
|
|
42
|
-
'table-action-range-picker-presets-last-90-day': string;
|
|
43
|
-
'virtual-keyboard-time-now': string;
|
|
44
|
-
'virtual-keyboard-time-ok': string;
|
|
45
|
-
'batch-editor-batch-edit': string;
|
|
46
|
-
'batch-editor-actions': string;
|
|
47
|
-
'batch-editor-remove': string;
|
|
48
|
-
'batch-editor-price': string;
|
|
49
|
-
'batch-editor-cancel': string;
|
|
50
|
-
'batch-editor-search': string;
|
|
51
|
-
'batch-editor-confirm': string;
|
|
52
|
-
'batch-editor-batch-remove': string;
|
|
53
|
-
'batch-editor-what-price': string;
|
|
54
|
-
'batch-editor-quick-edit': string;
|
|
55
|
-
'batch-editor-quick-edit-title': (product: string, num: string) => string;
|
|
56
|
-
'batch-editor-quick-edit-title-2': (product: string) => string;
|
|
57
|
-
'batch-action-bar-select-all': string;
|
|
58
|
-
'batch-action-bar-invert': string;
|
|
59
|
-
'batch-action-bar-clear': string;
|
|
60
|
-
'batch-action-bar-delete': string;
|
|
61
|
-
'batch-action-bar-more': string;
|
|
62
|
-
'batch-action-bar-selected-count': (count: number) => string;
|
|
63
|
-
'batch-action-bar-confirm-title': string;
|
|
64
|
-
'batch-action-bar-delete-confirm-title': string;
|
|
65
|
-
'batch-action-bar-delete-confirm-content': (count: number) => string;
|
|
66
|
-
'batch-action-bar-delete-confirm-ok': string;
|
|
67
|
-
'batch-action-bar-delete-confirm-cancel': string;
|
|
68
|
-
'table-action-export-import-export-success': string;
|
|
69
|
-
'table-action-export-import-button': string;
|
|
70
|
-
'table-action-export-import-export-range': string;
|
|
71
|
-
'table-action-export-import-current-page': string;
|
|
72
|
-
'table-action-export-import-all-records': string;
|
|
73
|
-
'table-action-export-import-selected-records': string;
|
|
74
|
-
'table-action-export-import-selected': string;
|
|
75
|
-
'table-action-export-import-item': (length: number) => string;
|
|
76
|
-
'table-action-export-import-product': string;
|
|
77
|
-
'table-action-export-import-table-text-input-title': string;
|
|
78
|
-
'table-action-export-import-table-text-input-describe': string;
|
|
79
|
-
'table-action-export-import-table-error-file': string;
|
|
80
|
-
'table-action-export-import-import-success': string;
|
|
81
|
-
'table-action-export-import-import-phone': string;
|
|
82
|
-
'table-action-export-import-table-success-download': string;
|
|
83
|
-
'table-action-export-import-table-textimport-product': string;
|
|
84
|
-
'table-action-export-import-table-text-product-template': string;
|
|
85
|
-
'table-action-export-import-table-text-click-download': string;
|
|
86
|
-
'table-action-export-import-table-text-edit-file': string;
|
|
87
|
-
'table-action-export-import-button-import': string;
|
|
88
|
-
'table-action-export-import-cancel': string;
|
|
89
|
-
'table-action-export-import-file-completed': string;
|
|
90
|
-
'table-action-export-import-file-processing': string;
|
|
91
|
-
'table-action-export-import-file-pending': string;
|
|
92
|
-
'table-action-export-import-file-refresh': string;
|
|
93
|
-
'table-action-export-import-export-title': string;
|
|
94
|
-
'table-action-export-import-file-hint': string;
|
|
95
|
-
'table-action-export-import-file-name': string;
|
|
96
|
-
'table-action-export-import-file-content': string;
|
|
97
|
-
'table-action-export-import-file-content-all': string;
|
|
98
|
-
'table-action-export-import-file-content-part': string;
|
|
99
|
-
'table-action-export-import-file-status': string;
|
|
100
|
-
'table-action-export-import-file-account': string;
|
|
101
|
-
'table-action-export-import-file-created': string;
|
|
102
|
-
'table-action-export-import-file-record': (length: number) => string;
|
|
103
|
-
'table-action-export-import-import-title': string;
|
|
104
|
-
'table-action-export-import-log-hint': string;
|
|
105
|
-
'table-action-export-import-log-name': string;
|
|
106
|
-
'table-action-export-import-log-result': string;
|
|
107
|
-
'table-action-export-import-log-ok': (num: number) => string;
|
|
108
|
-
'table-action-export-import-log-err': (num: number) => string;
|
|
109
|
-
'table-action-export-import-log-check': string;
|
|
110
|
-
'table-action-export-import-log-detail-title': string;
|
|
111
|
-
'table-action-export-import-log-err-log': string;
|
|
112
|
-
'table-action-export-import-log-copy': string;
|
|
113
|
-
'table-action-export-import-table-success-copy': string;
|
|
114
|
-
'drag-sort-tree-unavailable-today-tip': string;
|
|
115
|
-
'date-picker-today': string;
|
|
116
|
-
'date-picker-yesterday': string;
|
|
117
|
-
'date-picker-tomorrow': string;
|
|
118
|
-
'date-picker-next_monday': string;
|
|
119
|
-
'date-picker-last_friday': string;
|
|
120
|
-
'date-picker-first_day_of_this_month': string;
|
|
121
|
-
'date-picker-last_day_of_this_month': string;
|
|
122
|
-
'date-picker-first_day_of_next_month': string;
|
|
123
|
-
'date-picker-last_day_of_last_month': string;
|
|
124
|
-
'date-picker-invalid-date': string;
|
|
125
|
-
'date-picker-apply': string;
|
|
126
|
-
'date-picker-shortcut-custom': string;
|
|
127
|
-
'pisell-input-copy-success': string;
|
|
128
|
-
'pisell-input-copy': string;
|
|
129
|
-
'pisell-empty-description-no-data': string;
|
|
130
|
-
'pisell-information-entry-input-search': string;
|
|
131
|
-
'pisell-information-entry-input-confirm': string;
|
|
132
|
-
'pisell-information-entry-scan-exit': string;
|
|
133
|
-
'pisell-wallet-pass-card-detail': string;
|
|
134
|
-
'pisell-wallet-pass-card-edit': string;
|
|
135
|
-
'pisell-wallet-pass-card-name': string;
|
|
136
|
-
'pisell-wallet-pass-card-store-name': string;
|
|
137
|
-
'pisell-wallet-pass-card-balance': string;
|
|
138
|
-
'pisell-wallet-pass-card-redeem': string;
|
|
139
|
-
'pisell-wallet-pass-card-code': string;
|
|
140
|
-
'pisell-wallet-pass-card-valid-to': string;
|
|
141
|
-
'pisell-wallet-pass-card-valid': string;
|
|
142
|
-
'pisell-wallet-pass-card-confirm': string;
|
|
143
|
-
'pisell-wallet-pass-card-cancel': string;
|
|
144
|
-
'pisell-wallet-pass-card-required': string;
|
|
145
|
-
'pisell-wallet-pass-card-expireDate': string;
|
|
146
|
-
'pisell-adjust-price-price-override': string;
|
|
147
|
-
'pisell-adjust-price-discount': string;
|
|
148
|
-
'pisell-adjust-price-discount-amount': string;
|
|
149
|
-
'pisell-adjust-price-discount-percentage': string;
|
|
150
|
-
'pisell-adjust-price-total-after-discount': string;
|
|
151
|
-
'pisell-adjust-price-discount-can-be-maximum': string;
|
|
152
|
-
'pisell-discount-card-title': string;
|
|
153
|
-
'pisell-discount-card-unit': string;
|
|
154
|
-
'pisell-discount-card-fixed-amount-prefix': string;
|
|
155
|
-
'pisell-data-source-table-add': string;
|
|
156
|
-
'pisell-data-source-table-edit': string;
|
|
157
|
-
'pisell-data-source-table-detail': string;
|
|
158
|
-
'pisell-data-source-table-delete': string;
|
|
159
|
-
'pisell-record-view-available': string;
|
|
160
|
-
'pisell-record-view-unavailable': string;
|
|
161
|
-
'pisell-data-source-form-required-message': string;
|
|
162
|
-
'pisell-data-source-form-scope-message': string;
|
|
163
|
-
'pisell-data-source-form-email-message': string;
|
|
164
|
-
'pisell-data-source-form-domain-message': string;
|
|
165
|
-
'pisell-data-source-form-url-message': string;
|
|
166
|
-
'pisell-data-source-form-phone-message': string;
|
|
167
|
-
'pisell-data-source-form-min-length-message': (minLength: number) => string;
|
|
168
|
-
'pisell-data-source-form-max-length-message': (maxLength: number) => string;
|
|
169
|
-
'pisell-data-source-form-min-value-message': (minValue: number) => string;
|
|
170
|
-
'pisell-data-source-form-max-value-message': (maxValue: number) => string;
|
|
171
|
-
'pisell-data-source-form-mobile-message': string;
|
|
172
|
-
'pisell-number-format-thousand': string;
|
|
173
|
-
'pisell-number-format-million': string;
|
|
174
|
-
'pisell-number-format-billion': string;
|
|
175
|
-
'walletCard-done': string;
|
|
176
|
-
'walletCard-qrcode': string;
|
|
177
|
-
'walletCard-barcode': string;
|
|
178
|
-
'walletCard-viewPin': string;
|
|
179
|
-
'pisell-upload-button': string;
|
|
180
|
-
'pisell-upload-setting-size-error': (maxSize: number) => string;
|
|
181
|
-
'pisell-upload-setting-type-error': (type: string) => string;
|
|
182
|
-
'pisell-upload-count-error': (count: number) => string;
|
|
183
|
-
'pisell-upload-error': (name: string) => string;
|
|
184
|
-
'pisell-upload-multilingual-title': string;
|
|
185
|
-
'pisell-upload-multilingual-item-title-original': string;
|
|
186
|
-
'pisell-upload-multilingual-item-title-en': string;
|
|
187
|
-
'pisell-upload-multilingual-item-title-zh-CN': string;
|
|
188
|
-
'pisell-upload-multilingual-item-title-zh-HK': string;
|
|
189
|
-
'pisell-color-picker-default': string;
|
|
190
|
-
'pisell-action-get-data': string;
|
|
191
|
-
'pisell-action-delete-success': string;
|
|
192
|
-
'pisell-action-delete-failed': string;
|
|
193
|
-
'walletCard-point': string;
|
|
194
|
-
'walletCard-rechargeable': string;
|
|
195
|
-
'walletCard-voucher': string;
|
|
196
|
-
'walletCard-discount': string;
|
|
197
|
-
'pisellQrcode-done': string;
|
|
198
|
-
'pisellQrcode-qrcode': string;
|
|
199
|
-
'pisell-delete-confirm-title': string;
|
|
200
|
-
'pisell-delete-confirm-content': string;
|
|
201
|
-
'pisell-delete-confirm-ok': string;
|
|
202
|
-
'pisell-delete-confirm-cancel': string;
|
|
203
|
-
'pisell-design-mode-action-disabled': string;
|
|
204
|
-
'pisell-translation-original': string;
|
|
205
|
-
'pisell-version-modal-title': string;
|
|
206
|
-
'pisell-version-modal-current-version': string;
|
|
207
|
-
'pisell-version-modal-version': string;
|
|
208
|
-
'pisell-version-modal-update-notes': string;
|
|
209
|
-
'pisell-version-modal-patch': string;
|
|
210
|
-
'pisell-version-modal-minor': string;
|
|
211
|
-
'pisell-version-modal-major': string;
|
|
212
|
-
'pisell-version-modal-custom': string;
|
|
213
|
-
'pisell-version-modal-cancel': string;
|
|
214
|
-
'pisell-version-modal-confirm': string;
|
|
215
|
-
'pisell-version-modal-describe-update-notes': string;
|
|
216
|
-
'pisell-version-modal-version-error': string;
|
|
217
|
-
'pisell-version-modal-version-required': string;
|
|
218
|
-
'pisell-version-modal-based-on-version': string;
|
|
219
|
-
'subdomain-error-too-short': string;
|
|
220
|
-
'subdomain-error-too-long': string;
|
|
221
|
-
'subdomain-error-pattern': string;
|
|
222
|
-
'subdomain-error-numbers-only': string;
|
|
223
|
-
'subdomain-error-hyphen-ends': string;
|
|
224
|
-
'subdomain-error-consecutive-hyphens': string;
|
|
225
|
-
'pisell-icon-select-placeholder': string;
|
|
226
|
-
'pisell-icon-select-outlined': string;
|
|
227
|
-
'pisell-icon-select-filled': string;
|
|
228
|
-
'pisell-icon-select-two-tone': string;
|
|
229
|
-
'pisell-icon-select-iconfont': string;
|
|
230
|
-
'pisell-icon-select-search': string;
|
|
231
|
-
'pisell-icon-select-select': string;
|
|
232
|
-
'pisell-lowcode-app-version-control-live': string;
|
|
233
|
-
'pisell-lowcode-app-version-control-draft': string;
|
|
234
|
-
'pisell-lowcode-app-version-control-deprecated': string;
|
|
235
|
-
'pisell-lowcode-app-version-control-new-version': string;
|
|
236
|
-
'pisell-lowcode-app-version-control-promote-to-live': string;
|
|
237
|
-
'pisell-lowcode-app-version-control-promote-version': (version: string) => string;
|
|
238
|
-
'pisell-lowcode-app-version-control-promote-version-describe': string;
|
|
239
|
-
'pisell-lowcode-app-version-control-promote-version-ok': string;
|
|
240
|
-
'pisell-lowcode-app-version-control-promote-version-cancel': string;
|
|
241
|
-
'pisell-lowcode-app-version-control-version-exists': string;
|
|
242
|
-
'pisell-lowcode-app-version-control-version-create-title': string;
|
|
243
|
-
'pisell-lowcode-drop-sort-add': string;
|
|
244
|
-
'pisell-lowcode-navigation-menu-add-sub-menu': string;
|
|
245
|
-
'pisell-lowcode-navigation-menu-add-page': string;
|
|
246
|
-
'pisell-lowcode-navigation-menu-add-page-tip': string;
|
|
247
|
-
'pisell-lowcode-navigation-menu-tag-base': string;
|
|
248
|
-
'pisell-lowcode-navigation-menu-tag-proCode': string;
|
|
249
|
-
'pisell-lowcode-navigation-menu-tag-pisell1': string;
|
|
250
|
-
'pisell-lowcode-navigation-menu-tag-dynamic-route': string;
|
|
251
|
-
'pisell-lowcode-navigation-menu-tag-group': string;
|
|
252
|
-
'pisell-lowcode-navigation-menu-tag-sub-menu': string;
|
|
253
|
-
'pisell-lowcode-navigation-menu-tag-custom': string;
|
|
254
|
-
'pisell-data-source-form-app-identifier-pattern': string;
|
|
255
|
-
'pisell-data-source-form-app-identifier-start-with-letter': string;
|
|
256
|
-
'pisell-data-source-form-app-identifier-special-ends': string;
|
|
257
|
-
'pisell-data-source-form-app-identifier-consecutive-special': string;
|
|
258
|
-
'qrscanner-loading': string;
|
|
259
|
-
'qrscanner-success': string;
|
|
260
|
-
'qrscanner-success-qrcode': string;
|
|
261
|
-
'qrscanner-success-barcode': string;
|
|
262
|
-
'qrscanner-error-upload-image': string;
|
|
263
|
-
'qrscanner-error-load-failed': string;
|
|
264
|
-
'qrscanner-error-no-code': string;
|
|
265
|
-
'qrscanner-error-camera-init': string;
|
|
266
|
-
'qrscanner-error-process-image': string;
|
|
267
|
-
'pisell-login-and-register-title': string;
|
|
268
|
-
'pisell-login-and-register-subtitle': string;
|
|
269
|
-
'pisell-login-and-register-email-label': string;
|
|
270
|
-
'pisell-login-and-register-email-placeholder': string;
|
|
271
|
-
'pisell-login-and-register-password-label': string;
|
|
272
|
-
'pisell-login-and-register-password-placeholder': string;
|
|
273
|
-
'pisell-login-and-register-email-error': string;
|
|
274
|
-
'pisell-login-and-register-email-error-valid': string;
|
|
275
|
-
'pisell-login-and-register-password-error': string;
|
|
276
|
-
'pisell-login-and-register-login': string;
|
|
277
|
-
'pisell-login-and-register-google': string;
|
|
278
|
-
'pisell-login-and-register-facebook': string;
|
|
279
|
-
'pisell-login-and-register-apple': string;
|
|
280
|
-
'pisell-login-and-register-sign-up': string;
|
|
281
|
-
'pisell-login-and-register-login-tab': string;
|
|
282
|
-
'pisell-login-and-register-register-tab': string;
|
|
283
|
-
'pisell-login-and-register-register-email-placeholder': string;
|
|
284
|
-
'pisell-login-and-register-register-password-placeholder': string;
|
|
285
|
-
'pisell-login-and-register-register-button-text': string;
|
|
286
|
-
'pisell-login-and-register-remember-me': string;
|
|
287
|
-
'pisell-login-and-register-forgot-password': string;
|
|
288
|
-
'pisell-login-and-register-register-password-error': string;
|
|
289
|
-
'pisell-login-and-register-register-password-error-valid': string;
|
|
290
|
-
'pisell2.wallet-card.add-holder-tip': string;
|
|
291
|
-
'pisell2.wallet-card.add-holder-button-text': string;
|
|
292
|
-
'pisell2.text.hardware-error.fatal': string;
|
|
293
|
-
'pisell2.text.hardware-error.critical': string;
|
|
294
|
-
'pisell2.text.hardware-error.normal': string;
|
|
295
|
-
'pisell2.text.hardware-error.info': string;
|
|
296
|
-
'pisell2.text.hardware-error.error-center': string;
|
|
297
|
-
'pisell2.text.hardware-error.error-list': string;
|
|
298
|
-
'pisell2.text.hardware-error.error-code': string;
|
|
299
|
-
'pisell2.text.hardware-error.time': string;
|
|
300
|
-
'pisell2.text.hardware-error.error-description': string;
|
|
301
|
-
'pisell2.text.hardware-error.solution': string;
|
|
302
|
-
'pisell2.text.hardware-error.info-number': string;
|
|
303
|
-
'pisell2.text.hardware-error.tip-content': string;
|
|
304
|
-
'pisell2.text.hardware-error.device.all': string;
|
|
305
|
-
'pisell2.text.hardware-error.device.printer': string;
|
|
306
|
-
'pisell2.text.hardware-error.device.barcode-scanner': string;
|
|
307
|
-
'pisell2.text.hardware-error.device.cds': string;
|
|
308
|
-
'pisell2.text.hardware-error.device.kds': string;
|
|
309
|
-
'pisell2.text.hardware-error.device.display': string;
|
|
310
|
-
'pisell2.text.hardware-error.device.card-reader': string;
|
|
311
|
-
'pisell2.text.hardware-error.device.till': string;
|
|
312
|
-
'pisell2.text.hardware-error.device.scale': string;
|
|
313
|
-
'pisell2.text.hardware-error.error-logs': string;
|
|
314
|
-
'pisell2.text.hardware-error.all-devices': string;
|
|
315
|
-
'pisell2.text.hardware-error.all-levels': string;
|
|
316
|
-
'pisell2.text.hardware-error.debug-info': string;
|
|
317
|
-
'pisell2.text.hardware-error.important-info': string;
|
|
318
|
-
'pisell2.text.hardware-error.error-info': string;
|
|
319
|
-
'pisell2.text.hardware-error.search-logs': string;
|
|
320
|
-
'pisell2.text.hardware-error.export-logs': string;
|
|
321
|
-
'pisell2.text.hardware-error.no-errors': string;
|
|
322
|
-
'pisell2.text.hardware-error.no-logs': string;
|
|
323
|
-
'pisell2.text.goodpass.product-vouchers': string;
|
|
324
|
-
'pisell2.text.goodpass.last-settlement': string;
|
|
325
|
-
'pisell2.text.goodpass.view-more': string;
|
|
326
|
-
'pisell2.text.goodpass.save': string;
|
|
327
|
-
'pisell-wallet-pass-card-status-used': string;
|
|
328
|
-
'pisell-wallet-pass-card-status-expired': string;
|
|
329
|
-
'pisell-wallet-pass-card-status-disabled': string;
|
|
330
|
-
'pisell-wallet-pass-card-status-conflict': string;
|
|
331
|
-
'pisell-wallet-pass-card-status-lastPayment': string;
|
|
332
|
-
'pisell-wallet-pass-card-reset': string;
|
|
333
|
-
'pisell-wallet-pass-card-done': string;
|
|
334
|
-
'pisell-list-tab-group-default': string;
|
|
335
|
-
'pisell-list-empty-text-default': string;
|
|
336
|
-
'pisell-list-load-more': string;
|
|
337
|
-
'pisell-list-view-less': string;
|
|
338
|
-
'pisell-list-pagination-total': (start: number, end: number, total: number) => string;
|
|
339
|
-
'pisell-list-scroll-down': string;
|
|
340
|
-
'pisell-list-scroll-right': string;
|
|
341
|
-
'pisell-list-pagination-page-of': (current: number, total: number) => string;
|
|
342
|
-
'pisell-list-pagination-previous': string;
|
|
343
|
-
'pisell-list-pagination-next': string;
|
|
344
|
-
'pisell-camera-no-camera-accessible': string;
|
|
345
|
-
'pisell-camera-permission-denied': string;
|
|
346
|
-
'pisell-camera-switch-camera': string;
|
|
347
|
-
'pisell-camera-canvas': string;
|
|
348
|
-
'pisell-camera-checking': string;
|
|
349
|
-
'pisell-camera-no-camera-desc': string;
|
|
350
|
-
'pisell-upload-camera-local-files': string;
|
|
351
|
-
'pisell-upload-camera-capture': string;
|
|
352
|
-
'pisell-upload-camera-retake': string;
|
|
353
|
-
'pisell-upload-camera-use': string;
|
|
354
|
-
'pisell-procedure-header-back-confirm-title': string;
|
|
355
|
-
'pisell-procedure-header-back-confirm-desc': string;
|
|
356
|
-
'pisell-procedure-header-back-confirm-no': string;
|
|
357
|
-
'pisell-procedure-header-back-confirm-yes': string;
|
|
358
|
-
'pisell-procedure-header-close-confirm-title': string;
|
|
359
|
-
'pisell-procedure-header-close-confirm-desc': string;
|
|
360
|
-
'pisell-procedure-header-close-confirm-no': string;
|
|
361
|
-
'pisell-procedure-header-close-confirm-yes': string;
|
|
362
|
-
'pisell-procedure-footer-more': string;
|
|
363
|
-
};
|
|
364
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { PisellBasicGridProps } from './types';
|
|
2
|
-
import './PisellBasicGrid.less';
|
|
3
|
-
/**
|
|
4
|
-
* 使用 memo 优化组件性能
|
|
5
|
-
* @description 当 props 没有变化时,避免不必要的重新渲染
|
|
6
|
-
*/
|
|
7
|
-
declare const MemoizedPisellBasicGrid: <T>(props: PisellBasicGridProps<T>) => JSX.Element;
|
|
8
|
-
export { MemoizedPisellBasicGrid as PisellBasicGrid };
|
|
9
|
-
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';
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
import type { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* 排列方向类型
|
|
4
|
-
* @description 控制子元素的排列方向
|
|
5
|
-
*/
|
|
6
|
-
export declare type DirectionType = 'horizontal' | 'horizontal-reverse' | 'vertical' | 'vertical-reverse';
|
|
7
|
-
/**
|
|
8
|
-
* 换行类型
|
|
9
|
-
* @description 控制子元素是否换行
|
|
10
|
-
*/
|
|
11
|
-
export declare type WrapType = 'nowrap' | 'wrap' | 'wrap-reverse';
|
|
12
|
-
/**
|
|
13
|
-
* 主轴对齐类型
|
|
14
|
-
* @description 控制子元素在主轴上的对齐方式
|
|
15
|
-
*/
|
|
16
|
-
export declare type JustifyType = 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly';
|
|
17
|
-
/**
|
|
18
|
-
* 交叉轴对齐类型
|
|
19
|
-
* @description 控制子元素在交叉轴上的对齐方式
|
|
20
|
-
*/
|
|
21
|
-
export declare type AlignType = 'start' | 'end' | 'center' | 'stretch' | 'baseline';
|
|
22
|
-
/**
|
|
23
|
-
* 多行对齐类型
|
|
24
|
-
* @description 控制多行时行与行之间的对齐方式
|
|
25
|
-
*/
|
|
26
|
-
export declare type AlignContentType = 'start' | 'end' | 'center' | 'between' | 'around' | 'stretch';
|
|
27
|
-
/**
|
|
28
|
-
* 响应式断点类型
|
|
29
|
-
* @description 响应式配置的断点名称
|
|
30
|
-
*/
|
|
31
|
-
export declare type BreakpointType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
32
|
-
/**
|
|
33
|
-
* 响应式配置类型(预留)
|
|
34
|
-
* @description 用于配置不同断点下的布局属性
|
|
35
|
-
*/
|
|
36
|
-
export interface ResponsiveConfig {
|
|
37
|
-
/** 一行显示的元素个数 */
|
|
38
|
-
columns?: number;
|
|
39
|
-
/** 间距 */
|
|
40
|
-
gap?: number | string;
|
|
41
|
-
/** 排列方向 */
|
|
42
|
-
direction?: DirectionType;
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* PisellBasicGrid 组件 Props
|
|
46
|
-
* @template T - 数据源项的类型
|
|
47
|
-
* @description 基于 Flexbox 的基础布局组件属性定义
|
|
48
|
-
*/
|
|
49
|
-
export interface PisellBasicGridProps<T = any> {
|
|
50
|
-
/**
|
|
51
|
-
* 子元素
|
|
52
|
-
* @description 当未传入 dataSource 时使用
|
|
53
|
-
*/
|
|
54
|
-
children?: ReactNode;
|
|
55
|
-
/**
|
|
56
|
-
* 自定义类名
|
|
57
|
-
* @description 添加到容器元素的额外类名
|
|
58
|
-
*/
|
|
59
|
-
className?: string;
|
|
60
|
-
/**
|
|
61
|
-
* 自定义样式
|
|
62
|
-
* @description 支持所有 CSS 属性,会与组件计算的样式合并
|
|
63
|
-
*/
|
|
64
|
-
style?: CSSProperties;
|
|
65
|
-
/**
|
|
66
|
-
* 排列方向
|
|
67
|
-
* @default 'horizontal'
|
|
68
|
-
* @description
|
|
69
|
-
* - horizontal: 横向排列
|
|
70
|
-
* - horizontal-reverse: 横向反向排列
|
|
71
|
-
* - vertical: 竖向排列
|
|
72
|
-
* - vertical-reverse: 竖向反向排列
|
|
73
|
-
*/
|
|
74
|
-
direction?: DirectionType;
|
|
75
|
-
/**
|
|
76
|
-
* 换行控制
|
|
77
|
-
* @default 'nowrap'
|
|
78
|
-
* @description
|
|
79
|
-
* - nowrap: 不换行
|
|
80
|
-
* - wrap: 换行
|
|
81
|
-
* - wrap-reverse: 反向换行
|
|
82
|
-
*/
|
|
83
|
-
wrap?: WrapType;
|
|
84
|
-
/**
|
|
85
|
-
* 一行显示的元素个数
|
|
86
|
-
* @description 设置后子元素宽度为 calc((100% - gap * (N-1)) / N)
|
|
87
|
-
* @note 优先级高于 equalWidth
|
|
88
|
-
*/
|
|
89
|
-
columns?: number;
|
|
90
|
-
/**
|
|
91
|
-
* 是否等分容器宽度
|
|
92
|
-
* @default false
|
|
93
|
-
* @description 设置为 true 时,子元素会平均分配容器宽度 (flex: 1)
|
|
94
|
-
* @note 当设置了 columns 时,此属性无效
|
|
95
|
-
*/
|
|
96
|
-
equalWidth?: boolean;
|
|
97
|
-
/**
|
|
98
|
-
* 间距(统一设置行列间距)
|
|
99
|
-
* @description 数字类型默认单位为 px,也可传入带单位的字符串
|
|
100
|
-
* @example gap={16} 或 gap="1rem"
|
|
101
|
-
*/
|
|
102
|
-
gap?: number | string;
|
|
103
|
-
/**
|
|
104
|
-
* 行间距
|
|
105
|
-
* @description 优先级高于 gap
|
|
106
|
-
*/
|
|
107
|
-
rowGap?: number | string;
|
|
108
|
-
/**
|
|
109
|
-
* 列间距
|
|
110
|
-
* @description 优先级高于 gap
|
|
111
|
-
*/
|
|
112
|
-
columnGap?: number | string;
|
|
113
|
-
/**
|
|
114
|
-
* 主轴对齐方式
|
|
115
|
-
* @default 'start'
|
|
116
|
-
* @description
|
|
117
|
-
* - start: 起始对齐
|
|
118
|
-
* - end: 末尾对齐
|
|
119
|
-
* - center: 居中对齐
|
|
120
|
-
* - between: 两端对齐
|
|
121
|
-
* - around: 等间距对齐
|
|
122
|
-
* - evenly: 均匀分布
|
|
123
|
-
*/
|
|
124
|
-
justify?: JustifyType;
|
|
125
|
-
/**
|
|
126
|
-
* 交叉轴对齐方式
|
|
127
|
-
* @default 'stretch'
|
|
128
|
-
* @description
|
|
129
|
-
* - start: 顶部对齐
|
|
130
|
-
* - end: 底部对齐
|
|
131
|
-
* - center: 居中对齐
|
|
132
|
-
* - stretch: 拉伸填充
|
|
133
|
-
* - baseline: 基线对齐
|
|
134
|
-
*/
|
|
135
|
-
align?: AlignType;
|
|
136
|
-
/**
|
|
137
|
-
* 多行对齐方式
|
|
138
|
-
* @default 'stretch'
|
|
139
|
-
* @description 当存在多行时,控制行与行之间的对齐方式
|
|
140
|
-
* - start: 顶部对齐
|
|
141
|
-
* - end: 底部对齐
|
|
142
|
-
* - center: 居中对齐
|
|
143
|
-
* - between: 两端对齐
|
|
144
|
-
* - around: 等间距对齐
|
|
145
|
-
* - stretch: 拉伸填充
|
|
146
|
-
*/
|
|
147
|
-
alignContent?: AlignContentType;
|
|
148
|
-
/**
|
|
149
|
-
* 响应式配置(预留)
|
|
150
|
-
* @description 当前版本暂不实现,后续版本迭代
|
|
151
|
-
*/
|
|
152
|
-
responsive?: Partial<Record<BreakpointType, ResponsiveConfig>>;
|
|
153
|
-
/**
|
|
154
|
-
* 数据源数组
|
|
155
|
-
* @description
|
|
156
|
-
* - 当传入 dataSource 时,组件内部会自动循环渲染
|
|
157
|
-
* - dataSource 为 undefined 时,渲染 children
|
|
158
|
-
* - dataSource 为空数组时,不渲染任何内容
|
|
159
|
-
*/
|
|
160
|
-
dataSource?: T[];
|
|
161
|
-
/**
|
|
162
|
-
* 渲染函数
|
|
163
|
-
* @param item - 当前数据项
|
|
164
|
-
* @param index - 当前索引
|
|
165
|
-
* @returns ReactNode
|
|
166
|
-
* @description 用于自定义每个数据项的渲染内容
|
|
167
|
-
*/
|
|
168
|
-
renderItem?: (item: T, index: number) => ReactNode;
|
|
169
|
-
/**
|
|
170
|
-
* 指定每项的唯一 key
|
|
171
|
-
* @description
|
|
172
|
-
* - 传入 string 时,作为数据项的属性名获取 key
|
|
173
|
-
* - 传入函数时,通过函数返回 key
|
|
174
|
-
* - 不传时,默认使用 index 作为 key
|
|
175
|
-
* @example rowKey="id" 或 rowKey={(item, index) => `item-${item.id}`}
|
|
176
|
-
*/
|
|
177
|
-
rowKey?: string | ((item: T, index: number) => string);
|
|
178
|
-
/**
|
|
179
|
-
* 前置插槽
|
|
180
|
-
* @description 在数据源渲染之前渲染
|
|
181
|
-
*/
|
|
182
|
-
startSlot?: ReactNode;
|
|
183
|
-
/**
|
|
184
|
-
* 后置插槽
|
|
185
|
-
* @description 在数据源渲染之后渲染
|
|
186
|
-
*/
|
|
187
|
-
endSlot?: ReactNode;
|
|
188
|
-
}
|
|
189
|
-
/**
|
|
190
|
-
* 容器样式配置
|
|
191
|
-
* @description useGridStyle Hook 返回的容器样式类型
|
|
192
|
-
*/
|
|
193
|
-
export interface ContainerStyle extends CSSProperties {
|
|
194
|
-
display: 'flex';
|
|
195
|
-
flexDirection: CSSProperties['flexDirection'];
|
|
196
|
-
flexWrap: CSSProperties['flexWrap'];
|
|
197
|
-
justifyContent: CSSProperties['justifyContent'];
|
|
198
|
-
alignItems: CSSProperties['alignItems'];
|
|
199
|
-
alignContent?: CSSProperties['alignContent'];
|
|
200
|
-
gap?: CSSProperties['gap'];
|
|
201
|
-
rowGap?: CSSProperties['rowGap'];
|
|
202
|
-
columnGap?: CSSProperties['columnGap'];
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
* 子元素样式配置
|
|
206
|
-
* @description useGridStyle Hook 返回的子元素样式类型
|
|
207
|
-
*/
|
|
208
|
-
export interface ItemStyle extends CSSProperties {
|
|
209
|
-
flexBasis?: CSSProperties['flexBasis'];
|
|
210
|
-
flexGrow?: CSSProperties['flexGrow'];
|
|
211
|
-
flexShrink?: CSSProperties['flexShrink'];
|
|
212
|
-
}
|
|
213
|
-
/**
|
|
214
|
-
* useGridStyle Hook 返回值类型
|
|
215
|
-
*/
|
|
216
|
-
export interface UseGridStyleReturn {
|
|
217
|
-
/** 容器样式 */
|
|
218
|
-
containerStyle: ContainerStyle;
|
|
219
|
-
/** 子元素样式 */
|
|
220
|
-
itemStyle: ItemStyle;
|
|
221
|
-
}
|