@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
@@ -2,16 +2,16 @@ import { Static, StaticEventsType } from '../type-utils';
2
2
  import type { Simplify } from 'type-fest';
3
3
  declare const WD_INPUT_DATA: {
4
4
  clearable: import("@sinclair/typebox").TBoolean;
5
- 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">;
6
- 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">;
5
+ before: import("@sinclair/typebox").TString;
6
+ after: import("@sinclair/typebox").TString;
7
7
  isUnionValue: import("@sinclair/typebox").TBoolean;
8
8
  prefixType: import("@sinclair/typebox").TUnsafe<string>;
9
9
  prefixIcon: import("@sinclair/typebox").TUnsafe<string>;
10
- 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">;
10
+ prefixSrc: import("@sinclair/typebox").TString;
11
11
  suffixType: import("@sinclair/typebox").TUnsafe<string>;
12
12
  suffixIcon: import("@sinclair/typebox").TUnsafe<string>;
13
- 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">;
14
- 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">;
13
+ suffixSrc: import("@sinclair/typebox").TString;
14
+ extra: import("@sinclair/typebox").TString;
15
15
  password: import("@sinclair/typebox").TBoolean;
16
16
  type: import("@sinclair/typebox").TUnsafe<string>;
17
17
  counterVisible: import("@sinclair/typebox").TBoolean;
@@ -21,199 +21,155 @@ declare const WD_INPUT_DATA: {
21
21
  isNickNameType: import("@sinclair/typebox").TBoolean;
22
22
  maxLength: import("@sinclair/typebox").TNumber;
23
23
  rules: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
24
- 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">;
25
- 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">;
26
- 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">>;
24
+ format: import("@sinclair/typebox").TString;
25
+ message: import("@sinclair/typebox").TString;
26
+ pattern: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
27
27
  }>>;
28
28
  status: import("@sinclair/typebox").TUnsafe<string>;
29
29
  required: import("@sinclair/typebox").TBoolean;
30
30
  requiredFlag: import("@sinclair/typebox").TBoolean;
31
- 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">;
32
- 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">;
31
+ requiredMsg: import("@sinclair/typebox").TString;
32
+ label: import("@sinclair/typebox").TString;
33
33
  layout: import("@sinclair/typebox").TUnsafe<string>;
34
34
  labelVisible: import("@sinclair/typebox").TBoolean;
35
- 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">;
35
+ labelWidth: import("@sinclair/typebox").TString;
36
36
  labelAlign: import("@sinclair/typebox").TUnsafe<string>;
37
37
  labelWrap: import("@sinclair/typebox").TBoolean;
38
- 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">;
39
- 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">;
40
- 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">;
41
- 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">;
38
+ labelTips: import("@sinclair/typebox").TString;
39
+ name: import("@sinclair/typebox").TString;
40
+ inputValue: import("@sinclair/typebox").TString;
41
+ placeholder: import("@sinclair/typebox").TString;
42
42
  size: import("@sinclair/typebox").TUnsafe<string>;
43
43
  block: import("@sinclair/typebox").TBoolean;
44
44
  };
