@nocobase/plugin-data-source-manager 1.0.0-alpha.2 → 1.0.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/client/DatabaseConnectionProvider.d.ts +8 -0
  2. package/dist/client/ThridDataSource.d.ts +8 -0
  3. package/dist/client/component/BreadcumbTitle.d.ts +8 -0
  4. package/dist/client/component/CollectionsManager/AddFieldAction.d.ts +8 -0
  5. package/dist/client/component/CollectionsManager/CollectionFields.d.ts +8 -0
  6. package/dist/client/component/CollectionsManager/ConfigurationTable.d.ts +8 -0
  7. package/dist/client/component/CollectionsManager/ConfigurationTabs.d.ts +8 -0
  8. package/dist/client/component/CollectionsManager/EditCollectionAction.d.ts +8 -0
  9. package/dist/client/component/CollectionsManager/EditFieldAction.d.ts +8 -0
  10. package/dist/client/component/CollectionsManager/components/CollectionFieldInterfaceSelect.d.ts +8 -0
  11. package/dist/client/component/CollectionsManager/components/CollectionName.d.ts +8 -0
  12. package/dist/client/component/CollectionsManager/components/FieldTitleInput.d.ts +8 -0
  13. package/dist/client/component/CollectionsManager/components/FieldType.d.ts +8 -0
  14. package/dist/client/component/CollectionsManager/components/TitleField.d.ts +8 -0
  15. package/dist/client/component/CollectionsManager/components/UnSupportFields.d.ts +8 -0
  16. package/dist/client/component/CollectionsManager/components/index.d.ts +8 -0
  17. package/dist/client/component/CollectionsManager/hooks.d.ts +8 -0
  18. package/dist/client/component/CollectionsManager/index.d.ts +8 -0
  19. package/dist/client/component/CollectionsManager/schema/collectionFields.d.ts +8 -0
  20. package/dist/client/component/CollectionsManager/schema/collections.d.ts +8 -0
  21. package/dist/client/component/CreateDatabaseConnectAction.d.ts +8 -0
  22. package/dist/client/component/DatabaseConnectionManager.d.ts +8 -0
  23. package/dist/client/component/EditDatabaseConnectionAction.d.ts +8 -0
  24. package/dist/client/component/MainDataSourceManager/Configuration/AddCategoryAction.d.ts +8 -0
  25. package/dist/client/component/MainDataSourceManager/Configuration/CollectionFields.d.ts +8 -0
  26. package/dist/client/component/MainDataSourceManager/Configuration/ConfigurationTable.d.ts +8 -0
  27. package/dist/client/component/MainDataSourceManager/Configuration/ConfigurationTabs.d.ts +8 -0
  28. package/dist/client/component/MainDataSourceManager/Configuration/EditCategoryAction.d.ts +8 -0
  29. package/dist/client/component/MainDataSourceManager/Configuration/index.d.ts +8 -0
  30. package/dist/client/component/MainDataSourceManager/Configuration/interfaces.d.ts +8 -0
  31. package/dist/client/component/MainDataSourceManager/Configuration/schemas/collectionFields.d.ts +8 -0
  32. package/dist/client/component/MainDataSourceManager/Configuration/schemas/collections.d.ts +8 -0
  33. package/dist/client/component/MainDataSourceManager/index.d.ts +8 -0
  34. package/dist/client/component/PermissionManager/DataSourceTable.d.ts +8 -0
  35. package/dist/client/component/PermissionManager/PermisionProvider.d.ts +8 -0
  36. package/dist/client/component/PermissionManager/RoleConfigure.d.ts +8 -0
  37. package/dist/client/component/PermissionManager/RolesResourcesActions.d.ts +8 -0
  38. package/dist/client/component/PermissionManager/ScopeSelect.d.ts +8 -0
  39. package/dist/client/component/PermissionManager/StrategyActions.d.ts +8 -0
  40. package/dist/client/component/PermissionManager/index.d.ts +8 -0
  41. package/dist/client/component/PermissionManager/schemas/dataSourceTable.d.ts +8 -0
  42. package/dist/client/component/PermissionManager/schemas/roleCollections.d.ts +8 -0
  43. package/dist/client/component/PermissionManager/schemas/scopes.d.ts +8 -0
  44. package/dist/client/component/PermissionManager/schemas/useRoleResourceValues.d.ts +8 -0
  45. package/dist/client/component/PermissionManager/schemas/useSaveRoleResourceAction.d.ts +8 -0
  46. package/dist/client/component/PermissionManager/style.d.ts +8 -0
  47. package/dist/client/component/ViewDatabaseConnectionAction.d.ts +8 -0
  48. package/dist/client/constant.d.ts +8 -0
  49. package/dist/client/hooks/index.d.ts +8 -0
  50. package/dist/client/index.d.ts +8 -0
  51. package/dist/client/index.js +9 -0
  52. package/dist/client/locale/index.d.ts +8 -0
  53. package/dist/client/schema/index.d.ts +8 -0
  54. package/dist/externalVersion.js +15 -6
  55. package/dist/index.d.ts +8 -0
  56. package/dist/index.js +9 -0
  57. package/dist/server/collections/data-sources-collections.d.ts +8 -0
  58. package/dist/server/collections/data-sources-collections.js +9 -0
  59. package/dist/server/collections/data-sources-fields.d.ts +8 -0
  60. package/dist/server/collections/data-sources-fields.js +9 -0
  61. package/dist/server/collections/data-sources-roles-resources-actions.d.ts +8 -0
  62. package/dist/server/collections/data-sources-roles-resources-actions.js +9 -0
  63. package/dist/server/collections/data-sources-roles-resources-scopes.d.ts +8 -0
  64. package/dist/server/collections/data-sources-roles-resources-scopes.js +9 -0
  65. package/dist/server/collections/data-sources-roles-resources.d.ts +8 -0
  66. package/dist/server/collections/data-sources-roles-resources.js +9 -0
  67. package/dist/server/collections/data-sources-roles.d.ts +8 -0
  68. package/dist/server/collections/data-sources-roles.js +9 -0
  69. package/dist/server/collections/data-sources.d.ts +8 -0
  70. package/dist/server/collections/data-sources.js +9 -0
  71. package/dist/server/errors/type-infer-error.d.ts +8 -0
  72. package/dist/server/errors/type-infer-error.js +9 -0
  73. package/dist/server/index.d.ts +8 -0
  74. package/dist/server/index.js +9 -0
  75. package/dist/server/migrations/20240301164024-migrate-acl-resources.d.ts +8 -0
  76. package/dist/server/migrations/20240301164024-migrate-acl-resources.js +9 -0
  77. package/dist/server/migrations/20240414103927-update-snippet-name.d.ts +8 -0
  78. package/dist/server/migrations/20240414103927-update-snippet-name.js +9 -0
  79. package/dist/server/models/connections-roles-resources-action.d.ts +8 -0
  80. package/dist/server/models/connections-roles-resources-action.js +9 -0
  81. package/dist/server/models/connections-roles-resources.d.ts +8 -0
  82. package/dist/server/models/connections-roles-resources.js +9 -0
  83. package/dist/server/models/data-source.d.ts +8 -0
  84. package/dist/server/models/data-source.js +9 -0
  85. package/dist/server/models/data-sources-collection-model.d.ts +8 -0
  86. package/dist/server/models/data-sources-collection-model.js +9 -0
  87. package/dist/server/models/data-sources-field-model.d.ts +8 -0
  88. package/dist/server/models/data-sources-field-model.js +9 -0
  89. package/dist/server/models/data-sources-roles-model.d.ts +8 -0
  90. package/dist/server/models/data-sources-roles-model.js +9 -0
  91. package/dist/server/plugin.d.ts +8 -0
  92. package/dist/server/plugin.js +9 -0
  93. package/dist/server/resourcers/data-sources-collections-fields.d.ts +8 -0
  94. package/dist/server/resourcers/data-sources-collections-fields.js +9 -0
  95. package/dist/server/resourcers/data-sources-collections.d.ts +8 -0
  96. package/dist/server/resourcers/data-sources-collections.js +9 -0
  97. package/dist/server/resourcers/data-sources-resources.d.ts +8 -0
  98. package/dist/server/resourcers/data-sources-resources.js +9 -0
  99. package/dist/server/resourcers/data-sources-roles.d.ts +8 -0
  100. package/dist/server/resourcers/data-sources-roles.js +9 -0
  101. package/dist/server/resourcers/roles-data-sources-collections.d.ts +8 -0
  102. package/dist/server/resourcers/roles-data-sources-collections.js +9 -0
  103. package/dist/server/services/full-data-repository.d.ts +8 -0
  104. package/dist/server/services/full-data-repository.js +9 -0
  105. package/dist/server/services/type-interface-map.d.ts +8 -0
  106. package/dist/server/services/type-interface-map.js +9 -0
  107. package/dist/server/utils.d.ts +8 -0
  108. package/dist/server/utils.js +9 -0
  109. package/package.json +2 -2
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React, { FC } from 'react';
2
10
  export declare const DataSourceContext: React.Context<any>;
