@cloudbase/weda-ui 0.2.21-alpha.5 → 0.2.21-alpha.6

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 (201) hide show
  1. package/dist/configs/components/button.d.ts +4 -5
  2. package/dist/configs/components/calendar.d.ts +1 -1
  3. package/dist/configs/components/chart/bar.d.ts +1 -1
  4. package/dist/configs/components/chart/line.d.ts +1 -1
  5. package/dist/configs/components/form-checkbox.d.ts +2 -2
  6. package/dist/configs/components/form-date.d.ts +4 -4
  7. package/dist/configs/components/form-depart-tree-select.d.ts +4 -4
  8. package/dist/configs/components/form-email.d.ts +4 -4
  9. package/dist/configs/components/form-image-uploader.d.ts +4 -4
  10. package/dist/configs/components/form-input.d.ts +6 -6
  11. package/dist/configs/components/form-location.d.ts +6 -6
  12. package/dist/configs/components/form-multi-region.d.ts +4 -4
  13. package/dist/configs/components/form-phone.d.ts +4 -4
  14. package/dist/configs/components/form-radio.d.ts +2 -2
  15. package/dist/configs/components/form-region.d.ts +4 -4
  16. package/dist/configs/components/form-rich-text.d.ts +2 -2
  17. package/dist/configs/components/form-select-multiple.d.ts +4 -4
  18. package/dist/configs/components/form-select.d.ts +4 -4
  19. package/dist/configs/components/form-switch.d.ts +2 -2
  20. package/dist/configs/components/form-text-area.d.ts +4 -4
  21. package/dist/configs/components/form-time.d.ts +4 -4
  22. package/dist/configs/components/form-upload-file.d.ts +2 -2
  23. package/dist/configs/components/form-url.d.ts +4 -4
  24. package/dist/configs/components/form-user-tree-select.d.ts +4 -4
  25. package/dist/configs/components/grid/col.d.ts +6 -6
  26. package/dist/configs/components/grid/row.d.ts +4 -4
  27. package/dist/configs/components/image.d.ts +4 -4
  28. package/dist/configs/components/link.d.ts +0 -1
  29. package/dist/configs/components/modal.d.ts +0 -1
  30. package/dist/configs/components/qr_code.d.ts +1 -1
  31. package/dist/configs/components/tabs.d.ts +0 -1
  32. package/dist/configs/components/wd-bubble.d.ts +6 -7
  33. package/dist/configs/components/wd-button.d.ts +1 -1
  34. package/dist/configs/components/wd-calendar.d.ts +1 -1
  35. package/dist/configs/components/wd-card.d.ts +0 -1
  36. package/dist/configs/components/wd-cascader.d.ts +7 -7
  37. package/dist/configs/components/wd-checkbox.d.ts +2 -2
  38. package/dist/configs/components/wd-code-editor.d.ts +2 -2
  39. package/dist/configs/components/wd-date-range.d.ts +7 -7
  40. package/dist/configs/components/wd-date.d.ts +7 -7
  41. package/dist/configs/components/wd-department.d.ts +10 -10
  42. package/dist/configs/components/wd-form-arr.d.ts +2 -2
  43. package/dist/configs/components/wd-form-detail.d.ts +1 -1
  44. package/dist/configs/components/wd-form-obj.d.ts +2 -2
  45. package/dist/configs/components/wd-form.d.ts +8 -9
  46. package/dist/configs/components/wd-icon.d.ts +1 -1
  47. package/dist/configs/components/wd-image.d.ts +4 -4
  48. package/dist/configs/components/wd-input-email.d.ts +34 -34
  49. package/dist/configs/components/wd-input-number.d.ts +8 -8
  50. package/dist/configs/components/wd-input-phone.d.ts +34 -34
  51. package/dist/configs/components/wd-input-url.d.ts +34 -34
  52. package/dist/configs/components/wd-input.d.ts +4 -4
  53. package/dist/configs/components/wd-layout.d.ts +0 -1
  54. package/dist/configs/components/wd-link.d.ts +0 -1
  55. package/dist/configs/components/wd-location.d.ts +2 -2
  56. package/dist/configs/components/wd-member.d.ts +12 -12
  57. package/dist/configs/components/wd-menu-layout.d.ts +6 -7
  58. package/dist/configs/components/wd-menu-list.d.ts +2 -2
  59. package/dist/configs/components/wd-modal.d.ts +0 -1
  60. package/dist/configs/components/wd-progress.d.ts +4 -5
  61. package/dist/configs/components/wd-radio.d.ts +2 -2
  62. package/dist/configs/components/wd-rating.d.ts +4 -4
  63. package/dist/configs/components/wd-region.d.ts +8 -8
  64. package/dist/configs/components/wd-rich-text.d.ts +2 -2
  65. package/dist/configs/components/wd-select-multiple.d.ts +8 -8
  66. package/dist/configs/components/wd-select.d.ts +6 -6
  67. package/dist/configs/components/wd-side-tab.d.ts +1 -2
  68. package/dist/configs/components/wd-switch.d.ts +4 -4
  69. package/dist/configs/components/wd-table.d.ts +9 -10
  70. package/dist/configs/components/wd-tag-select.d.ts +4 -4
  71. package/dist/configs/components/wd-text.d.ts +3 -3
  72. package/dist/configs/components/wd-textarea.d.ts +2 -2
  73. package/dist/configs/components/wd-time.d.ts +7 -7
  74. package/dist/configs/components/wd-top-tab.d.ts +1 -2
  75. package/dist/configs/components/wd-upload-file.d.ts +3 -3
  76. package/dist/configs/components/wd-upload-image.d.ts +5 -5
  77. package/dist/configs/components/wedaVideo.d.ts +2 -2
  78. package/dist/configs/components/wxOpenApi/phone.d.ts +2 -2
  79. package/dist/configs/components/wxOpenApi/phoneCode.d.ts +1 -1
  80. package/dist/configs/components/wxOpenApi/share.d.ts +2 -2
  81. package/dist/configs/components/wxOpenApi/userInfo.d.ts +2 -2
  82. package/dist/configs/index.d.ts +474 -475
  83. package/dist/configs/type-utils/index.d.ts +1 -1
  84. package/dist/style/weda-ui.min.css +2 -2
  85. package/dist/web/components/chart/common/chart-custom-connector.d.ts +0 -1
  86. package/dist/web/components/flow/common/hooks/useFlowConfig.d.ts +0 -1
  87. package/dist/web/components/flow/modules/basic/Basic.d.ts +0 -1
  88. package/dist/web/components/flow/modules/basic/BasicMobile.d.ts +0 -1
  89. package/dist/web/components/flow/modules/combination/index.d.ts +0 -1
  90. package/dist/web/components/flow/modules/operations/control.d.ts +0 -1
  91. package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/drawer-form/index.d.ts +0 -1
  92. package/dist/web/components/flow/modules/operations/controls-items/flow-task-info-modal/view-model.d.ts +0 -1
  93. package/dist/web/components/flow/modules/operations/controls-items/flow-task-info-modal.d.ts +0 -1
  94. package/dist/web/components/flow/modules/operations/controls-items/index.d.ts +0 -1
  95. package/dist/web/components/flow/modules/operations/view-model.d.ts +0 -1
  96. package/dist/web/components/flow/process/constants.d.ts +3 -3
  97. package/dist/web/components/form/enumSelect/NormalSelect.d.ts +0 -1
  98. package/dist/web/components/form/location/common/useLocationInfo.d.ts +0 -1
  99. package/dist/web/components/form/select/h5.d.ts +1 -1
  100. package/dist/web/components/form/userOrgSelect/component/depart-breadcrumb.d.ts +0 -1
  101. package/dist/web/components/form/userOrgSelect/component/depart-select/org-modal-pc.d.ts +0 -1
  102. package/dist/web/components/form/userOrgSelect/component/error-tips.d.ts +0 -1
  103. package/dist/web/components/form/userOrgSelect/component/input-tags.d.ts +0 -1
  104. package/dist/web/components/form/userOrgSelect/component/modal-search-h5.d.ts +0 -1
  105. package/dist/web/components/form/userOrgSelect/component/modal-search.d.ts +0 -1
  106. package/dist/web/components/form/userOrgSelect/component/modal-select-h5.d.ts +0 -1
  107. package/dist/web/components/form/userOrgSelect/component/org-tree-h5.d.ts +0 -1
  108. package/dist/web/components/form/userOrgSelect/component/org-tree.d.ts +0 -1
  109. package/dist/web/components/form/userOrgSelect/component/selected-list-h5.d.ts +0 -1
  110. package/dist/web/components/form/userOrgSelect/component/selected-list.d.ts +0 -1
  111. package/dist/web/components/form/userOrgSelect/component/user-org-list.d.ts +0 -1
  112. package/dist/web/components/form/userOrgSelect/component/user-select-h5/user-list-h5.d.ts +0 -1
  113. package/dist/web/components/form/userOrgSelect/component/user-select-pc/error-tips.d.ts +0 -1
  114. package/dist/web/components/form/userOrgSelect/component/user-select-pc/model-user-list.d.ts +0 -1
  115. package/dist/web/components/form/userOrgSelect/component/user-select-pc/org-tree.d.ts +0 -1
  116. package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-model.d.ts +0 -1
  117. package/dist/web/components/form-date/index.d.ts +8 -8
  118. package/dist/web/components/form-depart-tree-select/index.d.ts +8 -8
  119. package/dist/web/components/form-email/index.d.ts +6 -6
  120. package/dist/web/components/form-image-uploader/index.d.ts +9 -9
  121. package/dist/web/components/form-input/index.d.ts +11 -11
  122. package/dist/web/components/form-input-hooks/index.d.ts +2 -2
  123. package/dist/web/components/form-location/index.d.ts +12 -12
  124. package/dist/web/components/form-multi-region/index.d.ts +6 -6
  125. package/dist/web/components/form-phone/index.d.ts +6 -6
  126. package/dist/web/components/form-radio/index.d.ts +6 -6
  127. package/dist/web/components/form-region/index.d.ts +6 -6
  128. package/dist/web/components/form-rich-text/index.d.ts +6 -6
  129. package/dist/web/components/form-select/index.d.ts +11 -11
  130. package/dist/web/components/form-select-multiple/index.d.ts +10 -10
  131. package/dist/web/components/form-switch/index.d.ts +3 -3
  132. package/dist/web/components/form-text-area/index.d.ts +7 -7
  133. package/dist/web/components/form-time/index.d.ts +7 -7
  134. package/dist/web/components/form-upload-file/index.d.ts +9 -9
  135. package/dist/web/components/form-url/index.d.ts +6 -6
  136. package/dist/web/components/form-user-tree-select/index.d.ts +9 -9
  137. package/dist/web/components/grid/col.d.ts +2 -2
  138. package/dist/web/components/grid/row.d.ts +1 -1
  139. package/dist/web/components/lottery/index.d.ts +1 -1
  140. package/dist/web/components/pageLayout/PageContent/index.d.ts +0 -1
  141. package/dist/web/components/phone/index.d.ts +0 -1
  142. package/dist/web/components/phoneCode/index.d.ts +0 -1
  143. package/dist/web/components/share/index.d.ts +0 -1
  144. package/dist/web/components/table/BaseTable.d.ts +0 -1
  145. package/dist/web/components/table/FieldRender.d.ts +0 -1
  146. package/dist/web/components/table/FilterFields.d.ts +0 -1
  147. package/dist/web/components/table/Form/Enum.d.ts +0 -1
  148. package/dist/web/components/table/Form/Location.d.ts +0 -1
  149. package/dist/web/components/table/QuoteModal.d.ts +0 -1
  150. package/dist/web/components/table/UserDepartment/ViewCell.d.ts +0 -1
  151. package/dist/web/components/table/UserDepartment/utils.d.ts +0 -1
  152. package/dist/web/components/userInfo/index.d.ts +0 -1
  153. package/dist/web/components/wd-calendar/MonthSelect.d.ts +0 -1
  154. package/dist/web/components/wd-code-editor/lang/index.d.ts +1 -1
  155. package/dist/web/components/wd-department/_design/wd-department-select.d.ts +0 -1
  156. package/dist/web/components/wd-form/index.d.ts +3 -3
  157. package/dist/web/components/wd-form/wd-form.d.ts +0 -1
  158. package/dist/web/components/wd-form-cell/wd-form-cell.d.ts +0 -1
  159. package/dist/web/components/wd-form-item/wd-input-group.d.ts +0 -1
  160. package/dist/web/components/wd-form-item/wd-input-wrap.d.ts +0 -1
  161. package/dist/web/components/wd-input/wd-input.d.ts +22 -22
  162. package/dist/web/components/wd-input-email/wd-input-email.d.ts +15 -15
  163. package/dist/web/components/wd-input-group/wd-input-group.d.ts +0 -1
  164. package/dist/web/components/wd-input-phone/wd-input-phone.d.ts +22 -22
  165. package/dist/web/components/wd-input-url/wd-input-url.d.ts +15 -15
  166. package/dist/web/components/wd-layout/wd-layout.d.ts +0 -1
  167. package/dist/web/components/wd-location/_design/wd-location.d.ts +0 -1
  168. package/dist/web/components/wd-member/_design/wd-member-select.d.ts +0 -1
  169. package/dist/web/components/wd-radio/wd-radio.d.ts +0 -1
  170. package/dist/web/components/wd-region/_design/wd-region.d.ts +0 -1
  171. package/dist/web/components/wd-retry/wd-retry.d.ts +0 -1
  172. package/dist/web/components/wd-select/_design/wd-select.d.ts +0 -1
  173. package/dist/web/components/wd-select/relationSelect/relationalSetting.d.ts +0 -1
  174. package/dist/web/components/wd-table/components/ExportFileModalByApi/index.d.ts +0 -1
  175. package/dist/web/components/wd-table/components/FieldRender/Form/Enum.d.ts +0 -1
  176. package/dist/web/components/wd-table/components/FieldRender/Form/Location.d.ts +0 -1
  177. package/dist/web/components/wd-table/components/FieldRender/ImagePreview.d.ts +0 -1
  178. package/dist/web/components/wd-table/components/FieldRender/QuoteModal.d.ts +0 -1
  179. package/dist/web/components/wd-table/components/FieldRender/UserDepartment/ViewCell.d.ts +0 -1
  180. package/dist/web/components/wd-table/components/FieldRender/UserDepartment/utils.d.ts +0 -1
  181. package/dist/web/components/wd-table/components/FilterFieldsPanel/Fields.d.ts +0 -1
  182. package/dist/web/components/wd-table/components/FilterFieldsPanel/FilterFieldItem.d.ts +0 -1
  183. package/dist/web/components/wd-table/components/FilterFieldsPanel/InputAdornment.d.ts +0 -1
  184. package/dist/web/components/wd-table/components/FilterFieldsPanel/SelectSearch.d.ts +0 -1
  185. package/dist/web/components/wd-table/components/ImportFileModalByApi/index.d.ts +0 -1
  186. package/dist/web/components/wd-table/components/InOrOutRecordModal.d.ts +0 -1
  187. package/dist/web/components/wd-table/components/Pagination/index.d.ts +0 -1
  188. package/dist/web/components/wd-table/components/SearchBox/index.d.ts +0 -1
  189. package/dist/web/components/wd-table/wd-table.js +2 -2
  190. package/dist/web/components/wd-tabs/tabs-h5.d.ts +0 -1
  191. package/dist/web/components/wd-tabs/tabs-pc.d.ts +0 -1
  192. package/dist/web/components/wd-tabs/tabs.d.ts +0 -1
  193. package/dist/web/components/wd-tag/_design.d.ts +0 -1
  194. package/dist/web/components/wd-tree/utils.d.ts +9 -9
  195. package/dist/web/components/wd-upload-file/_design/wd-upload-file.d.ts +0 -1
  196. package/dist/web/components/wd-upload-image/_design/wd-upload-image.d.ts +0 -1
  197. package/dist/web/utils/getPageQuery.d.ts +0 -1
  198. package/package.json +1 -1
  199. package/dist/configs/components/chart/bar.json +0 -1144
  200. package/dist/web/components/wd-select/relationalSetting.d.ts +0 -8
  201. package/dist/web/components/wd-select/relationalSetting.js +0 -15