45
- declare const data: import("@sinclair/typebox").TPartial<import("@sinclair/typebox").TObject<{
46
- clearable: import("@sinclair/typebox").TBoolean;
47
- 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">;
48
- 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">;
49
- isUnionValue: import("@sinclair/typebox").TBoolean;
50
- prefixType: import("@sinclair/typebox").TUnsafe<string>;
51
- prefixIcon: import("@sinclair/typebox").TUnsafe<string>;
52
- 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">;
53
- suffixType: import("@sinclair/typebox").TUnsafe<string>;
54
- suffixIcon: import("@sinclair/typebox").TUnsafe<string>;
55
- 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">;
56
- 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">;
57
- password: import("@sinclair/typebox").TBoolean;
58
- type: import("@sinclair/typebox").TUnsafe<string>;
59
- counterVisible: import("@sinclair/typebox").TBoolean;
60
- focus: import("@sinclair/typebox").TBoolean;
61
- borderedH5: import("@sinclair/typebox").TBoolean;
62
- borderedPc: import("@sinclair/typebox").TBoolean;
63
- isNickNameType: import("@sinclair/typebox").TBoolean;
64
- maxLength: import("@sinclair/typebox").TNumber;
65
- rules: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
66
- 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">;
67
- 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">;
68
- 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">>;
69
- }>>;
70
- status: import("@sinclair/typebox").TUnsafe<string>;
71
- required: import("@sinclair/typebox").TBoolean;
72
- requiredFlag: import("@sinclair/typebox").TBoolean;
73
- 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">;
74
- 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">;
75
- layout: import("@sinclair/typebox").TUnsafe<string>;
76
- labelVisible: import("@sinclair/typebox").TBoolean;
77
- 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">;
78
- labelAlign: import("@sinclair/typebox").TUnsafe<string>;
79
- labelWrap: import("@sinclair/typebox").TBoolean;
80
- 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">;
81
- 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">;
82
- 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">;
83
- 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">;
84
- size: import("@sinclair/typebox").TUnsafe<string>;
85
- block: import("@sinclair/typebox").TBoolean;
86
- }>>;
45
+ declare const data: import("@sinclair/typebox").TObject<{
46
+ clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
47
+ before: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
48
+ after: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
49
+ isUnionValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
50
+ prefixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
51
+ prefixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
52
+ prefixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
53
+ suffixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
54
+ suffixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
55
+ suffixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
56
+ extra: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
57
+ password: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
58
+ type: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
59
+ counterVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
60
+ focus: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
61
+ borderedH5: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
62
+ borderedPc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
63
+ isNickNameType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
64
+ maxLength: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
65
+ rules: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
66
+ format: import("@sinclair/typebox").TString;
67
+ message: import("@sinclair/typebox").TString;
68
+ pattern: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
69
+ }>>>;
70
+ status: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
71
+ required: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
72
+ requiredFlag: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
73
+ requiredMsg: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
74
+ label: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
75
+ layout: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
76
+ labelVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
77
+ labelWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
78
+ labelAlign: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
79
+ labelWrap: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
80
+ labelTips: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
81
+ name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
82
+ inputValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
83
+ placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
84
+ size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
85
+ block: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
86
+ }>;
87
87
  declare const events: [{
88
88
  readonly name: "change";
89
89
  readonly title: "值改变";
90
90
  readonly detail: import("@sinclair/typebox").TObject<{
91
- 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">;
91
+ value: import("@sinclair/typebox").TString;
92
92
  }>;
93
93
  }, {
94
94
  readonly name: "focus";
95
95
  readonly title: "聚焦";
96
96
  readonly detail: import("@sinclair/typebox").TObject<{
97
- 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">;
97
+ value: import("@sinclair/typebox").TString;
98
98
  }>;
99
99
  }, {
100
100
  readonly name: "blur";
101
101
  readonly title: "失焦";
102
102
  readonly detail: import("@sinclair/typebox").TObject<{
103
- 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">;
103
+ value: import("@sinclair/typebox").TString;
104
104
  }>;
105
105
  }, {
106
106
  readonly name: "confirm";
107
107
  readonly title: "确认";
108
108
  readonly detail: import("@sinclair/typebox").TObject<{
109
- 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">;
109
+ value: import("@sinclair/typebox").TString;
110
110
  }>;
111
111
  }, {
112
112
  readonly name: "clear";
113
113
  readonly title: "清除内容";
114
114
  readonly detail: import("@sinclair/typebox").TObject<{
115
- originValue: 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">;
115
+ originValue: import("@sinclair/typebox").TString;
116
116
  }>;
117
117
  }];
