@nocobase/plugin-mobile-client 1.2.12-alpha → 1.3.0-alpha.20240710084543

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 (72) hide show
  1. package/package.json +2 -2
  2. package/dist/client/MobileClientProvider.d.ts +0 -10
  3. package/dist/client/configuration/App.d.ts +0 -10
  4. package/dist/client/configuration/Interface.d.ts +0 -10
  5. package/dist/client/configuration/index.d.ts +0 -10
  6. package/dist/client/core/bridge/index.d.ts +0 -10
  7. package/dist/client/core/bridge/injects.d.ts +0 -21
  8. package/dist/client/core/bridge/native-call.d.ts +0 -9
  9. package/dist/client/core/index.d.ts +0 -11
  10. package/dist/client/core/schema/common/index.d.ts +0 -9
  11. package/dist/client/core/schema/common/page.d.ts +0 -24
  12. package/dist/client/core/schema/components/container/Container.Designer.d.ts +0 -10
  13. package/dist/client/core/schema/components/container/Container.d.ts +0 -13
  14. package/dist/client/core/schema/components/container/index.d.ts +0 -9
  15. package/dist/client/core/schema/components/container/style.d.ts +0 -13
  16. package/dist/client/core/schema/components/header/Header.Designer.d.ts +0 -10
  17. package/dist/client/core/schema/components/header/Header.d.ts +0 -18
  18. package/dist/client/core/schema/components/header/index.d.ts +0 -9
  19. package/dist/client/core/schema/components/index.d.ts +0 -14
  20. package/dist/client/core/schema/components/menu/Menu.Designer.d.ts +0 -10
  21. package/dist/client/core/schema/components/menu/Menu.Item.d.ts +0 -14
  22. package/dist/client/core/schema/components/menu/Menu.d.ts +0 -15
  23. package/dist/client/core/schema/components/menu/MenuBlockInitializer.d.ts +0 -10
  24. package/dist/client/core/schema/components/menu/index.d.ts +0 -10
  25. package/dist/client/core/schema/components/menu/schema.d.ts +0 -25
  26. package/dist/client/core/schema/components/menu/style.d.ts +0 -12
  27. package/dist/client/core/schema/components/page/Page.Designer.d.ts +0 -10
  28. package/dist/client/core/schema/components/page/Page.d.ts +0 -13
  29. package/dist/client/core/schema/components/page/index.d.ts +0 -9
  30. package/dist/client/core/schema/components/page/style.d.ts +0 -14
  31. package/dist/client/core/schema/components/settings/Settings.Designer.d.ts +0 -10
  32. package/dist/client/core/schema/components/settings/Settings.d.ts +0 -14
  33. package/dist/client/core/schema/components/settings/SettingsBlockInitializer.d.ts +0 -10
  34. package/dist/client/core/schema/components/settings/index.d.ts +0 -10
  35. package/dist/client/core/schema/components/tab-bar/TabBar.Item.d.ts +0 -14
  36. package/dist/client/core/schema/components/tab-bar/TabBar.d.ts +0 -14
  37. package/dist/client/core/schema/components/tab-bar/index.d.ts +0 -9
  38. package/dist/client/core/schema/components/tab-bar/schema.d.ts +0 -26
  39. package/dist/client/core/schema/helpers/index.d.ts +0 -75
  40. package/dist/client/core/schema/hooks/index.d.ts +0 -9
  41. package/dist/client/core/schema/hooks/useSchemaPatch.d.ts +0 -11
  42. package/dist/client/core/schema/index.d.ts +0 -11
  43. package/dist/client/core/schema/initializers/BlockInitializers.d.ts +0 -15
  44. package/dist/client/core/schema/initializers/index.d.ts +0 -9
  45. package/dist/client/core/schema/scopes/grid-card.d.ts +0 -23
  46. package/dist/client/core/schema/scopes/index.d.ts +0 -9
  47. package/dist/client/devices/iOS6.d.ts +0 -13
  48. package/dist/client/devices/index.d.ts +0 -10
  49. package/dist/client/index.d.ts +0 -21
  50. package/dist/client/index.js +0 -191
  51. package/dist/client/locale/index.d.ts +0 -12
  52. package/dist/client/router/Application.d.ts +0 -11
  53. package/dist/client/router/InterfaceProvider.d.ts +0 -12
  54. package/dist/client/router/InterfaceRouter.d.ts +0 -10
  55. package/dist/client/router/OpenInNewTab.d.ts +0 -10
  56. package/dist/client/router/index.d.ts +0 -9
  57. package/dist/externalVersion.js +0 -24
  58. package/dist/index.d.ts +0 -10
  59. package/dist/index.js +0 -48
  60. package/dist/locale/en-US.json +0 -32
  61. package/dist/locale/ko_KR.json +0 -32
  62. package/dist/locale/zh-CN.json +0 -32
  63. package/dist/server/index.d.ts +0 -9
  64. package/dist/server/index.js +0 -42
  65. package/dist/server/migrations/20230620203218-mobile-ui-schema-uid.d.ts +0 -13
  66. package/dist/server/migrations/20230620203218-mobile-ui-schema-uid.js +0 -68
  67. package/dist/server/migrations/20231215215233-mobile-container-uid.d.ts +0 -13
  68. package/dist/server/migrations/20231215215233-mobile-container-uid.js +0 -85
  69. package/dist/server/plugin.d.ts +0 -18
  70. package/dist/server/plugin.js +0 -86
  71. package/dist/server/routes.d.ts +0 -42
  72. package/dist/server/routes.js +0 -73
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile-client",
3
- "version": "1.2.12-alpha",
3
+ "version": "1.3.0-alpha.20240710084543",
4
4
  "main": "./dist/server/index.js",
