@opengeoweb/layer-select 9.28.1 → 9.29.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.
Files changed (79) hide show
  1. package/index.esm.js +185 -169
  2. package/package.json +1 -1
  3. package/src/index.d.ts +4 -4
  4. package/src/lib/components/KeywordFilterButton/KeywordFilterButtonConnect.d.ts +9 -9
  5. package/src/lib/components/KeywordFilterButton/KeywordFilterButtonConnect.spec.d.ts +1 -1
  6. package/src/lib/components/KeywordFilterButton/index.d.ts +1 -1
  7. package/src/lib/components/KeywordFilterResults/KeywordFilterResults.d.ts +13 -13
  8. package/src/lib/components/KeywordFilterResults/KeywordFilterResults.integration.spec.d.ts +1 -1
  9. package/src/lib/components/KeywordFilterResults/KeywordFilterResults.stories.d.ts +25 -25
  10. package/src/lib/components/KeywordFilterResults/KeywordFilterResultsConnect.d.ts +8 -8
  11. package/src/lib/components/KeywordFilterResults/KeywordFilterResultsListItemConnect.d.ts +6 -6
  12. package/src/lib/components/KeywordFilterResults/KeywordFilterSelectAllSwitchConnect.d.ts +2 -2
  13. package/src/lib/components/KeywordFilterResults/index.d.ts +4 -4
  14. package/src/lib/components/LayerList/LayerAddRemoveButton.d.ts +19 -19
  15. package/src/lib/components/LayerList/LayerAddRemoveButton.spec.d.ts +1 -1
  16. package/src/lib/components/LayerList/LayerList.d.ts +26 -26
  17. package/src/lib/components/LayerList/LayerList.spec.d.ts +3 -3
  18. package/src/lib/components/LayerList/LayerListConnect.d.ts +9 -9
  19. package/src/lib/components/LayerList/LayerListConnect.spec.d.ts +1 -1
  20. package/src/lib/components/LayerList/LayerListDimensions.d.ts +7 -7
  21. package/src/lib/components/LayerList/LayerListRow.d.ts +21 -21
  22. package/src/lib/components/LayerList/index.d.ts +5 -5
  23. package/src/lib/components/LayerSelect/LayerSelect.d.ts +20 -20
  24. package/src/lib/components/LayerSelect/LayerSelect.spec.d.ts +1 -1
  25. package/src/lib/components/LayerSelect/LayerSelect.stories.d.ts +33 -33
  26. package/src/lib/components/LayerSelect/LayerSelectButtonConnect.d.ts +11 -11
  27. package/src/lib/components/LayerSelect/LayerSelectButtonConnect.spec.d.ts +1 -1
  28. package/src/lib/components/LayerSelect/LayerSelectConnect.d.ts +16 -16
  29. package/src/lib/components/LayerSelect/LayerSelectConnect.integration.spec.d.ts +1 -1
  30. package/src/lib/components/LayerSelect/LayerSelectConnect.spec.d.ts +1 -1
  31. package/src/lib/components/LayerSelect/LayerSelectUtils.d.ts +77 -77
  32. package/src/lib/components/LayerSelect/LayerSelectUtils.spec.d.ts +1 -1
  33. package/src/lib/components/LayerSelect/index.d.ts +2 -2
  34. package/src/lib/components/Providers/Providers.d.ts +20 -20
  35. package/src/lib/components/Providers/index.d.ts +1 -1
  36. package/src/lib/components/SearchField/SearchFieldConnect.d.ts +2 -2
  37. package/src/lib/components/SearchField/SearchFieldConnect.spec.d.ts +1 -1
  38. package/src/lib/components/SearchField/index.d.ts +1 -1
  39. package/src/lib/components/ServiceList/ServiceChip.d.ts +11 -11
  40. package/src/lib/components/ServiceList/ServiceChip.spec.d.ts +1 -1
  41. package/src/lib/components/ServiceList/ServiceChipConnect.d.ts +10 -10
  42. package/src/lib/components/ServiceList/ServiceList.d.ts +8 -8
  43. package/src/lib/components/ServiceList/ServiceListConnect.d.ts +6 -6
  44. package/src/lib/components/ServiceList/ServiceListConnect.spec.d.ts +1 -1
  45. package/src/lib/components/ServiceList/index.d.ts +4 -4
  46. package/src/lib/components/ServiceOptionsButton/ServiceOptionsButton.d.ts +6 -6
  47. package/src/lib/components/ServiceOptionsButton/ServiceOptionsButton.spec.d.ts +1 -1
  48. package/src/lib/components/ServiceOptionsButton/ServiceOptionsButton.stories.d.ts +7 -7
  49. package/src/lib/components/ServiceOptionsButton/index.d.ts +1 -1
  50. package/src/lib/components/ServiceOptionsDialog/ServiceOptionsDialog.d.ts +19 -19
  51. package/src/lib/components/ServiceOptionsDialog/ServiceOptionsDialog.spec.d.ts +1 -1
  52. package/src/lib/components/ServiceOptionsDialog/ServiceOptionsDialog.stories.d.ts +25 -25
  53. package/src/lib/components/ServiceOptionsDialog/ServiceOptionsDialogConnect.d.ts +9 -8
  54. package/src/lib/components/ServiceOptionsDialog/ServiceOptionsDialogConnect.spec.d.ts +1 -1
  55. package/src/lib/components/ServiceOptionsDialog/index.d.ts +2 -2
  56. package/src/lib/components/ServicePopup/ServicePopup.d.ts +20 -19
  57. package/src/lib/components/ServicePopup/ServicePopup.spec.d.ts +1 -1
  58. package/src/lib/components/ServicePopup/ServicePopup.stories.d.ts +44 -43
  59. package/src/lib/components/ServicePopup/ServicePopupConnect.d.ts +2 -2
  60. package/src/lib/components/ServicePopup/ServicePopupConnect.spec.d.ts +1 -1
  61. package/src/lib/components/ServicePopup/ServicePopupConnect.stories.d.ts +6 -6
  62. package/src/lib/components/ServicePopup/ServicePopupDialogConnect.d.ts +11 -11
  63. package/src/lib/components/ServicePopup/index.d.ts +3 -3
  64. package/src/lib/components/ServicePopup/utils.d.ts +6 -6
  65. package/src/lib/components/ServicePopup/utils.spec.d.ts +1 -1
  66. package/src/lib/components/index.d.ts +9 -9
  67. package/src/lib/index.d.ts +2 -2
  68. package/src/lib/store/config.d.ts +4 -4
  69. package/src/lib/store/index.d.ts +6 -6
  70. package/src/lib/store/listeners.d.ts +2 -2
  71. package/src/lib/store/listeners.spec.d.ts +1 -1
  72. package/src/lib/store/reducer.d.ts +27 -27
  73. package/src/lib/store/reducer.spec.d.ts +1 -1
  74. package/src/lib/store/selectors.d.ts +97 -97
  75. package/src/lib/store/selectors.spec.d.ts +1 -1
  76. package/src/lib/store/types.d.ts +68 -68
  77. package/src/lib/store/utils.d.ts +8 -8
  78. package/src/lib/store/utils.spec.d.ts +1 -1
  79. package/src/lib/utils/i18n.d.ts +6 -6
