@tachybase/client 1.3.8 → 1.3.9

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 (617) hide show
  1. package/package.json +7 -7
  2. package/es/api-client/__tests__/APIClient.test.mjs +0 -55
  3. package/es/api-client/demos/demo1.mjs +0 -32
  4. package/es/api-client/demos/demo2.mjs +0 -31
  5. package/es/api-client/demos/demo3.mjs +0 -74
  6. package/es/application/__tests__/Application.test.mjs +0 -481
  7. package/es/application/__tests__/Plugin.test.mjs +0 -197
  8. package/es/application/__tests__/PluginSettingsManager.test.mjs +0 -156
  9. package/es/application/__tests__/RouterManager.test.mjs +0 -311
  10. package/es/application/__tests__/SchemaInitializer.test.mjs +0 -163
  11. package/es/application/__tests__/SchemaToolbar.test.mjs +0 -143
  12. package/es/application/__tests__/hoc/withDynamicSchemaProps.test.mjs +0 -187
  13. package/es/application/__tests__/hooks.test.mjs +0 -85
  14. package/es/application/__tests__/utils/remotePlugins.test.mjs +0 -318
  15. package/es/application/__tests__/utils.test.mjs +0 -99
  16. package/es/application/demos/demo1.mjs +0 -110
  17. package/es/application/demos/demo2.mjs +0 -126
  18. package/es/application/demos/demo3.mjs +0 -11
  19. package/es/collection-manager/demos/demo2.mjs +0 -106
  20. package/es/collection-manager/demos/demo3.mjs +0 -76
  21. package/es/collection-manager/demos/demo4.mjs +0 -168
  22. package/es/collection-manager/demos/demo5.mjs +0 -152
  23. package/es/collection-manager/interfaces/__tests__/json.mjs +0 -40
  24. package/es/data-source/__tests__/collection/AssociationProvider.test.mjs +0 -113
  25. package/es/data-source/__tests__/collection/Collection.test.mjs +0 -297
  26. package/es/data-source/__tests__/collection/CollectionManager.test.mjs +0 -297
  27. package/es/data-source/__tests__/collection/CollectionManagerProvider.test.mjs +0 -114
  28. package/es/data-source/__tests__/collection/CollectionProvider.test.mjs +0 -106
  29. package/es/data-source/__tests__/collection/ExtendCollectionsProvider.test.mjs +0 -87
  30. package/es/data-source/__tests__/collection-field/CollectionField.test.mjs +0 -67
  31. package/es/data-source/__tests__/collection-field/CollectionFieldProvider.test.mjs +0 -51
  32. package/es/data-source/__tests__/collection-field-interface/CollectionFieldInterfaceManager.test.mjs +0 -162
  33. package/es/data-source/__tests__/collection-record/CollectionRecord.test.mjs +0 -21
  34. package/es/data-source/__tests__/collection-record/CollectionRecordProvider.test.mjs +0 -253
  35. package/es/data-source/__tests__/collection-record/isNewRecord.test.mjs +0 -45
  36. package/es/data-source/__tests__/collection-template/CollectionTemplateManager.test.mjs +0 -123
  37. package/es/data-source/__tests__/components/CollectionDeletedPlaceholder.test.mjs +0 -43
  38. package/es/data-source/__tests__/data-block/DataBlockProvider.test.mjs +0 -114
  39. package/es/data-source/__tests__/data-block/data-block-demos/association-table-list-and-parent-record.mjs +0 -88
  40. package/es/data-source/__tests__/data-block/data-block-demos/association-table-list-and-source-id.mjs +0 -139
  41. package/es/data-source/__tests__/data-block/data-block-demos/collection-form-create.mjs +0 -109
  42. package/es/data-source/__tests__/data-block/data-block-demos/collection-form-get-and-update.mjs +0 -174
  43. package/es/data-source/__tests__/data-block/data-block-demos/collection-form-record-and-update.mjs +0 -138
  44. package/es/data-source/__tests__/data-block/data-block-demos/collection-table-list.mjs +0 -94
  45. package/es/data-source/__tests__/data-block/data-block-demos/createApp.mjs +0 -55
  46. package/es/data-source/__tests__/data-source/CollectionDataSourceProvider.test.mjs +0 -35
  47. package/es/data-source/__tests__/data-source/DataSource.test.mjs +0 -75
  48. package/es/data-source/__tests__/data-source/DataSourceManager.test.mjs +0 -166
  49. package/es/data-source/__tests__/data-source/DataSourceManagerProvider.test.mjs +0 -30
  50. package/es/data-source/__tests__/data-source/DataSourceProvider.test.mjs +0 -79
  51. package/es/data-source/__tests__/utils.test.mjs +0 -55
  52. package/es/filter-provider/__tests__/transformToFilter.mjs +0 -65
  53. package/es/filter-provider/__tests__/useFilter.mjs +0 -41
  54. package/es/filter-provider/__tests__/utiles.test.mjs +0 -265
  55. package/es/flag-provider/__tests__/flag-provider.test.mjs +0 -19
  56. package/es/icon/__tests__/icon.test.mjs +0 -25
  57. package/es/icon/demos/antd-icon.mjs +0 -7
  58. package/es/icon/demos/custom-icon.mjs +0 -16
  59. package/es/icon/demos/iconfont.mjs +0 -10
  60. package/es/icon/demos/register-icon.mjs +0 -23
  61. package/es/modules/actions/disassociate/__e2e__/disassociate.test.mjs +0 -39
  62. package/es/modules/actions/disassociate/__e2e__/templatesOfPage.mjs +0 -383
  63. package/es/modules/blocks/data-blocks/details-multi/__e2e__/schemaInitializer.test.mjs +0 -112
  64. package/es/modules/blocks/data-blocks/details-multi/__e2e__/schemaSettings.test.mjs +0 -72
  65. package/es/modules/blocks/data-blocks/details-multi/__e2e__/templatesOfBug.mjs +0 -0
  66. package/es/modules/blocks/data-blocks/details-multi/__tests__/createDetailsBlockWithPagingUISchema.test.mjs +0 -14
  67. package/es/modules/blocks/data-blocks/details-single/__e2e__/schemaInitializer.test.mjs +0 -98
  68. package/es/modules/blocks/data-blocks/details-single/__e2e__/schemaSettings.test.mjs +0 -24
  69. package/es/modules/blocks/data-blocks/details-single/__e2e__/templatesOfBug.mjs +0 -0
  70. package/es/modules/blocks/data-blocks/details-single/__tests__/createDetailsBlockWithoutPagingUISchema.test.mjs +0 -14
  71. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/associationForm.test.mjs +0 -14
  72. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/dragAndDrop.test.mjs +0 -26
  73. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadAssociationFields.test.mjs +0 -168
  74. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadVariables.test.mjs +0 -28
  75. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/schemaInitializer.test.mjs +0 -141
  76. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/schemaSettings.test.mjs +0 -1254
  77. package/es/modules/blocks/data-blocks/form/__e2e__/form-create/templatesOfBug.mjs +0 -6002
  78. package/es/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaInitializer.test.mjs +0 -16
  79. package/es/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaSettings.test.mjs +0 -212
  80. package/es/modules/blocks/data-blocks/form/__e2e__/form-edit/templatesOfBug.mjs +0 -0
  81. package/es/modules/blocks/data-blocks/form/__tests__/createCreateFormBlockUISchema.test.mjs +0 -19
  82. package/es/modules/blocks/data-blocks/form/__tests__/createEditFormBlockUISchema.test.mjs +0 -18
  83. package/es/modules/blocks/data-blocks/grid-card/__e2e__/schemaInitializer.test.mjs +0 -220
  84. package/es/modules/blocks/data-blocks/grid-card/__e2e__/schemaSettings.test.mjs +0 -48
  85. package/es/modules/blocks/data-blocks/grid-card/__e2e__/templatesOfBug.mjs +0 -0
  86. package/es/modules/blocks/data-blocks/grid-card/__tests__/createGridCardBlockSchema.test.mjs +0 -26
  87. package/es/modules/blocks/data-blocks/list/__e2e__/schemaInitializer.test.mjs +0 -211
  88. package/es/modules/blocks/data-blocks/list/__e2e__/schemaSettings.test.mjs +0 -23
  89. package/es/modules/blocks/data-blocks/list/__e2e__/templatesOfBug.mjs +0 -0
  90. package/es/modules/blocks/data-blocks/list/__tests__/createListBlockSchema.test.mjs +0 -24
  91. package/es/modules/blocks/data-blocks/table/__e2e__/actions/duplicate.test.mjs +0 -9
  92. package/es/modules/blocks/data-blocks/table/__e2e__/actions/filter.test.mjs +0 -33
  93. package/es/modules/blocks/data-blocks/table/__e2e__/checkboxForTableRow.test.mjs +0 -19
  94. package/es/modules/blocks/data-blocks/table/__e2e__/dragAndDrop.test.mjs +0 -31
  95. package/es/modules/blocks/data-blocks/table/__e2e__/schemaInitializer.test.mjs +0 -419
  96. package/es/modules/blocks/data-blocks/table/__e2e__/schemaSettings.test.mjs +0 -869
  97. package/es/modules/blocks/data-blocks/table/__e2e__/templatesOfBug.mjs +0 -934
  98. package/es/modules/blocks/data-blocks/table/__e2e__/tree/schemaSettings.test.mjs +0 -42
  99. package/es/modules/blocks/data-blocks/table/__tests__/createTableBLockSchema.test.mjs +0 -16
  100. package/es/modules/blocks/data-blocks/table-selector/__e2e__/schemaInitializer.test.mjs +0 -159
  101. package/es/modules/blocks/data-blocks/table-selector/__e2e__/schemaSettings.test.mjs +0 -146
  102. package/es/modules/blocks/data-blocks/table-selector/__e2e__/templatesOfBug.mjs +0 -692
  103. package/es/modules/blocks/data-blocks/table-selector/__e2e__/utils.mjs +0 -12
  104. package/es/modules/blocks/data-blocks/table-selector/__tests__/createTableSelectorSchema.test.mjs +0 -14
  105. package/es/modules/blocks/filter-blocks/collapse/__e2e__/schemaInitializer.test.mjs +0 -59
  106. package/es/modules/blocks/filter-blocks/collapse/__e2e__/schemaSettings.test.mjs +0 -62
  107. package/es/modules/blocks/filter-blocks/collapse/__e2e__/templatesOfBug.mjs +0 -0
  108. package/es/modules/blocks/filter-blocks/collapse/__tests__/createCollapseBlockSchema.test.mjs +0 -40
  109. package/es/modules/blocks/filter-blocks/form/__e2e__/schemaInitializer.test.mjs +0 -115
  110. package/es/modules/blocks/filter-blocks/form/__e2e__/schemaSettings.test.mjs +0 -98
  111. package/es/modules/blocks/filter-blocks/form/__e2e__/templatesOfBug.mjs +0 -0
  112. package/es/modules/blocks/filter-blocks/form/__tests__/createFilterFormBlockSchema.test.mjs +0 -23
  113. package/es/modules/blocks/other-blocks/markdown/__e2e__/schemaInitializer.test.mjs +0 -10
  114. package/es/modules/blocks/other-blocks/markdown/__e2e__/schemaSettings.test.mjs +0 -33
  115. package/es/modules/blocks/other-blocks/markdown/__e2e__/templatesOfBug.mjs +0 -0
  116. package/es/modules/dialog/__e2e__/schemaInitializer.test.mjs +0 -388
  117. package/es/modules/dialog/__e2e__/schemaSettings.test.mjs +0 -59
  118. package/es/modules/dialog/__e2e__/templatesOfBug.mjs +0 -2122
  119. package/es/modules/dialog/__e2e__/zIndex.test.mjs +0 -35
  120. package/es/modules/fields/component/DatePicker/__e2e__/schemaSettings.test.mjs +0 -74
  121. package/es/modules/fields/component/DatePicker/__e2e__/utils.mjs +0 -323
  122. package/es/modules/menu/__e2e__/dragAndDrop.test.mjs +0 -27
  123. package/es/modules/menu/__e2e__/schemaInitializer.test.mjs +0 -101
  124. package/es/modules/menu/__e2e__/schemaSettings.test.mjs +0 -347
  125. package/es/modules/menu/__e2e__/templatesOfBug.mjs +0 -0
  126. package/es/modules/page/__e2e__/blockInitializers.test.mjs +0 -17
  127. package/es/modules/page/__e2e__/dragAndDrop.test.mjs +0 -16
  128. package/es/modules/page/__e2e__/schemaInitailizer.test.mjs +0 -15
  129. package/es/modules/page/__e2e__/schemaSettings.test.mjs +0 -134
  130. package/es/modules/page/__e2e__/templatesOfBug.mjs +0 -0
  131. package/es/modules/plugin-manager/__e2e__/pluginManager.test.mjs +0 -113
  132. package/es/modules/plugin-manager/__e2e__/templatesOfBug.mjs +0 -0
  133. package/es/modules/user-center/__e2e__/settings.test.mjs +0 -12
  134. package/es/schema-component/antd/action/__tests__/action.test.mjs +0 -116
  135. package/es/schema-component/antd/action/demos/demo1.mjs +0 -70
  136. package/es/schema-component/antd/action/demos/demo2.mjs +0 -75
  137. package/es/schema-component/antd/action/demos/demo3.mjs +0 -127
  138. package/es/schema-component/antd/action/demos/demo4.mjs +0 -58
  139. package/es/schema-component/antd/action/demos/demo5.mjs +0 -211
  140. package/es/schema-component/antd/action/demos/demo6.mjs +0 -95
  141. package/es/schema-component/antd/association-select/__tests__/association-select.test.mjs +0 -16
  142. package/es/schema-component/antd/association-select/demos/demo1.mjs +0 -55
  143. package/es/schema-component/antd/block-item/__tests__/block-item.test.mjs +0 -14
  144. package/es/schema-component/antd/block-item/demos/demo1.mjs +0 -60
  145. package/es/schema-component/antd/card-item/__tests__/card-item.test.mjs +0 -11
  146. package/es/schema-component/antd/card-item/demos/demo1.mjs +0 -31
  147. package/es/schema-component/antd/cascader/__tests__/cascader.test.mjs +0 -29
  148. package/es/schema-component/antd/cascader/demos/demo1.mjs +0 -82
  149. package/es/schema-component/antd/cascader/demos/demo2.mjs +0 -115
  150. package/es/schema-component/antd/checkbox/__tests__/checkbox.test.mjs +0 -40
  151. package/es/schema-component/antd/checkbox/demos/checkbox.group.mjs +0 -54
  152. package/es/schema-component/antd/checkbox/demos/checkbox.mjs +0 -40
  153. package/es/schema-component/antd/collection-select/__tests__/collection-select.test.mjs +0 -16
  154. package/es/schema-component/antd/collection-select/demos/demo1.mjs +0 -36
  155. package/es/schema-component/antd/color-picker/demos/demo1.mjs +0 -49
  156. package/es/schema-component/antd/color-select/__tests__/color-select.test.mjs +0 -16
  157. package/es/schema-component/antd/color-select/demos/demo1.mjs +0 -40
  158. package/es/schema-component/antd/cron/__tests__/cron-set.test.mjs +0 -30
  159. package/es/schema-component/antd/cron/demos/demo1.mjs +0 -32
  160. package/es/schema-component/antd/cron/demos/demo2.mjs +0 -51
  161. package/es/schema-component/antd/date-picker/__tests__/date-picker.test.mjs +0 -178
  162. package/es/schema-component/antd/date-picker/__tests__/getDateRanges.test.mjs +0 -110
  163. package/es/schema-component/antd/date-picker/__tests__/mapDatePicker.test.mjs +0 -200
  164. package/es/schema-component/antd/date-picker/__tests__/mapRangePicker.test.mjs +0 -59
  165. package/es/schema-component/antd/date-picker/__tests__/util.test.mjs +0 -166
  166. package/es/schema-component/antd/date-picker/demos/demo1.mjs +0 -57
  167. package/es/schema-component/antd/date-picker/demos/demo10.mjs +0 -61
  168. package/es/schema-component/antd/date-picker/demos/demo11.mjs +0 -65
  169. package/es/schema-component/antd/date-picker/demos/demo2.mjs +0 -60
  170. package/es/schema-component/antd/date-picker/demos/demo3.mjs +0 -58
  171. package/es/schema-component/antd/date-picker/demos/demo4.mjs +0 -72
  172. package/es/schema-component/antd/date-picker/demos/demo5.mjs +0 -71
  173. package/es/schema-component/antd/date-picker/demos/demo6.mjs +0 -71
  174. package/es/schema-component/antd/date-picker/demos/demo7.mjs +0 -61
  175. package/es/schema-component/antd/date-picker/demos/demo8.mjs +0 -61
  176. package/es/schema-component/antd/date-picker/demos/demo9.mjs +0 -61
  177. package/es/schema-component/antd/details/__tests__/details.test.mjs +0 -10
  178. package/es/schema-component/antd/details/demos/demo1.mjs +0 -42
  179. package/es/schema-component/antd/error-fallback/__tests__/error-fallback.test.mjs +0 -17
  180. package/es/schema-component/antd/error-fallback/demos/demo1.mjs +0 -13
  181. package/es/schema-component/antd/filter/__tests__/filter.test.mjs +0 -113
  182. package/es/schema-component/antd/filter/demos/demo2.mjs +0 -129
  183. package/es/schema-component/antd/filter/demos/demo3.mjs +0 -196
  184. package/es/schema-component/antd/filter/demos/demo4.mjs +0 -184
  185. package/es/schema-component/antd/filter/demos/demo5.mjs +0 -131
  186. package/es/schema-component/antd/filter/demos/demo6.mjs +0 -118
  187. package/es/schema-component/antd/form/__tests__/form.test.mjs +0 -113
  188. package/es/schema-component/antd/form/demos/apiClient.mjs +0 -17
  189. package/es/schema-component/antd/form/demos/demo1.mjs +0 -73
  190. package/es/schema-component/antd/form/demos/demo2.mjs +0 -73
  191. package/es/schema-component/antd/form/demos/demo3.mjs +0 -72
  192. package/es/schema-component/antd/form/demos/demo4.mjs +0 -80
  193. package/es/schema-component/antd/form/demos/demo5.mjs +0 -114
  194. package/es/schema-component/antd/form/demos/demo6.mjs +0 -71
  195. package/es/schema-component/antd/form/demos/demo7.mjs +0 -75
  196. package/es/schema-component/antd/form/demos/demo8.mjs +0 -86
  197. package/es/schema-component/antd/form-item/__tests__/form-item.test.mjs +0 -12
  198. package/es/schema-component/antd/form-item/__tests__/hooks/useSpecialCase.test.mjs +0 -27
  199. package/es/schema-component/antd/form-item/__tests__/utils.test.mjs +0 -65
  200. package/es/schema-component/antd/form-item/demos/demo1.mjs +0 -37
  201. package/es/schema-component/antd/form-v2/__tests__/form-v2.test.mjs +0 -47
  202. package/es/schema-component/antd/form-v2/demos/collections.mjs +0 -1565
  203. package/es/schema-component/antd/form-v2/demos/demo1.mjs +0 -108
  204. package/es/schema-component/antd/form-v2/demos/demo2.mjs +0 -131
  205. package/es/schema-component/antd/form-v2/demos/demo3.mjs +0 -117
  206. package/es/schema-component/antd/grid/__tests__/grid.test.mjs +0 -26
  207. package/es/schema-component/antd/grid/demos/demo1.mjs +0 -194
  208. package/es/schema-component/antd/grid/demos/demo2.mjs +0 -97
  209. package/es/schema-component/antd/grid/demos/demo3.mjs +0 -83
  210. package/es/schema-component/antd/grid-card/__tests__/grid-card.test.mjs +0 -9
  211. package/es/schema-component/antd/grid-card/demos/demo1.mjs +0 -6
  212. package/es/schema-component/antd/icon-picker/__tests__/icon-picker.test.mjs +0 -25
  213. package/es/schema-component/antd/icon-picker/demos/icon-picker.mjs +0 -40
  214. package/es/schema-component/antd/input/__tests__/Input.test.mjs +0 -115
  215. package/es/schema-component/antd/input/demos/input.mjs +0 -40
  216. package/es/schema-component/antd/input/demos/json.mjs +0 -46
  217. package/es/schema-component/antd/input/demos/textarea.mjs +0 -68
  218. package/es/schema-component/antd/input/demos/url.mjs +0 -42
  219. package/es/schema-component/antd/input-number/__tests__/input-number.test.mjs +0 -116
  220. package/es/schema-component/antd/input-number/demos/addonBefore&addonAfter.mjs +0 -48
  221. package/es/schema-component/antd/input-number/demos/highPrecisionDecimals.mjs +0 -50
  222. package/es/schema-component/antd/input-number/demos/inputNumber.mjs +0 -40
  223. package/es/schema-component/antd/list/__tests__/list.test.mjs +0 -9
  224. package/es/schema-component/antd/list/demos/demo1.mjs +0 -6
  225. package/es/schema-component/antd/markdown/__tests__/markdown.test.mjs +0 -27
  226. package/es/schema-component/antd/markdown/demos/demo1.mjs +0 -40
  227. package/es/schema-component/antd/markdown/demos/demo2.mjs +0 -51
  228. package/es/schema-component/antd/menu/__tests__/menu.test.mjs +0 -38
  229. package/es/schema-component/antd/menu/demos/demo1.mjs +0 -93
  230. package/es/schema-component/antd/menu/demos/demo2.mjs +0 -96
  231. package/es/schema-component/antd/menu/demos/demo3.mjs +0 -135
  232. package/es/schema-component/antd/page/__tests__/page.test.mjs +0 -18
  233. package/es/schema-component/antd/page/demos/demo1.mjs +0 -38
  234. package/es/schema-component/antd/password/__tests__/password.test.mjs +0 -28
  235. package/es/schema-component/antd/password/__tests__/utils.test.mjs +0 -21
  236. package/es/schema-component/antd/password/demos/demo1.mjs +0 -40
  237. package/es/schema-component/antd/password/demos/demo2.mjs +0 -43
  238. package/es/schema-component/antd/percent/__tests__/percent.test.mjs +0 -16
  239. package/es/schema-component/antd/percent/demos/percent.mjs +0 -40
  240. package/es/schema-component/antd/preview/__tests__/preview.test.mjs +0 -11
  241. package/es/schema-component/antd/preview/demos/demo1.mjs +0 -81
  242. package/es/schema-component/antd/radio/__tests__/radio.test.mjs +0 -43
  243. package/es/schema-component/antd/radio/demos/demo1.mjs +0 -40
  244. package/es/schema-component/antd/radio/demos/demo2.mjs +0 -52
  245. package/es/schema-component/antd/radio/demos/demo3.mjs +0 -54
  246. package/es/schema-component/antd/record-picker/__tests__/record-picker.test.mjs +0 -27
  247. package/es/schema-component/antd/record-picker/demos/demo1.mjs +0 -175
  248. package/es/schema-component/antd/record-picker/demos/mockData.mjs +0 -211
  249. package/es/schema-component/antd/remote-select/__tests__/remote-select.test.mjs +0 -16
  250. package/es/schema-component/antd/remote-select/demos/demo1.mjs +0 -55
  251. package/es/schema-component/antd/rich-text/__tests__/rich-text.test.mjs +0 -13
  252. package/es/schema-component/antd/rich-text/demos/demo1.mjs +0 -41
  253. package/es/schema-component/antd/select/__tests__/select.test.mjs +0 -41
  254. package/es/schema-component/antd/select/__tests__/utils.test.mjs +0 -129
  255. package/es/schema-component/antd/select/demos/demo1.mjs +0 -72
  256. package/es/schema-component/antd/select/demos/demo2.mjs +0 -76
  257. package/es/schema-component/antd/select/demos/demo3.mjs +0 -84
  258. package/es/schema-component/antd/table/__tests__/table.test.mjs +0 -21
  259. package/es/schema-component/antd/table/demos/demo1.mjs +0 -63
  260. package/es/schema-component/antd/table/demos/demo2.mjs +0 -63
  261. package/es/schema-component/antd/table/demos/demo3.mjs +0 -63
  262. package/es/schema-component/antd/table/demos/demo4.mjs +0 -217
  263. package/es/schema-component/antd/table-v2/__tests__/table-v2.test.mjs +0 -13
  264. package/es/schema-component/antd/table-v2/demos/collections.mjs +0 -1560
  265. package/es/schema-component/antd/table-v2/demos/demo1.mjs +0 -220
  266. package/es/schema-component/antd/table-v2/demos/demo2.mjs +0 -117
  267. package/es/schema-component/antd/tabs/__tests__/tabs.test.mjs +0 -14
  268. package/es/schema-component/antd/tabs/demos/demo1.mjs +0 -67
  269. package/es/schema-component/antd/time-picker/__tests__/time-picker.test.mjs +0 -45
  270. package/es/schema-component/antd/time-picker/demos/demo1.mjs +0 -40
  271. package/es/schema-component/antd/time-picker/demos/demo2.mjs +0 -40
  272. package/es/schema-component/antd/tree-select/__tests__/tree-select.test.mjs +0 -14
  273. package/es/schema-component/antd/tree-select/demos/demo1.mjs +0 -84
  274. package/es/schema-component/antd/upload/__tests__/upload.test.mjs +0 -13
  275. package/es/schema-component/antd/upload/demos/apiClient.mjs +0 -43
  276. package/es/schema-component/antd/upload/demos/demo1.mjs +0 -48
  277. package/es/schema-component/antd/upload/demos/demo2.mjs +0 -115
  278. package/es/schema-component/antd/variable/__tests__/variable.test.mjs +0 -45
  279. package/es/schema-component/antd/variable/demos/demo1.mjs +0 -44
  280. package/es/schema-component/antd/variable/demos/demo2.mjs +0 -44
  281. package/es/schema-component/antd/variable/demos/demo3.mjs +0 -44
  282. package/es/schema-component/demos/demo1.mjs +0 -89
  283. package/es/schema-component/demos/demo2.mjs +0 -23
  284. package/es/schema-component/demos/demo3.mjs +0 -24
  285. package/es/schema-component/demos/demo4.mjs +0 -24
  286. package/es/schema-component/hooks/__tests__/designable.test.mjs +0 -548
  287. package/es/schema-component/hooks/__tests__/splitWrapSchema.test.mjs +0 -89
  288. package/es/schema-initializer/demos/basic.mjs +0 -62
  289. package/es/schema-initializer/demos/build-type.mjs +0 -83
  290. package/es/schema-initializer/demos/custom-button.mjs +0 -94
  291. package/es/schema-initializer/demos/custom-items-component.mjs +0 -100
  292. package/es/schema-initializer/demos/dynamic-visible-children.mjs +0 -81
  293. package/es/schema-initializer/demos/insert-schema-action.mjs +0 -92
  294. package/es/schema-initializer/demos/insert-schema-basic.mjs +0 -112
  295. package/es/schema-initializer/demos/insert-schema-form-item.mjs +0 -136
  296. package/es/schema-initializer/demos/nested-items.mjs +0 -148
  297. package/es/schema-settings/demos/basic.mjs +0 -60
  298. package/es/schema-settings/demos/built-type.mjs +0 -142
  299. package/es/schema-settings/demos/custom-component.mjs +0 -42
  300. package/es/schema-settings/demos/demo3.mjs +0 -100
  301. package/es/schema-settings/demos/schema-basic.mjs +0 -64
  302. package/es/user/__tests__/current-user-settings-menu-provider.test.mjs +0 -36
  303. package/es/variables/__tests__/useVariables.test.mjs +0 -406
  304. package/es/variables/__tests__/utils/filterEmptyValues.test.mjs +0 -46
  305. package/es/variables/__tests__/utils/getPath.test.mjs +0 -4
  306. package/es/variables/__tests__/utils/getVariableName.test.mjs +0 -4
  307. package/es/variables/__tests__/utils/isVariable.test.mjs +0 -22
  308. package/es/variables/__tests__/utils/transformVariableValue.test.mjs +0 -136
  309. package/es/variables/__tests__/utils/uniq.test.mjs +0 -77
  310. package/lib/api-client/__tests__/APIClient.test.js +0 -90
  311. package/lib/api-client/demos/demo1.js +0 -80
  312. package/lib/api-client/demos/demo2.js +0 -79
  313. package/lib/api-client/demos/demo3.js +0 -122
  314. package/lib/application/__tests__/Application.test.js +0 -517
  315. package/lib/application/__tests__/Plugin.test.js +0 -233
  316. package/lib/application/__tests__/PluginSettingsManager.test.js +0 -192
  317. package/lib/application/__tests__/RouterManager.test.js +0 -347
  318. package/lib/application/__tests__/SchemaInitializer.test.js +0 -170
  319. package/lib/application/__tests__/SchemaToolbar.test.js +0 -150
  320. package/lib/application/__tests__/hoc/withDynamicSchemaProps.test.js +0 -194
  321. package/lib/application/__tests__/hooks.test.js +0 -92
  322. package/lib/application/__tests__/utils/remotePlugins.test.js +0 -325
  323. package/lib/application/__tests__/utils.test.js +0 -106
  324. package/lib/application/demos/demo1.js +0 -144
  325. package/lib/application/demos/demo2.js +0 -160
  326. package/lib/application/demos/demo3.js +0 -46
  327. package/lib/collection-manager/demos/demo2.js +0 -140
  328. package/lib/collection-manager/demos/demo3.js +0 -124
  329. package/lib/collection-manager/demos/demo4.js +0 -202
  330. package/lib/collection-manager/demos/demo5.js +0 -186
  331. package/lib/collection-manager/interfaces/__tests__/json.js +0 -47
  332. package/lib/data-source/__tests__/collection/AssociationProvider.test.js +0 -120
  333. package/lib/data-source/__tests__/collection/Collection.test.js +0 -304
  334. package/lib/data-source/__tests__/collection/CollectionManager.test.js +0 -304
  335. package/lib/data-source/__tests__/collection/CollectionManagerProvider.test.js +0 -121
  336. package/lib/data-source/__tests__/collection/CollectionProvider.test.js +0 -113
  337. package/lib/data-source/__tests__/collection/ExtendCollectionsProvider.test.js +0 -94
  338. package/lib/data-source/__tests__/collection-field/CollectionField.test.js +0 -74
  339. package/lib/data-source/__tests__/collection-field/CollectionFieldProvider.test.js +0 -58
  340. package/lib/data-source/__tests__/collection-field-interface/CollectionFieldInterfaceManager.test.js +0 -169
  341. package/lib/data-source/__tests__/collection-record/CollectionRecord.test.js +0 -28
  342. package/lib/data-source/__tests__/collection-record/CollectionRecordProvider.test.js +0 -260
  343. package/lib/data-source/__tests__/collection-record/isNewRecord.test.js +0 -52
  344. package/lib/data-source/__tests__/collection-template/CollectionTemplateManager.test.js +0 -130
  345. package/lib/data-source/__tests__/components/CollectionDeletedPlaceholder.test.js +0 -50
  346. package/lib/data-source/__tests__/data-block/DataBlockProvider.test.js +0 -154
  347. package/lib/data-source/__tests__/data-block/data-block-demos/association-table-list-and-parent-record.js +0 -122
  348. package/lib/data-source/__tests__/data-block/data-block-demos/association-table-list-and-source-id.js +0 -187
  349. package/lib/data-source/__tests__/data-block/data-block-demos/collection-form-create.js +0 -143
  350. package/lib/data-source/__tests__/data-block/data-block-demos/collection-form-get-and-update.js +0 -222
  351. package/lib/data-source/__tests__/data-block/data-block-demos/collection-form-record-and-update.js +0 -172
  352. package/lib/data-source/__tests__/data-block/data-block-demos/collection-table-list.js +0 -128
  353. package/lib/data-source/__tests__/data-block/data-block-demos/createApp.js +0 -103
  354. package/lib/data-source/__tests__/data-source/CollectionDataSourceProvider.test.js +0 -42
  355. package/lib/data-source/__tests__/data-source/DataSource.test.js +0 -82
  356. package/lib/data-source/__tests__/data-source/DataSourceManager.test.js +0 -173
  357. package/lib/data-source/__tests__/data-source/DataSourceManagerProvider.test.js +0 -37
  358. package/lib/data-source/__tests__/data-source/DataSourceProvider.test.js +0 -86
  359. package/lib/data-source/__tests__/utils.test.js +0 -62
  360. package/lib/filter-provider/__tests__/transformToFilter.js +0 -72
  361. package/lib/filter-provider/__tests__/useFilter.js +0 -48
  362. package/lib/filter-provider/__tests__/utiles.test.js +0 -272
  363. package/lib/flag-provider/__tests__/flag-provider.test.js +0 -26
  364. package/lib/icon/__tests__/icon.test.js +0 -63
  365. package/lib/icon/demos/antd-icon.js +0 -41
  366. package/lib/icon/demos/custom-icon.js +0 -50
  367. package/lib/icon/demos/iconfont.js +0 -44
  368. package/lib/icon/demos/register-icon.js +0 -57
  369. package/lib/modules/actions/disassociate/__e2e__/disassociate.test.js +0 -46
  370. package/lib/modules/actions/disassociate/__e2e__/templatesOfPage.js +0 -419
  371. package/lib/modules/blocks/data-blocks/details-multi/__e2e__/schemaInitializer.test.js +0 -119
  372. package/lib/modules/blocks/data-blocks/details-multi/__e2e__/schemaSettings.test.js +0 -79
  373. package/lib/modules/blocks/data-blocks/details-multi/__e2e__/templatesOfBug.js +0 -6
  374. package/lib/modules/blocks/data-blocks/details-multi/__tests__/createDetailsBlockWithPagingUISchema.test.js +0 -21
  375. package/lib/modules/blocks/data-blocks/details-single/__e2e__/schemaInitializer.test.js +0 -105
  376. package/lib/modules/blocks/data-blocks/details-single/__e2e__/schemaSettings.test.js +0 -31
  377. package/lib/modules/blocks/data-blocks/details-single/__e2e__/templatesOfBug.js +0 -6
  378. package/lib/modules/blocks/data-blocks/details-single/__tests__/createDetailsBlockWithoutPagingUISchema.test.js +0 -21
  379. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/associationForm.test.js +0 -21
  380. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/dragAndDrop.test.js +0 -33
  381. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadAssociationFields.test.js +0 -175
  382. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/lazyLoadVariables.test.js +0 -35
  383. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/schemaInitializer.test.js +0 -148
  384. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/schemaSettings.test.js +0 -1261
  385. package/lib/modules/blocks/data-blocks/form/__e2e__/form-create/templatesOfBug.js +0 -6047
  386. package/lib/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaInitializer.test.js +0 -23
  387. package/lib/modules/blocks/data-blocks/form/__e2e__/form-edit/schemaSettings.test.js +0 -219
  388. package/lib/modules/blocks/data-blocks/form/__e2e__/form-edit/templatesOfBug.js +0 -6
  389. package/lib/modules/blocks/data-blocks/form/__tests__/createCreateFormBlockUISchema.test.js +0 -26
  390. package/lib/modules/blocks/data-blocks/form/__tests__/createEditFormBlockUISchema.test.js +0 -25
  391. package/lib/modules/blocks/data-blocks/grid-card/__e2e__/schemaInitializer.test.js +0 -227
  392. package/lib/modules/blocks/data-blocks/grid-card/__e2e__/schemaSettings.test.js +0 -55
  393. package/lib/modules/blocks/data-blocks/grid-card/__e2e__/templatesOfBug.js +0 -6
  394. package/lib/modules/blocks/data-blocks/grid-card/__tests__/createGridCardBlockSchema.test.js +0 -33
  395. package/lib/modules/blocks/data-blocks/list/__e2e__/schemaInitializer.test.js +0 -218
  396. package/lib/modules/blocks/data-blocks/list/__e2e__/schemaSettings.test.js +0 -30
  397. package/lib/modules/blocks/data-blocks/list/__e2e__/templatesOfBug.js +0 -6
  398. package/lib/modules/blocks/data-blocks/list/__tests__/createListBlockSchema.test.js +0 -31
  399. package/lib/modules/blocks/data-blocks/table/__e2e__/actions/duplicate.test.js +0 -16
  400. package/lib/modules/blocks/data-blocks/table/__e2e__/actions/filter.test.js +0 -40
  401. package/lib/modules/blocks/data-blocks/table/__e2e__/checkboxForTableRow.test.js +0 -26
  402. package/lib/modules/blocks/data-blocks/table/__e2e__/dragAndDrop.test.js +0 -38
  403. package/lib/modules/blocks/data-blocks/table/__e2e__/schemaInitializer.test.js +0 -426
  404. package/lib/modules/blocks/data-blocks/table/__e2e__/schemaSettings.test.js +0 -876
  405. package/lib/modules/blocks/data-blocks/table/__e2e__/templatesOfBug.js +0 -979
  406. package/lib/modules/blocks/data-blocks/table/__e2e__/tree/schemaSettings.test.js +0 -49
  407. package/lib/modules/blocks/data-blocks/table/__tests__/createTableBLockSchema.test.js +0 -23
  408. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/schemaInitializer.test.js +0 -166
  409. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/schemaSettings.test.js +0 -153
  410. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/templatesOfBug.js +0 -728
  411. package/lib/modules/blocks/data-blocks/table-selector/__e2e__/utils.js +0 -46
  412. package/lib/modules/blocks/data-blocks/table-selector/__tests__/createTableSelectorSchema.test.js +0 -21
  413. package/lib/modules/blocks/filter-blocks/collapse/__e2e__/schemaInitializer.test.js +0 -66
  414. package/lib/modules/blocks/filter-blocks/collapse/__e2e__/schemaSettings.test.js +0 -69
  415. package/lib/modules/blocks/filter-blocks/collapse/__e2e__/templatesOfBug.js +0 -6
  416. package/lib/modules/blocks/filter-blocks/collapse/__tests__/createCollapseBlockSchema.test.js +0 -47
  417. package/lib/modules/blocks/filter-blocks/form/__e2e__/schemaInitializer.test.js +0 -122
  418. package/lib/modules/blocks/filter-blocks/form/__e2e__/schemaSettings.test.js +0 -105
  419. package/lib/modules/blocks/filter-blocks/form/__e2e__/templatesOfBug.js +0 -6
  420. package/lib/modules/blocks/filter-blocks/form/__tests__/createFilterFormBlockSchema.test.js +0 -30
  421. package/lib/modules/blocks/other-blocks/markdown/__e2e__/schemaInitializer.test.js +0 -17
  422. package/lib/modules/blocks/other-blocks/markdown/__e2e__/schemaSettings.test.js +0 -40
  423. package/lib/modules/blocks/other-blocks/markdown/__e2e__/templatesOfBug.js +0 -6
  424. package/lib/modules/dialog/__e2e__/schemaInitializer.test.js +0 -395
  425. package/lib/modules/dialog/__e2e__/schemaSettings.test.js +0 -66
  426. package/lib/modules/dialog/__e2e__/templatesOfBug.js +0 -2161
  427. package/lib/modules/dialog/__e2e__/zIndex.test.js +0 -42
  428. package/lib/modules/fields/component/DatePicker/__e2e__/schemaSettings.test.js +0 -109
  429. package/lib/modules/fields/component/DatePicker/__e2e__/utils.js +0 -358
  430. package/lib/modules/menu/__e2e__/dragAndDrop.test.js +0 -34
  431. package/lib/modules/menu/__e2e__/schemaInitializer.test.js +0 -108
  432. package/lib/modules/menu/__e2e__/schemaSettings.test.js +0 -354
  433. package/lib/modules/menu/__e2e__/templatesOfBug.js +0 -6
  434. package/lib/modules/page/__e2e__/blockInitializers.test.js +0 -24
  435. package/lib/modules/page/__e2e__/dragAndDrop.test.js +0 -23
  436. package/lib/modules/page/__e2e__/schemaInitailizer.test.js +0 -22
  437. package/lib/modules/page/__e2e__/schemaSettings.test.js +0 -141
  438. package/lib/modules/page/__e2e__/templatesOfBug.js +0 -6
  439. package/lib/modules/plugin-manager/__e2e__/pluginManager.test.js +0 -120
  440. package/lib/modules/plugin-manager/__e2e__/templatesOfBug.js +0 -6
  441. package/lib/modules/user-center/__e2e__/settings.test.js +0 -19
  442. package/lib/schema-component/antd/action/__tests__/action.test.js +0 -154
  443. package/lib/schema-component/antd/action/demos/demo1.js +0 -104
  444. package/lib/schema-component/antd/action/demos/demo2.js +0 -109
  445. package/lib/schema-component/antd/action/demos/demo3.js +0 -175
  446. package/lib/schema-component/antd/action/demos/demo4.js +0 -92
  447. package/lib/schema-component/antd/action/demos/demo5.js +0 -245
  448. package/lib/schema-component/antd/action/demos/demo6.js +0 -129
  449. package/lib/schema-component/antd/association-select/__tests__/association-select.test.js +0 -51
  450. package/lib/schema-component/antd/association-select/demos/demo1.js +0 -89
  451. package/lib/schema-component/antd/block-item/__tests__/block-item.test.js +0 -49
  452. package/lib/schema-component/antd/block-item/demos/demo1.js +0 -94
  453. package/lib/schema-component/antd/card-item/__tests__/card-item.test.js +0 -46
  454. package/lib/schema-component/antd/card-item/demos/demo1.js +0 -65
  455. package/lib/schema-component/antd/cascader/__tests__/cascader.test.js +0 -65
  456. package/lib/schema-component/antd/cascader/demos/demo1.js +0 -116
  457. package/lib/schema-component/antd/cascader/demos/demo2.js +0 -163
  458. package/lib/schema-component/antd/checkbox/__tests__/checkbox.test.js +0 -76
  459. package/lib/schema-component/antd/checkbox/demos/checkbox.group.js +0 -88
  460. package/lib/schema-component/antd/checkbox/demos/checkbox.js +0 -74
  461. package/lib/schema-component/antd/collection-select/__tests__/collection-select.test.js +0 -51
  462. package/lib/schema-component/antd/collection-select/demos/demo1.js +0 -70
  463. package/lib/schema-component/antd/color-picker/demos/demo1.js +0 -83
  464. package/lib/schema-component/antd/color-select/__tests__/color-select.test.js +0 -51
  465. package/lib/schema-component/antd/color-select/demos/demo1.js +0 -74
  466. package/lib/schema-component/antd/cron/__tests__/cron-set.test.js +0 -66
  467. package/lib/schema-component/antd/cron/demos/demo1.js +0 -66
  468. package/lib/schema-component/antd/cron/demos/demo2.js +0 -85
  469. package/lib/schema-component/antd/date-picker/__tests__/date-picker.test.js +0 -222
  470. package/lib/schema-component/antd/date-picker/__tests__/getDateRanges.test.js +0 -145
  471. package/lib/schema-component/antd/date-picker/__tests__/mapDatePicker.test.js +0 -235
  472. package/lib/schema-component/antd/date-picker/__tests__/mapRangePicker.test.js +0 -94
  473. package/lib/schema-component/antd/date-picker/__tests__/util.test.js +0 -201
  474. package/lib/schema-component/antd/date-picker/demos/demo1.js +0 -91
  475. package/lib/schema-component/antd/date-picker/demos/demo10.js +0 -95
  476. package/lib/schema-component/antd/date-picker/demos/demo11.js +0 -99
  477. package/lib/schema-component/antd/date-picker/demos/demo2.js +0 -94
  478. package/lib/schema-component/antd/date-picker/demos/demo3.js +0 -92
  479. package/lib/schema-component/antd/date-picker/demos/demo4.js +0 -120
  480. package/lib/schema-component/antd/date-picker/demos/demo5.js +0 -119
  481. package/lib/schema-component/antd/date-picker/demos/demo6.js +0 -119
  482. package/lib/schema-component/antd/date-picker/demos/demo7.js +0 -95
  483. package/lib/schema-component/antd/date-picker/demos/demo8.js +0 -95
  484. package/lib/schema-component/antd/date-picker/demos/demo9.js +0 -95
  485. package/lib/schema-component/antd/details/__tests__/details.test.js +0 -45
  486. package/lib/schema-component/antd/details/demos/demo1.js +0 -76
  487. package/lib/schema-component/antd/error-fallback/__tests__/error-fallback.test.js +0 -52
  488. package/lib/schema-component/antd/error-fallback/demos/demo1.js +0 -47
  489. package/lib/schema-component/antd/filter/__tests__/filter.test.js +0 -152
  490. package/lib/schema-component/antd/filter/demos/demo2.js +0 -163
  491. package/lib/schema-component/antd/filter/demos/demo3.js +0 -230
  492. package/lib/schema-component/antd/filter/demos/demo4.js +0 -218
  493. package/lib/schema-component/antd/filter/demos/demo5.js +0 -165
  494. package/lib/schema-component/antd/filter/demos/demo6.js +0 -152
  495. package/lib/schema-component/antd/form/__tests__/form.test.js +0 -155
  496. package/lib/schema-component/antd/form/demos/apiClient.js +0 -65
  497. package/lib/schema-component/antd/form/demos/demo1.js +0 -107
  498. package/lib/schema-component/antd/form/demos/demo2.js +0 -107
  499. package/lib/schema-component/antd/form/demos/demo3.js +0 -106
  500. package/lib/schema-component/antd/form/demos/demo4.js +0 -114
  501. package/lib/schema-component/antd/form/demos/demo5.js +0 -148
  502. package/lib/schema-component/antd/form/demos/demo6.js +0 -105
  503. package/lib/schema-component/antd/form/demos/demo7.js +0 -109
  504. package/lib/schema-component/antd/form/demos/demo8.js +0 -120
  505. package/lib/schema-component/antd/form-item/__tests__/form-item.test.js +0 -47
  506. package/lib/schema-component/antd/form-item/__tests__/hooks/useSpecialCase.test.js +0 -34
  507. package/lib/schema-component/antd/form-item/__tests__/utils.test.js +0 -72
  508. package/lib/schema-component/antd/form-item/demos/demo1.js +0 -71
  509. package/lib/schema-component/antd/form-v2/__tests__/form-v2.test.js +0 -84
  510. package/lib/schema-component/antd/form-v2/demos/collections.js +0 -1601
  511. package/lib/schema-component/antd/form-v2/demos/demo1.js +0 -156
  512. package/lib/schema-component/antd/form-v2/demos/demo2.js +0 -179
  513. package/lib/schema-component/antd/form-v2/demos/demo3.js +0 -165
  514. package/lib/schema-component/antd/grid/__tests__/grid.test.js +0 -63
  515. package/lib/schema-component/antd/grid/demos/demo1.js +0 -228
  516. package/lib/schema-component/antd/grid/demos/demo2.js +0 -131
  517. package/lib/schema-component/antd/grid/demos/demo3.js +0 -118
  518. package/lib/schema-component/antd/grid-card/__tests__/grid-card.test.js +0 -44
  519. package/lib/schema-component/antd/grid-card/demos/demo1.js +0 -40
  520. package/lib/schema-component/antd/icon-picker/__tests__/icon-picker.test.js +0 -60
  521. package/lib/schema-component/antd/icon-picker/demos/icon-picker.js +0 -74
  522. package/lib/schema-component/antd/input/__tests__/Input.test.js +0 -153
  523. package/lib/schema-component/antd/input/demos/input.js +0 -74
  524. package/lib/schema-component/antd/input/demos/json.js +0 -80
  525. package/lib/schema-component/antd/input/demos/textarea.js +0 -102
  526. package/lib/schema-component/antd/input/demos/url.js +0 -76
  527. package/lib/schema-component/antd/input-number/__tests__/input-number.test.js +0 -153
  528. package/lib/schema-component/antd/input-number/demos/addonBefore&addonAfter.js +0 -82
  529. package/lib/schema-component/antd/input-number/demos/highPrecisionDecimals.js +0 -84
  530. package/lib/schema-component/antd/input-number/demos/inputNumber.js +0 -74
  531. package/lib/schema-component/antd/list/__tests__/list.test.js +0 -44
  532. package/lib/schema-component/antd/list/demos/demo1.js +0 -40
  533. package/lib/schema-component/antd/markdown/__tests__/markdown.test.js +0 -63
  534. package/lib/schema-component/antd/markdown/demos/demo1.js +0 -74
  535. package/lib/schema-component/antd/markdown/demos/demo2.js +0 -85
  536. package/lib/schema-component/antd/menu/__tests__/menu.test.js +0 -75
  537. package/lib/schema-component/antd/menu/demos/demo1.js +0 -127
  538. package/lib/schema-component/antd/menu/demos/demo2.js +0 -130
  539. package/lib/schema-component/antd/menu/demos/demo3.js +0 -169
  540. package/lib/schema-component/antd/page/__tests__/page.test.js +0 -53
  541. package/lib/schema-component/antd/page/demos/demo1.js +0 -72
  542. package/lib/schema-component/antd/password/__tests__/password.test.js +0 -64
  543. package/lib/schema-component/antd/password/__tests__/utils.test.js +0 -28
  544. package/lib/schema-component/antd/password/demos/demo1.js +0 -74
  545. package/lib/schema-component/antd/password/demos/demo2.js +0 -77
  546. package/lib/schema-component/antd/percent/__tests__/percent.test.js +0 -51
  547. package/lib/schema-component/antd/percent/demos/percent.js +0 -74
  548. package/lib/schema-component/antd/preview/__tests__/preview.test.js +0 -46
  549. package/lib/schema-component/antd/preview/demos/demo1.js +0 -129
  550. package/lib/schema-component/antd/radio/__tests__/radio.test.js +0 -80
  551. package/lib/schema-component/antd/radio/demos/demo1.js +0 -74
  552. package/lib/schema-component/antd/radio/demos/demo2.js +0 -86
  553. package/lib/schema-component/antd/radio/demos/demo3.js +0 -88
  554. package/lib/schema-component/antd/record-picker/__tests__/record-picker.test.js +0 -62
  555. package/lib/schema-component/antd/record-picker/demos/demo1.js +0 -223
  556. package/lib/schema-component/antd/record-picker/demos/mockData.js +0 -247
  557. package/lib/schema-component/antd/remote-select/__tests__/remote-select.test.js +0 -51
  558. package/lib/schema-component/antd/remote-select/demos/demo1.js +0 -89
  559. package/lib/schema-component/antd/rich-text/__tests__/rich-text.test.js +0 -48
  560. package/lib/schema-component/antd/rich-text/demos/demo1.js +0 -75
  561. package/lib/schema-component/antd/select/__tests__/select.test.js +0 -78
  562. package/lib/schema-component/antd/select/__tests__/utils.test.js +0 -136
  563. package/lib/schema-component/antd/select/demos/demo1.js +0 -106
  564. package/lib/schema-component/antd/select/demos/demo2.js +0 -110
  565. package/lib/schema-component/antd/select/demos/demo3.js +0 -118
  566. package/lib/schema-component/antd/table/__tests__/table.test.js +0 -59
  567. package/lib/schema-component/antd/table/demos/demo1.js +0 -97
  568. package/lib/schema-component/antd/table/demos/demo2.js +0 -97
  569. package/lib/schema-component/antd/table/demos/demo3.js +0 -97
  570. package/lib/schema-component/antd/table/demos/demo4.js +0 -251
  571. package/lib/schema-component/antd/table-v2/__tests__/table-v2.test.js +0 -49
  572. package/lib/schema-component/antd/table-v2/demos/collections.js +0 -1596
  573. package/lib/schema-component/antd/table-v2/demos/demo1.js +0 -268
  574. package/lib/schema-component/antd/table-v2/demos/demo2.js +0 -151
  575. package/lib/schema-component/antd/tabs/__tests__/tabs.test.js +0 -49
  576. package/lib/schema-component/antd/tabs/demos/demo1.js +0 -101
  577. package/lib/schema-component/antd/time-picker/__tests__/time-picker.test.js +0 -81
  578. package/lib/schema-component/antd/time-picker/demos/demo1.js +0 -74
  579. package/lib/schema-component/antd/time-picker/demos/demo2.js +0 -74
  580. package/lib/schema-component/antd/tree-select/__tests__/tree-select.test.js +0 -49
  581. package/lib/schema-component/antd/tree-select/demos/demo1.js +0 -118
  582. package/lib/schema-component/antd/upload/__tests__/upload.test.js +0 -49
  583. package/lib/schema-component/antd/upload/demos/apiClient.js +0 -77
  584. package/lib/schema-component/antd/upload/demos/demo1.js +0 -96
  585. package/lib/schema-component/antd/upload/demos/demo2.js +0 -163
  586. package/lib/schema-component/antd/variable/__tests__/variable.test.js +0 -82
  587. package/lib/schema-component/antd/variable/demos/demo1.js +0 -78
  588. package/lib/schema-component/antd/variable/demos/demo2.js +0 -78
  589. package/lib/schema-component/antd/variable/demos/demo3.js +0 -78
  590. package/lib/schema-component/demos/demo1.js +0 -123
  591. package/lib/schema-component/demos/demo2.js +0 -57
  592. package/lib/schema-component/demos/demo3.js +0 -58
  593. package/lib/schema-component/demos/demo4.js +0 -58
  594. package/lib/schema-component/hooks/__tests__/designable.test.js +0 -555
  595. package/lib/schema-component/hooks/__tests__/splitWrapSchema.test.js +0 -96
  596. package/lib/schema-initializer/demos/basic.js +0 -96
  597. package/lib/schema-initializer/demos/build-type.js +0 -117
  598. package/lib/schema-initializer/demos/custom-button.js +0 -128
  599. package/lib/schema-initializer/demos/custom-items-component.js +0 -134
  600. package/lib/schema-initializer/demos/dynamic-visible-children.js +0 -115
  601. package/lib/schema-initializer/demos/insert-schema-action.js +0 -126
  602. package/lib/schema-initializer/demos/insert-schema-basic.js +0 -146
  603. package/lib/schema-initializer/demos/insert-schema-form-item.js +0 -170
  604. package/lib/schema-initializer/demos/nested-items.js +0 -182
  605. package/lib/schema-settings/demos/basic.js +0 -94
  606. package/lib/schema-settings/demos/built-type.js +0 -176
  607. package/lib/schema-settings/demos/custom-component.js +0 -76
  608. package/lib/schema-settings/demos/demo3.js +0 -134
  609. package/lib/schema-settings/demos/schema-basic.js +0 -98
  610. package/lib/user/__tests__/current-user-settings-menu-provider.test.js +0 -43
  611. package/lib/variables/__tests__/useVariables.test.js +0 -442
  612. package/lib/variables/__tests__/utils/filterEmptyValues.test.js +0 -53
  613. package/lib/variables/__tests__/utils/getPath.test.js +0 -11
  614. package/lib/variables/__tests__/utils/getVariableName.test.js +0 -11
  615. package/lib/variables/__tests__/utils/isVariable.test.js +0 -29
  616. package/lib/variables/__tests__/utils/transformVariableValue.test.js +0 -143
  617. package/lib/variables/__tests__/utils/uniq.test.js +0 -84