118
118
  declare const config: {
119
119
  readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
120
- readonly data: import("@sinclair/typebox").TPartial<import("@sinclair/typebox").TObject<{
121
- clearable: import("@sinclair/typebox").TBoolean;
122
- 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">;
123
- 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">;
124
- isUnionValue: import("@sinclair/typebox").TBoolean;
125
- prefixType: import("@sinclair/typebox").TUnsafe<string>;
126
- prefixIcon: import("@sinclair/typebox").TUnsafe<string>;
127
- 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">;
128
- suffixType: import("@sinclair/typebox").TUnsafe<string>;
129
- suffixIcon: import("@sinclair/typebox").TUnsafe<string>;
130
- 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">;
131
- 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">;
132
- password: import("@sinclair/typebox").TBoolean;
133
- type: import("@sinclair/typebox").TUnsafe<string>;
134
- counterVisible: import("@sinclair/typebox").TBoolean;
135
- focus: import("@sinclair/typebox").TBoolean;
136
- borderedH5: import("@sinclair/typebox").TBoolean;
137
- borderedPc: import("@sinclair/typebox").TBoolean;
138
- isNickNameType: import("@sinclair/typebox").TBoolean;
139
- maxLength: import("@sinclair/typebox").TNumber;
140
- rules: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
141
- 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">;
142
- 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">;
143
- 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">>;
144
- }>>;
145
- status: import("@sinclair/typebox").TUnsafe<string>;
146
- required: import("@sinclair/typebox").TBoolean;
147
- requiredFlag: import("@sinclair/typebox").TBoolean;
148
- 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">;
149
- 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">;
150
- layout: import("@sinclair/typebox").TUnsafe<string>;
151
- labelVisible: import("@sinclair/typebox").TBoolean;
152
- 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">;
153
- labelAlign: import("@sinclair/typebox").TUnsafe<string>;
154
- labelWrap: import("@sinclair/typebox").TBoolean;
155
- 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">;
156
- 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">;
157
- 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">;
158
- 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">;
159
- size: import("@sinclair/typebox").TUnsafe<string>;
160
- block: import("@sinclair/typebox").TBoolean;
161
- }>>;
162
- readonly properties: import("@sinclair/typebox").TPick<import("@sinclair/typebox").TPartial<import("@sinclair/typebox").TObject<{
163
- 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">;
164
- mode: import("@sinclair/typebox").TUnsafe<string>;
165
- _modeInTime: import("@sinclair/typebox").TUnsafe<string>;
166
- dateFormat: import("@sinclair/typebox").TUnsafe<string>;
167
- 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">;
168
- _valueInDate: import("@sinclair/typebox").TAny;
169
- _valueInTime: import("@sinclair/typebox").TAny;
170
- start: import("@sinclair/typebox").TAny;
171
- end: import("@sinclair/typebox").TAny;
172
- 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">;
173
- 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">;
174
- size: import("@sinclair/typebox").TUnsafe<string>;
175
- block: import("@sinclair/typebox").TBoolean;
176
- 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">;
177
- labelVisible: import("@sinclair/typebox").TBoolean;
178
- labelAlign: import("@sinclair/typebox").TUnsafe<string>;
179
- labelWrap: import("@sinclair/typebox").TBoolean;
180
- layout: import("@sinclair/typebox").TUnsafe<string>;
181
- 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">;
182
- 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">;
183
- clearable: import("@sinclair/typebox").TBoolean;
184
- 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">;
185
- 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">;
186
- isUnionValue: import("@sinclair/typebox").TBoolean;
187
- prefixType: import("@sinclair/typebox").TUnsafe<string>;
188
- prefixIcon: import("@sinclair/typebox").TUnsafe<string>;
189
- 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">;
190
- suffixType: import("@sinclair/typebox").TUnsafe<string>;
191
- suffixIcon: import("@sinclair/typebox").TUnsafe<string>;
192
- 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">;
193
- 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">;
194
- password: import("@sinclair/typebox").TBoolean;
195
- type: import("@sinclair/typebox").TUnsafe<string>;
196
- counterVisible: import("@sinclair/typebox").TBoolean;
197
- focus: import("@sinclair/typebox").TBoolean;
198
- borderedH5: import("@sinclair/typebox").TBoolean;
199
- borderedPc: import("@sinclair/typebox").TBoolean;
200
- isNickNameType: import("@sinclair/typebox").TBoolean;
201
- maxLength: import("@sinclair/typebox").TNumber;
202
- rules: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
203
- 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">;
204
- 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">;
205
- 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">>;
206
- }>>;
207
- validateStatus: import("@sinclair/typebox").TUnsafe<string>;
208
- status: import("@sinclair/typebox").TUnsafe<string>;
209
- required: import("@sinclair/typebox").TBoolean;
210
- requiredFlag: import("@sinclair/typebox").TBoolean;
211
- 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">;
212
- visible: import("@sinclair/typebox").TBoolean;
213
- disabled: import("@sinclair/typebox").TBoolean;
214
- readOnly: import("@sinclair/typebox").TBoolean;
215
- 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">;
216
- }>>, ["name", "label", "required", "before", "after", "visible", "disabled", "readOnly", "value"]>;
120
+ readonly data: import("@sinclair/typebox").TObject<{
121
+ clearable: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
122
+ before: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
123
+ after: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
124
+ isUnionValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
125
+ prefixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
126
+ prefixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
127
+ prefixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
128
+ suffixType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
129
+ suffixIcon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
130
+ suffixSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
131
+ extra: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
132
+ password: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
133
+ type: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
134
+ counterVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
135
+ focus: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
136
+ borderedH5: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
137
+ borderedPc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
138
+ isNickNameType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
139
+ maxLength: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
140
+ rules: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
141
+ format: import("@sinclair/typebox").TString;
142
+ message: import("@sinclair/typebox").TString;
143
+ pattern: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
144
+ }>>>;
145
+ status: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
146
+ required: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
147
+ requiredFlag: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
148
+ requiredMsg: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
149
+ label: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
150
+ layout: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
151
+ labelVisible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
152
+ labelWidth: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
153
+ labelAlign: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
154
+ labelWrap: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
155
+ labelTips: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
156
+ name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
157
+ inputValue: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
158
+ placeholder: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
159
+ size: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
160
+ block: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
161
+ }>;
162
+ readonly properties: import("@sinclair/typebox").TObject<{
163
+ label: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
164
+ name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
165
+ value: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
166
+ required: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
167
+ disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
168
+ visible: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
169
+ after: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
170
+ readOnly: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
171
+ before: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
172
+ }>;
217
173
  readonly classes: {
218
174
  name: string;
219
175
  selector: string;
@@ -284,31 +240,31 @@ declare const config: {
284
240
  readonly name: "change";
285
241
  readonly title: "值改变";
286
242
  readonly detail: import("@sinclair/typebox").TObject<{
287
- 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">;
243
+ value: import("@sinclair/typebox").TString;
288
244
  }>;
289
245
  }, {
290
246
  readonly name: "focus";
291
247
  readonly title: "聚焦";
292
248
  readonly detail: import("@sinclair/typebox").TObject<{
293
- 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">;
249
+ value: import("@sinclair/typebox").TString;
294
250
  }>;
295
251
  }, {
296
252
  readonly name: "blur";
297
253
  readonly title: "失焦";
298
254
  readonly detail: import("@sinclair/typebox").TObject<{
299
- 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">;
255
+ value: import("@sinclair/typebox").TString;
300
256
  }>;
301
257
  }, {
302
258
  readonly name: "confirm";
303
259
  readonly title: "确认";
304
260
  readonly detail: import("@sinclair/typebox").TObject<{
305
- 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">;
261
+ value: import("@sinclair/typebox").TString;
306
262
  }>;
307
263
  }, {
308
264
  readonly name: "clear";
309
265
  readonly title: "清除内容";
310
266
  readonly detail: import("@sinclair/typebox").TObject<{
311
- originValue: 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">;
267
+ originValue: import("@sinclair/typebox").TString;
312
268
  }>;
313
269
  }];