@@ -8,14 +8,14 @@ export type FormSwitchProps = CommonPropsType & DataType & {
8
8
  } & EventsType;
9
9
  declare const FormSwitch: React.ForwardRefExoticComponent<CommonPropsType & {
10
10
  value: boolean;
11
- label: string;
12
- disabled: boolean;
13
11
  name: string;
12
+ label: string;
14
13
  required: boolean;
14
+ disabled: boolean;
15
+ layout: "" | "vertical" | "horizontal";
15
16
  labelVisible: boolean;
16
17
  requiredFlag: boolean;
17
18
  requiredMsg: string;
18
- layout: "" | "horizontal" | "vertical";
19
19
  } & {
20
20
  onChange: (v: DataType['value']) => void;
21
21
  disabled: boolean;
@@ -7,20 +7,20 @@ export type FormTextAreaProps = CommonPropsType & DataType & {
7
7
  readOnly: boolean;
8
8
  } & EventsType;
9
9
  declare const FormTextArea: React.ForwardRefExoticComponent<CommonPropsType & {
10
- size: "l" | "m" | "s" | "full";
11
10
  value: string;
12
- label: string;
13
- disabled: boolean;
14
11
  name: string;
12
+ label: string;
13
+ focus: boolean;
15
14
  required: boolean;
15
+ size: "m" | "s" | "l" | "full";
16
+ disabled: boolean;
16
17
  maxLength: number;
18
+ placeholder: string;
19
+ layout: "" | "vertical" | "horizontal";
17
20
  labelVisible: boolean;
21
+ counterVisible: boolean;
18
22
  requiredFlag: boolean;
19
23
  requiredMsg: string;
20
- layout: "" | "horizontal" | "vertical";
21
- placeholder: string;
22
- focus: boolean;
23
- counterVisible: boolean;
24
24
  } & {
25
25
  onChange: (v: string) => void;
26
26
  disabled: boolean;
@@ -7,20 +7,20 @@ export type FormTimeProps = CommonPropsType & DataType & {
7
7
  readOnly: boolean;
8
8
  } & EventsType;
9
9
  declare const FormTime: React.ForwardRefExoticComponent<CommonPropsType & {
10
- size: "l" | "m" | "s" | "full";
11
10
  value: string;
12
- label: string;
13
- disabled: boolean;
14
11
  name: string;
12
+ label: string;
15
13
  required: boolean;
14
+ size: "m" | "s" | "l" | "full";
15
+ disabled: boolean;
16
+ placeholder: string;
17
+ end: string;
18
+ start: string;
19
+ layout: "" | "vertical" | "horizontal";
16
20
  clearable: boolean;
17
21
  labelVisible: boolean;
18
22
  requiredFlag: boolean;
19
23
  requiredMsg: string;
20
- layout: "" | "horizontal" | "vertical";
21
- placeholder: string;
22
- start: string;
23
- end: string;
24
24
  } & {
25
25
  onChange: (v: DataType['value']) => void;
26
26
  disabled: boolean;
@@ -8,21 +8,21 @@ export type FormUploadFileProps = CommonPropsType & DataType & {
8
8
  } & EventsType;
9
9
  declare const FormUploadFile: React.ForwardRefExoticComponent<CommonPropsType & {
10
10
  value: string[];
11
- label: string;
12
- disabled: boolean;
13
11
  name: string;
12
+ label: string;
14
13
  required: boolean;
14
+ disabled: boolean;
15
+ layout: "" | "vertical" | "horizontal";
16
+ single: boolean;
17
+ maxUploadCount: number;
15
18
  labelVisible: boolean;
16
- requiredFlag: boolean;
17
- requiredMsg: string;
18
- layout: "" | "horizontal" | "vertical";
19
+ downloadVisible: boolean;
20
+ deleteVisible: boolean;
19
21
  acceptTypes: string[];
20
22
  maxSize: number;
21
- maxUploadCount: number;
22
- single: boolean;
23
+ requiredFlag: boolean;
24
+ requiredMsg: string;
23
25
  disableMultiSwitch: boolean;
24
- downloadVisible: boolean;
25
- deleteVisible: boolean;
26
26
  } & {
27
27
  value: string | string[];
28
28
  } & {
@@ -7,20 +7,20 @@ export type PropsType = CommonPropsType & DataType & {
7
7
  readOnly: boolean;
8
8
  } & EventsType;
9
9
  declare const FormUrl: React.ForwardRefExoticComponent<CommonPropsType & {
10
- size: "l" | "m" | "s" | "full";
11
10
  value: string;
12
- label: string;
13
- disabled: boolean;
14
11
  name: string;
12
+ label: string;
13
+ focus: boolean;
15
14
  required: boolean;
15
+ size: "m" | "s" | "l" | "full";
16
+ disabled: boolean;
16
17
  maxLength: number;
18
+ placeholder: string;
19
+ layout: "" | "vertical" | "horizontal";
17
20
  clearable: boolean;
18
21
  labelVisible: boolean;
19
22
  requiredFlag: boolean;
20
23
  requiredMsg: string;
21
- layout: "" | "horizontal" | "vertical";
22
- placeholder: string;
23
- focus: boolean;
24
24
  } & {
25
25
  onChange: (v: string) => void;
26
26
  disabled: boolean;
@@ -7,23 +7,23 @@ export type FormUserTreeSelectProps = CommonPropsType & DataType & {
7
7
  readOnly: boolean;
8
8
  } & EventsType;
9
9
  declare const FormUserTreeSelect: React.ForwardRefExoticComponent<CommonPropsType & {
10
- size: "l" | "m" | "s" | "full";
11
10
  value: string;
12
- label: string;
13
- disabled: boolean;
14
11
  name: string;
12
+ label: string;
15
13
  required: boolean;
14
+ size: "m" | "s" | "l" | "full";
15
+ disabled: boolean;
16
+ placeholder: string;
17
+ layout: "" | "vertical" | "horizontal";
18
+ multiple: boolean;
16
19
  where: any[];
17
20
  labelVisible: boolean;
21
+ secondDisplay: string;
22
+ corpScope: string[];
18
23
  requiredFlag: boolean;
19
24
  requiredMsg: string;
20
- layout: "" | "horizontal" | "vertical";
21
- placeholder: string;
22
- defaultValueType: "noneUser" | "confirmUser" | "loginUser";
23
25
  confirmValue: string;
24
- multiple: boolean;
25
- secondDisplay: string;
26
- corpScope: string[];
26
+ defaultValueType: "noneUser" | "confirmUser" | "loginUser";
27
27
  } & {
28
28
  onChange: (v: DataType['value']) => void;
29
29
  disabled: boolean;
@@ -3,11 +3,11 @@ import type { CommonPropsType } from '../../types';
3
3
  import './style';
4
4
  declare const _default: React.ForwardRefExoticComponent<CommonPropsType & {
5
5
  alignSelf?: string;
6
- widthType: ("auto-fill" | "fit-content" | (1 | "1") | ("2" | 2) | (3 | "3") | ("4" | 4) | ("5" | 5) | (6 | "6") | (7 | "7") | (8 | "8") | (9 | "9") | (10 | "10") | (11 | "11") | (12 | "12")) | {
6
+ widthType: ("fit-content" | "auto-fill" | (1 | "1") | (2 | "2") | (3 | "3") | (4 | "4") | (5 | "5") | (6 | "6") | (7 | "7") | (8 | "8") | ("9" | 9) | (10 | "10") | (11 | "11") | (12 | "12")) | {
7
7
  type: string;
8
8
  value: string;
9
9
  };
10
- lgWidthType: ("auto-fill" | "fit-content" | (1 | "1") | ("2" | 2) | (3 | "3") | ("4" | 4) | ("5" | 5) | (6 | "6") | (7 | "7") | (8 | "8") | (9 | "9") | (10 | "10") | (11 | "11") | (12 | "12")) | {
10
+ lgWidthType: ("fit-content" | "auto-fill" | (1 | "1") | (2 | "2") | (3 | "3") | (4 | "4") | (5 | "5") | (6 | "6") | (7 | "7") | (8 | "8") | ("9" | 9) | (10 | "10") | (11 | "11") | (12 | "12")) | {
11
11
  type: string;
12
12
  value: string;
13
13
  };
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import type { CommonPropsType } from '../../types';
3
3
  import './style';
4
4
  declare const _default: React.ForwardRefExoticComponent<CommonPropsType & {
5
- alignItems?: "start" | "end" | "center";
5
+ alignItems?: "center" | "end" | "start";
6
6
  gutterX: string;
7
7
  } & {
8
8
  events: {
@@ -7,8 +7,8 @@ type TCompRef = ICompRef<{
7
7
  }>;
8
8
  declare const _default: React.ForwardRefExoticComponent<CommonPropsType & {
9
9
  prizeList: {
10
- image: string;
11
10
  title: string;
11
+ image: string;
12
12
  }[];
13
13
  enablePrize: boolean;
14
14
  prizeResult: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { CommonPropsType } from '../../../types';
3
2
  import './style';
4
3
  interface IPageContent extends CommonPropsType {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import '../style';
3
2
  import type { CommonPropsType } from '../../types';
4
3
  import type { DataType } from '../../../configs/components/wxOpenApi/phone';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { ButtonProps } from '../../components/button';
3
2
  import type { FromSchema } from 'json-schema-to-ts';
4
3
  import type CompConfig from '../../../configs/components/wxOpenApi/phoneCode';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import '../style';
3
2
  import type { ButtonProps } from '../../components/button';
4
3
  import type { DataType } from '../../../configs/components/wxOpenApi/share';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './style';
3
2
  /**
4
3
  * 基础表格
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * 根据类型获取展示字段组件的 render 方法,用于表格/详情中的值转换
4
3
  * extra: { modelType: 'list' | 'detail' | 'update' | 'create', showTip: boolean }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const FilterFieldsPanel: ({ data, getChooseList, fetchData, isH5, }: {
3
2
  data: any;
4
3
  getChooseList: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const EnumSelect: (props: any) => JSX.Element;
3
2
  export declare const formatEnum: (value: any, field: any, enumOptions: any) => any;
4
3
  export declare const EnumView: (props: any) => any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './style';
3
2
  export declare const locationProperties: {
4
3
  address: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * 引用类型显示弹窗
4
3
  * @description 使用组件方式编写,避免数据流中断
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './style';
3
2
  export declare const ViewCell: ({ data, showType, relation }: {
4
3
  data: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const parentIcon: ({ expanded }: {
3
2
  expanded: any;
4
3
  }) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import '../style';
3
2
  import type { ButtonProps } from '../../components/button';
4
3
  import type { CommonPropsType } from '../../types';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface IMonthSelect {
3
2
  value?: any;
4
3
  onChange?: any;
@@ -14,7 +14,7 @@ export declare const langs: {
14
14
  markdown: () => import("@codemirror/language").LanguageSupport;
15
15
  };
16
16
  /** Language list */
17
- export declare const langNames: ("jsx" | "javascript" | "typescript" | "mongodb" | "sql" | "mysql" | "json" | "markdown" | "tsx")[];
17
+ export declare const langNames: ("json" | "javascript" | "typescript" | "mongodb" | "sql" | "mysql" | "markdown" | "jsx" | "tsx")[];
18
18
  export type LanguageName = keyof typeof langs;
19
19
  export declare function loadLanguage(name: LanguageName): import("@codemirror/language").LanguageSupport;
20
20
  export declare function format(value: any): Promise<any>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { CommonPropsType } from '../../../types';
3
2
  export declare const WdDepartmentSelect: () => JSX.Element;
4
3
  export interface WdDepartmentSelectProps extends CommonPropsType {
@@ -11,14 +11,14 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
11
11
  value: Record<string, any>;
12
12
  formType: "create" | "edit" | "read";
13
13
  contentSlot: React.ReactNode;
14
+ layout: "vertical" | "horizontal";
14
15
  dataSourceName: string;
15
- layout: "horizontal" | "vertical";
16
- datasourceType: "expression" | "custom-connector" | "connector" | "model";
17
16
  labelAlign: "left" | "right";
18
17
  isDisabledSubmit: boolean;
19
18
  methodCreate: string;
20
19
  methodUpdate: string;
21
20
  formType_bind: boolean;
21
+ datasourceType: "connector" | "model" | "expression" | "custom-connector";
22
22
  fields: {
23
23
  name: string;
24
24
  componentType: string;
@@ -26,7 +26,7 @@ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponen
26
26
  methodGetItem: string;
27
27
  paramGetItem: Record<string, unknown>;
28
28
  colNum: never;
29
- lgWidth: "lg" | "md" | "sm" | "hundred";
29
+ lgWidth: "lg" | "sm" | "md" | "hundred";
30
30
  initialValues: Record<string, unknown>;
31
31
  } & {
32
32
  events: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { CommonPropsType } from '../../types';
3
2
  import type { DataType } from '../../../configs/components/wd-form';
4
3
  import './style';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { CommonPropsType } from '../../types';
3
2
  import type { DataType } from '../../../configs/components/wd-form';
4
3
  export declare const WdFormCell: ({ className, layout, labelPosition, label, children, }: WdFormCellProps) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { WdInputGroupProps } from '../../../configs/type-utils/type-form';
3
2
  /**
4
3
  * 输入类组件包裹,添加前后文字
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { WdInputWrapProps } from '../../../configs/type-utils/type-form';
3
2
  /**
4
3
  * 输入类(input)组件包裹
@@ -5,31 +5,20 @@ import type { DataType, EventsType } from '../../../configs/components/wd-input'
5
5
  * 标准化:单行输入组件
6
6
  */
7
7
  export declare const WdInput: React.ForwardRefExoticComponent<CommonPropsType & {
8
- size?: string;
9
- label?: string;
10
8
  type?: string;
11
9
  name?: string;
12
- extra?: string;
10
+ label?: string;
11
+ template?: string;
12
+ focus?: boolean;
13
13
  required?: boolean;
14
+ extra?: string;
15
+ size?: string;
14
16
  maxLength?: number;
15
- template?: string;
16
- clearable?: boolean;
17
- labelVisible?: boolean;
18
- requiredFlag?: boolean;
19
- requiredMsg?: string;
20
- layout?: string;
21
17
  placeholder?: string;
22
- focus?: boolean;
23
- password?: boolean;
24
- rules?: {
25
- format: string;
26
- pattern: string;
27
- message: string;
28
- }[];
29
- isNickNameType?: boolean;
30
- counterVisible?: boolean;
31
- before?: string;
18
+ status?: string;
19
+ layout?: string;
32
20
  after?: string;
21
+ before?: string;
33
22
  prefixType?: string;
34
23
  prefixIcon?: string;
35
24
  prefixSrc?: string;
@@ -37,15 +26,26 @@ export declare const WdInput: React.ForwardRefExoticComponent<CommonPropsType &
37
26
  suffixIcon?: string;
38
27
  suffixSrc?: string;
39
28
  labelWidth?: string;
40
- borderedH5?: boolean;
41
- borderedPc?: boolean;
29
+ clearable?: boolean;
42
30
  inputValue?: string;
31
+ labelVisible?: boolean;
43
32
  labelAlign?: string;
44
33
  labelWrap?: boolean;
45
34
  labelTips?: string;
35
+ isNickNameType?: boolean;
46
36
  cursorSpacing?: number;
47
37
  isUnionValue?: boolean;
48
- status?: string;
38
+ password?: boolean;
39
+ counterVisible?: boolean;
40
+ borderedH5?: boolean;
41
+ borderedPc?: boolean;
42
+ rules?: {
43
+ format: string;
44
+ message: string;
45
+ pattern: string;
46
+ }[];
47
+ requiredFlag?: boolean;
48
+ requiredMsg?: string;
49
49
  isConvert?: boolean;
50
50
  } & {
51
51
  events: {
@@ -5,23 +5,19 @@ import type { DataType, EventsType } from '../../../configs/components/wd-input-
5
5
  * 标准化:邮箱输入组件
6
6
  */
7
7
  export declare const WdInputEmail: React.ForwardRefExoticComponent<CommonPropsType & {
8
- size?: string;
9
- label?: string;
10
8
  name?: string;
11
- extra?: string;
9
+ label?: string;
10
+ template?: string;
11
+ focus?: boolean;
12
12
  required?: boolean;
13
+ extra?: string;
14
+ size?: string;
13
15
  maxLength?: number;
14
- template?: string;
15
- clearable?: boolean;
16
- labelVisible?: boolean;
17
- requiredFlag?: boolean;
18
- requiredMsg?: string;
19
- layout?: string;
20
16
  placeholder?: string;
21
- focus?: boolean;
22
- counterVisible?: boolean;
23
- before?: string;
17
+ status?: string;
18
+ layout?: string;
24
19
  after?: string;
20
+ before?: string;
25
21
  prefixType?: string;
26
22
  prefixIcon?: string;
27
23
  prefixSrc?: string;
@@ -29,15 +25,19 @@ export declare const WdInputEmail: React.ForwardRefExoticComponent<CommonPropsTy
29
25
  suffixIcon?: string;
30
26
  suffixSrc?: string;
31
27
  labelWidth?: string;
32
- borderedH5?: boolean;
33
- borderedPc?: boolean;
28
+ clearable?: boolean;
34
29
  inputValue?: string;
30
+ labelVisible?: boolean;
35
31
  labelAlign?: string;
36
32
  labelWrap?: boolean;
37
33
  labelTips?: string;
38
34
  cursorSpacing?: number;
39
35
  isUnionValue?: boolean;
40
- status?: string;
36
+ counterVisible?: boolean;
37
+ borderedH5?: boolean;
38
+ borderedPc?: boolean;
39
+ requiredFlag?: boolean;
40
+ requiredMsg?: string;
41
41
  isConvert?: boolean;
42
42
  } & {
43
43
  events: {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { CommonPropsType } from '../../types';
3
2
  export declare const WdInputGroup: ({ before, after, className, children, }: WdInputGroupProps) => JSX.Element;
4
3
  export interface WdInputGroupProps extends CommonPropsType {
@@ -21,31 +21,20 @@ export declare const WdInputPhone: React.ForwardRefExoticComponent<CommonPropsTy
21
21
  }, ...args: unknown[]) => unknown);
22
22
  };
23
23
  } & {
24
- size?: string;
25
- label?: string;
26
24
  type?: string;
27
25
  name?: string;
28
- extra?: string;
26
+ label?: string;
27
+ template?: string;
28
+ focus?: boolean;
29
29
  required?: boolean;
30
+ extra?: string;
31
+ size?: string;
30
32
  maxLength?: number;
31
- template?: string;
32
- clearable?: boolean;
33
- labelVisible?: boolean;
34
- requiredFlag?: boolean;
35
- requiredMsg?: string;
36
- layout?: string;
37
33
  placeholder?: string;
38
- focus?: boolean;
39
- password?: boolean;
40
- rules?: {
41
- format: string;
42
- pattern: string;
43
- message: string;
44
- }[];
45
- isNickNameType?: boolean;
46
- counterVisible?: boolean;
47
- before?: string;
34
+ status?: string;
35
+ layout?: string;
48
36
  after?: string;
37
+ before?: string;
49
38
  prefixType?: string;
50
39
  prefixIcon?: string;
51
40
  prefixSrc?: string;
@@ -53,15 +42,26 @@ export declare const WdInputPhone: React.ForwardRefExoticComponent<CommonPropsTy
53
42
  suffixIcon?: string;
54
43
  suffixSrc?: string;
55
44
  labelWidth?: string;
56
- borderedH5?: boolean;
57
- borderedPc?: boolean;
45
+ clearable?: boolean;
58
46
  inputValue?: string;
47
+ labelVisible?: boolean;
59
48
  labelAlign?: string;
60
49
  labelWrap?: boolean;
61
50
  labelTips?: string;
51
+ isNickNameType?: boolean;
62
52
  cursorSpacing?: number;
63
53
  isUnionValue?: boolean;
64
- status?: string;
54
+ password?: boolean;
55
+ counterVisible?: boolean;
56
+ borderedH5?: boolean;
57
+ borderedPc?: boolean;
58
+ rules?: {
59
+ format: string;
60
+ message: string;
61
+ pattern: string;
62
+ }[];
63
+ requiredFlag?: boolean;
64
+ requiredMsg?: string;
65
65
  isConvert?: boolean;
66
66
  } & React.RefAttributes<any>>;
67
67
  export type WdInputPhoneProps = CommonPropsType & EventsType & DataType;
@@ -21,23 +21,19 @@ export declare const WdInputUrl: React.ForwardRefExoticComponent<CommonPropsType
21
21
  }, ...args: unknown[]) => unknown);
22
22
  };
23
23
  } & {
24
- size?: string;
25
- label?: string;
26
24
  name?: string;
27
- extra?: string;
25
+ label?: string;
26
+ template?: string;
27
+ focus?: boolean;
28
28
  required?: boolean;
29
+ extra?: string;
30
+ size?: string;
29
31
  maxLength?: number;
30
- template?: string;
31
- clearable?: boolean;
32
- labelVisible?: boolean;
33
- requiredFlag?: boolean;
34
- requiredMsg?: string;
35
- layout?: string;
36
32
  placeholder?: string;
37
- focus?: boolean;
38
- counterVisible?: boolean;
39
- before?: string;
33
+ status?: string;
34
+ layout?: string;
40
35
  after?: string;
36
+ before?: string;
41
37
  prefixType?: string;
42
38
  prefixIcon?: string;
43
39
  prefixSrc?: string;
@@ -45,15 +41,19 @@ export declare const WdInputUrl: React.ForwardRefExoticComponent<CommonPropsType
45
41
  suffixIcon?: string;
46
42
  suffixSrc?: string;
47
43
  labelWidth?: string;
48
- borderedH5?: boolean;
49
- borderedPc?: boolean;
44
+ clearable?: boolean;
50
45
  inputValue?: string;
46
+ labelVisible?: boolean;
51
47
  labelAlign?: string;
52
48
  labelWrap?: boolean;
53
49
  labelTips?: string;
54
50
  cursorSpacing?: number;
55
51
  isUnionValue?: boolean;
56
- status?: string;
52
+ counterVisible?: boolean;
53
+ borderedH5?: boolean;
54
+ borderedPc?: boolean;
55
+ requiredFlag?: boolean;
56
+ requiredMsg?: string;
57
57
  isConvert?: boolean;
58
58
  } & React.RefAttributes<any>>;
59
59
  export type WdInputUrlProps = CommonPropsType & EventsType & DataType;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { CommonPropsType } from '../../types';
3
2
  import type { DataType } from '../../../configs/components/wd-layout';
4
3
  import './style';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { CommonPropsType } from '../../../types';
3
2
  export declare const WdLocation: () => JSX.Element;
4
3
  export interface WdLocationProps extends CommonPropsType {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { CommonPropsType } from '../../../types';
3
2
  export declare const WdMember: () => JSX.Element;
4
3
  export interface WdMemberSelectProps extends CommonPropsType {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { CommonPropsType } from '../../types';
3
2
  import type { DataType } from '../../../configs/components/wd-radio';
4
3
  export declare const WdRadio: ({ index, option, name, size, disabled, checkedItemValue, getChangeHandler, }: WdRadioProps) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { CommonPropsType } from '../../../types';
3
2
  export declare const WdRegion: ({ options }: {
4
3
  options: any;