@icos-desktop/react-components 0.1.20 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.d.ts +96 -98
- package/build/index.esm.js +26 -5
- package/build/index.js +26 -5
- package/build/index.umd.js +26 -5
- package/build/types/components/BookGroupTable/BookGroupTable.d.ts +4 -0
- package/build/types/components/BookGroupTable/BookGroupTable.stories.d.ts +7 -0
- package/build/types/components/BookGroupTable/components/ContextMenu/index.d.ts +5 -0
- package/build/types/components/BookGroupTable/index.d.ts +1 -0
- package/build/types/components/BookGroupTable/utils/index.d.ts +1 -0
- package/build/types/components/BookTable/BookTable.d.ts +4 -0
- package/build/types/components/BookTable/BookTable.stories.d.ts +7 -0
- package/build/types/components/BookTable/components/ContextMenu/index.d.ts +5 -0
- package/build/types/components/BookTable/index.d.ts +1 -0
- package/build/types/components/OrgTreeSelect/OrgTreeSelect.d.ts +4 -0
- package/build/types/components/OrgTreeSelect/OrgTreeSelect.stories.d.ts +7 -0
- package/build/types/components/OrgTreeSelect/index.d.ts +1 -0
- package/build/types/components/ProTable/ProTable.d.ts +4 -0
- package/build/types/components/ProTable/ProTable.stories.d.ts +7 -0
- package/build/types/components/ProTable/components/ColumnsConfig/index.d.ts +10 -0
- package/build/types/components/ProTable/index.d.ts +1 -0
- package/build/types/components/RegionTree/RegionTree.d.ts +4 -0
- package/build/types/components/RegionTree/RegionTree.stories.d.ts +7 -0
- package/build/types/components/RegionTree/RegionTree.types.d.ts +33 -0
- package/build/types/components/RegionTree/index.d.ts +1 -0
- package/build/types/components/RegionTree/service/index.d.ts +12 -0
- package/build/types/components/RegionTree/service/index.types.d.ts +25 -0
- package/build/types/components/RegionTreeSelect/RegionTreeSelect.d.ts +4 -0
- package/build/types/components/RegionTreeSelect/RegionTreeSelect.stories.d.ts +7 -0
- package/build/types/components/RegionTreeSelect/index.d.ts +1 -0
- package/build/types/components/RelationGraph/RelationGraph.d.ts +4 -0
- package/build/types/components/RelationGraph/RelationGraph.stories.d.ts +7 -0
- package/build/types/components/RelationGraph/components/Graph/index.d.ts +5 -0
- package/build/types/components/RelationGraph/index.d.ts +1 -0
- package/build/types/components/SenseCreate/SenseCreate.d.ts +4 -0
- package/build/types/components/SenseCreate/SenseCreate.stories.d.ts +7 -0
- package/build/types/components/SenseCreate/index.d.ts +1 -0
- package/build/types/components/SenseDetail/SenseDetail.d.ts +4 -0
- package/build/types/components/SenseDetail/SenseDetail.stories.d.ts +7 -0
- package/build/types/components/SenseDetail/components/Base/index.d.ts +6 -0
- package/build/types/components/SenseDetail/components/BookList/index.d.ts +7 -0
- package/build/types/components/SenseDetail/components/Content/components/Card/index.d.ts +6 -0
- package/build/types/components/SenseDetail/components/Content/components/List/Item/index.d.ts +6 -0
- package/build/types/components/SenseDetail/components/Content/components/List/index.d.ts +6 -0
- package/build/types/components/SenseDetail/components/Content/index.d.ts +7 -0
- package/build/types/components/SenseDetail/components/Relation/index.d.ts +6 -0
- package/build/types/components/SenseDetail/index.d.ts +1 -0
- package/build/types/components/SenseEdit/SenseEdit.d.ts +4 -0
- package/build/types/components/SenseEdit/SenseEdit.stories.d.ts +7 -0
- package/build/types/components/SenseEdit/index.d.ts +1 -0
- package/build/types/components/SenseForm/SenseForm.d.ts +4 -0
- package/build/types/components/SenseForm/SenseForm.stories.d.ts +7 -0
- package/build/types/components/SenseForm/index.d.ts +1 -0
- package/build/types/components/SenseInfo/SenseInfo.d.ts +4 -0
- package/build/types/components/SenseInfo/SenseInfo.stories.d.ts +7 -0
- package/build/types/components/SenseInfo/components/FileView/index.d.ts +10 -0
- package/build/types/components/SenseInfo/components/ImageView/index.d.ts +10 -0
- package/build/types/components/SenseInfo/components/Render/index.d.ts +7 -0
- package/build/types/components/SenseInfo/components/TagsView/index.d.ts +6 -0
- package/build/types/components/SenseInfo/index.d.ts +1 -0
- package/build/types/components/SenseInfo/utils/schema.d.ts +2 -0
- package/build/types/components/SenseManager/SenseManager.d.ts +4 -0
- package/build/types/components/SenseManager/SenseManager.stories.d.ts +6 -0
- package/build/types/components/SenseManager/components/Filter/index.d.ts +10 -0
- package/build/types/components/SenseManager/components/FormItem/index.d.ts +11 -0
- package/build/types/components/SenseManager/components/SideBar/index.d.ts +9 -0
- package/build/types/components/SenseManager/index.d.ts +1 -0
- package/build/types/components/SenseManager/settings.d.ts +2 -0
- package/build/types/components/SenseManager/utils/index.d.ts +5 -0
- package/build/types/components/SenseSearch/SenseSearch.d.ts +4 -0
- package/build/types/components/SenseSearch/SenseSearch.stories.d.ts +7 -0
- package/build/types/components/SenseSearch/components/AdvancedSearch/KnnItems/index.d.ts +18 -0
- package/build/types/components/SenseSearch/components/AdvancedSearch/index.d.ts +5 -0
- package/build/types/components/SenseSearch/components/Tabs/index.d.ts +17 -0
- package/build/types/components/SenseSearch/constants/index.d.ts +41 -0
- package/build/types/components/SenseSearch/index.d.ts +1 -0
- package/build/types/components/SenseTable/SenseTable.d.ts +4 -0
- package/build/types/components/SenseTable/SenseTable.stories.d.ts +7 -0
- package/build/types/components/SenseTable/components/ContextMenu/index.d.ts +5 -0
- package/build/types/components/SenseTable/components/TagsModal/index.d.ts +12 -0
- package/build/types/components/SenseTable/index.d.ts +1 -0
- package/build/types/components/SenseTree/SenseTree.d.ts +4 -0
- package/build/types/components/SenseTree/SenseTree.stories.d.ts +8 -0
- package/build/types/components/SenseTree/index.d.ts +1 -0
- package/build/types/components/SenseTree/utils/index.d.ts +21 -0
- package/build/types/components/SenseUpload/SenseUpload.d.ts +4 -0
- package/build/types/components/SenseUpload/SenseUpload.stories.d.ts +7 -0
- package/build/types/components/SenseUpload/index.d.ts +1 -0
- package/build/types/components/SenseUpload/utils/index.d.ts +1 -0
- package/build/types/components/SenseView/SenseView.d.ts +4 -0
- package/build/types/components/SenseView/SenseView.stories.d.ts +6 -0
- package/build/types/components/SenseView/index.d.ts +1 -0
- package/build/types/components/TagTreeSelect/TagTreeSelect.d.ts +12 -0
- package/build/types/components/TagTreeSelect/TagTreeSelect.stories.d.ts +7 -0
- package/build/types/components/TagTreeSelect/index.d.ts +1 -0
- package/build/types/components/VideoPlayer/VideoPlayer.d.ts +4 -0
- package/build/types/components/VideoPlayer/VideoPlayer.stories.d.ts +8 -0
- package/build/types/components/VideoPlayer/components/Cityeyes/index.d.ts +7 -0
- package/build/types/components/VideoPlayer/components/H5player/index.d.ts +7 -0
- package/build/types/components/VideoPlayer/components/Player/index.d.ts +5 -0
- package/build/types/components/VideoPlayer/index.d.ts +1 -0
- package/build/types/constants/pagination.d.ts +10 -0
- package/build/types/hooks/useEntityClass/index.d.ts +5 -0
- package/build/types/hooks/useKsCode/index.d.ts +5 -0
- package/build/types/hooks/useMeeting/index.d.ts +4 -0
- package/build/types/hooks/useRelationList/RelationList/index.d.ts +15 -0
- package/build/types/hooks/useRelationList/index.d.ts +6 -0
- package/build/types/index.d.ts +22 -0
- package/build/types/internal/context/api.d.ts +2 -0
- package/build/types/internal/hoc/withApi.d.ts +3 -0
- package/build/types/internal/hooks/useApi.d.ts +2 -0
- package/build/types/internal/utils/req.d.ts +3 -0
- package/build/types/internal/utils/request.d.ts +4 -0
- package/build/types/internal/widgets/FileView/index.d.ts +5 -0
- package/build/types/internal/widgets/ImageView/index.d.ts +5 -0
- package/build/types/services/dataManager.d.ts +1 -0
- package/build/types/services/entity.d.ts +1 -0
- package/build/types/services/entityManager.d.ts +2 -0
- package/build/types/services/gis.d.ts +2 -0
- package/build/types/services/mapWindow.d.ts +2 -0
- package/build/types/services/org.d.ts +2 -0
- package/build/types/services/senseForm.d.ts +12 -0
- package/build/types/services/senseManager.d.ts +4 -0
- package/build/types/services/senseSearch.d.ts +6 -0
- package/build/types/services/user.d.ts +1 -0
- package/build/types/services/view.d.ts +1 -0
- package/build/types/utils/config.d.ts +5 -0
- package/build/types/utils/contexify.d.ts +11 -0
- package/build/types/utils/map.d.ts +12 -0
- package/build/types/utils/request.d.ts +9 -0
- package/build/types/utils/request2.d.ts +3 -0
- package/build/types/utils/sense.d.ts +11 -0
- package/build/types/utils/tree.d.ts +5 -0
- package/package.json +46 -31
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import BookGroupTable from './BookGroupTable';
|
4
|
+
import { BookGroupTableProps } from './BookGroupTable.d';
|
5
|
+
declare const meta: Meta<typeof BookGroupTable>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: BookGroupTableProps) => React.JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './BookGroupTable';
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const compare: (a: string, b: string) => number;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import BookTable from './BookTable';
|
4
|
+
import { BookTableProps } from './BookTable.d';
|
5
|
+
declare const meta: Meta<typeof BookTable>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: BookTableProps) => React.JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './BookTable';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import OrgTreeSelect from './OrgTreeSelect';
|
4
|
+
import { OrgTreeSelectProps } from './OrgTreeSelect.d';
|
5
|
+
declare const meta: Meta<typeof OrgTreeSelect>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: OrgTreeSelectProps) => React.JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './OrgTreeSelect';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import ProTable from './ProTable';
|
4
|
+
import { ProTableProps } from './ProTable.d';
|
5
|
+
declare const meta: Meta<typeof ProTable>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: ProTableProps) => React.JSX.Element;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare const _default: React.MemoExoticComponent<({ style, className, value, onChange, options, fieldNames }: {
|
3
|
+
style: any;
|
4
|
+
className: any;
|
5
|
+
value: any;
|
6
|
+
onChange: any;
|
7
|
+
options: any;
|
8
|
+
fieldNames: any;
|
9
|
+
}) => React.JSX.Element>;
|
10
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './ProTable';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import RegionTree from './RegionTree';
|
4
|
+
import { RegionTreeProps } from './RegionTree.types';
|
5
|
+
declare const meta: Meta<typeof RegionTree>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: RegionTreeProps) => React.JSX.Element;
|
@@ -0,0 +1,33 @@
|
|
1
|
+
import { TreeDataNode } from '@xirang/design-antd';
|
2
|
+
import { API } from './service';
|
3
|
+
export interface RegionTreeProps {
|
4
|
+
/**
|
5
|
+
* API
|
6
|
+
*/
|
7
|
+
api?: API;
|
8
|
+
/**
|
9
|
+
* 地理层级全路径字段
|
10
|
+
*/
|
11
|
+
regionField?: string;
|
12
|
+
/**
|
13
|
+
* 地理层级显示区间-根层级,1~9,依次为省、市、区县、街道、社区、小区、楼、单元、户
|
14
|
+
*/
|
15
|
+
regionRootLevel?: number;
|
16
|
+
/**
|
17
|
+
* 地理层级显示区间-叶子层级,1~9,依次为省、市、区县、街道、社区、小区、楼、单元、户
|
18
|
+
*/
|
19
|
+
regionLeafLevel?: number;
|
20
|
+
/**
|
21
|
+
* 实体类型,树类型:region-by-book: 基于台账的地理层级树,region-by-sense: 基于实体记录的地理层级树
|
22
|
+
*/
|
23
|
+
treeType?: 'region-by-book' | 'region-by-sense';
|
24
|
+
/**
|
25
|
+
* 视图编码列表
|
26
|
+
*/
|
27
|
+
viewCodes?: string[];
|
28
|
+
/**
|
29
|
+
* 点击树节点
|
30
|
+
* @param node
|
31
|
+
*/
|
32
|
+
onClick?: (node: TreeDataNode) => void;
|
33
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './RegionTree';
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { getApi } from '@/internal/utils/req';
|
2
|
+
import * as Types from './index.types';
|
3
|
+
export interface API {
|
4
|
+
getEntitySenseTree: string;
|
5
|
+
}
|
6
|
+
export declare class Service {
|
7
|
+
api: API;
|
8
|
+
defaultApi: API;
|
9
|
+
getApi: typeof getApi;
|
10
|
+
constructor(api?: API);
|
11
|
+
getEntitySenseTree: (data?: Types.GetEntitySenseTreeReq) => Promise<Types.GetEntitySenseTreeRes>;
|
12
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
export interface EntitySenseTreeNode {
|
2
|
+
code: string;
|
3
|
+
name: string;
|
4
|
+
parentCode: string;
|
5
|
+
parentType: string;
|
6
|
+
type: string;
|
7
|
+
}
|
8
|
+
export interface GetEntitySenseTreeRes {
|
9
|
+
list: EntitySenseTreeNode[];
|
10
|
+
pageNum: number;
|
11
|
+
pageSize: number;
|
12
|
+
size: number;
|
13
|
+
total: number;
|
14
|
+
}
|
15
|
+
export interface GetEntitySenseTreeReq {
|
16
|
+
page?: number;
|
17
|
+
pageSize?: number;
|
18
|
+
parentNodeCode?: string;
|
19
|
+
parentNodeType?: string;
|
20
|
+
regionField?: string;
|
21
|
+
regionRootLevel?: number;
|
22
|
+
regionLeafLevel?: number;
|
23
|
+
treeType?: 'region-by-book' | 'region-by-sense';
|
24
|
+
viewCodes?: string[];
|
25
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import RegionTreeSelect from './RegionTreeSelect';
|
4
|
+
import { RegionTreeSelectProps } from './RegionTreeSelect.d';
|
5
|
+
declare const meta: Meta<typeof RegionTreeSelect>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: RegionTreeSelectProps) => React.JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './RegionTreeSelect';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import RelationGraph from './RelationGraph';
|
4
|
+
import { RelationGraphProps } from './RelationGraph.d';
|
5
|
+
declare const meta: Meta<typeof RelationGraph>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: RelationGraphProps) => React.JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './RelationGraph';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import SenseCreate from './SenseCreate';
|
4
|
+
import { SenseCreateProps } from './SenseCreate.d';
|
5
|
+
declare const meta: Meta<typeof SenseCreate>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: SenseCreateProps) => React.JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './SenseCreate';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import SenseDetail from './SenseDetail';
|
4
|
+
import { SenseDetailProps } from './SenseDetail.d';
|
5
|
+
declare const meta: Meta<typeof SenseDetail>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: SenseDetailProps) => React.JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './SenseDetail';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import SenseEdit from './SenseEdit';
|
4
|
+
import { SenseEditProps } from './SenseEdit.d';
|
5
|
+
declare const meta: Meta<typeof SenseEdit>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: SenseEditProps) => React.JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './SenseEdit';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import SenseForm from './SenseForm';
|
4
|
+
import { SenseFormProps } from './SenseForm.d';
|
5
|
+
declare const meta: Meta<typeof SenseForm>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: SenseFormProps) => React.JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './SenseForm';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import SenseInfo from './SenseInfo';
|
4
|
+
import { SenseInfoProps } from './SenseInfo.d';
|
5
|
+
declare const meta: Meta<typeof SenseInfo>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: SenseInfoProps) => React.JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './SenseInfo';
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
interface FormItemProps {
|
3
|
+
name: string;
|
4
|
+
label: string;
|
5
|
+
type: number | string;
|
6
|
+
placeholder?: string;
|
7
|
+
options?: any[];
|
8
|
+
regionId?: string;
|
9
|
+
}
|
10
|
+
declare const FormItem: React.FC<FormItemProps>;
|
11
|
+
export default FormItem;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { SenseManagerProps } from '../../SenseManager.d';
|
3
|
+
interface SideBarProps extends Pick<SenseManagerProps, 'viewType' | 'views'> {
|
4
|
+
show: boolean;
|
5
|
+
activeCategory: string;
|
6
|
+
onChange: (activeCategory: string) => void;
|
7
|
+
}
|
8
|
+
declare const SideBar: React.FC<SideBarProps>;
|
9
|
+
export default SideBar;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './SenseManager';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import SenseSearch from './SenseSearch';
|
4
|
+
import { SenseSearchProps } from './SenseSearch.d';
|
5
|
+
declare const meta: Meta<typeof SenseSearch>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: SenseSearchProps) => React.JSX.Element;
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare const EMPTY_KNN_ITEM: {
|
3
|
+
k: any;
|
4
|
+
senseObjCode: any;
|
5
|
+
};
|
6
|
+
interface KnnItems {
|
7
|
+
k: number | null;
|
8
|
+
senseObjCode: string | null;
|
9
|
+
}
|
10
|
+
export interface KnnItemsProps {
|
11
|
+
onChange?: (value: KnnItems[]) => void;
|
12
|
+
value?: KnnItems[];
|
13
|
+
entityClassTree: any;
|
14
|
+
}
|
15
|
+
declare const KnnItems: React.FC<KnnItemsProps> & {
|
16
|
+
EMPTY_KNN_ITEM: typeof EMPTY_KNN_ITEM;
|
17
|
+
};
|
18
|
+
export default KnnItems;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { SenseSearchProps } from '../../SenseSearch.d';
|
3
|
+
type AdvancedSearchProps = Pick<SenseSearchProps, 'onSearch' | 'onStartDraw' | 'onMapDraw'>;
|
4
|
+
declare const AdvancedSearch: React.FC<AdvancedSearchProps>;
|
5
|
+
export default AdvancedSearch;
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export interface TabsProps {
|
3
|
+
block?: boolean;
|
4
|
+
innerGap?: number | [number, number];
|
5
|
+
itemGap?: number;
|
6
|
+
type?: 1 | 2 | 3;
|
7
|
+
items: {
|
8
|
+
key: string;
|
9
|
+
label: React.ReactNode;
|
10
|
+
dot?: boolean;
|
11
|
+
}[];
|
12
|
+
activeKey?: string;
|
13
|
+
defaultActiveKey?: string;
|
14
|
+
onChange?: (key: string) => void;
|
15
|
+
}
|
16
|
+
declare const Tabs: React.FC<TabsProps>;
|
17
|
+
export default Tabs;
|
@@ -0,0 +1,41 @@
|
|
1
|
+
export declare enum DRAW_MODE {
|
2
|
+
POINT = "point",
|
3
|
+
LINE = "line",
|
4
|
+
CIRCLE = "circle",
|
5
|
+
RECTANGLE = "rectangle",
|
6
|
+
POLYGON = "polygon"
|
7
|
+
}
|
8
|
+
export declare const SEARCH_MODE: {
|
9
|
+
TIME: string;
|
10
|
+
SPACE: string;
|
11
|
+
KNN: string;
|
12
|
+
TIME_SPACE: string;
|
13
|
+
};
|
14
|
+
export declare const SPACE_MODE: {
|
15
|
+
POINT: string;
|
16
|
+
LINE: string;
|
17
|
+
POLYGON: string;
|
18
|
+
REGION: string;
|
19
|
+
};
|
20
|
+
export declare const FORM_ITEMS: {
|
21
|
+
KEYWORD: string;
|
22
|
+
ENTITY_TYPE: string;
|
23
|
+
TAG_CODES: string;
|
24
|
+
SEARCH_MODE: string;
|
25
|
+
TIME_RANGE: string;
|
26
|
+
SPACE_MODE: string;
|
27
|
+
SELECT_POINTS: string;
|
28
|
+
POINTS: string;
|
29
|
+
SELECT_LINES: string;
|
30
|
+
LINES: string;
|
31
|
+
SELECT_POLYGONS: string;
|
32
|
+
POLYGONS: string;
|
33
|
+
REGION: string;
|
34
|
+
POINT_RANGE: string;
|
35
|
+
LINE_RANGE: string;
|
36
|
+
LOCATION: string;
|
37
|
+
KNN_ITEMS: string;
|
38
|
+
};
|
39
|
+
export declare const FORM_ITEM_SHOW_ADVANCED_RESET: string[];
|
40
|
+
export declare const FORM_ITEM_SEARCH_MODE_RESET: string[];
|
41
|
+
export declare const FORM_ITEM_BUTTON_RESET: string[];
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './SenseSearch';
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Meta } from '@storybook/react';
|
2
|
+
import React from 'react';
|
3
|
+
import SenseTable from './SenseTable';
|
4
|
+
import { SenseTableProps } from './SenseTable.d';
|
5
|
+
declare const meta: Meta<typeof SenseTable>;
|
6
|
+
export default meta;
|
7
|
+
export declare const Base: (props: SenseTableProps) => React.JSX.Element;
|