amis 1.9.1-beta.0 → 1.9.1-beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (278) hide show
  1. package/lib/RootRenderer.js +10 -2
  2. package/lib/RootRenderer.js.map +2 -2
  3. package/lib/Schema.d.ts +3 -2
  4. package/lib/Schema.js.map +1 -1
  5. package/lib/SchemaRenderer.js +6 -9
  6. package/lib/SchemaRenderer.js.map +2 -2
  7. package/lib/actions/CmptAction.js +4 -4
  8. package/lib/actions/CmptAction.js.map +2 -2
  9. package/lib/components/Button.d.ts +11 -10
  10. package/lib/components/Button.js +2 -2
  11. package/lib/components/Button.js.map +2 -2
  12. package/lib/components/CalendarMobile.d.ts +40 -40
  13. package/lib/components/Checkbox.js +1 -1
  14. package/lib/components/Checkbox.js.map +2 -2
  15. package/lib/components/ContextMenu.d.ts +4 -0
  16. package/lib/components/ContextMenu.js +23 -7
  17. package/lib/components/ContextMenu.js.map +2 -2
  18. package/lib/components/DatePicker.d.ts +40 -40
  19. package/lib/components/DateRangePicker.d.ts +40 -40
  20. package/lib/components/Form.d.ts +22 -0
  21. package/lib/components/Form.js +44 -0
  22. package/lib/components/Form.js.map +13 -0
  23. package/lib/components/FormField.d.ts +65 -0
  24. package/lib/components/FormField.js +48 -0
  25. package/lib/components/FormField.js.map +13 -0
  26. package/lib/components/InputBox.d.ts +10 -10
  27. package/lib/components/InputBox.js +4 -3
  28. package/lib/components/InputBox.js.map +2 -2
  29. package/lib/components/InputBoxWithSuggestion.d.ts +280 -0
  30. package/lib/components/InputBoxWithSuggestion.js +65 -0
  31. package/lib/components/InputBoxWithSuggestion.js.map +13 -0
  32. package/lib/components/ListGroup.d.ts +10 -10
  33. package/lib/components/PickerContainer.d.ts +4 -2
  34. package/lib/components/PickerContainer.js +28 -5
  35. package/lib/components/PickerContainer.js.map +2 -2
  36. package/lib/components/Radios.d.ts +10 -10
  37. package/lib/components/ResultBox.d.ts +40 -40
  38. package/lib/components/Select.d.ts +195 -202
  39. package/lib/components/Select.js +7 -3
  40. package/lib/components/Select.js.map +2 -2
  41. package/lib/components/Textarea.d.ts +568 -2
  42. package/lib/components/Textarea.js +129 -1
  43. package/lib/components/Textarea.js.map +2 -2
  44. package/lib/components/Toast.js +11 -9
  45. package/lib/components/Toast.js.map +2 -2
  46. package/lib/components/UserSelect.d.ts +500 -0
  47. package/lib/components/UserSelect.js +559 -0
  48. package/lib/components/UserSelect.js.map +13 -0
  49. package/lib/components/UserTabSelect.d.ts +320 -0
  50. package/lib/components/UserTabSelect.js +163 -0
  51. package/lib/components/UserTabSelect.js.map +13 -0
  52. package/lib/components/WithRemoteConfig.d.ts +7 -0
  53. package/lib/components/WithRemoteConfig.js +22 -13
  54. package/lib/components/WithRemoteConfig.js.map +2 -2
  55. package/lib/components/calendar/DaysView.d.ts +26 -1
  56. package/lib/components/calendar/DaysView.js +60 -19
  57. package/lib/components/calendar/DaysView.js.map +2 -2
  58. package/lib/components/calendar/TimeView.d.ts +1 -1
  59. package/lib/components/calendar/TimeView.js +10 -3
  60. package/lib/components/calendar/TimeView.js.map +2 -2
  61. package/lib/components/formula/Picker.js +4 -4
  62. package/lib/components/formula/Picker.js.map +2 -2
  63. package/lib/components/icons.d.ts +7 -1
  64. package/lib/components/icons.js +17 -1
  65. package/lib/components/icons.js.map +2 -2
  66. package/lib/components/index.d.ts +2 -1
  67. package/lib/components/index.js +3 -1
  68. package/lib/components/index.js.map +2 -2
  69. package/lib/components/json-schema/Array.d.ts +3 -0
  70. package/lib/components/json-schema/Array.js +125 -0
  71. package/lib/components/json-schema/Array.js.map +13 -0
  72. package/lib/components/json-schema/Item.d.ts +3 -0
  73. package/lib/components/json-schema/Item.js +34 -0
  74. package/lib/components/json-schema/Item.js.map +13 -0
  75. package/lib/components/json-schema/Object.d.ts +3 -0
  76. package/lib/components/json-schema/Object.js +178 -0
  77. package/lib/components/json-schema/Object.js.map +13 -0
  78. package/lib/components/json-schema/index.d.ts +279 -0
  79. package/lib/components/json-schema/index.js +16 -0
  80. package/lib/components/json-schema/index.js.map +13 -0
  81. package/lib/components/schema-editor/Array.js +2 -2
  82. package/lib/components/schema-editor/Array.js.map +2 -2
  83. package/lib/components/schema-editor/Common.d.ts +2 -0
  84. package/lib/components/schema-editor/Common.js +39 -3
  85. package/lib/components/schema-editor/Common.js.map +2 -2
  86. package/lib/components/schema-editor/Object.js +2 -2
  87. package/lib/components/schema-editor/Object.js.map +2 -2
  88. package/lib/components/schema-editor/index.d.ts +45 -41
  89. package/lib/components/schema-editor/index.js +5 -5
  90. package/lib/components/schema-editor/index.js.map +2 -2
  91. package/lib/components/table/ItemActionsWrapper.d.ts +10 -0
  92. package/lib/components/table/ItemActionsWrapper.js +25 -0
  93. package/lib/components/table/ItemActionsWrapper.js.map +13 -0
  94. package/lib/components/table/index.d.ts +48 -41
  95. package/lib/components/table/index.js +46 -18
  96. package/lib/components/table/index.js.map +2 -2
  97. package/lib/helper.css +125 -124
  98. package/lib/helper.css.map +1 -1
  99. package/lib/hooks/use-validation-resolver.d.ts +1 -0
  100. package/lib/hooks/use-validation-resolver.js +49 -0
  101. package/lib/hooks/use-validation-resolver.js.map +13 -0
  102. package/lib/icons/department.js +17 -0
  103. package/lib/icons/menu.js +9 -0
  104. package/lib/icons/post.js +15 -0
  105. package/lib/icons/role.js +14 -0
  106. package/lib/icons/user-remove.js +12 -0
  107. package/lib/index.d.ts +2 -0
  108. package/lib/index.js +3 -1
  109. package/lib/index.js.map +2 -2
  110. package/lib/locale/de-DE.js +11 -1
  111. package/lib/locale/de-DE.js.map +2 -2
  112. package/lib/locale/en-US.js +12 -1
  113. package/lib/locale/en-US.js.map +2 -2
  114. package/lib/locale/zh-CN.js +14 -3
  115. package/lib/locale/zh-CN.js.map +2 -2
  116. package/lib/renderers/Action.js +25 -11
  117. package/lib/renderers/Action.js.map +2 -2
  118. package/lib/renderers/CRUD.js +5 -1
  119. package/lib/renderers/CRUD.js.map +2 -2
  120. package/lib/renderers/Dialog.js +9 -3
  121. package/lib/renderers/Dialog.js.map +2 -2
  122. package/lib/renderers/Drawer.js +5 -1
  123. package/lib/renderers/Drawer.js.map +2 -2
  124. package/lib/renderers/Form/InputDate.d.ts +2 -2
  125. package/lib/renderers/Form/InputDate.js.map +2 -2
  126. package/lib/renderers/Form/JSONSchema.d.ts +23 -0
  127. package/lib/renderers/Form/JSONSchema.js +44 -0
  128. package/lib/renderers/Form/JSONSchema.js.map +13 -0
  129. package/lib/renderers/Form/JSONSchemaEditor.d.ts +2 -3
  130. package/lib/renderers/Form/JSONSchemaEditor.js +9 -24
  131. package/lib/renderers/Form/JSONSchemaEditor.js.map +2 -2
  132. package/lib/renderers/Form/Options.js +11 -5
  133. package/lib/renderers/Form/Options.js.map +2 -2
  134. package/lib/renderers/Form/Textarea.d.ts +1 -8
  135. package/lib/renderers/Form/Textarea.js +11 -75
  136. package/lib/renderers/Form/Textarea.js.map +2 -2
  137. package/lib/renderers/Form/UserSelect.d.ts +54 -0
  138. package/lib/renderers/Form/UserSelect.js +197 -0
  139. package/lib/renderers/Form/UserSelect.js.map +13 -0
  140. package/lib/renderers/Form/index.d.ts +1 -1
  141. package/lib/renderers/Form/index.js +88 -42
  142. package/lib/renderers/Form/index.js.map +2 -2
  143. package/lib/renderers/Form/wrapControl.js.map +2 -2
  144. package/lib/renderers/Log.d.ts +28 -0
  145. package/lib/renderers/Log.js +110 -20
  146. package/lib/renderers/Log.js.map +2 -2
  147. package/lib/renderers/Page.js +5 -1
  148. package/lib/renderers/Page.js.map +2 -2
  149. package/lib/renderers/Service.js +5 -1
  150. package/lib/renderers/Service.js.map +2 -2
  151. package/lib/renderers/Table-v2/index.d.ts +14 -2
  152. package/lib/renderers/Table-v2/index.js +33 -3
  153. package/lib/renderers/Table-v2/index.js.map +2 -2
  154. package/lib/renderers/Wizard.js +37 -14
  155. package/lib/renderers/Wizard.js.map +2 -2
  156. package/lib/store/form.js +65 -45
  157. package/lib/store/form.js.map +2 -2
  158. package/lib/themes/ang-ie11.css +576 -24
  159. package/lib/themes/ang.css +553 -12
  160. package/lib/themes/ang.css.map +1 -1
  161. package/lib/themes/antd-ie11.css +576 -24
  162. package/lib/themes/antd.css +553 -12
  163. package/lib/themes/antd.css.map +1 -1
  164. package/lib/themes/cxd-ie11.css +576 -24
  165. package/lib/themes/cxd.css +553 -12
  166. package/lib/themes/cxd.css.map +1 -1
  167. package/lib/themes/dark-ie11.css +576 -24
  168. package/lib/themes/dark.css +553 -12
  169. package/lib/themes/dark.css.map +1 -1
  170. package/lib/themes/default-ie11.css +576 -24
  171. package/lib/themes/default.css +553 -12
  172. package/lib/themes/default.css.map +1 -1
  173. package/lib/utils/api.js +1 -1
  174. package/lib/utils/api.js.map +2 -2
  175. package/lib/utils/renderer-event.js.map +2 -2
  176. package/package.json +2 -1
  177. package/schema.json +552 -5
  178. package/scss/_properties.scss +20 -8
  179. package/scss/components/_input-box.scss +22 -1
  180. package/scss/components/_json-schema.scss +124 -0
  181. package/scss/components/_log.scss +37 -5
  182. package/scss/components/form/_date-range.scss +1 -0
  183. package/scss/components/form/_select.scss +9 -0
  184. package/scss/components/form/_transfer.scss +19 -3
  185. package/scss/components/form/_user-select.scss +422 -0
  186. package/scss/helper/background/_background-color.scss +125 -124
  187. package/scss/themes/_common.scss +2 -0
  188. package/sdk/ang-ie11.css +670 -24
  189. package/sdk/ang.css +647 -12
  190. package/sdk/antd-ie11.css +670 -24
  191. package/sdk/antd.css +647 -12
  192. package/sdk/barcode.js +51 -51
  193. package/sdk/charts.js +14 -14
  194. package/sdk/codemirror.js +7 -7
  195. package/sdk/color-picker.js +65 -65
  196. package/sdk/cropperjs.js +2 -2
  197. package/sdk/cxd-ie11.css +670 -24
  198. package/sdk/cxd.css +647 -12
  199. package/sdk/dark-ie11.css +670 -24
  200. package/sdk/dark.css +647 -12
  201. package/sdk/exceljs.js +1 -1
  202. package/sdk/helper.css +125 -124
  203. package/sdk/helper.css.map +1 -1
  204. package/sdk/locale/de-DE.js +11 -1
  205. package/sdk/markdown.js +69 -69
  206. package/sdk/papaparse.js +1 -1
  207. package/sdk/renderers/Form/CityDB.js +1 -1
  208. package/sdk/rest.js +16 -16
  209. package/sdk/rich-text.js +62 -62
  210. package/sdk/sdk-ie11.css +670 -24
  211. package/sdk/sdk.css +647 -12
  212. package/sdk/sdk.js +1653 -1637
  213. package/sdk/thirds/hls.js/hls.js +1 -1
  214. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  215. package/sdk/tinymce.js +57 -57
  216. package/src/RootRenderer.tsx +27 -15
  217. package/src/Schema.ts +5 -1
  218. package/src/SchemaRenderer.tsx +1 -4
  219. package/src/actions/CmptAction.ts +4 -4
  220. package/src/components/Button.tsx +3 -0
  221. package/src/components/Checkbox.tsx +2 -1
  222. package/src/components/ContextMenu.tsx +25 -7
  223. package/src/components/Form.tsx +70 -0
  224. package/src/components/FormField.tsx +127 -0
  225. package/src/components/InputBox.tsx +4 -1
  226. package/src/components/InputBoxWithSuggestion.tsx +113 -0
  227. package/src/components/PickerContainer.tsx +20 -5
  228. package/src/components/Select.tsx +18 -10
  229. package/src/components/Textarea.tsx +234 -2
  230. package/src/components/Toast.tsx +19 -18
  231. package/src/components/UserSelect.tsx +850 -0
  232. package/src/components/UserTabSelect.tsx +261 -0
  233. package/src/components/WithRemoteConfig.tsx +35 -11
  234. package/src/components/calendar/DaysView.tsx +117 -49
  235. package/src/components/calendar/TimeView.tsx +11 -6
  236. package/src/components/formula/Picker.tsx +2 -1
  237. package/src/components/icons.tsx +17 -1
  238. package/src/components/index.tsx +3 -1
  239. package/src/components/json-schema/Array.tsx +216 -0
  240. package/src/components/json-schema/Item.tsx +47 -0
  241. package/src/components/json-schema/Object.tsx +339 -0
  242. package/src/components/json-schema/index.tsx +44 -0
  243. package/src/components/schema-editor/Array.tsx +3 -1
  244. package/src/components/schema-editor/Common.tsx +61 -4
  245. package/src/components/schema-editor/Object.tsx +3 -1
  246. package/src/components/schema-editor/index.tsx +12 -5
  247. package/src/components/table/ItemActionsWrapper.tsx +32 -0
  248. package/src/components/table/index.tsx +115 -58
  249. package/src/hooks/use-validation-resolver.ts +45 -0
  250. package/src/icons/department.svg +17 -0
  251. package/src/icons/menu.svg +2 -0
  252. package/src/icons/post.svg +15 -0
  253. package/src/icons/role.svg +14 -0
  254. package/src/icons/user-remove.svg +12 -0
  255. package/src/index.tsx +2 -0
  256. package/src/locale/de-DE.ts +11 -1
  257. package/src/locale/en-US.ts +12 -1
  258. package/src/locale/zh-CN.ts +14 -3
  259. package/src/renderers/Action.tsx +10 -9
  260. package/src/renderers/CRUD.tsx +5 -1
  261. package/src/renderers/Dialog.tsx +9 -3
  262. package/src/renderers/Drawer.tsx +5 -1
  263. package/src/renderers/Form/InputDate.tsx +9 -4
  264. package/src/renderers/Form/JSONSchema.tsx +56 -0
  265. package/src/renderers/Form/JSONSchemaEditor.tsx +8 -27
  266. package/src/renderers/Form/Options.tsx +17 -7
  267. package/src/renderers/Form/Textarea.tsx +7 -117
  268. package/src/renderers/Form/UserSelect.tsx +263 -0
  269. package/src/renderers/Form/index.tsx +28 -18
  270. package/src/renderers/Form/wrapControl.tsx +0 -1
  271. package/src/renderers/Log.tsx +213 -19
  272. package/src/renderers/Page.tsx +6 -1
  273. package/src/renderers/Service.tsx +5 -1
  274. package/src/renderers/Table-v2/index.tsx +65 -2
  275. package/src/renderers/Wizard.tsx +24 -10
  276. package/src/store/form.ts +24 -17
  277. package/src/utils/api.ts +1 -1
  278. package/src/utils/renderer-event.ts +0 -2
