@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,692 +0,0 @@
|
|
|
1
|
-
const commonCollections = [
|
|
2
|
-
{
|
|
3
|
-
name: 'table-selector-data-scope-variable',
|
|
4
|
-
fields: [
|
|
5
|
-
{
|
|
6
|
-
name: 'manyToMany',
|
|
7
|
-
interface: 'm2m',
|
|
8
|
-
target: 'table-selector-data-scope-variable'
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
name: 'singleLineText',
|
|
12
|
-
interface: 'input'
|
|
13
|
-
}
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
];
|
|
17
|
-
const tableSelectorDataScopeVariable = {
|
|
18
|
-
collections: commonCollections,
|
|
19
|
-
pageSchema: {
|
|
20
|
-
_isJSONSchemaObject: true,
|
|
21
|
-
version: '2.0',
|
|
22
|
-
type: 'void',
|
|
23
|
-
'x-component': 'Page',
|
|
24
|
-
properties: {
|
|
25
|
-
ij2wf9hi0si: {
|
|
26
|
-
_isJSONSchemaObject: true,
|
|
27
|
-
version: '2.0',
|
|
28
|
-
type: 'void',
|
|
29
|
-
'x-component': 'Grid',
|
|
30
|
-
'x-initializer': 'BlockInitializers',
|
|
31
|
-
properties: {
|
|
32
|
-
jdz50aeuduh: {
|
|
33
|
-
_isJSONSchemaObject: true,
|
|
34
|
-
version: '2.0',
|
|
35
|
-
type: 'void',
|
|
36
|
-
'x-component': 'Grid.Row',
|
|
37
|
-
properties: {
|
|
38
|
-
ij66b8u5o5m: {
|
|
39
|
-
_isJSONSchemaObject: true,
|
|
40
|
-
version: '2.0',
|
|
41
|
-
type: 'void',
|
|
42
|
-
'x-component': 'Grid.Col',
|
|
43
|
-
properties: {
|
|
44
|
-
'5j0kimft2lz': {
|
|
45
|
-
_isJSONSchemaObject: true,
|
|
46
|
-
version: '2.0',
|
|
47
|
-
type: 'void',
|
|
48
|
-
'x-decorator': 'TableBlockProvider',
|
|
49
|
-
'x-acl-action': 'table-selector-data-scope-variable:list',
|
|
50
|
-
'x-decorator-props': {
|
|
51
|
-
collection: 'table-selector-data-scope-variable',
|
|
52
|
-
dataSource: 'main',
|
|
53
|
-
resource: 'table-selector-data-scope-variable',
|
|
54
|
-
action: 'list',
|
|
55
|
-
params: {
|
|
56
|
-
pageSize: 20
|
|
57
|
-
},
|
|
58
|
-
rowKey: 'id',
|
|
59
|
-
showIndex: true,
|
|
60
|
-
dragSort: false,
|
|
61
|
-
disableTemplate: false
|
|
62
|
-
},
|
|
63
|
-
'x-toolbar': 'BlockSchemaToolbar',
|
|
64
|
-
'x-settings': 'blockSettings:table',
|
|
65
|
-
'x-component': 'CardItem',
|
|
66
|
-
'x-filter-targets': [],
|
|
67
|
-
properties: {
|
|
68
|
-
actions: {
|
|
69
|
-
_isJSONSchemaObject: true,
|
|
70
|
-
version: '2.0',
|
|
71
|
-
type: 'void',
|
|
72
|
-
'x-initializer': 'TableActionInitializers',
|
|
73
|
-
'x-component': 'ActionBar',
|
|
74
|
-
'x-component-props': {
|
|
75
|
-
style: {
|
|
76
|
-
marginBottom: 'var(--tb-spacing)'
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
'x-uid': 'vdvzzbfp53e',
|
|
80
|
-
'x-async': false,
|
|
81
|
-
'x-index': 1
|
|
82
|
-
},
|
|
83
|
-
ttcsp9slh2z: {
|
|
84
|
-
_isJSONSchemaObject: true,
|
|
85
|
-
version: '2.0',
|
|
86
|
-
type: 'array',
|
|
87
|
-
'x-initializer': 'TableColumnInitializers',
|
|
88
|
-
'x-component': 'TableV2',
|
|
89
|
-
'x-component-props': {
|
|
90
|
-
rowKey: 'id',
|
|
91
|
-
rowSelection: {
|
|
92
|
-
type: 'checkbox'
|
|
93
|
-
},
|
|
94
|
-
useProps: '{{ useTableBlockProps }}'
|
|
95
|
-
},
|
|
96
|
-
properties: {
|
|
97
|
-
actions: {
|
|
98
|
-
_isJSONSchemaObject: true,
|
|
99
|
-
version: '2.0',
|
|
100
|
-
type: 'void',
|
|
101
|
-
title: '{{ t("Actions") }}',
|
|
102
|
-
'x-action-column': 'actions',
|
|
103
|
-
'x-decorator': 'TableV2.Column.ActionBar',
|
|
104
|
-
'x-component': 'TableV2.Column',
|
|
105
|
-
'x-designer': 'TableV2.ActionColumnDesigner',
|
|
106
|
-
'x-initializer': 'TableActionColumnInitializers',
|
|
107
|
-
properties: {
|
|
108
|
-
f1gruzhfm8r: {
|
|
109
|
-
_isJSONSchemaObject: true,
|
|
110
|
-
version: '2.0',
|
|
111
|
-
type: 'void',
|
|
112
|
-
'x-decorator': 'DndContext',
|
|
113
|
-
'x-component': 'Space',
|
|
114
|
-
'x-component-props': {
|
|
115
|
-
split: '|'
|
|
116
|
-
},
|
|
117
|
-
properties: {
|
|
118
|
-
esrrc38rvqe: {
|
|
119
|
-
_isJSONSchemaObject: true,
|
|
120
|
-
version: '2.0',
|
|
121
|
-
type: 'void',
|
|
122
|
-
title: '{{ t("View") }}',
|
|
123
|
-
'x-action': 'view',
|
|
124
|
-
'x-toolbar': 'ActionSchemaToolbar',
|
|
125
|
-
'x-settings': 'actionSettings:view',
|
|
126
|
-
'x-component': 'Action.Link',
|
|
127
|
-
'x-component-props': {
|
|
128
|
-
openMode: 'drawer'
|
|
129
|
-
},
|
|
130
|
-
'x-decorator': 'ACLActionProvider',
|
|
131
|
-
'x-designer-props': {
|
|
132
|
-
linkageAction: true
|
|
133
|
-
},
|
|
134
|
-
properties: {
|
|
135
|
-
drawer: {
|
|
136
|
-
_isJSONSchemaObject: true,
|
|
137
|
-
version: '2.0',
|
|
138
|
-
type: 'void',
|
|
139
|
-
title: '{{ t("View record") }}',
|
|
140
|
-
'x-component': 'Action.Container',
|
|
141
|
-
'x-component-props': {
|
|
142
|
-
className: 'tb-action-popup'
|
|
143
|
-
},
|
|
144
|
-
properties: {
|
|
145
|
-
tabs: {
|
|
146
|
-
_isJSONSchemaObject: true,
|
|
147
|
-
version: '2.0',
|
|
148
|
-
type: 'void',
|
|
149
|
-
'x-component': 'Tabs',
|
|
150
|
-
'x-component-props': {},
|
|
151
|
-
'x-initializer': 'popup:addTab',
|
|
152
|
-
properties: {
|
|
153
|
-
tab1: {
|
|
154
|
-
_isJSONSchemaObject: true,
|
|
155
|
-
version: '2.0',
|
|
156
|
-
type: 'void',
|
|
157
|
-
title: '{{t("Details")}}',
|
|
158
|
-
'x-component': 'Tabs.TabPane',
|
|
159
|
-
'x-designer': 'Tabs.Designer',
|
|
160
|
-
'x-component-props': {},
|
|
161
|
-
properties: {
|
|
162
|
-
grid: {
|
|
163
|
-
_isJSONSchemaObject: true,
|
|
164
|
-
version: '2.0',
|
|
165
|
-
type: 'void',
|
|
166
|
-
'x-component': 'Grid',
|
|
167
|
-
'x-initializer': 'RecordBlockInitializers',
|
|
168
|
-
properties: {
|
|
169
|
-
zhykdvqpa7k: {
|
|
170
|
-
_isJSONSchemaObject: true,
|
|
171
|
-
version: '2.0',
|
|
172
|
-
type: 'void',
|
|
173
|
-
'x-component': 'Grid.Row',
|
|
174
|
-
properties: {
|
|
175
|
-
luhz7fq6529: {
|
|
176
|
-
_isJSONSchemaObject: true,
|
|
177
|
-
version: '2.0',
|
|
178
|
-
type: 'void',
|
|
179
|
-
'x-component': 'Grid.Col',
|
|
180
|
-
properties: {
|
|
181
|
-
gecihd85864: {
|
|
182
|
-
_isJSONSchemaObject: true,
|
|
183
|
-
version: '2.0',
|
|
184
|
-
type: 'void',
|
|
185
|
-
'x-acl-action-props': {
|
|
186
|
-
skipScopeCheck: false
|
|
187
|
-
},
|
|
188
|
-
'x-acl-action': 'table-selector-data-scope-variable:update',
|
|
189
|
-
'x-decorator': 'FormBlockProvider',
|
|
190
|
-
'x-decorator-props': {
|
|
191
|
-
useSourceId: '{{ useSourceIdFromParentRecord }}',
|
|
192
|
-
useParams: '{{ useParamsFromRecord }}',
|
|
193
|
-
action: 'get',
|
|
194
|
-
dataSource: 'main',
|
|
195
|
-
resource: 'table-selector-data-scope-variable',
|
|
196
|
-
collection: 'table-selector-data-scope-variable'
|
|
197
|
-
},
|
|
198
|
-
'x-toolbar': 'BlockSchemaToolbar',
|
|
199
|
-
'x-settings': 'blockSettings:editForm',
|
|
200
|
-
'x-component': 'CardItem',
|
|
201
|
-
'x-component-props': {},
|
|
202
|
-
properties: {
|
|
203
|
-
'3h121b8k9ey': {
|
|
204
|
-
_isJSONSchemaObject: true,
|
|
205
|
-
version: '2.0',
|
|
206
|
-
type: 'void',
|
|
207
|
-
'x-component': 'FormV2',
|
|
208
|
-
'x-component-props': {
|
|
209
|
-
useProps: '{{ useFormBlockProps }}'
|
|
210
|
-
},
|
|
211
|
-
properties: {
|
|
212
|
-
grid: {
|
|
213
|
-
_isJSONSchemaObject: true,
|
|
214
|
-
version: '2.0',
|
|
215
|
-
type: 'void',
|
|
216
|
-
'x-component': 'Grid',
|
|
217
|
-
'x-initializer': 'FormItemInitializers',
|
|
218
|
-
properties: {
|
|
219
|
-
t4tin6z9nq1: {
|
|
220
|
-
_isJSONSchemaObject: true,
|
|
221
|
-
version: '2.0',
|
|
222
|
-
type: 'void',
|
|
223
|
-
'x-component': 'Grid.Row',
|
|
224
|
-
properties: {
|
|
225
|
-
xb7fdug52ex: {
|
|
226
|
-
_isJSONSchemaObject: true,
|
|
227
|
-
version: '2.0',
|
|
228
|
-
type: 'void',
|
|
229
|
-
'x-component': 'Grid.Col',
|
|
230
|
-
properties: {
|
|
231
|
-
manyToMany: {
|
|
232
|
-
'x-uid': 'p0km7m8dnj4',
|
|
233
|
-
_isJSONSchemaObject: true,
|
|
234
|
-
version: '2.0',
|
|
235
|
-
type: 'string',
|
|
236
|
-
'x-toolbar': 'FormItemSchemaToolbar',
|
|
237
|
-
'x-settings': 'fieldSettings:FormItem',
|
|
238
|
-
'x-component': 'CollectionField',
|
|
239
|
-
'x-decorator': 'FormItem',
|
|
240
|
-
'x-collection-field': 'table-selector-data-scope-variable.manyToMany',
|
|
241
|
-
'x-component-props': {
|
|
242
|
-
fieldNames: {
|
|
243
|
-
label: 'id',
|
|
244
|
-
value: 'id'
|
|
245
|
-
},
|
|
246
|
-
mode: 'Picker'
|
|
247
|
-
},
|
|
248
|
-
properties: {
|
|
249
|
-
guunasm2a3h: {
|
|
250
|
-
_isJSONSchemaObject: true,
|
|
251
|
-
version: '2.0',
|
|
252
|
-
type: 'void',
|
|
253
|
-
'x-component': 'AssociationField.Selector',
|
|
254
|
-
title: '{{ t("Select record") }}',
|
|
255
|
-
'x-component-props': {
|
|
256
|
-
className: 'tb-record-picker-selector'
|
|
257
|
-
},
|
|
258
|
-
'x-index': 1,
|
|
259
|
-
properties: {
|
|
260
|
-
grid: {
|
|
261
|
-
_isJSONSchemaObject: true,
|
|
262
|
-
version: '2.0',
|
|
263
|
-
type: 'void',
|
|
264
|
-
'x-component': 'Grid',
|
|
265
|
-
'x-initializer': 'TableSelectorInitializers',
|
|
266
|
-
properties: {
|
|
267
|
-
'0uui41pxdye': {
|
|
268
|
-
_isJSONSchemaObject: true,
|
|
269
|
-
version: '2.0',
|
|
270
|
-
type: 'void',
|
|
271
|
-
'x-component': 'Grid.Row',
|
|
272
|
-
properties: {
|
|
273
|
-
'476w75depv3': {
|
|
274
|
-
_isJSONSchemaObject: true,
|
|
275
|
-
version: '2.0',
|
|
276
|
-
type: 'void',
|
|
277
|
-
'x-component': 'Grid.Col',
|
|
278
|
-
properties: {
|
|
279
|
-
alibfkv2g0v: {
|
|
280
|
-
'x-uid': 'y8f4lswt52q',
|
|
281
|
-
_isJSONSchemaObject: true,
|
|
282
|
-
version: '2.0',
|
|
283
|
-
type: 'void',
|
|
284
|
-
'x-acl-action': 'table-selector-data-scope-variable:list',
|
|
285
|
-
'x-decorator': 'TableSelectorProvider',
|
|
286
|
-
'x-decorator-props': {
|
|
287
|
-
collection: 'table-selector-data-scope-variable',
|
|
288
|
-
resource: 'table-selector-data-scope-variable',
|
|
289
|
-
dataSource: 'main',
|
|
290
|
-
action: 'list',
|
|
291
|
-
params: {
|
|
292
|
-
pageSize: 20,
|
|
293
|
-
filter: {}
|
|
294
|
-
},
|
|
295
|
-
rowKey: 'id'
|
|
296
|
-
},
|
|
297
|
-
'x-toolbar': 'BlockSchemaToolbar',
|
|
298
|
-
'x-settings': 'blockSettings:tableSelector',
|
|
299
|
-
'x-component': 'CardItem',
|
|
300
|
-
properties: {
|
|
301
|
-
rblwp47r7fz: {
|
|
302
|
-
_isJSONSchemaObject: true,
|
|
303
|
-
version: '2.0',
|
|
304
|
-
type: 'void',
|
|
305
|
-
'x-initializer': 'TableActionInitializers',
|
|
306
|
-
'x-component': 'ActionBar',
|
|
307
|
-
'x-component-props': {
|
|
308
|
-
style: {
|
|
309
|
-
marginBottom: 'var(--tb-spacing)'
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
'x-uid': 'ubog2cks3ay',
|
|
313
|
-
'x-async': false,
|
|
314
|
-
'x-index': 1
|
|
315
|
-
},
|
|
316
|
-
value: {
|
|
317
|
-
_isJSONSchemaObject: true,
|
|
318
|
-
version: '2.0',
|
|
319
|
-
type: 'array',
|
|
320
|
-
'x-initializer': 'TableColumnInitializers',
|
|
321
|
-
'x-component': 'TableV2.Selector',
|
|
322
|
-
'x-component-props': {
|
|
323
|
-
rowSelection: {
|
|
324
|
-
type: 'checkbox'
|
|
325
|
-
},
|
|
326
|
-
useProps: '{{ useTableSelectorProps }}'
|
|
327
|
-
},
|
|
328
|
-
properties: {
|
|
329
|
-
jryz1oqazsj: {
|
|
330
|
-
_isJSONSchemaObject: true,
|
|
331
|
-
version: '2.0',
|
|
332
|
-
type: 'void',
|
|
333
|
-
title: '{{ t("Actions") }}',
|
|
334
|
-
'x-decorator': 'TableV2.Column.ActionBar',
|
|
335
|
-
'x-component': 'TableV2.Column',
|
|
336
|
-
'x-designer': 'TableV2.ActionColumnDesigner',
|
|
337
|
-
'x-initializer': 'TableActionColumnInitializers',
|
|
338
|
-
'x-action-column': 'actions',
|
|
339
|
-
properties: {
|
|
340
|
-
pkzvqfi6lr5: {
|
|
341
|
-
_isJSONSchemaObject: true,
|
|
342
|
-
version: '2.0',
|
|
343
|
-
type: 'void',
|
|
344
|
-
'x-decorator': 'DndContext',
|
|
345
|
-
'x-component': 'Space',
|
|
346
|
-
'x-component-props': {
|
|
347
|
-
split: '|'
|
|
348
|
-
},
|
|
349
|
-
properties: {
|
|
350
|
-
xffx2jx6u7q: {
|
|
351
|
-
_isJSONSchemaObject: true,
|
|
352
|
-
version: '2.0',
|
|
353
|
-
type: 'void',
|
|
354
|
-
title: '{{ t("View") }}',
|
|
355
|
-
'x-action': 'view',
|
|
356
|
-
'x-toolbar': 'ActionSchemaToolbar',
|
|
357
|
-
'x-settings': 'actionSettings:view',
|
|
358
|
-
'x-component': 'Action.Link',
|
|
359
|
-
'x-component-props': {
|
|
360
|
-
openMode: 'drawer'
|
|
361
|
-
},
|
|
362
|
-
'x-decorator': 'ACLActionProvider',
|
|
363
|
-
'x-designer-props': {
|
|
364
|
-
linkageAction: true
|
|
365
|
-
},
|
|
366
|
-
properties: {
|
|
367
|
-
drawer: {
|
|
368
|
-
_isJSONSchemaObject: true,
|
|
369
|
-
version: '2.0',
|
|
370
|
-
type: 'void',
|
|
371
|
-
title: '{{ t("View record") }}',
|
|
372
|
-
'x-component': 'Action.Container',
|
|
373
|
-
'x-component-props': {
|
|
374
|
-
className: 'tb-action-popup'
|
|
375
|
-
},
|
|
376
|
-
properties: {
|
|
377
|
-
tabs: {
|
|
378
|
-
_isJSONSchemaObject: true,
|
|
379
|
-
version: '2.0',
|
|
380
|
-
type: 'void',
|
|
381
|
-
'x-component': 'Tabs',
|
|
382
|
-
'x-component-props': {},
|
|
383
|
-
'x-initializer': 'popup:addTab',
|
|
384
|
-
properties: {
|
|
385
|
-
tab1: {
|
|
386
|
-
_isJSONSchemaObject: true,
|
|
387
|
-
version: '2.0',
|
|
388
|
-
type: 'void',
|
|
389
|
-
title: '{{t("Details")}}',
|
|
390
|
-
'x-component': 'Tabs.TabPane',
|
|
391
|
-
'x-designer': 'Tabs.Designer',
|
|
392
|
-
'x-component-props': {},
|
|
393
|
-
properties: {
|
|
394
|
-
grid: {
|
|
395
|
-
_isJSONSchemaObject: true,
|
|
396
|
-
version: '2.0',
|
|
397
|
-
type: 'void',
|
|
398
|
-
'x-component': 'Grid',
|
|
399
|
-
'x-initializer': 'RecordBlockInitializers',
|
|
400
|
-
'x-uid': 'wkqrpvcqiih',
|
|
401
|
-
'x-async': false,
|
|
402
|
-
'x-index': 1
|
|
403
|
-
}
|
|
404
|
-
},
|
|
405
|
-
'x-uid': '2lzui9z88st',
|
|
406
|
-
'x-async': false,
|
|
407
|
-
'x-index': 1
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
'x-uid': 'ee4zj3qx2ip',
|
|
411
|
-
'x-async': false,
|
|
412
|
-
'x-index': 1
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
'x-uid': 'l5ew3g2ka6s',
|
|
416
|
-
'x-async': false,
|
|
417
|
-
'x-index': 1
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
'x-uid': '0m2i5xxfw1k',
|
|
421
|
-
'x-async': false,
|
|
422
|
-
'x-index': 1
|
|
423
|
-
}
|
|
424
|
-
},
|
|
425
|
-
'x-uid': 'zm42p4adruu',
|
|
426
|
-
'x-async': false,
|
|
427
|
-
'x-index': 1
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
'x-uid': '4ybzswir3zr',
|
|
431
|
-
'x-async': false,
|
|
432
|
-
'x-index': 2
|
|
433
|
-
},
|
|
434
|
-
d51klxxphw4: {
|
|
435
|
-
_isJSONSchemaObject: true,
|
|
436
|
-
version: '2.0',
|
|
437
|
-
type: 'void',
|
|
438
|
-
'x-decorator': 'TableV2.Column.Decorator',
|
|
439
|
-
'x-toolbar': 'TableColumnSchemaToolbar',
|
|
440
|
-
'x-settings': 'fieldSettings:TableColumn',
|
|
441
|
-
'x-component': 'TableV2.Column',
|
|
442
|
-
properties: {
|
|
443
|
-
singleLineText: {
|
|
444
|
-
_isJSONSchemaObject: true,
|
|
445
|
-
version: '2.0',
|
|
446
|
-
'x-collection-field': 'table-selector-data-scope-variable.singleLineText',
|
|
447
|
-
'x-component': 'CollectionField',
|
|
448
|
-
'x-component-props': {
|
|
449
|
-
ellipsis: true
|
|
450
|
-
},
|
|
451
|
-
'x-read-pretty': true,
|
|
452
|
-
'x-decorator': null,
|
|
453
|
-
'x-decorator-props': {
|
|
454
|
-
labelStyle: {
|
|
455
|
-
display: 'none'
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
'x-uid': 'n069twt8nsc',
|
|
459
|
-
'x-async': false,
|
|
460
|
-
'x-index': 1
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
'x-uid': '51p2r7zlo9k',
|
|
464
|
-
'x-async': false,
|
|
465
|
-
'x-index': 3
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
'x-uid': 'gkbturli19t',
|
|
469
|
-
'x-async': false,
|
|
470
|
-
'x-index': 2
|
|
471
|
-
}
|
|
472
|
-
},
|
|
473
|
-
'x-async': false,
|
|
474
|
-
'x-index': 1
|
|
475
|
-
}
|
|
476
|
-
},
|
|
477
|
-
'x-uid': 't45on50ncwe',
|
|
478
|
-
'x-async': false,
|
|
479
|
-
'x-index': 1
|
|
480
|
-
}
|
|
481
|
-
},
|
|
482
|
-
'x-uid': '9hzvnye1ntr',
|
|
483
|
-
'x-async': false,
|
|
484
|
-
'x-index': 1
|
|
485
|
-
}
|
|
486
|
-
},
|
|
487
|
-
'x-uid': 'k2bdu4w8zz2',
|
|
488
|
-
'x-async': false,
|
|
489
|
-
'x-index': 1
|
|
490
|
-
},
|
|
491
|
-
footer: {
|
|
492
|
-
_isJSONSchemaObject: true,
|
|
493
|
-
version: '2.0',
|
|
494
|
-
'x-component': 'Action.Container.Footer',
|
|
495
|
-
'x-component-props': {},
|
|
496
|
-
properties: {
|
|
497
|
-
actions: {
|
|
498
|
-
_isJSONSchemaObject: true,
|
|
499
|
-
version: '2.0',
|
|
500
|
-
type: 'void',
|
|
501
|
-
'x-component': 'ActionBar',
|
|
502
|
-
'x-component-props': {},
|
|
503
|
-
properties: {
|
|
504
|
-
submit: {
|
|
505
|
-
_isJSONSchemaObject: true,
|
|
506
|
-
version: '2.0',
|
|
507
|
-
title: '{{ t("Submit") }}',
|
|
508
|
-
'x-action': 'submit',
|
|
509
|
-
'x-component': 'Action',
|
|
510
|
-
'x-toolbar': 'ActionSchemaToolbar',
|
|
511
|
-
'x-settings': 'actionSettings:updateSubmit',
|
|
512
|
-
'x-component-props': {
|
|
513
|
-
type: 'primary',
|
|
514
|
-
htmlType: 'submit',
|
|
515
|
-
useProps: '{{ usePickActionProps }}'
|
|
516
|
-
},
|
|
517
|
-
'x-uid': 'n6qpnb48sbd',
|
|
518
|
-
'x-async': false,
|
|
519
|
-
'x-index': 1
|
|
520
|
-
}
|
|
521
|
-
},
|
|
522
|
-
'x-uid': '92iud7xsva7',
|
|
523
|
-
'x-async': false,
|
|
524
|
-
'x-index': 1
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
'x-uid': '3c8prk8jgoh',
|
|
528
|
-
'x-async': false,
|
|
529
|
-
'x-index': 2
|
|
530
|
-
}
|
|
531
|
-
},
|
|
532
|
-
'x-uid': '41hvryuv2jy',
|
|
533
|
-
'x-async': false
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
'x-async': false,
|
|
537
|
-
'x-index': 1
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
'x-uid': 'qbnfti92f1t',
|
|
541
|
-
'x-async': false,
|
|
542
|
-
'x-index': 1
|
|
543
|
-
}
|
|
544
|
-
},
|
|
545
|
-
'x-uid': '4dx0hfhj9mj',
|
|
546
|
-
'x-async': false,
|
|
547
|
-
'x-index': 1
|
|
548
|
-
},
|
|
549
|
-
'23d5tg85dmy': {
|
|
550
|
-
_isJSONSchemaObject: true,
|
|
551
|
-
version: '2.0',
|
|
552
|
-
type: 'void',
|
|
553
|
-
'x-component': 'Grid.Row',
|
|
554
|
-
properties: {
|
|
555
|
-
wwivbgmqgly: {
|
|
556
|
-
_isJSONSchemaObject: true,
|
|
557
|
-
version: '2.0',
|
|
558
|
-
type: 'void',
|
|
559
|
-
'x-component': 'Grid.Col',
|
|
560
|
-
properties: {
|
|
561
|
-
singleLineText: {
|
|
562
|
-
_isJSONSchemaObject: true,
|
|
563
|
-
version: '2.0',
|
|
564
|
-
type: 'string',
|
|
565
|
-
'x-toolbar': 'FormItemSchemaToolbar',
|
|
566
|
-
'x-settings': 'fieldSettings:FormItem',
|
|
567
|
-
'x-component': 'CollectionField',
|
|
568
|
-
'x-decorator': 'FormItem',
|
|
569
|
-
'x-collection-field': 'table-selector-data-scope-variable.singleLineText',
|
|
570
|
-
'x-component-props': {},
|
|
571
|
-
'x-uid': 'sj6aet9kqxc',
|
|
572
|
-
'x-async': false,
|
|
573
|
-
'x-index': 1
|
|
574
|
-
}
|
|
575
|
-
},
|
|
576
|
-
'x-uid': '9cj7a3ivw6b',
|
|
577
|
-
'x-async': false,
|
|
578
|
-
'x-index': 1
|
|
579
|
-
}
|
|
580
|
-
},
|
|
581
|
-
'x-uid': '5w0lqwa932g',
|
|
582
|
-
'x-async': false,
|
|
583
|
-
'x-index': 2
|
|
584
|
-
}
|
|
585
|
-
},
|
|
586
|
-
'x-uid': 'gmbrw8r2h2s',
|
|
587
|
-
'x-async': false,
|
|
588
|
-
'x-index': 1
|
|
589
|
-
},
|
|
590
|
-
gi40rgo7rbw: {
|
|
591
|
-
_isJSONSchemaObject: true,
|
|
592
|
-
version: '2.0',
|
|
593
|
-
type: 'void',
|
|
594
|
-
'x-initializer': 'UpdateFormActionInitializers',
|
|
595
|
-
'x-component': 'ActionBar',
|
|
596
|
-
'x-component-props': {
|
|
597
|
-
layout: 'one-column',
|
|
598
|
-
style: {
|
|
599
|
-
marginTop: 24
|
|
600
|
-
}
|
|
601
|
-
},
|
|
602
|
-
'x-uid': 'go3p2x3eo9j',
|
|
603
|
-
'x-async': false,
|
|
604
|
-
'x-index': 2
|
|
605
|
-
}
|
|
606
|
-
},
|
|
607
|
-
'x-uid': '5wir035vnz7',
|
|
608
|
-
'x-async': false,
|
|
609
|
-
'x-index': 1
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
'x-uid': 'r82q143nugf',
|
|
613
|
-
'x-async': false,
|
|
614
|
-
'x-index': 1
|
|
615
|
-
}
|
|
616
|
-
},
|
|
617
|
-
'x-uid': 'rqwpj88fpss',
|
|
618
|
-
'x-async': false,
|
|
619
|
-
'x-index': 1
|
|
620
|
-
}
|
|
621
|
-
},
|
|
622
|
-
'x-uid': '4yfu43yq0ff',
|
|
623
|
-
'x-async': false,
|
|
624
|
-
'x-index': 1
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
'x-uid': '1xvy1k1xpig',
|
|
628
|
-
'x-async': false,
|
|
629
|
-
'x-index': 1
|
|
630
|
-
}
|
|
631
|
-
},
|
|
632
|
-
'x-uid': 'ip9pwu9kuf0',
|
|
633
|
-
'x-async': false,
|
|
634
|
-
'x-index': 1
|
|
635
|
-
}
|
|
636
|
-
},
|
|
637
|
-
'x-uid': 'h9iowhtt6mu',
|
|
638
|
-
'x-async': false,
|
|
639
|
-
'x-index': 1
|
|
640
|
-
}
|
|
641
|
-
},
|
|
642
|
-
'x-uid': 'so8ptulb3b0',
|
|
643
|
-
'x-async': false,
|
|
644
|
-
'x-index': 1
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
'x-uid': 'lcy4ohio47t',
|
|
648
|
-
'x-async': false,
|
|
649
|
-
'x-index': 1
|
|
650
|
-
}
|
|
651
|
-
},
|
|
652
|
-
'x-uid': 'oh16739fgf8',
|
|
653
|
-
'x-async': false,
|
|
654
|
-
'x-index': 1
|
|
655
|
-
}
|
|
656
|
-
},
|
|
657
|
-
'x-uid': 'ut6738nt9in',
|
|
658
|
-
'x-async': false,
|
|
659
|
-
'x-index': 1
|
|
660
|
-
}
|
|
661
|
-
},
|
|
662
|
-
'x-uid': '4e89got7e7b',
|
|
663
|
-
'x-async': false,
|
|
664
|
-
'x-index': 2
|
|
665
|
-
}
|
|
666
|
-
},
|
|
667
|
-
'x-uid': '5yt30cpknsy',
|
|
668
|
-
'x-async': false,
|
|
669
|
-
'x-index': 1
|
|
670
|
-
}
|
|
671
|
-
},
|
|
672
|
-
'x-uid': '0s3jvo8y7y3',
|
|
673
|
-
'x-async': false,
|
|
674
|
-
'x-index': 1
|
|
675
|
-
}
|
|
676
|
-
},
|
|
677
|
-
'x-uid': 'irunx7mpta6',
|
|
678
|
-
'x-async': false,
|
|
679
|
-
'x-index': 1
|
|
680
|
-
}
|
|
681
|
-
},
|
|
682
|
-
'x-uid': '8es0fh04717',
|
|
683
|
-
'x-async': false,
|
|
684
|
-
'x-index': 1
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
'x-uid': 'hwlep783jqy',
|
|
688
|
-
'x-async': true,
|
|
689
|
-
'x-index': 1
|
|
690
|
-
}
|
|
691
|
-
};
|
|
692
|
-
export { tableSelectorDataScopeVariable };
|