@nocobase/plugin-map 1.2.13-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 (77) hide show
  1. package/package.json +2 -2
  2. package/dist/client/block/MapActionInitializers.d.ts +0 -16
  3. package/dist/client/block/MapBlock.Settings.d.ts +0 -78
  4. package/dist/client/block/MapBlock.d.ts +0 -10
  5. package/dist/client/block/MapBlockDesigner.d.ts +0 -10
  6. package/dist/client/block/MapBlockInitializer.d.ts +0 -10
  7. package/dist/client/block/MapBlockProvider.d.ts +0 -13
  8. package/dist/client/block/createMapBlockUISchema.d.ts +0 -14
  9. package/dist/client/block/index.d.ts +0 -10
  10. package/dist/client/block/utils.d.ts +0 -9
  11. package/dist/client/components/AMap/Block.d.ts +0 -10
  12. package/dist/client/components/AMap/Map.d.ts +0 -47
  13. package/dist/client/components/AMap/Search.d.ts +0 -15
  14. package/dist/client/components/AMap/index.d.ts +0 -10
  15. package/dist/client/components/Configuration.d.ts +0 -10
  16. package/dist/client/components/Designer.d.ts +0 -11
  17. package/dist/client/components/GoogleMaps/Block.d.ts +0 -10
  18. package/dist/client/components/GoogleMaps/Map.d.ts +0 -39
  19. package/dist/client/components/GoogleMaps/Search.d.ts +0 -16
  20. package/dist/client/components/GoogleMaps/index.d.ts +0 -10
  21. package/dist/client/components/GoogleMaps/utils.d.ts +0 -13
  22. package/dist/client/components/Map.d.ts +0 -15
  23. package/dist/client/components/MapBlock.d.ts +0 -10
  24. package/dist/client/components/MapComponent.d.ts +0 -10
  25. package/dist/client/components/ReadPretty.d.ts +0 -11
  26. package/dist/client/components/hook.d.ts +0 -9
  27. package/dist/client/components/index.d.ts +0 -14
  28. package/dist/client/constants.d.ts +0 -14
  29. package/dist/client/fields/circle.d.ts +0 -28
  30. package/dist/client/fields/fieldSettingsComponentMap.d.ts +0 -10
  31. package/dist/client/fields/index.d.ts +0 -10
  32. package/dist/client/fields/lineString.d.ts +0 -28
  33. package/dist/client/fields/point.d.ts +0 -28
  34. package/dist/client/fields/polygon.d.ts +0 -28
  35. package/dist/client/fields/schema.d.ts +0 -51
  36. package/dist/client/hooks/index.d.ts +0 -9
  37. package/dist/client/hooks/useMapConfiguration.d.ts +0 -11
  38. package/dist/client/index.d.ts +0 -13
  39. package/dist/client/index.js +0 -124
  40. package/dist/client/locale/index.d.ts +0 -12
  41. package/dist/client/types.d.ts +0 -9
  42. package/dist/client/utils.d.ts +0 -9
  43. package/dist/externalVersion.js +0 -28
  44. package/dist/index.d.ts +0 -10
  45. package/dist/index.js +0 -48
  46. package/dist/locale/en-US.json +0 -51
  47. package/dist/locale/ko_KR.json +0 -51
  48. package/dist/locale/pt-BR.json +0 -45
  49. package/dist/locale/zh-CN.json +0 -51
  50. package/dist/server/actions/index.d.ts +0 -11
  51. package/dist/server/actions/index.js +0 -74
  52. package/dist/server/collections/mapConfiguration.d.ts +0 -10
  53. package/dist/server/collections/mapConfiguration.js +0 -60
  54. package/dist/server/constants.d.ts +0 -9
  55. package/dist/server/constants.js +0 -36
  56. package/dist/server/fields/circle.d.ts +0 -20
  57. package/dist/server/fields/circle.js +0 -77
  58. package/dist/server/fields/index.d.ts +0 -12
  59. package/dist/server/fields/index.js +0 -36
  60. package/dist/server/fields/lineString.d.ts +0 -20
  61. package/dist/server/fields/lineString.js +0 -84
  62. package/dist/server/fields/point.d.ts +0 -20
  63. package/dist/server/fields/point.js +0 -87
  64. package/dist/server/fields/polygon.d.ts +0 -20
  65. package/dist/server/fields/polygon.js +0 -83
  66. package/dist/server/helpers/index.d.ts +0 -14
  67. package/dist/server/helpers/index.js +0 -67
  68. package/dist/server/index.d.ts +0 -9
  69. package/dist/server/index.js +0 -42
  70. package/dist/server/interfaces/index.d.ts +0 -23
  71. package/dist/server/interfaces/index.js +0 -80
  72. package/dist/server/plugin.d.ts +0 -19
  73. package/dist/server/plugin.js +0 -100
  74. package/dist/server/value-parsers/index.d.ts +0 -21
  75. package/dist/server/value-parsers/index.js +0 -86
  76. package/dist/swagger/index.d.ts +0 -85
  77. package/dist/swagger/index.js +0 -109
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nocobase/plugin-map",
3
3
  "displayName": "Block: Map",
