@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,95 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_client__ from "@tachybase/client";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_schema__ from "@tachybase/schema";
|
|
5
|
-
const addActionButton = new __WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaInitializer({
|
|
6
|
-
name: 'addActionButton',
|
|
7
|
-
designable: true,
|
|
8
|
-
title: 'Configure actions',
|
|
9
|
-
style: {
|
|
10
|
-
marginLeft: 8
|
|
11
|
-
},
|
|
12
|
-
items: [
|
|
13
|
-
{
|
|
14
|
-
type: 'itemGroup',
|
|
15
|
-
title: 'Enable actions',
|
|
16
|
-
name: 'enableActions',
|
|
17
|
-
children: [
|
|
18
|
-
{
|
|
19
|
-
name: 'action1',
|
|
20
|
-
title: '{{t("Action 1")}}',
|
|
21
|
-
Component: 'ActionInitializer',
|
|
22
|
-
schema: {
|
|
23
|
-
title: 'Action 1',
|
|
24
|
-
'x-component': 'Action',
|
|
25
|
-
'x-action': 'action1',
|
|
26
|
-
'x-align': 'left'
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
name: 'action2',
|
|
31
|
-
title: '{{t("Action 2")}}',
|
|
32
|
-
Component: 'ActionInitializer',
|
|
33
|
-
schema: {
|
|
34
|
-
title: 'Action 2',
|
|
35
|
-
'x-component': 'Action',
|
|
36
|
-
'x-action': 'action2',
|
|
37
|
-
'x-align': 'right'
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
]
|
|
41
|
-
}
|
|
42
|
-
]
|
|
43
|
-
});
|
|
44
|
-
const schema = {
|
|
45
|
-
type: 'object',
|
|
46
|
-
properties: {
|
|
47
|
-
actions: {
|
|
48
|
-
type: 'void',
|
|
49
|
-
'x-component': 'ActionBar',
|
|
50
|
-
'x-initializer': 'addActionButton',
|
|
51
|
-
'x-uid': (0, __WEBPACK_EXTERNAL_MODULE__tachybase_schema__.uid)(),
|
|
52
|
-
properties: {
|
|
53
|
-
a1: {
|
|
54
|
-
title: 'Action 1',
|
|
55
|
-
'x-component': 'Action',
|
|
56
|
-
'x-action': 'action1',
|
|
57
|
-
'x-align': 'left'
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
};
|
|
63
|
-
const Root = ()=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponentProvider, {
|
|
64
|
-
designable: true,
|
|
65
|
-
components: {
|
|
66
|
-
ActionInitializer: __WEBPACK_EXTERNAL_MODULE__tachybase_client__.ActionInitializer,
|
|
67
|
-
ActionBar: __WEBPACK_EXTERNAL_MODULE__tachybase_client__.ActionBar,
|
|
68
|
-
Action: __WEBPACK_EXTERNAL_MODULE__tachybase_client__.Action
|
|
69
|
-
},
|
|
70
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponent, {
|
|
71
|
-
schema: schema
|
|
72
|
-
})
|
|
73
|
-
});
|
|
74
|
-
class MyPlugin extends __WEBPACK_EXTERNAL_MODULE__tachybase_client__.Plugin {
|
|
75
|
-
async load() {
|
|
76
|
-
this.app.schemaInitializerManager.add(addActionButton);
|
|
77
|
-
this.app.router.add('root', {
|
|
78
|
-
path: '/',
|
|
79
|
-
Component: Root
|
|
80
|
-
});
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
const app = new __WEBPACK_EXTERNAL_MODULE__tachybase_client__.Application({
|
|
84
|
-
router: {
|
|
85
|
-
type: 'memory',
|
|
86
|
-
initialEntries: [
|
|
87
|
-
'/'
|
|
88
|
-
]
|
|
89
|
-
},
|
|
90
|
-
plugins: [
|
|
91
|
-
MyPlugin
|
|
92
|
-
]
|
|
93
|
-
});
|
|
94
|
-
const demo6_rslib_entry_ = app.getRootComponent();
|
|
95
|
-
export { demo6_rslib_entry_ as default };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__ from "@tachybase/test/client";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__demos_demo1_mjs__ from "../demos/demo1.mjs";
|
|
5
|
-
describe('AssociationSelect', ()=>{
|
|
6
|
-
it('should render correctly', async ()=>{
|
|
7
|
-
(0, __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.render)(/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__demos_demo1_mjs__["default"], {}));
|
|
8
|
-
const selector = document.querySelector('.ant-select-selector');
|
|
9
|
-
expect(selector).toBeInTheDocument();
|
|
10
|
-
await __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.userEvent.click(selector);
|
|
11
|
-
expect(document.querySelector('.ant-spin')).toBeInTheDocument();
|
|
12
|
-
await (0, __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.sleep)(500);
|
|
13
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('title1')).toBeInTheDocument();
|
|
14
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('title2')).toBeInTheDocument();
|
|
15
|
-
});
|
|
16
|
-
});
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_client__ from "@tachybase/client";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__testUtils_index_mjs__ from "../../../../testUtils/index.mjs";
|
|
5
|
-
const { apiClient, mockRequest } = (0, __WEBPACK_EXTERNAL_MODULE__testUtils_index_mjs__.mockAPIClient)();
|
|
6
|
-
mockRequest.onGet('/posts:list').reply(()=>[
|
|
7
|
-
200,
|
|
8
|
-
{
|
|
9
|
-
data: [
|
|
10
|
-
{
|
|
11
|
-
id: 1,
|
|
12
|
-
title: 'title1'
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
id: 2,
|
|
16
|
-
title: 'title2'
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
]);
|
|
21
|
-
const schema = {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
association: {
|
|
25
|
-
type: 'array',
|
|
26
|
-
'x-component': 'AssociationSelect',
|
|
27
|
-
'x-component-props': {
|
|
28
|
-
multiple: true,
|
|
29
|
-
fieldNames: {
|
|
30
|
-
label: 'title',
|
|
31
|
-
value: 'id'
|
|
32
|
-
},
|
|
33
|
-
service: {
|
|
34
|
-
resource: 'posts',
|
|
35
|
-
action: 'list'
|
|
36
|
-
},
|
|
37
|
-
style: {
|
|
38
|
-
width: '100%'
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
const demo1_rslib_entry_ = ()=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.FormProvider, {
|
|
45
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.APIClientProvider, {
|
|
46
|
-
apiClient: apiClient,
|
|
47
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponent, {
|
|
48
|
-
components: {
|
|
49
|
-
AssociationSelect: __WEBPACK_EXTERNAL_MODULE__tachybase_client__.AssociationSelect
|
|
50
|
-
},
|
|
51
|
-
schema: schema
|
|
52
|
-
})
|
|
53
|
-
})
|
|
54
|
-
});
|
|
55
|
-
export { demo1_rslib_entry_ as default };
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__testing_library_react__ from "@testing-library/react";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__demos_demo1_mjs__ from "../demos/demo1.mjs";
|
|
5
|
-
describe('BlockItem', ()=>{
|
|
6
|
-
it('should render correctly', ()=>{
|
|
7
|
-
(0, __WEBPACK_EXTERNAL_MODULE__testing_library_react__.render)(/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__demos_demo1_mjs__["default"], {}));
|
|
8
|
-
const items = document.querySelectorAll('.nc-block-item');
|
|
9
|
-
expect(items.length).toBe(3);
|
|
10
|
-
expect(items[0]).toHaveTextContent('Block block1');
|
|
11
|
-
expect(items[1]).toHaveTextContent('Block block2');
|
|
12
|
-
expect(items[2]).toHaveTextContent('Block block3');
|
|
13
|
-
});
|
|
14
|
-
});
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_client__ from "@tachybase/client";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_schema__ from "@tachybase/schema";
|
|
5
|
-
const Block = (0, __WEBPACK_EXTERNAL_MODULE__tachybase_schema__.observer)(()=>{
|
|
6
|
-
const fieldSchema = (0, __WEBPACK_EXTERNAL_MODULE__tachybase_schema__.useFieldSchema)();
|
|
7
|
-
return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsxs)("div", {
|
|
8
|
-
className: "nc-block-item",
|
|
9
|
-
style: {
|
|
10
|
-
marginBottom: 20,
|
|
11
|
-
padding: '0 20px',
|
|
12
|
-
height: 50,
|
|
13
|
-
lineHeight: '50px',
|
|
14
|
-
background: '#f1f1f1'
|
|
15
|
-
},
|
|
16
|
-
children: [
|
|
17
|
-
"Block ",
|
|
18
|
-
fieldSchema.name,
|
|
19
|
-
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.DragHandler, {})
|
|
20
|
-
]
|
|
21
|
-
});
|
|
22
|
-
}, {
|
|
23
|
-
displayName: 'Block'
|
|
24
|
-
});
|
|
25
|
-
const schema = {
|
|
26
|
-
type: 'void',
|
|
27
|
-
name: 'page',
|
|
28
|
-
'x-component': 'DndContext',
|
|
29
|
-
'x-uid': (0, __WEBPACK_EXTERNAL_MODULE__tachybase_schema__.uid)(),
|
|
30
|
-
properties: {
|
|
31
|
-
block1: {
|
|
32
|
-
'x-decorator': 'BlockItem',
|
|
33
|
-
'x-component': 'Block',
|
|
34
|
-
'x-uid': (0, __WEBPACK_EXTERNAL_MODULE__tachybase_schema__.uid)()
|
|
35
|
-
},
|
|
36
|
-
block2: {
|
|
37
|
-
'x-decorator': 'BlockItem',
|
|
38
|
-
'x-component': 'Block',
|
|
39
|
-
'x-uid': (0, __WEBPACK_EXTERNAL_MODULE__tachybase_schema__.uid)()
|
|
40
|
-
},
|
|
41
|
-
block3: {
|
|
42
|
-
'x-decorator': 'BlockItem',
|
|
43
|
-
'x-component': 'Block',
|
|
44
|
-
'x-uid': (0, __WEBPACK_EXTERNAL_MODULE__tachybase_schema__.uid)()
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
function App() {
|
|
49
|
-
return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponentProvider, {
|
|
50
|
-
components: {
|
|
51
|
-
DndContext: __WEBPACK_EXTERNAL_MODULE__tachybase_client__.DndContext,
|
|
52
|
-
BlockItem: __WEBPACK_EXTERNAL_MODULE__tachybase_client__.BlockItem,
|
|
53
|
-
Block
|
|
54
|
-
},
|
|
55
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponent, {
|
|
56
|
-
schema: schema
|
|
57
|
-
})
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
export { App as default };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__ from "@tachybase/test/client";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__demos_demo1_mjs__ from "../demos/demo1.mjs";
|
|
5
|
-
describe('CardItem', ()=>{
|
|
6
|
-
it('should works', ()=>{
|
|
7
|
-
(0, __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.render)(/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__demos_demo1_mjs__["default"], {}));
|
|
8
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('Card')).toBeInTheDocument();
|
|
9
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('Hello Card!')).toBeInTheDocument();
|
|
10
|
-
});
|
|
11
|
-
});
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_client__ from "@tachybase/client";
|
|
4
|
-
const schema = {
|
|
5
|
-
type: 'object',
|
|
6
|
-
properties: {
|
|
7
|
-
card: {
|
|
8
|
-
type: 'void',
|
|
9
|
-
'x-component': 'CardItem',
|
|
10
|
-
'x-component-props': {
|
|
11
|
-
title: 'Card'
|
|
12
|
-
},
|
|
13
|
-
properties: {
|
|
14
|
-
hello: {
|
|
15
|
-
type: 'void',
|
|
16
|
-
'x-component': 'div',
|
|
17
|
-
'x-content': 'Hello Card!'
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
const demo1_rslib_entry_ = ()=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.FormProvider, {
|
|
24
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponent, {
|
|
25
|
-
components: {
|
|
26
|
-
CardItem: __WEBPACK_EXTERNAL_MODULE__tachybase_client__.CardItem
|
|
27
|
-
},
|
|
28
|
-
schema: schema
|
|
29
|
-
})
|
|
30
|
-
});
|
|
31
|
-
export { demo1_rslib_entry_ as default };
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__ from "@tachybase/test/client";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__demos_demo1_mjs__ from "../demos/demo1.mjs";
|
|
5
|
-
import * as __WEBPACK_EXTERNAL_MODULE__demos_demo2_mjs__ from "../demos/demo2.mjs";
|
|
6
|
-
describe('Cascader', ()=>{
|
|
7
|
-
it('sync', async ()=>{
|
|
8
|
-
const { container } = (0, __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.render)(/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__demos_demo1_mjs__["default"], {}));
|
|
9
|
-
const select = container.querySelector('.ant-select-selector');
|
|
10
|
-
await __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.userEvent.click(select);
|
|
11
|
-
__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.fireEvent.click(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('Zhejiang'));
|
|
12
|
-
__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.fireEvent.click(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('Hangzhou'));
|
|
13
|
-
__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.fireEvent.click(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('West Lake'));
|
|
14
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('Zhejiang /')).toBeInTheDocument();
|
|
15
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('Hangzhou /')).toBeInTheDocument();
|
|
16
|
-
});
|
|
17
|
-
it('async', async ()=>{
|
|
18
|
-
const { container } = (0, __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.render)(/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__demos_demo2_mjs__["default"], {}));
|
|
19
|
-
const select = container.querySelector('.ant-select-selector');
|
|
20
|
-
await __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.userEvent.click(select);
|
|
21
|
-
__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.fireEvent.click(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('Zhejiang'));
|
|
22
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.queryByText('Zhejiang Dynamic 1')).not.toBeInTheDocument();
|
|
23
|
-
await (0, __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.waitFor)(()=>{
|
|
24
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('Zhejiang Dynamic 1')).toBeInTheDocument();
|
|
25
|
-
});
|
|
26
|
-
__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.fireEvent.click(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('Zhejiang Dynamic 1'));
|
|
27
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('Zhejiang /')).toBeInTheDocument();
|
|
28
|
-
});
|
|
29
|
-
});
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_client__ from "@tachybase/client";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_components__ from "@tachybase/components";
|
|
5
|
-
const options = [
|
|
6
|
-
{
|
|
7
|
-
value: 'zhejiang',
|
|
8
|
-
label: 'Zhejiang',
|
|
9
|
-
children: [
|
|
10
|
-
{
|
|
11
|
-
value: 'hangzhou',
|
|
12
|
-
label: 'Hangzhou',
|
|
13
|
-
children: [
|
|
14
|
-
{
|
|
15
|
-
value: 'xihu',
|
|
16
|
-
label: 'West Lake'
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
value: 'jiangsu',
|
|
24
|
-
label: 'Jiangsu',
|
|
25
|
-
children: [
|
|
26
|
-
{
|
|
27
|
-
value: 'nanjing',
|
|
28
|
-
label: 'Nanjing',
|
|
29
|
-
children: [
|
|
30
|
-
{
|
|
31
|
-
value: 'zhonghuamen',
|
|
32
|
-
label: 'Zhong Hua Men'
|
|
33
|
-
}
|
|
34
|
-
]
|
|
35
|
-
}
|
|
36
|
-
]
|
|
37
|
-
}
|
|
38
|
-
];
|
|
39
|
-
const schema = {
|
|
40
|
-
type: 'object',
|
|
41
|
-
properties: {
|
|
42
|
-
input: {
|
|
43
|
-
type: 'string',
|
|
44
|
-
title: "编辑模式",
|
|
45
|
-
name: 'name1',
|
|
46
|
-
enum: options,
|
|
47
|
-
'x-decorator': 'FormItem',
|
|
48
|
-
'x-component': 'Cascader',
|
|
49
|
-
'x-component-props': {},
|
|
50
|
-
'x-reactions': {
|
|
51
|
-
target: 'read',
|
|
52
|
-
fulfill: {
|
|
53
|
-
state: {
|
|
54
|
-
value: '{{$self.value}}'
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
read: {
|
|
60
|
-
type: 'string',
|
|
61
|
-
title: "阅读模式",
|
|
62
|
-
enum: options,
|
|
63
|
-
name: 'name2',
|
|
64
|
-
'x-read-pretty': true,
|
|
65
|
-
'x-decorator': 'FormItem',
|
|
66
|
-
'x-component': 'Cascader',
|
|
67
|
-
'x-component-props': {
|
|
68
|
-
changeOnSelect: true
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
};
|
|
73
|
-
const demo1_rslib_entry_ = ()=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponentProvider, {
|
|
74
|
-
components: {
|
|
75
|
-
Cascader: __WEBPACK_EXTERNAL_MODULE__tachybase_client__.Cascader,
|
|
76
|
-
FormItem: __WEBPACK_EXTERNAL_MODULE__tachybase_components__.FormItem
|
|
77
|
-
},
|
|
78
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponent, {
|
|
79
|
-
schema: schema
|
|
80
|
-
})
|
|
81
|
-
});
|
|
82
|
-
export { demo1_rslib_entry_ as default };
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_client__ from "@tachybase/client";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_components__ from "@tachybase/components";
|
|
5
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_schema__ from "@tachybase/schema";
|
|
6
|
-
import * as __WEBPACK_EXTERNAL_MODULE_axios_mock_adapter__ from "axios-mock-adapter";
|
|
7
|
-
const apiClient = new __WEBPACK_EXTERNAL_MODULE__tachybase_client__.APIClient();
|
|
8
|
-
const mock = new __WEBPACK_EXTERNAL_MODULE_axios_mock_adapter__["default"](apiClient.axios);
|
|
9
|
-
mock.onGet('/china_regions').reply(200, {
|
|
10
|
-
data: [
|
|
11
|
-
{
|
|
12
|
-
value: 'zhejiang',
|
|
13
|
-
label: 'Zhejiang',
|
|
14
|
-
isLeaf: false
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
value: 'jiangsu',
|
|
18
|
-
label: 'Jiangsu',
|
|
19
|
-
isLeaf: false
|
|
20
|
-
}
|
|
21
|
-
]
|
|
22
|
-
});
|
|
23
|
-
const useAsyncDataSource = (api)=>(field)=>{
|
|
24
|
-
field.loading = true;
|
|
25
|
-
console.log('useAsyncDataSource');
|
|
26
|
-
api.request({
|
|
27
|
-
url: 'china_regions'
|
|
28
|
-
}).then(__WEBPACK_EXTERNAL_MODULE__tachybase_schema__.action.bound((res)=>{
|
|
29
|
-
var _res_data;
|
|
30
|
-
field.dataSource = (null == res ? void 0 : null === (_res_data = res.data) || void 0 === _res_data ? void 0 : _res_data.data) || [];
|
|
31
|
-
field.loading = false;
|
|
32
|
-
})).catch(console.error);
|
|
33
|
-
};
|
|
34
|
-
const useLoadData = ()=>{
|
|
35
|
-
(0, __WEBPACK_EXTERNAL_MODULE__tachybase_client__.useAPIClient)();
|
|
36
|
-
const field = (0, __WEBPACK_EXTERNAL_MODULE__tachybase_schema__.useField)();
|
|
37
|
-
return (selectedOptions)=>{
|
|
38
|
-
const targetOption = selectedOptions[selectedOptions.length - 1];
|
|
39
|
-
targetOption.loading = true;
|
|
40
|
-
setTimeout(()=>{
|
|
41
|
-
targetOption.loading = false;
|
|
42
|
-
targetOption.children = [
|
|
43
|
-
{
|
|
44
|
-
label: "".concat(targetOption.label, " Dynamic 1"),
|
|
45
|
-
value: 'dynamic1'
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
label: "".concat(targetOption.label, " Dynamic 2"),
|
|
49
|
-
value: 'dynamic2'
|
|
50
|
-
}
|
|
51
|
-
];
|
|
52
|
-
field.dataSource = [
|
|
53
|
-
...field.dataSource
|
|
54
|
-
];
|
|
55
|
-
}, 300);
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
const schema = {
|
|
59
|
-
type: 'object',
|
|
60
|
-
properties: {
|
|
61
|
-
input: {
|
|
62
|
-
type: 'string',
|
|
63
|
-
title: "编辑模式",
|
|
64
|
-
'x-decorator': 'FormItem',
|
|
65
|
-
'x-component': 'Cascader',
|
|
66
|
-
'x-component-props': {
|
|
67
|
-
changeOnSelectLast: false,
|
|
68
|
-
labelInValue: true,
|
|
69
|
-
maxLevel: 3,
|
|
70
|
-
useLoadData: '{{useLoadData}}'
|
|
71
|
-
},
|
|
72
|
-
'x-reactions': [
|
|
73
|
-
'{{useAsyncDataSource(apiClient)}}',
|
|
74
|
-
{
|
|
75
|
-
target: 'read',
|
|
76
|
-
fulfill: {
|
|
77
|
-
state: {
|
|
78
|
-
value: '{{$self.value}}'
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
]
|
|
83
|
-
},
|
|
84
|
-
read: {
|
|
85
|
-
type: 'string',
|
|
86
|
-
title: "阅读模式",
|
|
87
|
-
'x-read-pretty': true,
|
|
88
|
-
'x-decorator': 'FormItem',
|
|
89
|
-
'x-component': 'Cascader',
|
|
90
|
-
'x-component-props': {
|
|
91
|
-
changeOnSelectLast: false,
|
|
92
|
-
labelInValue: true,
|
|
93
|
-
maxLevel: 3
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
};
|
|
98
|
-
const demo2_rslib_entry_ = ()=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.APIClientProvider, {
|
|
99
|
-
apiClient: apiClient,
|
|
100
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponentProvider, {
|
|
101
|
-
components: {
|
|
102
|
-
Cascader: __WEBPACK_EXTERNAL_MODULE__tachybase_client__.Cascader,
|
|
103
|
-
FormItem: __WEBPACK_EXTERNAL_MODULE__tachybase_components__.FormItem
|
|
104
|
-
},
|
|
105
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponent, {
|
|
106
|
-
scope: {
|
|
107
|
-
apiClient,
|
|
108
|
-
useLoadData,
|
|
109
|
-
useAsyncDataSource
|
|
110
|
-
},
|
|
111
|
-
schema: schema
|
|
112
|
-
})
|
|
113
|
-
})
|
|
114
|
-
});
|
|
115
|
-
export { demo2_rslib_entry_ as default };
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__ from "@tachybase/test/client";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__demos_checkbox_mjs__ from "../demos/checkbox.mjs";
|
|
5
|
-
import * as __WEBPACK_EXTERNAL_MODULE__demos_checkbox_group_mjs__ from "../demos/checkbox.group.mjs";
|
|
6
|
-
describe('Checkbox', ()=>{
|
|
7
|
-
it('should display the title', ()=>{
|
|
8
|
-
(0, __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.render)(/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__demos_checkbox_mjs__["default"], {}));
|
|
9
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('编辑模式').innerHTML).toBe('编辑模式');
|
|
10
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('阅读模式').innerHTML).toBe('阅读模式');
|
|
11
|
-
});
|
|
12
|
-
it('should display the icon when checked', async ()=>{
|
|
13
|
-
const { container } = (0, __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.render)(/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__demos_checkbox_mjs__["default"], {}));
|
|
14
|
-
const input = container.querySelector('input');
|
|
15
|
-
await __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.userEvent.click(input);
|
|
16
|
-
const icon = container.querySelector('svg');
|
|
17
|
-
expect(icon).toMatchInlineSnapshot('\n <svg\n aria-hidden="true"\n data-icon="check"\n fill="currentColor"\n focusable="false"\n height="1em"\n viewBox="64 64 896 896"\n width="1em"\n >\n <path\n d="M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"\n />\n </svg>\n ');
|
|
18
|
-
await __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.userEvent.click(input);
|
|
19
|
-
expect(container.querySelector('svg')).toBeNull();
|
|
20
|
-
});
|
|
21
|
-
});
|
|
22
|
-
describe('Checkbox.Group', ()=>{
|
|
23
|
-
it('should display the title', ()=>{
|
|
24
|
-
(0, __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.render)(/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__demos_checkbox_group_mjs__["default"], {}));
|
|
25
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('编辑模式').innerHTML).toBe('编辑模式');
|
|
26
|
-
expect(__WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByText('阅读模式').innerHTML).toBe('阅读模式');
|
|
27
|
-
});
|
|
28
|
-
it('should display the tag when checked', async ()=>{
|
|
29
|
-
const { container } = (0, __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.render)(/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__demos_checkbox_group_mjs__["default"], {}));
|
|
30
|
-
const option1 = __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByLabelText('选项1');
|
|
31
|
-
const option2 = __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.screen.getByLabelText('选项2');
|
|
32
|
-
await __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.userEvent.click(option1);
|
|
33
|
-
expect(Array.from(container.querySelectorAll('.ant-tag')).map((el)=>el.innerHTML)).toMatchInlineSnapshot('\n [\n "选项1",\n ]\n ');
|
|
34
|
-
await __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.userEvent.click(option2);
|
|
35
|
-
expect(Array.from(container.querySelectorAll('.ant-tag')).map((el)=>el.innerHTML)).toMatchInlineSnapshot('\n [\n "选项1",\n "选项2",\n ]\n ');
|
|
36
|
-
await __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.userEvent.click(option1);
|
|
37
|
-
await __WEBPACK_EXTERNAL_MODULE__tachybase_test_client__.userEvent.click(option2);
|
|
38
|
-
expect(container.querySelectorAll('.ant-tag')).toMatchInlineSnapshot("NodeList []");
|
|
39
|
-
});
|
|
40
|
-
});
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_client__ from "@tachybase/client";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_components__ from "@tachybase/components";
|
|
5
|
-
const options = [
|
|
6
|
-
{
|
|
7
|
-
label: '选项1',
|
|
8
|
-
value: 1,
|
|
9
|
-
color: 'red'
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
label: '选项2',
|
|
13
|
-
value: 2,
|
|
14
|
-
color: 'blue'
|
|
15
|
-
}
|
|
16
|
-
];
|
|
17
|
-
const schema = {
|
|
18
|
-
type: 'object',
|
|
19
|
-
properties: {
|
|
20
|
-
input: {
|
|
21
|
-
type: 'array',
|
|
22
|
-
title: "编辑模式",
|
|
23
|
-
enum: options,
|
|
24
|
-
'x-decorator': 'FormItem',
|
|
25
|
-
'x-component': 'Checkbox.Group',
|
|
26
|
-
'x-reactions': {
|
|
27
|
-
target: 'read',
|
|
28
|
-
fulfill: {
|
|
29
|
-
state: {
|
|
30
|
-
value: '{{$self.value}}'
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
read: {
|
|
36
|
-
type: 'array',
|
|
37
|
-
title: "阅读模式",
|
|
38
|
-
enum: options,
|
|
39
|
-
'x-read-pretty': true,
|
|
40
|
-
'x-decorator': 'FormItem',
|
|
41
|
-
'x-component': 'Checkbox.Group'
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
const checkbox_group_rslib_entry_ = ()=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponentProvider, {
|
|
46
|
-
components: {
|
|
47
|
-
Checkbox: __WEBPACK_EXTERNAL_MODULE__tachybase_client__.Checkbox,
|
|
48
|
-
FormItem: __WEBPACK_EXTERNAL_MODULE__tachybase_components__.FormItem
|
|
49
|
-
},
|
|
50
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponent, {
|
|
51
|
-
schema: schema
|
|
52
|
-
})
|
|
53
|
-
});
|
|
54
|
-
export { checkbox_group_rslib_entry_ as default };
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__ from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_client__ from "@tachybase/client";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE__tachybase_components__ from "@tachybase/components";
|
|
5
|
-
const schema = {
|
|
6
|
-
type: 'object',
|
|
7
|
-
properties: {
|
|
8
|
-
input: {
|
|
9
|
-
type: 'boolean',
|
|
10
|
-
title: "编辑模式",
|
|
11
|
-
'x-decorator': 'FormItem',
|
|
12
|
-
'x-component': 'Checkbox',
|
|
13
|
-
'x-reactions': {
|
|
14
|
-
target: 'read',
|
|
15
|
-
fulfill: {
|
|
16
|
-
state: {
|
|
17
|
-
value: '{{$self.value}}'
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
read: {
|
|
23
|
-
type: 'boolean',
|
|
24
|
-
title: "阅读模式",
|
|
25
|
-
'x-read-pretty': true,
|
|
26
|
-
'x-decorator': 'FormItem',
|
|
27
|
-
'x-component': 'Checkbox'
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
const checkbox_rslib_entry_ = ()=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponentProvider, {
|
|
32
|
-
components: {
|
|
33
|
-
Checkbox: __WEBPACK_EXTERNAL_MODULE__tachybase_client__.Checkbox,
|
|
34
|
-
FormItem: __WEBPACK_EXTERNAL_MODULE__tachybase_components__.FormItem
|
|
35
|
-
},
|
|
36
|
-
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime__.jsx)(__WEBPACK_EXTERNAL_MODULE__tachybase_client__.SchemaComponent, {
|
|
37
|
-
schema: schema
|
|
38
|
-
})
|
|
39
|
-
});
|
|
40
|
-
export { checkbox_rslib_entry_ as default };
|