@tachybase/client 1.3.21 → 1.3.23
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/es/api-client/APIClient.d.ts +1 -1
- package/es/api-client/APIClient.mjs +1 -1
- package/es/api-client/hooks/assign.mjs +1 -1
- package/es/api-client/hooks/useResource.d.ts +1 -1
- package/es/application/Application.d.ts +1 -2
- package/es/application/Application.mjs +1 -2
- package/es/application/WebSocketClient.mjs +1 -1
- package/es/application/schema-settings/SchemaSettings.d.ts +1 -1
- package/es/application/schema-settings/SchemaSettings.mjs +5 -3
- package/es/application/schema-settings/SchemaSettingsManager.d.ts +6 -0
- package/es/application/schema-settings/SchemaSettingsManager.mjs +15 -0
- package/es/application/utils/globalDeps.d.ts +1 -1
- package/es/application/utils/globalDeps.mjs +4 -11
- package/es/application/utils/remotePlugins.d.ts +1 -1
- package/es/block-provider/FormFieldProvider.mjs +1 -1
- package/es/block-provider/hooks/index.mjs +1 -1
- package/es/block-provider/hooks/useParsedFilter.mjs +1 -1
- package/es/built-in/acl/Configuration/RolesResourcesActions.mjs +1 -1
- package/es/built-in/attachment-preview/previewers/file-pdf.mjs +1 -1
- package/es/built-in/context-menu/ContextMenuItemsProps.mjs +1 -1
- package/es/built-in/index.mjs +1 -1
- package/es/built-in/locale/LocalePlugin.mjs +0 -2
- package/es/built-in/page-style/useTabSettings.mjs +3 -3
- package/es/built-in/pm/PluginDetail.mjs +0 -2
- package/es/built-in/pm/PluginManager.mjs +1 -1
- package/es/built-in/quick-access/ModalActionSchemaInitializerItem.mjs +1 -1
- package/es/collection-manager/Configuration/AddCollectionAction.mjs +1 -1
- package/es/collection-manager/Configuration/AddFieldAction.mjs +1 -1
- package/es/collection-manager/Configuration/AddSubFieldAction.mjs +1 -1
- package/es/collection-manager/Configuration/EditCollectionAction.mjs +1 -1
- package/es/collection-manager/Configuration/EditFieldAction.mjs +1 -1
- package/es/collection-manager/Configuration/EditSubFieldAction.mjs +1 -1
- package/es/collection-manager/Configuration/ImportXlsx/xlsxImportAction.mjs +1 -1
- package/es/collection-manager/Configuration/OverridingCollectionField.mjs +1 -1
- package/es/collection-manager/Configuration/SyncFieldsAction.mjs +1 -1
- package/es/collection-manager/Configuration/SyncSQLFieldsAction.mjs +1 -1
- package/es/collection-manager/Configuration/ViewInheritedField.mjs +1 -1
- package/es/collection-manager/Configuration/components/index.mjs +1 -1
- package/es/collection-manager/Configuration/index.d.ts +1 -0
- package/es/collection-manager/Configuration/index.mjs +2 -0
- package/es/collection-manager/hooks/index.d.ts +1 -0
- package/es/collection-manager/hooks/index.mjs +2 -0
- package/es/collection-manager/hooks/useCollection_deprecated.d.ts +1 -1
- package/es/collection-manager/index.d.ts +1 -1
- package/es/collection-manager/index.mjs +2 -2
- package/es/collection-manager/interfaces/checkbox.d.ts +1 -0
- package/es/collection-manager/interfaces/checkbox.mjs +1 -1
- package/es/collection-manager/interfaces/checkboxGroup.d.ts +1 -0
- package/es/collection-manager/interfaces/checkboxGroup.mjs +1 -1
- package/es/collection-manager/interfaces/chinaRegion.d.ts +1 -0
- package/es/collection-manager/interfaces/chinaRegion.mjs +1 -1
- package/es/collection-manager/interfaces/collection.d.ts +1 -0
- package/es/collection-manager/interfaces/collection.mjs +2 -2
- package/es/collection-manager/interfaces/color.d.ts +1 -0
- package/es/collection-manager/interfaces/color.mjs +1 -1
- package/es/collection-manager/interfaces/createdAt.d.ts +1 -0
- package/es/collection-manager/interfaces/createdAt.mjs +1 -1
- package/es/collection-manager/interfaces/createdBy.d.ts +1 -0
- package/es/collection-manager/interfaces/createdBy.mjs +1 -1
- package/es/collection-manager/interfaces/datetime.d.ts +1 -0
- package/es/collection-manager/interfaces/datetime.mjs +1 -1
- package/es/collection-manager/interfaces/email.d.ts +1 -0
- package/es/collection-manager/interfaces/email.mjs +1 -1
- package/es/collection-manager/interfaces/icon.d.ts +1 -0
- package/es/collection-manager/interfaces/icon.mjs +1 -1
- package/es/collection-manager/interfaces/input.d.ts +1 -0
- package/es/collection-manager/interfaces/input.mjs +1 -1
- package/es/collection-manager/interfaces/integer.d.ts +1 -0
- package/es/collection-manager/interfaces/integer.mjs +1 -1
- package/es/collection-manager/interfaces/json.d.ts +1 -0
- package/es/collection-manager/interfaces/json.mjs +2 -2
- package/es/collection-manager/interfaces/m2m.d.ts +1 -0
- package/es/collection-manager/interfaces/m2m.mjs +1 -1
- package/es/collection-manager/interfaces/m2o.d.ts +1 -0
- package/es/collection-manager/interfaces/m2o.mjs +1 -1
- package/es/collection-manager/interfaces/markdown.d.ts +1 -0
- package/es/collection-manager/interfaces/markdown.mjs +1 -1
- package/es/collection-manager/interfaces/multipleSelect.d.ts +1 -0
- package/es/collection-manager/interfaces/multipleSelect.mjs +2 -2
- package/es/collection-manager/interfaces/nanoid.d.ts +1 -0
- package/es/collection-manager/interfaces/nanoid.mjs +1 -1
- package/es/collection-manager/interfaces/number.d.ts +1 -0
- package/es/collection-manager/interfaces/number.mjs +1 -1
- package/es/collection-manager/interfaces/o2m.d.ts +1 -0
- package/es/collection-manager/interfaces/o2m.mjs +1 -1
- package/es/collection-manager/interfaces/o2o.d.ts +1 -0
- package/es/collection-manager/interfaces/o2o.mjs +1 -1
- package/es/collection-manager/interfaces/password.d.ts +1 -0
- package/es/collection-manager/interfaces/password.mjs +1 -1
- package/es/collection-manager/interfaces/percent.d.ts +1 -0
- package/es/collection-manager/interfaces/percent.mjs +2 -2
- package/es/collection-manager/interfaces/phone.d.ts +1 -0
- package/es/collection-manager/interfaces/phone.mjs +1 -1
- package/es/collection-manager/interfaces/radioGroup.d.ts +12 -11
- package/es/collection-manager/interfaces/radioGroup.mjs +1 -1
- package/es/collection-manager/interfaces/richText.d.ts +1 -0
- package/es/collection-manager/interfaces/richText.mjs +1 -1
- package/es/collection-manager/interfaces/select.d.ts +1 -0
- package/es/collection-manager/interfaces/select.mjs +2 -2
- package/es/collection-manager/interfaces/sort.d.ts +1 -0
- package/es/collection-manager/interfaces/sort.mjs +1 -1
- package/es/collection-manager/interfaces/subTable.d.ts +1 -0
- package/es/collection-manager/interfaces/subTable.mjs +1 -1
- package/es/collection-manager/interfaces/tableoid.d.ts +1 -0
- package/es/collection-manager/interfaces/tableoid.mjs +1 -1
- package/es/collection-manager/interfaces/textarea.d.ts +1 -0
- package/es/collection-manager/interfaces/textarea.mjs +1 -1
- package/es/collection-manager/interfaces/time.d.ts +1 -0
- package/es/collection-manager/interfaces/time.mjs +1 -1
- package/es/collection-manager/interfaces/unixTimestamp.d.ts +1 -0
- package/es/collection-manager/interfaces/unixTimestamp.mjs +1 -1
- package/es/collection-manager/interfaces/updatedAt.d.ts +1 -0
- package/es/collection-manager/interfaces/updatedAt.mjs +1 -1
- package/es/collection-manager/interfaces/updatedBy.d.ts +1 -0
- package/es/collection-manager/interfaces/updatedBy.mjs +1 -1
- package/es/collection-manager/interfaces/url.d.ts +1 -0
- package/es/collection-manager/interfaces/url.mjs +1 -1
- package/es/collection-manager/interfaces/uuid.d.ts +1 -0
- package/es/collection-manager/interfaces/uuid.mjs +1 -1
- package/es/collection-manager/templates/expression.mjs +1 -1
- package/es/collection-manager/templates/properties/index.d.ts +1 -1
- package/es/data-source/collection-field-interface/CollectionFieldInterface.d.ts +1 -0
- package/es/data-source/collection-field-interface/CollectionFieldInterface.mjs +1 -0
- package/es/data-source/data-block/DataBlockResourceProvider.d.ts +1 -1
- package/es/filter-provider/utils.mjs +2 -1
- package/es/icon/preloaded.mjs +0 -1
- package/es/index.d.ts +3 -0
- package/es/index.mjs +4 -1
- package/es/modules/actions/link/customizeLinkActionSettings.mjs +1 -1
- package/es/modules/blocks/data-blocks/details-multi/detailsWithPaginationSettings.mjs +1 -1
- package/es/modules/blocks/data-blocks/form/FormBlockInitializer.d.ts +11 -11
- package/es/modules/blocks/data-blocks/form/fieldSettingsFormItem.mjs +1 -1
- package/es/modules/blocks/data-blocks/grid-card/gridCardBlockSettings.mjs +1 -1
- package/es/modules/blocks/data-blocks/list/listBlockSettings.mjs +1 -1
- package/es/modules/blocks/data-blocks/table/tableBlockSettings.mjs +1 -1
- package/es/modules/blocks/data-blocks/table-selector/tableSelectorBlockSettings.mjs +1 -1
- package/es/modules/blocks/filter-blocks/form/filterFormItemFieldSettings.mjs +1 -1
- package/es/modules/blocks/filter-blocks/tree/filterTreeItemFieldSettings.mjs +1 -1
- package/es/modules/fields/component/Cascader/cascaderComponentFieldSettings.mjs +1 -1
- package/es/modules/fields/component/SubTable/subTablePopoverComponentFieldSettings.d.ts +1 -1
- package/es/modules/fields/component/SubTable/subTablePopoverComponentFieldSettings.mjs +1 -1
- package/es/modules/menu/GroupItem.mjs +1 -1
- package/es/modules/menu/LinkMenuItem.mjs +1 -1
- package/es/modules/menu/PageMenuItem.mjs +1 -1
- package/es/modules/menu/UploadMenuItem.mjs +1 -1
- package/es/preload.d.ts +16 -0
- package/es/preload.mjs +33 -0
- package/es/schema-component/antd/action/Action.Designer.mjs +1 -1
- package/es/schema-component/antd/action/Action.mjs +1 -1
- package/es/schema-component/antd/association-field/InternalCascadeSelect.mjs +1 -1
- package/es/schema-component/antd/association-field/InternalCascader.mjs +1 -2
- package/es/schema-component/antd/association-field/InternalNester.mjs +1 -1
- package/es/schema-component/antd/association-field/InternalSubTable.mjs +1 -1
- package/es/schema-component/antd/association-field/SubTabs/InternalCollapse.mjs +1 -1
- package/es/schema-component/antd/association-field/SubTabs/hook.mjs +1 -1
- package/es/schema-component/antd/association-field/hooks.mjs +1 -1
- package/es/schema-component/antd/association-field/index.d.ts +1 -0
- package/es/schema-component/antd/association-field/index.mjs +2 -1
- package/es/schema-component/antd/association-field/util.mjs +1 -1
- package/es/schema-component/antd/association-select/AssociationSelect.mjs +2 -2
- package/es/schema-component/antd/auto-complete/AutoComplete.mjs +1 -1
- package/es/schema-component/antd/color-picker/ColorPicker.mjs +1 -1
- package/es/schema-component/antd/color-picker/util.d.ts +1 -1
- package/es/schema-component/antd/color-picker/util.mjs +2 -1
- package/es/schema-component/antd/cron/Cron.mjs +1 -1
- package/es/schema-component/antd/date-picker/ReadPretty.mjs +1 -1
- package/es/schema-component/antd/date-picker/util.d.ts +1 -1
- package/es/schema-component/antd/date-picker/util.mjs +2 -1
- package/es/schema-component/antd/filter/FilterAction.mjs +1 -1
- package/es/schema-component/antd/filter/index.d.ts +1 -0
- package/es/schema-component/antd/filter/index.mjs +1 -0
- package/es/schema-component/antd/form/Form.mjs +1 -1
- package/es/schema-component/antd/form-item/FormItem.Settings.mjs +1 -1
- package/es/schema-component/antd/form-item/FormItem.mjs +1 -1
- package/es/schema-component/antd/form-item/SchemaSettingOptions.mjs +1 -1
- package/es/schema-component/antd/form-item/hooks/useLazyLoadDisplayAssociationFieldsOfForm.mjs +1 -1
- package/es/schema-component/antd/form-item/hooks/useParseDefaultValue.mjs +1 -1
- package/es/schema-component/antd/form-v2/Form.Settings.mjs +1 -1
- package/es/schema-component/antd/form-v2/Form.mjs +1 -2
- package/es/schema-component/antd/form-v2/Templates.mjs +1 -1
- package/es/schema-component/antd/form-v2/index.d.ts +1 -0
- package/es/schema-component/antd/form-v2/index.mjs +1 -0
- package/es/schema-component/antd/form-v2/utils.mjs +1 -2
- package/es/schema-component/antd/grid-card/GridCard.Decorator.mjs +1 -1
- package/es/schema-component/antd/grid-card/GridCard.Designer.mjs +1 -1
- package/es/schema-component/antd/icon-picker/IconPicker.mjs +1 -1
- package/es/schema-component/antd/index.d.ts +0 -1
- package/es/schema-component/antd/index.mjs +1 -2
- package/es/schema-component/antd/input/ReadPretty.mjs +1 -1
- package/es/schema-component/antd/input-number/ReadPretty.mjs +1 -1
- package/es/schema-component/antd/list/List.Decorator.mjs +1 -1
- package/es/schema-component/antd/list/List.Designer.mjs +1 -1
- package/es/schema-component/antd/menu/Menu.Designer.mjs +1 -1
- package/es/schema-component/antd/menu/Menu.mjs +1 -1
- package/es/schema-component/antd/page/Page.mjs +1 -1
- package/es/schema-component/antd/preview/Preview.mjs +1 -1
- package/es/schema-component/antd/quick-edit/QuickEdit.mjs +1 -1
- package/es/schema-component/antd/record-picker/util.mjs +1 -1
- package/es/schema-component/antd/select/FormulaSelect.mjs +1 -1
- package/es/schema-component/antd/select/ReadPretty.mjs +2 -2
- package/es/schema-component/antd/select/Select.mjs +1 -1
- package/es/schema-component/antd/select/utils.mjs +2 -2
- package/es/schema-component/antd/space/index.mjs +1 -1
- package/es/schema-component/antd/table/Table.Void.Designer.mjs +1 -1
- package/es/schema-component/antd/table-v2/Table.mjs +1 -1
- package/es/schema-component/antd/table-v2/TableBlockDesigner.mjs +1 -1
- package/es/schema-component/antd/table-v2/TableSelectorDesigner.mjs +1 -1
- package/es/schema-component/antd/table-v2/index.d.ts +1 -0
- package/es/schema-component/antd/table-v2/index.mjs +1 -0
- package/es/schema-component/antd/time-picker/ReadPretty.mjs +1 -1
- package/es/schema-component/antd/time-picker/TimePicker.mjs +1 -1
- package/es/schema-component/antd/tree-select/ReadPretty.mjs +1 -1
- package/es/schema-component/antd/upload/ReadPretty.mjs +1 -2
- package/es/schema-component/antd/upload/Upload.mjs +1 -1
- package/es/schema-component/antd/variable/CodeMirror.mjs +1 -1
- package/es/schema-component/antd/variable/Input.mjs +1 -1
- package/es/schema-component/antd/variable/TextArea.mjs +1 -1
- package/es/schema-component/common/infinite-scroll/infinite-scroll.mjs +1 -1
- package/es/schema-component/common/sortable-item/DragHandlePageTab.mjs +6 -7
- package/es/schema-initializer/items/CustomFilterFormItemInitializer.mjs +2 -2
- package/es/schema-settings/DataTemplates/components/AsDefaultTemplate.mjs +1 -1
- package/es/schema-settings/DataTemplates/components/DataTemplateTitle.mjs +1 -1
- package/es/schema-settings/DataTemplates/components/Designer.mjs +1 -1
- package/es/schema-settings/DataTemplates/utils.mjs +1 -1
- package/es/schema-settings/LinkageRules/LinkageRuleAction.mjs +1 -1
- package/es/schema-settings/LinkageRules/components/EnableLinkage.mjs +1 -1
- package/es/schema-settings/LinkageRules/components/LinkageHeader.mjs +1 -1
- package/es/schema-settings/LinkageRules/index.d.ts +2 -0
- package/es/schema-settings/LinkageRules/index.mjs +2 -0
- package/es/schema-settings/SchemaSettings.mjs +2 -3
- package/es/schema-settings/SchemaSettingsDefaultValue.mjs +1 -1
- package/es/schema-settings/SchemaSettingsSortingRule.mjs +1 -1
- package/es/schema-settings/VariableInput/hooks/useContextAssociationFields.mjs +1 -1
- package/es/schema-settings/VariableInput/index.d.ts +1 -0
- package/es/schema-settings/VariableInput/index.mjs +1 -0
- package/es/schema-settings/filter-form/FormFilterScope.mjs +1 -1
- package/es/schema-settings/hooks/useParseDataScopeFilter.mjs +1 -1
- package/es/schema-settings/index.d.ts +3 -0
- package/es/schema-settings/index.mjs +3 -0
- package/es/user/ChangePassword.mjs +2 -2
- package/es/user/CurrentUser.mjs +1 -1
- package/es/user/CurrentUserSettingsMenuProvider.mjs +1 -1
- package/es/variables/VariablesProvider.mjs +2 -2
- package/es/variables/hooks/useBuiltinVariables.mjs +1 -1
- package/lib/api-client/APIClient.js +2 -2
- package/lib/api-client/hooks/assign.js +1 -1
- package/lib/application/Application.js +6 -7
- package/lib/application/WebSocketClient.js +2 -2
- package/lib/application/schema-settings/SchemaSettings.js +5 -3
- package/lib/application/schema-settings/SchemaSettingsManager.js +15 -0
- package/lib/application/utils/globalDeps.js +5 -11
- package/lib/block-provider/FormFieldProvider.js +1 -1
- package/lib/block-provider/hooks/index.js +13 -13
- package/lib/block-provider/hooks/useParsedFilter.js +1 -1
- package/lib/built-in/acl/Configuration/RolesResourcesActions.js +4 -4
- package/lib/built-in/attachment-preview/previewers/file-pdf.js +1 -1
- package/lib/built-in/context-menu/ContextMenuItemsProps.js +1 -1
- package/lib/built-in/index.js +12 -12
- package/lib/built-in/locale/LocalePlugin.js +72 -92
- package/lib/built-in/page-style/useTabSettings.js +3 -3
- package/lib/built-in/pm/PluginDetail.js +0 -3
- package/lib/built-in/pm/PluginManager.js +1 -1
- package/lib/built-in/quick-access/ModalActionSchemaInitializerItem.js +1 -1
- package/lib/collection-manager/Configuration/AddCollectionAction.js +2 -2
- package/lib/collection-manager/Configuration/AddFieldAction.js +2 -2
- package/lib/collection-manager/Configuration/AddSubFieldAction.js +2 -2
- package/lib/collection-manager/Configuration/EditCollectionAction.js +2 -2
- package/lib/collection-manager/Configuration/EditFieldAction.js +2 -2
- package/lib/collection-manager/Configuration/EditSubFieldAction.js +2 -2
- package/lib/collection-manager/Configuration/ImportXlsx/xlsxImportAction.js +2 -2
- package/lib/collection-manager/Configuration/OverridingCollectionField.js +2 -2
- package/lib/collection-manager/Configuration/SyncFieldsAction.js +2 -2
- package/lib/collection-manager/Configuration/SyncSQLFieldsAction.js +2 -2
- package/lib/collection-manager/Configuration/ViewInheritedField.js +2 -2
- package/lib/collection-manager/Configuration/components/index.js +1 -1
- package/lib/collection-manager/Configuration/index.js +79 -19
- package/lib/collection-manager/hooks/index.js +28 -5
- package/lib/collection-manager/index.js +37 -17
- package/lib/collection-manager/interfaces/checkbox.js +1 -1
- package/lib/collection-manager/interfaces/checkboxGroup.js +1 -1
- package/lib/collection-manager/interfaces/chinaRegion.js +1 -1
- package/lib/collection-manager/interfaces/collection.js +2 -2
- package/lib/collection-manager/interfaces/color.js +1 -1
- package/lib/collection-manager/interfaces/createdAt.js +1 -1
- package/lib/collection-manager/interfaces/createdBy.js +1 -1
- package/lib/collection-manager/interfaces/datetime.js +1 -1
- package/lib/collection-manager/interfaces/email.js +1 -1
- package/lib/collection-manager/interfaces/icon.js +1 -1
- package/lib/collection-manager/interfaces/input.js +1 -1
- package/lib/collection-manager/interfaces/integer.js +1 -1
- package/lib/collection-manager/interfaces/json.js +4 -4
- package/lib/collection-manager/interfaces/m2m.js +1 -1
- package/lib/collection-manager/interfaces/m2o.js +1 -1
- package/lib/collection-manager/interfaces/markdown.js +1 -1
- package/lib/collection-manager/interfaces/multipleSelect.js +2 -2
- package/lib/collection-manager/interfaces/nanoid.js +1 -1
- package/lib/collection-manager/interfaces/number.js +1 -1
- package/lib/collection-manager/interfaces/o2m.js +1 -1
- package/lib/collection-manager/interfaces/o2o.js +1 -1
- package/lib/collection-manager/interfaces/password.js +1 -1
- package/lib/collection-manager/interfaces/percent.js +2 -2
- package/lib/collection-manager/interfaces/phone.js +1 -1
- package/lib/collection-manager/interfaces/radioGroup.js +1 -1
- package/lib/collection-manager/interfaces/richText.js +1 -1
- package/lib/collection-manager/interfaces/select.js +2 -2
- package/lib/collection-manager/interfaces/sort.js +1 -1
- package/lib/collection-manager/interfaces/subTable.js +1 -1
- package/lib/collection-manager/interfaces/tableoid.js +1 -1
- package/lib/collection-manager/interfaces/textarea.js +1 -1
- package/lib/collection-manager/interfaces/time.js +1 -1
- package/lib/collection-manager/interfaces/unixTimestamp.js +1 -1
- package/lib/collection-manager/interfaces/updatedAt.js +1 -1
- package/lib/collection-manager/interfaces/updatedBy.js +1 -1
- package/lib/collection-manager/interfaces/url.js +1 -1
- package/lib/collection-manager/interfaces/uuid.js +1 -1
- package/lib/collection-manager/templates/expression.js +1 -1
- package/lib/data-source/collection-field-interface/CollectionFieldInterface.js +1 -0
- package/lib/filter-provider/utils.js +4 -2
- package/lib/icon/preloaded.js +0 -1
- package/lib/index.js +234 -125
- package/lib/locale/zh-CN.js +3 -0
- package/lib/modules/actions/link/customizeLinkActionSettings.js +2 -2
- package/lib/modules/blocks/data-blocks/details-multi/detailsWithPaginationSettings.js +2 -2
- package/lib/modules/blocks/data-blocks/form/fieldSettingsFormItem.js +3 -3
- package/lib/modules/blocks/data-blocks/grid-card/gridCardBlockSettings.js +2 -2
- package/lib/modules/blocks/data-blocks/list/listBlockSettings.js +2 -2
- package/lib/modules/blocks/data-blocks/table/tableBlockSettings.js +2 -2
- package/lib/modules/blocks/data-blocks/table-selector/tableSelectorBlockSettings.js +2 -2
- package/lib/modules/blocks/filter-blocks/form/filterFormItemFieldSettings.js +3 -3
- package/lib/modules/blocks/filter-blocks/tree/filterTreeItemFieldSettings.js +3 -3
- package/lib/modules/fields/component/Cascader/cascaderComponentFieldSettings.js +2 -2
- package/lib/modules/fields/component/SubTable/subTablePopoverComponentFieldSettings.js +3 -3
- package/lib/modules/menu/GroupItem.js +2 -2
- package/lib/modules/menu/LinkMenuItem.js +2 -2
- package/lib/modules/menu/PageMenuItem.js +2 -2
- package/lib/modules/menu/UploadMenuItem.js +2 -2
- package/lib/preload.js +77 -0
- package/lib/schema-component/antd/action/Action.Designer.js +3 -3
- package/lib/schema-component/antd/action/Action.js +1 -1
- package/lib/schema-component/antd/association-field/InternalCascadeSelect.js +4 -4
- package/lib/schema-component/antd/association-field/InternalCascader.js +4 -5
- package/lib/schema-component/antd/association-field/InternalNester.js +2 -2
- package/lib/schema-component/antd/association-field/InternalSubTable.js +2 -2
- package/lib/schema-component/antd/association-field/SubTabs/InternalCollapse.js +1 -1
- package/lib/schema-component/antd/association-field/SubTabs/hook.js +1 -1
- package/lib/schema-component/antd/association-field/hooks.js +1 -1
- package/lib/schema-component/antd/association-field/index.js +10 -2
- package/lib/schema-component/antd/association-field/util.js +1 -1
- package/lib/schema-component/antd/association-select/AssociationSelect.js +12 -12
- package/lib/schema-component/antd/auto-complete/AutoComplete.js +1 -1
- package/lib/schema-component/antd/color-picker/ColorPicker.js +2 -2
- package/lib/schema-component/antd/color-picker/util.js +18 -7
- package/lib/schema-component/antd/cron/Cron.js +1 -1
- package/lib/schema-component/antd/date-picker/ReadPretty.js +1 -1
- package/lib/schema-component/antd/date-picker/util.js +30 -19
- package/lib/schema-component/antd/filter/FilterAction.js +1 -1
- package/lib/schema-component/antd/filter/index.js +9 -0
- package/lib/schema-component/antd/form/Form.js +3 -3
- package/lib/schema-component/antd/form-item/FormItem.Settings.js +3 -3
- package/lib/schema-component/antd/form-item/FormItem.js +2 -2
- package/lib/schema-component/antd/form-item/SchemaSettingOptions.js +5 -5
- package/lib/schema-component/antd/form-item/hooks/useLazyLoadDisplayAssociationFieldsOfForm.js +1 -1
- package/lib/schema-component/antd/form-item/hooks/useParseDefaultValue.js +1 -1
- package/lib/schema-component/antd/form-v2/Form.Settings.js +2 -2
- package/lib/schema-component/antd/form-v2/Form.js +3 -4
- package/lib/schema-component/antd/form-v2/Templates.js +1 -1
- package/lib/schema-component/antd/form-v2/index.js +14 -0
- package/lib/schema-component/antd/form-v2/utils.js +2 -3
- package/lib/schema-component/antd/grid-card/GridCard.Decorator.js +2 -2
- package/lib/schema-component/antd/grid-card/GridCard.Designer.js +2 -2
- package/lib/schema-component/antd/icon-picker/IconPicker.js +2 -2
- package/lib/schema-component/antd/index.js +120 -187
- package/lib/schema-component/antd/input/ReadPretty.js +6 -6
- package/lib/schema-component/antd/input-number/ReadPretty.js +1 -1
- package/lib/schema-component/antd/list/List.Decorator.js +2 -2
- package/lib/schema-component/antd/list/List.Designer.js +2 -2
- package/lib/schema-component/antd/menu/Menu.Designer.js +2 -2
- package/lib/schema-component/antd/menu/Menu.js +1 -1
- package/lib/schema-component/antd/page/Page.js +2 -2
- package/lib/schema-component/antd/preview/Preview.js +2 -2
- package/lib/schema-component/antd/quick-edit/QuickEdit.js +3 -3
- package/lib/schema-component/antd/record-picker/util.js +1 -1
- package/lib/schema-component/antd/select/FormulaSelect.js +1 -1
- package/lib/schema-component/antd/select/ReadPretty.js +2 -2
- package/lib/schema-component/antd/select/Select.js +1 -1
- package/lib/schema-component/antd/select/utils.js +2 -2
- package/lib/schema-component/antd/space/index.js +2 -2
- package/lib/schema-component/antd/table/Table.Void.Designer.js +2 -2
- package/lib/schema-component/antd/table-v2/Table.js +1 -1
- package/lib/schema-component/antd/table-v2/TableBlockDesigner.js +2 -2
- package/lib/schema-component/antd/table-v2/TableSelectorDesigner.js +2 -2
- package/lib/schema-component/antd/table-v2/index.js +9 -0
- package/lib/schema-component/antd/time-picker/ReadPretty.js +2 -2
- package/lib/schema-component/antd/time-picker/TimePicker.js +3 -3
- package/lib/schema-component/antd/tree-select/ReadPretty.js +2 -2
- package/lib/schema-component/antd/upload/ReadPretty.js +2 -3
- package/lib/schema-component/antd/upload/Upload.js +2 -2
- package/lib/schema-component/antd/variable/CodeMirror.js +2 -2
- package/lib/schema-component/antd/variable/Input.js +1 -1
- package/lib/schema-component/antd/variable/TextArea.js +1 -1
- package/lib/schema-component/common/infinite-scroll/infinite-scroll.js +1 -1
- package/lib/schema-component/common/sortable-item/DragHandlePageTab.js +6 -7
- package/lib/schema-initializer/items/CustomFilterFormItemInitializer.js +4 -4
- package/lib/schema-settings/DataTemplates/components/AsDefaultTemplate.js +3 -3
- package/lib/schema-settings/DataTemplates/components/DataTemplateTitle.js +10 -10
- package/lib/schema-settings/DataTemplates/components/Designer.js +1 -1
- package/lib/schema-settings/DataTemplates/utils.js +4 -4
- package/lib/schema-settings/LinkageRules/LinkageRuleAction.js +2 -2
- package/lib/schema-settings/LinkageRules/components/EnableLinkage.js +3 -3
- package/lib/schema-settings/LinkageRules/components/LinkageHeader.js +10 -10
- package/lib/schema-settings/LinkageRules/index.js +271 -180
- package/lib/schema-settings/SchemaSettings.js +17 -18
- package/lib/schema-settings/SchemaSettingsDefaultValue.js +3 -3
- package/lib/schema-settings/SchemaSettingsSortingRule.js +2 -2
- package/lib/schema-settings/VariableInput/hooks/useContextAssociationFields.js +1 -1
- package/lib/schema-settings/VariableInput/index.js +9 -0
- package/lib/schema-settings/filter-form/FormFilterScope.js +2 -2
- package/lib/schema-settings/hooks/useParseDataScopeFilter.js +1 -1
- package/lib/schema-settings/index.js +75 -48
- package/lib/user/ChangePassword.js +2 -2
- package/lib/user/CurrentUser.js +1 -1
- package/lib/user/CurrentUserSettingsMenuProvider.js +1 -1
- package/lib/variables/VariablesProvider.js +2 -2
- package/lib/variables/hooks/useBuiltinVariables.js +13 -3
- package/package.json +12 -26
package/lib/locale/zh-CN.js
CHANGED
|
@@ -544,6 +544,7 @@ module.exports = {
|
|
|
544
544
|
"Last updated by": "\u6700\u540E\u4FEE\u6539\u4EBA",
|
|
545
545
|
"Last week": "\u4E0A\u5468",
|
|
546
546
|
"Last year": "\u53BB\u5E74",
|
|
547
|
+
"Layout Direction": "\u5E03\u5C40\u65B9\u5411",
|
|
547
548
|
"Leave it blank, unless you need a custom intermediate table": "\u9ED8\u8BA4\u7559\u7A7A\uFF0C\u9664\u975E\u4F60\u9700\u8981\u4E00\u4E2A\u81EA\u5B9A\u4E49\u7684\u4E2D\u95F4\u8868",
|
|
548
549
|
Left: "\u5DE6\u5BF9\u9F50",
|
|
549
550
|
Length: "\u957F\u5EA6",
|
|
@@ -797,6 +798,7 @@ module.exports = {
|
|
|
797
798
|
"Role name": "\u89D2\u8272\u540D\u79F0",
|
|
798
799
|
Roles: "\u89D2\u8272",
|
|
799
800
|
"Roles & Permissions": "\u89D2\u8272\u548C\u6743\u9650",
|
|
801
|
+
Row: "\u884C",
|
|
800
802
|
"SQL collection": "SQL\u6570\u636E\u8868",
|
|
801
803
|
Save: "\u4FDD\u5B58",
|
|
802
804
|
"Save Picture": "\u4FDD\u5B58\u56FE\u7247",
|
|
@@ -989,6 +991,7 @@ module.exports = {
|
|
|
989
991
|
"Unix Timestamp": "Unix \u65F6\u95F4\u6233",
|
|
990
992
|
Unnamed: "\u672A\u547D\u540D",
|
|
991
993
|
"Unsaved changes": "\u672A\u4FDD\u5B58\u4FEE\u6539",
|
|
994
|
+
"Untitle collection": "\u672A\u547D\u540D\u96C6\u5408",
|
|
992
995
|
Untitled: "\u672A\u8BBE\u7F6E\u6807\u9898",
|
|
993
996
|
Update: "\u66F4\u65B0",
|
|
994
997
|
"Update all data?": "\u66F4\u65B0\u5168\u90E8\u6570\u636E\u5417\uFF1F",
|
|
@@ -38,8 +38,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
38
38
|
});
|
|
39
39
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
40
40
|
require("react");
|
|
41
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
42
41
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
42
|
+
const client_namespaceObject = require("@tego/client");
|
|
43
43
|
const external_lodash_namespaceObject = require("lodash");
|
|
44
44
|
var external_lodash_default = /*#__PURE__*/ __webpack_require__.n(external_lodash_namespaceObject);
|
|
45
45
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
@@ -67,7 +67,7 @@ const SchemaSettingsActionLinkItem = ()=>{
|
|
|
67
67
|
return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_schema_settings_index_js_namespaceObject.SchemaSettingsModalItem, {
|
|
68
68
|
title: t('Edit link'),
|
|
69
69
|
components: {
|
|
70
|
-
ArrayItems:
|
|
70
|
+
ArrayItems: client_namespaceObject.ArrayItems
|
|
71
71
|
},
|
|
72
72
|
schema: {
|
|
73
73
|
type: 'object',
|
|
@@ -27,8 +27,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
detailsWithPaginationSettings: ()=>detailsWithPaginationSettings,
|
|
28
28
|
multiDataDetailsBlockSettings: ()=>multiDataDetailsBlockSettings
|
|
29
29
|
});
|
|
30
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
31
30
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
31
|
+
const client_namespaceObject = require("@tego/client");
|
|
32
32
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
33
33
|
const SchemaSettings_js_namespaceObject = require("../../../../application/schema-settings/SchemaSettings.js");
|
|
34
34
|
const index_js_namespaceObject = require("../../../../block-provider/index.js");
|
|
@@ -106,7 +106,7 @@ const commonItems = [
|
|
|
106
106
|
return {
|
|
107
107
|
title: t('Set default sorting rules'),
|
|
108
108
|
components: {
|
|
109
|
-
ArrayItems:
|
|
109
|
+
ArrayItems: client_namespaceObject.ArrayItems
|
|
110
110
|
},
|
|
111
111
|
schema: {
|
|
112
112
|
type: 'object',
|
|
@@ -35,8 +35,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35
35
|
__webpack_require__.d(__webpack_exports__, {
|
|
36
36
|
fieldSettingsFormItem: ()=>fieldSettingsFormItem
|
|
37
37
|
});
|
|
38
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
39
38
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
39
|
+
const client_namespaceObject = require("@tego/client");
|
|
40
40
|
const external_lodash_namespaceObject = require("lodash");
|
|
41
41
|
var external_lodash_default = /*#__PURE__*/ __webpack_require__.n(external_lodash_namespaceObject);
|
|
42
42
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
@@ -393,8 +393,8 @@ const fieldSettingsFormItem = new SchemaSettings_js_namespaceObject.SchemaSettin
|
|
|
393
393
|
return {
|
|
394
394
|
title: t('Set validation rules'),
|
|
395
395
|
components: {
|
|
396
|
-
ArrayCollapse:
|
|
397
|
-
FormLayout:
|
|
396
|
+
ArrayCollapse: client_namespaceObject.ArrayCollapse,
|
|
397
|
+
FormLayout: client_namespaceObject.FormLayout
|
|
398
398
|
},
|
|
399
399
|
schema: {
|
|
400
400
|
type: 'object',
|
|
@@ -36,8 +36,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
36
36
|
gridCardBlockSettings: ()=>gridCardBlockSettings
|
|
37
37
|
});
|
|
38
38
|
const external_react_namespaceObject = require("react");
|
|
39
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
40
39
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
40
|
+
const client_namespaceObject = require("@tego/client");
|
|
41
41
|
const external_lodash_namespaceObject = require("lodash");
|
|
42
42
|
var external_lodash_default = /*#__PURE__*/ __webpack_require__.n(external_lodash_namespaceObject);
|
|
43
43
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
@@ -163,7 +163,7 @@ const gridCardBlockSettings = new SchemaSettings_js_namespaceObject.SchemaSettin
|
|
|
163
163
|
return {
|
|
164
164
|
title: t('Set default sorting rules'),
|
|
165
165
|
components: {
|
|
166
|
-
ArrayItems:
|
|
166
|
+
ArrayItems: client_namespaceObject.ArrayItems
|
|
167
167
|
},
|
|
168
168
|
schema: {
|
|
169
169
|
type: 'object',
|
|
@@ -35,8 +35,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35
35
|
__webpack_require__.d(__webpack_exports__, {
|
|
36
36
|
listBlockSettings: ()=>listBlockSettings
|
|
37
37
|
});
|
|
38
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
39
38
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
39
|
+
const client_namespaceObject = require("@tego/client");
|
|
40
40
|
const external_lodash_namespaceObject = require("lodash");
|
|
41
41
|
var external_lodash_default = /*#__PURE__*/ __webpack_require__.n(external_lodash_namespaceObject);
|
|
42
42
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
@@ -108,7 +108,7 @@ const listBlockSettings = new SchemaSettings_js_namespaceObject.SchemaSettings({
|
|
|
108
108
|
return {
|
|
109
109
|
title: t('Set default sorting rules'),
|
|
110
110
|
components: {
|
|
111
|
-
ArrayItems:
|
|
111
|
+
ArrayItems: client_namespaceObject.ArrayItems
|
|
112
112
|
},
|
|
113
113
|
schema: {
|
|
114
114
|
type: 'object',
|
|
@@ -27,8 +27,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
tableBlockSettings: ()=>tableBlockSettings
|
|
28
28
|
});
|
|
29
29
|
const external_react_namespaceObject = require("react");
|
|
30
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
31
30
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
31
|
+
const client_namespaceObject = require("@tego/client");
|
|
32
32
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
33
33
|
const index_js_namespaceObject = require("../../../../api-client/index.js");
|
|
34
34
|
const SchemaSettings_js_namespaceObject = require("../../../../application/schema-settings/SchemaSettings.js");
|
|
@@ -228,7 +228,7 @@ const tableBlockSettings = new SchemaSettings_js_namespaceObject.SchemaSettings(
|
|
|
228
228
|
return {
|
|
229
229
|
title: t('Set default sorting rules'),
|
|
230
230
|
components: {
|
|
231
|
-
ArrayItems:
|
|
231
|
+
ArrayItems: client_namespaceObject.ArrayItems
|
|
232
232
|
},
|
|
233
233
|
schema: {
|
|
234
234
|
type: 'object',
|
|
@@ -27,8 +27,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
tableSelectorBlockSettings: ()=>tableSelectorBlockSettings
|
|
28
28
|
});
|
|
29
29
|
const external_react_namespaceObject = require("react");
|
|
30
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
31
30
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
31
|
+
const client_namespaceObject = require("@tego/client");
|
|
32
32
|
const external_lodash_namespaceObject = require("lodash");
|
|
33
33
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
34
34
|
const SchemaSettings_js_namespaceObject = require("../../../../application/schema-settings/SchemaSettings.js");
|
|
@@ -158,7 +158,7 @@ const tableSelectorBlockSettings = new SchemaSettings_js_namespaceObject.SchemaS
|
|
|
158
158
|
return {
|
|
159
159
|
title: t('Set default sorting rules'),
|
|
160
160
|
components: {
|
|
161
|
-
ArrayItems:
|
|
161
|
+
ArrayItems: client_namespaceObject.ArrayItems
|
|
162
162
|
},
|
|
163
163
|
schema: {
|
|
164
164
|
type: 'object',
|
|
@@ -35,8 +35,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35
35
|
__webpack_require__.d(__webpack_exports__, {
|
|
36
36
|
filterFormItemFieldSettings: ()=>filterFormItemFieldSettings
|
|
37
37
|
});
|
|
38
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
39
38
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
39
|
+
const client_namespaceObject = require("@tego/client");
|
|
40
40
|
const external_lodash_namespaceObject = require("lodash");
|
|
41
41
|
var external_lodash_default = /*#__PURE__*/ __webpack_require__.n(external_lodash_namespaceObject);
|
|
42
42
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
@@ -228,8 +228,8 @@ const filterFormItemFieldSettings = new SchemaSettings_js_namespaceObject.Schema
|
|
|
228
228
|
return {
|
|
229
229
|
title: t('Set validation rules'),
|
|
230
230
|
components: {
|
|
231
|
-
ArrayCollapse:
|
|
232
|
-
FormLayout:
|
|
231
|
+
ArrayCollapse: client_namespaceObject.ArrayCollapse,
|
|
232
|
+
FormLayout: client_namespaceObject.FormLayout
|
|
233
233
|
},
|
|
234
234
|
schema: {
|
|
235
235
|
type: 'object',
|
|
@@ -35,8 +35,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35
35
|
__webpack_require__.d(__webpack_exports__, {
|
|
36
36
|
filterFormItemFieldSettings: ()=>filterFormItemFieldSettings
|
|
37
37
|
});
|
|
38
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
39
38
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
39
|
+
const client_namespaceObject = require("@tego/client");
|
|
40
40
|
const external_lodash_namespaceObject = require("lodash");
|
|
41
41
|
var external_lodash_default = /*#__PURE__*/ __webpack_require__.n(external_lodash_namespaceObject);
|
|
42
42
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
@@ -227,8 +227,8 @@ const filterFormItemFieldSettings = new SchemaSettings_js_namespaceObject.Schema
|
|
|
227
227
|
return {
|
|
228
228
|
title: t('Set validation rules'),
|
|
229
229
|
components: {
|
|
230
|
-
ArrayCollapse:
|
|
231
|
-
FormLayout:
|
|
230
|
+
ArrayCollapse: client_namespaceObject.ArrayCollapse,
|
|
231
|
+
FormLayout: client_namespaceObject.FormLayout
|
|
232
232
|
},
|
|
233
233
|
schema: {
|
|
234
234
|
type: 'object',
|
|
@@ -39,8 +39,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
39
39
|
});
|
|
40
40
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
41
41
|
require("react");
|
|
42
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
43
42
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
43
|
+
const client_namespaceObject = require("@tego/client");
|
|
44
44
|
const external_lodash_namespaceObject = require("lodash");
|
|
45
45
|
var external_lodash_default = /*#__PURE__*/ __webpack_require__.n(external_lodash_namespaceObject);
|
|
46
46
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
@@ -80,7 +80,7 @@ const SchemaSettingsSortingRule = function(props) {
|
|
|
80
80
|
return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_schema_settings_index_js_namespaceObject.SchemaSettingsModalItem, {
|
|
81
81
|
title: t('Set default sorting rules'),
|
|
82
82
|
components: {
|
|
83
|
-
ArrayItems:
|
|
83
|
+
ArrayItems: client_namespaceObject.ArrayItems
|
|
84
84
|
},
|
|
85
85
|
schema: {
|
|
86
86
|
type: 'object',
|
|
@@ -30,8 +30,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
30
30
|
setDefaultSortingRules: ()=>setDefaultSortingRules
|
|
31
31
|
});
|
|
32
32
|
const external_react_namespaceObject = require("react");
|
|
33
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
34
33
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
34
|
+
const client_namespaceObject = require("@tego/client");
|
|
35
35
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
36
36
|
const SchemaSettings_js_namespaceObject = require("../../../../application/schema-settings/SchemaSettings.js");
|
|
37
37
|
const index_js_namespaceObject = require("../../../../collection-manager/index.js");
|
|
@@ -134,7 +134,7 @@ const setDefaultSortingRules = {
|
|
|
134
134
|
return {
|
|
135
135
|
title: t('Set default sorting rules'),
|
|
136
136
|
components: {
|
|
137
|
-
ArrayItems:
|
|
137
|
+
ArrayItems: client_namespaceObject.ArrayItems
|
|
138
138
|
},
|
|
139
139
|
schema: {
|
|
140
140
|
type: 'object',
|
|
@@ -377,7 +377,7 @@ const clickToSelect = {
|
|
|
377
377
|
};
|
|
378
378
|
return {
|
|
379
379
|
components: {
|
|
380
|
-
Switch:
|
|
380
|
+
Switch: client_namespaceObject.Switch,
|
|
381
381
|
SecondLevelSelect: external_secondLevelSelect_js_namespaceObject.SecondLevelSelect
|
|
382
382
|
},
|
|
383
383
|
title: t('Quick create'),
|
|
@@ -28,8 +28,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
30
|
const external_react_namespaceObject = require("react");
|
|
31
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
32
31
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
32
|
+
const client_namespaceObject = require("@tego/client");
|
|
33
33
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
34
34
|
const index_js_namespaceObject = require("../../application/index.js");
|
|
35
35
|
const external_icon_index_js_namespaceObject = require("../../icon/index.js");
|
|
@@ -48,7 +48,7 @@ const GroupItem = ()=>{
|
|
|
48
48
|
components: {
|
|
49
49
|
...options.components
|
|
50
50
|
},
|
|
51
|
-
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(
|
|
51
|
+
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(client_namespaceObject.FormLayout, {
|
|
52
52
|
layout: 'vertical',
|
|
53
53
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_schema_component_index_js_namespaceObject.SchemaComponent, {
|
|
54
54
|
schema: {
|
|
@@ -28,8 +28,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
30
|
const external_react_namespaceObject = require("react");
|
|
31
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
32
31
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
32
|
+
const client_namespaceObject = require("@tego/client");
|
|
33
33
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
34
34
|
const index_js_namespaceObject = require("../../application/index.js");
|
|
35
35
|
const external_icon_index_js_namespaceObject = require("../../icon/index.js");
|
|
@@ -48,7 +48,7 @@ const LinkMenuItem = ()=>{
|
|
|
48
48
|
components: {
|
|
49
49
|
...options.components
|
|
50
50
|
},
|
|
51
|
-
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(
|
|
51
|
+
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(client_namespaceObject.FormLayout, {
|
|
52
52
|
layout: 'vertical',
|
|
53
53
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_schema_component_index_js_namespaceObject.SchemaComponent, {
|
|
54
54
|
schema: {
|
|
@@ -28,8 +28,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
30
|
const external_react_namespaceObject = require("react");
|
|
31
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
32
31
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
32
|
+
const client_namespaceObject = require("@tego/client");
|
|
33
33
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
34
34
|
const index_js_namespaceObject = require("../../application/index.js");
|
|
35
35
|
const external_icon_index_js_namespaceObject = require("../../icon/index.js");
|
|
@@ -48,7 +48,7 @@ const PageMenuItem = ()=>{
|
|
|
48
48
|
components: {
|
|
49
49
|
...options.components
|
|
50
50
|
},
|
|
51
|
-
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(
|
|
51
|
+
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(client_namespaceObject.FormLayout, {
|
|
52
52
|
layout: 'vertical',
|
|
53
53
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_schema_component_index_js_namespaceObject.SchemaComponent, {
|
|
54
54
|
schema: {
|
|
@@ -28,8 +28,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
30
|
const external_react_namespaceObject = require("react");
|
|
31
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
32
31
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
32
|
+
const client_namespaceObject = require("@tego/client");
|
|
33
33
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
34
34
|
const useAPIClient_js_namespaceObject = require("../../api-client/hooks/useAPIClient.js");
|
|
35
35
|
const index_js_namespaceObject = require("../../application/index.js");
|
|
@@ -50,7 +50,7 @@ const UploadMenuItem = ()=>{
|
|
|
50
50
|
components: {
|
|
51
51
|
...options.components
|
|
52
52
|
},
|
|
53
|
-
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(
|
|
53
|
+
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(client_namespaceObject.FormLayout, {
|
|
54
54
|
layout: 'vertical',
|
|
55
55
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_schema_component_index_js_namespaceObject.SchemaComponent, {
|
|
56
56
|
schema: {
|
package/lib/preload.js
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.n = (module)=>{
|
|
5
|
+
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
6
|
+
__webpack_require__.d(getter, {
|
|
7
|
+
a: getter
|
|
8
|
+
});
|
|
9
|
+
return getter;
|
|
10
|
+
};
|
|
11
|
+
})();
|
|
12
|
+
(()=>{
|
|
13
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
14
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: definition[key]
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
(()=>{
|
|
21
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
22
|
+
})();
|
|
23
|
+
var __webpack_exports__ = {};
|
|
24
|
+
const external_dayjs_namespaceObject = require("dayjs");
|
|
25
|
+
var external_dayjs_default = /*#__PURE__*/ __webpack_require__.n(external_dayjs_namespaceObject);
|
|
26
|
+
const advancedFormat_namespaceObject = require("dayjs/plugin/advancedFormat");
|
|
27
|
+
var advancedFormat_default = /*#__PURE__*/ __webpack_require__.n(advancedFormat_namespaceObject);
|
|
28
|
+
const calendar_namespaceObject = require("dayjs/plugin/calendar");
|
|
29
|
+
var calendar_default = /*#__PURE__*/ __webpack_require__.n(calendar_namespaceObject);
|
|
30
|
+
const customParseFormat_namespaceObject = require("dayjs/plugin/customParseFormat");
|
|
31
|
+
var customParseFormat_default = /*#__PURE__*/ __webpack_require__.n(customParseFormat_namespaceObject);
|
|
32
|
+
const isBetween_namespaceObject = require("dayjs/plugin/isBetween");
|
|
33
|
+
var isBetween_default = /*#__PURE__*/ __webpack_require__.n(isBetween_namespaceObject);
|
|
34
|
+
const isoWeek_namespaceObject = require("dayjs/plugin/isoWeek");
|
|
35
|
+
var isoWeek_default = /*#__PURE__*/ __webpack_require__.n(isoWeek_namespaceObject);
|
|
36
|
+
const isSameOrAfter_namespaceObject = require("dayjs/plugin/isSameOrAfter");
|
|
37
|
+
var isSameOrAfter_default = /*#__PURE__*/ __webpack_require__.n(isSameOrAfter_namespaceObject);
|
|
38
|
+
const isSameOrBefore_namespaceObject = require("dayjs/plugin/isSameOrBefore");
|
|
39
|
+
var isSameOrBefore_default = /*#__PURE__*/ __webpack_require__.n(isSameOrBefore_namespaceObject);
|
|
40
|
+
const localeData_namespaceObject = require("dayjs/plugin/localeData");
|
|
41
|
+
var localeData_default = /*#__PURE__*/ __webpack_require__.n(localeData_namespaceObject);
|
|
42
|
+
const quarterOfYear_namespaceObject = require("dayjs/plugin/quarterOfYear");
|
|
43
|
+
var quarterOfYear_default = /*#__PURE__*/ __webpack_require__.n(quarterOfYear_namespaceObject);
|
|
44
|
+
const relativeTime_namespaceObject = require("dayjs/plugin/relativeTime");
|
|
45
|
+
var relativeTime_default = /*#__PURE__*/ __webpack_require__.n(relativeTime_namespaceObject);
|
|
46
|
+
const timezone_namespaceObject = require("dayjs/plugin/timezone");
|
|
47
|
+
var timezone_default = /*#__PURE__*/ __webpack_require__.n(timezone_namespaceObject);
|
|
48
|
+
const updateLocale_namespaceObject = require("dayjs/plugin/updateLocale");
|
|
49
|
+
var updateLocale_default = /*#__PURE__*/ __webpack_require__.n(updateLocale_namespaceObject);
|
|
50
|
+
const utc_namespaceObject = require("dayjs/plugin/utc");
|
|
51
|
+
var utc_default = /*#__PURE__*/ __webpack_require__.n(utc_namespaceObject);
|
|
52
|
+
const weekday_namespaceObject = require("dayjs/plugin/weekday");
|
|
53
|
+
var weekday_default = /*#__PURE__*/ __webpack_require__.n(weekday_namespaceObject);
|
|
54
|
+
const weekOfYear_namespaceObject = require("dayjs/plugin/weekOfYear");
|
|
55
|
+
var weekOfYear_default = /*#__PURE__*/ __webpack_require__.n(weekOfYear_namespaceObject);
|
|
56
|
+
const weekYear_namespaceObject = require("dayjs/plugin/weekYear");
|
|
57
|
+
var weekYear_default = /*#__PURE__*/ __webpack_require__.n(weekYear_namespaceObject);
|
|
58
|
+
external_dayjs_default().extend(weekday_default());
|
|
59
|
+
external_dayjs_default().extend(localeData_default());
|
|
60
|
+
external_dayjs_default().extend(timezone_default());
|
|
61
|
+
external_dayjs_default().extend(utc_default());
|
|
62
|
+
external_dayjs_default().extend(quarterOfYear_default());
|
|
63
|
+
external_dayjs_default().extend(isoWeek_default());
|
|
64
|
+
external_dayjs_default().extend(isBetween_default());
|
|
65
|
+
external_dayjs_default().extend(isSameOrAfter_default());
|
|
66
|
+
external_dayjs_default().extend(isSameOrBefore_default());
|
|
67
|
+
external_dayjs_default().extend(weekOfYear_default());
|
|
68
|
+
external_dayjs_default().extend(weekYear_default());
|
|
69
|
+
external_dayjs_default().extend(customParseFormat_default());
|
|
70
|
+
external_dayjs_default().extend(advancedFormat_default());
|
|
71
|
+
external_dayjs_default().extend(calendar_default());
|
|
72
|
+
external_dayjs_default().extend(relativeTime_default());
|
|
73
|
+
external_dayjs_default().extend(updateLocale_default());
|
|
74
|
+
for(var __webpack_i__ in __webpack_exports__)exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
75
|
+
Object.defineProperty(exports, '__esModule', {
|
|
76
|
+
value: true
|
|
77
|
+
});
|
|
@@ -45,8 +45,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
45
45
|
});
|
|
46
46
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
47
47
|
const external_react_namespaceObject = require("react");
|
|
48
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
49
48
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
49
|
+
const client_namespaceObject = require("@tego/client");
|
|
50
50
|
const external_antd_namespaceObject = require("antd");
|
|
51
51
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
52
52
|
const external_index_js_namespaceObject = require("../../index.js");
|
|
@@ -291,7 +291,7 @@ function RemoveButton() {
|
|
|
291
291
|
function WorkflowSelectComponent(param) {
|
|
292
292
|
let { formAction, buttonAction, actionType, direct = false, noCollection = false, ...props } = param;
|
|
293
293
|
const { t } = (0, external_react_i18next_namespaceObject.useTranslation)();
|
|
294
|
-
const index =
|
|
294
|
+
const index = client_namespaceObject.ArrayTable.useIndex();
|
|
295
295
|
const { setValuesIn } = (0, schema_namespaceObject.useForm)();
|
|
296
296
|
const baseCollection = (0, external_collection_manager_index_js_namespaceObject.useCollection_deprecated)();
|
|
297
297
|
const { getCollection } = (0, external_collection_manager_index_js_namespaceObject.useCollectionManager_deprecated)();
|
|
@@ -457,7 +457,7 @@ function WorkflowConfig() {
|
|
|
457
457
|
},
|
|
458
458
|
components: {
|
|
459
459
|
Alert: external_antd_namespaceObject.Alert,
|
|
460
|
-
ArrayTable:
|
|
460
|
+
ArrayTable: client_namespaceObject.ArrayTable,
|
|
461
461
|
WorkflowSelect
|
|
462
462
|
},
|
|
463
463
|
schema: {
|
|
@@ -39,7 +39,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
39
39
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
40
40
|
const external_react_namespaceObject = require("react");
|
|
41
41
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
42
|
-
const client_namespaceObject = require("@
|
|
42
|
+
const client_namespaceObject = require("@tego/client");
|
|
43
43
|
const external_antd_namespaceObject = require("antd");
|
|
44
44
|
const external_classnames_namespaceObject = require("classnames");
|
|
45
45
|
var external_classnames_default = /*#__PURE__*/ __webpack_require__.n(external_classnames_namespaceObject);
|
|
@@ -38,8 +38,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
38
38
|
});
|
|
39
39
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
40
40
|
const external_react_namespaceObject = require("react");
|
|
41
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
42
41
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
42
|
+
const client_namespaceObject = require("@tego/client");
|
|
43
43
|
const external_antd_namespaceObject = require("antd");
|
|
44
44
|
const external_dayjs_namespaceObject = require("dayjs");
|
|
45
45
|
var external_dayjs_default = /*#__PURE__*/ __webpack_require__.n(external_dayjs_namespaceObject);
|
|
@@ -55,8 +55,8 @@ const SchemaField = (0, schema_namespaceObject.createSchemaField)({
|
|
|
55
55
|
components: {
|
|
56
56
|
Space: external_antd_namespaceObject.Space,
|
|
57
57
|
Input: external_antd_namespaceObject.Input,
|
|
58
|
-
ArrayItems:
|
|
59
|
-
FormItem:
|
|
58
|
+
ArrayItems: client_namespaceObject.ArrayItems,
|
|
59
|
+
FormItem: client_namespaceObject.FormItem
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
62
|
const CascadeSelect = (0, schema_namespaceObject.connect)((props)=>{
|
|
@@ -372,7 +372,7 @@ const InternalCascadeSelect = (0, schema_namespaceObject.observer)((props)=>{
|
|
|
372
372
|
form: selectForm,
|
|
373
373
|
children: 'm2o' === collectionField.interface ? /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_index_js_namespaceObject.SchemaComponent, {
|
|
374
374
|
components: {
|
|
375
|
-
FormItem:
|
|
375
|
+
FormItem: client_namespaceObject.FormItem
|
|
376
376
|
},
|
|
377
377
|
schema: {
|
|
378
378
|
...fieldSchema,
|
|
@@ -39,9 +39,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
39
39
|
});
|
|
40
40
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
41
41
|
const external_react_namespaceObject = require("react");
|
|
42
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
43
42
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
44
|
-
const client_namespaceObject = require("@
|
|
43
|
+
const client_namespaceObject = require("@tego/client");
|
|
45
44
|
const external_antd_namespaceObject = require("antd");
|
|
46
45
|
const external_antd_style_namespaceObject = require("antd-style");
|
|
47
46
|
const external_react_i18next_namespaceObject = require("react-i18next");
|
|
@@ -77,8 +76,8 @@ const SchemaField = (0, schema_namespaceObject.createSchemaField)({
|
|
|
77
76
|
components: {
|
|
78
77
|
Space: external_antd_namespaceObject.Space,
|
|
79
78
|
Input: external_antd_namespaceObject.Input,
|
|
80
|
-
ArrayItems:
|
|
81
|
-
FormItem:
|
|
79
|
+
ArrayItems: client_namespaceObject.ArrayItems,
|
|
80
|
+
FormItem: client_namespaceObject.FormItem
|
|
82
81
|
}
|
|
83
82
|
});
|
|
84
83
|
const Cascade = (0, schema_namespaceObject.connect)((props)=>{
|
|
@@ -329,7 +328,7 @@ const InternalCascader = (0, schema_namespaceObject.observer)((props)=>{
|
|
|
329
328
|
form: selectForm,
|
|
330
329
|
children: 'm2o' === collectionField.interface ? /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_index_js_namespaceObject.SchemaComponent, {
|
|
331
330
|
components: {
|
|
332
|
-
FormItem:
|
|
331
|
+
FormItem: client_namespaceObject.FormItem
|
|
333
332
|
},
|
|
334
333
|
schema: {
|
|
335
334
|
...fieldSchema,
|
|
@@ -37,8 +37,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
37
37
|
});
|
|
38
38
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
39
39
|
const external_react_namespaceObject = require("react");
|
|
40
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
41
40
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
41
|
+
const client_namespaceObject = require("@tego/client");
|
|
42
42
|
const external_antd_style_namespaceObject = require("antd-style");
|
|
43
43
|
const external_classnames_namespaceObject = require("classnames");
|
|
44
44
|
var external_classnames_default = /*#__PURE__*/ __webpack_require__.n(external_classnames_namespaceObject);
|
|
@@ -97,7 +97,7 @@ const InternalNester = (0, schema_namespaceObject.observer)(()=>{
|
|
|
97
97
|
name: collectionField.target,
|
|
98
98
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_js_namespaceObject.ACLCollectionProvider, {
|
|
99
99
|
actionPath: "".concat(collectionField.target, ":").concat(actionName),
|
|
100
|
-
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(
|
|
100
|
+
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(client_namespaceObject.FormLayout, {
|
|
101
101
|
layout: 'vertical',
|
|
102
102
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
|
|
103
103
|
className: external_classnames_default()(styles.body, {
|
|
@@ -37,8 +37,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
37
37
|
});
|
|
38
38
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
39
39
|
const external_react_namespaceObject = require("react");
|
|
40
|
-
const components_namespaceObject = require("@tachybase/components");
|
|
41
40
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
41
|
+
const client_namespaceObject = require("@tego/client");
|
|
42
42
|
const external_antd_style_namespaceObject = require("antd-style");
|
|
43
43
|
const index_js_namespaceObject = require("../../../built-in/acl/index.js");
|
|
44
44
|
const external_collection_manager_index_js_namespaceObject = require("../../../collection-manager/index.js");
|
|
@@ -105,7 +105,7 @@ const InternalSubTable = (0, schema_namespaceObject.observer)(()=>{
|
|
|
105
105
|
name: options.target,
|
|
106
106
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_js_namespaceObject.ACLCollectionProvider, {
|
|
107
107
|
actionPath: "".concat(options.target, ":").concat(actionName || 'view'),
|
|
108
|
-
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(
|
|
108
|
+
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(client_namespaceObject.FormLayout, {
|
|
109
109
|
className: styles.container,
|
|
110
110
|
layout: 'vertical',
|
|
111
111
|
bordered: false,
|
|
@@ -40,8 +40,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
40
40
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
41
41
|
const external_react_namespaceObject = require("react");
|
|
42
42
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
43
|
-
const client_namespaceObject = require("@tachybase/utils/client");
|
|
44
43
|
const icons_namespaceObject = require("@ant-design/icons");
|
|
44
|
+
const client_namespaceObject = require("@tego/client");
|
|
45
45
|
const external_ahooks_namespaceObject = require("ahooks");
|
|
46
46
|
const external_antd_namespaceObject = require("antd");
|
|
47
47
|
const external_flat_namespaceObject = require("flat");
|
|
@@ -37,7 +37,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
37
37
|
});
|
|
38
38
|
const external_react_namespaceObject = require("react");
|
|
39
39
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
40
|
-
const client_namespaceObject = require("@
|
|
40
|
+
const client_namespaceObject = require("@tego/client");
|
|
41
41
|
const external_lodash_namespaceObject = require("lodash");
|
|
42
42
|
var external_lodash_default = /*#__PURE__*/ __webpack_require__.n(external_lodash_namespaceObject);
|
|
43
43
|
const index_js_namespaceObject = require("../../../../filter-provider/index.js");
|
|
@@ -43,7 +43,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
43
43
|
});
|
|
44
44
|
const external_react_namespaceObject = require("react");
|
|
45
45
|
const schema_namespaceObject = require("@tachybase/schema");
|
|
46
|
-
const client_namespaceObject = require("@
|
|
46
|
+
const client_namespaceObject = require("@tego/client");
|
|
47
47
|
const external_lodash_namespaceObject = require("lodash");
|
|
48
48
|
var external_lodash_default = /*#__PURE__*/ __webpack_require__.n(external_lodash_namespaceObject);
|
|
49
49
|
const cloneDeep_namespaceObject = require("lodash/cloneDeep");
|