@pisell/materials 1.0.902 → 1.0.903

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 (161) 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 +145 -145
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +17 -17
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +18 -18
  11. package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
  12. package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  13. package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
  14. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  15. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +1 -0
  16. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  17. package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -0
  18. package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -0
  19. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  20. package/es/components/dataSourceComponents/fields/Select/index.d.ts +2 -1
  21. package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
  22. package/es/components/dataSourceComponents/fields/index.d.ts +10 -10
  23. package/es/components/date-picker/datePickerCpt.d.ts +1 -0
  24. package/es/components/date-picker/index.d.ts +1 -0
  25. package/es/components/filter/index.d.ts +1 -0
  26. package/es/components/list/index.d.ts +1 -0
  27. package/es/components/lowCodePage/index.d.ts +1 -0
  28. package/es/components/page/index.d.ts +1 -0
  29. package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  30. package/es/components/pisellAdjustPrice/index.d.ts +1 -0
  31. package/es/components/pisellInput/components/Copy/index.d.ts +1 -0
  32. package/es/components/pisellInput/index.d.ts +1 -0
  33. package/es/components/pisellLoading/index.d.ts +1 -0
  34. package/es/components/pisellModal/components/IpadModal/index.d.ts +1 -0
  35. package/es/components/pisellModal/components/MobileModal/index.d.ts +1 -0
  36. package/es/components/pisellModal/components/index.d.ts +1 -0
  37. package/es/components/pisellWalletPassCard/index.js +38 -11
  38. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.js +5 -1
  39. package/es/components/productCard/cartSkuCard/components/discountReason/index.js +1 -1
  40. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  41. package/es/components/productCard/cartSkuCard/index.js +0 -2
  42. package/es/components/productCard/components/AmountFooter/index.d.ts +1 -0
  43. package/es/components/productCard/components/Header/EditButton/index.d.ts +1 -0
  44. package/es/components/productCard/components/MultiDay/index.d.ts +1 -0
  45. package/es/components/productCard/components/Note/index.d.ts +1 -0
  46. package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  47. package/es/components/productCard/components/Packages/components/options/index.d.ts +1 -0
  48. package/es/components/productCard/components/Packages/index.d.ts +1 -0
  49. package/es/components/productCard/components/Packages/utils.d.ts +1 -1
  50. package/es/components/productCard/components/Sales/index.d.ts +1 -0
  51. package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -0
  52. package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  53. package/es/components/qrcode/index.d.ts +1 -0
  54. package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
  55. package/es/components/table/Table/SelectField/index.d.ts +1 -0
  56. package/es/components/table/Table/fields/date/Show/index.d.ts +1 -0
  57. package/es/components/table/Table/fields/date/index.d.ts +1 -0
  58. package/es/components/table/Table/fields/image/Show/index.d.ts +1 -0
  59. package/es/components/table/Table/fields/index.d.ts +3 -2
  60. package/es/components/table/Table/fields/link/Show/index.d.ts +1 -0
  61. package/es/components/table/Table/fields/link/index.d.ts +1 -0
  62. package/es/components/table/Table/fields/number/Show/index.d.ts +1 -0
  63. package/es/components/table/Table/fields/number/index.d.ts +1 -0
  64. package/es/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
  65. package/es/components/table/Table/fields/numberRange/index.d.ts +1 -0
  66. package/es/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  67. package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
  68. package/es/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  69. package/es/components/table/Table/fields/search/Show/index.d.ts +1 -0
  70. package/es/components/table/Table/fields/search/index.d.ts +1 -0
  71. package/es/components/table/Table/fields/select/index.d.ts +1 -0
  72. package/es/components/table/Table/fields/text/Show/index.d.ts +1 -0
  73. package/es/components/table/Table/fields/text/index.d.ts +1 -0
  74. package/es/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  75. package/es/components/table/Table/utils.d.ts +1 -1
  76. package/es/components/versionSelect/index.d.ts +1 -0
  77. package/es/components/virtual-keyboard/Amount/index.d.ts +1 -0
  78. package/es/components/virtual-keyboard/Number/index.d.ts +1 -0
  79. package/es/locales/en-US.d.ts +2 -0
  80. package/es/locales/en-US.js +3 -1
  81. package/es/locales/zh-CN.d.ts +2 -0
  82. package/es/locales/zh-CN.js +3 -1
  83. package/es/locales/zh-TW.d.ts +2 -0
  84. package/es/locales/zh-TW.js +3 -1
  85. package/es/utils/platform.d.ts +1 -1
  86. package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
  87. package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +1 -1
  88. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -0
  89. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  90. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +1 -0
  91. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +2 -2
  92. package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -0
  93. package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -0
  94. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  95. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +2 -1
  96. package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
  97. package/lib/components/dataSourceComponents/fields/index.d.ts +10 -10
  98. package/lib/components/date-picker/datePickerCpt.d.ts +1 -0
  99. package/lib/components/date-picker/index.d.ts +1 -0
  100. package/lib/components/filter/index.d.ts +1 -0
  101. package/lib/components/list/index.d.ts +1 -0
  102. package/lib/components/lowCodePage/index.d.ts +1 -0
  103. package/lib/components/page/index.d.ts +1 -0
  104. package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
  105. package/lib/components/pisellAdjustPrice/index.d.ts +1 -0
  106. package/lib/components/pisellInput/components/Copy/index.d.ts +1 -0
  107. package/lib/components/pisellInput/index.d.ts +1 -0
  108. package/lib/components/pisellLoading/index.d.ts +1 -0
  109. package/lib/components/pisellModal/components/IpadModal/index.d.ts +1 -0
  110. package/lib/components/pisellModal/components/MobileModal/index.d.ts +1 -0
  111. package/lib/components/pisellModal/components/index.d.ts +1 -0
  112. package/lib/components/pisellWalletPassCard/index.js +28 -10
  113. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.js +1 -1
  114. package/lib/components/productCard/cartSkuCard/components/discountReason/index.js +1 -1
  115. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +1 -1
  116. package/lib/components/productCard/cartSkuCard/index.js +1 -1
  117. package/lib/components/productCard/components/AmountFooter/index.d.ts +1 -0
  118. package/lib/components/productCard/components/Header/EditButton/index.d.ts +1 -0
  119. package/lib/components/productCard/components/MultiDay/index.d.ts +1 -0
  120. package/lib/components/productCard/components/Note/index.d.ts +1 -0
  121. package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
  122. package/lib/components/productCard/components/Packages/components/options/index.d.ts +1 -0
  123. package/lib/components/productCard/components/Packages/index.d.ts +1 -0
  124. package/lib/components/productCard/components/Packages/utils.d.ts +1 -1
  125. package/lib/components/productCard/components/Sales/index.d.ts +1 -0
  126. package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -0
  127. package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
  128. package/lib/components/qrcode/index.d.ts +1 -0
  129. package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
  130. package/lib/components/table/Table/SelectField/index.d.ts +1 -0
  131. package/lib/components/table/Table/fields/date/Show/index.d.ts +1 -0
  132. package/lib/components/table/Table/fields/date/index.d.ts +1 -0
  133. package/lib/components/table/Table/fields/image/Show/index.d.ts +1 -0
  134. package/lib/components/table/Table/fields/index.d.ts +3 -2
  135. package/lib/components/table/Table/fields/link/Show/index.d.ts +1 -0
  136. package/lib/components/table/Table/fields/link/index.d.ts +1 -0
  137. package/lib/components/table/Table/fields/number/Show/index.d.ts +1 -0
  138. package/lib/components/table/Table/fields/number/index.d.ts +1 -0
  139. package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +1 -0
  140. package/lib/components/table/Table/fields/numberRange/index.d.ts +1 -0
  141. package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +1 -0
  142. package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -0
  143. package/lib/components/table/Table/fields/rangePicker/index.d.ts +1 -0
  144. package/lib/components/table/Table/fields/search/Show/index.d.ts +1 -0
  145. package/lib/components/table/Table/fields/search/index.d.ts +1 -0
  146. package/lib/components/table/Table/fields/select/index.d.ts +1 -0
  147. package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -0
  148. package/lib/components/table/Table/fields/text/index.d.ts +1 -0
  149. package/lib/components/table/Table/fields/treeSelect/index.d.ts +1 -0
  150. package/lib/components/table/Table/utils.d.ts +1 -1
  151. package/lib/components/versionSelect/index.d.ts +1 -0
  152. package/lib/components/virtual-keyboard/Amount/index.d.ts +1 -0
  153. package/lib/components/virtual-keyboard/Number/index.d.ts +1 -0
  154. package/lib/locales/en-US.d.ts +2 -0
  155. package/lib/locales/en-US.js +3 -1
  156. package/lib/locales/zh-CN.d.ts +2 -0
  157. package/lib/locales/zh-CN.js +3 -1
  158. package/lib/locales/zh-TW.d.ts +2 -0
  159. package/lib/locales/zh-TW.js +3 -1
  160. package/lib/utils/platform.d.ts +1 -1
  161. package/package.json +1 -1
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const _default: {
2
3
  field: {
3
4
  field_icon: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  declare const Show: (props: FieldPropsType) => JSX.Element;
3
4
  export default Show;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FieldPropsType } from "../../types";
2
3
  import "./index.less";
3
4
  declare const Show: (props: FieldPropsType) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import filter from "./filterUtil";
2
3
  declare const _default: {
3
4
  field: {
@@ -167,7 +167,7 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
167
167
  sort?: SortType | undefined;
168
168
  mode: "" | "localStorage" | "remote";
169
169
  currentViewMode: ModeType;
170
- }) => ("filter_setting" | "column_setting" | "gallery_setting" | "view_mode" | "group_by" | "order_by")[];
170
+ }) => ("order_by" | "group_by" | "column_setting" | "gallery_setting" | "filter_setting" | "view_mode")[];
171
171
  export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
