@nocobase/test 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 (112) hide show
  1. package/es/client/commonSettingsChecker/blockTitle.d.ts +8 -0
  2. package/es/client/commonSettingsChecker/fieldTitle.d.ts +8 -0
  3. package/es/client/commonSettingsChecker/index.d.ts +8 -0
  4. package/es/client/formItemChecker/collectionField.d.ts +8 -0
  5. package/es/client/formItemChecker/common.d.ts +8 -0
  6. package/es/client/formItemChecker/icon.d.ts +8 -0
  7. package/es/client/formItemChecker/index.d.ts +8 -0
  8. package/es/client/formItemChecker/input.d.ts +8 -0
  9. package/es/client/formItemChecker/number.d.ts +8 -0
  10. package/es/client/formItemChecker/radio.d.ts +8 -0
  11. package/es/client/formItemChecker/textarea.d.ts +8 -0
  12. package/es/client/index.d.ts +8 -0
  13. package/es/client/renderApp.d.ts +8 -0
  14. package/es/client/renderHookWithApp.d.ts +8 -0
  15. package/es/client/renderSettings.d.ts +8 -0
  16. package/es/client/renderSingleSettings.d.ts +8 -0
  17. package/es/client/settingsChecker/delete.d.ts +8 -0
  18. package/es/client/settingsChecker/index.d.ts +8 -0
  19. package/es/client/settingsChecker/modal.d.ts +8 -0
  20. package/es/client/settingsChecker/select.d.ts +8 -0
  21. package/es/client/settingsChecker/switch.d.ts +8 -0
  22. package/es/client/utils/checkModal.d.ts +8 -0
  23. package/es/client/utils/checkSchema.d.ts +8 -0
  24. package/es/client/utils/index.d.ts +8 -0
  25. package/es/client/utils/utils.d.ts +8 -0
  26. package/es/e2e/defineConfig.d.ts +8 -0
  27. package/es/e2e/e2eUtils.d.ts +8 -0
  28. package/es/e2e/index.d.ts +8 -0
  29. package/es/e2e/templatesOfCollection.d.ts +8 -0
  30. package/es/e2e/templatesOfPage.d.ts +8 -0
  31. package/es/index.d.ts +8 -0
  32. package/es/scripts/test-db-creator.d.ts +8 -0
  33. package/es/scripts/test-db-distributor.d.ts +8 -0
  34. package/es/server/index.d.ts +8 -0
  35. package/es/server/mockServer.d.ts +8 -0
  36. package/es/web/index.d.ts +8 -0
  37. package/es/web/utils.d.ts +8 -0
  38. package/lib/client/commonSettingsChecker/blockTitle.d.ts +8 -0
  39. package/lib/client/commonSettingsChecker/blockTitle.js +9 -0
  40. package/lib/client/commonSettingsChecker/fieldTitle.d.ts +8 -0
  41. package/lib/client/commonSettingsChecker/fieldTitle.js +9 -0
  42. package/lib/client/commonSettingsChecker/index.d.ts +8 -0
  43. package/lib/client/commonSettingsChecker/index.js +9 -0
  44. package/lib/client/formItemChecker/collectionField.d.ts +8 -0
  45. package/lib/client/formItemChecker/collectionField.js +9 -0
  46. package/lib/client/formItemChecker/common.d.ts +8 -0
  47. package/lib/client/formItemChecker/common.js +9 -0
  48. package/lib/client/formItemChecker/icon.d.ts +8 -0
  49. package/lib/client/formItemChecker/icon.js +9 -0
  50. package/lib/client/formItemChecker/index.d.ts +8 -0
  51. package/lib/client/formItemChecker/index.js +9 -0
  52. package/lib/client/formItemChecker/input.d.ts +8 -0
  53. package/lib/client/formItemChecker/input.js +9 -0
  54. package/lib/client/formItemChecker/number.d.ts +8 -0
  55. package/lib/client/formItemChecker/number.js +9 -0
  56. package/lib/client/formItemChecker/radio.d.ts +8 -0
  57. package/lib/client/formItemChecker/radio.js +9 -0
  58. package/lib/client/formItemChecker/textarea.d.ts +8 -0
  59. package/lib/client/formItemChecker/textarea.js +9 -0
  60. package/lib/client/index.d.ts +8 -0
  61. package/lib/client/index.js +9 -0
  62. package/lib/client/renderApp.d.ts +8 -0
  63. package/lib/client/renderApp.js +9 -0
  64. package/lib/client/renderHookWithApp.d.ts +8 -0
  65. package/lib/client/renderHookWithApp.js +9 -0
  66. package/lib/client/renderSettings.d.ts +8 -0
  67. package/lib/client/renderSettings.js +9 -0
  68. package/lib/client/renderSingleSettings.d.ts +8 -0
  69. package/lib/client/renderSingleSettings.js +9 -0
  70. package/lib/client/settingsChecker/delete.d.ts +8 -0
  71. package/lib/client/settingsChecker/delete.js +9 -0
  72. package/lib/client/settingsChecker/index.d.ts +8 -0
  73. package/lib/client/settingsChecker/index.js +9 -0
  74. package/lib/client/settingsChecker/modal.d.ts +8 -0
  75. package/lib/client/settingsChecker/modal.js +9 -0
  76. package/lib/client/settingsChecker/select.d.ts +8 -0
  77. package/lib/client/settingsChecker/select.js +9 -0
  78. package/lib/client/settingsChecker/switch.d.ts +8 -0
  79. package/lib/client/settingsChecker/switch.js +9 -0
  80. package/lib/client/utils/checkModal.d.ts +8 -0
  81. package/lib/client/utils/checkModal.js +9 -0
  82. package/lib/client/utils/checkSchema.d.ts +8 -0
  83. package/lib/client/utils/checkSchema.js +9 -0
  84. package/lib/client/utils/index.d.ts +8 -0
  85. package/lib/client/utils/index.js +9 -0
  86. package/lib/client/utils/utils.d.ts +8 -0
  87. package/lib/client/utils/utils.js +9 -0
  88. package/lib/e2e/defineConfig.d.ts +8 -0
  89. package/lib/e2e/defineConfig.js +9 -0
  90. package/lib/e2e/e2eUtils.d.ts +8 -0
  91. package/lib/e2e/e2eUtils.js +9 -0
  92. package/lib/e2e/index.d.ts +8 -0
  93. package/lib/e2e/index.js +9 -0
  94. package/lib/e2e/templatesOfCollection.d.ts +8 -0
  95. package/lib/e2e/templatesOfCollection.js +9 -0
  96. package/lib/e2e/templatesOfPage.d.ts +8 -0
  97. package/lib/e2e/templatesOfPage.js +9 -0
  98. package/lib/index.d.ts +8 -0
  99. package/lib/index.js +9 -0
  100. package/lib/scripts/test-db-creator.d.ts +8 -0
  101. package/lib/scripts/test-db-creator.js +9 -0
  102. package/lib/scripts/test-db-distributor.d.ts +8 -0
  103. package/lib/scripts/test-db-distributor.js +9 -0
  104. package/lib/server/index.d.ts +8 -0
  105. package/lib/server/index.js +9 -0
  106. package/lib/server/mockServer.d.ts +8 -0
  107. package/lib/server/mockServer.js +9 -0
  108. package/lib/web/index.d.ts +24 -6
  109. package/lib/web/index.js +9 -0
  110. package/lib/web/utils.d.ts +8 -0
  111. package/lib/web/utils.js +9 -0
  112. package/package.json +6 -6