@@ -1,77 +1,77 @@
1
- import { CSSProperties } from 'react';
2
- import { layerSelectTypes } from '../../store';
3
- export declare const layerSelectColumnsLarge: {
4
- column1: {
5
- width: number;
6
- };
7
- column2: {
8
- marginTop: string;
9
- width: string;
10
- height: string;
11
- paddingLeft: string;
12
- };
13
- column3: {
14
- height: string;
15
- };
16
- column4: {
17
- height: string;
18
- };
19
- column5: {
20
- height: string;
21
- width: number;
22
- };
23
- column6: {
24
- height: string;
25
- width: string;
26
- };
27
- column7: {
28
- height: string;
29
- width: number;
30
- marginRight: number;
31
- marginLeft: number;
32
- };
33
- column8: {
34
- width: string;
35
- };
36
- column9: {
37
- width: string;
38
- };
39
- };
40
- export declare const layerSelectColumnsSmall: {
41
- column1: {
42
- width: string;
43
- };
44
- column2: {
45
- marginTop: string;
46
- width: string;
47
- };
48
- column3: {
49
- height: string;
50
- };
51
- column4: {
52
- height: string;
53
- };
54
- column5: {
55
- height: string;
56
- width: string;
57
- };
58
- column6: {
59
- height: string;
60
- width: string;
61
- };
62
- column7: {
63
- height: string;
64
- width: number;
65
- marginRight: number;
66
- marginLeft: number;
67
- };
68
- column8: {
69
- width: string;
70
- };
71
- column9: {
72
- width: string;
73
- };
74
- };
75
- export declare const widthToColumns: (width: number) => Record<string, CSSProperties>;
76
- export declare const widthToRowHeight: (width: number) => number;
77
- export declare const sortByService: (serviceObj: layerSelectTypes.ActiveServiceObjectEntities) => layerSelectTypes.ActiveServiceObjectEntities;
1
+ import { CSSProperties } from 'react';
2
+ import { layerSelectTypes } from '../../store';
3
+ export declare const layerSelectColumnsLarge: {
4
+ column1: {
5
+ width: number;
6
+ };
7
+ column2: {
8
+ marginTop: string;
9
+ width: string;
10
+ height: string;
11
+ paddingLeft: string;
12
+ };
13
+ column3: {
14
+ height: string;
15
+ };
16
+ column4: {
17
+ height: string;
18
+ };
19
+ column5: {
20
+ height: string;
21
+ width: number;
22
+ };
23
+ column6: {
24
+ height: string;
25
+ width: string;
26
+ };
27
+ column7: {
28
+ height: string;
29
+ width: number;
30
+ marginRight: number;
31
+ marginLeft: number;
32
+ };
33
+ column8: {
34
+ width: string;
35
+ };
36
+ column9: {
37
+ width: string;
38
+ };
39
+ };
40
+ export declare const layerSelectColumnsSmall: {
41
+ column1: {
42
+ width: string;
43
+ };
44
+ column2: {
45
+ marginTop: string;
46
+ width: string;
47
+ };
48
+ column3: {
49
+ height: string;
50
+ };
51
+ column4: {
52
+ height: string;
53
+ };
54
+ column5: {
55
+ height: string;
56
+ width: string;
57
+ };
58
+ column6: {
59
+ height: string;
60
+ width: string;
61
+ };
62
+ column7: {
63
+ height: string;
64
+ width: number;
65
+ marginRight: number;
66
+ marginLeft: number;
67
+ };
68
+ column8: {
69
+ width: string;
70
+ };
71
+ column9: {
72
+ width: string;
73
+ };
74
+ };
75
+ export declare const widthToColumns: (width: number) => Record<string, CSSProperties>;
76
+ export declare const widthToRowHeight: (width: number) => number;
77
+ export declare const sortByService: (serviceObj: layerSelectTypes.ActiveServiceObjectEntities) => layerSelectTypes.ActiveServiceObjectEntities;
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,2 +1,2 @@
1
- export * from './LayerSelectButtonConnect';
2
- export * from './LayerSelectConnect';
1
+ export * from './LayerSelectButtonConnect';
2
+ export * from './LayerSelectConnect';
@@ -1,20 +1,20 @@
1
- import React from 'react';
2
- import i18n from 'i18next';
3
- import { Theme } from '@mui/material';
4
- import { ThemeProviderProps } from '@opengeoweb/theme';
5
- import { Store } from '@reduxjs/toolkit';
6
- interface BaseProviderProps {
7
- children?: React.ReactNode;
8
- theme?: Theme;
9
- }
10
- interface LayerSelectTranslationWrapperProps {
11
- children?: React.ReactNode;
12
- i18nInstance?: typeof i18n;
13
- }
14
- export declare const ThemeProvider: React.FC<BaseProviderProps>;
15
- export declare const LayerSelecti18nProvider: React.FC<LayerSelectTranslationWrapperProps>;
16
- export declare const DemoWrapper: React.FC<BaseProviderProps>;
17
- export declare const TestThemeStoreProvider: React.FC<ThemeProviderProps & {
18
- store: Store;
19
- }>;
20
- export {};
1
+ import React from 'react';
2
+ import i18n from 'i18next';
3
+ import { Theme } from '@mui/material';
4
+ import { ThemeProviderProps } from '@opengeoweb/theme';
5
+ import { Store } from '@reduxjs/toolkit';
6
+ interface BaseProviderProps {
7
+ children?: React.ReactNode;
8
+ theme?: Theme;
9
+ }
10
+ interface LayerSelectTranslationWrapperProps {
11
+ children?: React.ReactNode;
12
+ i18nInstance?: typeof i18n;
13
+ }
14
+ export declare const ThemeProvider: React.FC<BaseProviderProps>;
15
+ export declare const LayerSelecti18nProvider: React.FC<LayerSelectTranslationWrapperProps>;
16
+ export declare const DemoWrapper: React.FC<BaseProviderProps>;
17
+ export declare const TestThemeStoreProvider: React.FC<ThemeProviderProps & {
18
+ store: Store;
19
+ }>;
20
+ export {};
@@ -1 +1 @@
1
- export * from './Providers';
1
+ export * from './Providers';
@@ -1,2 +1,2 @@
1
- import * as React from 'react';
2
- export declare const SearchFieldConnect: React.FC;
1
+ import * as React from 'react';
2
+ export declare const SearchFieldConnect: React.FC;
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1 +1 @@
1
- export * from './SearchFieldConnect';
1
+ export * from './SearchFieldConnect';
@@ -1,11 +1,11 @@
1
- import * as React from 'react';
2
- import { layerSelectTypes } from '../../store';
3
- interface ServiceChipProps {
4
- all?: boolean;
5
- service?: layerSelectTypes.ActiveServiceObject;
6
- isSelected?: boolean;
7
- isDisabled?: boolean;
8
- toggleChip?: (service: string) => void;
9
- }
10
- export declare const ServiceChip: React.FC<ServiceChipProps>;
11
- export {};
1
+ import * as React from 'react';
2
+ import { layerSelectTypes } from '../../store';
3
+ interface ServiceChipProps {
4
+ all?: boolean;
5
+ service?: layerSelectTypes.ActiveServiceObject;
6
+ isSelected?: boolean;
7
+ isDisabled?: boolean;
8
+ toggleChip?: (service: string) => void;
9
+ }
10
+ export declare const ServiceChip: React.FC<ServiceChipProps>;
11
+ export {};
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { layerSelectTypes } from '../../store';
3
- export interface ServiceChipConnectProps {
4
- service: layerSelectTypes.ActiveServiceObject;
5
- isAllSelected: boolean;
6
- }
7
- export declare const ServiceChipConnect: React.FC<ServiceChipConnectProps>;
8
- export declare const AllChipConnect: React.FC<{
9
- isAllSelected: boolean;
10
- }>;
1
+ import * as React from 'react';
2
+ import { layerSelectTypes } from '../../store';
3
+ export interface ServiceChipConnectProps {
4
+ service: layerSelectTypes.ActiveServiceObject;
5
+ isAllSelected: boolean;
6
+ }
7
+ export declare const ServiceChipConnect: React.FC<ServiceChipConnectProps>;
8
+ export declare const AllChipConnect: React.FC<{
9
+ isAllSelected: boolean;
10
+ }>;
@@ -1,8 +1,8 @@
1
- import * as React from 'react';
2
- import { layerSelectTypes } from '../../store';
3
- interface ServiceListProps {
4
- activeServicesById: layerSelectTypes.ActiveServiceObjectEntities;
5
- setHeight: (height: number) => void;
6
- }
7
- export declare const ServiceList: React.FC<ServiceListProps>;
8
- export {};
1
+ import * as React from 'react';
2
+ import { layerSelectTypes } from '../../store';
3
+ interface ServiceListProps {
4
+ activeServicesById: layerSelectTypes.ActiveServiceObjectEntities;
5
+ setHeight: (height: number) => void;
6
+ }
7
+ export declare const ServiceList: React.FC<ServiceListProps>;
8
+ export {};
@@ -1,6 +1,6 @@
1
- import * as React from 'react';
2
- interface ServiceListConnectProps {
3
- setHeight: (height: number) => void;
4
- }
5
- export declare const ServiceListConnect: React.FC<ServiceListConnectProps>;
6
- export {};
1
+ import * as React from 'react';
2
+ interface ServiceListConnectProps {
3
+ setHeight: (height: number) => void;
4
+ }
5
+ export declare const ServiceListConnect: React.FC<ServiceListConnectProps>;
6
+ export {};
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,4 +1,4 @@
1
- export * from './ServiceChip';
2
- export * from './ServiceChipConnect';
3
- export * from './ServiceList';
4
- export * from './ServiceListConnect';
1
+ export * from './ServiceChip';
2
+ export * from './ServiceChipConnect';
3
+ export * from './ServiceList';
4
+ export * from './ServiceListConnect';
@@ -1,6 +1,6 @@
1
- import * as React from 'react';
2
- interface ServiceOptionsButtonProps {
3
- mapId: string;
4
- }
5
- export declare const ServiceOptionsButton: React.FC<ServiceOptionsButtonProps>;
6
- export {};
1
+ import * as React from 'react';
2
+ interface ServiceOptionsButtonProps {
3
+ mapId: string;
4
+ }
5
+ export declare const ServiceOptionsButton: React.FC<ServiceOptionsButtonProps>;
6
+ export {};
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,7 +1,7 @@
1
- import * as React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export declare const ServiceOptionsButtonLight: () => React.ReactElement;
7
- export declare const ServiceOptionsButtonDark: () => React.ReactElement;
1
+ import * as React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const ServiceOptionsButtonLight: () => React.ReactElement;
7
+ export declare const ServiceOptionsButtonDark: () => React.ReactElement;
@@ -1 +1 @@
1
- export * from './ServiceOptionsButton';
1
+ export * from './ServiceOptionsButton';
@@ -1,19 +1,19 @@
1
- import * as React from 'react';
2
- import { layerTypes } from '@opengeoweb/store';
3
- import { layerSelectTypes } from '../../store';
4
- interface ServiceOptionsDialogProps {
5
- services: layerSelectTypes.ActiveServiceObjectEntities;
6
- layerSelectRemoveService?: (serviceId: string, serviceUrl: string, serviceName: string) => void;
7
- layerSelectReloadService?: (serviceUrl: string) => void;
8
- selectedLayers: layerTypes.ReduxLayer[];
9
- setServicePopupInfo?: (popupInfo: ServicePopupInfo) => void;
10
- isLoading?: boolean;
11
- }
12
- export interface ServicePopupInfo {
13
- isOpen: boolean;
14
- serviceId?: string;
15
- serviceUrl?: string;
16
- variant?: layerSelectTypes.PopupVariant;
17
- }
18
- export declare const ServiceOptionsDialog: React.FC<ServiceOptionsDialogProps>;
19
- export {};
1
+ import * as React from 'react';
2
+ import { layerTypes } from '@opengeoweb/store';
3
+ import { layerSelectTypes } from '../../store';
4
+ interface ServiceOptionsDialogProps {
5
+ services: layerSelectTypes.ActiveServiceObjectEntities;
6
+ layerSelectRemoveService?: (serviceId: string, serviceUrl: string, serviceName: string) => void;
7
+ layerSelectReloadService?: (serviceUrl: string) => void;
8
+ selectedLayers: layerTypes.ReduxLayer[];
9
+ setServicePopupInfo?: (popupInfo: ServicePopupInfo) => void;
10
+ isLoading?: boolean;
11
+ }
12
+ export interface ServicePopupInfo {
13
+ isOpen: boolean;
14
+ serviceId?: string;
15
+ serviceUrl?: string;
16
+ variant?: layerSelectTypes.PopupVariant;
17
+ }
18
+ export declare const ServiceOptionsDialog: React.FC<ServiceOptionsDialogProps>;
19
+ export {};
@@ -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 ServiceOptionsDialogLight: {
7
- (): React.ReactElement;
8
- tags: string[];
9
- parameters: {
10
- zeplinLink: {
11
- name: string;
12
- link: string;
13
- }[];
14
- };
15
- };
16
- export declare const ServiceOptionsDialogDark: {
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 ServiceOptionsDialogLight: {
7
+ (): React.ReactElement;
8
+ tags: string[];
9
+ parameters: {
10
+ zeplinLink: {
11
+ name: string;
12
+ link: string;
13
+ }[];
14
+ };
15
+ };
16
+ export declare const ServiceOptionsDialogDark: {
17
+ (): React.ReactElement;
18
+ tags: string[];
19
+ parameters: {
20
+ zeplinLink: {
21
+ name: string;
22
+ link: string;
23
+ }[];
24
+ };
25
+ };
@@ -1,8 +1,9 @@
1
- import * as React from 'react';
2
- interface ServiceOptionsDialogConnectProps {
3
- mapId?: string;
4
- }
5
- export declare const getServiceSuccesUpdateMessage: (serviceName: string) => string;
6
- export declare const getServiceFailedUpdateMessage: (error: Error) => string;
7
- export declare const ServiceOptionsDialogConnect: React.FC<ServiceOptionsDialogConnectProps>;
8
- export {};
1
+ import * as React from 'react';
2
+ import { snackbarTypes } from '@opengeoweb/snackbar';
3
+ interface ServiceOptionsDialogConnectProps {
4
+ mapId?: string;
5
+ }
6
+ export declare const getServiceSuccesUpdateMessage: (serviceName: string) => snackbarTypes.TranslatableMessage;
7
+ export declare const getServiceFailedUpdateMessage: (error: Error) => snackbarTypes.TranslatableMessage;
8
+ export declare const ServiceOptionsDialogConnect: React.FC<ServiceOptionsDialogConnectProps>;
9
+ export {};
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,2 +1,2 @@
1
- export * from './ServiceOptionsDialog';
2
- export * from './ServiceOptionsDialogConnect';
1
+ export * from './ServiceOptionsDialog';
2
+ export * from './ServiceOptionsDialogConnect';
@@ -1,19 +1,20 @@
1
- import * as React from 'react';
2
- import { serviceTypes } from '@opengeoweb/store';
3
- import { layerSelectTypes } from '../../store';
4
- export interface ServicePopupProps {
5
- servicePopupVariant: layerSelectTypes.PopupVariant;
6
- hideBackdrop?: boolean;
7
- isOpen?: boolean;
8
- closePopup?: () => void;
9
- shouldDisableAutoFocus?: boolean;
10
- serviceId?: string;
11
- serviceUrl?: string;
12
- serviceName?: string;
13
- serviceAbstracts?: string;
14
- services?: layerSelectTypes.ActiveServiceObjectEntities;
15
- serviceSetLayers: (payload: serviceTypes.SetLayersForServicePayload) => void;
16
- showSnackbar?: (message: string) => void;
17
- }
18
- export declare const getSuccesMessage: (serviceName: string) => string;
19
- export declare const ServicePopup: React.FC<ServicePopupProps>;
1
+ import * as React from 'react';
2
+ import { serviceTypes } from '@opengeoweb/store';
3
+ import { TFunction } from 'i18next';
4
+ import { layerSelectTypes } from '../../store';
5
+ export interface ServicePopupProps {
6
+ servicePopupVariant: layerSelectTypes.PopupVariant;
7
+ hideBackdrop?: boolean;
8
+ isOpen?: boolean;
9
+ closePopup?: () => void;
10
+ shouldDisableAutoFocus?: boolean;
11
+ serviceId?: string;
12
+ serviceUrl?: string;
13
+ serviceName?: string;
14
+ serviceAbstracts?: string;
15
+ services?: layerSelectTypes.ActiveServiceObjectEntities;
16
+ serviceSetLayers: (payload: serviceTypes.SetLayersForServicePayload) => void;
17
+ showSnackbar?: (message: string) => void;
18
+ }
19
+ export declare const getSuccesMessage: (serviceName: string, t: TFunction) => string;
20
+ export declare const ServicePopup: React.FC<ServicePopupProps>;
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,43 +1,44 @@
1
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("./ServicePopup").ServicePopupProps>;
2
- export default _default;
3
- export declare const ServicePopupAddLight: {
4
- (): JSX.Element;
5
- tags: string[];
6
- parameters: {
7
- zeplinLink: {
8
- name: string;
9
- link: string;
10
- }[];
11
- };
12
- };
13
- export declare const ServicePopupAddDark: {
14
- (): JSX.Element;
15
- tags: string[];
16
- parameters: {
17
- zeplinLink: {
18
- name: string;
19
- link: string;
20
- }[];
21
- };
22
- };
23
- export declare const ServicePopupShowLight: {
24
- (): JSX.Element;
25
- tags: string[];
26
- parameters: {
27
- zeplinLink: {
28
- name: string;
29
- link: string;
30
- }[];
31
- };
32
- };
33
- export declare const ServicePopupShowDark: {
34
- (): JSX.Element;
35
- tags: string[];
36
- parameters: {
37
- zeplinLink: {
38
- name: string;
39
- link: string;
40
- }[];
41
- };
42
- };
43
- export declare const ServicePopupWithInvalidUrl: () => JSX.Element;
1
+ import * as React from 'react';
2
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("./ServicePopup").ServicePopupProps>;
3
+ export default _default;
4
+ export declare const ServicePopupAddLight: {
5
+ (): React.ReactElement;
6
+ tags: string[];
7
+ parameters: {
8
+ zeplinLink: {
9
+ name: string;
10
+ link: string;
11
+ }[];
12
+ };
13
+ };
14
+ export declare const ServicePopupAddDark: {
15
+ (): React.ReactElement;
16
+ tags: string[];
17
+ parameters: {
18
+ zeplinLink: {
19
+ name: string;
20
+ link: string;
21
+ }[];
22
+ };
23
+ };
24
+ export declare const ServicePopupShowLight: {
25
+ (): React.ReactElement;
26
+ tags: string[];
27
+ parameters: {
28
+ zeplinLink: {
29
+ name: string;
30
+ link: string;
31
+ }[];
32
+ };
33
+ };
34
+ export declare const ServicePopupShowDark: {
35
+ (): React.ReactElement;
36
+ tags: string[];
37
+ parameters: {
38
+ zeplinLink: {
39
+ name: string;
40
+ link: string;
41
+ }[];
42
+ };
43
+ };
44
+ export declare const ServicePopupWithInvalidUrl: () => React.ReactElement;
@@ -1,2 +1,2 @@
1
- import React from 'react';
2
- export declare const ServicePopupConnect: React.FC;
1
+ import React from 'react';
2
+ export declare const ServicePopupConnect: React.FC;
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,6 +1,6 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- };
5
- export default _default;
6
- export declare const ServicePopupAddWithExistingServiceError: React.FC;
1
+ import React from 'react';
2
+ declare const _default: {
3
+ title: string;
4
+ };
5
+ export default _default;
6
+ export declare const ServicePopupAddWithExistingServiceError: React.FC;