@pisell/materials 6.6.10 → 6.6.12
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 +2 -2
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.js +24 -24
- package/build/lowcode/view.js +23 -23
- package/es/components/DragSortList/index.d.ts +38 -0
- package/es/components/auto-complete/index.d.ts +2 -0
- package/es/components/auto-complete-number/index.d.ts +10 -0
- package/es/components/calendar/index.d.ts +2 -0
- package/es/components/cascader/index.d.ts +2 -0
- package/es/components/classicLayout/index.d.ts +4 -0
- package/es/components/component/index.d.ts +11 -0
- package/es/components/config-provider/index.js +6 -0
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.js +8 -0
- package/es/components/dataSourceComponents/fields/Upload/constants.js +1 -1
- package/es/components/dataSourceComponents/fields/Upload/utils.js +1 -1
- package/es/components/dropdown/index.d.ts +3 -0
- package/es/components/filter/components/items/index.d.ts +41 -0
- package/es/components/filter/components/items/text/Editor/index.d.ts +2 -0
- package/es/components/filter/components/items/text/Preview/index.d.ts +2 -0
- package/es/components/filter/components/items/text/index.d.ts +11 -0
- package/es/components/filter/index.d.ts +4 -0
- package/es/components/icon/index.d.ts +12 -0
- package/es/components/input/index.d.ts +11 -0
- package/es/components/input-number-range/index.d.ts +15 -0
- package/es/components/list/index.d.ts +7 -0
- package/es/components/lowCodePage/index.d.ts +6 -0
- package/es/components/modal/index.d.ts +2 -0
- package/es/components/page/index.js +11 -1
- package/es/components/productCard/cartSkuCard/components/timeRange/index.js +5 -1
- package/es/components/productCard/cartSkuCard/locales.js +16 -0
- package/es/components/productCard/components/Time/components/SelectHolder/index.js +3 -1
- package/es/components/productCard/locales.js +84 -0
- package/es/components/productCard/utils.js +8 -2
- package/es/components/qrcode/index.d.ts +3 -0
- package/es/components/select-time/index.d.ts +14 -0
- package/es/components/select-time/utils.d.ts +9 -0
- package/es/components/skeleton/index.d.ts +2 -0
- package/es/components/slider/index.d.ts +3 -0
- package/es/components/sort/components/InlineMenu/index.d.ts +15 -0
- package/es/components/table/Actions/component/ButtonIcon/index.d.ts +8 -0
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +7 -0
- package/es/components/table/Actions/component/ColumnsSetting/utils.d.ts +1 -0
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +9 -0
- package/es/components/table/Actions/component/Group/index.d.ts +13 -0
- package/es/components/table/Actions/component/ViewMode/index.js +4 -3
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +10 -0
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +11 -0
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +9 -0
- package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +5 -0
- package/es/components/table/Gallery/components/VirtualGrid/useGenGridProps.d.ts +14 -0
- package/es/components/table/Gallery/types.d.ts +10 -0
- package/es/components/table/Header/Buttons/index.d.ts +3 -0
- package/es/components/table/Summary/index.d.ts +4 -0
- package/es/components/table/Table/SelectField/index.d.ts +3 -0
- package/es/components/table/Table/fields/date/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/date/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/date/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/date/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/date/filterUtil/index.d.ts +13 -0
- package/es/components/table/Table/fields/date/index.d.ts +15 -0
- package/es/components/table/Table/fields/image/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/image/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/image/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/image/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/image/index.d.ts +13 -0
- package/es/components/table/Table/fields/link/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/link/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/link/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/link/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/link/index.d.ts +13 -0
- package/es/components/table/Table/fields/number/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/number/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/number/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/number/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/number/filterUtil/index.d.ts +5 -0
- package/es/components/table/Table/fields/number/index.d.ts +15 -0
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/numberRange/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/numberRange/filterUtil/index.d.ts +8 -0
- package/es/components/table/Table/fields/numberRange/index.d.ts +15 -0
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/pSwitch/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/pSwitch/index.d.ts +13 -0
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/rangePicker/filterUtil/index.d.ts +13 -0
- package/es/components/table/Table/fields/rangePicker/index.d.ts +15 -0
- package/es/components/table/Table/fields/search/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/search/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/search/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/search/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/search/filterUtil/index.d.ts +5 -0
- package/es/components/table/Table/fields/search/index.d.ts +15 -0
- package/es/components/table/Table/fields/select/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/select/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/select/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/select/index.d.ts +15 -0
- package/es/components/table/Table/fields/text/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/text/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/text/Show/index.d.ts +5 -0
- package/es/components/table/Table/fields/text/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/text/filterUtil/index.d.ts +5 -0
- package/es/components/table/Table/fields/text/index.d.ts +15 -0
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +3 -0
- package/es/components/table/Table/fields/treeSelect/Edit/index.d.ts +4 -0
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +4 -0
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +3 -0
- package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +5 -0
- package/es/components/table/Table/fields/treeSelect/index.d.ts +15 -0
- package/es/components/table/Table/fields/utils/index.d.ts +1 -0
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +4 -0
- package/es/components/table/Table/tableConfig/body/CellContent/index.d.ts +4 -0
- package/es/components/table/Table/tableConfig/body/CellProvider/index.d.ts +4 -0
- package/es/components/table/Table/tableConfig/header/CellProvider/index.d.ts +14 -0
- package/es/components/table/Table/tableConfig/header/index.d.ts +19 -0
- package/es/components/table/Table/tableConfig/summary/index.d.ts +3 -0
- package/es/components/table/TableFilter/SortIcon.d.ts +6 -0
- package/es/components/table/TableFilter/numberFilter.d.ts +6 -0
- package/es/components/table/TableFilter/selectFilter.d.ts +10 -0
- package/es/components/table/TableFilter/stringFilter.d.ts +6 -0
- package/es/components/table/hooks/useGenTableComponents.d.ts +16 -0
- package/es/components/table/hooks/useIsMobileTable.d.ts +2 -0
- package/es/components/table/hooks/useMergeColumnSetting.d.ts +18 -0
- package/es/components/table/hooks/useTransDataSourceGroupSetting.d.ts +7 -0
- package/es/components/table/hooks/useTransFilterSetting.d.ts +7 -0
- package/es/components/table/hooks/useTransSortSetting.d.ts +7 -0
- package/es/components/time-picker/index.d.ts +2 -0
- package/es/components/translation/index.js +12 -0
- package/es/components/translation/utils.js +3 -1
- package/es/components/tree-select/index.d.ts +2 -0
- package/es/components/upload/index.d.ts +2 -0
- package/es/components/virtual-keyboard/Time/utils.d.ts +9 -0
- package/es/components/walletCard/index.js +11 -3
- package/es/hooks/index.d.ts +3 -0
- package/es/hooks/useResponsive.d.ts +4 -0
- package/es/hooks/useSharedState.d.ts +11 -0
- package/es/locales/en-US.js +3 -0
- package/es/locales/index.js +6 -2
- package/es/locales/ja.js +385 -0
- package/es/locales/pt.js +385 -0
- package/es/locales/zh-CN.js +3 -0
- package/es/locales/zh-TW.js +3 -0
- package/es/utils/hoc.d.ts +17 -0
- package/es/utils/miniRedux.d.ts +17 -0
- package/es/utils/platform.d.ts +1 -0
- package/es/utils/warning.d.ts +1 -0
- package/lib/components/DragSortList/index.d.ts +38 -0
- package/lib/components/auto-complete/index.d.ts +2 -0
- package/lib/components/auto-complete-number/index.d.ts +10 -0
- package/lib/components/calendar/index.d.ts +2 -0
- package/lib/components/cascader/index.d.ts +2 -0
- package/lib/components/classicLayout/index.d.ts +4 -0
- package/lib/components/component/index.d.ts +11 -0
- package/lib/components/config-provider/index.js +6 -0
- package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.js +5 -1
- package/lib/components/dataSourceComponents/fields/Upload/constants.js +1 -1
- package/lib/components/dataSourceComponents/fields/Upload/utils.js +1 -1
- package/lib/components/dropdown/index.d.ts +3 -0
- package/lib/components/filter/components/items/index.d.ts +41 -0
- package/lib/components/filter/components/items/text/Editor/index.d.ts +2 -0
- package/lib/components/filter/components/items/text/Preview/index.d.ts +2 -0
- package/lib/components/filter/components/items/text/index.d.ts +11 -0
- package/lib/components/filter/index.d.ts +4 -0
- package/lib/components/icon/index.d.ts +12 -0
- package/lib/components/input/index.d.ts +11 -0
- package/lib/components/input-number-range/index.d.ts +15 -0
- package/lib/components/list/index.d.ts +7 -0
- package/lib/components/lowCodePage/index.d.ts +6 -0
- package/lib/components/modal/index.d.ts +2 -0
- package/lib/components/page/index.js +11 -1
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.js +5 -1
- package/lib/components/productCard/cartSkuCard/locales.js +18 -0
- package/lib/components/productCard/components/Time/components/SelectHolder/index.js +2 -1
- package/lib/components/productCard/locales.js +60 -0
- package/lib/components/productCard/utils.js +8 -2
- package/lib/components/qrcode/index.d.ts +3 -0
- package/lib/components/select-time/index.d.ts +14 -0
- package/lib/components/select-time/utils.d.ts +9 -0
- package/lib/components/skeleton/index.d.ts +2 -0
- package/lib/components/slider/index.d.ts +3 -0
- package/lib/components/sort/components/InlineMenu/index.d.ts +15 -0
- package/lib/components/table/Actions/component/ButtonIcon/index.d.ts +8 -0
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +7 -0
- package/lib/components/table/Actions/component/ColumnsSetting/utils.d.ts +1 -0
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +9 -0
- package/lib/components/table/Actions/component/Group/index.d.ts +13 -0
- package/lib/components/table/Actions/component/ViewMode/index.js +4 -3
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +10 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +11 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +9 -0
- package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +5 -0
- package/lib/components/table/Gallery/components/VirtualGrid/useGenGridProps.d.ts +14 -0
- package/lib/components/table/Gallery/types.d.ts +10 -0
- package/lib/components/table/Header/Buttons/index.d.ts +3 -0
- package/lib/components/table/Summary/index.d.ts +4 -0
- package/lib/components/table/Table/SelectField/index.d.ts +3 -0
- package/lib/components/table/Table/fields/date/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/date/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/date/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/date/filterUtil/index.d.ts +13 -0
- package/lib/components/table/Table/fields/date/index.d.ts +15 -0
- package/lib/components/table/Table/fields/image/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/image/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/image/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/image/index.d.ts +13 -0
- package/lib/components/table/Table/fields/link/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/link/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/link/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/link/index.d.ts +13 -0
- package/lib/components/table/Table/fields/number/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/number/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/number/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/number/filterUtil/index.d.ts +5 -0
- package/lib/components/table/Table/fields/number/index.d.ts +15 -0
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/numberRange/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/numberRange/filterUtil/index.d.ts +8 -0
- package/lib/components/table/Table/fields/numberRange/index.d.ts +15 -0
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/pSwitch/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +13 -0
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/rangePicker/filterUtil/index.d.ts +13 -0
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +15 -0
- package/lib/components/table/Table/fields/search/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/search/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/search/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/search/filterUtil/index.d.ts +5 -0
- package/lib/components/table/Table/fields/search/index.d.ts +15 -0
- package/lib/components/table/Table/fields/select/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/select/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/select/index.d.ts +15 -0
- package/lib/components/table/Table/fields/text/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/text/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/text/Show/index.d.ts +5 -0
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/text/filterUtil/index.d.ts +5 -0
- package/lib/components/table/Table/fields/text/index.d.ts +15 -0
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +3 -0
- package/lib/components/table/Table/fields/treeSelect/Edit/index.d.ts +4 -0
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +4 -0
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +3 -0
- package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +5 -0
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +15 -0
- package/lib/components/table/Table/fields/utils/index.d.ts +1 -0
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +4 -0
- package/lib/components/table/Table/tableConfig/body/CellContent/index.d.ts +4 -0
- package/lib/components/table/Table/tableConfig/body/CellProvider/index.d.ts +4 -0
- package/lib/components/table/Table/tableConfig/header/CellProvider/index.d.ts +14 -0
- package/lib/components/table/Table/tableConfig/header/index.d.ts +19 -0
- package/lib/components/table/Table/tableConfig/summary/index.d.ts +3 -0
- package/lib/components/table/TableFilter/SortIcon.d.ts +6 -0
- package/lib/components/table/TableFilter/numberFilter.d.ts +6 -0
- package/lib/components/table/TableFilter/selectFilter.d.ts +10 -0
- package/lib/components/table/TableFilter/stringFilter.d.ts +6 -0
- package/lib/components/table/hooks/useGenTableComponents.d.ts +16 -0
- package/lib/components/table/hooks/useIsMobileTable.d.ts +2 -0
- package/lib/components/table/hooks/useMergeColumnSetting.d.ts +18 -0
- package/lib/components/table/hooks/useTransDataSourceGroupSetting.d.ts +7 -0
- package/lib/components/table/hooks/useTransFilterSetting.d.ts +7 -0
- package/lib/components/table/hooks/useTransSortSetting.d.ts +7 -0
- package/lib/components/time-picker/index.d.ts +2 -0
- package/lib/components/translation/index.js +14 -0
- package/lib/components/translation/utils.js +3 -1
- package/lib/components/tree-select/index.d.ts +2 -0
- package/lib/components/upload/index.d.ts +2 -0
- package/lib/components/virtual-keyboard/Time/utils.d.ts +9 -0
- package/lib/components/walletCard/index.js +11 -3
- package/lib/hooks/index.d.ts +3 -0
- package/lib/hooks/useResponsive.d.ts +4 -0
- package/lib/hooks/useSharedState.d.ts +11 -0
- package/lib/locales/en-US.js +3 -0
- package/lib/locales/index.js +6 -2
- package/lib/locales/ja.js +369 -0
- package/lib/locales/pt.js +369 -0
- package/lib/locales/zh-CN.js +3 -0
- package/lib/locales/zh-TW.js +3 -0
- package/lib/utils/hoc.d.ts +17 -0
- package/lib/utils/miniRedux.d.ts +17 -0
- package/lib/utils/platform.d.ts +1 -0
- package/lib/utils/warning.d.ts +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ColumnType } from "antd/es/table";
|
|
2
|
+
import "./index.less";
|
|
3
|
+
declare const getColumnSelectProps: ({ dataIndex, filters, }: {
|
|
4
|
+
dataIndex: string;
|
|
5
|
+
filters: {
|
|
6
|
+
text: string;
|
|
7
|
+
value: string;
|
|
8
|
+
}[];
|
|
9
|
+
}) => ColumnType<any>;
|
|
10
|
+
export default getColumnSelectProps;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { FormInstance } from "antd/es/form";
|
|
3
|
+
declare type UseGenTableComponentsParams = {
|
|
4
|
+
form: FormInstance;
|
|
5
|
+
};
|
|
6
|
+
declare const useGenTableComponents: (params: UseGenTableComponentsParams) => {
|
|
7
|
+
header: {
|
|
8
|
+
row: React.FC<any>;
|
|
9
|
+
cell: React.FC<import("../Table/tableConfig/header").CustomHeaderCellProps>;
|
|
10
|
+
};
|
|
11
|
+
body: {
|
|
12
|
+
row: React.FC<import("../Table/tableConfig/body").RowProps>;
|
|
13
|
+
cell: React.FC<import("../Table/tableConfig/body").EditableCellProps>;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default useGenTableComponents;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ModeType, StorageMode } from "../types";
|
|
2
|
+
declare type Params = {
|
|
3
|
+
tableId: string;
|
|
4
|
+
defaultColumns: Record<string, any>[];
|
|
5
|
+
dispatch: (params: {
|
|
6
|
+
type: string;
|
|
7
|
+
payload: any;
|
|
8
|
+
}) => void;
|
|
9
|
+
storageMode: StorageMode;
|
|
10
|
+
currentViewMode: ModeType;
|
|
11
|
+
};
|
|
12
|
+
/** 已废弃 */
|
|
13
|
+
declare const useMergeColumnSetting: (params: Params) => {
|
|
14
|
+
columns: Record<string, any>[];
|
|
15
|
+
onChange: (this: unknown, newColumns: Record<string, any>[]) => void;
|
|
16
|
+
hideColumns: Record<string, any>[];
|
|
17
|
+
};
|
|
18
|
+
export default useMergeColumnSetting;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DataSourceGroupType } from "../types";
|
|
2
|
+
declare type UseTransDataSourceGroupSettingParams = {
|
|
3
|
+
dataSourceGroup?: DataSourceGroupType;
|
|
4
|
+
originColumnsMap: Map<string, any>;
|
|
5
|
+
};
|
|
6
|
+
declare const useTransDataSourceGroupSetting: (params: UseTransDataSourceGroupSettingParams) => DataSourceGroupType | undefined;
|
|
7
|
+
export default useTransDataSourceGroupSetting;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FilterType } from "../../filter/types";
|
|
2
|
+
declare type UseTransFilterSettingParams = {
|
|
3
|
+
filter: FilterType;
|
|
4
|
+
originColumnsMap: Map<string, any>;
|
|
5
|
+
};
|
|
6
|
+
declare const useTransFilterSetting: (params: UseTransFilterSettingParams) => FilterType;
|
|
7
|
+
export default useTransFilterSetting;
|
|
@@ -43,6 +43,18 @@ var defaultGlobal = {
|
|
|
43
43
|
text: '繁體中文',
|
|
44
44
|
primary: 0,
|
|
45
45
|
status: 'published'
|
|
46
|
+
}, {
|
|
47
|
+
id: 4,
|
|
48
|
+
code: 'ja',
|
|
49
|
+
text: '日本語',
|
|
50
|
+
primary: 0,
|
|
51
|
+
status: 'published'
|
|
52
|
+
}, {
|
|
53
|
+
id: 5,
|
|
54
|
+
code: 'pt',
|
|
55
|
+
text: 'Português',
|
|
56
|
+
primary: 0,
|
|
57
|
+
status: 'published'
|
|
46
58
|
}]
|
|
47
59
|
},
|
|
48
60
|
primary_locale: 'en'
|
|
@@ -7,7 +7,9 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
7
7
|
export var locales = {
|
|
8
8
|
en: "",
|
|
9
9
|
"zh-CN": "",
|
|
10
|
-
"zh-HK": ""
|
|
10
|
+
"zh-HK": "",
|
|
11
|
+
'ja': '',
|
|
12
|
+
'pt': ''
|
|
11
13
|
};
|
|
12
14
|
export var checkIfAllValuesAreEqual = function checkIfAllValuesAreEqual(obj) {
|
|
13
15
|
var valuesArray = Object.values(obj);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const formatStringToTime: (value: string) => {
|
|
2
|
+
valueArray: string[];
|
|
3
|
+
valueString: string;
|
|
4
|
+
previewValueArray: string[];
|
|
5
|
+
previewValueArrayDom: import("react").JSX.Element[];
|
|
6
|
+
previewValueString: string;
|
|
7
|
+
disabled: never[];
|
|
8
|
+
};
|
|
9
|
+
export declare const fn: () => void;
|
|
@@ -54,7 +54,9 @@ var DEFAULT_PROPS = {
|
|
|
54
54
|
original: 'Balance',
|
|
55
55
|
'zh-CN': '充值卡',
|
|
56
56
|
'zh-HK': '充值卡',
|
|
57
|
-
en: 'Balance'
|
|
57
|
+
en: 'Balance',
|
|
58
|
+
'ja': '残高',
|
|
59
|
+
'pt': 'Saldo'
|
|
58
60
|
}
|
|
59
61
|
}, {
|
|
60
62
|
type: 'point',
|
|
@@ -63,7 +65,9 @@ var DEFAULT_PROPS = {
|
|
|
63
65
|
original: 'Points',
|
|
64
66
|
'zh-CN': '积分卡',
|
|
65
67
|
'zh-HK': '積分卡',
|
|
66
|
-
en: 'Points'
|
|
68
|
+
en: 'Points',
|
|
69
|
+
'ja': 'ポイント',
|
|
70
|
+
'pt': 'Pontos'
|
|
67
71
|
}
|
|
68
72
|
}, {
|
|
69
73
|
type: 'voucher',
|
|
@@ -72,7 +76,9 @@ var DEFAULT_PROPS = {
|
|
|
72
76
|
original: 'Voucher',
|
|
73
77
|
'zh-CN': '代金券',
|
|
74
78
|
'zh-HK': '代金券',
|
|
75
|
-
en: 'Voucher'
|
|
79
|
+
en: 'Voucher',
|
|
80
|
+
'ja': 'クーポン',
|
|
81
|
+
'pt': 'Cupom'
|
|
76
82
|
}
|
|
77
83
|
}, {
|
|
78
84
|
type: 'discount',
|
|
@@ -81,6 +87,8 @@ var DEFAULT_PROPS = {
|
|
|
81
87
|
original: 'Discount',
|
|
82
88
|
'zh-CN': '折扣卡',
|
|
83
89
|
'zh-HK': '折扣卡',
|
|
90
|
+
'ja': '割引カード',
|
|
91
|
+
'pt': 'Cartão de desconto',
|
|
84
92
|
en: 'Discount'
|
|
85
93
|
}
|
|
86
94
|
}]
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Context } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* @title: 使用状态管理器的自定义钩子函数
|
|
4
|
+
* @description:
|
|
5
|
+
* @param {useMyContext} MyContext
|
|
6
|
+
* @return {*}
|
|
7
|
+
* @Author: zhiwei.Wang
|
|
8
|
+
* @Date: 2023-07-05 10:23
|
|
9
|
+
*/
|
|
10
|
+
declare const useSharedState: <T>(MyContext: Context<T>) => NonNullable<T>;
|
|
11
|
+
export default useSharedState;
|
package/es/locales/en-US.js
CHANGED
|
@@ -36,6 +36,9 @@ export default {
|
|
|
36
36
|
'table-column-group-lock-tip': 'Fixed column immutable order',
|
|
37
37
|
'table-column-drag-sort-disabled-tip': 'Automatic sorting is enabled, manual dragging is disabled.',
|
|
38
38
|
'table-action-filter-no-filter': 'No filter options available.',
|
|
39
|
+
'table-action-view-mode-grid': 'Grid',
|
|
40
|
+
'table-action-view-mode-gallery': 'Gallery',
|
|
41
|
+
'table-action-view-mode-kanban': 'Kanban',
|
|
39
42
|
'table-action-range-picker-presets-today': 'Today',
|
|
40
43
|
'table-action-range-picker-presets-yesterday': 'Yesterday',
|
|
41
44
|
'table-action-range-picker-presets-last-3-day': 'Last 3 Days',
|
package/es/locales/index.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import zhCN from "./zh-CN";
|
|
2
2
|
import enUS from "./en-US";
|
|
3
3
|
import zhTW from "./zh-TW";
|
|
4
|
+
import ja from "./ja";
|
|
5
|
+
import pt from "./pt";
|
|
4
6
|
import { getCurrentLocale } from "../utils/locale";
|
|
5
7
|
var langMap = {
|
|
6
8
|
"zh-CN": zhCN,
|
|
@@ -8,7 +10,9 @@ var langMap = {
|
|
|
8
10
|
"zh-TW": zhTW,
|
|
9
11
|
"zh-HK": zhTW,
|
|
10
12
|
'en': enUS,
|
|
11
|
-
'original': enUS
|
|
13
|
+
'original': enUS,
|
|
14
|
+
"ja": ja,
|
|
15
|
+
"pt": pt
|
|
12
16
|
};
|
|
13
17
|
export var getText = function getText(id) {
|
|
14
18
|
var _langMap$locale;
|
|
@@ -17,5 +21,5 @@ export var getText = function getText(id) {
|
|
|
17
21
|
}
|
|
18
22
|
var locale = getCurrentLocale();
|
|
19
23
|
//@ts-ignore
|
|
20
|
-
return (langMap === null || langMap === void 0 || (_langMap$locale = langMap[locale]) === null || _langMap$locale === void 0 ? void 0 : _langMap$locale[id]) || id;
|
|
24
|
+
return (langMap === null || langMap === void 0 || (_langMap$locale = langMap[locale]) === null || _langMap$locale === void 0 ? void 0 : _langMap$locale[id]) || langMap['en-US'][id] || id;
|
|
21
25
|
};
|
package/es/locales/ja.js
ADDED
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
'table-filter-search': '検索',
|
|
3
|
+
'table-filter-clear': 'クリア',
|
|
4
|
+
'table-filter-filter': 'フィルター',
|
|
5
|
+
'table-filter-min': '最小',
|
|
6
|
+
'table-filter-max': '最大',
|
|
7
|
+
'table-pagination-previous': '前へ',
|
|
8
|
+
'table-pagination-next': '次へ',
|
|
9
|
+
'table-pagination-total': function tablePaginationTotal(current, total) {
|
|
10
|
+
return "".concat(total, "\u30DA\u30FC\u30B8\u4E2D").concat(current, "\u30DA\u30FC\u30B8");
|
|
11
|
+
},
|
|
12
|
+
'select-dropdown-render-select-all': 'すべて選択',
|
|
13
|
+
'select-dropdown-render-search': '検索',
|
|
14
|
+
'sort-button-text': '並び替え',
|
|
15
|
+
'sort-oldest-to-newest': '古い順',
|
|
16
|
+
'sort-newest-to-oldest': '新しい順',
|
|
17
|
+
'sort-a-z': 'AからZ',
|
|
18
|
+
'sort-z-a': 'ZからA',
|
|
19
|
+
'sort-from-morning-to-night': '朝から夜',
|
|
20
|
+
'sort-from-evening-to-morning': '夜から朝',
|
|
21
|
+
'sort-0-9': '0〜9',
|
|
22
|
+
'sort-9-0': '9〜0',
|
|
23
|
+
'table-action-filter-button': 'フィルター',
|
|
24
|
+
'table-action-filter-quick-filter': 'クイックフィルター',
|
|
25
|
+
'table-action-filter-quick-filter-tip': function tableActionFilterQuickFilterTip(count) {
|
|
26
|
+
return "\u30DA\u30FC\u30B8\u4E0A\u3067\u76F4\u63A5\u30AF\u30A4\u30C3\u30AF\u30D5\u30A3\u30EB\u30BF\u30EA\u30F3\u30B0\u3092\u6709\u52B9\u306B\u3057\u3066\u3001\u4FBF\u5229\u306A\u30D5\u30A3\u30EB\u30BF\u30EA\u30F3\u30B0\u64CD\u4F5C\u3092\u884C\u3048\u307E\u3059\u3002\u6700\u5927".concat(count, "\u500B\u306E\u30D5\u30A3\u30EB\u30BF\u30FC\u3092\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002");
|
|
27
|
+
},
|
|
28
|
+
'table-action-filter-other-filter': 'フィルター',
|
|
29
|
+
'table-action-filter-other-filter-tip': function tableActionFilterOtherFilterTip() {
|
|
30
|
+
return 'リストからフィルター条件を選択してフィルタリング操作を実行し、対応する結果を表示します。';
|
|
31
|
+
},
|
|
32
|
+
'table-action-group-by-title': 'グループ化',
|
|
33
|
+
'table-action-group-by-title-tip': 'データをより適切に整理して閲覧するために、ドロップダウンメニューからフィールドを選択してグループ化してください。',
|
|
34
|
+
'table-action-column-title': 'ヘッダー設定',
|
|
35
|
+
'table-column-group-records': '件のレコード',
|
|
36
|
+
'table-column-group-lock-tip': '固定列は順序を変更できません',
|
|
37
|
+
'table-column-drag-sort-disabled-tip': '自動並び替えが有効になっているため、手動ドラッグは無効です。',
|
|
38
|
+
'table-action-filter-no-filter': '利用可能なフィルターオプションがありません。',
|
|
39
|
+
'table-action-view-mode-grid': 'グリッド',
|
|
40
|
+
'table-action-view-mode-gallery': 'ギャラリー',
|
|
41
|
+
'table-action-view-mode-kanban': 'カンバン',
|
|
42
|
+
'table-action-range-picker-presets-today': '今日',
|
|
43
|
+
'table-action-range-picker-presets-yesterday': '昨日',
|
|
44
|
+
'table-action-range-picker-presets-last-3-day': '過去3日',
|
|
45
|
+
'table-action-range-picker-presets-last-7-day': '過去7日',
|
|
46
|
+
'table-action-range-picker-presets-last-14-day': '過去14日',
|
|
47
|
+
'table-action-range-picker-presets-last-30-day': '過去30日',
|
|
48
|
+
'table-action-range-picker-presets-last-90-day': '過去90日',
|
|
49
|
+
'virtual-keyboard-time-now': '今',
|
|
50
|
+
'virtual-keyboard-time-ok': 'OK',
|
|
51
|
+
'batch-editor-batch-edit': '一括編集',
|
|
52
|
+
'batch-editor-actions': '操作',
|
|
53
|
+
'batch-editor-remove': '削除',
|
|
54
|
+
'batch-editor-price': '価格',
|
|
55
|
+
'batch-editor-cancel': 'キャンセル',
|
|
56
|
+
'batch-editor-search': '検索',
|
|
57
|
+
'batch-editor-confirm': '確認',
|
|
58
|
+
'batch-editor-batch-remove': '一括削除',
|
|
59
|
+
'batch-editor-quick-edit': 'クイック編集',
|
|
60
|
+
'batch-editor-what-price': '価格',
|
|
61
|
+
'batch-editor-quick-edit-title': function batchEditorQuickEditTitle(product, num) {
|
|
62
|
+
return "".concat(product, "\u3092\u542B\u3080").concat(num, "\u4EF6\u306E\u5546\u54C1\u3092\u9078\u629E\u3057\u307E\u3057\u305F");
|
|
63
|
+
},
|
|
64
|
+
'batch-editor-quick-edit-title-2': function batchEditorQuickEditTitle2(product) {
|
|
65
|
+
return "".concat(product, "\u3092\u9078\u629E\u3057\u307E\u3057\u305F");
|
|
66
|
+
},
|
|
67
|
+
// 导出
|
|
68
|
+
'table-action-export-import-export-success': 'エクスポート成功!',
|
|
69
|
+
'table-action-export-import-button': 'エクスポート',
|
|
70
|
+
'table-action-export-import-export-range': 'エクスポート範囲',
|
|
71
|
+
'table-action-export-import-current-page': '現在のページ',
|
|
72
|
+
'table-action-export-import-all-records': 'すべてのレコード',
|
|
73
|
+
'table-action-export-import-selected-records': '選択したレコード',
|
|
74
|
+
'table-action-export-import-selected': '選択済み',
|
|
75
|
+
'table-action-export-import-item': function tableActionExportImportItem(length) {
|
|
76
|
+
return "".concat(length).concat(length > 1 ? '件' : '件');
|
|
77
|
+
},
|
|
78
|
+
'table-action-export-import-product': '商品をエクスポート',
|
|
79
|
+
// 导入
|
|
80
|
+
'table-action-export-import-table-text-input-title': 'クリックまたはファイルをこの領域にドラッグしてアップロード',
|
|
81
|
+
'table-action-export-import-table-text-input-describe': '単一および一括アップロードをサポートします。サポートされているテンプレート以外のデータファイルはアップロードしないでください。',
|
|
82
|
+
'table-action-export-import-table-error-file': '.csv、.xls、.xlsx形式のファイルのみアップロードをサポートしています。',
|
|
83
|
+
'table-action-export-import-import-success': 'インポート成功!',
|
|
84
|
+
'table-action-export-import-import-phone': '同じ携帯電話番号のデータを置き換えますか?',
|
|
85
|
+
'table-action-export-import-table-success-download': 'ダウンロード成功',
|
|
86
|
+
'table-action-export-import-table-textimport-product': '商品をインポート',
|
|
87
|
+
'table-action-export-import-table-text-product-template': 'インポートテンプレート',
|
|
88
|
+
'table-action-export-import-table-text-click-download': 'クリックしてダウンロード',
|
|
89
|
+
'table-action-export-import-table-text-edit-file': 'ファイルを置き換え',
|
|
90
|
+
'table-action-export-import-button-import': 'インポート',
|
|
91
|
+
'table-action-export-import-cancel': 'キャンセル',
|
|
92
|
+
'table-action-export-import-file-completed': '完了',
|
|
93
|
+
'table-action-export-import-file-processing': '処理中',
|
|
94
|
+
'table-action-export-import-file-pending': '保留中',
|
|
95
|
+
'table-action-export-import-file-refresh': '更新',
|
|
96
|
+
'table-action-export-import-export-title': 'エクスポートファイル',
|
|
97
|
+
'table-action-export-import-file-hint': '最後の10件のエクスポート履歴のみ表示',
|
|
98
|
+
'table-action-export-import-file-name': 'エクスポートファイル',
|
|
99
|
+
'table-action-export-import-file-content': 'コンテンツ',
|
|
100
|
+
'table-action-export-import-file-content-all': 'すべて',
|
|
101
|
+
'table-action-export-import-file-content-part': '選択済み',
|
|
102
|
+
'table-action-export-import-file-status': 'ステータス',
|
|
103
|
+
'table-action-export-import-file-account': 'オペレーター',
|
|
104
|
+
'table-action-export-import-file-created': '操作時間',
|
|
105
|
+
'table-action-export-import-file-record': function tableActionExportImportFileRecord(length) {
|
|
106
|
+
return "".concat(length).concat(length > 1 ? '件のレコード' : '件のレコード');
|
|
107
|
+
},
|
|
108
|
+
// 导入日志
|
|
109
|
+
'table-action-export-import-import-title': 'インポートログ',
|
|
110
|
+
'table-action-export-import-log-hint': '最後の10件のインポート履歴のみ表示',
|
|
111
|
+
'table-action-export-import-log-name': 'インポートファイル',
|
|
112
|
+
'table-action-export-import-log-result': 'インポート結果',
|
|
113
|
+
'table-action-export-import-log-ok': function tableActionExportImportLogOk(num) {
|
|
114
|
+
return "".concat(num, "\u4EF6\u6210\u529F");
|
|
115
|
+
},
|
|
116
|
+
'table-action-export-import-log-err': function tableActionExportImportLogErr(num) {
|
|
117
|
+
return "\u3001".concat(num, "\u4EF6\u5931\u6557");
|
|
118
|
+
},
|
|
119
|
+
'table-action-export-import-log-check': "\u8A73\u7D30\u3092\u898B\u308B",
|
|
120
|
+
// 导入详情
|
|
121
|
+
'table-action-export-import-log-detail-title': 'インポート詳細',
|
|
122
|
+
'table-action-export-import-log-err-log': '失敗ログ',
|
|
123
|
+
'table-action-export-import-log-copy': 'コピー',
|
|
124
|
+
'table-action-export-import-table-success-copy': 'コピー成功',
|
|
125
|
+
'drag-sort-tree-unavailable-today-tip': '今日は利用できません',
|
|
126
|
+
// 日期组件
|
|
127
|
+
'date-picker-today': '今日',
|
|
128
|
+
'date-picker-yesterday': '昨日',
|
|
129
|
+
'date-picker-tomorrow': '明日',
|
|
130
|
+
'date-picker-next_monday': '次の月曜日',
|
|
131
|
+
'date-picker-last_friday': '前の金曜日',
|
|
132
|
+
'date-picker-first_day_of_this_month': '今月の最初の日',
|
|
133
|
+
'date-picker-last_day_of_this_month': '今月の最後の日',
|
|
134
|
+
'date-picker-first_day_of_next_month': '来月の最初の日',
|
|
135
|
+
'date-picker-last_day_of_last_month': '先月の最後の日',
|
|
136
|
+
'date-picker-invalid-date': '無効な日付',
|
|
137
|
+
'date-picker-apply': '適用',
|
|
138
|
+
'date-picker-shortcut-custom': 'カスタム',
|
|
139
|
+
'pisell-input-copy-success': 'コピー成功',
|
|
140
|
+
'pisell-input-copy': 'コピー',
|
|
141
|
+
// 空状态
|
|
142
|
+
'pisell-empty-description-no-data': 'データなし',
|
|
143
|
+
// 信息录入组件
|
|
144
|
+
'pisell-information-entry-input-search': '検索',
|
|
145
|
+
'pisell-information-entry-input-confirm': '確認',
|
|
146
|
+
'pisell-information-entry-scan-exit': '終了',
|
|
147
|
+
// 钱包卡片组件
|
|
148
|
+
'pisell-wallet-pass-card-detail': '詳細',
|
|
149
|
+
'pisell-wallet-pass-card-edit': '編集',
|
|
150
|
+
'pisell-wallet-pass-card-name': '名前',
|
|
151
|
+
'pisell-wallet-pass-card-store-name': '店舗名',
|
|
152
|
+
'pisell-wallet-pass-card-balance': '残高',
|
|
153
|
+
'pisell-wallet-pass-card-redeem': '使用',
|
|
154
|
+
'pisell-wallet-pass-card-code': 'コード',
|
|
155
|
+
'pisell-wallet-pass-card-valid-to': '有効期限',
|
|
156
|
+
'pisell-wallet-pass-card-valid': '有効',
|
|
157
|
+
'pisell-wallet-pass-card-confirm': '確認',
|
|
158
|
+
'pisell-wallet-pass-card-cancel': 'キャンセル',
|
|
159
|
+
'pisell-wallet-pass-card-required': 'このフィールドは必須です',
|
|
160
|
+
'pisell-wallet-pass-card-expireDate': '長期',
|
|
161
|
+
// 金额修改组件
|
|
162
|
+
'pisell-adjust-price-price-override': '価格上書き',
|
|
163
|
+
'pisell-adjust-price-discount': '割引',
|
|
164
|
+
'pisell-adjust-price-discount-amount': '金額',
|
|
165
|
+
'pisell-adjust-price-discount-percentage': 'パーセンテージ',
|
|
166
|
+
'pisell-adjust-price-total-after-discount': '割引後の合計:',
|
|
167
|
+
'pisell-adjust-price-discount-can-be-maximum': '割引は最大',
|
|
168
|
+
'pisell-discount-card-title': '割引',
|
|
169
|
+
'pisell-discount-card-unit': 'OFF',
|
|
170
|
+
'pisell-discount-card-fixed-amount-prefix': '節約',
|
|
171
|
+
// 数据源表格
|
|
172
|
+
'pisell-data-source-table-add': '追加',
|
|
173
|
+
'pisell-data-source-table-edit': '編集',
|
|
174
|
+
'pisell-data-source-table-detail': '詳細',
|
|
175
|
+
'pisell-data-source-table-delete': '削除',
|
|
176
|
+
// recordView组件
|
|
177
|
+
'pisell-record-view-available': '利用可能',
|
|
178
|
+
'pisell-record-view-unavailable': '利用不可',
|
|
179
|
+
'pisell-data-source-form-required-message': 'このフィールドは必須です',
|
|
180
|
+
'pisell-data-source-form-email-message': '有効なメールアドレスを入力してください',
|
|
181
|
+
'pisell-data-source-form-domain-message': '有効なドメインを入力してください',
|
|
182
|
+
'pisell-data-source-form-url-message': '有効なURLを入力してください',
|
|
183
|
+
'pisell-data-source-form-phone-message': '有効な電話番号を入力してください',
|
|
184
|
+
'pisell-data-source-form-min-length-message': function pisellDataSourceFormMinLengthMessage(minLength) {
|
|
185
|
+
return "\u9577\u3055\u306F\u5C11\u306A\u304F\u3068\u3082".concat(minLength, "\u6587\u5B57\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059");
|
|
186
|
+
},
|
|
187
|
+
'pisell-data-source-form-max-length-message': function pisellDataSourceFormMaxLengthMessage(maxLength) {
|
|
188
|
+
return "\u9577\u3055\u306F\u6700\u5927".concat(maxLength, "\u6587\u5B57\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059");
|
|
189
|
+
},
|
|
190
|
+
'pisell-data-source-form-min-value-message': function pisellDataSourceFormMinValueMessage(minValue) {
|
|
191
|
+
return "\u5024\u306F".concat(minValue, "\u4EE5\u4E0A\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059");
|
|
192
|
+
},
|
|
193
|
+
'pisell-data-source-form-max-value-message': function pisellDataSourceFormMaxValueMessage(maxValue) {
|
|
194
|
+
return "\u5024\u306F".concat(maxValue, "\u4EE5\u4E0B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059");
|
|
195
|
+
},
|
|
196
|
+
'pisell-data-source-form-mobile-message': '有効な携帯電話番号を入力してください',
|
|
197
|
+
'pisell-data-source-form-pattern-message': '正しい形式を入力してください',
|
|
198
|
+
// Number formatting
|
|
199
|
+
'pisell-number-format-thousand': 'K',
|
|
200
|
+
'pisell-number-format-million': 'M',
|
|
201
|
+
'pisell-number-format-billion': 'B',
|
|
202
|
+
//walletCard 组件
|
|
203
|
+
'walletCard-done': '完了',
|
|
204
|
+
'walletCard-qrcode': 'QRコード',
|
|
205
|
+
'walletCard-barcode': 'バーコード',
|
|
206
|
+
'walletCard-viewPin': 'PINを表示',
|
|
207
|
+
// 上传组件
|
|
208
|
+
'pisell-upload-button': 'アップロード',
|
|
209
|
+
'pisell-upload-setting-size-error': function pisellUploadSettingSizeError(maxSize) {
|
|
210
|
+
return "\u5404\u30D5\u30A1\u30A4\u30EB\u306E\u30B5\u30A4\u30BA\u306F".concat(maxSize, "MB\u3092\u8D85\u3048\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002");
|
|
211
|
+
},
|
|
212
|
+
'pisell-upload-setting-type-error': function pisellUploadSettingTypeError(type) {
|
|
213
|
+
return "".concat(type, "\u30D5\u30A1\u30A4\u30EB\u30BF\u30A4\u30D7\u306F\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002");
|
|
214
|
+
},
|
|
215
|
+
'pisell-upload-count-error': function pisellUploadCountError(count) {
|
|
216
|
+
return "".concat(count, "\u30D5\u30A1\u30A4\u30EB\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3057\u3066\u304F\u3060\u3055\u3044");
|
|
217
|
+
},
|
|
218
|
+
'pisell-upload-error': function pisellUploadError(name) {
|
|
219
|
+
return "".concat(name, "\u306E\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F");
|
|
220
|
+
},
|
|
221
|
+
'pisell-upload-multilingual-title': '多言語',
|
|
222
|
+
'pisell-upload-multilingual-item-title-original': 'オリジナル',
|
|
223
|
+
'pisell-upload-multilingual-item-title-en': 'English',
|
|
224
|
+
'pisell-upload-multilingual-item-title-zh-CN': '简体中文',
|
|
225
|
+
'pisell-upload-multilingual-item-title-zh-HK': '繁體中文',
|
|
226
|
+
// 颜色组件
|
|
227
|
+
'pisell-color-picker-default': 'デフォルト',
|
|
228
|
+
// 获取数据
|
|
229
|
+
'pisell-action-get-data': 'まずデータを取得してください',
|
|
230
|
+
'pisell-action-delete-success': '削除に成功しました',
|
|
231
|
+
'pisell-action-delete-failed': '削除に失敗しました。もう一度お試しください',
|
|
232
|
+
'walletCard-point': 'ポイント',
|
|
233
|
+
'walletCard-rechargeable': '残高',
|
|
234
|
+
'walletCard-voucher': 'バウチャー',
|
|
235
|
+
'walletCard-discount': '割引',
|
|
236
|
+
//PisellQrcode组件
|
|
237
|
+
'pisellQrcode-done': '完了',
|
|
238
|
+
'pisellQrcode-qrcode': 'QRコード',
|
|
239
|
+
'pisell-delete-confirm-title': '削除の確認',
|
|
240
|
+
'pisell-delete-confirm-content': 'このレコードを削除してもよろしいですか?この操作は元に戻せません。',
|
|
241
|
+
'pisell-delete-confirm-ok': '削除',
|
|
242
|
+
'pisell-delete-confirm-cancel': 'キャンセル',
|
|
243
|
+
'pisell-design-mode-action-disabled': '編集モードではこの操作は許可されていません',
|
|
244
|
+
'pisell-translation-original': 'オリジナル',
|
|
245
|
+
// 版本升级组件
|
|
246
|
+
'pisell-version-modal-title': '新しいバージョンを公開',
|
|
247
|
+
'pisell-version-modal-current-version': '現在のバージョン',
|
|
248
|
+
'pisell-version-modal-version': 'バージョン',
|
|
249
|
+
'pisell-version-modal-update-notes': '更新ノート',
|
|
250
|
+
'pisell-version-modal-patch': 'パッチ',
|
|
251
|
+
'pisell-version-modal-minor': 'マイナー',
|
|
252
|
+
'pisell-version-modal-major': 'メジャー',
|
|
253
|
+
'pisell-version-modal-custom': 'カスタムバージョン',
|
|
254
|
+
'pisell-version-modal-cancel': 'キャンセル',
|
|
255
|
+
'pisell-version-modal-confirm': '確認',
|
|
256
|
+
'pisell-version-modal-describe-update-notes': 'このバージョンの主な変更点を説明してください...',
|
|
257
|
+
'pisell-version-modal-version-error': 'バージョン番号は現在のバージョンより大きい必要があります',
|
|
258
|
+
'pisell-version-modal-version-required': 'バージョン番号は必須です',
|
|
259
|
+
'pisell-version-modal-based-on-version': 'バージョンに基づく',
|
|
260
|
+
// 子域名校验错误
|
|
261
|
+
'subdomain-error-too-short': 'サブドメインは少なくとも2文字である必要があります',
|
|
262
|
+
'subdomain-error-too-long': 'サブドメインは60文字を超えることはできません',
|
|
263
|
+
'subdomain-error-pattern': 'サブドメインには小文字、数字、ハイフンのみを含めることができます',
|
|
264
|
+
'subdomain-error-numbers-only': 'サブドメインは数字のみを含むことはできません',
|
|
265
|
+
'subdomain-error-hyphen-ends': 'サブドメインはハイフンで始まるか終わることはできません',
|
|
266
|
+
'subdomain-error-consecutive-hyphens': 'サブドメインには連続するハイフンを含めることはできません',
|
|
267
|
+
'subdomain-error-required': 'サブドメインを入力してください',
|
|
268
|
+
// 图标选择组件
|
|
269
|
+
'pisell-icon-select-outlined': 'アウトライン',
|
|
270
|
+
'pisell-icon-select-filled': '塗りつぶし',
|
|
271
|
+
'pisell-icon-select-two-tone': 'ツートーン',
|
|
272
|
+
'pisell-icon-select-iconfont': 'Iconfont',
|
|
273
|
+
'pisell-icon-select-search': 'アイコンを検索',
|
|
274
|
+
'pisell-icon-select-select': 'アイコンを選択',
|
|
275
|
+
// 应用版本控制组件
|
|
276
|
+
'pisell-lowcode-app-version-control-live': '本番',
|
|
277
|
+
'pisell-lowcode-app-version-control-draft': 'ドラフト',
|
|
278
|
+
'pisell-lowcode-app-version-control-deprecated': '非推奨',
|
|
279
|
+
'pisell-lowcode-app-version-control-new-version': '新しいバージョン',
|
|
280
|
+
'pisell-lowcode-app-version-control-promote-to-live': '本番に昇格',
|
|
281
|
+
'pisell-lowcode-app-version-control-promote-version': function pisellLowcodeAppVersionControlPromoteVersion(version) {
|
|
282
|
+
return "\u30D0\u30FC\u30B8\u30E7\u30F3".concat(version || '', "\u3092\u6607\u683C\u3057\u307E\u3059\u304B\uFF1F");
|
|
283
|
+
},
|
|
284
|
+
'pisell-lowcode-app-version-control-promote-version-describe': 'このバージョンを昇格してもよろしいですか?',
|
|
285
|
+
'pisell-lowcode-app-version-control-promote-version-ok': '昇格',
|
|
286
|
+
'pisell-lowcode-app-version-control-promote-version-cancel': 'キャンセル',
|
|
287
|
+
'pisell-lowcode-app-version-control-version-exists': 'バージョンは既に存在します',
|
|
288
|
+
// 拖拽排序组件
|
|
289
|
+
'pisell-lowcode-drop-sort-add': '追加',
|
|
290
|
+
// 导航菜单组件
|
|
291
|
+
'pisell-lowcode-navigation-menu-add-sub-menu': 'サブメニューを追加',
|
|
292
|
+
'pisell-lowcode-navigation-menu-add-page': 'ページを追加',
|
|
293
|
+
'pisell-lowcode-navigation-menu-add-page-tip': 'ナビゲーションが見つかりません。サブメニューまたはページを追加してください。',
|
|
294
|
+
'pisell-lowcode-navigation-menu-tag-base': 'ベース',
|
|
295
|
+
'pisell-lowcode-navigation-menu-tag-proCode': 'Pro code',
|
|
296
|
+
'pisell-lowcode-navigation-menu-tag-pisell1': 'Pisell 1.0',
|
|
297
|
+
'pisell-lowcode-navigation-menu-tag-group': 'グループ',
|
|
298
|
+
'pisell-lowcode-navigation-menu-tag-sub-menu': 'サブメニュー',
|
|
299
|
+
'pisell-lowcode-navigation-menu-tag-custom': 'カスタム',
|
|
300
|
+
// 应用标识符
|
|
301
|
+
'pisell-data-source-form-app-identifier-pattern': '小文字、数字、ハイフン、ドット、アンダースコアのみを含めることができます',
|
|
302
|
+
'pisell-data-source-form-app-identifier-start-with-letter': '文字で始まる必要があります',
|
|
303
|
+
// TODO(reilly): Added new properties to `zh-CN.ts`, so adding them here to avoid errors.
|
|
304
|
+
// Please update these translations as needed
|
|
305
|
+
'pisell-group-permissions-rule-required': '必須',
|
|
306
|
+
'pisell-group-permissions-rule-limit': '最大{{num}}文字',
|
|
307
|
+
'pisell-data-source-form-app-identifier-letters-only': '文字で始まる必要があります',
|
|
308
|
+
'pisell-data-source-form-app-identifier-alphanumeric': '文字、数字、ハイフン、ドット、アンダースコアのみを含めることができます',
|
|
309
|
+
'pisell-data-source-form-app-identifier-special-ends': 'ハイフン、ドット、またはアンダースコアで終わることはできません',
|
|
310
|
+
'pisell-data-source-form-app-identifier-consecutive-special': '連続するハイフン、ドット、またはアンダースコアを含めることはできません',
|
|
311
|
+
// QR Scanner related texts
|
|
312
|
+
'qrscanner-loading': 'QRコードを認識中...',
|
|
313
|
+
'qrscanner-success': '正常に認識されました:',
|
|
314
|
+
'qrscanner-success-qrcode': 'QRコードが正常に認識されました:',
|
|
315
|
+
'qrscanner-success-barcode': 'バーコードが正常に認識されました:',
|
|
316
|
+
'qrscanner-error-upload-image': '画像ファイルをアップロードしてください',
|
|
317
|
+
'qrscanner-error-load-failed': 'ファイルの読み込みに失敗しました',
|
|
318
|
+
'qrscanner-error-no-code': 'QRコードまたはバーコードが検出されませんでした。',
|
|
319
|
+
'qrscanner-error-camera-init': 'カメラを起動できません。権限が付与されていることを確認してください。',
|
|
320
|
+
'qrscanner-error-process-image': '画像の処理中にエラーが発生しました',
|
|
321
|
+
// 登录注册组件
|
|
322
|
+
'pisell-login-and-register-title': 'アカウントにログイン',
|
|
323
|
+
'pisell-login-and-register-subtitle': 'おかえりなさい!詳細を入力してください。',
|
|
324
|
+
'pisell-login-and-register-email-label': 'メール',
|
|
325
|
+
'pisell-login-and-register-email-placeholder': 'メールアドレスを入力',
|
|
326
|
+
'pisell-login-and-register-password-label': 'パスワード',
|
|
327
|
+
'pisell-login-and-register-password-placeholder': 'パスワードを入力',
|
|
328
|
+
'pisell-login-and-register-email-error': 'メールアドレスを入力してください!',
|
|
329
|
+
'pisell-login-and-register-email-error-valid': '有効なメールアドレスを入力してください!',
|
|
330
|
+
'pisell-login-and-register-password-error': '正しいパスワードを入力してください',
|
|
331
|
+
'pisell-login-and-register-login': 'ログイン',
|
|
332
|
+
'pisell-login-and-register-google': 'Googleで続行',
|
|
333
|
+
'pisell-login-and-register-facebook': 'Facebookで続行',
|
|
334
|
+
'pisell-login-and-register-apple': 'Appleで続行',
|
|
335
|
+
'pisell-login-and-register-sign-up': 'アカウントをお持ちでない場合は、登録',
|
|
336
|
+
'pisell-login-and-register-login-tab': 'ログイン',
|
|
337
|
+
'pisell-login-and-register-register-tab': '登録',
|
|
338
|
+
'pisell-login-and-register-register-email-placeholder': 'メールアドレスを入力',
|
|
339
|
+
'pisell-login-and-register-register-password-placeholder': 'パスワードを作成',
|
|
340
|
+
'pisell-login-and-register-register-button-text': 'アカウントを作成',
|
|
341
|
+
'pisell-login-and-register-remember-me': 'ログイン状態を保持',
|
|
342
|
+
'pisell-login-and-register-forgot-password': 'パスワードをお忘れですか?',
|
|
343
|
+
// 商品券组件
|
|
344
|
+
'pisell2.text.goodpass.product-vouchers': "プロモーション&バウチャー",
|
|
345
|
+
'pisell2.text.goodpass.last-settlement': "(前回の支払い)",
|
|
346
|
+
'pisell2.text.goodpass.view-more': "もっと見る",
|
|
347
|
+
'pisell2.text.goodpass.save': "節約",
|
|
348
|
+
// 钱包卡片组件
|
|
349
|
+
'pisell-wallet-pass-card-status-used': '使用済み',
|
|
350
|
+
'pisell-wallet-pass-card-status-expired': '期限切れ',
|
|
351
|
+
'pisell-wallet-pass-card-status-disabled': '無効',
|
|
352
|
+
'pisell-wallet-pass-card-status-conflict': '競合',
|
|
353
|
+
'pisell-wallet-pass-card-status-lastPayment': '前回の支払い',
|
|
354
|
+
'pisell-wallet-pass-card-reset': 'リセット',
|
|
355
|
+
'pisell-wallet-pass-card-done': '完了',
|
|
356
|
+
'pisell2.wallet-card.add-holder-tip': 'あなたの利益を確保するために、\r\nこのカードを有効にするには所有者を割り当ててください。',
|
|
357
|
+
'pisell2.wallet-card.add-holder-button-text': '所有者を設定',
|
|
358
|
+
// 相机组件
|
|
359
|
+
'pisell-camera-no-camera-accessible': 'カメラにアクセスできません',
|
|
360
|
+
'pisell-camera-permission-denied': '権限が拒否されました',
|
|
361
|
+
'pisell-camera-switch-camera': 'カメラを切り替え',
|
|
362
|
+
'pisell-camera-canvas': 'Canvasはサポートされていません',
|
|
363
|
+
'pisell-camera-checking': 'カメラを検出中...',
|
|
364
|
+
'pisell-camera-no-camera-desc': 'デバイスにカメラがあるか、ブラウザにカメラへのアクセス権限が付与されているかを確認してください',
|
|
365
|
+
// 拍照组件
|
|
366
|
+
'pisell-upload-camera-local-files': 'ローカルファイル',
|
|
367
|
+
'pisell-upload-camera-capture': 'キャプチャ',
|
|
368
|
+
'pisell-upload-camera-retake': '再撮影',
|
|
369
|
+
'pisell-upload-camera-use': '写真を使用',
|
|
370
|
+
// 列表组件
|
|
371
|
+
'pisell-list-tab-group-default': 'フィールド',
|
|
372
|
+
'pisell-list-empty-text-default': 'データがありません',
|
|
373
|
+
'pisell-list-load-more': 'もっと見る',
|
|
374
|
+
'pisell-list-view-less': '少なく表示',
|
|
375
|
+
'pisell-list-pagination-total': function pisellListPaginationTotal(start, end, total) {
|
|
376
|
+
return "".concat(total, "\u4EF6\u4E2D").concat(start, "-").concat(end, "\u4EF6\u3092\u8868\u793A");
|
|
377
|
+
},
|
|
378
|
+
'pisell-list-scroll-down': '下にスクロール',
|
|
379
|
+
'pisell-list-scroll-right': '右にスクロール',
|
|
380
|
+
'pisell-list-pagination-page-of': function pisellListPaginationPageOf(current, total) {
|
|
381
|
+
return "".concat(total, "\u30DA\u30FC\u30B8\u4E2D").concat(current, "\u30DA\u30FC\u30B8");
|
|
382
|
+
},
|
|
383
|
+
'pisell-list-pagination-previous': '前へ',
|
|
384
|
+
'pisell-list-pagination-next': '次へ'
|
|
385
|
+
};
|