@pisell/materials 1.0.877 → 1.0.879

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 (189) 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 +7 -7
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +12 -12
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +20 -20
  11. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  12. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  13. package/es/components/dataSourceComponents/fields/index.d.ts +9 -9
  14. package/es/components/filter/index.d.ts +0 -1
  15. package/es/components/pisellLoading/index.d.ts +0 -1
  16. package/es/components/pisellWalletPassCard/index.d.ts +1 -0
  17. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.js +76 -0
  18. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.less +75 -0
  19. package/es/components/productCard/cartSkuCard/components/MultiDay/index.js +82 -0
  20. package/es/components/productCard/cartSkuCard/components/MultiDay/index.less +31 -0
  21. package/es/components/productCard/cartSkuCard/components/MultiDay/utils.js +56 -0
  22. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +2 -2
  23. package/es/components/productCard/cartSkuCard/components/resources/index.js +6 -8
  24. package/es/components/productCard/cartSkuCard/components/specs/index.less +1 -1
  25. package/es/components/productCard/cartSkuCard/index.js +5 -5
  26. package/es/components/productCard/components/Header/index.js +1 -14
  27. package/es/components/productCard/components/Header/index.less +0 -20
  28. package/es/components/productCard/components/MultiDay/index.d.ts +0 -1
  29. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
  30. package/es/components/productCard/components/Packages/components/options/index.d.ts +0 -1
  31. package/es/components/productCard/components/Packages/utils.d.ts +2 -2
  32. package/es/components/table/Actions/index.d.ts +0 -1
  33. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  34. package/es/components/table/Table/SelectField/index.d.ts +0 -1
  35. package/es/components/table/Table/fields/index.d.ts +0 -1
  36. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  37. package/es/components/table/Table/fields/select/index.d.ts +0 -1
  38. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  39. package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  40. package/es/utils/index.d.ts +1 -1
  41. package/es/utils/platform.d.ts +1 -1
  42. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  43. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  44. package/lib/components/dataSourceComponents/fields/index.d.ts +9 -9
  45. package/lib/components/filter/index.d.ts +0 -1
  46. package/lib/components/pisellLoading/index.d.ts +0 -1
  47. package/lib/components/pisellWalletPassCard/index.d.ts +1 -0
  48. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.js +80 -0
  49. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.less +75 -0
  50. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.js +71 -0
  51. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.less +31 -0
  52. package/lib/components/productCard/cartSkuCard/components/MultiDay/utils.js +77 -0
  53. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +2 -2
  54. package/lib/components/productCard/cartSkuCard/components/resources/index.js +4 -6
  55. package/lib/components/productCard/cartSkuCard/components/specs/index.less +1 -1
  56. package/lib/components/productCard/cartSkuCard/index.js +3 -4
  57. package/lib/components/productCard/components/Header/index.js +0 -4
  58. package/lib/components/productCard/components/Header/index.less +0 -20
  59. package/lib/components/productCard/components/MultiDay/index.d.ts +0 -1
  60. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +0 -1
  61. package/lib/components/productCard/components/Packages/components/options/index.d.ts +0 -1
  62. package/lib/components/productCard/components/Packages/utils.d.ts +2 -2
  63. package/lib/components/table/Actions/index.d.ts +0 -1
  64. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  65. package/lib/components/table/Table/SelectField/index.d.ts +0 -1
  66. package/lib/components/table/Table/fields/index.d.ts +0 -1
  67. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  68. package/lib/components/table/Table/fields/select/index.d.ts +0 -1
  69. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  70. package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  71. package/lib/utils/index.d.ts +1 -1
  72. package/lib/utils/platform.d.ts +1 -1
  73. package/package.json +1 -1
  74. package/es/components/appVersionControl/index.d.ts +0 -4
  75. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -56
  76. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -39
  77. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -98
  78. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -79
  79. package/es/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +0 -16
  80. package/es/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +0 -16
  81. package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -25
  82. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
  83. package/es/components/drag-sort-tree/index.d.ts +0 -3
  84. package/es/components/hardwareErrorTip/demo.d.ts +0 -3
  85. package/es/components/hardwareErrorTip/errorCard/index.d.ts +0 -28
  86. package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -12
  87. package/es/components/hardwareErrorTip/index.d.ts +0 -19
  88. package/es/components/hardwareErrorTip/logCard/index.d.ts +0 -27
  89. package/es/components/hardwareErrorTip/types.d.ts +0 -44
  90. package/es/components/login-and-register/index.d.ts +0 -82
  91. package/es/components/pisell-config-provider/index.d.ts +0 -12
  92. package/es/components/pisellAdjustPrice/index.d.ts +0 -4
  93. package/es/components/pisellAdjustPrice/status.d.ts +0 -32
  94. package/es/components/pisellAdjustPrice/type.d.ts +0 -20
  95. package/es/components/pisellEmpty/index.d.ts +0 -19
  96. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  97. package/es/components/productCard/cartSkuCard/index.d.ts +0 -10
  98. package/es/components/productCard/components/Header/Actions/index.d.ts +0 -3
  99. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  100. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
  101. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -18
  102. package/es/components/productCard/components/Time/index.d.ts +0 -3
  103. package/es/components/productCard/components/Warning/index.d.ts +0 -7
  104. package/es/components/productCard/index.d.ts +0 -7
  105. package/es/components/productCard/locales.d.ts +0 -84
  106. package/es/components/productCard/status.d.ts +0 -32
  107. package/es/components/productCard/types.d.ts +0 -84
  108. package/es/components/productCard/utils.d.ts +0 -31
  109. package/es/components/table/Actions/component/ExportImport/index.d.ts +0 -7
  110. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  111. package/es/components/table/Gallery/index.d.ts +0 -5
  112. package/es/components/table/Table/index.d.ts +0 -4
  113. package/es/components/table/Table/utils.d.ts +0 -173
  114. package/es/components/table/hooks/useTableSetting.d.ts +0 -22
  115. package/es/components/table/hooks/useTransDataSource.d.ts +0 -12
  116. package/es/components/table/types.d.ts +0 -253
  117. package/es/components/versionModal/index.d.ts +0 -24
  118. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -5
  119. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  120. package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
  121. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -21
  122. package/es/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  123. package/es/components/virtual-keyboard/Number/index.d.ts +0 -5
  124. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  125. package/es/components/virtual-keyboard/Number/types.d.ts +0 -25
  126. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  127. package/es/components/walletCard/index.d.ts +0 -71
  128. package/es/index.d.ts +0 -142
  129. package/es/locales/en-US.d.ts +0 -313
  130. package/es/locales/zh-CN.d.ts +0 -308
  131. package/es/locales/zh-TW.d.ts +0 -308
  132. package/lib/components/appVersionControl/index.d.ts +0 -4
  133. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -56
  134. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -39
  135. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -98
  136. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -79
  137. package/lib/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +0 -16
  138. package/lib/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +0 -16
  139. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -25
  140. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
  141. package/lib/components/drag-sort-tree/index.d.ts +0 -3
  142. package/lib/components/hardwareErrorTip/demo.d.ts +0 -3
  143. package/lib/components/hardwareErrorTip/errorCard/index.d.ts +0 -28
  144. package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -12
  145. package/lib/components/hardwareErrorTip/index.d.ts +0 -19
  146. package/lib/components/hardwareErrorTip/logCard/index.d.ts +0 -27
  147. package/lib/components/hardwareErrorTip/types.d.ts +0 -44
  148. package/lib/components/login-and-register/index.d.ts +0 -82
  149. package/lib/components/pisell-config-provider/index.d.ts +0 -12
  150. package/lib/components/pisellAdjustPrice/index.d.ts +0 -4
  151. package/lib/components/pisellAdjustPrice/status.d.ts +0 -32
  152. package/lib/components/pisellAdjustPrice/type.d.ts +0 -20
  153. package/lib/components/pisellEmpty/index.d.ts +0 -19
  154. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  155. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -10
  156. package/lib/components/productCard/components/Header/Actions/index.d.ts +0 -3
  157. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  158. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
  159. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -18
  160. package/lib/components/productCard/components/Time/index.d.ts +0 -3
  161. package/lib/components/productCard/components/Warning/index.d.ts +0 -7
  162. package/lib/components/productCard/index.d.ts +0 -7
  163. package/lib/components/productCard/locales.d.ts +0 -84
  164. package/lib/components/productCard/status.d.ts +0 -32
  165. package/lib/components/productCard/types.d.ts +0 -84
  166. package/lib/components/productCard/utils.d.ts +0 -31
  167. package/lib/components/table/Actions/component/ExportImport/index.d.ts +0 -7
  168. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  169. package/lib/components/table/Gallery/index.d.ts +0 -5
  170. package/lib/components/table/Table/index.d.ts +0 -4
  171. package/lib/components/table/Table/utils.d.ts +0 -173
  172. package/lib/components/table/hooks/useTableSetting.d.ts +0 -22
  173. package/lib/components/table/hooks/useTransDataSource.d.ts +0 -12
  174. package/lib/components/table/types.d.ts +0 -253
  175. package/lib/components/versionModal/index.d.ts +0 -24
  176. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -5
  177. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +0 -32
  178. package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
  179. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -21
  180. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +0 -21
  181. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -5
  182. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +0 -32
  183. package/lib/components/virtual-keyboard/Number/types.d.ts +0 -25
  184. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  185. package/lib/components/walletCard/index.d.ts +0 -71
  186. package/lib/index.d.ts +0 -142
  187. package/lib/locales/en-US.d.ts +0 -313
  188. package/lib/locales/zh-CN.d.ts +0 -308
  189. package/lib/locales/zh-TW.d.ts +0 -308
@@ -1,253 +0,0 @@
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 {};
@@ -1,24 +0,0 @@
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,5 +0,0 @@
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;
@@ -1,32 +0,0 @@
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
- };
@@ -1,44 +0,0 @@
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
- }
@@ -1,21 +0,0 @@
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;
@@ -1,21 +0,0 @@
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;
@@ -1,5 +0,0 @@
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;
@@ -1,32 +0,0 @@
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
- };
@@ -1,25 +0,0 @@
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
- selectType?: 'light' | 'dark';
12
- backgroundColor?: string;
13
- containerBackgroundColor?: string;
14
- buttonBackgroundColor?: string;
15
- textColor?: string;
16
- resetButtonBackgroundColor?: string;
17
- resetButtonTextColor?: string;
18
- isDoneButtonFollowTheme?: boolean;
19
- doneButtonBackgroundColor?: string;
20
- doneButtonTextColor?: string;
21
- keyboardBackgroundColor?: string;
22
- keyboardButtonBackgroundColor?: string;
23
- keyboardButtonTextColor?: string;
24
- keyboardButtonHoverColor?: string;
25
- }
@@ -1,13 +0,0 @@
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;
@@ -1,71 +0,0 @@
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;