@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
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const FormItem: (props: any) => JSX.Element;
2
3
  export default FormItem;
@@ -0,0 +1,56 @@
1
+ import React from 'react';
2
+ import { FormInstance } from 'antd';
3
+ import { ModeType } from './type';
4
+ import './style.less';
5
+ export interface WithModeProps {
6
+ renderMode?: ModeType;
7
+ value?: any;
8
+ onChange?: (value: any) => void;
9
+ [key: string]: any;
10
+ }
11
+ /**
12
+ * @title: 增加renderMode属性
13
+ * @description: 基于renderMode属性控制渲染模式
14
+ * @return: *
15
+ * @Author: shengjie.zuo
16
+ * @Date: 2024-11-23 17:13:18
17
+ */
18
+ export declare const withMode: <P extends object>(FieldComponent: React.ComponentType<P>, ReadPrettyComponent?: React.ComponentType<P & {
19
+ renderMode: ModeType;
20
+ }> | undefined, transformProps?: ((props: P, renderMode: ModeType) => P) | undefined) => React.FC<P & WithModeProps>;
21
+ export interface WithFormItemProps {
22
+ name: string;
23
+ label?: string;
24
+ mode?: ModeType;
25
+ [key: string]: any;
26
+ }
27
+ export declare const formItemNameReplace: (name: string) => string;
28
+ export declare const formItemNameReverse: (name: string) => string;
29
+ export declare const isValidDomain: (value: string) => boolean;
30
+ /**
31
+ * @title: 追加formItem层
32
+ * @description:
33
+ * @return: *
34
+ * @Author: shengjie.zuo
35
+ * @Date: 2024-11-23 17:14:25
36
+ */
37
+ export declare const withFormItem: <P extends object>(WrappedComponent: React.ComponentType<P>, overlayProps?: {
38
+ otherFormItemProps?: Record<string, any> | ((props: Record<string, any>, others?: Record<string, any>) => Record<string, any>) | undefined;
39
+ innerProps?: Record<string, any> | undefined;
40
+ } | undefined) => React.FC<P & WithFormItemProps>;
41
+ export declare const withDataSource: <P extends unknown>(WrappedComponent: React.ComponentType<P>) => (props: P & {
42
+ dataSource?: any;
43
+ }) => JSX.Element;
44
+ export declare const withOptions: <P extends unknown>(WrappedComponent: React.ComponentType<P>) => (props: P & {
45
+ options?: any;
46
+ optionSourceType?: "default" | "custom" | "api" | undefined;
47
+ labelField: string;
48
+ valueField: string;
49
+ extraParams?: Record<string, any> | undefined;
50
+ }) => JSX.Element;
51
+ export declare const getNestedValue: (obj: Record<string, any>, path: string) => Record<string, any>;
52
+ export declare const renderValueWithMap: (value: any, valueMap?: Record<string, string>, renderMode?: ModeType) => JSX.Element | null;
53
+ export declare function toArr(str: string | number | (string | number)[]): (string | number)[];
54
+ export declare const filterSystemFields: (params: Record<string, any>) => Record<string, any>;
55
+ export declare const transformFormObjToArrayWithUntouched: (obj: Record<string, any>) => any[];
56
+ export declare const setFormFieldsUntouched: (form: FormInstance) => void;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  interface BaseFilterItem {
3
4
  name?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FilterItemProps } from '../../../filter/types';
2
3
  import { DataSourceType, Field } from '../../provider/dataSource/DataSourceContext';
3
4
  export declare const genGetField: (dataSource?: DataSourceType) => (key: string) => Field;