package/schema.json CHANGED
@@ -3450,6 +3450,29 @@
3450
3450
  "then": {
3451
3451
  "$ref": "#/definitions/TreeSelectControlSchema"
3452
3452
  }
3453
+ },
3454
+ {
3455
+ "if": {
3456
+ "properties": {
3457
+ "type": {
3458
+ "type": "string",
3459
+ "const": "users-select",
3460
+ "description": "表单项类型"
3461
+ },
3462
+ "mode": {
3463
+ "type": "string",
3464
+ "enum": [
3465
+ "normal",
3466
+ "inline",
3467
+ "horizontal"
3468
+ ],
3469
+ "description": "配置当前表单项展示模式"
3470
+ }
3471
+ }
3472
+ },
3473
+ "then": {
3474
+ "$ref": "#/definitions/UserSelectControlSchema"
3475
+ }
3453
3476
  }
3454
3477
  ]
3455
3478
  },
@@ -6015,6 +6038,7 @@
6015
6038
  "static-image",
6016
6039
  "images",
6017
6040
  "static-images",
6041
+ "json-schema",
6018
6042
  "json-schema-editor",
6019
6043
  "json",
6020
6044
  "static-json",
@@ -6164,6 +6188,7 @@
6164
6188
  "table-view",
6165
6189
  "portlet",