@@ -1,2161 +0,0 @@
1
- "use strict";
2
- var __webpack_require__ = {};
3
- (()=>{
4
- __webpack_require__.d = function(exports1, definition) {
5
- for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
- enumerable: true,
7
- get: definition[key]
8
- });
9
- };
10
- })();
11
- (()=>{
12
- __webpack_require__.o = function(obj, prop) {
13
- return Object.prototype.hasOwnProperty.call(obj, prop);
14
- };
15
- })();
16
- (()=>{
17
- __webpack_require__.r = function(exports1) {
18
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
19
- value: 'Module'
20
- });
21
- Object.defineProperty(exports1, '__esModule', {
22
- value: true
23
- });
24
- };
25
- })();
26
- var __webpack_exports__ = {};
27
- __webpack_require__.r(__webpack_exports__);
28
- __webpack_require__.d(__webpack_exports__, {
29
- tableWithUsers: ()=>tableWithUsers,
30
- T2797: ()=>T2797,
31
- tableWithInherit: ()=>tableWithInherit,
32
- tableWithInheritWithoutAssociation: ()=>tableWithInheritWithoutAssociation,
33
- T2838: ()=>T2838,
34
- tableWithRoles: ()=>tableWithRoles
35
- });
36
- const e2e_namespaceObject = require("@tachybase/test/e2e");
37
- const T2797 = {
38
- pageSchema: {
39
- _isJSONSchemaObject: true,
40
- version: '2.0',
41
- type: 'void',
42
- 'x-component': 'Page',
43
- 'x-index': 1,
44
- properties: {
45
- anaca99jfos: {
46
- _isJSONSchemaObject: true,
47
- version: '2.0',
48
- type: 'void',
49
- 'x-component': 'Grid',
50
- 'x-initializer': 'page:addBlock',
51
- 'x-index': 1,
52
- properties: {
53
- '921il71tsii': {
54
- _isJSONSchemaObject: true,
55
- version: '2.0',
56
- type: 'void',
57
- 'x-component': 'Grid.Row',
58
- 'x-index': 1,
59
- properties: {
60
- '6s5exwpw6k1': {
61
- _isJSONSchemaObject: true,
62
- version: '2.0',
63
- type: 'void',
64
- 'x-component': 'Grid.Col',
65
- 'x-index': 1,
66
- properties: {
67
- m1vdqkujhfd: {
68
- _isJSONSchemaObject: true,
69
- version: '2.0',
70
- type: 'void',
71
- 'x-decorator': 'TableBlockProvider',
72
- 'x-acl-action': 'users:list',
73
- 'x-decorator-props': {
74
- collection: 'users',
75
- resource: 'users',
76
- action: 'list',
77
- params: {
78
- pageSize: 20,
79
- sort: [
80
- 'id'
81
- ],
82
- filter: {}
83
- },
84
- rowKey: 'id',
85
- showIndex: true,
86
- dragSort: false,
87
- disableTemplate: false
88
- },
89
- 'x-designer': 'TableBlockDesigner',
90
- 'x-component': 'CardItem',
91
- 'x-filter-targets': [],
92
- 'x-index': 1,
93
- properties: {
94
- actions: {
95
- _isJSONSchemaObject: true,
96
- version: '2.0',
97
- type: 'void',
98
- 'x-initializer': 'table:configureActions',
99
- 'x-component': 'ActionBar',
100
- 'x-component-props': {
101
- style: {
102
- marginBottom: 'var(--tb-spacing)'
103
- }
104
- },
105
- 'x-index': 1,
106
- 'x-uid': 'ekut6r82rxy',
107
- 'x-async': false
108
- },
109
- buql1oo309b: {
110
- _isJSONSchemaObject: true,
111
- version: '2.0',
112
- type: 'array',
113
- 'x-initializer': 'table:configureColumns',
114
- 'x-component': 'TableV2',
115
- 'x-component-props': {
116
- rowKey: 'id',
117
- rowSelection: {
118
- type: 'checkbox'
119
- },
120
- useProps: '{{ useTableBlockProps }}'
121
- },
122
- 'x-index': 2,
123
- properties: {
124
- actions: {
125
- _isJSONSchemaObject: true,
126
- version: '2.0',
127
- type: 'void',
128
- title: '{{ t("Actions") }}',
129
- 'x-action-column': 'actions',
130
- 'x-decorator': 'TableV2.Column.ActionBar',
131
- 'x-component': 'TableV2.Column',
132
- 'x-designer': 'TableV2.ActionColumnDesigner',
133
- 'x-initializer': 'table:configureItemActions',
134
- 'x-index': 1,
135
- properties: {
136
- actions: {
137
- _isJSONSchemaObject: true,
138
- version: '2.0',
139
- type: 'void',
140
- 'x-decorator': 'DndContext',
141
- 'x-component': 'Space',
142
- 'x-component-props': {
143
- split: '|'
144
- },
145
- 'x-index': 1,
146
- properties: {
147
- xoem0ayb9dg: {
148
- 'x-uid': 'x5h22i05z9y',
149
- _isJSONSchemaObject: true,
150
- version: '2.0',
151
- type: 'void',
152
- title: 'Popup drawer',
153
- 'x-action': 'customize:popup',
154
- 'x-designer': 'Action.Designer',
155
- 'x-component': 'Action.Link',
156
- 'x-component-props': {
157
- openMode: 'drawer',
158
- danger: false
159
- },
160
- 'x-designer-props': {
161
- linkageAction: true
162
- },
163
- 'x-index': 1,
164
- properties: {
165
- drawer: {
166
- _isJSONSchemaObject: true,
167
- version: '2.0',
168
- type: 'void',
169
- title: '{{ t("Popup") }}',
170
- 'x-component': 'Action.Container',
171
- 'x-component-props': {
172
- className: 'tb-action-popup'
173
- },
174
- 'x-index': 1,
175
- properties: {
176
- tabs: {
177
- _isJSONSchemaObject: true,
178
- version: '2.0',
179
- type: 'void',
180
- 'x-component': 'Tabs',
181
- 'x-component-props': {},
182
- 'x-initializer': 'popup:addTab',
183
- 'x-index': 1,
184
- properties: {
185
- tab1: {
186
- _isJSONSchemaObject: true,
187
- version: '2.0',
188
- type: 'void',
189
- title: '{{t("Details")}}',
190
- 'x-component': 'Tabs.TabPane',
191
- 'x-designer': 'Tabs.Designer',
192
- 'x-component-props': {},
193
- 'x-index': 1,
194
- properties: {
195
- grid: {
196
- _isJSONSchemaObject: true,
197
- version: '2.0',
198
- type: 'void',
199
- 'x-component': 'Grid',
200
- 'x-initializer': 'popup:common:addBlock',
201
- 'x-index': 1,
202
- properties: {
203
- uq6k35ibdum: {
204
- _isJSONSchemaObject: true,
205
- version: '2.0',
206
- type: 'void',
207
- 'x-component': 'Grid.Row',
208
- 'x-index': 1,
209
- properties: {
210
- gju15zbxua7: {
211
- _isJSONSchemaObject: true,
212
- version: '2.0',
213
- type: 'void',
214
- 'x-component': 'Grid.Col',
215
- 'x-index': 1,
216
- properties: {
217
- '3gvctyne9ch': {
218
- _isJSONSchemaObject: true,
219
- version: '2.0',
220
- type: 'void',
221
- 'x-acl-action-props': {
222
- skipScopeCheck: false
223
- },
224
- 'x-acl-action': 'users:update',
225
- 'x-decorator': 'FormBlockProvider',
226
- 'x-decorator-props': {
227
- useSourceId: '{{ useSourceIdFromParentRecord }}',
228
- useParams: '{{ useParamsFromRecord }}',
229
- action: 'get',
230
- resource: 'users',
231
- collection: 'users'
232
- },
233
- 'x-designer': 'FormV2.Designer',
234
- 'x-component': 'CardItem',
235
- 'x-component-props': {},
236
- 'x-index': 1,
237
- properties: {
238
- rf52acn3z2h: {
239
- _isJSONSchemaObject: true,
240
- version: '2.0',
241
- type: 'void',
242
- 'x-component': 'FormV2',
243
- 'x-component-props': {
244
- useProps: '{{ useFormBlockProps }}'
245
- },
246
- 'x-index': 1,
247
- properties: {
248
- grid: {
249
- _isJSONSchemaObject: true,
250
- version: '2.0',
251
- type: 'void',
252
- 'x-component': 'Grid',
253
- 'x-initializer': 'form:configureFields',
254
- 'x-index': 1,
255
- 'x-uid': '1d3zru9pi2o',
256
- 'x-async': false
257
- },
258
- actions: {
259
- _isJSONSchemaObject: true,
260
- version: '2.0',
261
- type: 'void',
262
- 'x-initializer': 'editForm:configureActions',
263
- 'x-component': 'ActionBar',
264
- 'x-component-props': {
265
- layout: 'one-column',
266
- style: {
267
- marginTop: 24
268
- }
269
- },
270
- 'x-index': 2,
271
- properties: {
272
- r5fvw6udpo5: {
273
- 'x-uid': 'fhhipgvw969',
274
- _isJSONSchemaObject: true,
275
- version: '2.0',
276
- type: 'void',
277
- title: 'Popup drawer',
278
- 'x-action': 'customize:popup',
279
- 'x-designer': 'Action.Designer',
280
- 'x-component': 'Action',
281
- 'x-component-props': {
282
- openMode: 'drawer',
283
- danger: false,
284
- type: 'default'
285
- },
286
- 'x-index': 1,
287
- properties: {
288
- drawer: {
289
- _isJSONSchemaObject: true,
290
- version: '2.0',
291
- type: 'void',
292
- title: '{{ t("Popup") }}',
293
- 'x-component': 'Action.Container',
294
- 'x-component-props': {
295
- className: 'tb-action-popup'
296
- },
297
- 'x-index': 1,
298
- properties: {
299
- tabs: {
300
- _isJSONSchemaObject: true,
301
- version: '2.0',
302
- type: 'void',
303
- 'x-component': 'Tabs',
304
- 'x-component-props': {},
305
- 'x-initializer': 'popup:addTab',
306
- 'x-index': 1,
307
- properties: {
308
- tab1: {
309
- _isJSONSchemaObject: true,
310
- version: '2.0',
311
- type: 'void',
312
- title: '{{t("Details")}}',
313
- 'x-component': 'Tabs.TabPane',
314
- 'x-designer': 'Tabs.Designer',
315
- 'x-component-props': {},
316
- 'x-index': 1,
317
- properties: {
318
- grid: {
319
- _isJSONSchemaObject: true,
320
- version: '2.0',
321
- type: 'void',
322
- 'x-component': 'Grid',
323
- 'x-initializer': 'popup:common:addBlock',
324
- 'x-index': 1,
325
- properties: {
326
- i7919iug0zf: {
327
- _isJSONSchemaObject: true,
328
- version: '2.0',
329
- type: 'void',
330
- 'x-component': 'Grid.Row',
331
- 'x-index': 1,
332
- properties: {
333
- fnfowdb69of: {
334
- _isJSONSchemaObject: true,
335
- version: '2.0',
336
- type: 'void',
337
- 'x-component': 'Grid.Col',
338
- 'x-index': 1,
339
- properties: {
340
- '7a1tbf51g8v': {
341
- _isJSONSchemaObject: true,
342
- version: '2.0',
343
- type: 'void',
344
- 'x-acl-action-props': {
345
- skipScopeCheck: false
346
- },
347
- 'x-acl-action': 'users:update',
348
- 'x-decorator': 'FormBlockProvider',
349
- 'x-decorator-props': {
350
- useSourceId: '{{ useSourceIdFromParentRecord }}',
351
- useParams: '{{ useParamsFromRecord }}',
352
- action: 'get',
353
- resource: 'users',
354
- collection: 'users'
355
- },
356
- 'x-designer': 'FormV2.Designer',
357
- 'x-component': 'CardItem',
358
- 'x-component-props': {},
359
- 'x-index': 1,
360
- properties: {
361
- nn34pmsspnz: {
362
- _isJSONSchemaObject: true,
363
- version: '2.0',
364
- type: 'void',
365
- 'x-component': 'FormV2',
366
- 'x-component-props': {
367
- useProps: '{{ useFormBlockProps }}'
368
- },
369
- 'x-index': 1,
370
- properties: {
371
- grid: {
372
- _isJSONSchemaObject: true,
373
- version: '2.0',
374
- type: 'void',
375
- 'x-component': 'Grid',
376
- 'x-initializer': 'form:configureFields',
377
- 'x-index': 1,
378
- 'x-uid': 'k9p2rqt49v1',
379
- 'x-async': false
380
- },
381
- actions: {
382
- _isJSONSchemaObject: true,
383
- version: '2.0',
384
- type: 'void',
385
- 'x-initializer': 'editForm:configureActions',
386
- 'x-component': 'ActionBar',
387
- 'x-component-props': {
388
- layout: 'one-column',
389
- style: {
390
- marginTop: 24
391
- }
392
- },
393
- 'x-index': 2,
394
- properties: {
395
- m1d82kfi4wj: {
396
- _isJSONSchemaObject: true,
397
- version: '2.0',
398
- title: '{{ t("Submit") }}',
399
- 'x-action': 'submit',
400
- 'x-component': 'Action',
401
- 'x-designer': 'Action.Designer',
402
- 'x-component-props': {
403
- type: 'primary',
404
- htmlType: 'submit',
405
- useProps: '{{ useUpdateActionProps }}'
406
- },
407
- 'x-action-settings': {
408
- triggerWorkflows: []
409
- },
410
- type: 'void',
411
- 'x-index': 1,
412
- 'x-uid': '9mm8kvh4o2m',
413
- 'x-async': false
414
- }
415
- },
416
- 'x-uid': 'on41cr8zg41',
417
- 'x-async': false
418
- }
419
- },
420
- 'x-uid': 'y6uigc4n4vm',
421
- 'x-async': false
422
- }
423
- },
424
- 'x-uid': 'fnj75090iwa',
425
- 'x-async': false
426
- }
427
- },
428
- 'x-uid': 'y7t6l50j29g',
429
- 'x-async': false
430
- }
431
- },
432
- 'x-uid': 'gcaxegx915j',
433
- 'x-async': false
434
- }
435
- },
436
- 'x-uid': 'oijx43exgjw',
437
- 'x-async': false
438
- }
439
- },
440
- 'x-uid': 'uss69qgzgfr',
441
- 'x-async': false
442
- }
443
- },
444
- 'x-uid': 'wo27pk5oaxl',
445
- 'x-async': false
446
- }
447
- },
448
- 'x-uid': 'ssukg1yq6xs',
449
- 'x-async': false
450
- }
451
- },
452
- 'x-async': false
453
- }
454
- },
455
- 'x-uid': 'g6i2gve8d67',
456
- 'x-async': false
457
- }
458
- },
459
- 'x-uid': 'bmm6oo074xl',
460
- 'x-async': false
461
- }
462
- },
463
- 'x-uid': '46e0m820bo2',
464
- 'x-async': false
465
- }
466
- },
467
- 'x-uid': '1gvrltd8yqg',
468
- 'x-async': false
469
- }
470
- },
471
- 'x-uid': 'w97q3lbbsh4',
472
- 'x-async': false
473
- }
474
- },
475
- 'x-uid': '6l2ef5vge85',
476
- 'x-async': false
477
- }
478
- },
479
- 'x-uid': 'n4cpdx9ysfb',
480
- 'x-async': false
481
- }
482
- },
483
- 'x-uid': 'o06coc1mgwa',
484
- 'x-async': false
485
- }
486
- },
487
- 'x-uid': '7zj8405odj1',
488
- 'x-async': false
489
- }
490
- },
491
- 'x-async': false
492
- }
493
- },
494
- 'x-uid': 'd72ecevv19r',
495
- 'x-async': false
496
- }
497
- },
498
- 'x-uid': 'dymj7cnulu9',
499
- 'x-async': false
500
- },
501
- ehaaqzdovop: {
502
- _isJSONSchemaObject: true,
503
- version: '2.0',
504
- type: 'void',
505
- 'x-decorator': 'TableV2.Column.Decorator',
506
- 'x-designer': 'TableV2.Column.Designer',
507
- 'x-component': 'TableV2.Column',
508
- 'x-index': 2,
509
- properties: {
510
- id: {
511
- _isJSONSchemaObject: true,
512
- version: '2.0',
513
- 'x-collection-field': 'users.id',
514
- 'x-component': 'CollectionField',
515
- 'x-component-props': {},
516
- 'x-read-pretty': true,
517
- 'x-decorator': null,
518
- 'x-decorator-props': {
519
- labelStyle: {
520
- display: 'none'
521
- }
522
- },
523
- 'x-index': 1,
524
- 'x-uid': '4xk1wkpwu0x',
525
- 'x-async': false
526
- }
527
- },
528
- 'x-uid': '9kcdkg7zqss',
529
- 'x-async': false
530
- }
531
- },
532
- 'x-uid': '8zzc49ye7c1',
533
- 'x-async': false
534
- }
535
- },
536
- 'x-uid': 'j5a3t93mc8y',
537
- 'x-async': false
538
- }
539
- },
540
- 'x-uid': 'ngqxn545h2z',
541
- 'x-async': false
542
- }
543
- },
544
- 'x-uid': 'qbwre8gvolh',
545
- 'x-async': false
546
- }
547
- },
548
- 'x-uid': 'b9f5kb02zxd',
549
- 'x-async': false
550
- }
551
- },
552
- 'x-uid': '6u34l9yf166',
553
- 'x-async': true
554
- }
555
- };
556
- const T2838 = {
557
- collections: e2e_namespaceObject.generalWithMultiLevelM2oFields,
558
- pageSchema: {
559
- _isJSONSchemaObject: true,
560
- version: '2.0',
561
- type: 'void',
562
- 'x-component': 'Page',
563
- 'x-index': 1,
564
- properties: {
565
- gk0rcxdp7ci: {
566
- _isJSONSchemaObject: true,
567
- version: '2.0',
568
- type: 'void',
569
- 'x-component': 'Grid',
570
- 'x-initializer': 'page:addBlock',
571
- 'x-index': 1,
572
- properties: {
573
- ocvzef7y4nh: {
574
- _isJSONSchemaObject: true,
575
- version: '2.0',
576
- type: 'void',
577
- 'x-component': 'Grid.Row',
578
- 'x-index': 1,
579
- properties: {
580
- wgt31pysku3: {
581
- _isJSONSchemaObject: true,
582
- version: '2.0',
583
- type: 'void',
584
- 'x-component': 'Grid.Col',
585
- 'x-index': 1,
586
- properties: {
587
- e36qxkskmws: {
588
- _isJSONSchemaObject: true,
589
- version: '2.0',
590
- type: 'void',
591
- 'x-decorator': 'TableBlockProvider',
592
- 'x-acl-action': 'general:list',
593
- 'x-decorator-props': {
594
- collection: 'general',
595
- resource: 'general',
596
- action: 'list',
597
- params: {
598
- pageSize: 20
599
- },
600
- rowKey: 'id',
601
- showIndex: true,
602
- dragSort: false,
603
- disableTemplate: false
604
- },
605
- 'x-designer': 'TableBlockDesigner',
606
- 'x-component': 'CardItem',
607
- 'x-filter-targets': [],
608
- 'x-index': 1,
609
- properties: {
610
- actions: {
611
- _isJSONSchemaObject: true,
612
- version: '2.0',
613
- type: 'void',
614
- 'x-initializer': 'table:configureActions',
615
- 'x-component': 'ActionBar',
616
- 'x-component-props': {
617
- style: {
618
- marginBottom: 'var(--tb-spacing)'
619
- }
620
- },
621
- 'x-index': 1,
622
- 'x-uid': '9g7iqgfistn',
623
- 'x-async': false
624
- },
625
- ewrmbv48omq: {
626
- _isJSONSchemaObject: true,
627
- version: '2.0',
628
- type: 'array',
629
- 'x-initializer': 'table:configureColumns',
630
- 'x-component': 'TableV2',
631
- 'x-component-props': {
632
- rowKey: 'id',
633
- rowSelection: {
634
- type: 'checkbox'
635
- },
636
- useProps: '{{ useTableBlockProps }}'
637
- },
638
- 'x-index': 2,
639
- properties: {
640
- actions: {
641
- _isJSONSchemaObject: true,
642
- version: '2.0',
643
- type: 'void',
644
- title: '{{ t("Actions") }}',
645
- 'x-action-column': 'actions',
646
- 'x-decorator': 'TableV2.Column.ActionBar',
647
- 'x-component': 'TableV2.Column',
648
- 'x-designer': 'TableV2.ActionColumnDesigner',
649
- 'x-initializer': 'table:configureItemActions',
650
- 'x-index': 1,
651
- properties: {
652
- actions: {
653
- _isJSONSchemaObject: true,
654
- version: '2.0',
655
- type: 'void',
656
- 'x-decorator': 'DndContext',
657
- 'x-component': 'Space',
658
- 'x-component-props': {
659
- split: '|'
660
- },
661
- 'x-index': 1,
662
- properties: {
663
- mxf2vugzynw: {
664
- _isJSONSchemaObject: true,
665
- version: '2.0',
666
- type: 'void',
667
- title: 'Edit record',
668
- 'x-action': 'update',
669
- 'x-designer': 'Action.Designer',
670
- 'x-component': 'Action.Link',
671
- 'x-component-props': {
672
- openMode: 'modal',
673
- danger: false
674
- },
675
- 'x-decorator': 'ACLActionProvider',
676
- 'x-designer-props': {
677
- linkageAction: true
678
- },
679
- 'x-index': 1,
680
- properties: {
681
- drawer: {
682
- _isJSONSchemaObject: true,
683
- version: '2.0',
684
- type: 'void',
685
- title: '{{ t("Edit record") }}',
686
- 'x-component': 'Action.Container',
687
- 'x-component-props': {
688
- className: 'tb-action-popup'
689
- },
690
- 'x-index': 1,
691
- properties: {
692
- tabs: {
693
- _isJSONSchemaObject: true,
694
- version: '2.0',
695
- type: 'void',
696
- 'x-component': 'Tabs',
697
- 'x-component-props': {},
698
- 'x-initializer': 'popup:addTab',
699
- 'x-index': 1,
700
- properties: {
701
- tab1: {
702
- _isJSONSchemaObject: true,
703
- version: '2.0',
704
- type: 'void',
705
- title: '{{t("Edit")}}',
706
- 'x-component': 'Tabs.TabPane',
707
- 'x-designer': 'Tabs.Designer',
708
- 'x-component-props': {},
709
- 'x-index': 1,
710
- properties: {
711
- grid: {
712
- _isJSONSchemaObject: true,
713
- version: '2.0',
714
- type: 'void',
715
- 'x-component': 'Grid',
716
- 'x-initializer': 'popup:common:addBlock',
717
- 'x-index': 1,
718
- properties: {
719
- w9u8i9nzh10: {
720
- _isJSONSchemaObject: true,
721
- version: '2.0',
722
- type: 'void',
723
- 'x-component': 'Grid.Row',
724
- 'x-index': 1,
725
- properties: {
726
- iq0d99ing5f: {
727
- _isJSONSchemaObject: true,
728
- version: '2.0',
729
- type: 'void',
730
- 'x-component': 'Grid.Col',
731
- 'x-index': 1,
732
- properties: {
733
- '8ng5a7gfnxu': {
734
- _isJSONSchemaObject: true,
735
- version: '2.0',
736
- type: 'void',
737
- 'x-acl-action': 'general.m2oField0:get',
738
- 'x-decorator': 'FormBlockProvider',
739
- 'x-decorator-props': {
740
- resource: 'general.m2oField0',
741
- collection: 'm2oField1',
742
- association: 'general.m2oField0',
743
- readPretty: true,
744
- action: 'get',
745
- useParams: '{{ useParamsFromRecord }}',
746
- useSourceId: '{{ useSourceIdFromParentRecord }}'
747
- },
748
- 'x-designer': 'FormV2.ReadPrettyDesigner',
749
- 'x-component': 'CardItem',
750
- 'x-index': 1,
751
- properties: {
752
- xed9u6i5rke: {
753
- _isJSONSchemaObject: true,
754
- version: '2.0',
755
- type: 'void',
756
- 'x-component': 'FormV2',
757
- 'x-read-pretty': true,
758
- 'x-component-props': {
759
- useProps: '{{ useFormBlockProps }}'
760
- },
761
- 'x-index': 1,
762
- properties: {
763
- actions: {
764
- _isJSONSchemaObject: true,
765
- version: '2.0',
766
- type: 'void',
767
- 'x-initializer': 'details:configureActions',
768
- 'x-component': 'ActionBar',
769
- 'x-component-props': {
770
- style: {
771
- marginBottom: 24
772
- }
773
- },
774
- 'x-index': 1,
775
- properties: {
776
- j8yl7ufxycc: {
777
- 'x-uid': 't5zvkjpt399',
778
- _isJSONSchemaObject: true,
779
- version: '2.0',
780
- type: 'void',
781
- title: 'Edit button 1',
782
- 'x-action': 'update',
783
- 'x-designer': 'Action.Designer',
784
- 'x-component': 'Action',
785
- 'x-component-props': {
786
- openMode: 'modal',
787
- icon: 'EditOutlined',
788
- type: 'primary',
789
- danger: false
790
- },
791
- 'x-decorator': 'ACLActionProvider',
792
- 'x-index': 1,
793
- properties: {
794
- drawer: {
795
- _isJSONSchemaObject: true,
796
- version: '2.0',
797
- type: 'void',
798
- title: '{{ t("Edit record") }}',
799
- 'x-component': 'Action.Container',
800
- 'x-component-props': {
801
- className: 'tb-action-popup'
802
- },
803
- 'x-index': 1,
804
- properties: {
805
- tabs: {
806
- _isJSONSchemaObject: true,
807
- version: '2.0',
808
- type: 'void',
809
- 'x-component': 'Tabs',
810
- 'x-component-props': {},
811
- 'x-initializer': 'popup:addTab',
812
- 'x-index': 1,
813
- properties: {
814
- tab1: {
815
- _isJSONSchemaObject: true,
816
- version: '2.0',
817
- type: 'void',
818
- title: '{{t("Edit")}}',
819
- 'x-component': 'Tabs.TabPane',
820
- 'x-designer': 'Tabs.Designer',
821
- 'x-component-props': {},
822
- 'x-index': 1,
823
- properties: {
824
- grid: {
825
- _isJSONSchemaObject: true,
826
- version: '2.0',
827
- type: 'void',
828
- 'x-component': 'Grid',
829
- 'x-initializer': 'popup:common:addBlock',
830
- 'x-index': 1,
831
- properties: {
832
- nclrn6m8w40: {
833
- _isJSONSchemaObject: true,
834
- version: '2.0',
835
- type: 'void',
836
- 'x-component': 'Grid.Row',
837
- 'x-index': 1,
838
- properties: {
839
- '986i76o9mkl': {
840
- _isJSONSchemaObject: true,
841
- version: '2.0',
842
- type: 'void',
843
- 'x-component': 'Grid.Col',
844
- 'x-index': 1,
845
- properties: {
846
- ofcetydqvzr: {
847
- _isJSONSchemaObject: true,
848
- version: '2.0',
849
- type: 'void',
850
- 'x-acl-action': 'general.m2oField0:get',
851
- 'x-decorator': 'FormBlockProvider',
852
- 'x-decorator-props': {
853
- resource: 'general.m2oField0',
854
- collection: 'm2oField1',
855
- association: 'general.m2oField0',
856
- readPretty: true,
857
- action: 'get',
858
- useParams: '{{ useParamsFromRecord }}',
859
- useSourceId: '{{ useSourceIdFromParentRecord }}'
860
- },
861
- 'x-designer': 'FormV2.ReadPrettyDesigner',
862
- 'x-component': 'CardItem',
863
- 'x-index': 1,
864
- properties: {
865
- bt4u5tt1zeu: {
866
- _isJSONSchemaObject: true,
867
- version: '2.0',
868
- type: 'void',
869
- 'x-component': 'FormV2',
870
- 'x-read-pretty': true,
871
- 'x-component-props': {
872
- useProps: '{{ useFormBlockProps }}'
873
- },
874
- 'x-index': 1,
875
- properties: {
876
- actions: {
877
- _isJSONSchemaObject: true,
878
- version: '2.0',
879
- type: 'void',
880
- 'x-initializer': 'details:configureActions',
881
- 'x-component': 'ActionBar',
882
- 'x-component-props': {
883
- style: {
884
- marginBottom: 24
885
- }
886
- },
887
- 'x-index': 1,
888
- properties: {
889
- tt6sks0prnw: {
890
- 'x-uid': 'pqbio7v3v18',
891
- _isJSONSchemaObject: true,
892
- version: '2.0',
893
- type: 'void',
894
- title: 'Edit button 2',
895
- 'x-action': 'update',
896
- 'x-designer': 'Action.Designer',
897
- 'x-component': 'Action',
898
- 'x-component-props': {
899
- openMode: 'drawer',
900
- icon: 'EditOutlined',
901
- type: 'primary',
902
- danger: false
903
- },
904
- 'x-decorator': 'ACLActionProvider',
905
- 'x-index': 1,
906
- properties: {
907
- drawer: {
908
- _isJSONSchemaObject: true,
909
- version: '2.0',
910
- type: 'void',
911
- title: '{{ t("Edit record") }}',
912
- 'x-component': 'Action.Container',
913
- 'x-component-props': {
914
- className: 'tb-action-popup'
915
- },
916
- 'x-index': 1,
917
- properties: {
918
- tabs: {
919
- _isJSONSchemaObject: true,
920
- version: '2.0',
921
- type: 'void',
922
- 'x-component': 'Tabs',
923
- 'x-component-props': {},
924
- 'x-initializer': 'popup:addTab',
925
- 'x-index': 1,
926
- properties: {
927
- tab1: {
928
- _isJSONSchemaObject: true,
929
- version: '2.0',
930
- type: 'void',
931
- title: '{{t("Edit")}}',
932
- 'x-component': 'Tabs.TabPane',
933
- 'x-designer': 'Tabs.Designer',
934
- 'x-component-props': {},
935
- 'x-index': 1,
936
- properties: {
937
- grid: {
938
- _isJSONSchemaObject: true,
939
- version: '2.0',
940
- type: 'void',
941
- 'x-component': 'Grid',
942
- 'x-initializer': 'popup:common:addBlock',
943
- 'x-index': 1,
944
- properties: {
945
- '4xh2eecmles': {
946
- _isJSONSchemaObject: true,
947
- version: '2.0',
948
- type: 'void',
949
- 'x-component': 'Grid.Row',
950
- 'x-index': 1,
951
- properties: {
952
- '0lk0jurc203': {
953
- _isJSONSchemaObject: true,
954
- version: '2.0',
955
- type: 'void',
956
- 'x-component': 'Grid.Col',
957
- 'x-index': 1,
958
- properties: {
959
- qxyhsdqsjnk: {
960
- _isJSONSchemaObject: true,
961
- version: '2.0',
962
- type: 'void',
963
- 'x-acl-action-props': {
964
- skipScopeCheck: false
965
- },
966
- 'x-acl-action': 'general.m2oField0:update',
967
- 'x-decorator': 'FormBlockProvider',
968
- 'x-decorator-props': {
969
- useSourceId: '{{ useSourceIdFromParentRecord }}',
970
- useParams: '{{ useParamsFromRecord }}',
971
- action: 'get',
972
- resource: 'general.m2oField0',
973
- collection: 'm2oField1',
974
- association: 'general.m2oField0'
975
- },
976
- 'x-designer': 'FormV2.Designer',
977
- 'x-component': 'CardItem',
978
- 'x-component-props': {},
979
- 'x-index': 1,
980
- properties: {
981
- tzajxyqd9k3: {
982
- _isJSONSchemaObject: true,
983
- version: '2.0',
984
- type: 'void',
985
- 'x-component': 'FormV2',
986
- 'x-component-props': {
987
- useProps: '{{ useFormBlockProps }}'
988
- },
989
- 'x-index': 1,
990
- properties: {
991
- grid: {
992
- _isJSONSchemaObject: true,
993
- version: '2.0',
994
- type: 'void',
995
- 'x-component': 'Grid',
996
- 'x-initializer': 'form:configureFields',
997
- 'x-index': 1,
998
- properties: {
999
- '1nzk8lmeo35': {
1000
- _isJSONSchemaObject: true,
1001
- version: '2.0',
1002
- type: 'void',
1003
- 'x-component': 'Grid.Row',
1004
- 'x-index': 1,
1005
- properties: {
1006
- '0od1vb7dltp': {
1007
- _isJSONSchemaObject: true,
1008
- version: '2.0',
1009
- type: 'void',
1010
- 'x-component': 'Grid.Col',
1011
- 'x-index': 1,
1012
- properties: {
1013
- 'm2oField1.m2oField2': {
1014
- _isJSONSchemaObject: true,
1015
- version: '2.0',
1016
- type: 'string',
1017
- 'x-designer': 'FormItem.Designer',
1018
- 'x-component': 'CollectionField',
1019
- 'x-read-pretty': true,
1020
- 'x-component-props': {
1021
- 'pattern-disable': true,
1022
- fieldNames: {
1023
- label: 'id',
1024
- value: 'id'
1025
- }
1026
- },
1027
- 'x-decorator': 'FormItem',
1028
- 'x-collection-field': 'm2oField1.m2oField1.m2oField2',
1029
- 'x-index': 1,
1030
- 'x-uid': 'n3hj825kfud',
1031
- 'x-async': false
1032
- }
1033
- },
1034
- 'x-uid': '0kh8ua794y5',
1035
- 'x-async': false
1036
- }
1037
- },
1038
- 'x-uid': 'op5kvbrfosf',
1039
- 'x-async': false
1040
- }
1041
- },
1042
- 'x-uid': '3qpo7t4qeu1',
1043
- 'x-async': false
1044
- },
1045
- actions: {
1046
- _isJSONSchemaObject: true,
1047
- version: '2.0',
1048
- type: 'void',
1049
- 'x-initializer': 'editForm:configureActions',
1050
- 'x-component': 'ActionBar',
1051
- 'x-component-props': {
1052
- layout: 'one-column',
1053
- style: {
1054
- marginTop: 24
1055
- }
1056
- },
1057
- 'x-index': 2,
1058
- properties: {
1059
- el9dzf2keqq: {
1060
- _isJSONSchemaObject: true,
1061
- version: '2.0',
1062
- title: '{{ t("Submit") }}',
1063
- 'x-action': 'submit',
1064
- 'x-component': 'Action',
1065
- 'x-designer': 'Action.Designer',
1066
- 'x-component-props': {
1067
- type: 'primary',
1068
- htmlType: 'submit',
1069
- useProps: '{{ useUpdateActionProps }}'
1070
- },
1071
- 'x-action-settings': {
1072
- triggerWorkflows: []
1073
- },
1074
- type: 'void',
1075
- 'x-index': 1,
1076
- 'x-uid': 'gptcyd5atoh',
1077
- 'x-async': false
1078
- }
1079
- },
1080
- 'x-uid': 'glo1qwk9c3h',
1081
- 'x-async': false
1082
- }
1083
- },
1084
- 'x-uid': '97l65a4xla1',
1085
- 'x-async': false
1086
- }
1087
- },
1088
- 'x-uid': 'vaa7w1uq7hz',
1089
- 'x-async': false
1090
- }
1091
- },
1092
- 'x-uid': 'o8ill8n44c1',
1093
- 'x-async': false
1094
- }
1095
- },
1096
- 'x-uid': '3eyyh9i881u',
1097
- 'x-async': false
1098
- }
1099
- },
1100
- 'x-uid': 'afrbgindhtc',
1101
- 'x-async': false
1102
- }
1103
- },
1104
- 'x-uid': 'q45xug6fmaa',
1105
- 'x-async': false
1106
- }
1107
- },
1108
- 'x-uid': 'nv8ngiz2t9g',
1109
- 'x-async': false
1110
- }
1111
- },
1112
- 'x-uid': 'yn1oabiw8em',
1113
- 'x-async': false
1114
- }
1115
- },
1116
- 'x-async': false
1117
- }
1118
- },
1119
- 'x-uid': 'ag9hkuuvbf8',
1120
- 'x-async': false
1121
- },
1122
- grid: {
1123
- _isJSONSchemaObject: true,
1124
- version: '2.0',
1125
- type: 'void',
1126
- 'x-component': 'Grid',
1127
- 'x-initializer': 'details:configureFields',
1128
- 'x-index': 2,
1129
- 'x-uid': '1et421zrsz4',
1130
- 'x-async': false
1131
- }
1132
- },
1133
- 'x-uid': 'dd6b494mglm',
1134
- 'x-async': false
1135
- }
1136
- },
1137
- 'x-uid': 'ojkwzn3j25x',
1138
- 'x-async': false
1139
- }
1140
- },
1141
- 'x-uid': '5grm3qde69i',
1142
- 'x-async': false
1143
- }
1144
- },
1145
- 'x-uid': 'rnupfsm63cb',
1146
- 'x-async': false
1147
- }
1148
- },
1149
- 'x-uid': 'smqvz3oe3vp',
1150
- 'x-async': false
1151
- }
1152
- },
1153
- 'x-uid': 'kl0gn5nq2iu',
1154
- 'x-async': false
1155
- }
1156
- },
1157
- 'x-uid': 'nzvi02ku0k1',
1158
- 'x-async': false
1159
- }
1160
- },
1161
- 'x-uid': 'omhkk05odd6',
1162
- 'x-async': false
1163
- }
1164
- },
1165
- 'x-async': false
1166
- }
1167
- },
1168
- 'x-uid': 'mcb1580si22',
1169
- 'x-async': false
1170
- },
1171
- grid: {
1172
- _isJSONSchemaObject: true,
1173
- version: '2.0',
1174
- type: 'void',
1175
- 'x-component': 'Grid',
1176
- 'x-initializer': 'details:configureFields',
1177
- 'x-index': 2,
1178
- 'x-uid': 'j4qxeoy1pqw',
1179
- 'x-async': false
1180
- }
1181
- },
1182
- 'x-uid': 'rgw0521c0xr',
1183
- 'x-async': false
1184
- }
1185
- },
1186
- 'x-uid': '5bjtdjcbleg',
1187
- 'x-async': false
1188
- }
1189
- },
1190
- 'x-uid': '83x4w7ehrui',
1191
- 'x-async': false
1192
- }
1193
- },
1194
- 'x-uid': '4ygad3n73lw',
1195
- 'x-async': false
1196
- }
1197
- },
1198
- 'x-uid': 'mqn8nmqjgbb',
1199
- 'x-async': false
1200
- }
1201
- },
1202
- 'x-uid': 'xv9bmd99krn',
1203
- 'x-async': false
1204
- }
1205
- },
1206
- 'x-uid': '08zjxet5wpu',
1207
- 'x-async': false
1208
- }
1209
- },
1210
- 'x-uid': 'aifb3prikr7',
1211
- 'x-async': false
1212
- }
1213
- },
1214
- 'x-uid': 'q8r8hehgfu2',
1215
- 'x-async': false
1216
- }
1217
- },
1218
- 'x-uid': 'gqb8kqcuxdz',
1219
- 'x-async': false
1220
- }
1221
- },
1222
- 'x-uid': 'vgh59kjigrk',
1223
- 'x-async': false
1224
- }
1225
- },
1226
- 'x-uid': 'aa4ttpf4a6q',
1227
- 'x-async': false
1228
- }
1229
- },
1230
- 'x-uid': '33rp8vvjrs4',
1231
- 'x-async': false
1232
- }
1233
- },
1234
- 'x-uid': 'c0w4ickkdgn',
1235
- 'x-async': false
1236
- }
1237
- },
1238
- 'x-uid': 'yf8csupk88d',
1239
- 'x-async': false
1240
- }
1241
- },
1242
- 'x-uid': 'vscfbf4v4tr',
1243
- 'x-async': false
1244
- }
1245
- },
1246
- 'x-uid': 'nnrjne1lxzr',
1247
- 'x-async': true
1248
- }
1249
- };
1250
- const tableWithRoles = {
1251
- pageSchema: {
1252
- _isJSONSchemaObject: true,
1253
- version: '2.0',
1254
- type: 'void',
1255
- 'x-component': 'Page',
1256
- properties: {
1257
- kuzmtxw0lbq: {
1258
- _isJSONSchemaObject: true,
1259
- version: '2.0',
1260
- type: 'void',
1261
- 'x-component': 'Grid',
1262
- 'x-initializer': 'page:addBlock',
1263
- properties: {
1264
- '9snoybve3hf': {
1265
- _isJSONSchemaObject: true,
1266
- version: '2.0',
1267
- type: 'void',
1268
- 'x-component': 'Grid.Row',
1269
- properties: {
1270
- uzodd1sblh8: {
1271
- _isJSONSchemaObject: true,
1272
- version: '2.0',
1273
- type: 'void',
1274
- 'x-component': 'Grid.Col',
1275
- properties: {
1276
- t77ozlyo0r4: {
1277
- _isJSONSchemaObject: true,
1278
- version: '2.0',
1279
- type: 'void',
1280
- 'x-decorator': 'TableBlockProvider',
1281
- 'x-acl-action': 'roles:list',
1282
- 'x-use-decorator-props': 'useTableBlockDecoratorProps',
1283
- 'x-decorator-props': {
1284
- collection: 'roles',
1285
- dataSource: 'main',
1286
- action: 'list',
1287
- params: {
1288
- pageSize: 20
1289
- },
1290
- rowKey: 'name',
1291
- showIndex: true,
1292
- dragSort: false
1293
- },
1294
- 'x-toolbar': 'BlockSchemaToolbar',
1295
- 'x-settings': 'blockSettings:table',
1296
- 'x-component': 'CardItem',
1297
- 'x-filter-targets': [],
1298
- properties: {
1299
- actions: {
1300
- _isJSONSchemaObject: true,
1301
- version: '2.0',
1302
- type: 'void',
1303
- 'x-initializer': 'table:configureActions',
1304
- 'x-component': 'ActionBar',
1305
- 'x-component-props': {
1306
- style: {
1307
- marginBottom: 'var(--tb-spacing)'
1308
- }
1309
- },
1310
- 'x-uid': 'w07zcu825vu',
1311
- 'x-async': false,
1312
- 'x-index': 1
1313
- },
1314
- i8s4er3z53z: {
1315
- _isJSONSchemaObject: true,
1316
- version: '2.0',
1317
- type: 'array',
1318
- 'x-initializer': 'table:configureColumns',
1319
- 'x-component': 'TableV2',
1320
- 'x-use-component-props': 'useTableBlockProps',
1321
- 'x-component-props': {
1322
- rowKey: 'id',
1323
- rowSelection: {
1324
- type: 'checkbox'
1325
- }
1326
- },
1327
- properties: {
1328
- actions: {
1329
- _isJSONSchemaObject: true,
1330
- version: '2.0',
1331
- type: 'void',
1332
- title: '{{ t("Actions") }}',
1333
- 'x-action-column': 'actions',
1334
- 'x-decorator': 'TableV2.Column.ActionBar',
1335
- 'x-component': 'TableV2.Column',
1336
- 'x-designer': 'TableV2.ActionColumnDesigner',
1337
- 'x-initializer': 'table:configureItemActions',
1338
- properties: {
1339
- cgxhx0pycze: {
1340
- _isJSONSchemaObject: true,
1341
- version: '2.0',
1342
- type: 'void',
1343
- 'x-decorator': 'DndContext',
1344
- 'x-component': 'Space',
1345
- 'x-component-props': {
1346
- split: '|'
1347
- },
1348
- properties: {
1349
- l6zuv8kq3lz: {
1350
- _isJSONSchemaObject: true,
1351
- version: '2.0',
1352
- type: 'void',
1353
- title: '{{ t("View") }}',
1354
- 'x-action': 'view',
1355
- 'x-toolbar': 'ActionSchemaToolbar',
1356
- 'x-settings': 'actionSettings:view',
1357
- 'x-component': 'Action.Link',
1358
- 'x-component-props': {
1359
- openMode: 'drawer'
1360
- },
1361
- 'x-decorator': 'ACLActionProvider',
1362
- 'x-designer-props': {
1363
- linkageAction: true
1364
- },
1365
- properties: {
1366
- drawer: {
1367
- _isJSONSchemaObject: true,
1368
- version: '2.0',
1369
- type: 'void',
1370
- title: '{{ t("View record") }}',
1371
- 'x-component': 'Action.Container',
1372
- 'x-component-props': {
1373
- className: 'tb-action-popup'
1374
- },
1375
- properties: {
1376
- tabs: {
1377
- _isJSONSchemaObject: true,
1378
- version: '2.0',
1379
- type: 'void',
1380
- 'x-component': 'Tabs',
1381
- 'x-component-props': {},
1382
- 'x-initializer': 'popup:addTab',
1383
- properties: {
1384
- tab1: {
1385
- _isJSONSchemaObject: true,
1386
- version: '2.0',
1387
- type: 'void',
1388
- title: '{{t("Details")}}',
1389
- 'x-component': 'Tabs.TabPane',
1390
- 'x-designer': 'Tabs.Designer',
1391
- 'x-component-props': {},
1392
- properties: {
1393
- grid: {
1394
- _isJSONSchemaObject: true,
1395
- version: '2.0',
1396
- type: 'void',
1397
- 'x-component': 'Grid',
1398
- 'x-initializer': 'popup:common:addBlock',
1399
- 'x-uid': '2ty04bmiunh',
1400
- 'x-async': false,
1401
- 'x-index': 1
1402
- }
1403
- },
1404
- 'x-uid': 'ymqk4t82osd',
1405
- 'x-async': false,
1406
- 'x-index': 1
1407
- }
1408
- },
1409
- 'x-uid': 'tpv088lk09n',
1410
- 'x-async': false,
1411
- 'x-index': 1
1412
- }
1413
- },
1414
- 'x-uid': 'n1mmv9b43s7',
1415
- 'x-async': false,
1416
- 'x-index': 1
1417
- }
1418
- },
1419
- 'x-uid': 'qh62598r5nz',
1420
- 'x-async': false,
1421
- 'x-index': 1
1422
- }
1423
- },
1424
- 'x-uid': 'ovtpdelg5lo',
1425
- 'x-async': false,
1426
- 'x-index': 1
1427
- }
1428
- },
1429
- 'x-uid': '0ck7uj73zdh',
1430
- 'x-async': false,
1431
- 'x-index': 1
1432
- }
1433
- },
1434
- 'x-uid': '52a31apruw6',
1435
- 'x-async': false,
1436
- 'x-index': 2
1437
- }
1438
- },
1439
- 'x-uid': '8n1731cywxw',
1440
- 'x-async': false,
1441
- 'x-index': 1
1442
- }
1443
- },
1444
- 'x-uid': 'ua6aed1x4ba',
1445
- 'x-async': false,
1446
- 'x-index': 1
1447
- }
1448
- },
1449
- 'x-uid': 'kplmcq59pey',
1450
- 'x-async': false,
1451
- 'x-index': 1
1452
- }
1453
- },
1454
- 'x-uid': 'v0qbl3nyzyo',
1455
- 'x-async': false,
1456
- 'x-index': 1
1457
- }
1458
- },
1459
- 'x-uid': 'nn6bi7v7ae0',
1460
- 'x-async': true,
1461
- 'x-index': 1
1462
- }
1463
- };
1464
- const tableWithUsers = {
1465
- pageSchema: {
1466
- _isJSONSchemaObject: true,
1467
- version: '2.0',
1468
- type: 'void',
1469
- 'x-component': 'Page',
1470
- properties: {
1471
- kuzmtxw0lbq: {
1472
- _isJSONSchemaObject: true,
1473
- version: '2.0',
1474
- type: 'void',
1475
- 'x-component': 'Grid',
1476
- 'x-initializer': 'page:addBlock',
1477
- properties: {
1478
- au5iakeqo5e: {
1479
- _isJSONSchemaObject: true,
1480
- version: '2.0',
1481
- type: 'void',
1482
- 'x-component': 'Grid.Row',
1483
- properties: {
1484
- '2p9r34ylza3': {
1485
- _isJSONSchemaObject: true,
1486
- version: '2.0',
1487
- type: 'void',
1488
- 'x-component': 'Grid.Col',
1489
- properties: {
1490
- i0ywe80o2k0: {
1491
- _isJSONSchemaObject: true,
1492
- version: '2.0',
1493
- type: 'void',
1494
- 'x-decorator': 'TableBlockProvider',
1495
- 'x-acl-action': 'users:list',
1496
- 'x-use-decorator-props': 'useTableBlockDecoratorProps',
1497
- 'x-decorator-props': {
1498
- collection: 'users',
1499
- dataSource: 'main',
1500
- action: 'list',
1501
- params: {
1502
- pageSize: 20
1503
- },
1504
- rowKey: 'id',
1505
- showIndex: true,
1506
- dragSort: false
1507
- },
1508
- 'x-toolbar': 'BlockSchemaToolbar',
1509
- 'x-settings': 'blockSettings:table',
1510
- 'x-component': 'CardItem',
1511
- 'x-filter-targets': [],
1512
- properties: {
1513
- actions: {
1514
- _isJSONSchemaObject: true,
1515
- version: '2.0',
1516
- type: 'void',
1517
- 'x-initializer': 'table:configureActions',
1518
- 'x-component': 'ActionBar',
1519
- 'x-component-props': {
1520
- style: {
1521
- marginBottom: 'var(--tb-spacing)'
1522
- }
1523
- },
1524
- 'x-uid': 'e7ukdkylglc',
1525
- 'x-async': false,
1526
- 'x-index': 1
1527
- },
1528
- lbh0sin622q: {
1529
- _isJSONSchemaObject: true,
1530
- version: '2.0',
1531
- type: 'array',
1532
- 'x-initializer': 'table:configureColumns',
1533
- 'x-component': 'TableV2',
1534
- 'x-use-component-props': 'useTableBlockProps',
1535
- 'x-component-props': {
1536
- rowKey: 'id',
1537
- rowSelection: {
1538
- type: 'checkbox'
1539
- }
1540
- },
1541
- properties: {
1542
- actions: {
1543
- _isJSONSchemaObject: true,
1544
- version: '2.0',
1545
- type: 'void',
1546
- title: '{{ t("Actions") }}',
1547
- 'x-action-column': 'actions',
1548
- 'x-decorator': 'TableV2.Column.ActionBar',
1549
- 'x-component': 'TableV2.Column',
1550
- 'x-designer': 'TableV2.ActionColumnDesigner',
1551
- 'x-initializer': 'table:configureItemActions',
1552
- properties: {
1553
- mp82chprh15: {
1554
- _isJSONSchemaObject: true,
1555
- version: '2.0',
1556
- type: 'void',
1557
- 'x-decorator': 'DndContext',
1558
- 'x-component': 'Space',
1559
- 'x-component-props': {
1560
- split: '|'
1561
- },
1562
- properties: {
1563
- '68vzmm4j2v7': {
1564
- _isJSONSchemaObject: true,
1565
- version: '2.0',
1566
- type: 'void',
1567
- title: '{{ t("View") }}',
1568
- 'x-action': 'view',
1569
- 'x-toolbar': 'ActionSchemaToolbar',
1570
- 'x-settings': 'actionSettings:view',
1571
- 'x-component': 'Action.Link',
1572
- 'x-component-props': {
1573
- openMode: 'drawer'
1574
- },
1575
- 'x-decorator': 'ACLActionProvider',
1576
- 'x-designer-props': {
1577
- linkageAction: true
1578
- },
1579
- properties: {
1580
- drawer: {
1581
- _isJSONSchemaObject: true,
1582
- version: '2.0',
1583
- type: 'void',
1584
- title: '{{ t("View record") }}',
1585
- 'x-component': 'Action.Container',
1586
- 'x-component-props': {
1587
- className: 'tb-action-popup'
1588
- },
1589
- properties: {
1590
- tabs: {
1591
- _isJSONSchemaObject: true,
1592
- version: '2.0',
1593
- type: 'void',
1594
- 'x-component': 'Tabs',
1595
- 'x-component-props': {},
1596
- 'x-initializer': 'popup:addTab',
1597
- properties: {
1598
- tab1: {
1599
- _isJSONSchemaObject: true,
1600
- version: '2.0',
1601
- type: 'void',
1602
- title: '{{t("Details")}}',
1603
- 'x-component': 'Tabs.TabPane',
1604
- 'x-designer': 'Tabs.Designer',
1605
- 'x-component-props': {},
1606
- properties: {
1607
- grid: {
1608
- _isJSONSchemaObject: true,
1609
- version: '2.0',
1610
- type: 'void',
1611
- 'x-component': 'Grid',
1612
- 'x-initializer': 'popup:common:addBlock',
1613
- 'x-uid': 'v8mceafhtt9',
1614
- 'x-async': false,
1615
- 'x-index': 1
1616
- }
1617
- },
1618
- 'x-uid': 'xgev5isxh8c',
1619
- 'x-async': false,
1620
- 'x-index': 1
1621
- }
1622
- },
1623
- 'x-uid': 'zxhc26ocbwt',
1624
- 'x-async': false,
1625
- 'x-index': 1
1626
- }
1627
- },
1628
- 'x-uid': '8y380jnrc91',
1629
- 'x-async': false,
1630
- 'x-index': 1
1631
- }
1632
- },
1633
- 'x-uid': 'fvyqc3l0nlz',
1634
- 'x-async': false,
1635
- 'x-index': 1
1636
- }
1637
- },
1638
- 'x-uid': 's9cdwte7qb5',
1639
- 'x-async': false,
1640
- 'x-index': 1
1641
- }
1642
- },
1643
- 'x-uid': 'e1e3l9aoqlz',
1644
- 'x-async': false,
1645
- 'x-index': 1
1646
- }
1647
- },
1648
- 'x-uid': '2eta2rrzfib',
1649
- 'x-async': false,
1650
- 'x-index': 2
1651
- }
1652
- },
1653
- 'x-uid': 'vqxmw6sp0dp',
1654
- 'x-async': false,
1655
- 'x-index': 1
1656
- }
1657
- },
1658
- 'x-uid': '1hdhsgoac99',
1659
- 'x-async': false,
1660
- 'x-index': 1
1661
- }
1662
- },
1663
- 'x-uid': 'delawmtj0ku',
1664
- 'x-async': false,
1665
- 'x-index': 2
1666
- }
1667
- },
1668
- 'x-uid': 'v0qbl3nyzyo',
1669
- 'x-async': false,
1670
- 'x-index': 1
1671
- }
1672
- },
1673
- 'x-uid': 'nn6bi7v7ae0',
1674
- 'x-async': true,
1675
- 'x-index': 1
1676
- }
1677
- };
1678
- const tableWithInherit = {
1679
- collections: [
1680
- {
1681
- name: 'targetCollection',
1682
- fields: [
1683
- {
1684
- type: 'string',
1685
- name: 'singleLineText',
1686
- interface: 'input'
1687
- }
1688
- ]
1689
- },
1690
- {
1691
- name: 'father',
1692
- fields: [
1693
- {
1694
- type: 'string',
1695
- name: 'singleLineText',
1696
- interface: 'input'
1697
- },
1698
- {
1699
- name: 'manyToMany',
1700
- interface: 'm2m',
1701
- target: 'targetCollection'
1702
- }
1703
- ]
1704
- },
1705
- {
1706
- name: 'children',
1707
- inherits: [
1708
- 'father'
1709
- ]
1710
- }
1711
- ],
1712
- pageSchema: {
1713
- _isJSONSchemaObject: true,
1714
- version: '2.0',
1715
- type: 'void',
1716
- 'x-component': 'Page',
1717
- properties: {
1718
- egrrnisc7pq: {
1719
- _isJSONSchemaObject: true,
1720
- version: '2.0',
1721
- type: 'void',
1722
- 'x-component': 'Grid',
1723
- 'x-initializer': 'page:addBlock',
1724
- properties: {
1725
- bb1fa9y5wwh: {
1726
- _isJSONSchemaObject: true,
1727
- version: '2.0',
1728
- type: 'void',
1729
- 'x-component': 'Grid.Row',
1730
- properties: {
1731
- m8lbibphksn: {
1732
- _isJSONSchemaObject: true,
1733
- version: '2.0',
1734
- type: 'void',
1735
- 'x-component': 'Grid.Col',
1736
- properties: {
1737
- xj86s1jfwmk: {
1738
- _isJSONSchemaObject: true,
1739
- version: '2.0',
1740
- type: 'void',
1741
- 'x-decorator': 'TableBlockProvider',
1742
- 'x-acl-action': 'father:list',
1743
- 'x-use-decorator-props': 'useTableBlockDecoratorProps',
1744
- 'x-decorator-props': {
1745
- collection: 'father',
1746
- dataSource: 'main',
1747
- action: 'list',
1748
- params: {
1749
- pageSize: 20
1750
- },
1751
- rowKey: 'id',
1752
- showIndex: true,
1753
- dragSort: false
1754
- },
1755
- 'x-toolbar': 'BlockSchemaToolbar',
1756
- 'x-settings': 'blockSettings:table',
1757
- 'x-component': 'CardItem',
1758
- 'x-filter-targets': [],
1759
- properties: {
1760
- actions: {
1761
- _isJSONSchemaObject: true,
1762
- version: '2.0',
1763
- type: 'void',
1764
- 'x-initializer': 'table:configureActions',
1765
- 'x-component': 'ActionBar',
1766
- 'x-component-props': {
1767
- style: {
1768
- marginBottom: 'var(--tb-spacing)'
1769
- }
1770
- },
1771
- 'x-uid': '6j0p8tmwey7',
1772
- 'x-async': false,
1773
- 'x-index': 1
1774
- },
1775
- pm3vc0ire0v: {
1776
- _isJSONSchemaObject: true,
1777
- version: '2.0',
1778
- type: 'array',
1779
- 'x-initializer': 'table:configureColumns',
1780
- 'x-component': 'TableV2',
1781
- 'x-use-component-props': 'useTableBlockProps',
1782
- 'x-component-props': {
1783
- rowKey: 'id',
1784
- rowSelection: {
1785
- type: 'checkbox'
1786
- }
1787
- },
1788
- properties: {
1789
- actions: {
1790
- _isJSONSchemaObject: true,
1791
- version: '2.0',
1792
- type: 'void',
1793
- title: '{{ t("Actions") }}',
1794
- 'x-action-column': 'actions',
1795
- 'x-decorator': 'TableV2.Column.ActionBar',
1796
- 'x-component': 'TableV2.Column',
1797
- 'x-designer': 'TableV2.ActionColumnDesigner',
1798
- 'x-initializer': 'table:configureItemActions',
1799
- properties: {
1800
- '6izaz7cwt1f': {
1801
- _isJSONSchemaObject: true,
1802
- version: '2.0',
1803
- type: 'void',
1804
- 'x-decorator': 'DndContext',
1805
- 'x-component': 'Space',
1806
- 'x-component-props': {
1807
- split: '|'
1808
- },
1809
- properties: {
1810
- '9qgblzykl18': {
1811
- _isJSONSchemaObject: true,
1812
- version: '2.0',
1813
- type: 'void',
1814
- title: '{{ t("View") }}',
1815
- 'x-action': 'view',
1816
- 'x-toolbar': 'ActionSchemaToolbar',
1817
- 'x-settings': 'actionSettings:view',
1818
- 'x-component': 'Action.Link',
1819
- 'x-component-props': {
1820
- openMode: 'drawer'
1821
- },
1822
- 'x-decorator': 'ACLActionProvider',
1823
- 'x-designer-props': {
1824
- linkageAction: true
1825
- },
1826
- properties: {
1827
- drawer: {
1828
- _isJSONSchemaObject: true,
1829
- version: '2.0',
1830
- type: 'void',
1831
- title: '{{ t("View record") }}',
1832
- 'x-component': 'Action.Container',
1833
- 'x-component-props': {
1834
- className: 'tb-action-popup'
1835
- },
1836
- properties: {
1837
- tabs: {
1838
- _isJSONSchemaObject: true,
1839
- version: '2.0',
1840
- type: 'void',
1841
- 'x-component': 'Tabs',
1842
- 'x-component-props': {},
1843
- 'x-initializer': 'popup:addTab',
1844
- properties: {
1845
- tab1: {
1846
- _isJSONSchemaObject: true,
1847
- version: '2.0',
1848
- type: 'void',
1849
- title: '{{t("Details")}}',
1850
- 'x-component': 'Tabs.TabPane',
1851
- 'x-designer': 'Tabs.Designer',
1852
- 'x-component-props': {},
1853
- properties: {
1854
- grid: {
1855
- _isJSONSchemaObject: true,
1856
- version: '2.0',
1857
- type: 'void',
1858
- 'x-component': 'Grid',
1859
- 'x-initializer': 'popup:common:addBlock',
1860
- 'x-uid': '9h1njletm7j',
1861
- 'x-async': false,
1862
- 'x-index': 1
1863
- }
1864
- },
1865
- 'x-uid': 'y9y0jzcb2pp',
1866
- 'x-async': false,
1867
- 'x-index': 1
1868
- }
1869
- },
1870
- 'x-uid': '4m51ixkzi6i',
1871
- 'x-async': false,
1872
- 'x-index': 1
1873
- }
1874
- },
1875
- 'x-uid': 'kt1n14v8q1u',
1876
- 'x-async': false,
1877
- 'x-index': 1
1878
- }
1879
- },
1880
- 'x-uid': 'tkod1lyrj9z',
1881
- 'x-async': false,
1882
- 'x-index': 1
1883
- }
1884
- },
1885
- 'x-uid': 'e84lmt2djp7',
1886
- 'x-async': false,
1887
- 'x-index': 1
1888
- }
1889
- },
1890
- 'x-uid': '8pydvn47931',
1891
- 'x-async': false,
1892
- 'x-index': 1
1893
- }
1894
- },
1895
- 'x-uid': 'zyfhdizs6g3',
1896
- 'x-async': false,
1897
- 'x-index': 2
1898
- }
1899
- },
1900
- 'x-uid': '4r6xuptmtw8',
1901
- 'x-async': false,
1902
- 'x-index': 1
1903
- }
1904
- },
1905
- 'x-uid': '0aqn6al8phn',
1906
- 'x-async': false,
1907
- 'x-index': 1
1908
- }
1909
- },
1910
- 'x-uid': 'em7wvio4zan',
1911
- 'x-async': false,
1912
- 'x-index': 1
1913
- }
1914
- },
1915
- 'x-uid': 'd0zbm0ezhp5',
1916
- 'x-async': false,
1917
- 'x-index': 1
1918
- }
1919
- },
1920
- 'x-uid': 'qdffo69m238',
1921
- 'x-async': true,
1922
- 'x-index': 1
1923
- }
1924
- };
1925
- const tableWithInheritWithoutAssociation = {
1926
- collections: [
1927
- {
1928
- name: 'father',
1929
- fields: [
1930
- {
1931
- type: 'string',
1932
- name: 'singleLineText',
1933
- interface: 'input'
1934
- }
1935
- ]
1936
- },
1937
- {
1938
- name: 'children',
1939
- inherits: [
1940
- 'father'
1941
- ]
1942
- }
1943
- ],
1944
- pageSchema: {
1945
- _isJSONSchemaObject: true,
1946
- version: '2.0',
1947
- type: 'void',
1948
- 'x-component': 'Page',
1949
- properties: {
1950
- egrrnisc7pq: {
1951
- _isJSONSchemaObject: true,
1952
- version: '2.0',
1953
- type: 'void',
1954
- 'x-component': 'Grid',
1955
- 'x-initializer': 'page:addBlock',
1956
- properties: {
1957
- bb1fa9y5wwh: {
1958
- _isJSONSchemaObject: true,
1959
- version: '2.0',
1960
- type: 'void',
1961
- 'x-component': 'Grid.Row',
1962
- properties: {
1963
- m8lbibphksn: {
1964
- _isJSONSchemaObject: true,
1965
- version: '2.0',
1966
- type: 'void',
1967
- 'x-component': 'Grid.Col',
1968
- properties: {
1969
- xj86s1jfwmk: {
1970
- _isJSONSchemaObject: true,
1971
- version: '2.0',
1972
- type: 'void',
1973
- 'x-decorator': 'TableBlockProvider',
1974
- 'x-acl-action': 'father:list',
1975
- 'x-use-decorator-props': 'useTableBlockDecoratorProps',
1976
- 'x-decorator-props': {
1977
- collection: 'father',
1978
- dataSource: 'main',
1979
- action: 'list',
1980
- params: {
1981
- pageSize: 20
1982
- },
1983
- rowKey: 'id',
1984
- showIndex: true,
1985
- dragSort: false
1986
- },
1987
- 'x-toolbar': 'BlockSchemaToolbar',
1988
- 'x-settings': 'blockSettings:table',
1989
- 'x-component': 'CardItem',
1990
- 'x-filter-targets': [],
1991
- properties: {
1992
- actions: {
1993
- _isJSONSchemaObject: true,
1994
- version: '2.0',
1995
- type: 'void',
1996
- 'x-initializer': 'table:configureActions',
1997
- 'x-component': 'ActionBar',
1998
- 'x-component-props': {
1999
- style: {
2000
- marginBottom: 'var(--tb-spacing)'
2001
- }
2002
- },
2003
- 'x-uid': '6j0p8tmwey7',
2004
- 'x-async': false,
2005
- 'x-index': 1
2006
- },
2007
- pm3vc0ire0v: {
2008
- _isJSONSchemaObject: true,
2009
- version: '2.0',
2010
- type: 'array',
2011
- 'x-initializer': 'table:configureColumns',
2012
- 'x-component': 'TableV2',
2013
- 'x-use-component-props': 'useTableBlockProps',
2014
- 'x-component-props': {
2015
- rowKey: 'id',
2016
- rowSelection: {
2017
- type: 'checkbox'
2018
- }
2019
- },
2020
- properties: {
2021
- actions: {
2022
- _isJSONSchemaObject: true,
2023
- version: '2.0',
2024
- type: 'void',
2025
- title: '{{ t("Actions") }}',
2026
- 'x-action-column': 'actions',
2027
- 'x-decorator': 'TableV2.Column.ActionBar',
2028
- 'x-component': 'TableV2.Column',
2029
- 'x-designer': 'TableV2.ActionColumnDesigner',
2030
- 'x-initializer': 'table:configureItemActions',
2031
- properties: {
2032
- '6izaz7cwt1f': {
2033
- _isJSONSchemaObject: true,
2034
- version: '2.0',
2035
- type: 'void',
2036
- 'x-decorator': 'DndContext',
2037
- 'x-component': 'Space',
2038
- 'x-component-props': {
2039
- split: '|'
2040
- },
2041
- properties: {
2042
- '9qgblzykl18': {
2043
- _isJSONSchemaObject: true,
2044
- version: '2.0',
2045
- type: 'void',
2046
- title: '{{ t("View") }}',
2047
- 'x-action': 'view',
2048
- 'x-toolbar': 'ActionSchemaToolbar',
2049
- 'x-settings': 'actionSettings:view',
2050
- 'x-component': 'Action.Link',
2051
- 'x-component-props': {
2052
- openMode: 'drawer'
2053
- },
2054
- 'x-decorator': 'ACLActionProvider',
2055
- 'x-designer-props': {
2056
- linkageAction: true
2057
- },
2058
- properties: {
2059
- drawer: {
2060
- _isJSONSchemaObject: true,
2061
- version: '2.0',
2062
- type: 'void',
2063
- title: '{{ t("View record") }}',
2064
- 'x-component': 'Action.Container',
2065
- 'x-component-props': {
2066
- className: 'tb-action-popup'
2067
- },
2068
- properties: {
2069
- tabs: {
2070
- _isJSONSchemaObject: true,
2071
- version: '2.0',
2072
- type: 'void',
2073
- 'x-component': 'Tabs',
2074
- 'x-component-props': {},
2075
- 'x-initializer': 'popup:addTab',
2076
- properties: {
2077
- tab1: {
2078
- _isJSONSchemaObject: true,
2079
- version: '2.0',
2080
- type: 'void',
2081
- title: '{{t("Details")}}',
2082
- 'x-component': 'Tabs.TabPane',
2083
- 'x-designer': 'Tabs.Designer',
2084
- 'x-component-props': {},
2085
- properties: {
2086
- grid: {
2087
- _isJSONSchemaObject: true,
2088
- version: '2.0',
2089
- type: 'void',
2090
- 'x-component': 'Grid',
2091
- 'x-initializer': 'popup:common:addBlock',
2092
- 'x-uid': '9h1njletm7j',
2093
- 'x-async': false,
2094
- 'x-index': 1
2095
- }
2096
- },
2097
- 'x-uid': 'y9y0jzcb2pp',
2098
- 'x-async': false,
2099
- 'x-index': 1
2100
- }
2101
- },
2102
- 'x-uid': '4m51ixkzi6i',
2103
- 'x-async': false,
2104
- 'x-index': 1
2105
- }
2106
- },
2107
- 'x-uid': 'kt1n14v8q1u',
2108
- 'x-async': false,
2109
- 'x-index': 1
2110
- }
2111
- },
2112
- 'x-uid': 'tkod1lyrj9z',
2113
- 'x-async': false,
2114
- 'x-index': 1
2115
- }
2116
- },
2117
- 'x-uid': 'e84lmt2djp7',
2118
- 'x-async': false,
2119
- 'x-index': 1
2120
- }
2121
- },
2122
- 'x-uid': '8pydvn47931',
2123
- 'x-async': false,
2124
- 'x-index': 1
2125
- }
2126
- },
2127
- 'x-uid': 'zyfhdizs6g3',
2128
- 'x-async': false,
2129
- 'x-index': 2
2130
- }
2131
- },
2132
- 'x-uid': '4r6xuptmtw8',
2133
- 'x-async': false,
2134
- 'x-index': 1
2135
- }
2136
- },
2137
- 'x-uid': '0aqn6al8phn',
2138
- 'x-async': false,
2139
- 'x-index': 1
2140
- }
2141
- },
2142
- 'x-uid': 'em7wvio4zan',
2143
- 'x-async': false,
2144
- 'x-index': 1
2145
- }
2146
- },
2147
- 'x-uid': 'd0zbm0ezhp5',
2148
- 'x-async': false,
2149
- 'x-index': 1
2150
- }
2151
- },
2152
- 'x-uid': 'qdffo69m238',
2153
- 'x-async': true,
2154
- 'x-index': 1
2155
- }
2156
- };
2157
- var __webpack_export_target__ = exports;
2158
- for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
2159
- if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
2160
- value: true
2161
- });