@@ -0,0 +1,39 @@
1
+ import { Drawer } from 'antd';
2
+ import React from 'react';
3
+ import { OperationItem } from '../type';
4
+ declare const useDrawerState: (operationContent?: {
5
+ [key: string]: React.ReactNode;
6
+ } | undefined) => {
7
+ drawerVisible: boolean;
8
+ setDrawerVisible: React.Dispatch<React.SetStateAction<boolean>>;
9
+ openDrawer: (item: OperationItem) => void;
10
+ closeDrawer: () => void;
11
+ drawerContent: React.ReactNode;
12
+ Container: {
13
+ (props: import("../../../pisellModal").PisellModalProps): JSX.Element;
14
+ confirm: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => {
15
+ destroy: () => void;
16
+ update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
17
+ };
18
+ info: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => {
19
+ destroy: () => void;
20
+ update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
21
+ };
22
+ error: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => {
23
+ destroy: () => void;
24
+ update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
25
+ };
26
+ warn: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => any;
27
+ warning: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => {
28
+ destroy: () => void;
29
+ update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
30
+ };
31
+ success: (props: import("../../../pisellModal/components/functions").PisellModalFuncProps) => {
32
+ destroy: () => void;
33
+ update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
34
+ };
35
+ Information: (props: import("../../../pisellModal/components/Information").InformationProps) => JSX.Element;
36
+ } | typeof Drawer;
37
+ containerProps: {};
38
+ };
39
+ export default useDrawerState;
@@ -0,0 +1,99 @@
1
+ import React from 'react';
2
+ import { DataSourceTableProps } from '../type';
3
+ import { OperationItem } from '../type';
4
+ interface UseTablePropsProps {
5
+ data: any;
6
+ originProps: DataSourceTableProps;
7
+ openDrawer: (type: OperationItem) => void;
8
+ closeDrawer: () => void;
9
+ refreshData: () => void;
10
+ handleFilterChange: (changedFields: any, allFields: any) => void;
11
+ tableRef: any;
12
+ }
13
+ /**
14
+ * 处理table的props
15
+ * 转换title
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const useTableProps: (props: UseTablePropsProps) => {
20
+ title: number | boolean | React.ReactFragment | JSX.Element | (() => React.ReactNode) | null | undefined;
21
+ pagination: {
22
+ total: number;
23
+ current: number;
24
+ pageSize: number;
25
+ size: string;
26
+ showSizeChanger: boolean;
27
+ };
28
+ columns: import("./useColumns").Column[];
29
+ subTitle: number | boolean | React.ReactFragment | JSX.Element | (() => React.ReactNode) | null | undefined;
30
+ buttons: any[] | null;
31
+ filter: JSX.Element | null;
32
+ onRow: (record: any) => any;
33
+ actionButtons: any[] | null;
34
+ titleButtons?: {
35
+ show: boolean;
36
+ maxCount: number;
37
+ items: OperationItem[];
38
+ } | undefined;
39
+ tableButtons?: {
40
+ show: boolean;
41
+ maxCount: number;
42
+ items: OperationItem[];
43
+ } | undefined;
44
+ operation?: {
45
+ /**
46
+ * 处理table的props
47
+ * 转换title
48
+ * @param props
49
+ * @returns
50
+ */
51
+ show: boolean;
52
+ title: string;
53
+ width: number;
54
+ align: "center" | "left" | "right";
55
+ fixed: false | "left" | "right";
56
+ type: "link" | "button";
57
+ items: OperationItem[];
58
+ } | undefined;
59
+ operationContent?: {
60
+ [key: string]: React.ReactNode;
61
+ } | undefined;
62
+ dataSource: import("../../provider/dataSource/DataSourceContext").DataSourceType;
63
+ search?: {
64
+ show: boolean;
65
+ placeholder: string;
66
+ } | undefined;
67
+ __designMode: string;
68
+ componentId: string;
69
+ clickToDetail?: {
70
+ show: boolean;
71
+ useCustomAction: boolean;
72
+ actionType: string;
73
+ openMode: "modal" | "drawer";
74
+ openContentSize: "small" | "middle" | "large";
75
+ openTitle: string;
76
+ key: string;
77
+ } | undefined;
78
+ filterBy?: Record<string, any> | undefined;
79
+ sortBy: string;
80
+ tabs?: {
81
+ show: boolean;
82
+ type: string;
83
+ items: {
84
+ name: string;
85
+ filterBy: Record<string, any>;
86
+ sortBy: string;
87
+ }[];
88
+ } | undefined;
89
+ onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
90
+ onDeleteFinish?: ((record: Record<string, any>) => void) | undefined;
91
+ extraParams?: {
92
+ list?: Record<string, any> | undefined;
93
+ get?: Record<string, any> | undefined;
94
+ update?: Record<string, any> | undefined;
95
+ create?: Record<string, any> | undefined;
96
+ destroy?: Record<string, any> | undefined;
97
+ } | undefined;
98
+ };
99
+ export default useTableProps;
@@ -0,0 +1,80 @@
1
+ /// <reference types="react" />
2
+ import { ColumnType } from 'antd/es/table';
3
+ import { DataSourceType } from '../provider/dataSource/DataSourceContext';
4
+ export declare type OperationItem = {
5
+ label?: string;
6
+ openMode: 'modal' | 'drawer' | 'custom';
7
+ openContentSize: 'small' | 'middle' | 'large';
8
+ openTitle: string;
9
+ actionType: 'detail' | 'edit' | 'delete' | 'custom';
10
+ key: string;
11
+ buttonProps?: any;
12
+ onClick?: (record: any) => void;
13
+ afterClose?: () => void;
14
+ };
15
+ export interface DataSourceTableProps {
16
+ title?: string | React.ReactNode | (() => React.ReactNode);
17
+ subTitle?: string | React.ReactNode | (() => React.ReactNode);
18
+ titleButtons?: {
19
+ show: boolean;
20
+ maxCount: number;
21
+ items: OperationItem[];
22
+ };
23
+ tableButtons?: {
24
+ show: boolean;
25
+ maxCount: number;
26
+ items: OperationItem[];
27
+ };
28
+ buttons?: any[];
29
+ operation?: {
30
+ show: boolean;
31
+ title: string;
32
+ width: number;
33
+ align: 'left' | 'center' | 'right';
34
+ fixed: 'left' | 'right' | false;
35
+ type: 'link' | 'button';
36
+ items: OperationItem[];
37
+ };
38
+ operationContent?: {
39
+ [key: string]: React.ReactNode;
40
+ };
41
+ dataSource: DataSourceType;
42
+ columns: ColumnType<any>[];
43
+ filter: any;
44
+ search?: {
45
+ show: boolean;
46
+ placeholder: string;
47
+ };
48
+ __designMode: string;
49
+ componentId: string;
50
+ clickToDetail?: {
51
+ show: boolean;
52
+ useCustomAction: boolean;
53
+ actionType: string;
54
+ openMode: 'modal' | 'drawer';
55
+ openContentSize: 'small' | 'middle' | 'large';
56
+ openTitle: string;
57
+ key: string;
58
+ };
59
+ onRow?: any;
60
+ filterBy?: Record<string, any>;
61
+ sortBy: string;
62
+ tabs?: {
63
+ show: boolean;
64
+ type: string;
65
+ items: {
66
+ name: string;
67
+ filterBy: Record<string, any>;
68
+ sortBy: string;
69
+ }[];
70
+ };
71
+ onValuesChange?: (changedValues: any, values: any) => void;
72
+ onDeleteFinish?: (record: Record<string, any>) => void;
73
+ extraParams?: {
74
+ list?: Record<string, any>;
75
+ get?: Record<string, any>;
76
+ update?: Record<string, any>;
77
+ create?: Record<string, any>;
78
+ destroy?: Record<string, any>;
79
+ };
80
+ }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DataSourceContextProps } from '../provider/dataSource/DataSourceContext';
2
3
  declare const DataSourceWrapper: (props: DataSourceContextProps) => JSX.Element;
