@pisell/materials 1.0.889 → 1.0.891

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 (227) 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 +164 -148
  7. package/build/lowcode/render/default/view.js +38 -24
  8. package/build/lowcode/view.js +38 -24
  9. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
  10. package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
  11. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -3
  12. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
  13. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
  14. package/es/components/dataSourceComponents/fields/Select/index.d.ts +0 -1
  15. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
  16. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  17. package/es/components/dataSourceComponents/fields/index.d.ts +18 -19
  18. package/es/components/date-picker/datePickerCpt.d.ts +0 -1
  19. package/es/components/list/index.d.ts +0 -1
  20. package/es/components/lowCodePage/index.d.ts +0 -1
  21. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  22. package/es/components/pisellCardList/index.js +3 -1
  23. package/es/components/pisellCheckboxGroup/index.js +15 -1
  24. package/es/components/pisellInput/components/Copy/index.d.ts +0 -1
  25. package/es/components/pisellLoading/index.d.ts +0 -1
  26. package/es/components/productCard/components/AmountFooter/index.d.ts +0 -1
  27. package/es/components/productCard/components/Header/EditButton/index.d.ts +0 -1
  28. package/es/components/productCard/components/Note/index.d.ts +0 -1
  29. package/es/components/productCard/components/Packages/index.d.ts +0 -1
  30. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  31. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
  32. package/es/components/qrcode/index.d.ts +0 -1
  33. package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  34. package/es/components/table/BasicTable/index.d.ts +0 -1
  35. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  36. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  37. package/es/components/table/Table/fields/date/Show/index.d.ts +0 -1
  38. package/es/components/table/Table/fields/image/index.d.ts +0 -1
  39. package/es/components/table/Table/fields/index.d.ts +2 -2
  40. package/es/components/table/Table/fields/link/Show/index.d.ts +0 -1
  41. package/es/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  42. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  43. package/es/components/table/Table/fields/select/index.d.ts +0 -1
  44. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  45. package/es/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  46. package/es/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
  47. package/es/components/table/View/index.d.ts +0 -1
  48. package/es/utils/index.d.ts +1 -1
  49. package/es/utils/platform.d.ts +1 -1
  50. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +0 -1
  51. package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +0 -1
  52. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -3
  53. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +0 -1
  54. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +0 -1
  55. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +0 -1
  56. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +0 -1
  57. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  58. package/lib/components/dataSourceComponents/fields/index.d.ts +18 -19
  59. package/lib/components/date-picker/datePickerCpt.d.ts +0 -1
  60. package/lib/components/list/index.d.ts +0 -1
  61. package/lib/components/lowCodePage/index.d.ts +0 -1
  62. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +0 -1
  63. package/lib/components/pisellCardList/index.js +3 -1
  64. package/lib/components/pisellCheckboxGroup/index.js +16 -0
  65. package/lib/components/pisellInput/components/Copy/index.d.ts +0 -1
  66. package/lib/components/pisellLoading/index.d.ts +0 -1
  67. package/lib/components/productCard/components/AmountFooter/index.d.ts +0 -1
  68. package/lib/components/productCard/components/Header/EditButton/index.d.ts +0 -1
  69. package/lib/components/productCard/components/Note/index.d.ts +0 -1
  70. package/lib/components/productCard/components/Packages/index.d.ts +0 -1
  71. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  72. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +0 -1
  73. package/lib/components/qrcode/index.d.ts +0 -1
  74. package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +0 -1
  75. package/lib/components/table/BasicTable/index.d.ts +0 -1
  76. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +0 -1
  77. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  78. package/lib/components/table/Table/fields/date/Show/index.d.ts +0 -1
  79. package/lib/components/table/Table/fields/image/index.d.ts +0 -1
  80. package/lib/components/table/Table/fields/index.d.ts +2 -2
  81. package/lib/components/table/Table/fields/link/Show/index.d.ts +0 -1
  82. package/lib/components/table/Table/fields/pSwitch/index.d.ts +0 -1
  83. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  84. package/lib/components/table/Table/fields/select/index.d.ts +0 -1
  85. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  86. package/lib/components/table/Table/fields/treeSelect/index.d.ts +0 -1
  87. package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +0 -1
  88. package/lib/components/table/View/index.d.ts +0 -1
  89. package/lib/utils/index.d.ts +1 -1
  90. package/lib/utils/platform.d.ts +1 -1
  91. package/package.json +2 -2
  92. package/es/components/appVersionControl/index.d.ts +0 -4
  93. package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
  94. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -56
  95. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -39
  96. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -99
  97. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -80
  98. package/es/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +0 -16
  99. package/es/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +0 -16
  100. package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -25
  101. package/es/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
  102. package/es/components/drag-sort-tree/index.d.ts +0 -3
  103. package/es/components/hardwareErrorTip/demo.d.ts +0 -3
  104. package/es/components/hardwareErrorTip/errorCard/index.d.ts +0 -28
  105. package/es/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -12
  106. package/es/components/hardwareErrorTip/index.d.ts +0 -19
  107. package/es/components/hardwareErrorTip/logCard/index.d.ts +0 -27
  108. package/es/components/hardwareErrorTip/types.d.ts +0 -44
  109. package/es/components/login-and-register/index.d.ts +0 -82
  110. package/es/components/pisell-config-provider/index.d.ts +0 -12
  111. package/es/components/pisellAdjustPrice/index.d.ts +0 -5
  112. package/es/components/pisellCardList/index.d.ts +0 -73
  113. package/es/components/pisellCheckboxGroup/index.d.ts +0 -36
  114. package/es/components/pisellEmpty/index.d.ts +0 -19
  115. package/es/components/pisellGoodPassCard/index.d.ts +0 -50
  116. package/es/components/pisellToast/index.d.ts +0 -16
  117. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  118. package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  119. package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
  120. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -27
  121. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
  122. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  123. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -11
  124. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  125. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  126. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
  127. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -4
  128. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -7
  129. package/es/components/productCard/cartSkuCard/index.d.ts +0 -11
  130. package/es/components/productCard/components/Header/Actions/index.d.ts +0 -3
  131. package/es/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  132. package/es/components/productCard/components/Header/index.d.ts +0 -4
  133. package/es/components/productCard/components/Sales/index.d.ts +0 -4
  134. package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
  135. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  136. package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -18
  137. package/es/components/productCard/components/Time/index.d.ts +0 -3
  138. package/es/components/productCard/index.d.ts +0 -7
  139. package/es/components/table/Actions/component/ExportImport/index.d.ts +0 -7
  140. package/es/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  141. package/es/components/table/Gallery/index.d.ts +0 -5
  142. package/es/components/table/Table/index.d.ts +0 -4
  143. package/es/components/table/Table/utils.d.ts +0 -173
  144. package/es/components/table/hooks/useTableSetting.d.ts +0 -22
  145. package/es/components/table/hooks/useTransDataSource.d.ts +0 -12
  146. package/es/components/table/types.d.ts +0 -253
  147. package/es/components/translation/index.d.ts +0 -15
  148. package/es/components/versionModal/index.d.ts +0 -24
  149. package/es/components/virtual-keyboard/Amount/index.d.ts +0 -6
  150. package/es/components/virtual-keyboard/Amount/types.d.ts +0 -44
  151. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -21
  152. package/es/components/virtual-keyboard/Number/index.d.ts +0 -6
  153. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  154. package/es/components/virtual-keyboard/index.d.ts +0 -25
  155. package/es/components/walletCard/index.d.ts +0 -71
  156. package/es/index.d.ts +0 -142
  157. package/es/locales/en-US.d.ts +0 -313
  158. package/es/locales/zh-CN.d.ts +0 -308
  159. package/es/locales/zh-TW.d.ts +0 -308
  160. package/lib/components/appVersionControl/index.d.ts +0 -4
  161. package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +0 -3
  162. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -56
  163. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -39
  164. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +0 -99
  165. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +0 -80
  166. package/lib/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +0 -16
  167. package/lib/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +0 -16
  168. package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +0 -25
  169. package/lib/components/drag-sort-tree/TreeItem/index.d.ts +0 -18
  170. package/lib/components/drag-sort-tree/index.d.ts +0 -3
  171. package/lib/components/hardwareErrorTip/demo.d.ts +0 -3
  172. package/lib/components/hardwareErrorTip/errorCard/index.d.ts +0 -28
  173. package/lib/components/hardwareErrorTip/errorTipStatistics/index.d.ts +0 -12
  174. package/lib/components/hardwareErrorTip/index.d.ts +0 -19
  175. package/lib/components/hardwareErrorTip/logCard/index.d.ts +0 -27
  176. package/lib/components/hardwareErrorTip/types.d.ts +0 -44
  177. package/lib/components/login-and-register/index.d.ts +0 -82
  178. package/lib/components/pisell-config-provider/index.d.ts +0 -12
  179. package/lib/components/pisellAdjustPrice/index.d.ts +0 -5
  180. package/lib/components/pisellCardList/index.d.ts +0 -73
  181. package/lib/components/pisellCheckboxGroup/index.d.ts +0 -36
  182. package/lib/components/pisellEmpty/index.d.ts +0 -19
  183. package/lib/components/pisellGoodPassCard/index.d.ts +0 -50
  184. package/lib/components/pisellToast/index.d.ts +0 -16
  185. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -4
  186. package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -4
  187. package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -4
  188. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -27
  189. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -3
  190. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +0 -4
  191. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -11
  192. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
  193. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +0 -4
  194. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -13
  195. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -4
  196. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +0 -7
  197. package/lib/components/productCard/cartSkuCard/index.d.ts +0 -11
  198. package/lib/components/productCard/components/Header/Actions/index.d.ts +0 -3
  199. package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +0 -3
  200. package/lib/components/productCard/components/Header/index.d.ts +0 -4
  201. package/lib/components/productCard/components/Sales/index.d.ts +0 -4
  202. package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +0 -3
  203. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +0 -14
  204. package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +0 -18
  205. package/lib/components/productCard/components/Time/index.d.ts +0 -3
  206. package/lib/components/productCard/index.d.ts +0 -7
  207. package/lib/components/table/Actions/component/ExportImport/index.d.ts +0 -7
  208. package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +0 -14
  209. package/lib/components/table/Gallery/index.d.ts +0 -5
  210. package/lib/components/table/Table/index.d.ts +0 -4
  211. package/lib/components/table/Table/utils.d.ts +0 -173
  212. package/lib/components/table/hooks/useTableSetting.d.ts +0 -22
  213. package/lib/components/table/hooks/useTransDataSource.d.ts +0 -12
  214. package/lib/components/table/types.d.ts +0 -253
  215. package/lib/components/translation/index.d.ts +0 -15
  216. package/lib/components/versionModal/index.d.ts +0 -24
  217. package/lib/components/virtual-keyboard/Amount/index.d.ts +0 -6
  218. package/lib/components/virtual-keyboard/Amount/types.d.ts +0 -44
  219. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +0 -21
  220. package/lib/components/virtual-keyboard/Number/index.d.ts +0 -6
  221. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +0 -13
  222. package/lib/components/virtual-keyboard/index.d.ts +0 -25
  223. package/lib/components/walletCard/index.d.ts +0 -71
  224. package/lib/index.d.ts +0 -142
  225. package/lib/locales/en-US.d.ts +0 -313
  226. package/lib/locales/zh-CN.d.ts +0 -308
  227. package/lib/locales/zh-TW.d.ts +0 -308
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { InputProps, ButtonProps } from 'antd';
3
2
  import { PisellContextType } from "../../../pisell-config-provider/context";
