@pisell/materials 6.3.27 → 6.3.28
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 +7 -7
- package/build/lowcode/preview.js +145 -145
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +25 -25
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +25 -25
- package/es/components/Pagination/index.d.ts +4 -5
- package/es/components/Pagination/index.js +77 -59
- package/es/components/Pagination/index.less +13 -7
- package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +10 -0
- package/es/components/PisellBasicGrid/hooks/index.d.ts +1 -0
- package/es/components/PisellBasicGrid/hooks/useGridStyle.d.ts +37 -0
- package/es/components/PisellBasicGrid/index.d.ts +6 -0
- package/es/components/PisellBasicGrid/types.d.ts +221 -0
- package/es/components/PisellBasicGrid/utils/index.d.ts +63 -0
- package/es/components/PisellCards/PisellCards.d.ts +8 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
- package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
- package/es/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
- package/es/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
- package/es/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +19 -0
- package/es/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +7 -0
- package/es/components/PisellCards/components/MultilevelCard/components/index.d.ts +2 -0
- package/es/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +2 -0
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +31 -0
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +28 -0
- package/es/components/PisellCards/components/MultilevelCard/index.d.ts +2 -0
- package/es/components/PisellCards/components/MultilevelCard/types.d.ts +202 -0
- package/es/components/PisellCards/components/MultilevelCard/utils/index.d.ts +6 -0
- package/es/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
- package/es/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +5 -0
- package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +11 -0
- package/es/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +10 -0
- package/es/components/PisellCards/components/PisellImageCard/types.d.ts +74 -0
- package/es/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +7 -0
- package/es/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +7 -0
- package/es/components/PisellCards/components/PisellImageCard/utils/index.d.ts +5 -0
- package/es/components/PisellCards/components/TabCard/TabCard.d.ts +4 -0
- package/es/components/PisellCards/components/TabCard/index.d.ts +5 -0
- package/es/components/PisellCards/components/TabCard/types.d.ts +70 -0
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
- package/es/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
- package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/es/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
- package/es/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
- package/es/components/PisellCards/components/TextCard/index.d.ts +5 -0
- package/es/components/PisellCards/components/TextCard/types.d.ts +270 -0
- 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/index.d.ts +0 -1
- package/es/components/PisellCards/types.d.ts +48 -0
- package/es/components/PisellCards/utils/index.d.ts +0 -0
- package/es/components/PisellFields/index.d.ts +2 -3
- package/es/components/PisellLayouts/index.d.ts +0 -1
- package/es/components/PisellMetrics/index.d.ts +0 -1
- package/es/components/PisellProcedure/components/FooterActions.d.ts +24 -0
- package/es/components/PisellProcedure/components/ProcedureContent.d.ts +23 -0
- package/es/components/PisellProcedure/components/ProcedureSidebar.d.ts +38 -0
- package/es/components/PisellProcedure/hooks/index.d.ts +8 -0
- package/es/components/PisellProcedure/hooks/useElementSize.d.ts +38 -0
- package/es/components/PisellProcedure/hooks/useOverflowActions.d.ts +43 -0
- package/es/components/PisellProcedure/hooks/useResponsiveClass.d.ts +6 -0
- package/es/components/PisellProcedure/hooks/useSidebarHeight.d.ts +16 -0
- package/es/components/PisellProcedure/hooks/useStepManager.d.ts +50 -0
- package/es/components/PisellProcedure/types.d.ts +363 -0
- package/es/components/PisellProcedure/utils/classNames.d.ts +33 -0
- package/es/components/PisellProcedure/utils/extractText.d.ts +20 -0
- package/es/components/PisellProcedure/utils/footerPosition.d.ts +41 -0
- package/es/components/PisellProcedure/utils/index.d.ts +8 -0
- package/es/components/PisellProcedure/utils/layoutRatio.d.ts +42 -0
- package/es/components/PisellProcedure/utils/slotHelper.d.ts +27 -0
- package/es/components/PisellScrollView/PisellScrollView.d.ts +5 -0
- package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
- package/es/components/PisellScrollView/components/Actions/index.d.ts +12 -0
- package/es/components/PisellScrollView/hooks/index.d.ts +3 -0
- package/es/components/PisellScrollView/hooks/useIntersection.d.ts +8 -0
- package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
- package/es/components/PisellScrollView/hooks/useScrollState.d.ts +13 -0
- package/es/components/PisellScrollView/index.d.ts +3 -0
- package/es/components/PisellScrollView/types.d.ts +203 -0
- package/es/components/PisellScrollView/utils/index.d.ts +0 -0
- package/es/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
- package/es/components/PisellSteps/hooks/index.d.ts +4 -0
- package/es/components/PisellSteps/hooks/useAnchor.d.ts +9 -0
- package/es/components/PisellSteps/hooks/useResponsive.d.ts +8 -0
- package/es/components/PisellSteps/hooks/useStepClick.d.ts +11 -0
- package/es/components/PisellSteps/hooks/useStepsState.d.ts +9 -0
- package/es/components/PisellSteps/index.d.ts +3 -0
- package/es/components/PisellSteps/types.d.ts +257 -0
- package/es/components/PisellSteps/utils/index.d.ts +54 -0
- package/es/components/PisellSuperTabs/components/index.d.ts +0 -0
- package/es/components/PisellSuperTabs/utils/getRowKey.d.ts +8 -0
- package/es/components/PisellSuperTabs/utils/index.d.ts +1 -0
- package/es/components/PisellTabbar/locales.d.ts +23 -0
- package/es/components/PisellTabbar/mock.d.ts +47 -0
- package/es/components/PisellTabbar/template/index.d.ts +0 -0
- package/es/components/PisellTabbar2/constants.d.ts +46 -0
- package/es/components/PisellTabbar2/hooks/index.d.ts +2 -0
- package/es/components/PisellTabbar2/hooks/useActiveKey.d.ts +50 -0
- package/es/components/PisellTabbar2/hooks/useExpand.d.ts +41 -0
- package/es/components/PisellTabbar2/locales.d.ts +23 -0
- package/es/components/PisellTabbar2/mock.d.ts +205 -0
- package/es/components/PisellTabbar2/types.d.ts +117 -0
- package/es/components/PisellTabbar2/utils/index.d.ts +35 -0
- package/es/components/PisellTabbar3/locales.d.ts +23 -0
- package/es/components/PisellTabbar3/mock.d.ts +47 -0
- package/es/components/PisellTabbar3/types.d.ts +111 -0
- 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/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
- package/es/components/dataSourceComponents/dataSourceSubForm/index.js +274 -0
- package/es/components/dataSourceComponents/dataSourceSubForm/index.less +19 -0
- package/es/components/dataSourceComponents/dataSourceSubForm/schema-full-example.json +544 -0
- package/es/components/dataSourceComponents/dataSourceSubForm/schema-simple-example.json +174 -0
- package/es/components/dataSourceComponents/dataSourceSubForm/types.d.ts +117 -0
- package/es/components/dataSourceComponents/dataSourceSubForm/types.js +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +9 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.js +61 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/WithMode.js +176 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +12 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/index.js +11 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +87 -0
- package/es/components/dataSourceComponents/fields/RecordListWrapper/type.js +1 -0
- package/es/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +9 -0
- package/es/components/dataSourceComponents/fields/Tabs/ReadPretty.js +16 -0
- package/es/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +23 -0
- package/es/components/dataSourceComponents/fields/Tabs/Tabs.js +93 -0
- package/es/components/dataSourceComponents/fields/Tabs/Tabs.less +64 -0
- package/es/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
- package/es/components/dataSourceComponents/fields/Tabs/WithMode.js +9 -0
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +12 -0
- package/es/components/dataSourceComponents/fields/Tabs/index.js +18 -0
- package/es/components/dataSourceComponents/fields/Tabs/type.d.ts +38 -0
- package/es/components/dataSourceComponents/fields/Tabs/type.js +1 -0
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
- package/es/components/dataSourceComponents/fields/Translation/type.d.ts +21 -0
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +44 -7
- package/es/components/dataSourceComponents/fields/index.js +5 -1
- package/es/components/dataSourceComponents/fields/utils.js +3 -0
- package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/es/components/date-picker/index.d.ts +0 -1
- package/es/components/filter/components/Dropdown/index.js +6 -2
- package/es/components/filter/components/FilterButton/index.js +19 -4
- package/es/components/filter/components/FilterButton/types.d.ts +8 -0
- package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
- package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.js +90 -0
- package/es/components/filter/components/FilterItem/index.d.ts +3 -3
- package/es/components/filter/components/FilterItem/index.js +138 -7
- package/es/components/filter/components/FilterItem/index.less +90 -0
- package/es/components/filter/types.d.ts +4 -2
- package/es/components/keyboard/index.d.ts +22 -0
- package/es/components/pisellBatchActionBar/PisellBatchActionBar.js +38 -29
- package/es/components/pisellBatchActionBar/index.d.ts +6 -0
- package/es/components/pisellBatchActionBar/types.d.ts +237 -0
- package/es/components/pisellCurrency/PisellCurrency.less +163 -25
- package/es/components/pisellCurrency/PisellCurrency.stories.js +1 -1
- package/es/components/pisellCurrency/index.d.ts +2 -1
- package/es/components/pisellCurrency/index.js +16 -1
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +7 -1
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.js +30 -3
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.js +68 -0
- package/es/components/pisellDataSourceContainer/components/Table/index.d.ts +1 -0
- package/es/components/pisellDataSourceContainer/components/Table/index.js +5 -3
- package/es/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +1 -0
- package/es/components/pisellDataSourceContainer/components/Table/useColumns.js +37 -15
- package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/es/components/pisellDatePicker/index.d.ts +0 -1
- package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.js +21 -15
- package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.less +2 -1
- package/es/components/pisellDateTimeDisplay/hooks/useCurrentTime.js +6 -4
- package/es/components/pisellDateTimeDisplay/types.d.ts +5 -0
- package/es/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +2 -2
- package/es/components/pisellDateTimeDisplay/utils/localeUtils.js +15 -4
- package/es/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +1 -0
- package/es/components/pisellDateTimeDisplay/utils/relativeDay.js +4 -2
- package/es/components/pisellEmail/PisellEmail.less +119 -10
- package/es/components/pisellEmail/PisellEmail.stories.js +1 -1
- package/es/components/pisellEmail/constants/emailDomains.d.ts +5 -0
- package/es/components/pisellEmail/constants/emailRegex.d.ts +13 -0
- package/es/components/pisellEmail/index.d.ts +3 -1
- package/es/components/pisellEmail/index.js +17 -1
- package/es/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
- package/es/components/pisellFilter/index.js +76 -10
- package/es/components/pisellFind/index.js +11 -2
- package/es/components/pisellGridPro/GridPro.d.ts +9 -0
- package/es/components/pisellGridPro/GridView/index.d.ts +6 -0
- package/es/components/pisellGridPro/GridView/type.d.ts +3 -0
- package/es/components/pisellGridPro/ToolBar/index.d.ts +6 -0
- package/es/components/pisellGridPro/ToolBar/index.less +23 -0
- package/es/components/pisellGridPro/ToolBar/type.d.ts +10 -0
- package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
- package/es/components/pisellGridPro/components/DataCard/index.d.ts +6 -0
- package/es/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
- package/es/components/pisellGridPro/components/Footer/index.d.ts +9 -0
- package/es/components/pisellGridPro/components/Header/index.d.ts +12 -0
- package/es/components/pisellGridPro/index.d.ts +4 -0
- package/es/components/pisellLayout/index.d.ts +14 -0
- package/es/components/pisellLongText/PisellLongText.less +72 -4
- package/es/components/pisellLongText/PisellLongText.stories.js +1 -1
- package/es/components/pisellLongText/index.d.ts +2 -1
- package/es/components/pisellLongText/index.js +16 -1
- package/es/components/pisellLookup/PisellLookup.js +26 -10
- package/es/components/pisellLookup/PisellLookup.less +39 -16
- package/es/components/pisellLookup/components/LookupTrigger.js +14 -4
- package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/es/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/es/components/pisellLookup/types.d.ts +2 -1
- package/es/components/pisellLookup/utils/storage.d.ts +42 -0
- package/es/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
- package/es/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
- package/es/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
- package/es/components/pisellMetricCard/types.d.ts +201 -0
- package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
- package/es/components/pisellModal/components/index.d.ts +0 -1
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.less +159 -124
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.stories.js +1 -1
- package/es/components/pisellMultipleSelect/components/EditView.js +8 -2
- package/es/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +1 -1
- package/es/components/pisellMultipleSelect/components/ReadOnlyView.js +15 -11
- package/es/components/pisellMultipleSelect/index.d.ts +2 -1
- package/es/components/pisellMultipleSelect/index.js +16 -1
- package/es/components/pisellNumber/PisellNumber.less +135 -17
- package/es/components/pisellNumber/PisellNumber.stories.js +1 -1
- package/es/components/pisellNumber/index.d.ts +2 -1
- package/es/components/pisellNumber/index.js +16 -1
- package/es/components/pisellPercent/PisellPercent.less +142 -24
- package/es/components/pisellPercent/PisellPercent.stories.js +1 -1
- package/es/components/pisellPercent/index.d.ts +2 -1
- package/es/components/pisellPercent/index.js +16 -1
- package/es/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/es/components/pisellPhone/PisellPhone.less +122 -27
- package/es/components/pisellPhone/PisellPhone.stories.js +1 -1
- package/es/components/pisellPhone/components/EditView.js +1 -1
- package/es/components/pisellPhone/components/ReadOnlyView.js +15 -6
- package/es/components/pisellPhone/index.d.ts +2 -1
- package/es/components/pisellPhone/index.js +16 -1
- package/es/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/es/components/pisellRating/PisellRating.less +20 -12
- package/es/components/pisellRating/PisellRating.stories.js +1 -1
- package/es/components/pisellRating/index.d.ts +2 -1
- package/es/components/pisellRating/index.js +16 -1
- package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +8 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.js +243 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +81 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.stories.js +2358 -0
- package/es/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
- package/es/components/pisellRecordBoard/context/RecordBoardContext.js +2 -0
- package/es/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
- package/es/components/pisellRecordBoard/context/RecordBoardProvider.js +13 -0
- package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
- package/es/components/pisellRecordBoard/hooks/useRecordBoardContext.js +29 -0
- package/es/components/pisellRecordBoard/index.d.ts +35 -0
- package/es/components/pisellRecordBoard/index.js +23 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/CardList.js +36 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
- package/es/components/pisellRecordBoard/layouts/CardLayout/index.js +20 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +242 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +100 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/index.js +20 -0
- package/es/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/BatchActionBar/index.js +90 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.js +138 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +66 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.less +2 -0
- package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/Pagination/index.js +66 -0
- package/es/components/pisellRecordBoard/shellFrame/Pagination/index.less +78 -0
- package/es/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
- package/es/components/pisellRecordBoard/shellFrame/Search/index.js +41 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +112 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +11 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.js +215 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +77 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.js +65 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +41 -0
- package/es/components/pisellRecordBoard/shellFrame/index.d.ts +26 -0
- package/es/components/pisellRecordBoard/shellFrame/index.js +104 -0
- package/es/components/pisellRecordBoard/types.d.ts +315 -0
- package/es/components/pisellRecordBoard/types.js +1 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +41 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.js +508 -0
- package/es/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/es/components/pisellRecordBoard/utils/withRecordBoard.js +27 -0
- package/es/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/es/components/pisellShellFrame/PisellShellFrame.js +107 -0
- package/es/components/pisellShellFrame/PisellShellFrame.less +78 -0
- package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/es/components/pisellShellFrame/PisellShellFrame.stories.js +195 -0
- package/es/components/pisellShellFrame/index.d.ts +2 -0
- package/es/components/pisellShellFrame/index.js +1 -0
- package/es/components/pisellShellFrame/types.d.ts +56 -0
- package/es/components/pisellShellFrame/types.js +1 -0
- package/es/components/pisellSingleLineText/PisellSingleLineText.stories.js +1 -1
- package/es/components/pisellSingleLineText/index.d.ts +2 -1
- package/es/components/pisellSingleLineText/index.js +16 -1
- package/es/components/pisellSingleSelect/PisellSingleSelect.less +103 -46
- package/es/components/pisellSingleSelect/PisellSingleSelect.stories.js +1 -1
- package/es/components/pisellSingleSelect/components/EditView.js +8 -2
- package/es/components/pisellSingleSelect/components/ReadOnlyView.d.ts +1 -1
- package/es/components/pisellSingleSelect/components/ReadOnlyView.js +10 -6
- package/es/components/pisellSingleSelect/index.d.ts +2 -1
- package/es/components/pisellSingleSelect/index.js +16 -1
- package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.js +6 -3
- package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
- package/es/components/pisellUrl/PisellUrl.less +120 -11
- package/es/components/pisellUrl/PisellUrl.stories.js +1 -1
- package/es/components/pisellUrl/index.d.ts +3 -1
- package/es/components/pisellUrl/index.js +17 -1
- package/es/components/pisellUrl/utils/index.d.ts +6 -0
- package/es/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
- package/es/components/pisellUrl/utils/urlHelper.d.ts +63 -0
- package/es/components/pisellUrl/utils/urlValidator.d.ts +46 -0
- package/es/components/select/index.less +18 -2
- package/es/components/sort/index.js +25 -3
- package/es/components/sort/types.d.ts +20 -1
- package/es/components/table/Table/fields/date/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/index.d.ts +0 -1
- package/es/components/table/Table/fields/index.d.ts +2 -3
- package/es/components/table/Table/fields/link/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
- package/es/components/table/Table/fields/types/index.d.ts +33 -0
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
- package/es/hooks/useMobile.d.ts +8 -0
- package/es/index.d.ts +10 -2
- package/es/index.js +5 -0
- package/es/locales/en-US.d.ts +36 -0
- package/es/locales/en-US.js +50 -2
- package/es/locales/index.js +2 -2
- package/es/locales/ja.d.ts +2 -0
- package/es/locales/ja.js +2 -0
- package/es/locales/pt.d.ts +2 -0
- package/es/locales/pt.js +2 -0
- package/es/locales/zh-CN.d.ts +36 -0
- package/es/locales/zh-CN.js +54 -6
- package/es/locales/zh-TW.d.ts +36 -0
- package/es/locales/zh-TW.js +54 -6
- package/es/theme/tokens.d.ts +22 -0
- package/es/utils/tagColor.d.ts +7 -0
- package/es/utils/tagColor.js +39 -0
- package/lib/components/Pagination/index.d.ts +4 -5
- package/lib/components/Pagination/index.js +44 -21
- package/lib/components/Pagination/index.less +13 -7
- package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +10 -0
- package/lib/components/PisellBasicGrid/hooks/index.d.ts +1 -0
- package/lib/components/PisellBasicGrid/hooks/useGridStyle.d.ts +37 -0
- package/lib/components/PisellBasicGrid/index.d.ts +6 -0
- package/lib/components/PisellBasicGrid/types.d.ts +221 -0
- package/lib/components/PisellBasicGrid/utils/index.d.ts +63 -0
- package/lib/components/PisellCards/PisellCards.d.ts +8 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +5 -0
- package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +27 -0
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +5 -0
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +15 -0
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +18 -0
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +290 -0
- package/lib/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +19 -0
- package/lib/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +19 -0
- package/lib/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +7 -0
- package/lib/components/PisellCards/components/MultilevelCard/components/index.d.ts +2 -0
- package/lib/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +2 -0
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +31 -0
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +28 -0
- package/lib/components/PisellCards/components/MultilevelCard/index.d.ts +2 -0
- package/lib/components/PisellCards/components/MultilevelCard/types.d.ts +202 -0
- package/lib/components/PisellCards/components/MultilevelCard/utils/index.d.ts +6 -0
- package/lib/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
- package/lib/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +5 -0
- package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +11 -0
- package/lib/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +10 -0
- package/lib/components/PisellCards/components/PisellImageCard/types.d.ts +74 -0
- package/lib/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +7 -0
- package/lib/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +7 -0
- package/lib/components/PisellCards/components/PisellImageCard/utils/index.d.ts +5 -0
- package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +4 -0
- package/lib/components/PisellCards/components/TabCard/index.d.ts +5 -0
- package/lib/components/PisellCards/components/TabCard/types.d.ts +70 -0
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +8 -0
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +26 -0
- package/lib/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +17 -0
- package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +21 -0
- package/lib/components/PisellCards/components/TextCard/components/index.d.ts +6 -0
- package/lib/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
- package/lib/components/PisellCards/components/TextCard/index.d.ts +5 -0
- package/lib/components/PisellCards/components/TextCard/types.d.ts +270 -0
- 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/index.d.ts +0 -1
- package/lib/components/PisellCards/types.d.ts +48 -0
- package/lib/components/PisellCards/utils/index.d.ts +0 -0
- package/lib/components/PisellFields/index.d.ts +2 -3
- package/lib/components/PisellLayouts/index.d.ts +0 -1
- package/lib/components/PisellMetrics/index.d.ts +0 -1
- package/lib/components/PisellProcedure/components/FooterActions.d.ts +24 -0
- package/lib/components/PisellProcedure/components/ProcedureContent.d.ts +23 -0
- package/lib/components/PisellProcedure/components/ProcedureSidebar.d.ts +38 -0
- package/lib/components/PisellProcedure/hooks/index.d.ts +8 -0
- package/lib/components/PisellProcedure/hooks/useElementSize.d.ts +38 -0
- package/lib/components/PisellProcedure/hooks/useOverflowActions.d.ts +43 -0
- package/lib/components/PisellProcedure/hooks/useResponsiveClass.d.ts +6 -0
- package/lib/components/PisellProcedure/hooks/useSidebarHeight.d.ts +16 -0
- package/lib/components/PisellProcedure/hooks/useStepManager.d.ts +50 -0
- package/lib/components/PisellProcedure/types.d.ts +363 -0
- package/lib/components/PisellProcedure/utils/classNames.d.ts +33 -0
- package/lib/components/PisellProcedure/utils/extractText.d.ts +20 -0
- package/lib/components/PisellProcedure/utils/footerPosition.d.ts +41 -0
- package/lib/components/PisellProcedure/utils/index.d.ts +8 -0
- package/lib/components/PisellProcedure/utils/layoutRatio.d.ts +42 -0
- package/lib/components/PisellProcedure/utils/slotHelper.d.ts +27 -0
- package/lib/components/PisellScrollView/PisellScrollView.d.ts +5 -0
- package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +87 -0
- package/lib/components/PisellScrollView/components/Actions/index.d.ts +12 -0
- package/lib/components/PisellScrollView/hooks/index.d.ts +3 -0
- package/lib/components/PisellScrollView/hooks/useIntersection.d.ts +8 -0
- package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +20 -0
- package/lib/components/PisellScrollView/hooks/useScrollState.d.ts +13 -0
- package/lib/components/PisellScrollView/index.d.ts +3 -0
- package/lib/components/PisellScrollView/types.d.ts +203 -0
- package/lib/components/PisellScrollView/utils/index.d.ts +0 -0
- package/lib/components/PisellSteps/PisellSteps.stories.d.ts +155 -0
- package/lib/components/PisellSteps/hooks/index.d.ts +4 -0
- package/lib/components/PisellSteps/hooks/useAnchor.d.ts +9 -0
- package/lib/components/PisellSteps/hooks/useResponsive.d.ts +8 -0
- package/lib/components/PisellSteps/hooks/useStepClick.d.ts +11 -0
- package/lib/components/PisellSteps/hooks/useStepsState.d.ts +9 -0
- package/lib/components/PisellSteps/index.d.ts +3 -0
- package/lib/components/PisellSteps/types.d.ts +257 -0
- package/lib/components/PisellSteps/utils/index.d.ts +54 -0
- package/lib/components/PisellSuperTabs/components/index.d.ts +0 -0
- package/lib/components/PisellSuperTabs/utils/getRowKey.d.ts +8 -0
- package/lib/components/PisellSuperTabs/utils/index.d.ts +1 -0
- package/lib/components/PisellTabbar/locales.d.ts +23 -0
- package/lib/components/PisellTabbar/mock.d.ts +47 -0
- package/lib/components/PisellTabbar/template/index.d.ts +0 -0
- package/lib/components/PisellTabbar2/constants.d.ts +46 -0
- package/lib/components/PisellTabbar2/hooks/index.d.ts +2 -0
- package/lib/components/PisellTabbar2/hooks/useActiveKey.d.ts +50 -0
- package/lib/components/PisellTabbar2/hooks/useExpand.d.ts +41 -0
- package/lib/components/PisellTabbar2/locales.d.ts +23 -0
- package/lib/components/PisellTabbar2/mock.d.ts +205 -0
- package/lib/components/PisellTabbar2/types.d.ts +117 -0
- package/lib/components/PisellTabbar2/utils/index.d.ts +35 -0
- package/lib/components/PisellTabbar3/locales.d.ts +23 -0
- package/lib/components/PisellTabbar3/mock.d.ts +47 -0
- package/lib/components/PisellTabbar3/types.d.ts +111 -0
- 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/dataSourceComponents/dataSourceForm/urlUtils.d.ts +24 -0
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceSubForm/index.d.ts +13 -0
- package/lib/components/dataSourceComponents/dataSourceSubForm/index.js +229 -0
- package/lib/components/dataSourceComponents/dataSourceSubForm/index.less +19 -0
- package/lib/components/dataSourceComponents/dataSourceSubForm/schema-full-example.json +544 -0
- package/lib/components/dataSourceComponents/dataSourceSubForm/schema-simple-example.json +174 -0
- package/lib/components/dataSourceComponents/dataSourceSubForm/types.d.ts +117 -0
- package/lib/components/dataSourceComponents/dataSourceSubForm/types.js +17 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +9 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.js +64 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +4 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/WithMode.js +157 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +12 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.js +40 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +87 -0
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/type.js +17 -0
- package/lib/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +9 -0
- package/lib/components/dataSourceComponents/fields/Tabs/ReadPretty.js +45 -0
- package/lib/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +23 -0
- package/lib/components/dataSourceComponents/fields/Tabs/Tabs.js +95 -0
- package/lib/components/dataSourceComponents/fields/Tabs/Tabs.less +64 -0
- package/lib/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +6 -0
- package/lib/components/dataSourceComponents/fields/Tabs/WithMode.js +39 -0
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +12 -0
- package/lib/components/dataSourceComponents/fields/Tabs/index.js +40 -0
- package/lib/components/dataSourceComponents/fields/Tabs/type.d.ts +38 -0
- package/lib/components/dataSourceComponents/fields/Tabs/type.js +17 -0
- package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +5 -0
- package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +21 -0
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +44 -7
- package/lib/components/dataSourceComponents/fields/index.js +5 -1
- package/lib/components/dataSourceComponents/fields/utils.js +3 -0
- package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +7 -0
- package/lib/components/date-picker/index.d.ts +0 -1
- package/lib/components/filter/components/Dropdown/index.js +9 -2
- package/lib/components/filter/components/FilterButton/index.js +14 -3
- package/lib/components/filter/components/FilterButton/types.d.ts +8 -0
- package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +21 -0
- package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.js +69 -0
- package/lib/components/filter/components/FilterItem/index.d.ts +3 -3
- package/lib/components/filter/components/FilterItem/index.js +133 -4
- package/lib/components/filter/components/FilterItem/index.less +90 -0
- package/lib/components/filter/types.d.ts +4 -2
- package/lib/components/keyboard/index.d.ts +22 -0
- package/lib/components/pisellBatchActionBar/PisellBatchActionBar.js +26 -23
- package/lib/components/pisellBatchActionBar/index.d.ts +6 -0
- package/lib/components/pisellBatchActionBar/types.d.ts +237 -0
- package/lib/components/pisellCurrency/PisellCurrency.less +163 -25
- package/lib/components/pisellCurrency/PisellCurrency.stories.js +1 -1
- package/lib/components/pisellCurrency/index.d.ts +2 -1
- package/lib/components/pisellCurrency/index.js +7 -0
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +7 -1
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.js +18 -2
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +28 -0
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.js +81 -0
- package/lib/components/pisellDataSourceContainer/components/Table/index.d.ts +1 -0
- package/lib/components/pisellDataSourceContainer/components/Table/index.js +3 -1
- package/lib/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +1 -0
- package/lib/components/pisellDataSourceContainer/components/Table/useColumns.js +25 -14
- package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +9 -0
- package/lib/components/pisellDatePicker/index.d.ts +0 -1
- package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.js +17 -11
- package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.less +2 -1
- package/lib/components/pisellDateTimeDisplay/hooks/useCurrentTime.js +7 -1
- package/lib/components/pisellDateTimeDisplay/types.d.ts +5 -0
- package/lib/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +2 -2
- package/lib/components/pisellDateTimeDisplay/utils/localeUtils.js +10 -2
- package/lib/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +1 -0
- package/lib/components/pisellDateTimeDisplay/utils/relativeDay.js +2 -1
- package/lib/components/pisellEmail/PisellEmail.less +119 -10
- package/lib/components/pisellEmail/PisellEmail.stories.js +1 -1
- package/lib/components/pisellEmail/constants/emailDomains.d.ts +5 -0
- package/lib/components/pisellEmail/constants/emailRegex.d.ts +13 -0
- package/lib/components/pisellEmail/index.d.ts +3 -1
- package/lib/components/pisellEmail/index.js +10 -2
- package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +15 -0
- package/lib/components/pisellFilter/index.js +79 -8
- package/lib/components/pisellFind/index.js +11 -2
- package/lib/components/pisellGridPro/GridPro.d.ts +9 -0
- package/lib/components/pisellGridPro/GridView/index.d.ts +6 -0
- package/lib/components/pisellGridPro/GridView/type.d.ts +3 -0
- package/lib/components/pisellGridPro/ToolBar/index.d.ts +6 -0
- package/lib/components/pisellGridPro/ToolBar/index.less +23 -0
- package/lib/components/pisellGridPro/ToolBar/type.d.ts +10 -0
- package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +10 -0
- package/lib/components/pisellGridPro/components/DataCard/index.d.ts +6 -0
- package/lib/components/pisellGridPro/components/DataCard/types.d.ts +70 -0
- package/lib/components/pisellGridPro/components/Footer/index.d.ts +9 -0
- package/lib/components/pisellGridPro/components/Header/index.d.ts +12 -0
- package/lib/components/pisellGridPro/index.d.ts +4 -0
- package/lib/components/pisellLayout/index.d.ts +14 -0
- package/lib/components/pisellLongText/PisellLongText.less +72 -4
- package/lib/components/pisellLongText/PisellLongText.stories.js +1 -1
- package/lib/components/pisellLongText/index.d.ts +2 -1
- package/lib/components/pisellLongText/index.js +7 -0
- package/lib/components/pisellLookup/PisellLookup.js +17 -7
- package/lib/components/pisellLookup/PisellLookup.less +39 -16
- package/lib/components/pisellLookup/components/LookupTrigger.js +9 -3
- package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +40 -0
- package/lib/components/pisellLookup/hooks/useSearchState.d.ts +80 -0
- package/lib/components/pisellLookup/types.d.ts +2 -1
- package/lib/components/pisellLookup/utils/storage.d.ts +42 -0
- package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +12 -0
- package/lib/components/pisellMetricCard/components/MetricValue.d.ts +12 -0
- package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +14 -0
- package/lib/components/pisellMetricCard/types.d.ts +201 -0
- package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +14 -0
- package/lib/components/pisellModal/components/index.d.ts +0 -1
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.less +159 -124
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.stories.js +1 -1
- package/lib/components/pisellMultipleSelect/components/EditView.js +4 -1
- package/lib/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +1 -1
- package/lib/components/pisellMultipleSelect/components/ReadOnlyView.js +29 -1
- package/lib/components/pisellMultipleSelect/index.d.ts +2 -1
- package/lib/components/pisellMultipleSelect/index.js +7 -0
- package/lib/components/pisellNumber/PisellNumber.less +135 -17
- package/lib/components/pisellNumber/PisellNumber.stories.js +1 -1
- package/lib/components/pisellNumber/index.d.ts +2 -1
- package/lib/components/pisellNumber/index.js +7 -0
- package/lib/components/pisellPercent/PisellPercent.less +142 -24
- package/lib/components/pisellPercent/PisellPercent.stories.js +1 -1
- package/lib/components/pisellPercent/index.d.ts +2 -1
- package/lib/components/pisellPercent/index.js +7 -0
- package/lib/components/pisellPercent/utils/rangeConverter.d.ts +36 -0
- package/lib/components/pisellPhone/PisellPhone.less +122 -27
- package/lib/components/pisellPhone/PisellPhone.stories.js +1 -1
- package/lib/components/pisellPhone/components/EditView.js +1 -1
- package/lib/components/pisellPhone/components/ReadOnlyView.js +18 -4
- package/lib/components/pisellPhone/index.d.ts +2 -1
- package/lib/components/pisellPhone/index.js +7 -0
- package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +39 -0
- package/lib/components/pisellRating/PisellRating.less +20 -12
- package/lib/components/pisellRating/PisellRating.stories.js +1 -1
- package/lib/components/pisellRating/index.d.ts +2 -1
- package/lib/components/pisellRating/index.js +7 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +8 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.js +263 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.d.ts +81 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.stories.js +1673 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardContext.d.ts +3 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardContext.js +30 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardProvider.d.ts +11 -0
- package/lib/components/pisellRecordBoard/context/RecordBoardProvider.js +46 -0
- package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.d.ts +16 -0
- package/lib/components/pisellRecordBoard/hooks/useRecordBoardContext.js +47 -0
- package/lib/components/pisellRecordBoard/index.d.ts +35 -0
- package/lib/components/pisellRecordBoard/index.js +59 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.d.ts +12 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/CardList.js +46 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/index.d.ts +13 -0
- package/lib/components/pisellRecordBoard/layouts/CardLayout/index.js +46 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +264 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +100 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/index.d.ts +13 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/index.js +46 -0
- package/lib/components/pisellRecordBoard/shellFrame/BatchActionBar/index.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/BatchActionBar/index.js +108 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.d.ts +15 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/ColumnSettingPopover.js +173 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.js +100 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.less +2 -0
- package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.js +90 -0
- package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.less +78 -0
- package/lib/components/pisellRecordBoard/shellFrame/Search/index.d.ts +10 -0
- package/lib/components/pisellRecordBoard/shellFrame/Search/index.js +53 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/ToolBarFilter.less +112 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +11 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.js +247 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.js +93 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.d.ts +16 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.js +85 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarReset/index.less +41 -0
- package/lib/components/pisellRecordBoard/shellFrame/index.d.ts +26 -0
- package/lib/components/pisellRecordBoard/shellFrame/index.js +137 -0
- package/lib/components/pisellRecordBoard/types.d.ts +315 -0
- package/lib/components/pisellRecordBoard/types.js +17 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +41 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.js +365 -0
- package/lib/components/pisellRecordBoard/utils/withRecordBoard.d.ts +9 -0
- package/lib/components/pisellRecordBoard/utils/withRecordBoard.js +49 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.d.ts +13 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.js +113 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.less +78 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +15 -0
- package/lib/components/pisellShellFrame/PisellShellFrame.stories.js +129 -0
- package/lib/components/pisellShellFrame/index.d.ts +2 -0
- package/lib/components/pisellShellFrame/index.js +40 -0
- package/lib/components/pisellShellFrame/types.d.ts +56 -0
- package/lib/components/pisellShellFrame/types.js +17 -0
- package/lib/components/pisellSingleLineText/PisellSingleLineText.stories.js +1 -1
- package/lib/components/pisellSingleLineText/index.d.ts +2 -1
- package/lib/components/pisellSingleLineText/index.js +7 -0
- package/lib/components/pisellSingleSelect/PisellSingleSelect.less +103 -46
- package/lib/components/pisellSingleSelect/PisellSingleSelect.stories.js +1 -1
- package/lib/components/pisellSingleSelect/components/EditView.js +4 -1
- package/lib/components/pisellSingleSelect/components/ReadOnlyView.d.ts +1 -1
- package/lib/components/pisellSingleSelect/components/ReadOnlyView.js +12 -9
- package/lib/components/pisellSingleSelect/index.d.ts +2 -1
- package/lib/components/pisellSingleSelect/index.js +7 -0
- package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.js +6 -2
- package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +14 -0
- package/lib/components/pisellUrl/PisellUrl.less +120 -11
- package/lib/components/pisellUrl/PisellUrl.stories.js +1 -1
- package/lib/components/pisellUrl/index.d.ts +3 -1
- package/lib/components/pisellUrl/index.js +10 -2
- package/lib/components/pisellUrl/utils/index.d.ts +6 -0
- package/lib/components/pisellUrl/utils/urlFormatter.d.ts +38 -0
- package/lib/components/pisellUrl/utils/urlHelper.d.ts +63 -0
- package/lib/components/pisellUrl/utils/urlValidator.d.ts +46 -0
- package/lib/components/select/index.less +18 -2
- package/lib/components/sort/index.js +13 -3
- package/lib/components/sort/types.d.ts +20 -1
- package/lib/components/table/Table/fields/date/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/index.d.ts +0 -1
- package/lib/components/table/Table/fields/index.d.ts +2 -3
- package/lib/components/table/Table/fields/link/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
- package/lib/components/table/Table/fields/types/index.d.ts +33 -0
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +44 -0
- package/lib/hooks/useMobile.d.ts +8 -0
- package/lib/index.d.ts +10 -2
- package/lib/index.js +15 -0
- package/lib/locales/en-US.d.ts +36 -0
- package/lib/locales/en-US.js +42 -2
- package/lib/locales/index.js +2 -2
- package/lib/locales/ja.d.ts +2 -0
- package/lib/locales/ja.js +2 -0
- package/lib/locales/pt.d.ts +2 -0
- package/lib/locales/pt.js +2 -0
- package/lib/locales/zh-CN.d.ts +36 -0
- package/lib/locales/zh-CN.js +46 -6
- package/lib/locales/zh-TW.d.ts +36 -0
- package/lib/locales/zh-TW.js +46 -6
- package/lib/theme/tokens.d.ts +22 -0
- package/lib/utils/tagColor.d.ts +7 -0
- package/lib/utils/tagColor.js +60 -0
- package/lowcode/auto-resize-text/meta.ts +9 -9
- package/lowcode/data-source-form/constants.ts +3 -0
- package/lowcode/data-source-form/utils.ts +31 -5
- package/lowcode/data-source-sub-form/meta.ts +259 -0
- package/lowcode/data-source-sub-form/snippets.ts +21 -0
- package/lowcode/form-item-record-list-wrapper/meta.ts +180 -0
- package/lowcode/form-item-record-list-wrapper/snippets.ts +18 -0
- package/lowcode/form-item-tabs/meta.ts +172 -0
- package/package.json +3 -3
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type FieldPropsType = {
|
|
3
|
+
title: React.ReactNode;
|
|
4
|
+
editable: boolean;
|
|
5
|
+
dataIndex: string;
|
|
6
|
+
field_type: FieldType;
|
|
7
|
+
record: Record<string, any>;
|
|
8
|
+
options?: {
|
|
9
|
+
value: string;
|
|
10
|
+
label: string;
|
|
11
|
+
}[];
|
|
12
|
+
handleSave: () => void;
|
|
13
|
+
onChange: (value: any, record: any) => void;
|
|
14
|
+
action?: string;
|
|
15
|
+
contentClassName?: string;
|
|
16
|
+
};
|
|
17
|
+
export declare type FieldType = "text" | "image";
|
|
18
|
+
export declare type EditPropsType = {
|
|
19
|
+
value: any;
|
|
20
|
+
onChange: (v: any) => void;
|
|
21
|
+
onPressEnter: () => void;
|
|
22
|
+
onBlur: () => void;
|
|
23
|
+
style: React.CSSProperties;
|
|
24
|
+
bordered: boolean;
|
|
25
|
+
options?: {
|
|
26
|
+
value: string;
|
|
27
|
+
label: string;
|
|
28
|
+
}[] | ((value?: string) => Promise<{
|
|
29
|
+
value: string;
|
|
30
|
+
label: string;
|
|
31
|
+
}[]>);
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
};
|
|
@@ -155,7 +155,7 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
|
|
|
155
155
|
sort?: SortType | undefined;
|
|
156
156
|
mode: "" | "localStorage" | "remote";
|
|
157
157
|
currentViewMode: ModeType;
|
|
158
|
-
}) => ("
|
|
158
|
+
}) => ("filters" | "filter_setting" | "column_setting" | "gallery_setting" | "view_mode" | "group_by" | "order_by")[];
|
|
159
159
|
export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
|
|
160
160
|
export declare const stringify: (obj: Record<string, any>) => string;
|
|
161
161
|
export {};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
export interface BaseVirtualInputProps {
|
|
4
|
+
/** 输入值 */
|
|
5
|
+
value?: string | React.ReactNode;
|
|
6
|
+
/** 占位符 */
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
/** 是否自动聚焦 */
|
|
9
|
+
autoFocus?: boolean;
|
|
10
|
+
/** 是否禁用 */
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
/** 组件高度,默认60px */
|
|
13
|
+
height?: number | string;
|
|
14
|
+
/** 字体大小,默认48px,如果不设置会根据高度自动计算 */
|
|
15
|
+
fontSize?: number | string;
|
|
16
|
+
/** 聚焦回调 */
|
|
17
|
+
onFocus?: () => void;
|
|
18
|
+
/** 失焦回调 */
|
|
19
|
+
onBlur?: () => void;
|
|
20
|
+
/** 文字位置 */
|
|
21
|
+
textAlign?: 'start' | 'center' | 'end';
|
|
22
|
+
/** 自定义样式 */
|
|
23
|
+
style?: React.CSSProperties;
|
|
24
|
+
/** 自定义类名 */
|
|
25
|
+
className?: string;
|
|
26
|
+
/** showCursor */
|
|
27
|
+
showCursor?: boolean;
|
|
28
|
+
/** 防止失焦的元素选择器或ref */
|
|
29
|
+
preventBlurElements?: Array<string | React.RefObject<HTMLElement>>;
|
|
30
|
+
/** 是否聚焦(受控模式) */
|
|
31
|
+
focused?: boolean;
|
|
32
|
+
/** 是否选中全部文本(类似浏览器选中效果) */
|
|
33
|
+
selected?: boolean;
|
|
34
|
+
/** 选中状态的背景色,默认为主题色 */
|
|
35
|
+
selectedColor?: string;
|
|
36
|
+
}
|
|
37
|
+
export interface BaseVirtualInputRef {
|
|
38
|
+
/** 手动聚焦 */
|
|
39
|
+
focus: () => void;
|
|
40
|
+
/** 手动失焦 */
|
|
41
|
+
blur: () => void;
|
|
42
|
+
}
|
|
43
|
+
declare const BaseVirtualInput: React.ForwardRefExoticComponent<BaseVirtualInputProps & React.RefAttributes<BaseVirtualInputRef>>;
|
|
44
|
+
export default BaseVirtualInput;
|
package/es/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export type { PisellSingleLineTextProps, PisellLongTextProps, PisellNumberProps,
|
|
|
14
14
|
* <PisellMetrics.MetricCard title="Total Sales" value={1580} />
|
|
15
15
|
*/
|
|
16
16
|
export { default as PisellMetrics } from './components/PisellMetrics';
|
|
17
|
-
export type { PisellMetricCardProps, PisellStatisticProps } from './components/PisellMetrics';
|
|
17
|
+
export type { PisellMetricCardProps, PisellStatisticProps, } from './components/PisellMetrics';
|
|
18
18
|
/**
|
|
19
19
|
* PisellLayouts - 布局组件命名空间
|
|
20
20
|
* @example
|
|
@@ -134,7 +134,7 @@ export { default as CropPhoto } from './components/cropPhoto';
|
|
|
134
134
|
export { default as PisellUpload } from './components/pisellUpload';
|
|
135
135
|
export { default as Translation } from './components/translation';
|
|
136
136
|
export { PisellLookup } from './components/pisellLookup';
|
|
137
|
-
export type { PisellLookupProps, PisellLookupRef } from './components/pisellLookup';
|
|
137
|
+
export type { PisellLookupProps, PisellLookupRef, } from './components/pisellLookup';
|
|
138
138
|
export { PisellFind } from './components/pisellFind';
|
|
139
139
|
export type { PisellFindProps, PisellFindRef } from './components/pisellFind';
|
|
140
140
|
export { default as DataSourceForm } from './components/dataSourceComponents/dataSourceForm';
|
|
@@ -148,6 +148,10 @@ export { default as DataSourceTypography } from './components/dataSourceComponen
|
|
|
148
148
|
export { default as DataSourceTable } from './components/dataSourceComponents/dataSourceTable';
|
|
149
149
|
export { default as DataSourceWrapper } from './components/dataSourceComponents/dataSourceWrapper';
|
|
150
150
|
export { default as PisellDataSourceContainer } from './components/pisellDataSourceContainer';
|
|
151
|
+
export { default as PisellRecordBoard } from './components/pisellRecordBoard';
|
|
152
|
+
export type { RecordBoardContextValue, RecordBoardChildComponentProps, RecordBoardColumnType, } from './components/pisellRecordBoard';
|
|
153
|
+
export { PisellShellFrame } from './components/pisellShellFrame';
|
|
154
|
+
export type { PisellShellFrameProps, PisellShellFrameConfig, PisellShellFrameScrollConfig, } from './components/pisellShellFrame';
|
|
151
155
|
export type { DataSourceContainerProps } from './components/pisellDataSourceContainer';
|
|
152
156
|
export { default as FormItemCheckbox } from './components/dataSourceComponents/fields/Checkbox';
|
|
153
157
|
export { default as FormItemSwitch } from './components/dataSourceComponents/fields/Switch';
|
|
@@ -162,6 +166,10 @@ export { default as FormItemTranslation } from './components/dataSourceComponent
|
|
|
162
166
|
export { default as FormItemUpload } from './components/dataSourceComponents/fields/Upload';
|
|
163
167
|
export { default as FormItemIconSelect } from './components/dataSourceComponents/fields/IconSelect';
|
|
164
168
|
export { default as BaseTranslation } from './components/dataSourceComponents/fields/Translation/BaseTranslation';
|
|
169
|
+
export { default as DataSourceSubForm } from './components/dataSourceComponents/dataSourceSubForm';
|
|
170
|
+
export type { DataSourceSubFormProps } from './components/dataSourceComponents/dataSourceSubForm/types';
|
|
171
|
+
export { default as FormItemRecordListWrapper } from './components/dataSourceComponents/fields/RecordListWrapper';
|
|
172
|
+
export { default as FormItemTabs } from './components/dataSourceComponents/fields/Tabs';
|
|
165
173
|
export { default as PisellMenu } from './components/pisellMenu';
|
|
166
174
|
export type { PisellMenuProps } from './components/pisellMenu/types';
|
|
167
175
|
export { default as PisellNavigationMenu } from './components/pisellNavigationMenu';
|
package/es/index.js
CHANGED
|
@@ -167,6 +167,8 @@ export { default as DataSourceTypography } from "./components/dataSourceComponen
|
|
|
167
167
|
export { default as DataSourceTable } from "./components/dataSourceComponents/dataSourceTable";
|
|
168
168
|
export { default as DataSourceWrapper } from "./components/dataSourceComponents/dataSourceWrapper";
|
|
169
169
|
export { default as PisellDataSourceContainer } from "./components/pisellDataSourceContainer";
|
|
170
|
+
export { default as PisellRecordBoard } from "./components/pisellRecordBoard";
|
|
171
|
+
export { PisellShellFrame } from "./components/pisellShellFrame";
|
|
170
172
|
export { default as FormItemCheckbox } from "./components/dataSourceComponents/fields/Checkbox";
|
|
171
173
|
export { default as FormItemSwitch } from "./components/dataSourceComponents/fields/Switch";
|
|
172
174
|
export { default as FormItemColorPicker } from "./components/dataSourceComponents/fields/ColorPicker";
|
|
@@ -180,6 +182,9 @@ export { default as FormItemTranslation } from "./components/dataSourceComponent
|
|
|
180
182
|
export { default as FormItemUpload } from "./components/dataSourceComponents/fields/Upload";
|
|
181
183
|
export { default as FormItemIconSelect } from "./components/dataSourceComponents/fields/IconSelect";
|
|
182
184
|
export { default as BaseTranslation } from "./components/dataSourceComponents/fields/Translation/BaseTranslation";
|
|
185
|
+
export { default as DataSourceSubForm } from "./components/dataSourceComponents/dataSourceSubForm";
|
|
186
|
+
export { default as FormItemRecordListWrapper } from "./components/dataSourceComponents/fields/RecordListWrapper";
|
|
187
|
+
export { default as FormItemTabs } from "./components/dataSourceComponents/fields/Tabs";
|
|
183
188
|
|
|
184
189
|
// ==================== 导航组件 (Navigation) ====================
|
|
185
190
|
// 导航、菜单、标签页等组件
|
package/es/locales/en-US.d.ts
CHANGED
|
@@ -21,6 +21,8 @@ declare const _default: {
|
|
|
21
21
|
'sort-from-evening-to-morning': string;
|
|
22
22
|
'sort-0-9': string;
|
|
23
23
|
'sort-9-0': string;
|
|
24
|
+
'sort-first-last': string;
|
|
25
|
+
'sort-last-first': string;
|
|
24
26
|
'table-action-filter-button': string;
|
|
25
27
|
'table-action-filter-quick-filter': string;
|
|
26
28
|
'table-action-filter-quick-filter-tip': (count: number) => string;
|
|
@@ -31,8 +33,12 @@ declare const _default: {
|
|
|
31
33
|
'table-action-column-title': string;
|
|
32
34
|
'table-column-group-records': string;
|
|
33
35
|
'table-column-group-lock-tip': string;
|
|
36
|
+
'record-board-uniform-summary-empty': string;
|
|
37
|
+
'record-board-uniform-summary-same': string;
|
|
34
38
|
'table-column-drag-sort-disabled-tip': string;
|
|
35
39
|
'table-action-filter-no-filter': string;
|
|
40
|
+
'table-action-range-picker-placeholder-start': string;
|
|
41
|
+
'table-action-range-picker-placeholder-end': string;
|
|
36
42
|
'table-action-range-picker-presets-today': string;
|
|
37
43
|
'table-action-range-picker-presets-yesterday': string;
|
|
38
44
|
'table-action-range-picker-presets-last-3-day': string;
|
|
@@ -56,6 +62,7 @@ declare const _default: {
|
|
|
56
62
|
'pisell-lookup-no-data': string;
|
|
57
63
|
'pisell-find-button-text': string;
|
|
58
64
|
'pisell-find-placeholder': string;
|
|
65
|
+
'pisell-export-button-text': string;
|
|
59
66
|
'batch-editor-actions': string;
|
|
60
67
|
'batch-editor-remove': string;
|
|
61
68
|
'batch-editor-price': string;
|
|
@@ -78,6 +85,35 @@ declare const _default: {
|
|
|
78
85
|
'batch-action-bar-delete-confirm-content': (count: number) => string;
|
|
79
86
|
'batch-action-bar-delete-confirm-ok': string;
|
|
80
87
|
'batch-action-bar-delete-confirm-cancel': string;
|
|
88
|
+
'record-board-toolbar-reset': string;
|
|
89
|
+
'record-board-toolbar-default-filter-status': string;
|
|
90
|
+
'record-board-toolbar-default-filter-all': string;
|
|
91
|
+
'record-board-toolbar-default-filter-enabled': string;
|
|
92
|
+
'record-board-toolbar-default-filter-disabled': string;
|
|
93
|
+
'record-board-toolbar-default-filter-keyword': string;
|
|
94
|
+
'record-board-toolbar-default-placeholder': string;
|
|
95
|
+
'pisell2.recordBoard.toolbar.find': string;
|
|
96
|
+
'pisell2.recordBoard.toolbar.findPlaceholder': string;
|
|
97
|
+
'pisell2.recordBoard.toolbar.sort': string;
|
|
98
|
+
'pisell2.recordBoard.toolbar.filter': string;
|
|
99
|
+
'pisell2.recordBoard.toolbar.reset': string;
|
|
100
|
+
'pisell2.salesManagement.pagination.previous': string;
|
|
101
|
+
'pisell2.salesManagement.pagination.next': string;
|
|
102
|
+
'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
|
|
103
|
+
'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
|
|
104
|
+
'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
|
|
105
|
+
'pisell2.salesManagement.batchActionBar.more': string;
|
|
106
|
+
'pisell2.salesManagement.batchActionBar.selectAll': string;
|
|
107
|
+
'pisell2.salesManagement.batchActionBar.invert': string;
|
|
108
|
+
'pisell2.salesManagement.batchActionBar.clear': string;
|
|
109
|
+
'pisell2.salesManagement.batchActionBar.delete': string;
|
|
110
|
+
'pisell2.salesManagement.batchActionBar.confirmTitle': string;
|
|
111
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
|
|
112
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
|
|
113
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
|
|
114
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
|
|
115
|
+
'shell-frame-statistic-expand': string;
|
|
116
|
+
'shell-frame-statistic-collapse': string;
|
|
81
117
|
'table-action-export-import-export-success': string;
|
|
82
118
|
'table-action-export-import-button': string;
|
|
83
119
|
'table-action-export-import-export-range': string;
|
package/es/locales/en-US.js
CHANGED
|
@@ -21,8 +21,10 @@ export default {
|
|
|
21
21
|
'sort-z-a': 'Z to A',
|
|
22
22
|
'sort-from-morning-to-night': 'From morning to night',
|
|
23
23
|
'sort-from-evening-to-morning': 'From evening to morning',
|
|
24
|
-
'sort-0-9': '0
|
|
25
|
-
'sort-9-0': '9
|
|
24
|
+
'sort-0-9': '0 → 9',
|
|
25
|
+
'sort-9-0': '9 → 0',
|
|
26
|
+
'sort-first-last': 'First → Last',
|
|
27
|
+
'sort-last-first': 'Last → First',
|
|
26
28
|
'table-action-filter-button': 'Filter',
|
|
27
29
|
'table-action-filter-quick-filter': 'Quick Filter',
|
|
28
30
|
'table-action-filter-quick-filter-tip': function tableActionFilterQuickFilterTip(count) {
|
|
@@ -37,8 +39,12 @@ export default {
|
|
|
37
39
|
'table-action-column-title': 'Header settings',
|
|
38
40
|
'table-column-group-records': 'records',
|
|
39
41
|
'table-column-group-lock-tip': 'Fixed column immutable order',
|
|
42
|
+
'record-board-uniform-summary-empty': '-',
|
|
43
|
+
'record-board-uniform-summary-same': 'Same',
|
|
40
44
|
'table-column-drag-sort-disabled-tip': 'Automatic sorting is enabled, manual dragging is disabled.',
|
|
41
45
|
'table-action-filter-no-filter': 'No filter options available.',
|
|
46
|
+
'table-action-range-picker-placeholder-start': 'Start date',
|
|
47
|
+
'table-action-range-picker-placeholder-end': 'End date',
|
|
42
48
|
'table-action-range-picker-presets-today': 'Today',
|
|
43
49
|
'table-action-range-picker-presets-yesterday': 'Yesterday',
|
|
44
50
|
'table-action-range-picker-presets-last-3-day': 'Last 3 Days',
|
|
@@ -64,6 +70,8 @@ export default {
|
|
|
64
70
|
// PisellFind
|
|
65
71
|
'pisell-find-button-text': 'Find',
|
|
66
72
|
'pisell-find-placeholder': 'Please enter search content',
|
|
73
|
+
// PisellExport
|
|
74
|
+
'pisell-export-button-text': 'Export',
|
|
67
75
|
'batch-editor-actions': 'Actions',
|
|
68
76
|
'batch-editor-remove': 'Remove',
|
|
69
77
|
'batch-editor-price': 'Price',
|
|
@@ -95,6 +103,46 @@ export default {
|
|
|
95
103
|
},
|
|
96
104
|
'batch-action-bar-delete-confirm-ok': 'OK',
|
|
97
105
|
'batch-action-bar-delete-confirm-cancel': 'Cancel',
|
|
106
|
+
// RecordBoard Toolbar
|
|
107
|
+
'record-board-toolbar-reset': 'Reset',
|
|
108
|
+
'record-board-toolbar-default-filter-status': 'Status',
|
|
109
|
+
'record-board-toolbar-default-filter-all': 'All',
|
|
110
|
+
'record-board-toolbar-default-filter-enabled': 'Enabled',
|
|
111
|
+
'record-board-toolbar-default-filter-disabled': 'Disabled',
|
|
112
|
+
'record-board-toolbar-default-filter-keyword': 'Keyword',
|
|
113
|
+
'record-board-toolbar-default-placeholder': 'Please enter',
|
|
114
|
+
// RecordBoard 通用文案(ToolBar / 翻页 / 批量操作栏,与 utils 同 key 供 fallback)
|
|
115
|
+
'pisell2.recordBoard.toolbar.find': 'Find',
|
|
116
|
+
'pisell2.recordBoard.toolbar.findPlaceholder': 'Please enter search content',
|
|
117
|
+
'pisell2.recordBoard.toolbar.sort': 'Sort',
|
|
118
|
+
'pisell2.recordBoard.toolbar.filter': 'Filter',
|
|
119
|
+
'pisell2.recordBoard.toolbar.reset': 'Reset',
|
|
120
|
+
'pisell2.salesManagement.pagination.previous': 'Previous',
|
|
121
|
+
'pisell2.salesManagement.pagination.next': 'Next',
|
|
122
|
+
'pisell2.salesManagement.pagination.showTotal': function pisell2SalesManagementPaginationShowTotal(start, end) {
|
|
123
|
+
return "Page ".concat(start, " of ").concat(end);
|
|
124
|
+
},
|
|
125
|
+
'pisell2.salesManagement.pagination.total': function pisell2SalesManagementPaginationTotal(current, max) {
|
|
126
|
+
return "Page ".concat(current, " of ").concat(max);
|
|
127
|
+
},
|
|
128
|
+
'pisell2.salesManagement.batchActionBar.selectedCount': function pisell2SalesManagementBatchActionBarSelectedCount(count) {
|
|
129
|
+
return "".concat(count, " item(s) selected");
|
|
130
|
+
},
|
|
131
|
+
'pisell2.salesManagement.batchActionBar.more': 'More',
|
|
132
|
+
'pisell2.salesManagement.batchActionBar.selectAll': 'Select All',
|
|
133
|
+
'pisell2.salesManagement.batchActionBar.invert': 'Invert Selection',
|
|
134
|
+
'pisell2.salesManagement.batchActionBar.clear': 'Clear Selection',
|
|
135
|
+
'pisell2.salesManagement.batchActionBar.delete': 'Delete',
|
|
136
|
+
'pisell2.salesManagement.batchActionBar.confirmTitle': 'Confirm',
|
|
137
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': 'Confirm Delete',
|
|
138
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmContent': function pisell2SalesManagementBatchActionBarDeleteConfirmContent(count) {
|
|
139
|
+
return "Are you sure you want to delete ".concat(count, " selected item(s)?");
|
|
140
|
+
},
|
|
141
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmOk': 'OK',
|
|
142
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': 'Cancel',
|
|
143
|
+
// ShellFrame statistic collapse
|
|
144
|
+
'shell-frame-statistic-expand': 'Expand statistics',
|
|
145
|
+
'shell-frame-statistic-collapse': 'Collapse statistics',
|
|
98
146
|
// 导出
|
|
99
147
|
'table-action-export-import-export-success': 'Export successful! ',
|
|
100
148
|
'table-action-export-import-button': 'Export',
|
package/es/locales/index.js
CHANGED
package/es/locales/ja.d.ts
CHANGED
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'table-action-column-title': string;
|
|
32
32
|
'table-column-group-records': string;
|
|
33
33
|
'table-column-group-lock-tip': string;
|
|
34
|
+
'record-board-uniform-summary-empty': string;
|
|
35
|
+
'record-board-uniform-summary-same': string;
|
|
34
36
|
'table-column-drag-sort-disabled-tip': string;
|
|
35
37
|
'table-action-filter-no-filter': string;
|
|
36
38
|
'table-action-range-picker-presets-today': string;
|
package/es/locales/ja.js
CHANGED
|
@@ -37,6 +37,8 @@ export default {
|
|
|
37
37
|
'table-action-column-title': 'ヘッダー設定',
|
|
38
38
|
'table-column-group-records': '件のレコード',
|
|
39
39
|
'table-column-group-lock-tip': '固定列は順序を変更できません',
|
|
40
|
+
'record-board-uniform-summary-empty': '-',
|
|
41
|
+
'record-board-uniform-summary-same': '同一',
|
|
40
42
|
'table-column-drag-sort-disabled-tip': '自動並び替えが有効になっているため、手動ドラッグは無効です。',
|
|
41
43
|
'table-action-filter-no-filter': '利用可能なフィルターオプションがありません。',
|
|
42
44
|
'table-action-range-picker-presets-today': '今日',
|
package/es/locales/pt.d.ts
CHANGED
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'table-action-column-title': string;
|
|
32
32
|
'table-column-group-records': string;
|
|
33
33
|
'table-column-group-lock-tip': string;
|
|
34
|
+
'record-board-uniform-summary-empty': string;
|
|
35
|
+
'record-board-uniform-summary-same': string;
|
|
34
36
|
'table-column-drag-sort-disabled-tip': string;
|
|
35
37
|
'table-action-filter-no-filter': string;
|
|
36
38
|
'table-action-range-picker-presets-today': string;
|
package/es/locales/pt.js
CHANGED
|
@@ -37,6 +37,8 @@ export default {
|
|
|
37
37
|
'table-action-column-title': 'Configurações do cabeçalho',
|
|
38
38
|
'table-column-group-records': 'registros',
|
|
39
39
|
'table-column-group-lock-tip': 'Ordem da coluna fixa imutável',
|
|
40
|
+
'record-board-uniform-summary-empty': '-',
|
|
41
|
+
'record-board-uniform-summary-same': 'Mesmo',
|
|
40
42
|
'table-column-drag-sort-disabled-tip': 'A ordenação automática está ativada, o arrasto manual está desativado.',
|
|
41
43
|
'table-action-filter-no-filter': 'Nenhuma opção de filtro disponível.',
|
|
42
44
|
'table-action-range-picker-presets-today': 'Hoje',
|
package/es/locales/zh-CN.d.ts
CHANGED
|
@@ -21,6 +21,8 @@ declare const _default: {
|
|
|
21
21
|
'sort-from-evening-to-morning': string;
|
|
22
22
|
'sort-0-9': string;
|
|
23
23
|
'sort-9-0': string;
|
|
24
|
+
'sort-first-last': string;
|
|
25
|
+
'sort-last-first': string;
|
|
24
26
|
'table-action-filter-button': string;
|
|
25
27
|
'table-action-filter-quick-filter': string;
|
|
26
28
|
'table-action-filter-quick-filter-tip': (count: number) => string;
|
|
@@ -31,8 +33,12 @@ declare const _default: {
|
|
|
31
33
|
'table-action-column-title': string;
|
|
32
34
|
'table-column-group-records': string;
|
|
33
35
|
'table-column-group-lock-tip': string;
|
|
36
|
+
'record-board-uniform-summary-empty': string;
|
|
37
|
+
'record-board-uniform-summary-same': string;
|
|
34
38
|
'table-column-drag-sort-disabled-tip': string;
|
|
35
39
|
'table-action-filter-no-filter': string;
|
|
40
|
+
'table-action-range-picker-placeholder-start': string;
|
|
41
|
+
'table-action-range-picker-placeholder-end': string;
|
|
36
42
|
'table-action-range-picker-presets-today': string;
|
|
37
43
|
'table-action-range-picker-presets-yesterday': string;
|
|
38
44
|
'table-action-range-picker-presets-last-3-day': string;
|
|
@@ -56,6 +62,7 @@ declare const _default: {
|
|
|
56
62
|
'pisell-lookup-no-data': string;
|
|
57
63
|
'pisell-find-button-text': string;
|
|
58
64
|
'pisell-find-placeholder': string;
|
|
65
|
+
'pisell-export-button-text': string;
|
|
59
66
|
'batch-editor-actions': string;
|
|
60
67
|
'batch-editor-remove': string;
|
|
61
68
|
'batch-editor-price': string;
|
|
@@ -78,6 +85,35 @@ declare const _default: {
|
|
|
78
85
|
'batch-action-bar-delete-confirm-content': (count: number) => string;
|
|
79
86
|
'batch-action-bar-delete-confirm-ok': string;
|
|
80
87
|
'batch-action-bar-delete-confirm-cancel': string;
|
|
88
|
+
'record-board-toolbar-reset': string;
|
|
89
|
+
'record-board-toolbar-default-filter-status': string;
|
|
90
|
+
'record-board-toolbar-default-filter-all': string;
|
|
91
|
+
'record-board-toolbar-default-filter-enabled': string;
|
|
92
|
+
'record-board-toolbar-default-filter-disabled': string;
|
|
93
|
+
'record-board-toolbar-default-filter-keyword': string;
|
|
94
|
+
'record-board-toolbar-default-placeholder': string;
|
|
95
|
+
'pisell2.recordBoard.toolbar.find': string;
|
|
96
|
+
'pisell2.recordBoard.toolbar.findPlaceholder': string;
|
|
97
|
+
'pisell2.recordBoard.toolbar.sort': string;
|
|
98
|
+
'pisell2.recordBoard.toolbar.filter': string;
|
|
99
|
+
'pisell2.recordBoard.toolbar.reset': string;
|
|
100
|
+
'pisell2.salesManagement.pagination.previous': string;
|
|
101
|
+
'pisell2.salesManagement.pagination.next': string;
|
|
102
|
+
'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
|
|
103
|
+
'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
|
|
104
|
+
'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
|
|
105
|
+
'pisell2.salesManagement.batchActionBar.more': string;
|
|
106
|
+
'pisell2.salesManagement.batchActionBar.selectAll': string;
|
|
107
|
+
'pisell2.salesManagement.batchActionBar.invert': string;
|
|
108
|
+
'pisell2.salesManagement.batchActionBar.clear': string;
|
|
109
|
+
'pisell2.salesManagement.batchActionBar.delete': string;
|
|
110
|
+
'pisell2.salesManagement.batchActionBar.confirmTitle': string;
|
|
111
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
|
|
112
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
|
|
113
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
|
|
114
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
|
|
115
|
+
'shell-frame-statistic-expand': string;
|
|
116
|
+
'shell-frame-statistic-collapse': string;
|
|
81
117
|
'table-action-export-import-export-success': string;
|
|
82
118
|
'table-action-export-import-button': string;
|
|
83
119
|
'table-action-export-import-export-range': string;
|
package/es/locales/zh-CN.js
CHANGED
|
@@ -17,12 +17,14 @@ export default {
|
|
|
17
17
|
'sort-button-text': '排序',
|
|
18
18
|
'sort-oldest-to-newest': '从旧到新',
|
|
19
19
|
'sort-newest-to-oldest': '从新到旧',
|
|
20
|
-
'sort-a-z': 'A
|
|
21
|
-
'sort-z-a': 'Z
|
|
20
|
+
'sort-a-z': 'A → Z',
|
|
21
|
+
'sort-z-a': 'Z → A',
|
|
22
22
|
'sort-from-morning-to-night': '从早到晚',
|
|
23
23
|
'sort-from-evening-to-morning': '从晚到早',
|
|
24
|
-
'sort-0-9': '0
|
|
25
|
-
'sort-9-0': '9
|
|
24
|
+
'sort-0-9': '0 → 9',
|
|
25
|
+
'sort-9-0': '9 → 0',
|
|
26
|
+
'sort-first-last': 'First → Last',
|
|
27
|
+
'sort-last-first': 'Last → First',
|
|
26
28
|
'table-action-filter-button': '筛选',
|
|
27
29
|
'table-action-filter-quick-filter': '快捷筛选',
|
|
28
30
|
'table-action-filter-quick-filter-tip': function tableActionFilterQuickFilterTip(count) {
|
|
@@ -37,8 +39,12 @@ export default {
|
|
|
37
39
|
'table-action-column-title': '表头设置',
|
|
38
40
|
'table-column-group-records': '条记录',
|
|
39
41
|
'table-column-group-lock-tip': '固定列不可移动顺序',
|
|
42
|
+
'record-board-uniform-summary-empty': '-',
|
|
43
|
+
'record-board-uniform-summary-same': '重复数据',
|
|
40
44
|
'table-column-drag-sort-disabled-tip': '已开启自动排序,无法手动拖拽',
|
|
41
45
|
'table-action-filter-no-filter': '没有可用的筛选器。',
|
|
46
|
+
'table-action-range-picker-placeholder-start': '开始日期',
|
|
47
|
+
'table-action-range-picker-placeholder-end': '结束日期',
|
|
42
48
|
'table-action-range-picker-presets-today': '今天',
|
|
43
49
|
'table-action-range-picker-presets-yesterday': '昨天',
|
|
44
50
|
'table-action-range-picker-presets-last-3-day': '过去3天',
|
|
@@ -53,7 +59,7 @@ export default {
|
|
|
53
59
|
'pisell-lookup-placeholder': '请输入搜索内容',
|
|
54
60
|
'pisell-lookup-button-text': '搜索',
|
|
55
61
|
'pisell-lookup-confirm-button-text': 'Lookup',
|
|
56
|
-
'pisell-lookup-clear': '
|
|
62
|
+
'pisell-lookup-clear': '清空',
|
|
57
63
|
'pisell-lookup-close': 'Close',
|
|
58
64
|
'pisell-lookup-search-history': '搜索历史',
|
|
59
65
|
'pisell-lookup-clear-history': '清空',
|
|
@@ -62,8 +68,10 @@ export default {
|
|
|
62
68
|
'pisell-lookup-loading': '加载中...',
|
|
63
69
|
'pisell-lookup-no-data': '暂无数据',
|
|
64
70
|
// PisellFind
|
|
65
|
-
'pisell-find-button-text': '
|
|
71
|
+
'pisell-find-button-text': '搜索',
|
|
66
72
|
'pisell-find-placeholder': '请输入搜索内容',
|
|
73
|
+
// PisellExport
|
|
74
|
+
'pisell-export-button-text': '导出',
|
|
67
75
|
'batch-editor-actions': '操作',
|
|
68
76
|
'batch-editor-remove': '移除',
|
|
69
77
|
'batch-editor-price': '价格',
|
|
@@ -95,6 +103,46 @@ export default {
|
|
|
95
103
|
},
|
|
96
104
|
'batch-action-bar-delete-confirm-ok': '确定',
|
|
97
105
|
'batch-action-bar-delete-confirm-cancel': '取消',
|
|
106
|
+
// RecordBoard 工具栏
|
|
107
|
+
'record-board-toolbar-reset': '重置',
|
|
108
|
+
'record-board-toolbar-default-filter-status': '状态',
|
|
109
|
+
'record-board-toolbar-default-filter-all': '全部',
|
|
110
|
+
'record-board-toolbar-default-filter-enabled': '启用',
|
|
111
|
+
'record-board-toolbar-default-filter-disabled': '禁用',
|
|
112
|
+
'record-board-toolbar-default-filter-keyword': '关键词',
|
|
113
|
+
'record-board-toolbar-default-placeholder': '请输入',
|
|
114
|
+
// RecordBoard 通用文案(ToolBar / 翻页 / 批量操作栏)
|
|
115
|
+
'pisell2.recordBoard.toolbar.find': '搜索',
|
|
116
|
+
'pisell2.recordBoard.toolbar.findPlaceholder': '请输入搜索内容',
|
|
117
|
+
'pisell2.recordBoard.toolbar.sort': '排序',
|
|
118
|
+
'pisell2.recordBoard.toolbar.filter': '筛选',
|
|
119
|
+
'pisell2.recordBoard.toolbar.reset': '重置',
|
|
120
|
+
'pisell2.salesManagement.pagination.previous': '上一页',
|
|
121
|
+
'pisell2.salesManagement.pagination.next': '下一页',
|
|
122
|
+
'pisell2.salesManagement.pagination.showTotal': function pisell2SalesManagementPaginationShowTotal(start, end) {
|
|
123
|
+
return "\u7B2C ".concat(start, "-").concat(end, " \u6761");
|
|
124
|
+
},
|
|
125
|
+
'pisell2.salesManagement.pagination.total': function pisell2SalesManagementPaginationTotal(current, max) {
|
|
126
|
+
return "".concat(current, " / ").concat(max);
|
|
127
|
+
},
|
|
128
|
+
'pisell2.salesManagement.batchActionBar.selectedCount': function pisell2SalesManagementBatchActionBarSelectedCount(count) {
|
|
129
|
+
return "\u5DF2\u9009\u62E9 ".concat(count, " \u9879");
|
|
130
|
+
},
|
|
131
|
+
'pisell2.salesManagement.batchActionBar.more': '更多',
|
|
132
|
+
'pisell2.salesManagement.batchActionBar.selectAll': '全选',
|
|
133
|
+
'pisell2.salesManagement.batchActionBar.invert': '反选',
|
|
134
|
+
'pisell2.salesManagement.batchActionBar.clear': '取消选择',
|
|
135
|
+
'pisell2.salesManagement.batchActionBar.delete': '删除',
|
|
136
|
+
'pisell2.salesManagement.batchActionBar.confirmTitle': '确认操作',
|
|
137
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': '确认删除',
|
|
138
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmContent': function pisell2SalesManagementBatchActionBarDeleteConfirmContent(count) {
|
|
139
|
+
return "\u786E\u5B9A\u8981\u5220\u9664\u9009\u4E2D\u7684 ".concat(count, " \u9879\u5417\uFF1F");
|
|
140
|
+
},
|
|
141
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmOk': '确定',
|
|
142
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': '取消',
|
|
143
|
+
// ShellFrame 统计区折叠
|
|
144
|
+
'shell-frame-statistic-expand': '展开统计',
|
|
145
|
+
'shell-frame-statistic-collapse': '收起统计',
|
|
98
146
|
// 导出
|
|
99
147
|
'table-action-export-import-export-success': '导出成功!',
|
|
100
148
|
'table-action-export-import-button': '导出',
|
package/es/locales/zh-TW.d.ts
CHANGED
|
@@ -21,6 +21,8 @@ declare const _default: {
|
|
|
21
21
|
'sort-from-evening-to-morning': string;
|
|
22
22
|
'sort-0-9': string;
|
|
23
23
|
'sort-9-0': string;
|
|
24
|
+
'sort-first-last': string;
|
|
25
|
+
'sort-last-first': string;
|
|
24
26
|
'table-action-filter-button': string;
|
|
25
27
|
'table-action-filter-quick-filter': string;
|
|
26
28
|
'table-action-filter-quick-filter-tip': (count: number) => string;
|
|
@@ -31,8 +33,12 @@ declare const _default: {
|
|
|
31
33
|
'table-action-column-title': string;
|
|
32
34
|
'table-column-group-records': string;
|
|
33
35
|
'table-column-group-lock-tip': string;
|
|
36
|
+
'record-board-uniform-summary-empty': string;
|
|
37
|
+
'record-board-uniform-summary-same': string;
|
|
34
38
|
'table-column-drag-sort-disabled-tip': string;
|
|
35
39
|
'table-action-filter-no-filter': string;
|
|
40
|
+
'table-action-range-picker-placeholder-start': string;
|
|
41
|
+
'table-action-range-picker-placeholder-end': string;
|
|
36
42
|
'table-action-range-picker-presets-today': string;
|
|
37
43
|
'table-action-range-picker-presets-yesterday': string;
|
|
38
44
|
'table-action-range-picker-presets-last-3-day': string;
|
|
@@ -56,6 +62,7 @@ declare const _default: {
|
|
|
56
62
|
'pisell-lookup-no-data': string;
|
|
57
63
|
'pisell-find-button-text': string;
|
|
58
64
|
'pisell-find-placeholder': string;
|
|
65
|
+
'pisell-export-button-text': string;
|
|
59
66
|
'batch-editor-actions': string;
|
|
60
67
|
'batch-editor-remove': string;
|
|
61
68
|
'batch-editor-price': string;
|
|
@@ -78,6 +85,35 @@ declare const _default: {
|
|
|
78
85
|
'batch-action-bar-delete-confirm-content': (count: number) => string;
|
|
79
86
|
'batch-action-bar-delete-confirm-ok': string;
|
|
80
87
|
'batch-action-bar-delete-confirm-cancel': string;
|
|
88
|
+
'record-board-toolbar-reset': string;
|
|
89
|
+
'record-board-toolbar-default-filter-status': string;
|
|
90
|
+
'record-board-toolbar-default-filter-all': string;
|
|
91
|
+
'record-board-toolbar-default-filter-enabled': string;
|
|
92
|
+
'record-board-toolbar-default-filter-disabled': string;
|
|
93
|
+
'record-board-toolbar-default-filter-keyword': string;
|
|
94
|
+
'record-board-toolbar-default-placeholder': string;
|
|
95
|
+
'pisell2.recordBoard.toolbar.find': string;
|
|
96
|
+
'pisell2.recordBoard.toolbar.findPlaceholder': string;
|
|
97
|
+
'pisell2.recordBoard.toolbar.sort': string;
|
|
98
|
+
'pisell2.recordBoard.toolbar.filter': string;
|
|
99
|
+
'pisell2.recordBoard.toolbar.reset': string;
|
|
100
|
+
'pisell2.salesManagement.pagination.previous': string;
|
|
101
|
+
'pisell2.salesManagement.pagination.next': string;
|
|
102
|
+
'pisell2.salesManagement.pagination.showTotal': (start: number, end: number) => string;
|
|
103
|
+
'pisell2.salesManagement.pagination.total': (current: number, max: number) => string;
|
|
104
|
+
'pisell2.salesManagement.batchActionBar.selectedCount': (count: number) => string;
|
|
105
|
+
'pisell2.salesManagement.batchActionBar.more': string;
|
|
106
|
+
'pisell2.salesManagement.batchActionBar.selectAll': string;
|
|
107
|
+
'pisell2.salesManagement.batchActionBar.invert': string;
|
|
108
|
+
'pisell2.salesManagement.batchActionBar.clear': string;
|
|
109
|
+
'pisell2.salesManagement.batchActionBar.delete': string;
|
|
110
|
+
'pisell2.salesManagement.batchActionBar.confirmTitle': string;
|
|
111
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmTitle': string;
|
|
112
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmContent': (count: number) => string;
|
|
113
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmOk': string;
|
|
114
|
+
'pisell2.salesManagement.batchActionBar.deleteConfirmCancel': string;
|
|
115
|
+
'shell-frame-statistic-expand': string;
|
|
116
|
+
'shell-frame-statistic-collapse': string;
|
|
81
117
|
'table-action-export-import-export-success': string;
|
|
82
118
|
'table-action-export-import-button': string;
|
|
83
119
|
'table-action-export-import-export-range': string;
|