172
172
  export declare const stringify: (obj: Record<string, any>) => string;
173
173
  export {};
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SelectProps } from 'antd';
2
3
  import './index.less';
3
4
  export interface Version {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { AmountProps, RightItemsStyleProps } from './types';
2
3
  import './index.less';
3
4
  export type { AmountProps, RightItemsStyleProps };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { NumberProps } from './types';
2
3
  import './index.less';
3
4
  export type { NumberProps };
@@ -313,5 +313,7 @@ declare const _default: {
313
313
  'pisell-wallet-pass-card-status-expired': string;
314
314
  'pisell-wallet-pass-card-status-disabled': string;
315
315
  'pisell-wallet-pass-card-status-conflict': string;
316
+ 'pisell-wallet-pass-card-reset': string;
317
+ 'pisell-wallet-pass-card-done': string;
316
318
  };
317
319
  export default _default;
@@ -382,5 +382,7 @@ export default {
382
382
  'pisell-wallet-pass-card-status-used': 'Used',
383
383
  'pisell-wallet-pass-card-status-expired': 'Expired',
384
384
  'pisell-wallet-pass-card-status-disabled': 'Disabled',
385
- 'pisell-wallet-pass-card-status-conflict': 'Conflict'
385
+ 'pisell-wallet-pass-card-status-conflict': 'Conflict',
386
+ 'pisell-wallet-pass-card-reset': 'Reset',
387
+ 'pisell-wallet-pass-card-done': 'Done'
386
388
  };
@@ -308,5 +308,7 @@ declare const _default: {
308
308
  'pisell-wallet-pass-card-status-expired': string;
309
309
  'pisell-wallet-pass-card-status-disabled': string;
310
310
  'pisell-wallet-pass-card-status-conflict': string;
311
+ 'pisell-wallet-pass-card-reset': string;
312
+ 'pisell-wallet-pass-card-done': string;
311
313
  };
312
314
  export default _default;
@@ -373,5 +373,7 @@ export default {
373
373
  'pisell-wallet-pass-card-status-used': '已使用',
374
374
  'pisell-wallet-pass-card-status-expired': '已过期',
375
375
  'pisell-wallet-pass-card-status-disabled': '已禁用',
376
- 'pisell-wallet-pass-card-status-conflict': '冲突'
376
+ 'pisell-wallet-pass-card-status-conflict': '冲突',
377
+ 'pisell-wallet-pass-card-reset': '清空',
378
+ 'pisell-wallet-pass-card-done': '保存'
377
379
  };
@@ -308,5 +308,7 @@ declare const _default: {
308
308
  'pisell-wallet-pass-card-status-expired': string;
309
309
  'pisell-wallet-pass-card-status-disabled': string;
310
310
  'pisell-wallet-pass-card-status-conflict': string;
311
+ 'pisell-wallet-pass-card-reset': string;
312
+ 'pisell-wallet-pass-card-done': string;
311
313
  };
312
314
  export default _default;
@@ -374,5 +374,7 @@ export default {
374
374
  'pisell-wallet-pass-card-status-used': '已使用',
375
375
  'pisell-wallet-pass-card-status-expired': '已過期',
376
376
  'pisell-wallet-pass-card-status-disabled': '已禁用',
377
- 'pisell-wallet-pass-card-status-conflict': '衝突'
377
+ 'pisell-wallet-pass-card-status-conflict': '衝突',
378
+ 'pisell-wallet-pass-card-reset': '清空',
379
+ 'pisell-wallet-pass-card-done': '保存'
378
380
  };
@@ -1 +1 @@
1
- export declare const isMobile: () => any;
1
+ export declare const isMobile: () => boolean;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const FormItem: (props: any) => JSX.Element;
2
3
  export default FormItem;
@@ -43,7 +43,7 @@ export declare const withDataSource: <P extends unknown>(WrappedComponent: React
43
43
  }) => JSX.Element;