3
11
  export declare const DatabaseConnectionProvider: FC;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { DataSourceOptions, DataSource } from '@nocobase/client';
2
10
  export declare class ThirdDataSource extends DataSource {
3
11
  getDataSource(): Promise<DataSourceOptions>;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const BreadcumbTitle: () => React.JSX.Element;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const useCollectionFieldFormValues: () => {
3
11
  getValues(): any;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  import { Collection } from '@nocobase/client';
3
11
  export declare const useRemoteCollectionContext: () => {
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const ConfigurationTable: () => React.JSX.Element;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const ConfigurationTabs: () => React.JSX.Element;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const useValuesFromRecord: (options: any) => import("@nocobase/client").UseRequestResult<unknown>;
3
11
  export declare const useUpdateCollectionActionAndRefreshCM: (options: any) => {
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const EditCollectionField: (props: any) => React.JSX.Element;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const CollectionFieldInterfaceSelect: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
@@ -1 +1,9 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const CollectionName: any;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const FieldTitleInput: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const FieldType: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const TitleField: React.FunctionComponent<any>;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const UnSupportFields: () => React.JSX.Element;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const SourceKey: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
3
11
  export declare const ForeignKey: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const useDestroyAction: () => {
2
10
  run(): Promise<void>;
3
11
  };
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const CollectionManagerPage: () => React.JSX.Element;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { ISchema } from '@formily/react';
2
10
  import { CollectionOptions } from '@nocobase/client';
3
11
  export declare const collection: CollectionOptions;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { ISchema } from '@formily/react';
2
10
  import { CollectionOptions } from '@nocobase/client';
3
11
  export declare const compile: (source: any) => any;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const CreateDatabaseConnectAction: () => React.JSX.Element;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const DatabaseConnectionManagerPane: () => React.JSX.Element;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const EditDatabaseConnectionAction: () => React.JSX.Element;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const AddCategory: (props: any) => React.JSX.Element;
3
11
  export declare const AddCategoryAction: (props: any) => React.JSX.Element;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const CollectionFields: () => React.JSX.Element;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const ConfigurationTable: () => React.JSX.Element;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const ConfigurationTabs: () => React.JSX.Element;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const EditCategory: (props: any) => React.JSX.Element;
3
11
  export declare const EditCategoryAction: (props: any) => React.JSX.Element;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './ConfigurationTable';
2
10
  export * from './schemas/collections';
3
11
  export * from './ConfigurationTabs';
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { CollectionFieldInterface } from '@nocobase/client';
2
10
  export declare const getOptions: (fieldInterfaces: Record<string, CollectionFieldInterface[]>, fieldGroups: Record<string, {
3
11
  label: string;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { CollectionOptions } from '@nocobase/client';
2
10
  export declare const collection: CollectionOptions;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { ISchema } from '@formily/react';
2
10
  import type { CollectionOptions } from '@nocobase/client';
3
11
  export declare const collection: CollectionOptions;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const MainDataSourceManager: () => React.JSX.Element;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const useAvailableActions: () => any[];
3
11
  export declare const DataSourceTable: () => React.JSX.Element;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const SettingCenterPermissionProvider: (props: any) => React.JSX.Element;
3
11
  export declare const PermissionContext: React.Context<any>;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const RoleConfigure: () => React.JSX.Element;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const RoleResourceCollectionContext: React.Context<any>;
3
11
  export declare const RolesResourcesActions: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const useRolesResourcesScopesSelectedRowKeys: () => any;
3
11
  export declare const ScopeSelect: (props: any) => React.JSX.Element;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const StrategyActions: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const CurrentRolesContext: React.Context<any>;
3
11
  export declare const DataSourcePermissionManager: ({ role }: any) => React.JSX.Element;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { ISchema } from '@formily/react';
2
10
  export declare const dataSourceSchema: ISchema;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { ISchema } from '@formily/react';
2
10
  export declare const roleCollectionsSchema: ISchema;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const rolesResourcesScopesCollection: (dataSourceKey?: string) => {
2
10
  name: string;
3
11
  fields: {
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const useRoleResourceValues: (options: any) => import("@nocobase/client").UseRequestResult<{
2
10
  appends: string[];
3
11
  filterByTk: any;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const useSaveRoleResourceAction: () => {
2
10
  run(): Promise<void>;
3
11
  };
@@ -1 +1,9 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<import("antd-style").SerializedStyles>;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import React from 'react';
2
10
  export declare const ViewDatabaseConnectionAction: () => React.JSX.Element;
@@ -1 +1,9 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const getConnectionCollectionPath: (name: string | number) => string;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const useCreateDatabaseServer: (handleDataServerChange: any) => {
2
10
  run(): Promise<void>;
3
11
  };
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { Plugin } from '@nocobase/client';
2
10
  export declare class PluginDataSourceManagerClient extends Plugin {
3
11
  types: Map<any, any>;