@cloudbase/weda-ui 3.5.1 → 3.5.2

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 (228) hide show
  1. package/README.md +3 -0
  2. package/dist/configs/components/button.d.ts +12 -12
  3. package/dist/configs/components/calendar.d.ts +26 -0
  4. package/dist/configs/components/calendar.js +80 -0
  5. package/dist/configs/components/carousel.json +1 -4
  6. package/dist/configs/components/chart/line.d.ts +28 -28
  7. package/dist/configs/components/common/form-input-required.d.ts +1 -1
  8. package/dist/configs/components/container.d.ts +1 -1
  9. package/dist/configs/components/customer-service.d.ts +10 -34
  10. package/dist/configs/components/customer-service.js +91 -92
  11. package/dist/configs/components/dataView.d.ts +21 -3
  12. package/dist/configs/components/dataView.js +165 -16
  13. package/dist/configs/components/echart.d.ts +4 -4
  14. package/dist/configs/components/form-checkbox.d.ts +18 -18
  15. package/dist/configs/components/form-checkbox.js +0 -4
  16. package/dist/configs/components/form-date.d.ts +14 -14
  17. package/dist/configs/components/form-date.js +0 -4
  18. package/dist/configs/components/form-depart-tree-select.d.ts +17 -14
  19. package/dist/configs/components/form-depart-tree-select.js +1 -4
  20. package/dist/configs/components/form-email.d.ts +10 -10
  21. package/dist/configs/components/form-email.js +0 -4
  22. package/dist/configs/components/form-image-uploader.d.ts +11 -8
  23. package/dist/configs/components/form-image-uploader.js +1 -4
  24. package/dist/configs/components/form-input.d.ts +16 -16
  25. package/dist/configs/components/form-input.js +0 -10
  26. package/dist/configs/components/form-location.d.ts +21 -12
  27. package/dist/configs/components/form-location.js +1 -4
  28. package/dist/configs/components/form-multi-region.d.ts +13 -10
  29. package/dist/configs/components/form-multi-region.js +1 -4
  30. package/dist/configs/components/form-phone.d.ts +10 -10
  31. package/dist/configs/components/form-phone.js +0 -4
  32. package/dist/configs/components/form-radio.d.ts +18 -18
  33. package/dist/configs/components/form-radio.js +0 -4
  34. package/dist/configs/components/form-region.d.ts +12 -12
  35. package/dist/configs/components/form-region.js +0 -4
  36. package/dist/configs/components/form-rich-text.d.ts +11 -8
  37. package/dist/configs/components/form-rich-text.js +1 -4
  38. package/dist/configs/components/form-select-multiple.d.ts +27 -24
  39. package/dist/configs/components/form-select-multiple.js +1 -4
  40. package/dist/configs/components/form-select.d.ts +27 -24
  41. package/dist/configs/components/form-select.js +1 -4
  42. package/dist/configs/components/form-switch.d.ts +6 -6
  43. package/dist/configs/components/form-switch.js +0 -4
  44. package/dist/configs/components/form-text-area.d.ts +10 -10
  45. package/dist/configs/components/form-text-area.js +0 -4
  46. package/dist/configs/components/form-time.d.ts +17 -14
  47. package/dist/configs/components/form-time.js +1 -4
  48. package/dist/configs/components/form-upload-file.d.ts +13 -10
  49. package/dist/configs/components/form-upload-file.js +1 -4
  50. package/dist/configs/components/form-url.d.ts +10 -10
  51. package/dist/configs/components/form-url.js +0 -4
  52. package/dist/configs/components/form-user-tree-select.d.ts +19 -16
  53. package/dist/configs/components/form-user-tree-select.js +1 -4
  54. package/dist/configs/components/formdetail.json +0 -4
  55. package/dist/configs/components/grid/col.d.ts +2 -4
  56. package/dist/configs/components/grid/grid.d.ts +2 -4
  57. package/dist/configs/components/grid/row.d.ts +2 -3
  58. package/dist/configs/components/image.d.ts +4 -4
  59. package/dist/configs/components/link.d.ts +8 -8
  60. package/dist/configs/components/listView.d.ts +78 -33
  61. package/dist/configs/components/listView.js +258 -51
  62. package/dist/configs/components/lottery.d.ts +67 -0
  63. package/dist/configs/components/lottery.js +178 -0
  64. package/dist/configs/components/modal.d.ts +2 -2
  65. package/dist/configs/components/qr_code.d.ts +11 -11
  66. package/dist/configs/components/repeater.d.ts +10 -91
  67. package/dist/configs/components/repeater.js +75 -87
  68. package/dist/configs/components/tabs.d.ts +4 -4
  69. package/dist/configs/components/text.d.ts +2 -2
  70. package/dist/configs/components/wd-bubble.d.ts +3 -8
  71. package/dist/configs/components/wd-button.d.ts +22 -34
  72. package/dist/configs/components/wd-card.d.ts +10 -10
  73. package/dist/configs/components/wd-card.js +10 -5
  74. package/dist/configs/components/wd-checkbox.d.ts +36 -81
  75. package/dist/configs/components/wd-date-range.d.ts +87 -131
  76. package/dist/configs/components/wd-date.d.ts +88 -132
  77. package/dist/configs/components/wd-date.js +1 -1
  78. package/dist/configs/components/wd-divider.d.ts +2 -2
  79. package/dist/configs/components/wd-form-detail.d.ts +9 -9
  80. package/dist/configs/components/wd-form.d.ts +54 -82
  81. package/dist/configs/components/wd-form.js +1 -1
  82. package/dist/configs/components/wd-icon.d.ts +8 -9
  83. package/dist/configs/components/wd-image-upload.d.ts +5 -5
  84. package/dist/configs/components/wd-image.d.ts +8 -12
  85. package/dist/configs/components/wd-input-email.d.ts +88 -156
  86. package/dist/configs/components/wd-input-number.d.ts +38 -179
  87. package/dist/configs/components/wd-input-number.js +1 -1
  88. package/dist/configs/components/wd-input-phone.d.ts +86 -156
  89. package/dist/configs/components/wd-input-url.d.ts +88 -156
  90. package/dist/configs/components/wd-input.d.ts +120 -164
  91. package/dist/configs/components/wd-layout.d.ts +1 -5
  92. package/dist/configs/components/wd-link.d.ts +14 -26
  93. package/dist/configs/components/wd-modal.d.ts +12 -8
  94. package/dist/configs/components/wd-modal.js +14 -14
  95. package/dist/configs/components/wd-official-account.d.ts +3 -5
  96. package/dist/configs/components/wd-official-account.js +3 -5
  97. package/dist/configs/components/wd-radio.d.ts +35 -80
  98. package/dist/configs/components/wd-switch.d.ts +21 -67
  99. package/dist/configs/components/wd-table.d.ts +95 -132
  100. package/dist/configs/components/wd-table.js +61 -17
  101. package/dist/configs/components/wd-text.d.ts +8 -8
  102. package/dist/configs/components/wd-textarea.d.ts +64 -110
  103. package/dist/configs/components/wd-time.d.ts +89 -133
  104. package/dist/configs/components/wd-tree.d.ts +243 -281
  105. package/dist/configs/components/wd-tree.js +1 -1
  106. package/dist/configs/components/web-view.d.ts +30 -10
  107. package/dist/configs/components/web-view.js +34 -33
  108. package/dist/configs/components/wedaVideo.d.ts +30 -0
  109. package/dist/configs/components/wedaVideo.js +98 -0
  110. package/dist/configs/components/wxOpenApi/phone.d.ts +6 -6
  111. package/dist/configs/components/wxOpenApi/phoneCode.d.ts +6 -62
  112. package/dist/configs/components/wxOpenApi/phoneCode.js +62 -70
  113. package/dist/configs/components/wxOpenApi/share.d.ts +12 -12
  114. package/dist/configs/components/wxOpenApi/userInfo.d.ts +7 -7
  115. package/dist/configs/index.d.ts +2515 -4367
  116. package/dist/configs/index.js +3 -3
  117. package/dist/configs/type-utils/error.d.ts +3 -3
  118. package/dist/configs/type-utils/index.d.ts +6 -6
  119. package/dist/configs/type-utils/index.js +2 -5
  120. package/dist/configs/type-utils/type-form.d.ts +95 -101
  121. package/dist/index.js +1 -1
  122. package/dist/style/index.scss +1 -1
  123. package/dist/web/components/chart/common/echarts.js +0 -1
  124. package/dist/web/components/customer-service/customer-service.js +1 -1
  125. package/dist/web/components/dataView/index.js +1 -1
  126. package/dist/web/components/echart/echart.js +22 -6
  127. package/dist/web/components/flow/common/components/index.js +1 -0
  128. package/dist/web/components/flow/common/hooks/index.js +1 -0
  129. package/dist/web/components/flow/common/index.js +1 -0
  130. package/dist/web/components/flow/modules/operations/components/index.js +1 -0
  131. package/dist/web/components/flow/modules/operations/components/user-select/index.js +1 -0
  132. package/dist/web/components/flow/modules/operations/config/index.js +1 -0
  133. package/dist/web/components/flow/modules/operations/controls-items/approval-drawer/drawer-form/index.js +1 -0
  134. package/dist/web/components/flow/process/constants.js +1 -3
  135. package/dist/web/components/flow-graph/graph.js +0 -1
  136. package/dist/web/components/form/checkbox/index.js +2 -2
  137. package/dist/web/components/form/enumSelect/MultipleSelect.js +1 -1
  138. package/dist/web/components/form/enumSelect/NormalSelect.js +1 -1
  139. package/dist/web/components/form/input/index.js +1 -1
  140. package/dist/web/components/form/location/components/LocationPC/location.PC.js +2 -2
  141. package/dist/web/components/form/radio/index.js +1 -1
  142. package/dist/web/components/form/select/dropdown-select/h5.js +5 -5
  143. package/dist/web/components/form/select/dropdown-select/pc.js +25 -28
  144. package/dist/web/components/form/select/dropdown-select/ui.d.ts +1 -1
  145. package/dist/web/components/form/select/dropdown-select/ui.js +5 -5
  146. package/dist/web/components/form/select/h5.js +10 -6
  147. package/dist/web/components/form/select/index.js +4 -2
  148. package/dist/web/components/form/selectMultiple/h5.js +1 -1
  149. package/dist/web/components/form/selectMultiple/index.js +1 -1
  150. package/dist/web/components/form/uploader/index.js +0 -1
  151. package/dist/web/components/form/uploader/uploader.pc.js +0 -1
  152. package/dist/web/components/form/uploaderFile/index.js +0 -1
  153. package/dist/web/components/form/uploaderFile/uploadFile.h5.js +6 -4
  154. package/dist/web/components/form/uploaderFile/uploadFile.pc.js +6 -4
  155. package/dist/web/components/form/userOrgSelect/common/fetch-data-service.d.ts +1 -1
  156. package/dist/web/components/form/userOrgSelect/common/fetch-data-service.js +19 -3
  157. package/dist/web/components/form/userOrgSelect/common/types.d.ts +2 -1
  158. package/dist/web/components/form/userOrgSelect/component/depart-select/index.js +1 -3
  159. package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-select-pc.d.ts +1 -1
  160. package/dist/web/components/form/userOrgSelect/component/user-select-pc/user-select-pc.js +2 -2
  161. package/dist/web/components/form/userOrgSelect/hooks/use-depart-data.js +0 -1
  162. package/dist/web/components/form-date/index.d.ts +1 -1
  163. package/dist/web/components/form-depart-tree-select/index.d.ts +1 -1
  164. package/dist/web/components/form-email/index.d.ts +2 -2
  165. package/dist/web/components/form-input/index.d.ts +2 -2
  166. package/dist/web/components/form-input-hooks/index.js +12 -13
  167. package/dist/web/components/form-multi-region/index.d.ts +1 -1
  168. package/dist/web/components/form-phone/index.d.ts +1 -1
  169. package/dist/web/components/form-region/index.d.ts +1 -1
  170. package/dist/web/components/form-select/index.d.ts +1 -1
  171. package/dist/web/components/form-select-multiple/index.d.ts +1 -1
  172. package/dist/web/components/form-text-area/index.d.ts +2 -2
  173. package/dist/web/components/form-time/index.d.ts +1 -1
  174. package/dist/web/components/form-url/index.d.ts +2 -2
  175. package/dist/web/components/form-user-tree-select/index.d.ts +1 -1
  176. package/dist/web/components/form-user-tree-select/index.js +3 -2
  177. package/dist/web/components/listView/index.js +81 -14
  178. package/dist/web/components/listView/interface.d.ts +7 -1
  179. package/dist/web/components/lottery/index.d.ts +22 -14
  180. package/dist/web/components/lottery/index.js +1 -2
  181. package/dist/web/components/navigationBar/horizontalMenu.js +0 -1
  182. package/dist/web/components/phone/index.js +1 -1
  183. package/dist/web/components/richText/index.js +3 -2
  184. package/dist/web/components/share/index.js +1 -1
  185. package/dist/web/components/table/UserDepartment/utils.js +0 -2
  186. package/dist/web/components/wd-card/wd-card.js +1 -1
  187. package/dist/web/components/wd-checkbox-list/checkboxList.js +1 -1
  188. package/dist/web/components/wd-date/elements/Calendar.h5.js +1 -2
  189. package/dist/web/components/wd-department-select/h5.js +0 -1
  190. package/dist/web/components/wd-form/hooks/use-remote-value.js +20 -8
  191. package/dist/web/components/wd-form/index.d.ts +7 -7
  192. package/dist/web/components/wd-form/index.js +12 -10
  193. package/dist/web/components/wd-input/wd-input.d.ts +43 -43
  194. package/dist/web/components/wd-input-email/wd-input-email.d.ts +39 -39
  195. package/dist/web/components/wd-input-number/number.js +0 -1
  196. package/dist/web/components/wd-input-number/wd-input-number.js +10 -6
  197. package/dist/web/components/wd-input-phone/wd-input-phone.d.ts +43 -43
  198. package/dist/web/components/wd-input-url/wd-input-url.d.ts +39 -39
  199. package/dist/web/components/wd-member-select/h5.js +0 -1
  200. package/dist/web/components/wd-modal/wd-modal.js +8 -3
  201. package/dist/web/components/wd-official-account/index.js +1 -1
  202. package/dist/web/components/wd-radio-list/wd-radio-list.js +2 -2
  203. package/dist/web/components/wd-table/components/FieldRender/UserDepartment/utils.js +0 -2
  204. package/dist/web/components/wd-table/components/FieldRender/index.d.ts +1 -1
  205. package/dist/web/components/wd-table/components/FieldRender/index.js +9 -6
  206. package/dist/web/components/wd-table/components/ModalTable/index.js +0 -3
  207. package/dist/web/components/wd-table/components/Table/index.js +4 -0
  208. package/dist/web/components/wd-table/hooks/useAuthFields.d.ts +1 -1
  209. package/dist/web/components/wd-table/hooks/useAuthFields.js +18 -4
  210. package/dist/web/components/wd-table/utils/index.js +5 -4
  211. package/dist/web/components/wd-table/wd-table.js +41 -19
  212. package/dist/web/components/wd-tree/utils.js +0 -2
  213. package/dist/web/components/wd-tree/wd-tree.js +0 -1
  214. package/dist/web/components/wd-upload-image/wd-upload-image.js +0 -1
  215. package/dist/web/components/web-view/web-view.d.ts +23 -6
  216. package/dist/web/index.js +1 -0
  217. package/dist/web/utils/constant.js +0 -1
  218. package/dist/web/utils/hooks/useFormLegacy.d.ts +1 -1
  219. package/dist/web/utils/hooks/useFormLegacy.js +9 -3
  220. package/dist/web/utils/moment.js +1 -3
  221. package/dist/web/utils/platform.js +0 -3
  222. package/dist/web/utils/widget-api/index.d.ts +1 -1
  223. package/dist/web/utils/widget-api/index.js +19 -22
  224. package/dist/web/weda-ui.css +6 -0
  225. package/package.json +13 -6
  226. package/dist/configs/components/calendar.json +0 -83
  227. package/dist/configs/components/lottery.json +0 -166
  228. package/dist/configs/components/wedaVideo.json +0 -101
