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