6166
6190
  "grid-nav",
6191
+ "users-select",
6167
6192
  "tag",
6168
6193
  "native-date",
6169
6194
  "native-time",
@@ -32772,6 +32797,18 @@
32772
32797
  "toggled": {
32773
32798
  "type": "boolean",
32774
32799
  "description": "当前列是否展示"
32800
+ },
32801
+ "className": {
32802
+ "type": "string",
32803
+ "description": "列样式"
32804
+ },
32805
+ "titleClassName": {
32806
+ "type": "string",
32807
+ "description": "表头单元格样式"
32808
+ },
32809
+ "classNameExpr": {
32810
+ "type": "string",
32811
+ "description": "单元格样式"
32775
32812
  }
32776
32813
  },
32777
32814
  "required": [
@@ -32826,8 +32863,7 @@
32826
32863
  }
32827
32864
  },
32828
32865
  "required": [
32829
- "type",
32830
- "selectedRowKeysExpr"
32866
+ "type"
32831
32867
  ],
32832
32868
  "additionalProperties": false
32833
32869
  },
@@ -41403,7 +41439,7 @@
41403
41439
  "description": "限制最大日期"
41404
41440
  },
41405
41441
  "timeConstraints": {
41406
- "description": "不记得了"
41442
+ "description": "时间输入范围限制"
41407
41443
  }