4
4
  "displayName.zh-CN": "区块:地图",
5
- "version": "1.2.13-alpha",
5
+ "version": "1.3.0-alpha.20240710084543",
6
6
  "description": "Map block, support Gaode map and Google map, you can also extend more map types.",
7
7
  "description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
8
8
  "license": "AGPL-3.0",
@@ -36,7 +36,7 @@
36
36
  "@nocobase/test": "1.x",
37
37
  "@nocobase/utils": "1.x"
38
38
  },
39
- "gitHead": "b6a1c2ee330b47c2581ea2ce15ee46210e6220f2",
39
+ "gitHead": "07a8b596fc64a9779a194cb9b0dc2ca7570ed9d4",
40
40
  "keywords": [
41
41
  "Blocks"
42
42
  ]
@@ -1,16 +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 { CompatibleSchemaInitializer } from '@nocobase/client';
10
- /**
11
- * @deprecated
12
- * use `mapActionInitializers` instead
13
- * 表格操作配置
14
- */
15
- export declare const mapActionInitializers_deprecated: CompatibleSchemaInitializer;
16
- export declare const mapActionInitializers: CompatibleSchemaInitializer;
@@ -1,78 +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
- /// <reference types="react" />
10
- import { SchemaSettings } from '@nocobase/client';
11
- export declare const defaultZoomLevel: {
12
- name: string;
13
- Component: import("react").FC<import("@nocobase/client").SchemaSettingsModalItemProps>;
14
- useComponentProps(): {
15
- title: string;
16
- schema: import("@formily/react").Stringify<{
17
- [key: symbol]: any;
18
- [key: `x-${string}`]: any;
19
- [key: `x-${number}`]: any;
20
- version?: string;
21
- name?: import("@formily/react").SchemaKey;
22
- title?: any;
23
- description?: any;
24
- default?: any;
25
- readOnly?: boolean;
26
- writeOnly?: boolean;
27
- type?: import("@formily/react").SchemaTypes;
28
- enum?: import("@formily/react").SchemaEnum<any>;
29
- const?: any;
30
- multipleOf?: number;
31
- maximum?: number;
32
- exclusiveMaximum?: number;
33
- minimum?: number;
34
- exclusiveMinimum?: number;
35
- maxLength?: number;
36
- minLength?: number;
37
- pattern?: string | RegExp;
38
- maxItems?: number;
39
- minItems?: number;
40
- uniqueItems?: boolean;
41
- maxProperties?: number;
42
- minProperties?: number;
43
- required?: string | boolean | string[];
44
- format?: string;
45
- $ref?: string;
46
- $namespace?: string;
47
- definitions?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
48
- properties?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
49
- items?: import("@formily/react").SchemaItems<any, any, any, any, any, any, any, any>;
50
- additionalItems?: import("@formily/react").Stringify<any>;
51
- patternProperties?: import("@formily/react").SchemaProperties<any, any, any, any, any, any, any, any>;
52
- additionalProperties?: import("@formily/react").Stringify<any>;
53
- "x-value"?: any;
54
- "x-index"?: number;
55
- "x-pattern"?: any;
56
- "x-display"?: any;
57
- "x-validator"?: any;
58
- "x-decorator"?: any;
59
- "x-decorator-props"?: any;
60
- "x-component"?: any;
61
- "x-component-props"?: any;
62
- "x-reactions"?: import("@formily/react").SchemaReactions<any>;
63
- "x-content"?: any;
64
- "x-data"?: any;
65
- "x-visible"?: boolean;
66
- "x-hidden"?: boolean;
67
- "x-disabled"?: boolean;
68
- "x-editable"?: boolean;
69
- "x-read-only"?: boolean;
70
- "x-read-pretty"?: boolean;
71
- "x-compile-omitted"?: string[];
72
- }>;
73
- onSubmit: ({ zoom }: {
74
- zoom: any;
75
- }) => void;
76
- };
77
- };
78
- export declare const mapBlockSettings: SchemaSettings<{}>;
@@ -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 MapBlock: React.FunctionComponent<any>;
@@ -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 MapBlockDesigner: () => 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 MapBlockInitializer: () => 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
- export declare const MapBlockContext: React.Context<any>;
11
- export declare const MapBlockProvider: (props: any) => React.JSX.Element;
12
- export declare const useMapBlockContext: () => any;
13
- export declare const useMapBlockProps: () => any;
@@ -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 { ISchema } from '@formily/react';
10
- export declare const createMapBlockUISchema: (options: {
11
- collectionName: string;
12
- dataSource: string;
13
- fieldNames: object;
14
- }) => ISchema;
@@ -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 MapBlockOptions: 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 declare const findNestedOption: (value: string[] | string, options?: any[]) => any;
@@ -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 AMapBlock: (props: any) => React.JSX.Element;
@@ -1,47 +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 '@amap/amap-jsapi-types';
10
- import React from 'react';
11
- import { MapEditorType } from '../../types';
12
- export interface AMapComponentProps {
13
- value?: any;
14
- onChange?: (value: number[]) => void;
15
- disabled?: boolean;
16
- mapType: string;
17
- /**
18
- * only ReadPretty
19
- */
20
- readonly: string;
21
- zoom: number;
22
- type: MapEditorType;
23
- style?: React.CSSProperties;
24
- overlayCommonOptions?: AMap.PolylineOptions & AMap.PolygonOptions;
25
- block?: boolean;
26
- }
27
- export interface AMapForwardedRefProps {
28
- setOverlay: (t: MapEditorType, v: any, o?: AMap.PolylineOptions & AMap.PolygonOptions & AMap.MarkerOptions) => any;
29
- getOverlay: (t: MapEditorType, v: any, o?: AMap.PolylineOptions & AMap.PolygonOptions & AMap.MarkerOptions) => any;
30
- createMouseTool: (type: MapEditorType) => void;
31
- createEditor: (type: MapEditorType) => void;
32
- executeMouseTool: (type: MapEditorType) => void;
33
- aMap: any;
34
- map: AMap.Map;
35
- editor: () => {
36
- getTarget: () => AMap.Polygon;
37
- setTarget: (o: any) => void;
38
- close: () => void;
39
- on: (event: string, callback: (e: any) => void) => void;
40
- };
41
- mouseTool: () => {
42
- close: (clear?: boolean) => void;
43
- };
44
- overlay: AMap.Polygon;
45
- errMessage?: string;
46
- }
47
- export declare const AMapComponent: React.ForwardRefExoticComponent<AMapComponentProps & React.RefAttributes<AMapForwardedRefProps>>;
@@ -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
- interface SearchProps {
11
- aMap: any;
12
- toCenter: (p: any) => void;
13
- }
14
- export declare const Search: (props: SearchProps) => React.JSX.Element;
15
- export {};
@@ -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 './Block';
10
- export * from './Map';
@@ -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 Configuration: () => React.JSX.Element;
@@ -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
- declare const Designer: () => React.JSX.Element;
11
- export default Designer;
@@ -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 GoogleMapsBlock: (props: any) => React.JSX.Element;
@@ -1,39 +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
- /// <reference types="google.maps" />
10
- import React from 'react';
11
- import { MapEditorType } from '../../types';
12
- export type OverlayOptions = google.maps.PolygonOptions & google.maps.MarkerOptions & google.maps.PolylineOptions;
13
- export declare const getDrawingMode: (type: MapEditorType) => "polygon" | "circle" | "marker" | "polyline";
14
- export interface GoogleMapsComponentProps {
15
- value?: any;
16
- onChange?: (value: number[]) => void;
17
- disabled?: boolean;
18
- mapType: string;
19
- /**
20
- * only ReadPretty
21
- */
22
- readonly: string;
23
- zoom: number;
24
- type: MapEditorType;
25
- style?: React.CSSProperties;
26
- overlayCommonOptions?: OverlayOptions;
27
- block?: boolean;
28
- }
29
- export interface GoogleMapForwardedRefProps {
30
- setOverlay: (t: MapEditorType, v: any, o?: OverlayOptions) => google.maps.MVCObject;
31
- getOverlay: (t: MapEditorType, v: any, o?: OverlayOptions) => google.maps.MVCObject;
32
- setFitView: (overlays: google.maps.MVCObject[]) => void;
33
- createDraw: (onlyCreate?: boolean, additionalOptions?: OverlayOptions) => any;
34
- map: google.maps.Map;
35
- overlay: google.maps.MVCObject;
36
- drawingManager: google.maps.drawing.DrawingManager;
37
- errMessage?: string;
38
- }
39
- export declare const GoogleMapsComponent: React.ForwardRefExoticComponent<GoogleMapsComponentProps & React.RefAttributes<GoogleMapForwardedRefProps>>;
@@ -1,16 +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
- /// <reference types="google.maps" />
10
- import React from 'react';
11
- interface SearchProps {
12
- toCenter: (p: any) => void;
13
- mapRef: React.RefObject<google.maps.Map>;
14
- }
15
- export declare const Search: (props: SearchProps) => React.JSX.Element;
16
- export default Search;
@@ -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 './Block';
10
- export * from './Map';
@@ -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
- export declare const getIcon: (url: any) => google.maps.Icon;
10
- export declare const getCurrentPosition: () => Promise<{
11
- lat: number;
12
- lng: number;
13
- }>;
@@ -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 { AMapComponentProps } from './AMap';
11
- import Designer from './Designer';
12
- declare const Map: React.ForwardRefExoticComponent<Partial<AMapComponentProps> & React.RefAttributes<unknown>> & {
13
- Designer: typeof Designer;
14
- };
15
- export { Map };
@@ -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 MapBlockComponent: React.FC<any>;
@@ -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 MapComponent: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<any>>;
@@ -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
- declare const ReadPretty: (props: any) => React.JSX.Element;
11
- export default ReadPretty;
@@ -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 declare const useMapHeight: () => number;
@@ -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 './AMap';
10
- export * from './Configuration';
11
- export * from './GoogleMaps';
12
- export * from './Map';
13
- export * from './MapBlock';
14
- export * from './MapComponent';
@@ -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 declare const MapTypes: {
10
- label: string;
11
- value: string;
12
- }[];
13
- export declare const selectedImage = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA/CAMAAAC7OkrPAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAEJQTFRFAAAA8Yti8Yti8Itj8Iti74tj8Itj8YtiKwADKwADKhw5Kh07KwADKwADKwADKwAD4odn1YBlKwADKwADKwADKwAD/5y7LQAAABZ0Uk5TAP/8/f/B/PYOHjY3CCozLP3XCSkvMhA05K4AAAC4SURBVHic7dXLDoIwEIXhwSsoLSrw/q8qbSAiMy3/oivj2czmS5omnVORdapVJJFKBSEL2mrrUurbpdXa5dTH5dXi9tTsGNtX0TFG1OT+7PdY2YdEGd0FuFmUwXWm5UAZbCTKYA3SUrXZQTHLHbUy2OlsMO0ultLsajLlbEWZMEUZ+ig5E6YKM2GqMBOmGKubW1D3ps6g1nnvA5uGa5Os85E9nmF2ebYkzeKhc9wre4V+GMeh317hDfXgCWigIGJbAAAAAElFTkSuQmCC";
14
- export declare const defaultImage = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAA/CAYAAACM5Lr9AAAFkklEQVR42s3VaWxUVRjG8ddiEKPRxAQTCVSWLnZaWmjpTgulpYUBExP9Agou4IKAogUKAgItlNJCgUIXINFPfsFoDCjibkQRI0QIICAQWUpZugKtpcv0+DxyYqaTe2/vTLf58Etu7znnPf+0k44opQw5i5qsjIFs2APHoBZatFq+02vZeq94yyKs0dOjsAzOTCtuVtNKWtX0UpeaXqHU07tgt4ZnvuMa93Avz/CsniE2WIQV3iEaCDnQ8F/MTgZ4h2d4ljNgmZ4pFszDpmIRIuFP57YWDMcFu7uHMziLMyEKxJBl2MbbM6DZub2NQ3sUZ3K2vkMMGIdNKbi1ADqcZe1q2i7VKzibd8BCEE8GUQ3PQ4ez3KWcGNCbeAfv0neKm85hWRvqo+Hu1LJ2HuwTvAt3tkAciKbDIDO/7iE4l7X9rpqCA30pa3uLwt3nYRAIuIfV5mcWN6msnapf8G405IGQMGry+prB0DiloqPfwng3G3SLDltXnTt5S6PK3NnRr9jAFhDJyLsZAJcz8SGcjOr+xAa0XGGTpOfeSMrYUKcyKlx+gS1oSkbY9VXpm2+rjHKXX2ALm2TS2qq96duaVHp5u19gC5skbc3V05N23FWT8NIfsIVNkra6siGttE2llbX7h9JWhaZ6mfj+lfaJZW3Kn6DJJRNWXWqbgN+Y39jRqtDUKKkrL15PxfdjammrfyhpVmiqlNQVfx9KwX/cFJT6A7awSVLeu1CeUlinxu9o8QsphbUKTWUyfvn5Wcm511QSXvoDtrBJkpedewzaE/E58wdsYZMopSQ55+z+pKK6fo9KKqpXaDkAIgxLWnomK3H1JZVQ0tyv2ICW6XAvLHHJ6QD4K6GgRsVjQ3/g3WzQLffCKGHJqfHgisOXaNy2f/oU7+TdukGIUW5xJ0vic6+oWGzsS7yTd4NoncPiF594GC7FFlSrcVub+gTv4p36btE6h1Fc9nFn7IpzKmZrY5/gXbwTxI0O8xD77rGPYtZeVtE42Jt4B+8C8WAcNu6dPwZDzVh8PYzdcqdXcDbvgMdBPDHEOG7R0Xkxqy6oKAzpDZzNO0AMmIfFvH1kABwZk1epIotv9yjOxOyj+g4xYB4W/dbvlAAdozGsJ3Gmni0mzMPGLvyN6IMo/NojNt/qEZyFmR+CWLAIW3CYaDDUR+D/TTgGdwdncJaeKRbMw8bM/9XdosjlZ5VjU0O3cAZngXTBPCzqzV/cPQAXHeuqVBgu8IVj/TXFGXqWdME8LHLez55mRSw9qUI31fuEZzFjNogNFmFvHPQUACfC8IUbUlTvlbDcSsWzeobYYB42+vWfjDwbnn3c6zCewdnnQGwyD4t47UcjAXA2JO+qCi6ss4V7eUafFZuswn4wM8ex+LgKwqV2cC/OzAXxgnlY+KvfmxkIVaPyr6tRhbWWuId79RnxgnmYY+53VlaHLj2lRm6stRSSc0ph7xoQL1mEzfnWyhPQNrKgGgE1hrjGPTAExEvmYWGvfNOVPUErz6vhiDDCNez5GMQHVmFfd2Vq6MLD6smCGkNc4x4QH5iHPfXyV125H64NX1eFkOpO+I5reo/4wDws9KUDdhSPxFdNIGLc8R3XQHxkFfalHYnB8w6qYRuqO+E7roH4yDws5MX9dtwHlYF5lQi6qYjPfKfXxEcWYbO/sKtsBP50QxFFI/D/De8qQLrBPCwYizY9M2r+of/D+Mx3ID6zDJv1uaVwGfAIBDqGJsbhZ9eQ/BuK+OwYlhzPNe7hXh9Yhe0zwqBB4IAYouCZn1wIXH5GEZ/d1sjBMzzrBfOwoBf2GWFYBMS4C03JWRA087OaoBmf3uCz5zrP8Kx9lmF7jXiE2RbBs95ghB0MIo8/pS0OeJAzvOBLmKY//BAGURBN+jmMa3qPkLdh/wKOL8SpLbnYFgAAAABJRU5ErkJggg==";
@@ -1,28 +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 { CommonSchema } from './schema';
10
- export declare class CircleFieldInterface extends CommonSchema {
11
- name: string;
12
- type: string;
13
- group: string;
14
- order: number;
15
- title: string;
16
- availableTypes: string[];
17
- description: string;
18
- sortable: boolean;
19
- default: {
20
- type: string;
21
- uiSchema: {
22
- type: string;
23
- 'x-component': string;
24
- 'x-component-designer': string;
25
- 'x-component-props': {};
26
- };
27
- };
28
- }
@@ -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 { SchemaSettings } from '@nocobase/client';
10
- export declare const fieldSettingsComponentMap: SchemaSettings<{}>;
@@ -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 { CircleFieldInterface } from './circle';
10
- export declare const fields: (typeof CircleFieldInterface)[];
@@ -1,28 +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 { CommonSchema } from './schema';
10
- export declare class LineStringFieldInterface extends CommonSchema {
11
- name: string;
12
- type: string;
13
- group: string;
14
- order: number;
15
- title: string;
16
- description: string;
17
- availableTypes: string[];
18
- sortable: boolean;
19
- default: {
20
- type: string;
21
- uiSchema: {
22
- type: string;
23
- 'x-component': string;
24
- 'x-component-designer': string;
25
- 'x-component-props': {};
26
- };
27
- };
28
- }
@@ -1,28 +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 { CommonSchema } from './schema';
10
- export declare class PointFieldInterface extends CommonSchema {
11
- name: string;
12
- type: string;
13
- group: string;
14
- order: number;
15
- title: string;
16
- description: string;
17
- availableTypes: string[];
18
- sortable: boolean;
19
- default: {
20
- type: string;
21
- uiSchema: {
22
- type: string;
23
- 'x-component': string;
24
- 'x-component-designer': string;
25
- 'x-component-props': {};
26
- };
27
- };
28
- }
@@ -1,28 +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 { CommonSchema } from './schema';
10
- export declare class PolygonFieldInterface extends CommonSchema {
11
- name: string;
12
- type: string;
13
- group: string;
14
- order: number;
15
- title: string;
16
- description: string;
17
- availableTypes: string[];
18
- sortable: boolean;
19
- default: {
20
- type: string;
21
- uiSchema: {
22
- type: string;
23
- 'x-component': string;
24
- 'x-component-designer': string;
25
- 'x-component-props': {};
26
- };
27
- };
28
- }