3
4
  export default DataSourceWrapper;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { InputProps } from 'antd';
3
+ import { ModeType } from "../../dataSourceForm/type";
4
+ declare type PhoneValue = string | {
5
+ phone: string;
6
+ countryCallingCode: string;
7
+ };
8
+ export interface PhoneInputProps extends Omit<InputProps, 'value' | 'onChange'> {
9
+ renderMode: ModeType;
10
+ value?: PhoneValue;
11
+ onChange?: (value: PhoneValue) => void;
12
+ returnFormat?: 'string' | 'object';
13
+ inputRef?: any;
14
+ }
15
+ declare const MobileNumberInputWithMode: React.FC<PhoneInputProps & import("../../dataSourceForm/utils").WithModeProps>;
16
+ export default MobileNumberInputWithMode;
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { InputProps } from 'antd';
3
+ import { ModeType } from "../../dataSourceForm/type";
4
+ declare type PhoneValue = string | {
5
+ phone: string;
6
+ countryCallingCode: string;
7
+ };
8
+ export interface PhoneInputProps extends Omit<InputProps, 'value' | 'onChange'> {
9
+ renderMode: ModeType;
10
+ value?: PhoneValue;
11
+ onChange?: (value: PhoneValue) => void;
12
+ returnFormat?: 'string' | 'object';
13
+ inputRef?: any;
14
+ }
15
+ declare const PhoneNumberInputWithMode: React.FC<PhoneInputProps & import("../../dataSourceForm/utils").WithModeProps>;
16
+ export default PhoneNumberInputWithMode;
@@ -0,0 +1,25 @@
1
+ /**
2
+ * 获取nocobase数据列表
3
+ */
4
+ export declare const getCountryDataList: () => Promise<any>;
5
+ export declare const getShopCountryDataList: (locale?: any) => Promise<any>;
6
+ export interface Country {
7
+ id: number;
8
+ name: {
9
+ en: string;
10
+ "zh-CN": string;
11
+ "zh-HK": string;
12
+ original: string;
13
+ };
14
+ code: string;
15
+ calling_code: string;
16
+ currency_code: string;
17
+ sort: number;
18
+ status: string;
19
+ created_at: string;
20
+ updated_at: string;
21
+ prefix: string;
22
+ }
23
+ export declare const useCountries: () => {
24
+ data: Country[];
25
+ };
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  declare const Subdomain: React.FC<import("antd").InputProps & {
3
3
  onChange: (value: string) => void;
4
4
  onBlur?: ((e: React.FocusEvent<HTMLInputElement, Element>) => void) | undefined;
5
- rootDomain: "custom" | "xzero" | "saas";
5
+ rootDomain: "custom" | "saas" | "xzero";
6
6
  customDomain?: string | undefined;
7
7
  value?: string | undefined;
8
8
  tenantId: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const SelectWithDataSource: (props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../../dataSourceForm/utils").WithModeProps & import("../../dataSourceForm/utils").WithFormItemProps & {
2
3
  options?: any;
3
4
  optionSourceType?: "default" | "custom" | "api" | undefined;
@@ -15,4 +15,4 @@ export declare const getFileMetadataParams: (file: RcFile & {
15
15
  metadata?: MediaMetadata;
16
16
  }) => Record<string, any>;
17
17
  export declare const isValueEqual: (value: any, fileListValue: any) => boolean;
18
- export declare const getBaseTime: (size: number) => 1000 | 2000 | 4000 | 8000;
18
+ export declare const getBaseTime: (size: number) => 2000 | 1000 | 4000 | 8000;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const formFieldMap: {
2
3
  FormItemCheckbox: import("react").FC<{}> & {
3
4
  Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
@@ -19,7 +20,7 @@ declare const formFieldMap: {
19
20
  Subdomain: import("react").FC<import("antd").InputProps & {
20
21
  onChange: (value: string) => void;
21
22
  onBlur?: ((e: import("react").FocusEvent<HTMLInputElement, Element>) => void) | undefined;
22
- rootDomain: "custom" | "xzero" | "saas";
23
+ rootDomain: "custom" | "saas" | "xzero";
23
24
  customDomain?: string | undefined;
24
25
  value?: string | undefined;
25
26
  tenantId: string;
@@ -59,11 +60,7 @@ declare const formFieldMap: {
59
60
  FormItemTranslation: import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
60
61
  FormItemIconSelect: import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
61
62
  };
62
- declare const getFieldComponent: (fieldComponent: string) => import("react").FC<import("./Upload/type").UploadProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<{}> & {
63
- Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
64
- } & {
65
- Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
66
- }) | import("react").FC<import("./ColorPicker/type").ColorPickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<(import("antd").DatePickerProps & import("../dataSourceForm/utils").WithModeProps) & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<import("./Input/type").InputProps> & {
63
+ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<any> | import("react").FC<import("./Input.Mobile/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Phone/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<import("./Input/type").InputProps> & {
67
64
  JSON: import("react").FC<any>;
68
65
  Password: import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
69
66
  TextArea: import("react").FC<import("antd/es/input").TextAreaProps & import("react").RefAttributes<import("antd/es/input/TextArea").TextAreaRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
@@ -76,14 +73,20 @@ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
76
73
  Subdomain: import("react").FC<import("antd").InputProps & {
77
74
  onChange: (value: string) => void;
78
75
  onBlur?: ((e: import("react").FocusEvent<HTMLInputElement, Element>) => void) | undefined;
79
- rootDomain: "custom" | "xzero" | "saas";
76
+ rootDomain: "custom" | "saas" | "xzero";
80
77
  customDomain?: string | undefined;
81
78
  value?: string | undefined;
82
79
  tenantId: string;
83
80
  name?: string | undefined;
84
81
  fieldKey?: string | undefined;
85
82
  } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
86
- }) | (import("react").FC<{}> & {
83
+ }) | import("react").FC<import("./TimePicker/type").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps> | (import("react").FC<{}> & {
84
+ Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
85
+ } & {
86
+ Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
87
+ }) | import("react").FC<import("./ColorPicker/type").ColorPickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<(import("antd").DatePickerProps & import("../dataSourceForm/utils").WithModeProps) & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & {
88
+ onChange: (value: string) => void;
89
+ } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps> | (import("react").FC<{}> & {
87
90
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
88
91
  } & {
89
92
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
@@ -95,7 +98,5 @@ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
95
98
  extraParams?: Record<string, any> | undefined;
96
99
  } & {
97
100
  dataSource?: any;
98
- }) => JSX.Element) | import("react").FC<any> | import("react").FC<import("./TimePicker/type").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Phone/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Input.Mobile/WithMode").PhoneInputProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & {
99
- onChange: (value: string) => void;
100
- } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").InputProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps> | import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps> | import("react").FC<import("./DateRangePicker/type").DateRangePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
101
+ }) => JSX.Element) | import("react").FC<import("./DateRangePicker/type").DateRangePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Upload/type").UploadProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
101
102
  export { getFieldComponent, formFieldMap };