41408
41444
  },
41409
41445
  "required": [
@@ -41776,7 +41812,7 @@
41776
41812
  "description": "时间的格式。"
41777
41813
  },
41778
41814
  "timeConstraints": {
41779
- "description": "不记得了"
41815
+ "description": "时间输入范围限制"
41780
41816
  }
41781
41817
  },
41782
41818
  "required": [
@@ -48233,7 +48269,7 @@
48233
48269
  "enum": [
48234
48270
  "string",
48235
48271
  "number",
48236
- "interger",
48272
+ "integer",
48237
48273
  "object",
48238
48274
  "array",
48239
48275
  "boolean",
@@ -63088,6 +63124,468 @@
63088
63124
  "additionalProperties": false,
63089
63125
  "description": "Tree 下拉选择框。 文档:https://baidu.gitee.io/amis/docs/components/form/tree"
63090
63126
  },
63127
+ "UserSelectControlSchema": {
63128
+ "type": "object",
63129
+ "properties": {
63130
+ "onEvent": {
63131
+ "type": "object",
63132
+ "additionalProperties": {
63133
+ "type": "object",
63134
+ "properties": {
63135
+ "weight": {
63136
+ "type": "number"
63137
+ },
63138
+ "actions": {
63139
+ "type": "array",
63140
+ "items": {
63141
+ "$ref": "#/definitions/ListenerAction"
63142
+ }
63143
+ }
63144
+ },
63145
+ "required": [
63146
+ "actions"
63147
+ ],
63148
+ "additionalProperties": false
63149
+ }
63150
+ },
63151
+ "className": {
63152
+ "$ref": "#/definitions/SchemaClassName",
63153
+ "description": "容器 css 类名"
63154
+ },
63155
+ "$ref": {
63156
+ "type": "string",
63157
+ "description": "配合 definitions 一起使用,可以实现无限循环的渲染器。"
63158
+ },
63159
+ "disabled": {
63160
+ "type": "boolean",
63161
+ "description": "是否禁用"
63162
+ },
63163
+ "disabledOn": {
63164
+ "$ref": "#/definitions/SchemaExpression",
63165
+ "description": "是否禁用表达式"
63166
+ },
63167
+ "hidden": {
63168
+ "type": "boolean",
63169
+ "description": "是否隐藏"
63170
+ },
63171
+ "hiddenOn": {
63172
+ "$ref": "#/definitions/SchemaExpression",
63173
+ "description": "是否隐藏表达式"
63174
+ },
63175
+ "visible": {
63176
+ "type": "boolean",
63177
+ "description": "是否显示"
63178
+ },
63179
+ "visibleOn": {
63180
+ "$ref": "#/definitions/SchemaExpression",
63181
+ "description": "是否显示表达式"
63182
+ },
63183
+ "id": {
63184
+ "type": "string",
63185
+ "description": "组件唯一 id,主要用于日志采集"
63186
+ },
63187
+ "type": {
63188
+ "type": "string",
63189
+ "const": "users-select",
63190
+ "description": "表单项类型"
63191
+ },
63192
+ "size": {
63193
+ "type": "string",
63194
+ "enum": [
63195
+ "xs",
63196
+ "sm",
63197
+ "md",
63198
+ "lg",
63199
+ "full"
63200
+ ],
63201
+ "description": "表单项大小"
63202
+ },
63203
+ "label": {
63204
+ "anyOf": [
63205
+ {
63206
+ "type": "string"
63207
+ },
63208
+ {
63209
+ "type": "boolean",
63210
+ "const": false
63211
+ }
63212
+ ],
63213
+ "description": "描述标题"
63214
+ },
63215
+ "labelClassName": {
63216
+ "$ref": "#/definitions/SchemaClassName",
63217
+ "description": "配置 label className"
63218
+ },
63219
+ "name": {
63220
+ "type": "string",
63221
+ "description": "字段名,表单提交时的 key,支持多层级,用.连接,如: a.b.c"
63222
+ },
63223
+ "remark": {
63224
+ "$ref": "#/definitions/SchemaRemark",
63225
+ "description": "显示一个小图标, 鼠标放上去的时候显示提示内容"
63226
+ },
63227
+ "labelRemark": {
63228
+ "$ref": "#/definitions/SchemaRemark",
63229
+ "description": "显示一个小图标, 鼠标放上去的时候显示提示内容, 这个小图标跟 label 在一起"
63230
+ },
63231
+ "hint": {
63232
+ "type": "string",
63233
+ "description": "输入提示,聚焦的时候显示"
63234
+ },
63235
+ "submitOnChange": {
63236
+ "type": "boolean",
63237
+ "description": "当修改完的时候是否提交表单。"
63238
+ },
63239
+ "readOnly": {
63240
+ "type": "boolean",
63241
+ "description": "是否只读"
63242
+ },
63243
+ "readOnlyOn": {
63244
+ "$ref": "#/definitions/SchemaExpression",
63245
+ "description": "只读条件"
63246
+ },
63247
+ "validateOnChange": {
63248
+ "type": "boolean",
63249
+ "description": "不设置时,当表单提交过后表单项每次修改都会触发重新验证, 如果设置了,则由此配置项来决定要不要每次修改都触发验证。"
63250
+ },
63251
+ "description": {
63252
+ "type": "string",
63253
+ "description": "描述内容,支持 Html 片段。"
63254
+ },
63255
+ "desc": {
63256
+ "type": "string"
63257
+ },
63258
+ "descriptionClassName": {
63259
+ "$ref": "#/definitions/SchemaClassName",
63260
+ "description": "配置描述上的 className"
63261
+ },
63262
+ "mode": {
63263
+ "type": "string",
63264
+ "enum": [
63265
+ "normal",
63266
+ "inline",
63267
+ "horizontal"
63268
+ ],
63269
+ "description": "配置当前表单项展示模式"
63270
+ },
63271
+ "horizontal": {
63272
+ "$ref": "#/definitions/FormSchemaHorizontal",
63273
+ "description": "当配置为水平布局的时候,用来配置具体的左右分配。"
63274
+ },
63275
+ "inline": {
63276
+ "type": "boolean",
63277
+ "description": "表单 control 是否为 inline 模式。"
63278
+ },
63279
+ "inputClassName": {
63280
+ "$ref": "#/definitions/SchemaClassName",
63281
+ "description": "配置 input className"
63282
+ },
63283
+ "placeholder": {
63284
+ "type": "string",
63285
+ "description": "占位符"
63286
+ },
63287
+ "required": {
63288
+ "type": "boolean",
63289
+ "description": "是否为必填"
63290
+ },
63291
+ "validationErrors": {
63292
+ "type": "object",
63293
+ "properties": {
63294
+ "isAlpha": {
63295
+ "type": "string"
63296
+ },
63297
+ "isAlphanumeric": {
63298
+ "type": "string"
63299
+ },
63300
+ "isEmail": {
63301
+ "type": "string"
63302
+ },
63303
+ "isFloat": {
63304
+ "type": "string"
63305
+ },
63306
+ "isInt": {
63307
+ "type": "string"
63308
+ },
63309
+ "isJson": {
63310
+ "type": "string"
63311
+ },
63312
+ "isLength": {
63313
+ "type": "string"
63314
+ },
63315
+ "isNumeric": {
63316
+ "type": "string"
63317
+ },
63318
+ "isRequired": {
63319
+ "type": "string"
63320
+ },
63321
+ "isUrl": {
63322
+ "type": "string"
63323
+ },
63324
+ "matchRegexp": {
63325
+ "type": "string"
63326
+ },
63327
+ "matchRegexp2": {
63328
+ "type": "string"
63329
+ },
63330
+ "matchRegexp3": {
63331
+ "type": "string"
63332
+ },
63333
+ "matchRegexp4": {
63334
+ "type": "string"
63335
+ },
63336
+ "matchRegexp5": {
63337
+ "type": "string"
63338
+ },
63339
+ "maxLength": {
63340
+ "type": "string"
63341
+ },
63342
+ "maximum": {
63343
+ "type": "string"
63344
+ },
63345
+ "minLength": {
63346
+ "type": "string"
63347
+ },
63348
+ "minimum": {
63349
+ "type": "string"
63350
+ }
63351
+ },
63352
+ "description": "验证失败的提示信息"
63353
+ },
63354
+ "validations": {
63355
+ "anyOf": [
63356
+ {
63357
+ "type": "string"
63358
+ },
63359
+ {
63360
+ "type": "object",
63361
+ "properties": {
63362
+ "isAlpha": {
63363
+ "type": "boolean",
63364
+ "description": "是否是字母"
63365
+ },
63366
+ "isAlphanumeric": {
63367
+ "type": "boolean",
63368
+ "description": "是否为字母数字"
63369
+ },
63370
+ "isEmail": {
63371
+ "type": "boolean",
63372
+ "description": "是否为邮箱地址"
63373
+ },
63374
+ "isFloat": {
63375
+ "type": "boolean",
63376
+ "description": "是否为浮点型"
63377
+ },
63378
+ "isInt": {
63379
+ "type": "boolean",
63380
+ "description": "是否为整型"
63381
+ },
63382
+ "isJson": {
63383
+ "type": "boolean",
63384
+ "description": "是否为 json"
63385
+ },
63386
+ "isLength": {
63387
+ "type": "number",
63388
+ "description": "长度等于指定值"
63389
+ },
63390
+ "isNumeric": {
63391
+ "type": "boolean",
63392
+ "description": "是否为数字"
63393
+ },
63394
+ "isRequired": {
63395
+ "type": "boolean",
63396
+ "description": "是否为必填"
63397
+ },
63398
+ "isUrl": {
63399
+ "type": "boolean",
63400
+ "description": "是否为 URL 地址"
63401
+ },
63402
+ "matchRegexp": {
63403
+ "type": "string",
63404
+ "description": "内容命中指定正则"
63405
+ },
63406
+ "matchRegexp1": {
63407
+ "type": "string",
63408
+ "description": "内容命中指定正则"
63409
+ },
63410
+ "matchRegexp2": {
63411
+ "type": "string",
63412
+ "description": "内容命中指定正则"
63413
+ },
63414
+ "matchRegexp3": {
63415
+ "type": "string",
63416
+ "description": "内容命中指定正则"
63417
+ },
63418
+ "matchRegexp4": {
63419
+ "type": "string",
63420
+ "description": "内容命中指定正则"
63421
+ },
63422
+ "matchRegexp5": {
63423
+ "type": "string",
63424
+ "description": "内容命中指定正则"
63425
+ },
63426
+ "maxLength": {
63427
+ "type": "number",
63428
+ "description": "最大长度为指定值"
63429
+ },
63430
+ "maximum": {
63431
+ "type": "number",
63432
+ "description": "最大值为指定值"
63433
+ },
63434
+ "minLength": {
63435
+ "type": "number",
63436
+ "description": "最小长度为指定值"
63437
+ },
63438
+ "minimum": {
63439
+ "type": "number",
63440
+ "description": "最小值为指定值"
63441
+ }
63442
+ }
63443
+ }
63444
+ ]
63445
+ },
63446
+ "value": {
63447
+ "description": "默认值,切记只能是静态值,不支持取变量,跟数据关联是通过设置 name 属性来实现的。"
63448
+ },
63449
+ "clearValueOnHidden": {
63450
+ "type": "boolean",
63451
+ "description": "表单项隐藏时,是否在当前 Form 中删除掉该表单项值。注意同名的未隐藏的表单项值也会删掉"
63452
+ },
63453
+ "validateApi": {
63454
+ "$ref": "#/definitions/SchemaApi",
63455
+ "description": "远端校验表单项接口"
63456
+ },
63457
+ "options": {
63458
+ "anyOf": [
63459
+ {
63460
+ "type": "array",
63461
+ "items": {
63462
+ "$ref": "#/definitions/Option"
63463
+ }
63464
+ },
63465
+ {
63466
+ "type": "array",
63467
+ "items": {
63468
+ "type": "string"
63469
+ }
63470
+ },
63471
+ {
63472
+ "$ref": "#/definitions/PlainObject"
63473
+ }
63474
+ ],
63475
+ "description": "选项集合"
63476
+ },
63477
+ "source": {
63478
+ "anyOf": [
63479
+ {
63480
+ "$ref": "#/definitions/SchemaApi"
63481
+ },
63482
+ {
63483
+ "$ref": "#/definitions/SchemaTokenizeableString"
63484
+ }
63485
+ ],
63486
+ "description": "可用来通过 API 拉取 options。"
63487
+ },
63488
+ "selectFirst": {
63489
+ "type": "boolean",
63490
+ "description": "默认选择选项第一个值。"
63491
+ },
63492
+ "initFetchOn": {
63493
+ "$ref": "#/definitions/SchemaExpression",
63494
+ "description": "用表达式来配置 source 接口初始要不要拉取"
63495
+ },
63496
+ "initFetch": {
63497
+ "type": "boolean",
63498
+ "description": "配置 source 接口初始拉不拉取。"
63499
+ },
63500
+ "multiple": {
63501
+ "type": "boolean",
63502
+ "description": "是否为多选模式"
63503
+ },
63504
+ "joinValues": {
63505
+ "type": "boolean",
63506
+ "description": "单选模式:当用户选中某个选项时,选项中的 value 将被作为该表单项的值提交,否则,整个选项对象都会作为该表单项的值提交。 多选模式:选中的多个选项的 `value` 会通过 `delimiter` 连接起来,否则直接将以数组的形式提交值。"
63507
+ },
63508
+ "delimiter": {
63509
+ "type": "string",
63510
+ "description": "分割符"
63511
+ },
63512
+ "extractValue": {
63513
+ "type": "boolean",
63514
+ "description": "开启后将选中的选项 value 的值封装为数组,作为当前表单项的值。"
63515
+ },
63516
+ "clearable": {
63517
+ "type": "boolean",
63518
+ "description": "是否可清除。"
63519
+ },
63520
+ "resetValue": {
63521
+ "type": "string",
63522
+ "description": "点清除按钮时,将表单项设置成当前配置的值。",
63523
+ "default": ""
63524
+ },
63525
+ "deferApi": {
63526
+ "$ref": "#/definitions/SchemaApi",
63527
+ "description": "延时加载的 API,当选项中有 defer: true 的选项时,点开会通过此接口扩充。"
63528
+ },
63529
+ "addApi": {
63530
+ "$ref": "#/definitions/SchemaApi",
63531
+ "description": "添加时调用的接口"
63532
+ },
63533
+ "addControls": {
63534
+ "type": "array",
63535
+ "items": {
63536
+ "$ref": "#/definitions/SchemaObject"
63537
+ },
63538
+ "description": "新增时的表单项。"
63539
+ },
63540
+ "creatable": {
63541
+ "type": "boolean",
63542
+ "description": "是否可以新增"
63543
+ },
63544
+ "createBtnLabel": {
63545
+ "type": "string",
63546
+ "description": "新增文字"
63547
+ },
63548
+ "editable": {
63549
+ "type": "boolean",
63550
+ "description": "是否可以编辑"
63551
+ },
63552
+ "editApi": {
63553
+ "$ref": "#/definitions/SchemaApi",
63554
+ "description": "编辑时调用的 API"
63555
+ },
63556
+ "editControls": {
63557
+ "type": "array",
63558
+ "items": {
63559
+ "$ref": "#/definitions/SchemaObject"
63560
+ },
63561
+ "description": "选项修改的表单项"
63562
+ },
63563
+ "removable": {
63564
+ "type": "boolean",
63565
+ "description": "是否可删除"
63566
+ },
63567
+ "deleteApi": {
63568
+ "$ref": "#/definitions/SchemaApi",
63569
+ "description": "选项删除 API"
63570
+ },
63571
+ "deleteConfirmText": {
63572
+ "type": "string",
63573
+ "description": "选项删除提示文字。"
63574
+ },
63575
+ "autoFill": {
63576
+ "type": "object",
63577
+ "additionalProperties": {
63578
+ "$ref": "#/definitions/SchemaTokenizeableString"
63579
+ },
63580
+ "description": "自动填充,当选项被选择的时候,将选项中的其他值同步设置到表单内。"
63581
+ }
63582
+ },
63583
+ "required": [
63584
+ "type"
63585
+ ],
63586
+ "additionalProperties": false,
63587
+ "description": "UserSelect 移动端人员选择。"
63588
+ },
63091
63589
  "SchemaObjectCardBodyField": {
63092
63590
  "anyOf": [
63093
63591
  {
@@ -63914,6 +64412,13 @@
63914
64412
  "patternProperties": {
63915
64413
  "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|popOver|quickEdit|copyable)$": {}
63916
64414
  }
64415
+ },
64416
+ {
64417
+ "$ref": "#/definitions/UserSelectControlSchema",
64418
+ "additionalProperties": false,
64419
+ "patternProperties": {
64420
+ "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|popOver|quickEdit|copyable)$": {}
64421
+ }
63917
64422
  }
63918
64423
  ]
63919
64424
  },
@@ -64743,6 +65248,13 @@
64743
65248
  "patternProperties": {
64744
65249
  "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|popOver|quickEdit|copyable)$": {}
64745
65250
  }
65251
+ },
65252
+ {
65253
+ "$ref": "#/definitions/UserSelectControlSchema",
65254
+ "additionalProperties": false,
65255
+ "patternProperties": {
65256
+ "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|popOver|quickEdit|copyable)$": {}
65257
+ }
64746
65258
  }