4
3
  export interface CopyProps extends InputProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { SpinProps } from 'antd';
3
2
  import './index.less';
4
3
  declare type MaskType = {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Footer: ({ item, hideDivider, type, isOnlyTotal }: any) => JSX.Element;
4
3
  export default Footer;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const EditButton: ({ onEdit }: any) => JSX.Element;
4
3
  export default EditButton;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Note: (props: any) => JSX.Element | null;
4
3
  export default Note;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Packages: ({ item, isShowPackageNote }: any) => JSX.Element | null;
4
3
  export default Packages;
@@ -17,4 +17,4 @@ export declare const minusSign: (item: any, type?: string) => "" | "-";
17
17
  * @Author: WangHan
18
18
  * @Date: 2024-11-22 10:58
19
19
  */
20
- export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => string | number;
20
+ export declare const _formatAmount: (price?: number, amountSymbol?: string, digit?: number) => any;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const SelectHolderMultiple: ({ lists, value, onChange, holderMode, isShowAddHolderButton, onAddHolder, addHolderButtonText, onClearHolder, isErrorHolder, allowClear, holderMaxCount, }: any) => JSX.Element;
3
2
  export default SelectHolderMultiple;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const QRCode: (props: any) => JSX.Element;
3
2
  export default QRCode;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare type ColumnsSettingProps = {
3
2
  value?: Record<string, any>[];
4
3
  onChange?: (val: Record<string, any>[]) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TableProps } from 'antd';
3
2
  declare const BasicTable: (props: TableProps<any>) => JSX.Element;
4
3
  export default BasicTable;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare type RenderFieldsProps = {
4
3
  fields: string[];
@@ -1,5 +1,5 @@
1
1
  declare const useGapSize: (gap: number | number[]) => {
2
- horizontal: number;
3
- vertical: number;
2
+ horizontal: any;
3
+ vertical: any;
4
4
  };
5
5
  export default useGapSize;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  field: {
4
3
  field_icon: string;
@@ -198,12 +198,12 @@ export declare const fieldList: ({
198
198
  field_icon: string;
199
199
  field_name: string;
200
200
  field_type: string;
201
- default_value: boolean;
201
+ default_value: string;
202
202
  } | {
203
203
  field_icon: string;
204
204
  field_name: string;
205
205
  field_type: string;
206
- default_value: string;
206
+ default_value: boolean;
207
207
  } | {
208
208
  field_icon: string;
209
209
  field_name: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FieldPropsType } from "../../types";
3
2
  declare const Show: (props: FieldPropsType) => JSX.Element;
4
3
  export default Show;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  field: {
4
3
  field_icon: string;
@@ -2,4 +2,4 @@ export default function ({ value, key, item, }: {
2
2
  value: string | string[];
3
3
  key: string | string[];
4
4
  item: Record<string, any>;
5
- }): boolean;
5
+ }): any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -2,4 +2,4 @@ export default function ({ value, key, item, }: {
2
2
  value: string | string[] | Record<string, any>[];
3
3
  key: string | string[];
4
4
  item: Record<string, any>;
5
- }): boolean;
5
+ }): any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import filter from "./filterUtil";
3
2
  declare const _default: {
4
3
  field: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import "./index.less";
3
2
  declare const SortRow: ({ children, rowKey, onSortChange }: any) => JSX.Element;
4
3
  export default SortRow;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { GridViewProps } from '../types';
3
2
  declare const View: (props: GridViewProps & {
4
3
  setTableSetting: (values: Record<string, any>) => void;
@@ -1,4 +1,4 @@
1
1
  export declare const isBrowser: boolean;
2
- export declare const getCssNumber: (val: string | number) => string;
2
+ export declare const getCssNumber: (val: string | number) => string | number;
3
3
  export declare function uuid(): string;
4
4
  export * from './mergeWith';
@@ -1 +1 @@
1
- export declare const isMobile: () => boolean;
1
+ export declare const isMobile: () => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.889",
3
+ "version": "1.0.891",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -73,8 +73,8 @@
73
73
  "styled-components": "^6.0.0-rc.3",
74
74
  "swiper": "^8.4.7",
75
75
  "vod-js-sdk-v6": "^1.4.11",
76
- "@pisell/date-picker": "1.0.122",
77
76
  "@pisell/utils": "1.0.50",
77
+ "@pisell/date-picker": "1.0.122",
78
78
  "@pisell/icon": "0.0.10"
79
79
  },
80
80
  "peerDependencies": {
@@ -1,4 +0,0 @@
1
- import { AppVersionControlProps } from './types';
2
- import './index.less';
3
- declare const AppVersionControl: (props: AppVersionControlProps) => JSX.Element;
4
- export default AppVersionControl;
@@ -1,3 +0,0 @@
1
- import './index.less';
2
- declare const _default: any;
3
- export default _default;
@@ -1,56 +0,0 @@
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?: "custom" | "default" | "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,39 +0,0 @@
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;
@@ -1,99 +0,0 @@
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 | JSX.Element | React.ReactFragment | (() => 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 | JSX.Element | React.ReactFragment | (() => 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: "button" | "link";
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" | "large" | "middle";
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;
@@ -1,80 +0,0 @@
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,16 +0,0 @@
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;
@@ -1,16 +0,0 @@
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;
@@ -1,25 +0,0 @@
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
- };
@@ -1,18 +0,0 @@
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;
@@ -1,3 +0,0 @@
1
- import { SortType } from './types';
2
- declare const DragSortTree: (props: SortType) => JSX.Element;
3
- export default DragSortTree;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const HardwareErrorTipDemo: React.FC;
3
- export default HardwareErrorTipDemo;
@@ -1,28 +0,0 @@
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;
@@ -1,12 +0,0 @@
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;
@@ -1,19 +0,0 @@
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;