@pisell/materials 1.0.916 → 1.0.917

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.
Files changed (226) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +148 -164
  7. package/build/lowcode/render/default/view.js +19 -33
  8. package/build/lowcode/view.js +16 -30
  9. package/es/components/appVersionControl/index.d.ts +4 -0
  10. package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +3 -0
  11. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
  12. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +56 -0
  13. package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
  14. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +1 -0
  15. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +39 -0
  16. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +99 -0
  17. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +80 -0
  18. package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  19. package/es/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +16 -0
  20. package/es/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +16 -0
  21. package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +25 -0
  22. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  23. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
  24. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  25. package/es/components/dataSourceComponents/fields/index.d.ts +12 -11
  26. package/es/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  27. package/es/components/drag-sort-tree/index.d.ts +3 -0
  28. package/es/components/hardwareErrorTip/demo.d.ts +3 -0
  29. package/es/components/hardwareErrorTip/errorCard/index.d.ts +28 -0
  30. package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +12 -0
  31. package/es/components/hardwareErrorTip/index.d.ts +19 -0
  32. package/es/components/hardwareErrorTip/logCard/index.d.ts +27 -0
  33. package/es/components/hardwareErrorTip/types.d.ts +28 -0
  34. package/es/components/iconfont/index.d.ts +8 -0
  35. package/es/components/login-and-register/index.d.ts +82 -0
  36. package/es/components/pisell-config-provider/context.d.ts +22 -0
  37. package/es/components/pisell-config-provider/index.d.ts +13 -0
  38. package/es/components/pisellAdjustPrice/index.d.ts +4 -0
  39. package/es/components/pisellAdjustPrice/status.d.ts +32 -0
  40. package/es/components/pisellAdjustPrice/type.d.ts +22 -0
  41. package/es/components/pisellCardList/index.d.ts +103 -0
  42. package/es/components/pisellCheckboxGroup/index.d.ts +40 -0
  43. package/es/components/pisellEmpty/index.d.ts +19 -0
  44. package/es/components/pisellGoodPassCard/index.d.ts +50 -0
  45. package/es/components/pisellText/components/Amount/index.d.ts +20 -0
  46. package/es/components/pisellToast/index.d.ts +16 -0
  47. package/es/components/pisellWalletPassCard/index.d.ts +136 -0
  48. package/es/components/pisellWalletPassCard/index.js +6 -1
  49. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  50. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +3 -0
  51. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  52. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
  53. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +27 -0
  54. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
  55. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  56. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +10 -0
  57. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  58. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
  59. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
  60. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +3 -0
  61. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +45 -0
  62. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +6 -0
  63. package/es/components/productCard/cartSkuCard/index.d.ts +10 -0
  64. package/es/components/productCard/cartSkuCard/locales.d.ts +96 -0
  65. package/es/components/productCard/components/Action/index.d.ts +3 -0
  66. package/es/components/productCard/components/Header/Actions/index.d.ts +3 -0
  67. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
  68. package/es/components/productCard/components/Header/index.d.ts +3 -0
  69. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  70. package/es/components/productCard/components/Sales/index.d.ts +3 -0
  71. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  72. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
  73. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  74. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
  75. package/es/components/productCard/components/Time/index.d.ts +3 -0
  76. package/es/components/productCard/index.d.ts +7 -0
  77. package/es/components/productCard/locales.d.ts +84 -0
  78. package/es/components/table/Actions/component/ExportImport/index.d.ts +7 -0
  79. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  80. package/es/components/table/Gallery/index.d.ts +5 -0
  81. package/es/components/table/Table/AddFieldModal/index.d.ts +4 -0
  82. package/es/components/table/Table/fields/index.d.ts +2 -2
  83. package/es/components/table/Table/index.d.ts +4 -0
  84. package/es/components/table/Table/utils.d.ts +173 -0
  85. package/es/components/table/hooks/useTableSetting.d.ts +22 -0
  86. package/es/components/table/hooks/useTransDataSource.d.ts +12 -0
  87. package/es/components/table/types.d.ts +253 -0
  88. package/es/components/translation/index.d.ts +15 -0
  89. package/es/components/versionModal/index.d.ts +24 -0
  90. package/es/components/versionSelect/index.d.ts +1 -0
  91. package/es/components/virtual-keyboard/Amount/index.d.ts +5 -0
  92. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  93. package/es/components/virtual-keyboard/Amount/types.d.ts +44 -0
  94. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +21 -0
  95. package/es/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  96. package/es/components/virtual-keyboard/Number/index.d.ts +5 -0
  97. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  98. package/es/components/virtual-keyboard/Number/types.d.ts +26 -0
  99. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  100. package/es/components/virtual-keyboard/index.d.ts +25 -0
  101. package/es/components/walletCard/Guide/index.d.ts +4 -0
  102. package/es/components/walletCard/index.d.ts +71 -0
  103. package/es/index.d.ts +143 -0
  104. package/es/locales/en-US.d.ts +320 -0
  105. package/es/locales/en-US.js +1 -0
  106. package/es/locales/zh-CN.d.ts +315 -0
  107. package/es/locales/zh-CN.js +1 -0
  108. package/es/locales/zh-TW.d.ts +315 -0
  109. package/es/locales/zh-TW.js +1 -0
  110. package/es/utils/platform.d.ts +1 -1
  111. package/lib/components/appVersionControl/index.d.ts +4 -0
  112. package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +3 -0
  113. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
  114. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +56 -0
  115. package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -0
  116. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +1 -0
  117. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +39 -0
  118. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +99 -0
  119. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +80 -0
  120. package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -0
  121. package/lib/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +16 -0
  122. package/lib/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +16 -0
  123. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +25 -0
  124. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  125. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -0
  126. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  127. package/lib/components/dataSourceComponents/fields/index.d.ts +12 -11
  128. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +18 -0
  129. package/lib/components/drag-sort-tree/index.d.ts +3 -0
  130. package/lib/components/hardwareErrorTip/demo.d.ts +3 -0
  131. package/lib/components/hardwareErrorTip/errorCard/index.d.ts +28 -0
  132. package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +12 -0
  133. package/lib/components/hardwareErrorTip/index.d.ts +19 -0
  134. package/lib/components/hardwareErrorTip/logCard/index.d.ts +27 -0
  135. package/lib/components/hardwareErrorTip/types.d.ts +28 -0
  136. package/lib/components/iconfont/index.d.ts +8 -0
  137. package/lib/components/login-and-register/index.d.ts +82 -0
  138. package/lib/components/pisell-config-provider/context.d.ts +22 -0
  139. package/lib/components/pisell-config-provider/index.d.ts +13 -0
  140. package/lib/components/pisellAdjustPrice/index.d.ts +4 -0
  141. package/lib/components/pisellAdjustPrice/status.d.ts +32 -0
  142. package/lib/components/pisellAdjustPrice/type.d.ts +22 -0
  143. package/lib/components/pisellCardList/index.d.ts +103 -0
  144. package/lib/components/pisellCheckboxGroup/index.d.ts +40 -0
  145. package/lib/components/pisellEmpty/index.d.ts +19 -0
  146. package/lib/components/pisellGoodPassCard/index.d.ts +50 -0
  147. package/lib/components/pisellText/components/Amount/index.d.ts +20 -0
  148. package/lib/components/pisellToast/index.d.ts +16 -0
  149. package/lib/components/pisellWalletPassCard/index.d.ts +136 -0
  150. package/lib/components/pisellWalletPassCard/index.js +9 -1
  151. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +3 -0
  152. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +3 -0
  153. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.d.ts +14 -0
  154. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +3 -0
  155. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +27 -0
  156. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
  157. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  158. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +10 -0
  159. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  160. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
  161. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +12 -0
  162. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +3 -0
  163. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +45 -0
  164. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +6 -0
  165. package/lib/components/productCard/cartSkuCard/index.d.ts +10 -0
  166. package/lib/components/productCard/cartSkuCard/locales.d.ts +96 -0
  167. package/lib/components/productCard/components/Action/index.d.ts +3 -0
  168. package/lib/components/productCard/components/Header/Actions/index.d.ts +3 -0
  169. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +3 -0
  170. package/lib/components/productCard/components/Header/index.d.ts +3 -0
  171. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  172. package/lib/components/productCard/components/Sales/index.d.ts +3 -0
  173. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +3 -0
  174. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +13 -0
  175. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  176. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +18 -0
  177. package/lib/components/productCard/components/Time/index.d.ts +3 -0
  178. package/lib/components/productCard/index.d.ts +7 -0
  179. package/lib/components/productCard/locales.d.ts +84 -0
  180. package/lib/components/table/Actions/component/ExportImport/index.d.ts +7 -0
  181. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +14 -0
  182. package/lib/components/table/Gallery/index.d.ts +5 -0
  183. package/lib/components/table/Table/AddFieldModal/index.d.ts +4 -0
  184. package/lib/components/table/Table/fields/index.d.ts +2 -2
  185. package/lib/components/table/Table/index.d.ts +4 -0
  186. package/lib/components/table/Table/utils.d.ts +173 -0
  187. package/lib/components/table/hooks/useTableSetting.d.ts +22 -0
  188. package/lib/components/table/hooks/useTransDataSource.d.ts +12 -0
  189. package/lib/components/table/types.d.ts +253 -0
  190. package/lib/components/translation/index.d.ts +15 -0
  191. package/lib/components/versionModal/index.d.ts +24 -0
  192. package/lib/components/versionSelect/index.d.ts +1 -0
  193. package/lib/components/virtual-keyboard/Amount/index.d.ts +5 -0
  194. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  195. package/lib/components/virtual-keyboard/Amount/types.d.ts +44 -0
  196. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +21 -0
  197. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  198. package/lib/components/virtual-keyboard/Number/index.d.ts +5 -0
  199. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  200. package/lib/components/virtual-keyboard/Number/types.d.ts +26 -0
  201. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  202. package/lib/components/virtual-keyboard/index.d.ts +25 -0
  203. package/lib/components/walletCard/Guide/index.d.ts +4 -0
  204. package/lib/components/walletCard/index.d.ts +71 -0
  205. package/lib/index.d.ts +143 -0
  206. package/lib/locales/en-US.d.ts +320 -0
  207. package/lib/locales/en-US.js +1 -0
  208. package/lib/locales/zh-CN.d.ts +315 -0
  209. package/lib/locales/zh-CN.js +1 -0
  210. package/lib/locales/zh-TW.d.ts +315 -0
  211. package/lib/locales/zh-TW.js +1 -0
  212. package/lib/utils/platform.d.ts +1 -1
  213. package/lowcode/pisell-wallet-pass-card/meta.ts +19 -0
  214. package/package.json +3 -3
  215. package/es/components/media/index.d.ts +0 -18
  216. package/es/components/media/index.js +0 -340
  217. package/es/components/media/index.less +0 -100
  218. package/es/components/pisellVHFix/index.d.ts +0 -13
  219. package/es/components/pisellVHFix/index.js +0 -36
  220. package/es/components/pisellVHFix/index.less +0 -10
  221. package/lib/components/media/index.d.ts +0 -18
  222. package/lib/components/media/index.js +0 -265
  223. package/lib/components/media/index.less +0 -100
  224. package/lib/components/pisellVHFix/index.d.ts +0 -13
  225. package/lib/components/pisellVHFix/index.js +0 -56
  226. package/lib/components/pisellVHFix/index.less +0 -10
