@opengeoweb/layer-select 9.28.0 → 9.29.0
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/index.esm.js +185 -169
- package/package.json +1 -1
- package/src/index.d.ts +4 -4
- package/src/lib/components/KeywordFilterButton/KeywordFilterButtonConnect.d.ts +9 -9
- package/src/lib/components/KeywordFilterButton/KeywordFilterButtonConnect.spec.d.ts +1 -1
- package/src/lib/components/KeywordFilterButton/index.d.ts +1 -1
- package/src/lib/components/KeywordFilterResults/KeywordFilterResults.d.ts +13 -13
- package/src/lib/components/KeywordFilterResults/KeywordFilterResults.integration.spec.d.ts +1 -1
- package/src/lib/components/KeywordFilterResults/KeywordFilterResults.stories.d.ts +25 -25
- package/src/lib/components/KeywordFilterResults/KeywordFilterResultsConnect.d.ts +8 -8
- package/src/lib/components/KeywordFilterResults/KeywordFilterResultsListItemConnect.d.ts +6 -6
- package/src/lib/components/KeywordFilterResults/KeywordFilterSelectAllSwitchConnect.d.ts +2 -2
- package/src/lib/components/KeywordFilterResults/index.d.ts +4 -4
- package/src/lib/components/LayerList/LayerAddRemoveButton.d.ts +19 -19
- package/src/lib/components/LayerList/LayerAddRemoveButton.spec.d.ts +1 -1
- package/src/lib/components/LayerList/LayerList.d.ts +26 -26
- package/src/lib/components/LayerList/LayerList.spec.d.ts +3 -3
- package/src/lib/components/LayerList/LayerListConnect.d.ts +9 -9
- package/src/lib/components/LayerList/LayerListConnect.spec.d.ts +1 -1
- package/src/lib/components/LayerList/LayerListDimensions.d.ts +7 -7
- package/src/lib/components/LayerList/LayerListRow.d.ts +21 -21
- package/src/lib/components/LayerList/index.d.ts +5 -5
- package/src/lib/components/LayerSelect/LayerSelect.d.ts +20 -20
- package/src/lib/components/LayerSelect/LayerSelect.spec.d.ts +1 -1
- package/src/lib/components/LayerSelect/LayerSelect.stories.d.ts +33 -33
- package/src/lib/components/LayerSelect/LayerSelectButtonConnect.d.ts +11 -11
- package/src/lib/components/LayerSelect/LayerSelectButtonConnect.spec.d.ts +1 -1
- package/src/lib/components/LayerSelect/LayerSelectConnect.d.ts +16 -16
- package/src/lib/components/LayerSelect/LayerSelectConnect.integration.spec.d.ts +1 -1
- package/src/lib/components/LayerSelect/LayerSelectConnect.spec.d.ts +1 -1
- package/src/lib/components/LayerSelect/LayerSelectUtils.d.ts +77 -77
- package/src/lib/components/LayerSelect/LayerSelectUtils.spec.d.ts +1 -1
- package/src/lib/components/LayerSelect/index.d.ts +2 -2
- package/src/lib/components/Providers/Providers.d.ts +20 -20
- package/src/lib/components/Providers/index.d.ts +1 -1
- package/src/lib/components/SearchField/SearchFieldConnect.d.ts +2 -2
- package/src/lib/components/SearchField/SearchFieldConnect.spec.d.ts +1 -1
- package/src/lib/components/SearchField/index.d.ts +1 -1
- package/src/lib/components/ServiceList/ServiceChip.d.ts +11 -11
- package/src/lib/components/ServiceList/ServiceChip.spec.d.ts +1 -1
- package/src/lib/components/ServiceList/ServiceChipConnect.d.ts +10 -10
- package/src/lib/components/ServiceList/ServiceList.d.ts +8 -8
- package/src/lib/components/ServiceList/ServiceListConnect.d.ts +6 -6
- package/src/lib/components/ServiceList/ServiceListConnect.spec.d.ts +1 -1
- package/src/lib/components/ServiceList/index.d.ts +4 -4
- package/src/lib/components/ServiceOptionsButton/ServiceOptionsButton.d.ts +6 -6
- package/src/lib/components/ServiceOptionsButton/ServiceOptionsButton.spec.d.ts +1 -1
- package/src/lib/components/ServiceOptionsButton/ServiceOptionsButton.stories.d.ts +7 -7
- package/src/lib/components/ServiceOptionsButton/index.d.ts +1 -1
- package/src/lib/components/ServiceOptionsDialog/ServiceOptionsDialog.d.ts +19 -19
- package/src/lib/components/ServiceOptionsDialog/ServiceOptionsDialog.spec.d.ts +1 -1
- package/src/lib/components/ServiceOptionsDialog/ServiceOptionsDialog.stories.d.ts +25 -25
- package/src/lib/components/ServiceOptionsDialog/ServiceOptionsDialogConnect.d.ts +9 -8
- package/src/lib/components/ServiceOptionsDialog/ServiceOptionsDialogConnect.spec.d.ts +1 -1
- package/src/lib/components/ServiceOptionsDialog/index.d.ts +2 -2
- package/src/lib/components/ServicePopup/ServicePopup.d.ts +20 -19
- package/src/lib/components/ServicePopup/ServicePopup.spec.d.ts +1 -1
- package/src/lib/components/ServicePopup/ServicePopup.stories.d.ts +44 -43
- package/src/lib/components/ServicePopup/ServicePopupConnect.d.ts +2 -2
- package/src/lib/components/ServicePopup/ServicePopupConnect.spec.d.ts +1 -1
- package/src/lib/components/ServicePopup/ServicePopupConnect.stories.d.ts +6 -6
- package/src/lib/components/ServicePopup/ServicePopupDialogConnect.d.ts +11 -11
- package/src/lib/components/ServicePopup/index.d.ts +3 -3
- package/src/lib/components/ServicePopup/utils.d.ts +6 -6
- package/src/lib/components/ServicePopup/utils.spec.d.ts +1 -1
- package/src/lib/components/index.d.ts +9 -9
- package/src/lib/index.d.ts +2 -2
- package/src/lib/store/config.d.ts +4 -4
- package/src/lib/store/index.d.ts +6 -6
- package/src/lib/store/listeners.d.ts +2 -2
- package/src/lib/store/listeners.spec.d.ts +1 -1
- package/src/lib/store/reducer.d.ts +27 -27
- package/src/lib/store/reducer.spec.d.ts +1 -1
- package/src/lib/store/selectors.d.ts +97 -97
- package/src/lib/store/selectors.spec.d.ts +1 -1
- package/src/lib/store/types.d.ts +68 -68
- package/src/lib/store/utils.d.ts +8 -8
- package/src/lib/store/utils.spec.d.ts +1 -1
- package/src/lib/utils/i18n.d.ts +6 -6
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { uiTypes } from '@opengeoweb/store';
|
|
3
|
-
import { FiltersGrouped } from '../../store/selectors';
|
|
4
|
-
export interface KeywordFilterResultsProps {
|
|
5
|
-
bounds?: string;
|
|
6
|
-
onClose?: () => void;
|
|
7
|
-
onMouseDown?: () => void;
|
|
8
|
-
isOpen: boolean;
|
|
9
|
-
order?: number;
|
|
10
|
-
source?: uiTypes.Source;
|
|
11
|
-
filters: FiltersGrouped;
|
|
12
|
-
}
|
|
13
|
-
export declare const KeywordFilterResults: React.FC<KeywordFilterResultsProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { uiTypes } from '@opengeoweb/store';
|
|
3
|
+
import { FiltersGrouped } from '../../store/selectors';
|
|
4
|
+
export interface KeywordFilterResultsProps {
|
|
5
|
+
bounds?: string;
|
|
6
|
+
onClose?: () => void;
|
|
7
|
+
onMouseDown?: () => void;
|
|
8
|
+
isOpen: boolean;
|
|
9
|
+
order?: number;
|
|
10
|
+
source?: uiTypes.Source;
|
|
11
|
+
filters: FiltersGrouped;
|
|
12
|
+
}
|
|
13
|
+
export declare const KeywordFilterResults: React.FC<KeywordFilterResultsProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
6
|
-
export declare const KeywordFilterResultsLight: {
|
|
7
|
-
(): React.ReactElement;
|
|
8
|
-
tags: string[];
|
|
9
|
-
parameters: {
|
|
10
|
-
zeplinLink: {
|
|
11
|
-
name: string;
|
|
12
|
-
link: string;
|
|
13
|
-
}[];
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
export declare const KeywordFilterResultsDark: {
|
|
17
|
-
(): React.ReactElement;
|
|
18
|
-
tags: string[];
|
|
19
|
-
parameters: {
|
|
20
|
-
zeplinLink: {
|
|
21
|
-
name: string;
|
|
22
|
-
link: string;
|
|
23
|
-
}[];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const KeywordFilterResultsLight: {
|
|
7
|
+
(): React.ReactElement;
|
|
8
|
+
tags: string[];
|
|
9
|
+
parameters: {
|
|
10
|
+
zeplinLink: {
|
|
11
|
+
name: string;
|
|
12
|
+
link: string;
|
|
13
|
+
}[];
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export declare const KeywordFilterResultsDark: {
|
|
17
|
+
(): React.ReactElement;
|
|
18
|
+
tags: string[];
|
|
19
|
+
parameters: {
|
|
20
|
+
zeplinLink: {
|
|
21
|
+
name: string;
|
|
22
|
+
link: string;
|
|
23
|
+
}[];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
interface KeywordFilterResultsConnectProps {
|
|
3
|
-
mapId?: string;
|
|
4
|
-
bounds?: string;
|
|
5
|
-
isMultiMap?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export declare const KeywordFilterResultsConnect: React.FC<KeywordFilterResultsConnectProps>;
|
|
8
|
-
export {};
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
interface KeywordFilterResultsConnectProps {
|
|
3
|
+
mapId?: string;
|
|
4
|
+
bounds?: string;
|
|
5
|
+
isMultiMap?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const KeywordFilterResultsConnect: React.FC<KeywordFilterResultsConnectProps>;
|
|
8
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { layerSelectTypes } from '../../store';
|
|
3
|
-
export interface KeywordFilterResultsListItemConnectProps {
|
|
4
|
-
filter: layerSelectTypes.Filter;
|
|
5
|
-
}
|
|
6
|
-
export declare const KeywordFilterResultsListItemConnect: React.FC<KeywordFilterResultsListItemConnectProps>;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { layerSelectTypes } from '../../store';
|
|
3
|
+
export interface KeywordFilterResultsListItemConnectProps {
|
|
4
|
+
filter: layerSelectTypes.Filter;
|
|
5
|
+
}
|
|
6
|
+
export declare const KeywordFilterResultsListItemConnect: React.FC<KeywordFilterResultsListItemConnectProps>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
export declare const KeywordFilterSelectAllSwitchConnect: React.FC;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export declare const KeywordFilterSelectAllSwitchConnect: React.FC;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './KeywordFilterResults';
|
|
2
|
-
export * from './KeywordFilterResultsConnect';
|
|
3
|
-
export * from './KeywordFilterResultsListItemConnect';
|
|
4
|
-
export * from './KeywordFilterSelectAllSwitchConnect';
|
|
1
|
+
export * from './KeywordFilterResults';
|
|
2
|
+
export * from './KeywordFilterResultsConnect';
|
|
3
|
+
export * from './KeywordFilterResultsListItemConnect';
|
|
4
|
+
export * from './KeywordFilterSelectAllSwitchConnect';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { layerTypes } from '@opengeoweb/store';
|
|
3
|
-
interface AddLayerParams {
|
|
4
|
-
serviceUrl: string;
|
|
5
|
-
layerName: string;
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteLayerParams {
|
|
8
|
-
layerId: string;
|
|
9
|
-
layerIndex: number;
|
|
10
|
-
}
|
|
11
|
-
interface LayerAddRemoveButtonProps {
|
|
12
|
-
layer: layerTypes.ReduxLayer;
|
|
13
|
-
serviceUrl: string;
|
|
14
|
-
addLayer: ({ serviceUrl, layerName }: AddLayerParams) => void;
|
|
15
|
-
deleteLayer: ({ layerId, layerIndex }: DeleteLayerParams) => void;
|
|
16
|
-
mapLayers: layerTypes.ReduxLayer[];
|
|
17
|
-
}
|
|
18
|
-
export declare const LayerAddRemoveButton: React.FC<LayerAddRemoveButtonProps>;
|
|
19
|
-
export {};
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { layerTypes } from '@opengeoweb/store';
|
|
3
|
+
interface AddLayerParams {
|
|
4
|
+
serviceUrl: string;
|
|
5
|
+
layerName: string;
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteLayerParams {
|
|
8
|
+
layerId: string;
|
|
9
|
+
layerIndex: number;
|
|
10
|
+
}
|
|
11
|
+
interface LayerAddRemoveButtonProps {
|
|
12
|
+
layer: layerTypes.ReduxLayer;
|
|
13
|
+
serviceUrl: string;
|
|
14
|
+
addLayer: ({ serviceUrl, layerName }: AddLayerParams) => void;
|
|
15
|
+
deleteLayer: ({ layerId, layerIndex }: DeleteLayerParams) => void;
|
|
16
|
+
mapLayers: layerTypes.ReduxLayer[];
|
|
17
|
+
}
|
|
18
|
+
export declare const LayerAddRemoveButton: React.FC<LayerAddRemoveButtonProps>;
|
|
19
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { layerTypes, serviceTypes } from '@opengeoweb/store';
|
|
3
|
-
import { LayerWithServiceName } from '../../store/types';
|
|
4
|
-
import { DeleteLayerParams } from './LayerAddRemoveButton';
|
|
5
|
-
interface AddLayerParams {
|
|
6
|
-
serviceUrl: string;
|
|
7
|
-
layerName: string;
|
|
8
|
-
}
|
|
9
|
-
export interface LayerListProps {
|
|
10
|
-
services: serviceTypes.Services;
|
|
11
|
-
filteredLayers: LayerWithServiceName[];
|
|
12
|
-
layerSelectHeight: number;
|
|
13
|
-
serviceListHeight: number;
|
|
14
|
-
layerSelectWidth: number;
|
|
15
|
-
addLayer: ({ serviceUrl, layerName }: AddLayerParams) => void;
|
|
16
|
-
deleteLayer: ({ layerId }: DeleteLayerParams) => void;
|
|
17
|
-
mapLayers: layerTypes.ReduxLayer[];
|
|
18
|
-
searchFilter: string;
|
|
19
|
-
isLayerInfoVisibleInStore: boolean;
|
|
20
|
-
onToggleActiveLayer: ({ serviceUrl, layerName, isActiveLayer, }: AddLayerParams & {
|
|
21
|
-
isActiveLayer: boolean;
|
|
22
|
-
}) => void;
|
|
23
|
-
currentLayerInfo?: AddLayerParams;
|
|
24
|
-
}
|
|
25
|
-
export declare const LayerList: React.FC<LayerListProps>;
|
|
26
|
-
export {};
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { layerTypes, serviceTypes } from '@opengeoweb/store';
|
|
3
|
+
import { LayerWithServiceName } from '../../store/types';
|
|
4
|
+
import { DeleteLayerParams } from './LayerAddRemoveButton';
|
|
5
|
+
interface AddLayerParams {
|
|
6
|
+
serviceUrl: string;
|
|
7
|
+
layerName: string;
|
|
8
|
+
}
|
|
9
|
+
export interface LayerListProps {
|
|
10
|
+
services: serviceTypes.Services;
|
|
11
|
+
filteredLayers: LayerWithServiceName[];
|
|
12
|
+
layerSelectHeight: number;
|
|
13
|
+
serviceListHeight: number;
|
|
14
|
+
layerSelectWidth: number;
|
|
15
|
+
addLayer: ({ serviceUrl, layerName }: AddLayerParams) => void;
|
|
16
|
+
deleteLayer: ({ layerId }: DeleteLayerParams) => void;
|
|
17
|
+
mapLayers: layerTypes.ReduxLayer[];
|
|
18
|
+
searchFilter: string;
|
|
19
|
+
isLayerInfoVisibleInStore: boolean;
|
|
20
|
+
onToggleActiveLayer: ({ serviceUrl, layerName, isActiveLayer, }: AddLayerParams & {
|
|
21
|
+
isActiveLayer: boolean;
|
|
22
|
+
}) => void;
|
|
23
|
+
currentLayerInfo?: AddLayerParams;
|
|
24
|
+
}
|
|
25
|
+
export declare const LayerList: React.FC<LayerListProps>;
|
|
26
|
+
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { LayerWithServiceName } from '../../store/types';
|
|
2
|
-
export declare const defaultReduxActiveLayers: LayerWithServiceName[];
|
|
3
|
-
export declare const defaultReduxActiveLayersWithoutOptionalVariables: LayerWithServiceName[];
|
|
1
|
+
import { LayerWithServiceName } from '../../store/types';
|
|
2
|
+
export declare const defaultReduxActiveLayers: LayerWithServiceName[];
|
|
3
|
+
export declare const defaultReduxActiveLayersWithoutOptionalVariables: LayerWithServiceName[];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
interface LayerListConnectProps {
|
|
3
|
-
mapId: string;
|
|
4
|
-
layerSelectHeight: number;
|
|
5
|
-
serviceListHeight: number;
|
|
6
|
-
layerSelectWidth: number;
|
|
7
|
-
}
|
|
8
|
-
export declare const LayerListConnect: React.FC<LayerListConnectProps>;
|
|
9
|
-
export {};
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
interface LayerListConnectProps {
|
|
3
|
+
mapId: string;
|
|
4
|
+
layerSelectHeight: number;
|
|
5
|
+
serviceListHeight: number;
|
|
6
|
+
layerSelectWidth: number;
|
|
7
|
+
}
|
|
8
|
+
export declare const LayerListConnect: React.FC<LayerListConnectProps>;
|
|
9
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ListItem } from '@opengeoweb/webmap-react';
|
|
3
|
-
interface LayerListDimensionsProps {
|
|
4
|
-
dimensions: ListItem[];
|
|
5
|
-
}
|
|
6
|
-
export declare const LayerListDimensions: React.FC<LayerListDimensionsProps>;
|
|
7
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ListItem } from '@opengeoweb/webmap-react';
|
|
3
|
+
interface LayerListDimensionsProps {
|
|
4
|
+
dimensions: ListItem[];
|
|
5
|
+
}
|
|
6
|
+
export declare const LayerListDimensions: React.FC<LayerListDimensionsProps>;
|
|
7
|
+
export {};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { layerTypes, serviceTypes } from '@opengeoweb/store';
|
|
3
|
-
import { LayerProps } from '@opengeoweb/webmap';
|
|
4
|
-
import { DeleteLayerParams } from './LayerAddRemoveButton';
|
|
5
|
-
interface AddLayerParams {
|
|
6
|
-
serviceUrl: string;
|
|
7
|
-
layerName: string;
|
|
8
|
-
}
|
|
9
|
-
interface LayerListRowProps {
|
|
10
|
-
layer: LayerProps;
|
|
11
|
-
service: serviceTypes.ReduxService;
|
|
12
|
-
addLayer: ({ serviceUrl, layerName }: AddLayerParams) => void;
|
|
13
|
-
deleteLayer: ({ layerId, layerIndex }: DeleteLayerParams) => void;
|
|
14
|
-
mapLayers: layerTypes.ReduxLayer[];
|
|
15
|
-
layerSelectWidth: number;
|
|
16
|
-
searchFilter: string;
|
|
17
|
-
hasActiveLayer: boolean;
|
|
18
|
-
onToggleActiveLayer: () => void;
|
|
19
|
-
}
|
|
20
|
-
export declare const LayerListRow: React.FC<LayerListRowProps>;
|
|
21
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { layerTypes, serviceTypes } from '@opengeoweb/store';
|
|
3
|
+
import { LayerProps } from '@opengeoweb/webmap';
|
|
4
|
+
import { DeleteLayerParams } from './LayerAddRemoveButton';
|
|
5
|
+
interface AddLayerParams {
|
|
6
|
+
serviceUrl: string;
|
|
7
|
+
layerName: string;
|
|
8
|
+
}
|
|
9
|
+
interface LayerListRowProps {
|
|
10
|
+
layer: LayerProps;
|
|
11
|
+
service: serviceTypes.ReduxService;
|
|
12
|
+
addLayer: ({ serviceUrl, layerName }: AddLayerParams) => void;
|
|
13
|
+
deleteLayer: ({ layerId, layerIndex }: DeleteLayerParams) => void;
|
|
14
|
+
mapLayers: layerTypes.ReduxLayer[];
|
|
15
|
+
layerSelectWidth: number;
|
|
16
|
+
searchFilter: string;
|
|
17
|
+
hasActiveLayer: boolean;
|
|
18
|
+
onToggleActiveLayer: () => void;
|
|
19
|
+
}
|
|
20
|
+
export declare const LayerListRow: React.FC<LayerListRowProps>;
|
|
21
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './LayerAddRemoveButton';
|
|
2
|
-
export * from './LayerList';
|
|
3
|
-
export * from './LayerListConnect';
|
|
4
|
-
export * from './LayerListDimensions';
|
|
5
|
-
export * from './LayerListRow';
|
|
1
|
+
export * from './LayerAddRemoveButton';
|
|
2
|
+
export * from './LayerList';
|
|
3
|
+
export * from './LayerListConnect';
|
|
4
|
+
export * from './LayerListDimensions';
|
|
5
|
+
export * from './LayerListRow';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { uiTypes } from '@opengeoweb/store';
|
|
3
|
-
interface Size {
|
|
4
|
-
width: number;
|
|
5
|
-
height: number;
|
|
6
|
-
}
|
|
7
|
-
interface LayerSelectProps {
|
|
8
|
-
mapId: string;
|
|
9
|
-
bounds?: string;
|
|
10
|
-
showTitle?: boolean;
|
|
11
|
-
onClose?: () => void;
|
|
12
|
-
onMouseDown?: (event: MouseEvent) => void;
|
|
13
|
-
isOpen: boolean;
|
|
14
|
-
order?: number;
|
|
15
|
-
source?: uiTypes.Source;
|
|
16
|
-
startSize?: Size;
|
|
17
|
-
isMultiMap?: boolean;
|
|
18
|
-
}
|
|
19
|
-
export declare const LayerSelect: React.FC<LayerSelectProps>;
|
|
20
|
-
export {};
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { uiTypes } from '@opengeoweb/store';
|
|
3
|
+
interface Size {
|
|
4
|
+
width: number;
|
|
5
|
+
height: number;
|
|
6
|
+
}
|
|
7
|
+
interface LayerSelectProps {
|
|
8
|
+
mapId: string;
|
|
9
|
+
bounds?: string;
|
|
10
|
+
showTitle?: boolean;
|
|
11
|
+
onClose?: () => void;
|
|
12
|
+
onMouseDown?: (event: MouseEvent) => void;
|
|
13
|
+
isOpen: boolean;
|
|
14
|
+
order?: number;
|
|
15
|
+
source?: uiTypes.Source;
|
|
16
|
+
startSize?: Size;
|
|
17
|
+
isMultiMap?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export declare const LayerSelect: React.FC<LayerSelectProps>;
|
|
20
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
6
|
-
export declare const LayerSelectDemoLightTheme: {
|
|
7
|
-
(): React.ReactElement;
|
|
8
|
-
tags: string[];
|
|
9
|
-
parameters: {
|
|
10
|
-
zeplinLink: {
|
|
11
|
-
name: string;
|
|
12
|
-
link: string;
|
|
13
|
-
}[];
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
export declare const LayerSelectDemoDarkTheme: {
|
|
17
|
-
(): React.ReactElement;
|
|
18
|
-
tags: string[];
|
|
19
|
-
parameters: {
|
|
20
|
-
zeplinLink: {
|
|
21
|
-
name: string;
|
|
22
|
-
link: string;
|
|
23
|
-
}[];
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
export declare const LayerSelectDemoSmallLightTheme: {
|
|
27
|
-
(): React.ReactElement;
|
|
28
|
-
tags: string[];
|
|
29
|
-
};
|
|
30
|
-
export declare const LayerSelectDemoSmallDarkTheme: {
|
|
31
|
-
(): React.ReactElement;
|
|
32
|
-
tags: string[];
|
|
33
|
-
};
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const LayerSelectDemoLightTheme: {
|
|
7
|
+
(): React.ReactElement;
|
|
8
|
+
tags: string[];
|
|
9
|
+
parameters: {
|
|
10
|
+
zeplinLink: {
|
|
11
|
+
name: string;
|
|
12
|
+
link: string;
|
|
13
|
+
}[];
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export declare const LayerSelectDemoDarkTheme: {
|
|
17
|
+
(): React.ReactElement;
|
|
18
|
+
tags: string[];
|
|
19
|
+
parameters: {
|
|
20
|
+
zeplinLink: {
|
|
21
|
+
name: string;
|
|
22
|
+
link: string;
|
|
23
|
+
}[];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export declare const LayerSelectDemoSmallLightTheme: {
|
|
27
|
+
(): React.ReactElement;
|
|
28
|
+
tags: string[];
|
|
29
|
+
};
|
|
30
|
+
export declare const LayerSelectDemoSmallDarkTheme: {
|
|
31
|
+
(): React.ReactElement;
|
|
32
|
+
tags: string[];
|
|
33
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { uiTypes } from '@opengeoweb/store';
|
|
3
|
-
interface LayerSelectButtonConnectProps {
|
|
4
|
-
mapId: string;
|
|
5
|
-
source?: uiTypes.Source;
|
|
6
|
-
tooltipTitle?: string;
|
|
7
|
-
icon?: React.ReactNode;
|
|
8
|
-
isMultiMap?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare const LayerSelectButtonConnect: React.FC<LayerSelectButtonConnectProps>;
|
|
11
|
-
export {};
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { uiTypes } from '@opengeoweb/store';
|
|
3
|
+
interface LayerSelectButtonConnectProps {
|
|
4
|
+
mapId: string;
|
|
5
|
+
source?: uiTypes.Source;
|
|
6
|
+
tooltipTitle?: string;
|
|
7
|
+
icon?: React.ReactNode;
|
|
8
|
+
isMultiMap?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const LayerSelectButtonConnect: React.FC<LayerSelectButtonConnectProps>;
|
|
11
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
interface LayerSelectConnectProps {
|
|
3
|
-
mapId?: string;
|
|
4
|
-
bounds?: string;
|
|
5
|
-
showTitle?: boolean;
|
|
6
|
-
isMultiMap?: boolean;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* LayerSelectConnect is a component that is opened from LayerManager
|
|
10
|
-
* It's used to add Services and Layers to the application
|
|
11
|
-
* It doesn't expect any props, its subcomponents only read and write to redux store
|
|
12
|
-
*
|
|
13
|
-
* ``` <LayerSelectConnect />```
|
|
14
|
-
*/
|
|
15
|
-
export declare const LayerSelectConnect: React.FC<LayerSelectConnectProps>;
|
|
16
|
-
export {};
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
interface LayerSelectConnectProps {
|
|
3
|
+
mapId?: string;
|
|
4
|
+
bounds?: string;
|
|
5
|
+
showTitle?: boolean;
|
|
6
|
+
isMultiMap?: boolean;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* LayerSelectConnect is a component that is opened from LayerManager
|
|
10
|
+
* It's used to add Services and Layers to the application
|
|
11
|
+
* It doesn't expect any props, its subcomponents only read and write to redux store
|
|
12
|
+
*
|
|
13
|
+
* ``` <LayerSelectConnect />```
|
|
14
|
+
*/
|
|
15
|
+
export declare const LayerSelectConnect: React.FC<LayerSelectConnectProps>;
|
|
16
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|