64747
65259
  ]
64748
65260
  },
@@ -65572,6 +66084,13 @@
65572
66084
  "patternProperties": {
65573
66085
  "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
65574
66086
  }
66087
+ },
66088
+ {
66089
+ "$ref": "#/definitions/UserSelectControlSchema",
66090
+ "additionalProperties": false,
66091
+ "patternProperties": {
66092
+ "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
66093
+ }
65575
66094
  }
65576
66095
  ]
65577
66096
  },
@@ -66401,6 +66920,13 @@
66401
66920
  "patternProperties": {
66402
66921
  "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|x|y|w|h|width|height|align|valign|gridClassName)$": {}
66403
66922
  }
66923
+ },
66924
+ {
66925
+ "$ref": "#/definitions/UserSelectControlSchema",
66926
+ "additionalProperties": false,
66927
+ "patternProperties": {
66928
+ "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|x|y|w|h|width|height|align|valign|gridClassName)$": {}
66929
+ }
66404
66930
  }
66405
66931
  ]
66406
66932
  },
@@ -67230,6 +67756,13 @@
67230
67756
  "patternProperties": {
67231
67757
  "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|rowClassName|cellClassName)$": {}
67232
67758
  }
67759
+ },
67760
+ {
67761
+ "$ref": "#/definitions/UserSelectControlSchema",
67762
+ "additionalProperties": false,
67763
+ "patternProperties": {
67764
+ "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|rowClassName|cellClassName)$": {}
67765
+ }
67233
67766
  }
67234
67767
  ]
67235
67768
  },
@@ -68059,6 +68592,13 @@
68059
68592
  "patternProperties": {
68060
68593
  "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|unique|columnClassName)$": {}
68061
68594
  }
68595
+ },
68596
+ {
68597
+ "$ref": "#/definitions/UserSelectControlSchema",
68598
+ "additionalProperties": false,
68599
+ "patternProperties": {
68600
+ "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|unique|columnClassName)$": {}
68601
+ }
68062
68602
  }
68063
68603
  ]
68064
68604
  },
@@ -68888,6 +69428,13 @@
68888
69428
  "patternProperties": {
68889
69429
  "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|columnClassName|columnRatio)$": {}
68890
69430
  }
69431
+ },
69432
+ {
69433
+ "$ref": "#/definitions/UserSelectControlSchema",
69434
+ "additionalProperties": false,
69435
+ "patternProperties": {
69436
+ "^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|columnClassName|columnRatio)$": {}
69437
+ }
68891
69438
  }
68892
69439
  ]
68893
69440
  },