314
270
  readonly meta: {
@@ -14,11 +14,7 @@ declare const config: {
14
14
  headerRightSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
15
15
  contentSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
16
16
  }>;
17
- readonly properties: import("@sinclair/typebox").TPick<import("@sinclair/typebox").TObject<{
18
- headerLeftSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
19
- headerRightSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
20
- contentSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
21
- }>, []>;
17
+ readonly properties: import("@sinclair/typebox").TObject<{}>;
22
18
  readonly classes: readonly [{
23
19
  readonly name: "根元素";
24
20
  readonly selector: ".wd-layout-root";
@@ -2,18 +2,18 @@
2
2
  import { Static } from '../type-utils';
3
3
  import type { Simplify } from 'type-fest';
4
4
  declare const data: import("@sinclair/typebox").TObject<{
5
- content: 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">;
6
- url: 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">;
5
+ content: import("@sinclair/typebox").TString;
6
+ url: import("@sinclair/typebox").TString;
7
7
  isOpenInNewWindow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
8
8
  params: import("@sinclair/typebox").TReadonly<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
9
- key: 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">;
10
- 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">;
9
+ key: import("@sinclair/typebox").TString;
10
+ value: import("@sinclair/typebox").TString;
11
11
  }>>>;
12
12
  enableSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
13
13
  iconType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
14
14
  iconSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
15
15
  icon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
16
- 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">>;
16
+ iconSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
17
17
  iconPosition: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
18
18
  disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
19
19
  contentSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
@@ -22,39 +22,27 @@ export type DataType = Simplify<Static<typeof data>>;
22
22
  declare const config: {
23
23
  readonly $schema: "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json";
24
24
  readonly data: import("@sinclair/typebox").TObject<{
25
- content: 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">;
26
- url: 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
+ content: import("@sinclair/typebox").TString;
26
+ url: import("@sinclair/typebox").TString;
27
27
  isOpenInNewWindow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
28
28
  params: import("@sinclair/typebox").TReadonly<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
29
- key: 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").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
+ key: import("@sinclair/typebox").TString;
30
+ value: import("@sinclair/typebox").TString;
31
31
  }>>>;
32
32
  enableSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
33
33
  iconType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
34
34
  iconSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
35
35
  icon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
36
- 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">>;
36
+ iconSrc: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
37
37
  iconPosition: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
38
38
  disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
39
39
  contentSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
40
40
  }>;
41
- readonly properties: import("@sinclair/typebox").TPick<import("@sinclair/typebox").TObject<{
42
- content: 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
- url: 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
- isOpenInNewWindow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
45
- params: import("@sinclair/typebox").TReadonly<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
46
- key: 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
- 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">;
48
- }>>>;
49
- enableSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
50
- iconType: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
51
- iconSource: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
52
- icon: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
53
- 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">>;
54
- iconPosition: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string>>;
41
+ readonly properties: import("@sinclair/typebox").TObject<{
42
+ url: import("@sinclair/typebox").TString;
55
43
  disabled: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
56
- contentSlot: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<import("react").ReactNode>>;
57
- }>, ["content", "url", "disabled"]>;
44
+ content: import("@sinclair/typebox").TString;
45
+ }>;
58
46
  readonly classes: readonly [{
59
47
  readonly name: "根元素";
60
48
  readonly selector: ".wd-link";