@@ -0,0 +1,253 @@
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
+ showLabel?: boolean;
93
+ };
94
+ export declare type GallerySettingValueType = {
95
+ coverField: string | "noCover";
96
+ coverObjectFit: "fill" | "cover";
97
+ compactMode: "default" | "compact";
98
+ isShowLabel: boolean;
99
+ };
100
+ /**
101
+ * Gallery底部区域总配置
102
+ */
103
+ declare type GalleryFooterType = {
104
+ /** 底部区域自定义渲染 */
105
+ render: (record: Record<string, any>, index: number) => React.ReactNode;
106
+ /** 底部区域高度 */
107
+ height: number;
108
+ };
109
+ /**
110
+ * Gallery模式总配置
111
+ */
112
+ export declare type GallerySettingType = {
113
+ /** 卡片最小宽度 */
114
+ cardMinWidth: number;
115
+ /** 卡片最大宽度 */
116
+ cardMaxWidth: number;
117
+ /** 水平间隔 */
118
+ horizontalGutter: number;
119
+ /** 垂直间隔 */
120
+ verticalGutter: number;
121
+ /** 封面配置 */
122
+ cover: GalleryCoverType;
123
+ /** 标题配置 */
124
+ title: GalleryTitleType;
125
+ /** 头部区域 */
126
+ header: GalleryHeaderType;
127
+ /** 内容区域 */
128
+ content: GalleryContentType;
129
+ /** 固定高度 */
130
+ fixedHeight: boolean;
131
+ /** 固定的卡片高度 */
132
+ cardHeight: number;
133
+ /** 固定顶部 */
134
+ fixedHeader: boolean;
135
+ /** 固定底部 */
136
+ fixedFooter: boolean;
137
+ /** 底部区域 */
138
+ footer: GalleryFooterType;
139
+ /** 卡片点击时间 */
140
+ onItem: (record: Record<string, any>, index: number) => void;
141
+ };
142
+ /** 视图模式 */
143
+ export declare type ModeType = "grid" | "gallery" | "kanban";
144
+ /**
145
+ * 视图模式总配置
146
+ */
147
+ export declare type GridViewType = {
148
+ /** 默认视图模式 */
149
+ defaultViewMode: ModeType;
150
+ /** 开启多视图模式可进行页面内转换 */
151
+ multiple: boolean;
152
+ /** 当前可用的视图模式列表 */
153
+ modeList: ModeType[];
154
+ };
155
+ declare type SortDetail = {
156
+ fromIndex: number;
157
+ toIndex: number;
158
+ dataSource: Record<string, any>[];
159
+ fromId: number | string;
160
+ toId: number | string;
161
+ fromItem: Record<string, any>;
162
+ toItem: Record<string, any>;
163
+ };
164
+ /** 导入导出模式 */
165
+ export declare type ExportImportModeType = "import" | "export" | "export_file" | "import_log";
166
+ /**
167
+ * @title: 导出导入api
168
+ * @description:
169
+ * @return {*}
170
+ * @Author: WangHan
171
+ * @Date: 2024-09-11 15:44
172
+ */
173
+ export declare type ApiProps = {
174
+ export?: string;
175
+ import?: string;
176
+ export_file: string;
177
+ import_log?: string;
178
+ template?: string;
179
+ };
180
+ /**
181
+ * 导入导出配置
182
+ */
183
+ export declare type ExportImportType = {
184
+ /** 是否展示 */
185
+ show: boolean;
186
+ /** 当前所选项 */
187
+ selectLists: string[];
188
+ /** 导入模版链接 */
189
+ templateFileUrl: string;
190
+ /** 标题 */
191
+ title: string;
192
+ hiddenKeys?: string[];
193
+ apiUrl?: ApiProps;
194
+ otherParams?: any;
195
+ };
196
+ export declare type GridViewProps = {
197
+ columns: any;
198
+ dataSource: any[];
199
+ dispatch: any;
200
+ /**
201
+ * 画册模式的配置
202
+ */
203
+ gallery: GallerySettingType;
204
+ /**
205
+ * 视图设置
206
+ */
207
+ view: GridViewType;
208
+ style: React.CSSProperties;
209
+ pagination: any;
210
+ filter: FilterType;
211
+ buttons: React.ReactNode | any[];
212
+ actionButtons: any;
213
+ sort: SortType;
214
+ title?: React.ReactNode | (() => React.ReactNode);
215
+ showTitle?: boolean;
216
+ subTitle?: React.ReactNode | (() => React.ReactNode);
217
+ showSubTitle?: boolean;
218
+ exportImport: ExportImportType;
219
+ onValuesChange: (changedValues: any, values: any) => void;
220
+ summary: any;
221
+ utils: any;
222
+ rowKey: ((record: Record<string, any>) => string) | string;
223
+ columnSetting?: ColumnSettingType;
224
+ dataSourceGroup?: DataSourceGroupType;
225
+ loading: boolean;
226
+ dragSort: boolean;
227
+ onSortChange?: (detail: SortDetail) => boolean;
228
+ __id?: string;
229
+ __designMode?: "design";
230
+ /**
231
+ * 当前本地配置的key 用此hash是否改变用来判断是否清空本地配置 不填默认使用columns数据生成hash
232
+ */
233
+ currentSettingKey?: string;
234
+ /**
235
+ * 当前本地配置的唯一值, 不填默认使用currentSettingKey
236
+ */
237
+ currentComponentId?: string;
238
+ /**
239
+ * 当前表格中数据发生变化事件 包含本地筛选和外部传入数据变化
240
+ * @param currentDataSource
241
+ */
242
+ onDataSourceChange?: (currentDataSource: Record<string, any>[]) => void;
243
+ tabs: {
244
+ show: boolean;
245
+ type: 'default' | 'button' | 'buttonGroup' | 'dropdown';
246
+ items: {
247
+ name: string;
248
+ filterBy?: Record<string, any>;
249
+ sortBy?: string;
250
+ }[];
251
+ };
252
+ };
253
+ export {};
@@ -0,0 +1,15 @@
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
+ type?: 'text' | 'textarea';
13
+ }
14
+ declare const Translation: React.FC<TranslationProps>;
15
+ export default Translation;
@@ -0,0 +1,24 @@
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
+ title: string;
16
+ }
17
+ interface VersionData {
18
+ version: string;
19
+ note: string;
20
+ baseVersion?: string;
21
+ versionType?: string;
22
+ }
23
+ declare const PublishVersionModal: React.FC<PublishVersionModalProps>;
24
+ export default PublishVersionModal;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SelectProps } from 'antd';
2
3
  import './index.less';
