@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
package/lib/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/lib/index.js
CHANGED
|
@@ -63,6 +63,7 @@ __export(src_exports, {
|
|
|
63
63
|
DataSourceImage: () => import_dataSourceImage.default,
|
|
64
64
|
DataSourceMenu: () => import_dataSourceMenu.default,
|
|
65
65
|
DataSourceQRCode: () => import_dataSourceQRCode.default,
|
|
66
|
+
DataSourceSubForm: () => import_dataSourceSubForm.default,
|
|
66
67
|
DataSourceTable: () => import_dataSourceTable.default,
|
|
67
68
|
DataSourceTypography: () => import_dataSourceTypography.default,
|
|
68
69
|
DataSourceWrapper: () => import_dataSourceWrapper.default,
|
|
@@ -84,8 +85,10 @@ __export(src_exports, {
|
|
|
84
85
|
FormItemInput: () => import_Input.default,
|
|
85
86
|
FormItemInputNumber: () => import_InputNumber.default,
|
|
86
87
|
FormItemRadio: () => import_Radio.default,
|
|
88
|
+
FormItemRecordListWrapper: () => import_RecordListWrapper.default,
|
|
87
89
|
FormItemSelect: () => import_Select.default,
|
|
88
90
|
FormItemSwitch: () => import_Switch.default,
|
|
91
|
+
FormItemTabs: () => import_Tabs.default,
|
|
89
92
|
FormItemTimePicker: () => import_TimePicker.default,
|
|
90
93
|
FormItemTranslation: () => import_Translation.default,
|
|
91
94
|
FormItemUpload: () => import_Upload.default,
|
|
@@ -173,10 +176,12 @@ __export(src_exports, {
|
|
|
173
176
|
PisellQrcode: () => import_pisellQrcode.default,
|
|
174
177
|
PisellQuickFilter: () => import_pisellQuickFilter.default,
|
|
175
178
|
PisellRating: () => import_pisellRating.PisellRating,
|
|
179
|
+
PisellRecordBoard: () => import_pisellRecordBoard.default,
|
|
176
180
|
PisellRow: () => import_pisellRow.default,
|
|
177
181
|
PisellScan: () => import_pisellScan.default,
|
|
178
182
|
PisellScrollView: () => import_PisellScrollView.default,
|
|
179
183
|
PisellSectionHeaders: () => import_pisellSectionHeaders.default,
|
|
184
|
+
PisellShellFrame: () => import_pisellShellFrame.PisellShellFrame,
|
|
180
185
|
PisellSider: () => import_sider.default,
|
|
181
186
|
PisellSingleLineText: () => import_pisellSingleLineText.PisellSingleLineText,
|
|
182
187
|
PisellSingleSelect: () => import_pisellSingleSelect.PisellSingleSelect,
|
|
@@ -365,6 +370,8 @@ var import_dataSourceTypography = __toESM(require("./components/dataSourceCompon
|
|
|
365
370
|
var import_dataSourceTable = __toESM(require("./components/dataSourceComponents/dataSourceTable"));
|
|
366
371
|
var import_dataSourceWrapper = __toESM(require("./components/dataSourceComponents/dataSourceWrapper"));
|
|
367
372
|
var import_pisellDataSourceContainer = __toESM(require("./components/pisellDataSourceContainer"));
|
|
373
|
+
var import_pisellRecordBoard = __toESM(require("./components/pisellRecordBoard"));
|
|
374
|
+
var import_pisellShellFrame = require("./components/pisellShellFrame");
|
|
368
375
|
var import_Checkbox = __toESM(require("./components/dataSourceComponents/fields/Checkbox"));
|
|
369
376
|
var import_Switch = __toESM(require("./components/dataSourceComponents/fields/Switch"));
|
|
370
377
|
var import_ColorPicker = __toESM(require("./components/dataSourceComponents/fields/ColorPicker"));
|
|
@@ -378,6 +385,9 @@ var import_Translation = __toESM(require("./components/dataSourceComponents/fiel
|
|
|
378
385
|
var import_Upload = __toESM(require("./components/dataSourceComponents/fields/Upload"));
|
|
379
386
|
var import_IconSelect = __toESM(require("./components/dataSourceComponents/fields/IconSelect"));
|
|
380
387
|
var import_BaseTranslation = __toESM(require("./components/dataSourceComponents/fields/Translation/BaseTranslation"));
|
|
388
|
+
var import_dataSourceSubForm = __toESM(require("./components/dataSourceComponents/dataSourceSubForm"));
|
|
389
|
+
var import_RecordListWrapper = __toESM(require("./components/dataSourceComponents/fields/RecordListWrapper"));
|
|
390
|
+
var import_Tabs = __toESM(require("./components/dataSourceComponents/fields/Tabs"));
|
|
381
391
|
var import_pisellMenu = __toESM(require("./components/pisellMenu"));
|
|
382
392
|
var import_pisellNavigationMenu = __toESM(require("./components/pisellNavigationMenu"));
|
|
383
393
|
var import_page_header = __toESM(require("./components/page-header"));
|
|
@@ -469,6 +479,7 @@ var import_usePisellConfig = __toESM(require("./components/pisell-config-provide
|
|
|
469
479
|
DataSourceImage,
|
|
470
480
|
DataSourceMenu,
|
|
471
481
|
DataSourceQRCode,
|
|
482
|
+
DataSourceSubForm,
|
|
472
483
|
DataSourceTable,
|
|
473
484
|
DataSourceTypography,
|
|
474
485
|
DataSourceWrapper,
|
|
@@ -490,8 +501,10 @@ var import_usePisellConfig = __toESM(require("./components/pisell-config-provide
|
|
|
490
501
|
FormItemInput,
|
|
491
502
|
FormItemInputNumber,
|
|
492
503
|
FormItemRadio,
|
|
504
|
+
FormItemRecordListWrapper,
|
|
493
505
|
FormItemSelect,
|
|
494
506
|
FormItemSwitch,
|
|
507
|
+
FormItemTabs,
|
|
495
508
|
FormItemTimePicker,
|
|
496
509
|
FormItemTranslation,
|
|
497
510
|
FormItemUpload,
|
|
@@ -579,10 +592,12 @@ var import_usePisellConfig = __toESM(require("./components/pisell-config-provide
|
|
|
579
592
|
PisellQrcode,
|
|
580
593
|
PisellQuickFilter,
|
|
581
594
|
PisellRating,
|
|
595
|
+
PisellRecordBoard,
|
|
582
596
|
PisellRow,
|
|
583
597
|
PisellScan,
|
|
584
598
|
PisellScrollView,
|
|
585
599
|
PisellSectionHeaders,
|
|
600
|
+
PisellShellFrame,
|
|
586
601
|
PisellSider,
|
|
587
602
|
PisellSingleLineText,
|
|
588
603
|
PisellSingleSelect,
|
package/lib/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/lib/locales/en-US.js
CHANGED
|
@@ -43,8 +43,10 @@ var en_US_default = {
|
|
|
43
43
|
"sort-z-a": "Z to A",
|
|
44
44
|
"sort-from-morning-to-night": "From morning to night",
|
|
45
45
|
"sort-from-evening-to-morning": "From evening to morning",
|
|
46
|
-
"sort-0-9": "0
|
|
47
|
-
"sort-9-0": "9
|
|
46
|
+
"sort-0-9": "0 → 9",
|
|
47
|
+
"sort-9-0": "9 → 0",
|
|
48
|
+
"sort-first-last": "First → Last",
|
|
49
|
+
"sort-last-first": "Last → First",
|
|
48
50
|
"table-action-filter-button": "Filter",
|
|
49
51
|
"table-action-filter-quick-filter": "Quick Filter",
|
|
50
52
|
"table-action-filter-quick-filter-tip": (count) => `Enable quick filtering directly on the page for convenient filtering operations, with a maximum of ${count} filters allowed.`,
|
|
@@ -55,8 +57,12 @@ var en_US_default = {
|
|
|
55
57
|
"table-action-column-title": "Header settings",
|
|
56
58
|
"table-column-group-records": "records",
|
|
57
59
|
"table-column-group-lock-tip": "Fixed column immutable order",
|
|
60
|
+
"record-board-uniform-summary-empty": "-",
|
|
61
|
+
"record-board-uniform-summary-same": "Same",
|
|
58
62
|
"table-column-drag-sort-disabled-tip": "Automatic sorting is enabled, manual dragging is disabled.",
|
|
59
63
|
"table-action-filter-no-filter": "No filter options available.",
|
|
64
|
+
"table-action-range-picker-placeholder-start": "Start date",
|
|
65
|
+
"table-action-range-picker-placeholder-end": "End date",
|
|
60
66
|
"table-action-range-picker-presets-today": "Today",
|
|
61
67
|
"table-action-range-picker-presets-yesterday": "Yesterday",
|
|
62
68
|
"table-action-range-picker-presets-last-3-day": "Last 3 Days",
|
|
@@ -82,6 +88,8 @@ var en_US_default = {
|
|
|
82
88
|
// PisellFind
|
|
83
89
|
"pisell-find-button-text": "Find",
|
|
84
90
|
"pisell-find-placeholder": "Please enter search content",
|
|
91
|
+
// PisellExport
|
|
92
|
+
"pisell-export-button-text": "Export",
|
|
85
93
|
"batch-editor-actions": "Actions",
|
|
86
94
|
"batch-editor-remove": "Remove",
|
|
87
95
|
"batch-editor-price": "Price",
|
|
@@ -105,6 +113,38 @@ var en_US_default = {
|
|
|
105
113
|
"batch-action-bar-delete-confirm-content": (count) => `Are you sure you want to delete ${count} selected ${count > 1 ? "items" : "item"}?`,
|
|
106
114
|
"batch-action-bar-delete-confirm-ok": "OK",
|
|
107
115
|
"batch-action-bar-delete-confirm-cancel": "Cancel",
|
|
116
|
+
// RecordBoard Toolbar
|
|
117
|
+
"record-board-toolbar-reset": "Reset",
|
|
118
|
+
"record-board-toolbar-default-filter-status": "Status",
|
|
119
|
+
"record-board-toolbar-default-filter-all": "All",
|
|
120
|
+
"record-board-toolbar-default-filter-enabled": "Enabled",
|
|
121
|
+
"record-board-toolbar-default-filter-disabled": "Disabled",
|
|
122
|
+
"record-board-toolbar-default-filter-keyword": "Keyword",
|
|
123
|
+
"record-board-toolbar-default-placeholder": "Please enter",
|
|
124
|
+
// RecordBoard 通用文案(ToolBar / 翻页 / 批量操作栏,与 utils 同 key 供 fallback)
|
|
125
|
+
"pisell2.recordBoard.toolbar.find": "Find",
|
|
126
|
+
"pisell2.recordBoard.toolbar.findPlaceholder": "Please enter search content",
|
|
127
|
+
"pisell2.recordBoard.toolbar.sort": "Sort",
|
|
128
|
+
"pisell2.recordBoard.toolbar.filter": "Filter",
|
|
129
|
+
"pisell2.recordBoard.toolbar.reset": "Reset",
|
|
130
|
+
"pisell2.salesManagement.pagination.previous": "Previous",
|
|
131
|
+
"pisell2.salesManagement.pagination.next": "Next",
|
|
132
|
+
"pisell2.salesManagement.pagination.showTotal": (start, end) => `Page ${start} of ${end}`,
|
|
133
|
+
"pisell2.salesManagement.pagination.total": (current, max) => `Page ${current} of ${max}`,
|
|
134
|
+
"pisell2.salesManagement.batchActionBar.selectedCount": (count) => `${count} item(s) selected`,
|
|
135
|
+
"pisell2.salesManagement.batchActionBar.more": "More",
|
|
136
|
+
"pisell2.salesManagement.batchActionBar.selectAll": "Select All",
|
|
137
|
+
"pisell2.salesManagement.batchActionBar.invert": "Invert Selection",
|
|
138
|
+
"pisell2.salesManagement.batchActionBar.clear": "Clear Selection",
|
|
139
|
+
"pisell2.salesManagement.batchActionBar.delete": "Delete",
|
|
140
|
+
"pisell2.salesManagement.batchActionBar.confirmTitle": "Confirm",
|
|
141
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmTitle": "Confirm Delete",
|
|
142
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmContent": (count) => `Are you sure you want to delete ${count} selected item(s)?`,
|
|
143
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmOk": "OK",
|
|
144
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmCancel": "Cancel",
|
|
145
|
+
// ShellFrame statistic collapse
|
|
146
|
+
"shell-frame-statistic-expand": "Expand statistics",
|
|
147
|
+
"shell-frame-statistic-collapse": "Collapse statistics",
|
|
108
148
|
// 导出
|
|
109
149
|
"table-action-export-import-export-success": "Export successful! ",
|
|
110
150
|
"table-action-export-import-button": "Export",
|
package/lib/locales/index.js
CHANGED
|
@@ -45,8 +45,8 @@ var langMap = {
|
|
|
45
45
|
"zh-HK": import_zh_TW.default,
|
|
46
46
|
en: import_en_US.default,
|
|
47
47
|
original: import_en_US.default,
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
ja: import_ja.default,
|
|
49
|
+
pt: import_pt.default
|
|
50
50
|
};
|
|
51
51
|
var getText = (id) => {
|
|
52
52
|
var _a;
|
package/lib/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/lib/locales/ja.js
CHANGED
|
@@ -55,6 +55,8 @@ var ja_default = {
|
|
|
55
55
|
"table-action-column-title": "ヘッダー設定",
|
|
56
56
|
"table-column-group-records": "件のレコード",
|
|
57
57
|
"table-column-group-lock-tip": "固定列は順序を変更できません",
|
|
58
|
+
"record-board-uniform-summary-empty": "-",
|
|
59
|
+
"record-board-uniform-summary-same": "同一",
|
|
58
60
|
"table-column-drag-sort-disabled-tip": "自動並び替えが有効になっているため、手動ドラッグは無効です。",
|
|
59
61
|
"table-action-filter-no-filter": "利用可能なフィルターオプションがありません。",
|
|
60
62
|
"table-action-range-picker-presets-today": "今日",
|
package/lib/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/lib/locales/pt.js
CHANGED
|
@@ -55,6 +55,8 @@ var pt_default = {
|
|
|
55
55
|
"table-action-column-title": "Configurações do cabeçalho",
|
|
56
56
|
"table-column-group-records": "registros",
|
|
57
57
|
"table-column-group-lock-tip": "Ordem da coluna fixa imutável",
|
|
58
|
+
"record-board-uniform-summary-empty": "-",
|
|
59
|
+
"record-board-uniform-summary-same": "Mesmo",
|
|
58
60
|
"table-column-drag-sort-disabled-tip": "A ordenação automática está ativada, o arrasto manual está desativado.",
|
|
59
61
|
"table-action-filter-no-filter": "Nenhuma opção de filtro disponível.",
|
|
60
62
|
"table-action-range-picker-presets-today": "Hoje",
|
package/lib/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/lib/locales/zh-CN.js
CHANGED
|
@@ -39,12 +39,14 @@ var zh_CN_default = {
|
|
|
39
39
|
"sort-button-text": "排序",
|
|
40
40
|
"sort-oldest-to-newest": "从旧到新",
|
|
41
41
|
"sort-newest-to-oldest": "从新到旧",
|
|
42
|
-
"sort-a-z": "A
|
|
43
|
-
"sort-z-a": "Z
|
|
42
|
+
"sort-a-z": "A → Z",
|
|
43
|
+
"sort-z-a": "Z → A",
|
|
44
44
|
"sort-from-morning-to-night": "从早到晚",
|
|
45
45
|
"sort-from-evening-to-morning": "从晚到早",
|
|
46
|
-
"sort-0-9": "0
|
|
47
|
-
"sort-9-0": "9
|
|
46
|
+
"sort-0-9": "0 → 9",
|
|
47
|
+
"sort-9-0": "9 → 0",
|
|
48
|
+
"sort-first-last": "First → Last",
|
|
49
|
+
"sort-last-first": "Last → First",
|
|
48
50
|
"table-action-filter-button": "筛选",
|
|
49
51
|
"table-action-filter-quick-filter": "快捷筛选",
|
|
50
52
|
"table-action-filter-quick-filter-tip": (count) => `在页面上直接启用快速筛选,以便进行方便的筛选操作,最多允许使用${count}个筛选器。`,
|
|
@@ -55,8 +57,12 @@ var zh_CN_default = {
|
|
|
55
57
|
"table-action-column-title": "表头设置",
|
|
56
58
|
"table-column-group-records": "条记录",
|
|
57
59
|
"table-column-group-lock-tip": "固定列不可移动顺序",
|
|
60
|
+
"record-board-uniform-summary-empty": "-",
|
|
61
|
+
"record-board-uniform-summary-same": "重复数据",
|
|
58
62
|
"table-column-drag-sort-disabled-tip": "已开启自动排序,无法手动拖拽",
|
|
59
63
|
"table-action-filter-no-filter": "没有可用的筛选器。",
|
|
64
|
+
"table-action-range-picker-placeholder-start": "开始日期",
|
|
65
|
+
"table-action-range-picker-placeholder-end": "结束日期",
|
|
60
66
|
"table-action-range-picker-presets-today": "今天",
|
|
61
67
|
"table-action-range-picker-presets-yesterday": "昨天",
|
|
62
68
|
"table-action-range-picker-presets-last-3-day": "过去3天",
|
|
@@ -71,7 +77,7 @@ var zh_CN_default = {
|
|
|
71
77
|
"pisell-lookup-placeholder": "请输入搜索内容",
|
|
72
78
|
"pisell-lookup-button-text": "搜索",
|
|
73
79
|
"pisell-lookup-confirm-button-text": "Lookup",
|
|
74
|
-
"pisell-lookup-clear": "
|
|
80
|
+
"pisell-lookup-clear": "清空",
|
|
75
81
|
"pisell-lookup-close": "Close",
|
|
76
82
|
"pisell-lookup-search-history": "搜索历史",
|
|
77
83
|
"pisell-lookup-clear-history": "清空",
|
|
@@ -80,8 +86,10 @@ var zh_CN_default = {
|
|
|
80
86
|
"pisell-lookup-loading": "加载中...",
|
|
81
87
|
"pisell-lookup-no-data": "暂无数据",
|
|
82
88
|
// PisellFind
|
|
83
|
-
"pisell-find-button-text": "
|
|
89
|
+
"pisell-find-button-text": "搜索",
|
|
84
90
|
"pisell-find-placeholder": "请输入搜索内容",
|
|
91
|
+
// PisellExport
|
|
92
|
+
"pisell-export-button-text": "导出",
|
|
85
93
|
"batch-editor-actions": "操作",
|
|
86
94
|
"batch-editor-remove": "移除",
|
|
87
95
|
"batch-editor-price": "价格",
|
|
@@ -105,6 +113,38 @@ var zh_CN_default = {
|
|
|
105
113
|
"batch-action-bar-delete-confirm-content": (count) => `确定要删除选中的 ${count} 项吗?`,
|
|
106
114
|
"batch-action-bar-delete-confirm-ok": "确定",
|
|
107
115
|
"batch-action-bar-delete-confirm-cancel": "取消",
|
|
116
|
+
// RecordBoard 工具栏
|
|
117
|
+
"record-board-toolbar-reset": "重置",
|
|
118
|
+
"record-board-toolbar-default-filter-status": "状态",
|
|
119
|
+
"record-board-toolbar-default-filter-all": "全部",
|
|
120
|
+
"record-board-toolbar-default-filter-enabled": "启用",
|
|
121
|
+
"record-board-toolbar-default-filter-disabled": "禁用",
|
|
122
|
+
"record-board-toolbar-default-filter-keyword": "关键词",
|
|
123
|
+
"record-board-toolbar-default-placeholder": "请输入",
|
|
124
|
+
// RecordBoard 通用文案(ToolBar / 翻页 / 批量操作栏)
|
|
125
|
+
"pisell2.recordBoard.toolbar.find": "搜索",
|
|
126
|
+
"pisell2.recordBoard.toolbar.findPlaceholder": "请输入搜索内容",
|
|
127
|
+
"pisell2.recordBoard.toolbar.sort": "排序",
|
|
128
|
+
"pisell2.recordBoard.toolbar.filter": "筛选",
|
|
129
|
+
"pisell2.recordBoard.toolbar.reset": "重置",
|
|
130
|
+
"pisell2.salesManagement.pagination.previous": "上一页",
|
|
131
|
+
"pisell2.salesManagement.pagination.next": "下一页",
|
|
132
|
+
"pisell2.salesManagement.pagination.showTotal": (start, end) => `第 ${start}-${end} 条`,
|
|
133
|
+
"pisell2.salesManagement.pagination.total": (current, max) => `${current} / ${max}`,
|
|
134
|
+
"pisell2.salesManagement.batchActionBar.selectedCount": (count) => `已选择 ${count} 项`,
|
|
135
|
+
"pisell2.salesManagement.batchActionBar.more": "更多",
|
|
136
|
+
"pisell2.salesManagement.batchActionBar.selectAll": "全选",
|
|
137
|
+
"pisell2.salesManagement.batchActionBar.invert": "反选",
|
|
138
|
+
"pisell2.salesManagement.batchActionBar.clear": "取消选择",
|
|
139
|
+
"pisell2.salesManagement.batchActionBar.delete": "删除",
|
|
140
|
+
"pisell2.salesManagement.batchActionBar.confirmTitle": "确认操作",
|
|
141
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmTitle": "确认删除",
|
|
142
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmContent": (count) => `确定要删除选中的 ${count} 项吗?`,
|
|
143
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmOk": "确定",
|
|
144
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmCancel": "取消",
|
|
145
|
+
// ShellFrame 统计区折叠
|
|
146
|
+
"shell-frame-statistic-expand": "展开统计",
|
|
147
|
+
"shell-frame-statistic-collapse": "收起统计",
|
|
108
148
|
// 导出
|
|
109
149
|
"table-action-export-import-export-success": "导出成功!",
|
|
110
150
|
"table-action-export-import-button": "导出",
|
package/lib/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;
|
package/lib/locales/zh-TW.js
CHANGED
|
@@ -39,12 +39,14 @@ var zh_TW_default = {
|
|
|
39
39
|
"sort-button-text": "排序",
|
|
40
40
|
"sort-oldest-to-newest": "從舊到新",
|
|
41
41
|
"sort-newest-to-oldest": "從新到舊",
|
|
42
|
-
"sort-a-z": "A
|
|
43
|
-
"sort-z-a": "Z
|
|
42
|
+
"sort-a-z": "A → Z",
|
|
43
|
+
"sort-z-a": "Z → A",
|
|
44
44
|
"sort-from-morning-to-night": "從早到晚",
|
|
45
45
|
"sort-from-evening-to-morning": "從晚到早",
|
|
46
|
-
"sort-0-9": "0
|
|
47
|
-
"sort-9-0": "9
|
|
46
|
+
"sort-0-9": "0 → 9",
|
|
47
|
+
"sort-9-0": "9 → 0",
|
|
48
|
+
"sort-first-last": "First → Last",
|
|
49
|
+
"sort-last-first": "Last → First",
|
|
48
50
|
"table-action-filter-button": "篩選",
|
|
49
51
|
"table-action-filter-quick-filter": "快速篩選",
|
|
50
52
|
"table-action-filter-quick-filter-tip": (count) => `在頁面上直接啟用快速篩選,以便進行方便的篩選操作,最多允許使用${count}個篩選器。`,
|
|
@@ -55,8 +57,12 @@ var zh_TW_default = {
|
|
|
55
57
|
"table-action-column-title": "表頭設置",
|
|
56
58
|
"table-column-group-records": "條記錄",
|
|
57
59
|
"table-column-group-lock-tip": "固定列不可移動順序",
|
|
60
|
+
"record-board-uniform-summary-empty": "-",
|
|
61
|
+
"record-board-uniform-summary-same": "重複數據",
|
|
58
62
|
"table-column-drag-sort-disabled-tip": "已開啟自動排序,無法手動拖曳",
|
|
59
63
|
"table-action-filter-no-filter": "沒有可用的篩選器。",
|
|
64
|
+
"table-action-range-picker-placeholder-start": "開始日期",
|
|
65
|
+
"table-action-range-picker-placeholder-end": "結束日期",
|
|
60
66
|
"table-action-range-picker-presets-today": "今天",
|
|
61
67
|
"table-action-range-picker-presets-yesterday": "昨天",
|
|
62
68
|
"table-action-range-picker-presets-last-3-day": "過去3天",
|
|
@@ -71,7 +77,7 @@ var zh_TW_default = {
|
|
|
71
77
|
"pisell-lookup-placeholder": "請輸入搜索內容",
|
|
72
78
|
"pisell-lookup-button-text": "搜索",
|
|
73
79
|
"pisell-lookup-confirm-button-text": "Lookup",
|
|
74
|
-
"pisell-lookup-clear": "
|
|
80
|
+
"pisell-lookup-clear": "清空",
|
|
75
81
|
"pisell-lookup-close": "Close",
|
|
76
82
|
"pisell-lookup-search-history": "搜索歷史",
|
|
77
83
|
"pisell-lookup-clear-history": "清空",
|
|
@@ -80,8 +86,10 @@ var zh_TW_default = {
|
|
|
80
86
|
"pisell-lookup-loading": "加載中...",
|
|
81
87
|
"pisell-lookup-no-data": "暫無數據",
|
|
82
88
|
// PisellFind
|
|
83
|
-
"pisell-find-button-text": "
|
|
89
|
+
"pisell-find-button-text": "搜尋",
|
|
84
90
|
"pisell-find-placeholder": "請輸入搜索內容",
|
|
91
|
+
// PisellExport
|
|
92
|
+
"pisell-export-button-text": "導出",
|
|
85
93
|
"batch-editor-actions": "操作",
|
|
86
94
|
"batch-editor-remove": "移除",
|
|
87
95
|
"batch-editor-price": "價格",
|
|
@@ -105,6 +113,38 @@ var zh_TW_default = {
|
|
|
105
113
|
"batch-action-bar-delete-confirm-content": (count) => `確定要刪除選中的 ${count} 項嗎?`,
|
|
106
114
|
"batch-action-bar-delete-confirm-ok": "確定",
|
|
107
115
|
"batch-action-bar-delete-confirm-cancel": "取消",
|
|
116
|
+
// RecordBoard 工具欄
|
|
117
|
+
"record-board-toolbar-reset": "重置",
|
|
118
|
+
"record-board-toolbar-default-filter-status": "狀態",
|
|
119
|
+
"record-board-toolbar-default-filter-all": "全部",
|
|
120
|
+
"record-board-toolbar-default-filter-enabled": "啟用",
|
|
121
|
+
"record-board-toolbar-default-filter-disabled": "禁用",
|
|
122
|
+
"record-board-toolbar-default-filter-keyword": "關鍵詞",
|
|
123
|
+
"record-board-toolbar-default-placeholder": "請輸入",
|
|
124
|
+
// RecordBoard 通用文案(ToolBar / 翻页 / 批量操作栏)
|
|
125
|
+
"pisell2.recordBoard.toolbar.find": "搜尋",
|
|
126
|
+
"pisell2.recordBoard.toolbar.findPlaceholder": "請輸入搜尋內容",
|
|
127
|
+
"pisell2.recordBoard.toolbar.sort": "排序",
|
|
128
|
+
"pisell2.recordBoard.toolbar.filter": "篩選",
|
|
129
|
+
"pisell2.recordBoard.toolbar.reset": "重置",
|
|
130
|
+
"pisell2.salesManagement.pagination.previous": "上一頁",
|
|
131
|
+
"pisell2.salesManagement.pagination.next": "下一頁",
|
|
132
|
+
"pisell2.salesManagement.pagination.showTotal": (start, end) => `第 ${start}-${end} 條`,
|
|
133
|
+
"pisell2.salesManagement.pagination.total": (current, max) => `${current} / ${max}`,
|
|
134
|
+
"pisell2.salesManagement.batchActionBar.selectedCount": (count) => `已選擇 ${count} 項`,
|
|
135
|
+
"pisell2.salesManagement.batchActionBar.more": "更多",
|
|
136
|
+
"pisell2.salesManagement.batchActionBar.selectAll": "全選",
|
|
137
|
+
"pisell2.salesManagement.batchActionBar.invert": "反選",
|
|
138
|
+
"pisell2.salesManagement.batchActionBar.clear": "取消選擇",
|
|
139
|
+
"pisell2.salesManagement.batchActionBar.delete": "刪除",
|
|
140
|
+
"pisell2.salesManagement.batchActionBar.confirmTitle": "確認操作",
|
|
141
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmTitle": "確認刪除",
|
|
142
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmContent": (count) => `確定要刪除選中的 ${count} 項嗎?`,
|
|
143
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmOk": "確定",
|
|
144
|
+
"pisell2.salesManagement.batchActionBar.deleteConfirmCancel": "取消",
|
|
145
|
+
// ShellFrame 統計區摺疊
|
|
146
|
+
"shell-frame-statistic-expand": "展開統計",
|
|
147
|
+
"shell-frame-statistic-collapse": "收起統計",
|
|
108
148
|
// 导出
|
|
109
149
|
"table-action-export-import-export-success": "導出成功!",
|
|
110
150
|
"table-action-export-import-button": "匯出",
|