@@ -0,0 +1,18 @@
1
+ import './index.less';
2
+ import { ValueProps, SortType } from '../types';
3
+ declare type IdType = string | number;
4
+ declare type TreeItemProps = {
5
+ id: string | number;
6
+ key: string | number;
7
+ item: ValueProps | any;
8
+ depth: number;
9
+ lists: any[];
10
+ childrenProps?: SortType;
11
+ sensors?: any;
12
+ expandedKeys?: IdType[];
13
+ setExpandedKeys?: any;
14
+ onSelectKeys?: (ids: IdType) => void;
15
+ onChange?: (value: any[]) => void;
16
+ };
17
+ declare const TreeItem: (props: TreeItemProps) => JSX.Element;
18
+ export default TreeItem;
@@ -0,0 +1,3 @@
1
+ import { SortType } from './types';
2
+ declare const DragSortTree: (props: SortType) => JSX.Element;
3
+ export default DragSortTree;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const HardwareErrorTipDemo: React.FC;
3
+ export default HardwareErrorTipDemo;
@@ -0,0 +1,28 @@
1
+ import './index.less';
2
+ declare const DEVICE_TYPE_MAP: {
3
+ readonly printer: any;
4
+ readonly barcode_scanner: any;
5
+ readonly cds: any;
6
+ readonly kds: any;
7
+ readonly display: any;
8
+ readonly card_reader: any;
9
+ readonly till: any;
10
+ readonly scale: any;
11
+ };
12
+ export interface ErrorCardData {
13
+ error_level: 0 | 1 | 2 | 3;
14
+ error_message: string;
15
+ error_code: string;
16
+ time: string;
17
+ device: {
18
+ device_type: keyof typeof DEVICE_TYPE_MAP;
19
+ device_name: string;
20
+ device_idfa: string;
21
+ };
22
+ }
23
+ interface IErrorCardProps {
24
+ data: ErrorCardData;
25
+ onClose?: () => void;
26
+ }
27
+ declare const ErrorCard: (props: IErrorCardProps) => JSX.Element | null;
28
+ export default ErrorCard;
@@ -0,0 +1,12 @@
1
+ import './index.less';
2
+ export declare type StatisticsData = {
3
+ fatal: number;
4
+ critical: number;
5
+ normal: number;
6
+ info: number;
7
+ };
8
+ interface IStatisticsProps {
9
+ data: StatisticsData;
10
+ }
11
+ declare const Statistics: (props: IStatisticsProps) => JSX.Element;
12
+ export default Statistics;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { type StatisticsData } from './errorTipStatistics';
3
+ import { type ErrorCardData } from './errorCard';
4
+ import { type LogCardData } from './logCard';
5
+ import './index.less';
6
+ interface HardwareErrorTipProps {
7
+ statistics: StatisticsData;
8
+ errors?: ErrorCardData[];
9
+ logs?: LogCardData[];
10
+ onExportLogs?: (logs: any) => void;
11
+ onCloseError?: (error: ErrorCardData, index?: number) => void;
12
+ onTabChange?: (activeTab: string) => void;
13
+ activeTab?: string;
14
+ isLoadingErrors?: boolean;
15
+ isLoadingLogs?: boolean;
16
+ style?: React.CSSProperties;
17
+ }
18
+ declare const HardwareErrorTip: React.FC<HardwareErrorTipProps>;
19
+ export default HardwareErrorTip;
@@ -0,0 +1,27 @@
1
+ import './index.less';
2
+ declare const DEVICE_TYPE_MAP: {
3
+ readonly printer: any;
4
+ readonly barcode_scanner: any;
5
+ readonly cds: any;
6
+ readonly kds: any;
7
+ readonly display: any;
8
+ readonly card_reader: any;
9
+ readonly till: any;
10
+ readonly scale: any;
11
+ };
12
+ export interface LogCardData {
13
+ log_level: 0 | 1 | 2;
14
+ message: string;
15
+ time: string;
16
+ device: {
17
+ device_type: keyof typeof DEVICE_TYPE_MAP;
18
+ device_name: string;
19
+ device_idfa: string;
20
+ };
21
+ data?: string;
22
+ }
23
+ interface ILogCardProps {
24
+ data: LogCardData;
25
+ }
26
+ declare const LogCard: (props: ILogCardProps) => JSX.Element;
27
+ export default LogCard;
@@ -0,0 +1,28 @@
1
+ export declare const prefix = "pisell-lowcode";
2
+ export declare const ErrorTypeTheme: {
3
+ readonly fatal: {
4
+ readonly iconColor: "#cf1322";
5
+ readonly backgroundColor: "#fff1f0";
6
+ readonly shadowColor: "#ffa39e";
7
+ readonly badgeColor: "#fee2e1";
8
+ };
9
+ readonly critical: {
10
+ readonly iconColor: "#d4380d";
11
+ readonly backgroundColor: "#fff2e8";
12
+ readonly shadowColor: "#ffbb96";
13
+ readonly badgeColor: "#ffedd5";
14
+ };
15
+ readonly normal: {
16
+ readonly iconColor: "#0958d9";
17
+ readonly backgroundColor: "#e6f4ff";
18
+ readonly shadowColor: "#91caff";
19
+ readonly badgeColor: "#d2eafd";
20
+ };
21
+ readonly info: {
22
+ readonly iconColor: "#389e0d";
23
+ readonly backgroundColor: "#f6ffed";
24
+ readonly shadowColor: "#b7eb8f";
25
+ readonly badgeColor: "#dcfce7";
26
+ };
27
+ };
28
+ export declare const errorTypes: any[];
@@ -0,0 +1,8 @@
1
+ import { IconComponentProps } from '@ant-design/icons/es/components/Icon';
2
+ import React from 'react';
3
+ interface IconFontProps extends IconComponentProps {
4
+ type: string;
5
+ onClick?: React.MouseEventHandler<HTMLSpanElement>;
6
+ }
7
+ declare const IconFont: React.FC<IconFontProps>;
8
+ export default IconFont;