@pisell/materials 6.4.1 → 6.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/es/components/appVersionControl/index.d.ts +4 -0
- package/es/components/batch-editor/index.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +3 -0
- package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +56 -0
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +38 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +98 -0
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +79 -0
- package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +10 -0
- package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +10 -0
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +24 -0
- package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +17 -18
- package/es/components/date-picker/datePickerCpt.d.ts +0 -1
- package/es/components/drag-sort-tree/index.d.ts +4 -0
- package/es/components/iconfont/index.d.ts +8 -0
- package/es/components/login-and-register/index.d.ts +82 -0
- package/es/components/lowCodePage/index.d.ts +0 -1
- package/es/components/page/index.d.ts +0 -1
- package/es/components/pisell-config-provider/context.d.ts +22 -0
- package/es/components/pisell-config-provider/index.d.ts +13 -0
- package/es/components/pisellAdjustPrice/index.d.ts +4 -0
- package/es/components/pisellAdjustPrice/type.d.ts +22 -0
- package/es/components/pisellCardList/index.d.ts +103 -0
- package/es/components/pisellCheckboxGroup/index.d.ts +40 -0
- package/es/components/pisellEmpty/index.d.ts +19 -0
- package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
- package/es/components/pisellText/components/Amount/index.d.ts +20 -0
- package/es/components/pisellToast/index.d.ts +16 -0
- package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +3 -0
- package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
- package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +27 -0
- package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
- package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
- package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +10 -0
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
- package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
- package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
- package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +3 -0
- package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +45 -0
- package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +6 -0
- package/es/components/productCard/cartSkuCard/index.d.ts +10 -0
- package/es/components/productCard/cartSkuCard/locales.d.ts +96 -0
- package/es/components/productCard/components/Action/index.d.ts +3 -0
- package/es/components/productCard/components/AmountFooter/index.d.ts +0 -1
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
- package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -1
- package/es/components/productCard/components/Header/index.d.ts +3 -0
- package/es/components/productCard/components/Note/index.d.ts +0 -1
- package/es/components/productCard/components/Packages/index.d.ts +0 -1
- package/es/components/productCard/components/Sales/index.d.ts +3 -0
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
- package/es/components/productCard/components/Time/index.d.ts +3 -0
- package/es/components/productCard/locales.d.ts +84 -0
- package/es/components/qrcode/index.d.ts +0 -1
- package/es/components/table/BasicTable/index.d.ts +0 -1
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
- package/es/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
- package/es/components/table/Gallery/index.d.ts +5 -0
- package/es/components/table/Table/AddFieldModal/index.d.ts +4 -0
- package/es/components/table/Table/SelectField/index.d.ts +1 -0
- package/es/components/table/Table/fields/date/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/index.d.ts +1 -0
- package/es/components/table/Table/fields/link/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/index.d.ts +1 -0
- package/es/components/table/Table/index.d.ts +4 -0
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
- package/es/components/table/Table/utils.d.ts +161 -0
- package/es/components/table/hooks/useTableSetting.d.ts +22 -0
- package/es/components/table/hooks/useTransDataSource.d.ts +11 -0
- package/es/components/table/types.d.ts +251 -0
- package/es/components/translation/index.d.ts +14 -0
- package/es/components/versionModal/index.d.ts +23 -0
- package/es/components/virtual-keyboard/Amount/index.d.ts +0 -1
- package/es/components/virtual-keyboard/Number/index.d.ts +5 -0
- package/es/components/virtual-keyboard/Number/types.d.ts +26 -0
- package/es/components/virtual-keyboard/index.d.ts +25 -0
- package/es/components/walletCard/Guide/index.d.ts +3 -0
- package/es/components/walletCard/index.d.ts +67 -0
- package/es/locales/en-US.d.ts +284 -0
- package/es/locales/zh-CN.d.ts +279 -0
- package/es/locales/zh-TW.d.ts +279 -0
- package/lib/components/appVersionControl/index.d.ts +4 -0
- package/lib/components/batch-editor/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +3 -0
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +56 -0
- package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +38 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +98 -0
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +79 -0
- package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +10 -0
- package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +10 -0
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +24 -0
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +17 -18
- package/lib/components/date-picker/datePickerCpt.d.ts +0 -1
- package/lib/components/drag-sort-tree/index.d.ts +4 -0
- package/lib/components/iconfont/index.d.ts +8 -0
- package/lib/components/login-and-register/index.d.ts +82 -0
- package/lib/components/lowCodePage/index.d.ts +0 -1
- package/lib/components/page/index.d.ts +0 -1
- package/lib/components/pisell-config-provider/context.d.ts +22 -0
- package/lib/components/pisell-config-provider/index.d.ts +13 -0
- package/lib/components/pisellAdjustPrice/index.d.ts +4 -0
- package/lib/components/pisellAdjustPrice/type.d.ts +22 -0
- package/lib/components/pisellCardList/index.d.ts +103 -0
- package/lib/components/pisellCheckboxGroup/index.d.ts +40 -0
- package/lib/components/pisellEmpty/index.d.ts +19 -0
- package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
- package/lib/components/pisellText/components/Amount/index.d.ts +20 -0
- package/lib/components/pisellToast/index.d.ts +16 -0
- package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +3 -0
- package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
- package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +27 -0
- package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
- package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
- package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +10 -0
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
- package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
- package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
- package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +3 -0
- package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +45 -0
- package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +6 -0
- package/lib/components/productCard/cartSkuCard/index.d.ts +10 -0
- package/lib/components/productCard/cartSkuCard/locales.d.ts +96 -0
- package/lib/components/productCard/components/Action/index.d.ts +3 -0
- package/lib/components/productCard/components/AmountFooter/index.d.ts +0 -1
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -1
- package/lib/components/productCard/components/Header/index.d.ts +3 -0
- package/lib/components/productCard/components/Note/index.d.ts +0 -1
- package/lib/components/productCard/components/Packages/index.d.ts +0 -1
- package/lib/components/productCard/components/Sales/index.d.ts +3 -0
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
- package/lib/components/productCard/components/Time/index.d.ts +3 -0
- package/lib/components/productCard/locales.d.ts +84 -0
- package/lib/components/qrcode/index.d.ts +0 -1
- package/lib/components/table/BasicTable/index.d.ts +0 -1
- package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
- package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
- package/lib/components/table/Gallery/index.d.ts +5 -0
- package/lib/components/table/Table/AddFieldModal/index.d.ts +4 -0
- package/lib/components/table/Table/SelectField/index.d.ts +1 -0
- package/lib/components/table/Table/fields/date/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/index.d.ts +1 -0
- package/lib/components/table/Table/fields/link/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/index.d.ts +1 -0
- package/lib/components/table/Table/index.d.ts +4 -0
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
- package/lib/components/table/Table/utils.d.ts +161 -0
- package/lib/components/table/hooks/useTableSetting.d.ts +22 -0
- package/lib/components/table/hooks/useTransDataSource.d.ts +11 -0
- package/lib/components/table/types.d.ts +251 -0
- package/lib/components/translation/index.d.ts +14 -0
- package/lib/components/versionModal/index.d.ts +23 -0
- package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -1
- package/lib/components/virtual-keyboard/Number/index.d.ts +5 -0
- package/lib/components/virtual-keyboard/Number/types.d.ts +26 -0
- package/lib/components/virtual-keyboard/index.d.ts +25 -0
- package/lib/components/walletCard/Guide/index.d.ts +3 -0
- package/lib/components/walletCard/index.d.ts +67 -0
- package/lib/locales/en-US.d.ts +284 -0
- package/lib/locales/zh-CN.d.ts +279 -0
- package/lib/locales/zh-TW.d.ts +279 -0
- package/package.json +11 -11
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { GroupValue } from "../Actions/component/Group/PopoverContent";
|
|
2
|
+
import { FilterItemProps, FilterType } from "../../filter/types";
|
|
3
|
+
import { ColumnSettingType, DataSourceGroupType, GallerySettingValueType, ModeType, SortType } from "../types";
|
|
4
|
+
export declare const getHash: (obj: any) => any;
|
|
5
|
+
export declare const calcFilterSort: ({ dataSource, filter, sort, columns }: any) => any;
|
|
6
|
+
/**
|
|
7
|
+
* 合并列设置
|
|
8
|
+
* @param defaultColumns 默认列设置
|
|
9
|
+
* @param tableId 表ID
|
|
10
|
+
* @returns 合并后的列设置
|
|
11
|
+
*/
|
|
12
|
+
export declare const mergeColumnSetting: ({ columns, tableId, currentViewMode, }: {
|
|
13
|
+
columns: Record<string, any>[];
|
|
14
|
+
tableId?: string | undefined;
|
|
15
|
+
currentViewMode: ModeType;
|
|
16
|
+
}) => {
|
|
17
|
+
isShow: boolean;
|
|
18
|
+
}[] | ({
|
|
19
|
+
width: any;
|
|
20
|
+
isShow: any;
|
|
21
|
+
sortIndex: number;
|
|
22
|
+
} | {
|
|
23
|
+
isShow: boolean;
|
|
24
|
+
sortIndex: number;
|
|
25
|
+
})[];
|
|
26
|
+
/**
|
|
27
|
+
* 对数据源进行排序
|
|
28
|
+
* @param dataSource 数据源数组
|
|
29
|
+
* @param sortObj 排序对象,包含排序的键、值和类型
|
|
30
|
+
* @returns 排序后的数据源数组
|
|
31
|
+
*/
|
|
32
|
+
export declare const sortDataSource: (dataSource: Record<string, any>[], sortObj: {
|
|
33
|
+
sortKey: string;
|
|
34
|
+
sortValue: "asc" | "desc";
|
|
35
|
+
sortType: "date" | "string" | "number";
|
|
36
|
+
}) => Record<string, any>[];
|
|
37
|
+
/**
|
|
38
|
+
* 根据行键获取 ID
|
|
39
|
+
* @param item 记录对象
|
|
40
|
+
* @param rowKey 行键,可以是字符串或函数
|
|
41
|
+
* @returns 返回 ID
|
|
42
|
+
*/
|
|
43
|
+
export declare const getIdByRowKey: (item: Record<string, any>, rowKey: string | ((params: any) => string)) => any;
|
|
44
|
+
/**
|
|
45
|
+
* 根据分组条件对数据源进行分组
|
|
46
|
+
* @param dataSource 数据源
|
|
47
|
+
* @param group 分组条件
|
|
48
|
+
* @param rowKey 行键生成函数或字符串
|
|
49
|
+
* @returns 返回分组后的数据源
|
|
50
|
+
*/
|
|
51
|
+
export declare const groupDataSource: (dataSource: Record<string, any>[], group: GroupValue, rowKey: string | ((params: any) => string)) => Record<string, any>[];
|
|
52
|
+
declare type ViewSetting = {
|
|
53
|
+
order_by: string;
|
|
54
|
+
group_by: GroupValue;
|
|
55
|
+
column_setting: Record<string, any>[];
|
|
56
|
+
gallery_setting: GallerySettingValueType;
|
|
57
|
+
filters: any;
|
|
58
|
+
filter_setting: {
|
|
59
|
+
quickFilter: FilterItemProps[];
|
|
60
|
+
otherFilter: FilterItemProps[];
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* 本地存储的表格设置对象
|
|
65
|
+
*/
|
|
66
|
+
declare type TableSettingObjType = {
|
|
67
|
+
view_mode: ModeType;
|
|
68
|
+
currentSettingHash: string;
|
|
69
|
+
} & {
|
|
70
|
+
[K in ModeType]: ViewSetting;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* 将表格设置保存到本地存储
|
|
74
|
+
* @param tableId 表格id
|
|
75
|
+
* @param tableSettingObj 表格设置对象
|
|
76
|
+
*/
|
|
77
|
+
export declare const setTableSettingToLocalStorage: ({ tableId, tableSettingObj, currentViewMode, currentSettingHash, }: {
|
|
78
|
+
tableId: string;
|
|
79
|
+
tableSettingObj: Partial<ViewSetting & {
|
|
80
|
+
view_mode: ModeType;
|
|
81
|
+
}>;
|
|
82
|
+
currentViewMode: ModeType;
|
|
83
|
+
currentSettingHash: string;
|
|
84
|
+
}) => void;
|
|
85
|
+
export declare const clearTableSettingToLocalStorage: (tableId?: string) => void;
|
|
86
|
+
/**
|
|
87
|
+
* 从本地存储中获取表格设置, 全部配置
|
|
88
|
+
* @param tableId 表格ID
|
|
89
|
+
* @returns 表格设置对象
|
|
90
|
+
*/
|
|
91
|
+
export declare const getTableSettingFromLocalStorage: (tableId?: string) => Partial<TableSettingObjType>;
|
|
92
|
+
/**
|
|
93
|
+
* 从LocalStorage读取表当前视图模式
|
|
94
|
+
* @param tableId
|
|
95
|
+
*/
|
|
96
|
+
export declare const getCurrentViewModeFromLocalStorage: (tableId?: string) => ModeType | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* 根据视图模式获取配置
|
|
99
|
+
* @param tableId
|
|
100
|
+
* @param currentViewMode
|
|
101
|
+
*/
|
|
102
|
+
export declare const getTableSettingByCurrentViewMode: (tableId: string, currentViewMode: ModeType) => ViewSetting | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* 将表单值保存到本地存储中
|
|
105
|
+
* @param tableId 表单ID
|
|
106
|
+
* @param allValues 表单所有值
|
|
107
|
+
* @param keys 存储的键名
|
|
108
|
+
*/
|
|
109
|
+
export declare const setFormValuesToLocalStorage: ({ tableId, allValues, keys, currentViewMode, currentSettingHash, }: {
|
|
110
|
+
tableId?: string | undefined;
|
|
111
|
+
allValues?: Record<string, any> | undefined;
|
|
112
|
+
keys?: string[] | undefined;
|
|
113
|
+
currentViewMode: ModeType;
|
|
114
|
+
currentSettingHash: string;
|
|
115
|
+
}) => void;
|
|
116
|
+
/**
|
|
117
|
+
* 合并筛选设置
|
|
118
|
+
* @param list 列表数据
|
|
119
|
+
* @param quickFilterMaxLength 快速筛选最大长度
|
|
120
|
+
* @param tableId 表ID
|
|
121
|
+
* @returns 返回合并后的筛选设置
|
|
122
|
+
*/
|
|
123
|
+
export declare const mergeFilterSetting: ({ list, quickFilterMaxLength, tableId, sortButtonShow, currentViewMode, }: {
|
|
124
|
+
list: FilterItemProps[];
|
|
125
|
+
quickFilterMaxLength: number;
|
|
126
|
+
tableId?: string | undefined;
|
|
127
|
+
sortButtonShow: boolean;
|
|
128
|
+
currentViewMode: ModeType;
|
|
129
|
+
}) => {
|
|
130
|
+
quickFilter: FilterItemProps[];
|
|
131
|
+
otherFilter: FilterItemProps[];
|
|
132
|
+
notSortFilter: FilterItemProps[];
|
|
133
|
+
};
|
|
134
|
+
/**
|
|
135
|
+
* 过滤数据源
|
|
136
|
+
* @param dataSource 数据源
|
|
137
|
+
* @param filters 过滤条件
|
|
138
|
+
* @param filterLocalArr 本地过滤项
|
|
139
|
+
* @returns 过滤后的数据源
|
|
140
|
+
*/
|
|
141
|
+
export declare const filterDataSource: (dataSource: Record<string, any>[], filters: Record<string, any>, filterLocalArr: FilterItemProps[]) => Record<string, any>[];
|
|
142
|
+
/**
|
|
143
|
+
* 根据模式获取设置键数组
|
|
144
|
+
* @param filter 筛选器
|
|
145
|
+
* @param columnSetting 列设置
|
|
146
|
+
* @param dataSourceGroup 数据源分组
|
|
147
|
+
* @param sort 排序
|
|
148
|
+
* @param mode 模式,可选值为 "localStorage" 或 "remote"
|
|
149
|
+
* @returns 返回设置键数组
|
|
150
|
+
*/
|
|
151
|
+
export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourceGroup, sort, mode, currentViewMode, }: {
|
|
152
|
+
filter?: FilterType | undefined;
|
|
153
|
+
columnSetting?: ColumnSettingType | undefined;
|
|
154
|
+
dataSourceGroup?: DataSourceGroupType | undefined;
|
|
155
|
+
sort?: SortType | undefined;
|
|
156
|
+
mode: "" | "localStorage" | "remote";
|
|
157
|
+
currentViewMode: ModeType;
|
|
158
|
+
}) => ("order_by" | "group_by" | "column_setting" | "gallery_setting" | "filter_setting" | "view_mode")[];
|
|
159
|
+
export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
|
|
160
|
+
export declare const stringify: (obj: Record<string, any>) => string;
|
|
161
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FilterType } from "../../filter/types";
|
|
2
|
+
import { ColumnSettingType, DataSourceGroupType, GallerySettingType, GridViewType, ModeType, SortType, ExportImportModeType } from "../types";
|
|
3
|
+
declare type UseTableSettingProps = {
|
|
4
|
+
tableId?: string;
|
|
5
|
+
filter: FilterType;
|
|
6
|
+
columns: Record<string, any>[];
|
|
7
|
+
columnSetting?: ColumnSettingType;
|
|
8
|
+
dataSourceGroup?: DataSourceGroupType;
|
|
9
|
+
sort?: SortType;
|
|
10
|
+
view: GridViewType;
|
|
11
|
+
currentViewMode: ModeType;
|
|
12
|
+
gallery?: GallerySettingType;
|
|
13
|
+
currentSettingHash: string;
|
|
14
|
+
exportImport?: ExportImportModeType;
|
|
15
|
+
};
|
|
16
|
+
declare const useTableSetting: (params: UseTableSettingProps) => {
|
|
17
|
+
setTableSetting: (values: Record<string, any>) => void;
|
|
18
|
+
tableSetting: {
|
|
19
|
+
[x: string]: any;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export default useTableSetting;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FormInstance } from "antd/es/form";
|
|
2
|
+
import { FilterType } from "../../filter/types";
|
|
3
|
+
declare type UseTransDataSourceParams = {
|
|
4
|
+
form: FormInstance;
|
|
5
|
+
localPagination: boolean;
|
|
6
|
+
dataSource: Record<string, any>[];
|
|
7
|
+
rowKey: string | ((params: any) => string);
|
|
8
|
+
filter: FilterType;
|
|
9
|
+
};
|
|
10
|
+
declare const useTransDataSource: (params: UseTransDataSourceParams) => Record<string, any>[];
|
|
11
|
+
export default useTransDataSource;
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
import { FilterType } from "../filter/types";
|
|
2
|
+
import { SortItemProps } from "../sort/types";
|
|
3
|
+
import React from "react";
|
|
4
|
+
export declare type StorageMode = "" | "localStorage";
|
|
5
|
+
/**
|
|
6
|
+
* 排序总配置
|
|
7
|
+
*/
|
|
8
|
+
export declare type SortType = {
|
|
9
|
+
/** 排序是否展示 */
|
|
10
|
+
show: boolean;
|
|
11
|
+
/** 排序存储模式 */
|
|
12
|
+
storageMode: StorageMode;
|
|
13
|
+
list: SortItemProps[];
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* 列展示总配置
|
|
17
|
+
*/
|
|
18
|
+
export declare type ColumnSettingType = {
|
|
19
|
+
/** 列设置是否展示 */
|
|
20
|
+
show: boolean;
|
|
21
|
+
/** 列设置存储模式 */
|
|
22
|
+
storageMode: StorageMode;
|
|
23
|
+
};
|
|
24
|
+
declare type DataSourceListItemType = {
|
|
25
|
+
isCustom: boolean;
|
|
26
|
+
columnKey?: string;
|
|
27
|
+
label?: string;
|
|
28
|
+
name?: string | string[];
|
|
29
|
+
isHidden?: boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* 数据源分组总配置
|
|
33
|
+
*/
|
|
34
|
+
export declare type DataSourceGroupType = {
|
|
35
|
+
/** 分组设置是否展示 */
|
|
36
|
+
show: boolean;
|
|
37
|
+
/** 分组设置存储模式 */
|
|
38
|
+
storageMode: StorageMode;
|
|
39
|
+
/** */
|
|
40
|
+
list: DataSourceListItemType[];
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Gallery封面总配置
|
|
44
|
+
*/
|
|
45
|
+
declare type GalleryCoverType = {
|
|
46
|
+
/** 封面是否展示 */
|
|
47
|
+
show: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* 封面图片可以使用的字段
|
|
50
|
+
*/
|
|
51
|
+
fields: string[];
|
|
52
|
+
/**
|
|
53
|
+
* 封面高度
|
|
54
|
+
*/
|
|
55
|
+
height: number;
|
|
56
|
+
/** 图片裁剪方式 */
|
|
57
|
+
objectFit: "fill" | "cover";
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Gallery标题总配置
|
|
61
|
+
*/
|
|
62
|
+
declare type GalleryTitleType = {
|
|
63
|
+
/** 标题使用的字段 */
|
|
64
|
+
field: string;
|
|
65
|
+
/** 标题行数 */
|
|
66
|
+
line: number;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Gallery头部区域总配置
|
|
70
|
+
*/
|
|
71
|
+
declare type GalleryHeaderType = {
|
|
72
|
+
/** 头部区域插槽 */
|
|
73
|
+
slot?: (record: Record<string, any>, index: number) => React.ReactNode;
|
|
74
|
+
/** 头部区域其他字段设置 */
|
|
75
|
+
fields: {
|
|
76
|
+
/** 头部区域其他字段是否展示 */
|
|
77
|
+
show: boolean;
|
|
78
|
+
/** 头部区域其他字段 */
|
|
79
|
+
list: string[];
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Gallery内容区域总配置
|
|
84
|
+
*/
|
|
85
|
+
declare type GalleryContentType = {
|
|
86
|
+
/** 内容区域字段配置 */
|
|
87
|
+
fields: {
|
|
88
|
+
columnKey: string;
|
|
89
|
+
show: boolean;
|
|
90
|
+
}[];
|
|
91
|
+
};
|
|
92
|
+
export declare type GallerySettingValueType = {
|
|
93
|
+
coverField: string | "noCover";
|
|
94
|
+
coverObjectFit: "fill" | "cover";
|
|
95
|
+
compactMode: "default" | "compact";
|
|
96
|
+
isShowLabel: boolean;
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* Gallery底部区域总配置
|
|
100
|
+
*/
|
|
101
|
+
declare type GalleryFooterType = {
|
|
102
|
+
/** 底部区域自定义渲染 */
|
|
103
|
+
render: (record: Record<string, any>, index: number) => React.ReactNode;
|
|
104
|
+
/** 底部区域高度 */
|
|
105
|
+
height: number;
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* Gallery模式总配置
|
|
109
|
+
*/
|
|
110
|
+
export declare type GallerySettingType = {
|
|
111
|
+
/** 卡片最小宽度 */
|
|
112
|
+
cardMinWidth: number;
|
|
113
|
+
/** 卡片最大宽度 */
|
|
114
|
+
cardMaxWidth: number;
|
|
115
|
+
/** 水平间隔 */
|
|
116
|
+
horizontalGutter: number;
|
|
117
|
+
/** 垂直间隔 */
|
|
118
|
+
verticalGutter: number;
|
|
119
|
+
/** 封面配置 */
|
|
120
|
+
cover: GalleryCoverType;
|
|
121
|
+
/** 标题配置 */
|
|
122
|
+
title: GalleryTitleType;
|
|
123
|
+
/** 头部区域 */
|
|
124
|
+
header: GalleryHeaderType;
|
|
125
|
+
/** 内容区域 */
|
|
126
|
+
content: GalleryContentType;
|
|
127
|
+
/** 固定高度 */
|
|
128
|
+
fixedHeight: boolean;
|
|
129
|
+
/** 固定的卡片高度 */
|
|
130
|
+
cardHeight: number;
|
|
131
|
+
/** 固定顶部 */
|
|
132
|
+
fixedHeader: boolean;
|
|
133
|
+
/** 固定底部 */
|
|
134
|
+
fixedFooter: boolean;
|
|
135
|
+
/** 底部区域 */
|
|
136
|
+
footer: GalleryFooterType;
|
|
137
|
+
/** 卡片点击时间 */
|
|
138
|
+
onItem: (record: Record<string, any>, index: number) => void;
|
|
139
|
+
};
|
|
140
|
+
/** 视图模式 */
|
|
141
|
+
export declare type ModeType = "grid" | "gallery" | "kanban";
|
|
142
|
+
/**
|
|
143
|
+
* 视图模式总配置
|
|
144
|
+
*/
|
|
145
|
+
export declare type GridViewType = {
|
|
146
|
+
/** 默认视图模式 */
|
|
147
|
+
defaultViewMode: ModeType;
|
|
148
|
+
/** 开启多视图模式可进行页面内转换 */
|
|
149
|
+
multiple: boolean;
|
|
150
|
+
/** 当前可用的视图模式列表 */
|
|
151
|
+
modeList: ModeType[];
|
|
152
|
+
};
|
|
153
|
+
declare type SortDetail = {
|
|
154
|
+
fromIndex: number;
|
|
155
|
+
toIndex: number;
|
|
156
|
+
dataSource: Record<string, any>[];
|
|
157
|
+
fromId: number | string;
|
|
158
|
+
toId: number | string;
|
|
159
|
+
fromItem: Record<string, any>;
|
|
160
|
+
toItem: Record<string, any>;
|
|
161
|
+
};
|
|
162
|
+
/** 导入导出模式 */
|
|
163
|
+
export declare type ExportImportModeType = "import" | "export" | "export_file" | "import_log";
|
|
164
|
+
/**
|
|
165
|
+
* @title: 导出导入api
|
|
166
|
+
* @description:
|
|
167
|
+
* @return {*}
|
|
168
|
+
* @Author: WangHan
|
|
169
|
+
* @Date: 2024-09-11 15:44
|
|
170
|
+
*/
|
|
171
|
+
export declare type ApiProps = {
|
|
172
|
+
export?: string;
|
|
173
|
+
import?: string;
|
|
174
|
+
export_file: string;
|
|
175
|
+
import_log?: string;
|
|
176
|
+
template?: string;
|
|
177
|
+
};
|
|
178
|
+
/**
|
|
179
|
+
* 导入导出配置
|
|
180
|
+
*/
|
|
181
|
+
export declare type ExportImportType = {
|
|
182
|
+
/** 是否展示 */
|
|
183
|
+
show: boolean;
|
|
184
|
+
/** 当前所选项 */
|
|
185
|
+
selectLists: string[];
|
|
186
|
+
/** 导入模版链接 */
|
|
187
|
+
templateFileUrl: string;
|
|
188
|
+
/** 标题 */
|
|
189
|
+
title: string;
|
|
190
|
+
hiddenKeys?: string[];
|
|
191
|
+
apiUrl?: ApiProps;
|
|
192
|
+
otherParams?: any;
|
|
193
|
+
};
|
|
194
|
+
export declare type GridViewProps = {
|
|
195
|
+
columns: any;
|
|
196
|
+
dataSource: any[];
|
|
197
|
+
dispatch: any;
|
|
198
|
+
/**
|
|
199
|
+
* 画册模式的配置
|
|
200
|
+
*/
|
|
201
|
+
gallery: GallerySettingType;
|
|
202
|
+
/**
|
|
203
|
+
* 视图设置
|
|
204
|
+
*/
|
|
205
|
+
view: GridViewType;
|
|
206
|
+
style: React.CSSProperties;
|
|
207
|
+
pagination: any;
|
|
208
|
+
filter: FilterType;
|
|
209
|
+
buttons: React.ReactNode | any[];
|
|
210
|
+
actionButtons: any;
|
|
211
|
+
sort: SortType;
|
|
212
|
+
title?: React.ReactNode | (() => React.ReactNode);
|
|
213
|
+
showTitle?: boolean;
|
|
214
|
+
subTitle?: React.ReactNode | (() => React.ReactNode);
|
|
215
|
+
showSubTitle?: boolean;
|
|
216
|
+
exportImport: ExportImportType;
|
|
217
|
+
onValuesChange: (changedValues: any, values: any) => void;
|
|
218
|
+
summary: any;
|
|
219
|
+
utils: any;
|
|
220
|
+
rowKey: ((record: Record<string, any>) => string) | string;
|
|
221
|
+
columnSetting?: ColumnSettingType;
|
|
222
|
+
dataSourceGroup?: DataSourceGroupType;
|
|
223
|
+
loading: boolean;
|
|
224
|
+
dragSort: boolean;
|
|
225
|
+
onSortChange?: (detail: SortDetail) => boolean;
|
|
226
|
+
__id?: string;
|
|
227
|
+
__designMode?: "design";
|
|
228
|
+
/**
|
|
229
|
+
* 当前本地配置的key 用此hash是否改变用来判断是否清空本地配置 不填默认使用columns数据生成hash
|
|
230
|
+
*/
|
|
231
|
+
currentSettingKey?: string;
|
|
232
|
+
/**
|
|
233
|
+
* 当前本地配置的唯一值, 不填默认使用currentSettingKey
|
|
234
|
+
*/
|
|
235
|
+
currentComponentId?: string;
|
|
236
|
+
/**
|
|
237
|
+
* 当前表格中数据发生变化事件 包含本地筛选和外部传入数据变化
|
|
238
|
+
* @param currentDataSource
|
|
239
|
+
*/
|
|
240
|
+
onDataSourceChange?: (currentDataSource: Record<string, any>[]) => void;
|
|
241
|
+
tabs: {
|
|
242
|
+
show: boolean;
|
|
243
|
+
type: 'default' | 'button' | 'buttonGroup' | 'dropdown';
|
|
244
|
+
items: {
|
|
245
|
+
name: string;
|
|
246
|
+
filterBy?: Record<string, any>;
|
|
247
|
+
sortBy?: string;
|
|
248
|
+
}[];
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
declare type Value = {
|
|
4
|
+
en: string;
|
|
5
|
+
'zh-CN': string;
|
|
6
|
+
'zh-HK': string;
|
|
7
|
+
};
|
|
8
|
+
interface TranslationProps {
|
|
9
|
+
value: Value;
|
|
10
|
+
onChange: (value: Value) => void;
|
|
11
|
+
maxLength?: number;
|
|
12
|
+
}
|
|
13
|
+
declare const Translation: React.FC<TranslationProps>;
|
|
14
|
+
export default Translation;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Version } from '../versionSelect';
|
|
3
|
+
import './index.less';
|
|
4
|
+
interface PublishVersionModalProps {
|
|
5
|
+
visible: boolean;
|
|
6
|
+
currentVersion: string;
|
|
7
|
+
onCancel: () => void;
|
|
8
|
+
onConfirm: (data: VersionData) => void;
|
|
9
|
+
isShowNote?: boolean;
|
|
10
|
+
confirmLoading?: boolean;
|
|
11
|
+
versions?: Version[];
|
|
12
|
+
isShowBasedOn?: boolean;
|
|
13
|
+
isShowCurrentVersion?: boolean;
|
|
14
|
+
isValidateVersion?: boolean;
|
|
15
|
+
}
|
|
16
|
+
interface VersionData {
|
|
17
|
+
version: string;
|
|
18
|
+
note: string;
|
|
19
|
+
baseVersion?: string;
|
|
20
|
+
versionType?: string;
|
|
21
|
+
}
|
|
22
|
+
declare const PublishVersionModal: React.FC<PublishVersionModalProps>;
|
|
23
|
+
export default PublishVersionModal;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export interface NumberProps {
|
|
2
|
+
max?: number;
|
|
3
|
+
min?: number;
|
|
4
|
+
doneText?: string;
|
|
5
|
+
resetText: string;
|
|
6
|
+
defaultValue?: string | number;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
value?: string | number;
|
|
9
|
+
onChange?: (val: string | number) => void;
|
|
10
|
+
onEnter?: (val: string | number) => void;
|
|
11
|
+
defaultSelect?: boolean;
|
|
12
|
+
selectType?: 'light' | 'dark';
|
|
13
|
+
backgroundColor?: string;
|
|
14
|
+
containerBackgroundColor?: string;
|
|
15
|
+
buttonBackgroundColor?: string;
|
|
16
|
+
textColor?: string;
|
|
17
|
+
resetButtonBackgroundColor?: string;
|
|
18
|
+
resetButtonTextColor?: string;
|
|
19
|
+
isDoneButtonFollowTheme?: boolean;
|
|
20
|
+
doneButtonBackgroundColor?: string;
|
|
21
|
+
doneButtonTextColor?: string;
|
|
22
|
+
keyboardBackgroundColor?: string;
|
|
23
|
+
keyboardButtonBackgroundColor?: string;
|
|
24
|
+
keyboardButtonTextColor?: string;
|
|
25
|
+
keyboardButtonHoverColor?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { KeyboardProps } from "./Keyboard";
|
|
3
|
+
import { VirtualKeyInputProps } from "./VirtualKeyInput";
|
|
4
|
+
import "./index.less";
|
|
5
|
+
interface VirtualKeyboardProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
6
|
+
keyboardProps?: KeyboardProps;
|
|
7
|
+
virtualKeyInputProps?: VirtualKeyInputProps;
|
|
8
|
+
rightPanel?: React.ReactNode;
|
|
9
|
+
style?: React.CSSProperties;
|
|
10
|
+
onChange?: (value?: any) => void;
|
|
11
|
+
value?: string;
|
|
12
|
+
selectType?: 'light' | 'dark';
|
|
13
|
+
backgroundColor?: string;
|
|
14
|
+
containerBackgroundColor?: string;
|
|
15
|
+
buttonBackgroundColor?: string;
|
|
16
|
+
textColor?: string;
|
|
17
|
+
keyboardBackgroundColor?: string;
|
|
18
|
+
keyboardButtonBackgroundColor?: string;
|
|
19
|
+
keyboardButtonTextColor?: string;
|
|
20
|
+
keyboardButtonHoverColor?: string;
|
|
21
|
+
primaryButtonBackgroundColor?: string;
|
|
22
|
+
primaryButtonTextColor?: string;
|
|
23
|
+
}
|
|
24
|
+
declare const VirtualKeyboard: (props: VirtualKeyboardProps) => JSX.Element;
|
|
25
|
+
export default VirtualKeyboard;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
declare global {
|
|
4
|
+
namespace JSX {
|
|
5
|
+
interface IntrinsicElements {
|
|
6
|
+
[elemName: string]: any;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
export interface WalletCardItem {
|
|
11
|
+
key: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
hidden?: boolean;
|
|
14
|
+
value?: number;
|
|
15
|
+
}
|
|
16
|
+
export interface WalletCardProps {
|
|
17
|
+
/** 二维码弹窗适配平台 */
|
|
18
|
+
platform?: 'pc' | 'h5' | 'ipad';
|
|
19
|
+
/** 卡片主题 */
|
|
20
|
+
mode?: 'dark' | 'light';
|
|
21
|
+
/** 默认还是完整显示code */
|
|
22
|
+
cardStyle?: 'normal' | 'full';
|
|
23
|
+
/** 条形码还是二维码 */
|
|
24
|
+
codeType?: 'barCode' | 'orCode';
|
|
25
|
+
/** 二维码方向 */
|
|
26
|
+
codeDirection?: 'bottom' | 'top';
|
|
27
|
+
/** 自定义背景图 */
|
|
28
|
+
customBackgroundImage?: string;
|
|
29
|
+
/** 图标:可以是React组件或图片URL */
|
|
30
|
+
showIcon?: boolean;
|
|
31
|
+
showWalletName?: boolean;
|
|
32
|
+
iconImg?: string;
|
|
33
|
+
/** 钱包名称 */
|
|
34
|
+
walletName?: string;
|
|
35
|
+
/** 店铺名称 */
|
|
36
|
+
shopName?: string;
|
|
37
|
+
/** 是否显示店铺名称 */
|
|
38
|
+
showShopName?: boolean;
|
|
39
|
+
/** 卡号 */
|
|
40
|
+
cardNo?: string;
|
|
41
|
+
/** 是否显示卡号 */
|
|
42
|
+
showCardNo?: boolean;
|
|
43
|
+
/** 是否显示二维码 */
|
|
44
|
+
showCode?: boolean;
|
|
45
|
+
/** 点击二维码/条形码的回调 */
|
|
46
|
+
onCodeClick?: () => void;
|
|
47
|
+
/** 货币符号 */
|
|
48
|
+
symbol: string;
|
|
49
|
+
/** 点击卡片的回调 */
|
|
50
|
+
onClick?: () => void;
|
|
51
|
+
/** 自定义类名 */
|
|
52
|
+
className?: string;
|
|
53
|
+
items: WalletCardItem[];
|
|
54
|
+
/** 自定义样式 */
|
|
55
|
+
style?: React.CSSProperties;
|
|
56
|
+
title?: string;
|
|
57
|
+
subTitle?: string;
|
|
58
|
+
align?: 'left' | 'center';
|
|
59
|
+
buttonText?: string;
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
/** 是否已登录 */
|
|
62
|
+
isLogin?: boolean;
|
|
63
|
+
/** 是否是引导页 */
|
|
64
|
+
isGuide?: boolean;
|
|
65
|
+
}
|
|
66
|
+
declare const WalletCard: React.FC<WalletCardProps>;
|
|
67
|
+
export default WalletCard;
|