5
5
  "homepage": "https://docs.nocobase.com/handbook/mobile-client",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile-client",
@@ -33,5 +33,5 @@
33
33
  "@nocobase/test": "1.x",
34
34
  "@nocobase/utils": "1.x"
35
35
  },
36
- "gitHead": "553231d4882496cb7f1f17fa7541899ce82a27ab"
36
+ "gitHead": "07a8b596fc64a9779a194cb9b0dc2ca7570ed9d4"
37
37
  }
@@ -1,10 +0,0 @@
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
- import React from 'react';
10
- export declare const MobileClientProvider: React.NamedExoticComponent<object>;
@@ -1,10 +0,0 @@
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
- import React from 'react';
10
- export declare const AppConfiguration: () => React.JSX.Element;
@@ -1,10 +0,0 @@
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
- import React from 'react';
10
- export declare const InterfaceConfiguration: () => React.JSX.Element;
@@ -1,10 +0,0 @@
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
- export * from './App';
10
- export * from './Interface';
@@ -1,10 +0,0 @@
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
- import './native-call';
10
- export * from './injects';
@@ -1,21 +0,0 @@
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
- interface InvokeFunction {
10
- (params: {
11
- action: 'scan';
12
- }, cb: (data: {
13
- url: string;
14
- }) => void): void;
15
- (params: {
16
- action: 'moveTaskToBack';
17
- }, cb?: () => void): void;
18
- }
19
- export declare const invoke: InvokeFunction;
20
- export declare const isJSBridge: () => boolean;
21
- export {};
@@ -1,9 +0,0 @@
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
- export {};
@@ -1,11 +0,0 @@
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
- import React from 'react';
10
- import './bridge';
11
- export declare const MobileCore: React.FC;
@@ -1,9 +0,0 @@
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
- export * from './page';
@@ -1,24 +0,0 @@
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
- export declare const PageSchema: {
10
- type: string;
11
- 'x-component': string;
12
- 'x-designer': string;
13
- 'x-component-props': {};
14
- properties: {
15
- grid: {
16
- type: string;
17
- 'x-component': string;
18
- 'x-initializer': string;
19
- 'x-component-props': {
20
- showDivider: boolean;
21
- };
22
- };
23
- };
24
- };
@@ -1,10 +0,0 @@
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
- import React from 'react';
10
- export declare const ContainerDesigner: () => React.JSX.Element;
@@ -1,13 +0,0 @@
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
- import React from 'react';
10
- import { ContainerDesigner } from './Container.Designer';
11
- export declare const MContainer: React.FC<{}> & {
12
- Designer: typeof ContainerDesigner;
13
- };
@@ -1,9 +0,0 @@
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
- export * from './Container';
@@ -1,13 +0,0 @@
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
- declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
10
- mobileContainer: import("antd-style").SerializedStyles;
11
- tabBar: import("antd-style").SerializedStyles;
12
- }>;
13
- export default useStyles;
@@ -1,10 +0,0 @@
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
- import React from 'react';
10
- export declare const HeaderDesigner: () => React.JSX.Element;
@@ -1,18 +0,0 @@
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
- import { NavBarProps } from 'antd-mobile';
10
- import React from 'react';
11
- import { HeaderDesigner } from './Header.Designer';
12
- export interface HeaderProps extends NavBarProps {
13
- title?: string;
14
- showBack?: boolean;
15
- }
16
- export declare const MHeader: ((props: HeaderProps) => React.JSX.Element) & {
17
- Designer: typeof HeaderDesigner;
18
- };
@@ -1,9 +0,0 @@
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
- export * from './Header';
@@ -1,14 +0,0 @@
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
- export * from './menu';
10
- export * from './container';
11
- export * from './tab-bar';
12
- export * from './page';
13
- export * from './header';
14
- export * from './settings';
@@ -1,10 +0,0 @@
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
- import React from 'react';
10
- export declare const MenuDesigner: React.FC;
@@ -1,14 +0,0 @@
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
- import React from 'react';
10
- declare const MenuItemDesigner: React.FC;
11
- export declare const MenuItem: {
12
- Designer: typeof MenuItemDesigner;
13
- };
14
- export {};
@@ -1,15 +0,0 @@
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
- import React from 'react';
10
- import { MenuDesigner } from './Menu.Designer';
11
- import { MenuItem } from './Menu.Item';
12
- export declare const MMenu: React.FC<{}> & {
13
- Item: typeof MenuItem;
14
- Designer: typeof MenuDesigner;
15
- };
@@ -1,10 +0,0 @@
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
- import React from 'react';
10
- export declare const MMenuBlockInitializer: () => React.JSX.Element;
@@ -1,10 +0,0 @@
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
- export * from './MenuBlockInitializer';
10
- export * from './Menu';
@@ -1,25 +0,0 @@
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
- export declare const menuItemSchema: {
10
- properties: {
11
- name: {
12
- type: string;
13
- title: string;
14
- required: boolean;
15
- 'x-component': string;
16
- 'x-decorator': string;
17
- };
18
- icon: {
19
- 'x-decorator': string;
20
- 'x-component': string;
21
- title: string;
22
- 'x-component-props': {};
23
- };
24
- };
25
- };
@@ -1,12 +0,0 @@
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
- declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
10
- mobileMenu: import("antd-style").SerializedStyles;
11
- }>;
12
- export default useStyles;
@@ -1,10 +0,0 @@
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
- import React from 'react';
10
- export declare const PageDesigner: (props: any) => React.JSX.Element;
@@ -1,13 +0,0 @@
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
- import React from 'react';
10
- import { PageDesigner } from './Page.Designer';
11
- export declare const MPage: React.FC<{}> & {
12
- Designer: typeof PageDesigner;
13
- };
@@ -1,9 +0,0 @@
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
- export * from './Page';
@@ -1,14 +0,0 @@
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
- declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
10
- globalActionCSS: import("antd-style").SerializedStyles;
11
- mobilePage: import("antd-style").SerializedStyles;
12
- mobilePageHeader: import("antd-style").SerializedStyles;
13
- }>;
14
- export default useStyles;
@@ -1,10 +0,0 @@
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
- import React from 'react';
10
- export declare const SettingsDesigner: () => React.JSX.Element;
@@ -1,14 +0,0 @@
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
- import React from 'react';
10
- import { SettingsDesigner } from './Settings.Designer';
11
- export declare const InternalSettings: () => React.JSX.Element;
12
- export declare const MSettings: (() => React.JSX.Element) & {
13
- Designer: typeof SettingsDesigner;
14
- };
@@ -1,10 +0,0 @@
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
- import React from 'react';
10
- export declare const MSettingsBlockInitializer: () => React.JSX.Element;
@@ -1,10 +0,0 @@
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
- export * from './Settings';
10
- export * from './SettingsBlockInitializer';
@@ -1,14 +0,0 @@
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
- import { TabBarItemProps } from 'antd-mobile';
10
- import React from 'react';
11
- export declare const Designer: () => React.JSX.Element;
12
- export declare const TabBarItem: React.FC<TabBarItemProps> & {
13
- Designer: typeof Designer;
14
- };
@@ -1,14 +0,0 @@
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
- import React from 'react';
10
- import { TabBarItem } from './TabBar.Item';
11
- export declare const InternalTabBar: React.FC;
12
- export declare const MTabBar: React.FC<{}> & {
13
- Item: typeof TabBarItem;
14
- };
@@ -1,9 +0,0 @@
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
- export * from './TabBar';
@@ -1,26 +0,0 @@
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
- export declare const tabItemSchema: {
10
- properties: {
11
- title: {
12
- type: string;
13
- title: string;
14
- required: boolean;
15
- 'x-component': string;
16
- 'x-decorator': string;
17
- };
18
- icon: {
19
- required: boolean;
20
- 'x-decorator': string;
21
- 'x-component': string;
22
- title: string;
23
- 'x-component-props': {};
24
- };
25
- };
26
- };
@@ -1,75 +0,0 @@
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
- import { ISchema, Schema } from '@formily/react';
10
- export declare const gridItemWrap: (schema: ISchema) => {
11
- type: string;
12
- 'x-component': string;
13
- properties: {
14
- [x: string]: import("@formily/react").Stringify<{
15
- [key: symbol]: any;
16
- [key: `x-${string}`]: any;
17
- [key: `x-${number}`]: any;
18
- version?: string;
19
- name?: import("@formily/react").SchemaKey;
20
- title?: any;
21
- description?: any;
22
- default?: any;
23
- readOnly?: boolean;
24
- writeOnly?: boolean;
25
- type?: import("@formily/react").SchemaTypes;
26
- enum?: import("@formily/react").SchemaEnum<any>;
27
- const?: any;
28
- multipleOf?: number;
29
- maximum?: number;
30
- exclusiveMaximum?: number;
31
- minimum?: number;
32
- exclusiveMinimum?: number;
33
- maxLength?: number;
34
- minLength?: number;
35
- pattern?: string | RegExp;
36
- maxItems?: number;
37
- minItems?: number;
38
- uniqueItems?: boolean;
39
- maxProperties?: number;
40
- minProperties?: number;
41
- required?: string | boolean | string[];
42
- format?: string;
43
- $ref?: string;
44
- $namespace?: string;
45
- definitions?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
46
- properties?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
47
- items?: import("@formily/react").SchemaItems<any, any, any, any, any, any, any, any>;
48
- additionalItems?: import("@formily/react").Stringify<any>;
49
- patternProperties?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
50
- additionalProperties?: import("@formily/react").Stringify<any>;
51
- "x-value"?: any;
52
- "x-index"?: number;
53
- "x-pattern"?: any;
54
- "x-display"?: any;
55
- "x-validator"?: any;
56
- "x-decorator"?: any;
57
- "x-decorator-props"?: any;
58
- "x-component"?: any;
59
- "x-component-props"?: any;
60
- "x-reactions"?: import("@formily/react").SchemaReactions<any>;
61
- "x-content"?: any;
62
- "x-data"?: any;
63
- "x-visible"?: boolean;
64
- "x-hidden"?: boolean;
65
- "x-disabled"?: boolean;
66
- "x-editable"?: boolean;
67
- "x-read-only"?: boolean;
68
- "x-read-pretty"?: boolean;
69
- "x-compile-omitted"?: string[];
70
- }>;
71
- };
72
- };
73
- export declare const findSchema: (schema: Schema, component: string) => Schema<any, any, any, any, any, any, any, any, any>;
74
- export declare const findGridSchema: (schema: Schema) => Schema<any, any, any, any, any, any, any, any, any>;
75
- export declare const countGridCol: (schema: Schema, countToStop?: number) => number;
@@ -1,9 +0,0 @@
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
- export * from './useSchemaPatch';
@@ -1,11 +0,0 @@
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
- export declare const useSchemaPatch: () => {
10
- onUpdateComponentProps: (this: any, data: any) => Promise<void>;
11
- };