@@ -1,7 +1,7 @@
1
1
  import { Static } from '../type-utils';
2
2
  import type { Simplify } from 'type-fest';
3
3
  declare const data: import("@sinclair/typebox").TObject<{
4
- text: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
4
+ text: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
5
5
  theme: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
6
6
  variant: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
7
7
  size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
@@ -10,23 +10,23 @@ declare const data: import("@sinclair/typebox").TObject<{
10
10
  iconType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
11
11
  iconSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
12
12
  icon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
13
- iconSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
13
+ iconSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
14
14
  iconPosition: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
15
15
  disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
16
16
  formType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
17
17
  openType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"" | "contact" | "share" | "launchApp" | "openSetting" | "feedback">>;
18
- sessionFrom: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
19
- sendMessageTitle: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
20
- sendMessagePath: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
21
- sendMessageImg: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
18
+ sessionFrom: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
19
+ sendMessageTitle: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
20
+ sendMessagePath: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
21
+ sendMessageImg: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
22
22
  showMessageCard: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
23
- appParameter: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
23
+ appParameter: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
24
24
  }>;
25
25
  export type DataType = Simplify<Static<typeof data>>;
26
26
  declare const config: {
27
27
  readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
28
28
  readonly data: import("@sinclair/typebox").TObject<{
29
- text: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
29
+ text: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
30
30
  theme: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
31
31
  variant: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
32
32
  size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
@@ -35,40 +35,28 @@ declare const config: {
35
35
  iconType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
36
36
  iconSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
37
37
  icon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
38
- iconSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
38
+ iconSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
39
39
  iconPosition: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
40
40
  disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
41
41
  formType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
42
42
  openType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"" | "contact" | "share" | "launchApp" | "openSetting" | "feedback">>;
43
- sessionFrom: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
44
- sendMessageTitle: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
45
- sendMessagePath: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
46
- sendMessageImg: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
43
+ sessionFrom: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
44
+ sendMessageTitle: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
45
+ sendMessagePath: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
46
+ sendMessageImg: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
47
47
  showMessageCard: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
48
- appParameter: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
48
+ appParameter: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
49
49
  }>;
50
- readonly properties: import("@sinclair/typebox").TPick<import("@sinclair/typebox").TObject<{
51
- text: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
52
- theme: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
53
- variant: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
50
+ readonly properties: import("@sinclair/typebox").TObject<{
51
+ text: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
54
52
  size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
55
- block: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
56
- loading: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
57
- iconType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
58
- iconSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
59
- icon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
60
- iconSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
61
- iconPosition: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
62
53
  disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
63
54
  formType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
64
55
  openType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<"" | "contact" | "share" | "launchApp" | "openSetting" | "feedback">>;
65
- sessionFrom: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
66
- sendMessageTitle: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
67
- sendMessagePath: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
68
- sendMessageImg: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
69
- showMessageCard: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
70
- appParameter: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
71
- }>, ["text", "theme", "variant", "size", "block", "disabled", "formType", "openType"]>;
56
+ block: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
57
+ theme: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
58
+ variant: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
59
+ }>;
72
60
  readonly classes: readonly [{
73
61
  readonly name: "根元素";
74
62
  readonly selector: ".wd-btn";
@@ -115,8 +103,8 @@ declare const config: {
115
103
  readonly name: "contact";
116
104
  readonly 'x-platforms': readonly ["MP"];
117
105
  readonly detail: import("@sinclair/typebox").TObject<{
118
- errMsg: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
119
- path: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
106
+ errMsg: import("@sinclair/typebox").TString;
107
+ path: import("@sinclair/typebox").TString;
120
108
  query: import("@sinclair/typebox").TObject<{}>;
121
109
  }>;
122
110
  }, {
@@ -22,15 +22,12 @@ declare const config: {
22
22
  contentSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
23
23
  footerSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
24
24
  }>;
25
- readonly properties: import("@sinclair/typebox").TPick<import("@sinclair/typebox").TObject<{
25
+ readonly properties: import("@sinclair/typebox").TObject<{
26
26
  showHeader: import("@sinclair/typebox").TBoolean;
27
27
  showContent: import("@sinclair/typebox").TBoolean;
28
28
  showFooter: import("@sinclair/typebox").TBoolean;
29
29
  showDivider: import("@sinclair/typebox").TBoolean;
30
- headerSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
31
- contentSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
32
- footerSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
33
- }>, ["showHeader", "showContent", "showFooter", "showDivider"]>;
30
+ }>;
34
31
  readonly classes: readonly [{
35
32
  readonly name: "根元素";
36
33
  readonly selector: ".wd-card-root";
@@ -43,6 +40,10 @@ declare const config: {
43
40
  readonly name: "H5 端卡片组件根元素";
44
41
  readonly selector: ".wd-h5-card-root";
45
42
  readonly description: "可以为 H5 端的卡片组件编写样式";
43
+ }, {
44
+ readonly name: "小程序端卡片组件根元素";
45
+ readonly selector: ".wd-mp-card-root";
46
+ readonly description: "可以为小程序端的卡片组件编写样式";
46
47
  }, {
47
48
  readonly name: "卡片顶部根元素";
48
49
  readonly selector: ".wd-card__header";
@@ -67,12 +68,11 @@ declare const config: {
67
68
  readonly componentName: "Card";
68
69
  readonly description: "卡片容器,可承载文字、按钮、图片等";
69
70
  readonly icon: "../../icons/GraphicCard.svg";
70
- readonly category: "展示";
71
- readonly categoryOrder: 400;
72
- readonly componentOrder: 266;
73
- readonly platform: readonly ["MOBILEWEB", "PCWEB"];
71
+ readonly category: "布局";
72
+ readonly categoryOrder: 200;
73
+ readonly componentOrder: 70;
74
74
  readonly visible: readonly ["APP"];
75
- readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/show/WdCard";
75
+ readonly docsUrl: "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/grid/WdCard";
76
76
  readonly templates: readonly [{
77
77
  readonly to: "headerSlot";
78
78
  readonly when: "$attached";
@@ -28,6 +28,7 @@ const data = Type.Object({
28
28
  showDivider: Type.Boolean({
29
29
  title: '显示分割线',
30
30
  'x-runtime-default': true,
31
+ default: false,
31
32
  type: 'boolean',
32
33
  description: '显示分割线',
33
34
  'x-group': '高级属性',
@@ -70,6 +71,11 @@ const config = defineConfig({
70
71
  selector: '.wd-h5-card-root',
71
72
  description: '可以为 H5 端的卡片组件编写样式',
72
73
  },
74
+ {
75
+ name: '小程序端卡片组件根元素',
76
+ selector: '.wd-mp-card-root',
77
+ description: '可以为小程序端的卡片组件编写样式',
78
+ },
73
79
  {
74
80
  name: '卡片顶部根元素',
75
81
  selector: '.wd-card__header',
@@ -102,12 +108,11 @@ const config = defineConfig({
102
108
  componentName: 'Card',
103
109
  description: '卡片容器,可承载文字、按钮、图片等',
104
110
  icon: '../../icons/GraphicCard.svg',
105
- category: '展示',
106
- categoryOrder: 400,
107
- componentOrder: 266,
108
- platform: ['MOBILEWEB', 'PCWEB'],
111
+ category: '布局',
112
+ categoryOrder: 200,
113
+ componentOrder: 70,
109
114
  visible: ['APP'],
110
- docsUrl: 'https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/show/WdCard',
115
+ docsUrl: 'https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/grid/WdCard',
111
116
  templates: [
112
117
  {
113
118
  to: 'headerSlot',
@@ -5,115 +5,70 @@ export declare const WD_CHECKBOX_STATUS: {
5
5
  value: string;
6
6
  }[];
7
7
  declare const data: import("@sinclair/typebox").TObject<{
8
- extra: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
8
+ extra: import("@sinclair/typebox").TString;
9
9
  direction: import("@sinclair/typebox").TUnsafe<string>;
10
10
  borderedH5: import("@sinclair/typebox").TBoolean;
11
11
  status: import("@sinclair/typebox").TUnsafe<string>;
12
12
  required: import("@sinclair/typebox").TBoolean;
13
13
  requiredFlag: import("@sinclair/typebox").TBoolean;
14
- requiredMsg: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
15
- format: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
16
- enumName: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
17
- tipBlock: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
18
- label: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
14
+ requiredMsg: import("@sinclair/typebox").TString;
15
+ format: import("@sinclair/typebox").TString;
16
+ enumName: import("@sinclair/typebox").TString;
17
+ tipBlock: import("@sinclair/typebox").TString;
18
+ label: import("@sinclair/typebox").TString;
19
19
  layout: import("@sinclair/typebox").TUnsafe<string>;
20
20
  labelVisible: import("@sinclair/typebox").TBoolean;
21
- labelWidth: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
21
+ labelWidth: import("@sinclair/typebox").TString;
22
22
  labelAlign: import("@sinclair/typebox").TUnsafe<string>;
23
23
  labelWrap: import("@sinclair/typebox").TBoolean;
24
- labelTips: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
25
- name: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
24
+ labelTips: import("@sinclair/typebox").TString;
25
+ name: import("@sinclair/typebox").TString;
26
26
  range: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
27
- label: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
28
- value: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
27
+ label: import("@sinclair/typebox").TString;
28
+ value: import("@sinclair/typebox").TString;
29
29
  }>>;
30
- value: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
30
+ value: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
31
31
  size: import("@sinclair/typebox").TUnsafe<string>;
32
32
  }>;
33
33
  export type DataType = Simplify<Static<typeof data>>;
34
34
  declare const config: {
35
35
  readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
36
36
  readonly data: import("@sinclair/typebox").TObject<{
37
- extra: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
37
+ extra: import("@sinclair/typebox").TString;
38
38
  direction: import("@sinclair/typebox").TUnsafe<string>;
39
39
  borderedH5: import("@sinclair/typebox").TBoolean;
40
40
  status: import("@sinclair/typebox").TUnsafe<string>;
41
41
  required: import("@sinclair/typebox").TBoolean;
42
42
  requiredFlag: import("@sinclair/typebox").TBoolean;
43
- requiredMsg: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
44
- format: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
45
- enumName: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
46
- tipBlock: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
47
- label: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
43
+ requiredMsg: import("@sinclair/typebox").TString;
44
+ format: import("@sinclair/typebox").TString;
45
+ enumName: import("@sinclair/typebox").TString;
46
+ tipBlock: import("@sinclair/typebox").TString;
47
+ label: import("@sinclair/typebox").TString;
48
48
  layout: import("@sinclair/typebox").TUnsafe<string>;
49
49
  labelVisible: import("@sinclair/typebox").TBoolean;
50
- labelWidth: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
50
+ labelWidth: import("@sinclair/typebox").TString;
51
51
  labelAlign: import("@sinclair/typebox").TUnsafe<string>;
52
52
  labelWrap: import("@sinclair/typebox").TBoolean;
53
- labelTips: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
54
- name: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
53
+ labelTips: import("@sinclair/typebox").TString;
54
+ name: import("@sinclair/typebox").TString;
55
55
  range: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
56
- label: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
57
- value: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
56
+ label: import("@sinclair/typebox").TString;
57
+ value: import("@sinclair/typebox").TString;
58
58
  }>>;
59
- value: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
59
+ value: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
60
60
  size: import("@sinclair/typebox").TUnsafe<string>;
61
61
  }>;
62
- readonly properties: import("@sinclair/typebox").TPick<import("@sinclair/typebox").TPartial<import("@sinclair/typebox").TObject<{
63
- name: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
64
- mode: import("@sinclair/typebox").TUnsafe<string>;
65
- _modeInTime: import("@sinclair/typebox").TUnsafe<string>;
66
- dateFormat: import("@sinclair/typebox").TUnsafe<string>;
67
- value: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
68
- _valueInDate: import("@sinclair/typebox").TAny;
69
- _valueInTime: import("@sinclair/typebox").TAny;
70
- start: import("@sinclair/typebox").TAny;
71
- end: import("@sinclair/typebox").TAny;
72
- inputValue: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
73
- placeholder: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
74
- size: import("@sinclair/typebox").TUnsafe<string>;
75
- block: import("@sinclair/typebox").TBoolean;
76
- label: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
77
- labelVisible: import("@sinclair/typebox").TBoolean;
78
- labelAlign: import("@sinclair/typebox").TUnsafe<string>;
79
- labelWrap: import("@sinclair/typebox").TBoolean;
80
- layout: import("@sinclair/typebox").TUnsafe<string>;
81
- labelWidth: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
82
- labelTips: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
83
- clearable: import("@sinclair/typebox").TBoolean;
84
- before: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
85
- after: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
86
- isUnionValue: import("@sinclair/typebox").TBoolean;
87
- prefixType: import("@sinclair/typebox").TUnsafe<string>;
88
- prefixIcon: import("@sinclair/typebox").TUnsafe<string>;
89
- prefixSrc: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
90
- suffixType: import("@sinclair/typebox").TUnsafe<string>;
91
- suffixIcon: import("@sinclair/typebox").TUnsafe<string>;
92
- suffixSrc: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
93
- extra: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
94
- password: import("@sinclair/typebox").TBoolean;
95
- type: import("@sinclair/typebox").TUnsafe<string>;
96
- counterVisible: import("@sinclair/typebox").TBoolean;
97
- focus: import("@sinclair/typebox").TBoolean;
98
- borderedH5: import("@sinclair/typebox").TBoolean;
99
- borderedPc: import("@sinclair/typebox").TBoolean;
100
- isNickNameType: import("@sinclair/typebox").TBoolean;
101
- maxLength: import("@sinclair/typebox").TNumber;
102
- rules: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
103
- format: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
104
- message: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
105
- pattern: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
106
- }>>;
107
- validateStatus: import("@sinclair/typebox").TUnsafe<string>;
108
- status: import("@sinclair/typebox").TUnsafe<string>;
109
- required: import("@sinclair/typebox").TBoolean;
110
- requiredFlag: import("@sinclair/typebox").TBoolean;
111
- requiredMsg: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
112
- visible: import("@sinclair/typebox").TBoolean;
113
- disabled: import("@sinclair/typebox").TBoolean;
114
- readOnly: import("@sinclair/typebox").TBoolean;
115
- selectedLabel: import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">;
116
- }>>, ["name", "value", "label", "required", "visible", "disabled", "readOnly", "selectedLabel"]>;
62
+ readonly properties: import("@sinclair/typebox").TObject<{
63
+ label: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
64
+ name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
65
+ value: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
66
+ required: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
67
+ disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
68
+ visible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
69
+ readOnly: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
70
+ selectedLabel: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
71
+ }>;
117
72
  readonly classes: readonly [{
118
73
  readonly name: "根元素";
119
74
  readonly selector: ".wd-checkbox-root";
@@ -214,7 +169,7 @@ declare const config: {
214
169
  readonly methods: readonly [{
215
170
  readonly params: {
216
171
  readonly properties: {
217
- readonly value: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
172
+ readonly value: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
218
173
  };
219
174
  };
220
175
  readonly name: string;
@@ -273,7 +228,7 @@ declare const config: {
273
228
  readonly title: "值改变";
274
229
  readonly name: "change";
275
230
  readonly detail: import("@sinclair/typebox").TObject<{
276
- value: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString<"string" | "boolean" | "object" | "function" | "tel" | "x-long-text" | "phone" | "datetime" | "array" | "url" | "x-image" | "x-rtf" | "x-enum" | "x-location" | "x-file" | "x-autonumber" | "x-area-code" | "related" | "father-son" | "many-many">>;
231
+ value: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
277
232
  }>;
278
233
  }];
279
234
  readonly meta: {