3
4
  export interface Version {
@@ -0,0 +1,5 @@
1
+ import { AmountProps, RightItemsStyleProps } from './types';
2
+ import './index.less';
3
+ export type { AmountProps, RightItemsStyleProps };
4
+ declare const Amount: (props: AmountProps) => JSX.Element;
5
+ export default Amount;
@@ -0,0 +1,32 @@
1
+ export declare const amountThemeConfig: {
2
+ dark: {
3
+ backgroundColor: string;
4
+ containerBackgroundColor: string;
5
+ buttonBackgroundColor: string;
6
+ textColor: string;
7
+ resetButtonBackgroundColor: string;
8
+ resetButtonTextColor: string;
9
+ isDoneButtonFollowTheme: boolean;
10
+ doneButtonBackgroundColor: string;
11
+ doneButtonTextColor: string;
12
+ keyboardBackgroundColor: string;
13
+ keyboardButtonBackgroundColor: string;
14
+ keyboardButtonTextColor: string;
15
+ keyboardButtonHoverColor: string;
16
+ };
17
+ light: {
18
+ backgroundColor: string;
19
+ containerBackgroundColor: string;
20
+ buttonBackgroundColor: string;
21
+ textColor: string;
22
+ resetButtonBackgroundColor: string;
23
+ resetButtonTextColor: string;
24
+ isDoneButtonFollowTheme: boolean;
25
+ doneButtonBackgroundColor: string;
26
+ doneButtonTextColor: string;
27
+ keyboardBackgroundColor: string;
28
+ keyboardButtonBackgroundColor: string;
29
+ keyboardButtonTextColor: string;
30
+ keyboardButtonHoverColor: string;
31
+ };
32
+ };
@@ -0,0 +1,44 @@
1
+ /// <reference types="react" />
2
+ import { BaseNumberKeyboardProps } from '../BaseNumberKeyboard';
3
+ export interface RightItemsStyleProps {
4
+ buttonBackgroundColor?: string;
5
+ textColor?: string;
6
+ resetButtonBackgroundColor?: string;
7
+ resetButtonTextColor?: string;
8
+ isDoneButtonFollowTheme?: boolean;
9
+ doneButtonBackgroundColor?: string;
10
+ doneButtonTextColor?: string;
11
+ }
12
+ export interface AmountProps {
13
+ max?: number;
14
+ min?: number;
15
+ doneText?: string;
16
+ resetText?: string;
17
+ defaultValue?: string | number;
18
+ placeholder?: string;
19
+ amountProps?: {
20
+ showCurrencySymbol: boolean;
21
+ useThousandsSeparator: boolean;
22
+ };
23
+ presets?: BaseNumberKeyboardProps['presets'];
24
+ value?: string | number;
25
+ onChange?: (val: string | number) => void;
26
+ onEnter?: (val: string | number) => void;
27
+ defaultSelect?: boolean;
28
+ inputFormat?: (_v: string) => React.ReactNode | null;
29
+ rightItemsStyle?: RightItemsStyleProps;
30
+ selectType?: 'light' | 'dark';
31
+ backgroundColor?: string;
32
+ containerBackgroundColor?: string;
33
+ buttonBackgroundColor?: string;
34
+ textColor?: string;
35
+ resetButtonBackgroundColor?: string;
36
+ resetButtonTextColor?: string;
37
+ isDoneButtonFollowTheme?: boolean;
38
+ doneButtonBackgroundColor?: string;
39
+ doneButtonTextColor?: string;
40
+ keyboardBackgroundColor?: string;
41
+ keyboardButtonBackgroundColor?: string;
42
+ keyboardButtonTextColor?: string;
43
+ keyboardButtonHoverColor?: string;
44
+ }
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { PresetsProps } from './Presets';
3
+ import { RightItemsStyleProps } from '../Amount';
4
+ import './index.less';
5
+ export interface BaseNumberKeyboardProps {
6
+ placeholder?: string;
7
+ format?: (val: string) => React.ReactNode;
8
+ defaultValue?: string | number;
9
+ doneText?: string;
10
+ resetText?: string;
11
+ onChange?: (val: string) => void;
12
+ onEnter?: (val: string) => void;
13
+ value?: string | number;
14
+ max?: number;
15
+ min?: number;
16
+ presets?: PresetsProps['presets'];
17
+ defaultSelect?: boolean;
18
+ rightItemsStyle?: RightItemsStyleProps;
19
+ }
20
+ declare const BaseNumberKeyboard: (props: BaseNumberKeyboardProps) => JSX.Element;
21
+ export default BaseNumberKeyboard;
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ export declare type ItemValue = string | number;
4
+ export interface Item {
5
+ value: ItemValue;
6
+ label: React.ReactNode;
7
+ disabled: boolean;
8
+ type: 'text' | 'primary';
9
+ style?: React.CSSProperties;
10
+ size?: number;
11
+ }
12
+ export interface KeyboardProps {
13
+ className?: string;
14
+ style?: React.CSSProperties;
15
+ onChange?: (value?: ItemValue) => void;
16
+ items?: Item[];
17
+ rightItems?: Item[];
18
+ keydown?: boolean;
19
+ }
20
+ declare const _default: React.MemoExoticComponent<(props: KeyboardProps) => JSX.Element>;
21
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import { NumberProps } from './types';
2
+ import './index.less';
3
+ export type { NumberProps };
4
+ declare const Number: (props: NumberProps) => JSX.Element;
5
+ export default Number;
@@ -0,0 +1,32 @@
1
+ export declare const numberThemeConfig: {
2
+ dark: {
3
+ backgroundColor: string;
4
+ containerBackgroundColor: string;
5
+ buttonBackgroundColor: string;
6
+ textColor: string;
7
+ resetButtonBackgroundColor: string;
8
+ resetButtonTextColor: string;
9
+ isDoneButtonFollowTheme: boolean;
10
+ doneButtonBackgroundColor: string;
11
+ doneButtonTextColor: string;
12
+ keyboardBackgroundColor: string;
13
+ keyboardButtonBackgroundColor: string;
14
+ keyboardButtonTextColor: string;
15
+ keyboardButtonHoverColor: string;
16
+ };
17
+ light: {
18
+ backgroundColor: string;
19
+ containerBackgroundColor: string;
20
+ buttonBackgroundColor: string;
21
+ textColor: string;
22
+ resetButtonBackgroundColor: string;
23
+ resetButtonTextColor: string;
24
+ isDoneButtonFollowTheme: boolean;
25
+ doneButtonBackgroundColor: string;
26
+ doneButtonTextColor: string;
27
+ keyboardBackgroundColor: string;
28
+ keyboardButtonBackgroundColor: string;
29
+ keyboardButtonTextColor: string;
30
+ keyboardButtonHoverColor: string;
31
+ };
32
+ };
@@ -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,13 @@
1
+ import React from 'react';
2
+ import { InputProps } from 'antd';
3
+ import './index.less';
4
+ export interface VirtualKeyInputProps extends InputProps {
5
+ previewValue?: string;
6
+ renderInput?: (props: any) => any;
7
+ showDelete?: boolean;
8
+ onValueSelect?: (selected: boolean) => void;
9
+ defaultSelect?: boolean;
10
+ style?: React.CSSProperties;
11
+ }
12
+ declare const VirtualKeyInput: (props: VirtualKeyInputProps) => JSX.Element;
13
+ export default VirtualKeyInput;
@@ -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,4 @@
1
+ /// <reference types="react" />
2
+ import './index.less';
3
+ declare const Guide: (props: any) => JSX.Element;
4
+ export default Guide;
@@ -0,0 +1,71 @@
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
+ /** 是否显示查看PIN */
66
+ showViewPin?: boolean;
67
+ /** 查看PIN的回调 */
68
+ onViewPinClick?: () => void;
69
+ }
70
+ declare const WalletCard: React.FC<WalletCardProps>;
71
+ export default WalletCard;