44
44
  export declare const withOptions: <P extends unknown>(WrappedComponent: React.ComponentType<P>) => (props: P & {
45
45
  options?: any;
46
- optionSourceType?: "default" | "custom" | "api" | undefined;
46
+ optionSourceType?: "custom" | "default" | "api" | undefined;
47
47
  labelField: string;
48
48
  valueField: string;
49
49
  extraParams?: Record<string, any> | undefined;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const DataSourceImage: (props: import("../utils").ParsedProps) => JSX.Element;
2
3
  export default DataSourceImage;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const DataSourceQRCode: (props: any) => JSX.Element;
2
3
  export default DataSourceQRCode;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const useDataSourceKey: () => {
2
3
  dataSourceKey: string | undefined;
3
4
  dataSourceKeyRef: import("react").MutableRefObject<string | undefined>;
@@ -17,7 +17,7 @@ interface UseTablePropsProps {
17
17
  * @returns
18
18
  */
19
19
  declare const useTableProps: (props: UseTablePropsProps) => {
20
- title: number | boolean | React.ReactFragment | JSX.Element | (() => React.ReactNode) | null | undefined;
20
+ title: number | boolean | JSX.Element | React.ReactFragment | (() => React.ReactNode) | null | undefined;
21
21
  pagination: {
22
22
  total: number;
23
23
  current: number;
@@ -26,7 +26,7 @@ declare const useTableProps: (props: UseTablePropsProps) => {
26
26
  showSizeChanger: boolean;
27
27
  };
28
28
  columns: import("./useColumns").Column[];
29
- subTitle: number | boolean | React.ReactFragment | JSX.Element | (() => React.ReactNode) | null | undefined;
29
+ subTitle: number | boolean | JSX.Element | React.ReactFragment | (() => React.ReactNode) | null | undefined;
30
30
  buttons: any[] | null;
31
31
  filter: JSX.Element | null;
32
32
  onRow: (record: any) => any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { JsonProps } from "./type";
2
3
  import "./ReadPretty.less";
3
4
  declare const JsonReadPretty: (props: JsonProps) => JSX.Element | null;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PasswordProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const PasswordReadPretty: (props: PasswordProps) => JSX.Element;
@@ -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" | "saas" | "xzero";
5
+ rootDomain: "custom" | "xzero" | "saas";
6
6
  customDomain?: string | undefined;
7
7
  value?: string | undefined;
8
8
  tenantId: string;
@@ -1,6 +1,7 @@
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
- optionSourceType?: "default" | "custom" | "api" | undefined;
4
+ optionSourceType?: "custom" | "default" | "api" | undefined;
4
5
  labelField: string;
5
6
  valueField: string;
6
7
  extraParams?: Record<string, any> | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { UploadProps } from './type';
2
3
  import './ReadPretty.less';
3
4
  declare const UploadReadPretty: (props: UploadProps) => JSX.Element | null;
@@ -19,7 +19,7 @@ declare const formFieldMap: {
19
19
  Subdomain: import("react").FC<import("antd").InputProps & {
20
20
  onChange: (value: string) => void;
21
21
  onBlur?: ((e: import("react").FocusEvent<HTMLInputElement, Element>) => void) | undefined;
22
- rootDomain: "custom" | "saas" | "xzero";
22
+ rootDomain: "custom" | "xzero" | "saas";
23
23
  customDomain?: string | undefined;
24
24
  value?: string | undefined;
25
25
  tenantId: string;
@@ -34,7 +34,7 @@ declare const formFieldMap: {
34
34
  };
35
35
  FormItemSelect: (props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps & {
36
36
  options?: any;
37
- optionSourceType?: "default" | "custom" | "api" | undefined;
37
+ optionSourceType?: "custom" | "default" | "api" | undefined;
38
38
  labelField: string;
39
39
  valueField: string;
40
40
  extraParams?: Record<string, any> | undefined;
@@ -59,13 +59,11 @@ declare const formFieldMap: {
59
59
  FormItemTranslation: import("react").FC<import("./Translation/type").TranslationProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
60
60
  FormItemIconSelect: import("react").FC<import("./IconSelect/type").IconSelectProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
61
61
  };
62
- declare const getFieldComponent: (fieldComponent: string) => import("react").FC<any> | import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps> | (import("react").FC<{}> & {
62
+ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<any> | import("react").FC<import("./TimePicker/type").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | (import("react").FC<{}> & {
63
63
  Group: import("react").FC<import("./Checkbox/type").CheckboxGroupProps & import("../dataSourceForm/utils").WithModeProps>;
64
64
  } & {
65
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("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 & {
67
- onChange: (value: string) => void;
68
- } & 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("./Input/type").InputProps> & {
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> & {
69
67
  JSON: import("react").FC<any>;
70
68
  Password: import("react").FC<import("antd/es/input").PasswordProps & import("react").RefAttributes<import("antd").InputRef> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
71
69
  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>;
@@ -78,24 +76,26 @@ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
78
76
  Subdomain: import("react").FC<import("antd").InputProps & {
79
77
  onChange: (value: string) => void;
80
78
  onBlur?: ((e: import("react").FocusEvent<HTMLInputElement, Element>) => void) | undefined;
81
- rootDomain: "custom" | "saas" | "xzero";
79
+ rootDomain: "custom" | "xzero" | "saas";
82
80
  customDomain?: string | undefined;
83
81
  value?: string | undefined;
84
82
  tenantId: string;
85
83
  name?: string | undefined;
86
84
  fieldKey?: string | undefined;
87
85
  } & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
88
- }) | import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps> | (import("react").FC<{}> & {
86
+ }) | (import("react").FC<{}> & {
89
87
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
90
88
  } & {
91
89
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
92
90
  }) | ((props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps & {
93
91
  options?: any;
94
- optionSourceType?: "default" | "custom" | "api" | undefined;
92
+ optionSourceType?: "custom" | "default" | "api" | undefined;
95
93
  labelField: string;
96
94
  valueField: string;
97
95
  extraParams?: Record<string, any> | undefined;
98
96
  } & {
99
97
  dataSource?: any;
100
- }) => JSX.Element) | import("react").FC<import("./TimePicker/type").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | 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>;
98
+ }) => JSX.Element) | 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("./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
101
  export { getFieldComponent, formFieldMap };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PickerDateProps } from 'antd/es/date-picker/generatePicker';
2
3
  import { Dayjs } from 'dayjs';
3
4
  import './index.less';
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  declare const DatePicker: (props: any) => JSX.Element;
2
3
  export default DatePicker;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FilterProps } from "./types";
2
3
  declare const Filter: (props: FilterProps) => JSX.Element | null;
3
4
  export default Filter;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./index.less";
2
3
  declare const List: {
3
4
  (props: any): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare type LowCodePageProps = {
2
3
  id: number;
3
4
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ConfigProviderProps } from '../config-provider';
2
3
  interface PageProps extends ConfigProviderProps {
3
4
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputNumberProps } from 'antd/es/input-number';
2
3
  export interface PisellAdjustPriceInputNumberProps extends Omit<InputNumberProps, 'onChange'> {
3
4
  value?: number;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './index.less';
2
3
  import { PisellAdjustPriceProps } from './type';
3
4
  declare const PisellAdjustPrice: (props: PisellAdjustPriceProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps, ButtonProps } from 'antd';
2
3
  import { PisellContextType } from "../../../pisell-config-provider/context";
3
4
  export interface CopyProps extends InputProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { InputProps } from 'antd';
2
3
  import { PisellContextType } from '../pisell-config-provider/context';
3
4
  declare const PisellInput: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SpinProps } from 'antd';
2
3
  import './index.less';
3
4
  declare type MaskType = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PcModalProps } from '../PcModal';
2
3
  export interface IpadModalProps extends PcModalProps {
3
4
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PcModalProps } from '../PcModal';
2
3
  import './index.less';
3
4
  export interface MobileModalProps extends PcModalProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import IpadModal from './IpadModal';
2
3
  import MobileModal from './MobileModal';
3
4
  import PcModal from './PcModal';