@@ -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 function checkBlockTitle(oldValue?: string): Promise<void>;
@@ -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 function checkFieldTitle(oldValue?: string): Promise<void>;
@@ -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
  export * from './blockTitle';
2
10
  export * from './fieldTitle';
@@ -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 { CommonFormItemCheckerOptions } from './common';
2
10
  export interface CollectionFieldCheckOptions extends CommonFormItemCheckerOptions {
3
11
  field: 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 interface CommonFormItemCheckerOptions {
2
10
  label?: string;
3
11
  container?: HTMLElement;
@@ -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 { CommonFormItemCheckerOptions } from './common';
2
10
  export type IconCheckOptions = CommonFormItemCheckerOptions;
3
11
  export declare function iconChecker(options: IconCheckOptions): Promise<void>;
@@ -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 { IconCheckOptions } from './icon';
2
10
  import { RadioCheckOptions } from './radio';
3
11
  import { InputCheckOptions } from './input';
@@ -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 { CommonFormItemCheckerOptions } from './common';
2
10
  export type InputCheckOptions = CommonFormItemCheckerOptions;
3
11
  export declare function inputChecker(options: InputCheckOptions): Promise<void>;
@@ -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 { CommonFormItemCheckerOptions } from './common';
2
10
  export type NumberCheckOptions = CommonFormItemCheckerOptions;
3
11
  export declare function numberChecker(options: NumberCheckOptions): Promise<void>;
@@ -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 { CommonFormItemCheckerOptions } from './common';
2
10
  export type RadioCheckOptions = CommonFormItemCheckerOptions;
3
11
  export declare function radioChecker(options: CommonFormItemCheckerOptions): Promise<void>;
@@ -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 { CommonFormItemCheckerOptions } from './common';
2
10
  export type TextareaCheckOptions = CommonFormItemCheckerOptions;
3
11
  export declare function textareaChecker(options: TextareaCheckOptions): Promise<void>;
@@ -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 { sleep } from '../web';
3
11
  export * from './utils';
@@ -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 { GetAppComponentOptions } from '../web';
2
10
  export declare const renderApp: (options: GetAppComponentOptions) => Promise<import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>>;
3
11
  export declare const renderReadPrettyApp: (options: GetAppComponentOptions) => Promise<import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>>;
@@ -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
  import { GetAppOptions } from '../web';
3
11
  interface RenderHookOptions extends Omit<GetAppOptions, 'value' | 'onChange'> {
@@ -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 { GetAppComponentOptions } from '../web';
2
10
  export declare function showSettingsMenu(container?: HTMLElement | Document): Promise<void>;
3
11
  export interface RenderSettingsOptions extends GetAppComponentOptions {
@@ -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 { RenderSettingsOptions } from './renderSettings';
2
10
  interface RenderSingleSettingsOptions extends Omit<RenderSettingsOptions, 'schemaSettings'> {
3
11
  settingPath?: 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
  import { CheckModalOptions } from '../utils';
2
10
  export interface CheckDeleteSettingOptions {
3
11
  title: 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
  import { CheckDeleteSettingOptions } from './delete';
2
10
  import { CheckModalSettingOptions } from './modal';
3
11
  import { CheckSwitchSettingOptions } from './switch';
@@ -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 { CheckModalOptions } from '../utils';
2
10
  export interface CheckModalSettingOptions {
3
11
  title: 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 interface SelectSettingOptions {
2
10
  title: string;
3
11
  beforeSelect?: () => Promise<void> | void;
@@ -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 interface CheckSwitchSettingOptions {
2
10
  title: string;
3
11
  beforeClick?: () => Promise<void> | void;
@@ -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 { FormItemCheckOptions } from '../formItemChecker';
2
10
  export interface CheckModalOptions {
3
11
  triggerText?: string;
@@ -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 function checkSchema(matchObj?: Record<string, any>, name?: string): Promise<void>;
@@ -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 './utils';
2
10
  export * from './checkModal';
3
11
  export * from './checkSchema';
@@ -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
  export declare const expectNoTsError: any;
2
10
  export declare const WaitApp: () => Promise<void>;
@@ -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 { type PlaywrightTestConfig } from '@playwright/test';
2
10
  export declare const defineConfig: (config?: PlaywrightTestConfig) => PlaywrightTestConfig<{}, {}>;
@@ -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 { Page } from '@playwright/test';
2
10
  import { defineConfig } from './defineConfig';
3
11
  export * from '@playwright/test';
package/es/e2e/index.d.ts CHANGED
@@ -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 './e2eUtils';
2
10
  export * from './templatesOfCollection';
3
11
  export * from './templatesOfPage';
@@ -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 { CollectionSetting } from './e2eUtils';
2
10
  /**
3
11
  * 创建一个名为 general 的 collection,其包含所有类型的字段
@@ -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 { PageConfig } from './e2eUtils';
2
10
  /**
3
11
  * 一个空的 group 页面
package/es/index.d.ts CHANGED
@@ -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 * from './server';
@@ -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 {};
@@ -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 {};
@@ -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 ws from 'ws';
2
10
  export { mockDatabase } from '@nocobase/database';
3
11
  export { default as supertest } from 'supertest';
@@ -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 { Application, ApplicationOptions } from '@nocobase/server';
2
10
  import supertest, { SuperAgentTest } from 'supertest';
3
11
  interface ActionParams {
package/es/web/index.d.ts CHANGED
@@ -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, { ComponentType } from 'react';
2
10
  import { AxiosInstance } from 'axios';
3
11
  import { Application, ApplicationOptions, SchemaSettings } from '@nocobase/client';
package/es/web/utils.d.ts CHANGED
@@ -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 sleep: (timeout?: number) => Promise<unknown>;
@@ -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 function checkBlockTitle(oldValue?: string): Promise<void>;
@@ -1,3 +1,12 @@
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
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -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 function checkFieldTitle(oldValue?: string): Promise<void>;
@@ -1,3 +1,12 @@
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
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -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
  export * from './blockTitle';
2
10
  export * from './fieldTitle';
@@ -1,3 +1,12 @@
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
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -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 { CommonFormItemCheckerOptions } from './common';
2
10
  export interface CollectionFieldCheckOptions extends CommonFormItemCheckerOptions {
3
11
  field: string;
@@ -1,3 +1,12 @@
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
+ */
9
+
1
10
  var __create = Object.create;
2
11
  var __defProp = Object.defineProperty;
3
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -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 interface CommonFormItemCheckerOptions {
2
10
  label?: string;
3
11
  container?: HTMLElement;
@@ -1,3 +1,12 @@
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
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -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 { CommonFormItemCheckerOptions } from './common';
2
10
  export type IconCheckOptions = CommonFormItemCheckerOptions;
3
11
  export declare function iconChecker(options: IconCheckOptions): Promise<void>;
@@ -1,3 +1,12 @@
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
+ */
9
+
1
10
  var __create = Object.create;
2
11
  var __defProp = Object.defineProperty;
3
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -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 { IconCheckOptions } from './icon';
2
10
  import { RadioCheckOptions } from './radio';
3
11
  import { InputCheckOptions } from './input';
@@ -1,3 +1,12 @@
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
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;