@kepler.gl/components 3.3.0-alpha.1 → 3.3.0-alpha.2

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 (126) hide show
  1. package/dist/common/action-panel.js +1 -1
  2. package/dist/common/color-legend.d.ts +1 -1
  3. package/dist/common/data-table/canvas.d.ts +1 -1
  4. package/dist/common/data-table/index.d.ts +1 -1
  5. package/dist/common/dnd-layer-items.d.ts +4 -0
  6. package/dist/common/dnd-layer-items.js +6 -2
  7. package/dist/common/error-boundary.d.ts +1 -1
  8. package/dist/common/file-uploader/file-upload.d.ts +1 -1
  9. package/dist/common/flex-container.d.ts +15 -7
  10. package/dist/common/icon-button.d.ts +53 -6
  11. package/dist/common/icons/arrow-down-full.d.ts +2 -1
  12. package/dist/common/icons/arrow-down-full.js +1 -1
  13. package/dist/common/icons/folder.d.ts +10 -0
  14. package/dist/common/icons/folder.js +51 -0
  15. package/dist/common/icons/index.d.ts +1 -0
  16. package/dist/common/icons/index.js +8 -1
  17. package/dist/common/icons/timeline-marker.d.ts +2 -1
  18. package/dist/common/icons/timeline-marker.js +1 -1
  19. package/dist/common/item-selector/dropdown-list.d.ts +1 -1
  20. package/dist/common/item-selector/dropdown-list.js +1 -1
  21. package/dist/common/item-selector/dropdown-select.d.ts +13 -7
  22. package/dist/common/item-selector/item-selector.d.ts +1 -1
  23. package/dist/common/item-selector/item-selector.js +1 -1
  24. package/dist/common/item-selector/typeahead.d.ts +4 -4
  25. package/dist/common/item-selector/typeahead.js +1 -3
  26. package/dist/common/layout-splitter.d.ts +45 -0
  27. package/dist/common/layout-splitter.js +231 -0
  28. package/dist/common/line-chart.d.ts +7 -3
  29. package/dist/common/line-chart.js +179 -59
  30. package/dist/common/modal.d.ts +11 -5
  31. package/dist/common/modal.js +1 -1
  32. package/dist/common/portaled.d.ts +17 -17
  33. package/dist/common/range-slider.js +1 -3
  34. package/dist/common/slider/mouse-event.d.ts +1 -1
  35. package/dist/common/slider/mouse-event.js +1 -2
  36. package/dist/common/slider/slider-bar-handle.d.ts +1 -1
  37. package/dist/common/slider/slider-bar-handle.js +1 -1
  38. package/dist/common/slider/slider-handle.d.ts +3 -3
  39. package/dist/common/slider/slider-handle.js +1 -1
  40. package/dist/common/slider/slider.d.ts +4 -4
  41. package/dist/common/slider/slider.js +1 -1
  42. package/dist/common/styled-components.d.ts +627 -177
  43. package/dist/common/vertical-toolbar.d.ts +12 -2
  44. package/dist/container.d.ts +3 -2
  45. package/dist/container.js +2 -2
  46. package/dist/context.d.ts +1 -1
  47. package/dist/context.js +1 -1
  48. package/dist/dnd-context.d.ts +4 -3
  49. package/dist/dnd-context.js +64 -9
  50. package/dist/effects/compact-color-picker.d.ts +1 -1
  51. package/dist/effects/effect-configurator.d.ts +2 -4
  52. package/dist/effects/effect-time-configurator.js +1 -1
  53. package/dist/effects/effect-type-list-item.d.ts +1 -1
  54. package/dist/filters/components.d.ts +7 -5
  55. package/dist/filters/filter-panels/filter-synced-dataset-panel.d.ts +6 -2
  56. package/dist/geocoder-panel.d.ts +2 -2
  57. package/dist/geocoder-panel.js +6 -7
  58. package/dist/hooks/use-dnd-layers.d.ts +4 -3
  59. package/dist/hooks/use-dnd-layers.js +103 -42
  60. package/dist/index.d.ts +3 -2
  61. package/dist/index.js +38 -9
  62. package/dist/injector.d.ts +1 -1
  63. package/dist/kepler-gl.d.ts +167 -27
  64. package/dist/kepler-gl.js +3 -2
  65. package/dist/loading-indicator.d.ts +1 -1
  66. package/dist/map/layer-hover-info.d.ts +7 -3
  67. package/dist/map/layer-hover-info.js +58 -22
  68. package/dist/map/map-control-panel.js +3 -2
  69. package/dist/map/map-control-toolbar.d.ts +29 -4
  70. package/dist/map/map-control.d.ts +11 -4
  71. package/dist/map/map-control.js +7 -6
  72. package/dist/map/map-legend-panel.d.ts +11 -2
  73. package/dist/map/map-legend-panel.js +19 -2
  74. package/dist/map/map-legend.d.ts +19 -2
  75. package/dist/map/map-legend.js +141 -27
  76. package/dist/map/split-map-button.d.ts +6 -1
  77. package/dist/map/split-map-button.js +113 -19
  78. package/dist/map-container.js +20 -3
  79. package/dist/maps-layout.d.ts +3 -0
  80. package/dist/maps-layout.js +86 -26
  81. package/dist/modal-container.d.ts +1 -1
  82. package/dist/modals/cloud-tile.d.ts +1 -2
  83. package/dist/modals/export-map-modal/components.d.ts +9 -5
  84. package/dist/modals/export-video-modal.d.ts +3 -0
  85. package/dist/modals/export-video-modal.js +79 -46
  86. package/dist/modals/export-video-modal.spec.js +2 -2
  87. package/dist/modals/hubble-utils.d.ts +16 -0
  88. package/dist/modals/hubble-utils.js +98 -1
  89. package/dist/modals/modal-dialog.d.ts +1 -1
  90. package/dist/modals/share-map-modal.d.ts +2 -4
  91. package/dist/modals/swipe-composite-utils.d.ts +10 -0
  92. package/dist/modals/swipe-composite-utils.js +108 -0
  93. package/dist/modals/swipe-export-settings.d.ts +24 -0
  94. package/dist/modals/swipe-export-settings.js +370 -0
  95. package/dist/modals/swipe-export-video-container.d.ts +122 -0
  96. package/dist/modals/swipe-export-video-container.js +630 -0
  97. package/dist/modals/swipe-export-video-preview.d.ts +68 -0
  98. package/dist/modals/swipe-export-video-preview.js +339 -0
  99. package/dist/modals/tilesets-modals/tileset-raster-form.js +1 -5
  100. package/dist/side-panel/filter-panel/filter-panel-header.d.ts +7 -3
  101. package/dist/side-panel/layer-manager.d.ts +5 -4
  102. package/dist/side-panel/layer-manager.js +16 -4
  103. package/dist/side-panel/layer-panel/color-selector.d.ts +6 -4
  104. package/dist/side-panel/layer-panel/custom-palette.d.ts +3 -5
  105. package/dist/side-panel/layer-panel/dataset-layer-group.d.ts +2 -1
  106. package/dist/side-panel/layer-panel/dataset-layer-group.js +1 -1
  107. package/dist/side-panel/layer-panel/dataset-layer-section.d.ts +2 -1
  108. package/dist/side-panel/layer-panel/dataset-layer-section.js +1 -1
  109. package/dist/side-panel/layer-panel/layer-config-group.d.ts +5 -11
  110. package/dist/side-panel/layer-panel/layer-configurator.js +130 -82
  111. package/dist/side-panel/layer-panel/layer-group-header.d.ts +15 -0
  112. package/dist/side-panel/layer-panel/layer-group-header.js +179 -0
  113. package/dist/side-panel/layer-panel/layer-list.d.ts +9 -4
  114. package/dist/side-panel/layer-panel/layer-list.js +197 -40
  115. package/dist/side-panel/layer-panel/vector-tile-layer-configurator.js +2 -10
  116. package/dist/side-panel/panel-tab.d.ts +1 -3
  117. package/dist/side-panel/panel-view-list-toggle.d.ts +4 -4
  118. package/dist/side-panel/side-bar.d.ts +1 -6
  119. package/dist/side-panel.d.ts +1 -1
  120. package/dist/types.d.ts +2 -2
  121. package/dist/types.js +1 -1
  122. package/package.json +29 -35
  123. package/dist/map/layer-selector-panel.d.ts +0 -21
  124. package/dist/map/layer-selector-panel.js +0 -85
  125. package/dist/side-panel/layer-panel/radius-by-zoom-input.d.ts +0 -11
  126. package/dist/side-panel/layer-panel/radius-by-zoom-input.js +0 -220
@@ -1,46 +1,42 @@
1
1
  import { RGBColor } from '@kepler.gl/types';
2
+ import DatePicker from 'react-date-picker';
3
+ import TimePicker from 'react-time-picker';
2
4
  import { TooltipProps } from 'react-tooltip';
3
5
  import { IStyledComponent } from 'styled-components';
4
6
  import { BaseComponentProps } from '../types';
5
7
  export declare function shouldForwardProp(propName: any, target: any): boolean;
6
- export declare const SelectText: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>;
7
- export declare const SelectTextBold: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>, "ref"> & {
8
- ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
9
- }, never>> & Omit<IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>, keyof import("react").Component<any, {}, any>>;
10
- export declare const IconRoundSmall: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
11
- export declare const CenterFlexbox: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
12
- export declare const CenterVerticalFlexbox: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
13
- export declare const EndHorizontalFlexbox: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
14
- export declare const SpaceBetweenFlexbox: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
15
- export declare const SBFlexboxItem: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
16
- export declare const SBFlexboxNoMargin: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
17
- export declare const PanelLabel: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
18
- ref?: ((instance: HTMLLabelElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLabelElement> | null | undefined;
19
- }>, never>, never>>;
20
- export declare const PanelLabelWrapper: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
21
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
22
- }>, never>, never>>;
23
- export declare const PanelLabelBold: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
24
- ref?: ((instance: HTMLLabelElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLabelElement> | null | undefined;
25
- }>, never>, never>, never>> & Omit<IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
26
- ref?: ((instance: HTMLLabelElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLabelElement> | null | undefined;
27
- }>, never>, never>>, keyof import("react").Component<any, {}, any>>;
28
- export declare const PanelHeaderTitle: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
29
- ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
30
- }>, never>, never>>;
31
- export declare const PanelHeaderContent: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
32
- export declare const PanelContent: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
33
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
34
- }>, never>, never>>;
8
+ export declare const SelectText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>> & string;
9
+ export declare const SelectTextBold: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>, "as" | "forwardedAs"> & {
10
+ as?: import("styled-components").WebTarget | undefined;
11
+ forwardedAs?: import("styled-components").WebTarget | undefined;
12
+ }, never> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>, "as" | "forwardedAs"> & {
13
+ as?: import("styled-components").WebTarget | undefined;
14
+ forwardedAs?: import("styled-components").WebTarget | undefined;
15
+ }, never>>> & string;
16
+ export declare const IconRoundSmall: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
17
+ export declare const CenterFlexbox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
18
+ export declare const CenterVerticalFlexbox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
19
+ export declare const EndHorizontalFlexbox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
20
+ export declare const SpaceBetweenFlexbox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
21
+ export declare const SBFlexboxItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
22
+ export declare const SBFlexboxNoMargin: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
23
+ export declare const PanelLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, keyof import("react").ClassAttributes<HTMLLabelElement> | keyof import("react").LabelHTMLAttributes<HTMLLabelElement>> & import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement>, "className"> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, keyof import("react").ClassAttributes<HTMLLabelElement> | keyof import("react").LabelHTMLAttributes<HTMLLabelElement>> & import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement>, "className">>> & string;
24
+ export declare const PanelLabelWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "className"> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "className">>> & string;
25
+ export declare const PanelLabelBold: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, keyof import("react").ClassAttributes<HTMLLabelElement> | keyof import("react").LabelHTMLAttributes<HTMLLabelElement>> & import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement>, "className"> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, keyof import("react").ClassAttributes<HTMLLabelElement> | keyof import("react").LabelHTMLAttributes<HTMLLabelElement>> & import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement>, "className">>, "as" | "forwardedAs"> & {
26
+ as?: import("styled-components").WebTarget | undefined;
27
+ forwardedAs?: import("styled-components").WebTarget | undefined;
28
+ }, never> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, keyof import("react").ClassAttributes<HTMLLabelElement> | keyof import("react").LabelHTMLAttributes<HTMLLabelElement>> & import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement>, "className"> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, keyof import("react").ClassAttributes<HTMLLabelElement> | keyof import("react").LabelHTMLAttributes<HTMLLabelElement>> & import("react").ClassAttributes<HTMLLabelElement> & import("react").LabelHTMLAttributes<HTMLLabelElement>, "className">>, "as" | "forwardedAs"> & {
29
+ as?: import("styled-components").WebTarget | undefined;
30
+ forwardedAs?: import("styled-components").WebTarget | undefined;
31
+ }, never>>> & string;
32
+ export declare const PanelHeaderTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import("react").ClassAttributes<HTMLSpanElement> | keyof import("react").HTMLAttributes<HTMLSpanElement>> & import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement>, "className"> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import("react").ClassAttributes<HTMLSpanElement> | keyof import("react").HTMLAttributes<HTMLSpanElement>> & import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement>, "className">>> & string;
33
+ export declare const PanelHeaderContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
34
+ export declare const PanelContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "className"> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "className">>> & string;
35
35
  interface SidePanelSectionProps {
36
36
  disabled?: boolean;
37
37
  }
38
- export declare const SidePanelSection: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
39
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
40
- }>, never>, SidePanelSectionProps>>;
41
- export declare const SidePanelDivider: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
42
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
43
- }>, never>, never>>;
38
+ export declare const SidePanelSection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "disabled"> & SidePanelSectionProps, "className"> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "disabled"> & SidePanelSectionProps, "className">>> & string;
39
+ export declare const SidePanelDivider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "className"> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "className">>> & string;
44
40
  type TooltipAttrsProps = {
45
41
  interactive?: boolean;
46
42
  } & TooltipProps & BaseComponentProps;
@@ -61,84 +57,129 @@ export type ButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {
61
57
  inactive?: boolean;
62
58
  size?: string;
63
59
  };
64
- export declare const Button: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
65
- ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
66
- }>, never>, ButtonProps>>;
60
+ export declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof import("react").ClassAttributes<HTMLButtonElement> | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>, "small" | "ref" | "link" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
61
+ className?: string;
62
+ ref?: React.ForwardedRef<HTMLElement>;
63
+ children?: React.ReactNode;
64
+ negative?: boolean;
65
+ secondary?: boolean;
66
+ link?: boolean;
67
+ floating?: boolean;
68
+ cta?: boolean;
69
+ large?: boolean;
70
+ small?: boolean;
71
+ disabled?: boolean;
72
+ width?: string;
73
+ inactive?: boolean;
74
+ size?: string;
75
+ }, "className"> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof import("react").ClassAttributes<HTMLButtonElement> | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>, "small" | "ref" | "link" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
76
+ className?: string;
77
+ ref?: React.ForwardedRef<HTMLElement>;
78
+ children?: React.ReactNode;
79
+ negative?: boolean;
80
+ secondary?: boolean;
81
+ link?: boolean;
82
+ floating?: boolean;
83
+ cta?: boolean;
84
+ large?: boolean;
85
+ small?: boolean;
86
+ disabled?: boolean;
87
+ width?: string;
88
+ inactive?: boolean;
89
+ size?: string;
90
+ }, "className">>> & string;
67
91
  interface InputProps {
68
92
  secondary?: boolean;
69
93
  }
70
- export declare const Input: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, InputProps>>;
71
- export declare const InputLight: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>>;
72
- export declare const TextArea: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, InputProps>>;
73
- export declare const TextAreaLight: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, never>>;
74
- export declare const InlineInput: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "secondary"> & InputProps, "ref"> & {
75
- ref?: ((instance: HTMLInputElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLInputElement> | null | undefined;
76
- }, never>> & Omit<IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, InputProps>>, keyof import("react").Component<any, {}, any>>;
94
+ export declare const Input: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "secondary"> & InputProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "secondary"> & InputProps, never>>> & string;
95
+ export declare const InputLight: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>>> & string;
96
+ export declare const TextArea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "secondary"> & InputProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "secondary"> & InputProps, never>>> & string;
97
+ export declare const TextAreaLight: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, never>>> & string;
98
+ export declare const InlineInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "secondary"> & InputProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "secondary"> & InputProps, never>>, "as" | "forwardedAs"> & {
99
+ as?: import("styled-components").WebTarget | undefined;
100
+ forwardedAs?: import("styled-components").WebTarget | undefined;
101
+ }, never> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "secondary"> & InputProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "secondary"> & InputProps, never>>, "as" | "forwardedAs"> & {
102
+ as?: import("styled-components").WebTarget | undefined;
103
+ forwardedAs?: import("styled-components").WebTarget | undefined;
104
+ }, never>>> & string;
77
105
  export interface StyledPanelHeaderProps {
78
106
  $active?: boolean;
79
107
  labelRCGColorValues?: RGBColor | null;
80
108
  warning?: boolean;
81
109
  isValid?: boolean;
82
110
  }
83
- export declare const StyledPanelHeader: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledPanelHeaderProps>>;
111
+ export declare const StyledPanelHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledPanelHeaderProps> & StyledPanelHeaderProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledPanelHeaderProps> & StyledPanelHeaderProps, never>>> & string;
84
112
  interface StyledPanelDropdownProps {
85
113
  type?: string;
86
114
  }
87
- export declare const StyledPanelDropdown: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledPanelDropdownProps>>;
88
- export declare const ButtonGroup: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
115
+ export declare const StyledPanelDropdown: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "type"> & StyledPanelDropdownProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "type"> & StyledPanelDropdownProps, never>>> & string;
116
+ export declare const ButtonGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
89
117
  interface DatasetSquareProps {
90
118
  backgroundColor: RGBColor;
91
119
  }
92
- export declare const DatasetSquare: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, DatasetSquareProps>>;
120
+ export declare const DatasetSquare: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "backgroundColor"> & DatasetSquareProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "backgroundColor"> & DatasetSquareProps, never>>> & string;
93
121
  interface SelectionButtonProps {
94
122
  selected?: boolean;
95
123
  }
96
- export declare const SelectionButton: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SelectionButtonProps>>;
97
- export declare const StyledTable: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never>>;
98
- export declare const StyledModalContent: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
99
- export declare const StyledModalVerticalPanel: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
100
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
101
- }>, never>, never>>;
102
- export declare const StyledModalSection: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
103
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
104
- }>, never>, never>>;
124
+ export declare const SelectionButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, never>>> & string;
125
+ export declare const StyledTable: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never>>> & string;
126
+ export declare const StyledModalContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
127
+ export declare const StyledModalVerticalPanel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "className"> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "className">>> & string;
128
+ export declare const StyledModalSection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "className"> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "className">>> & string;
105
129
  interface StyledModalInputFootnoteProps {
106
130
  error?: boolean;
107
131
  }
108
- export declare const StyledModalInputFootnote: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
109
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
110
- }>, never>, StyledModalInputFootnoteProps>>;
132
+ export declare const StyledModalInputFootnote: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "error"> & StyledModalInputFootnoteProps, "className"> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, "error"> & StyledModalInputFootnoteProps, "className">>> & string;
111
133
  /**
112
134
  * Newer versions of mapbox.gl display an error message banner on top of the map by default
113
135
  * which will cause the map to display points in the wrong locations
114
136
  * This workaround will hide the error banner.
115
137
  */
116
- export declare const StyledMapContainer: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
138
+ export declare const StyledMapContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
117
139
  export type StyledAttributionProps = {
118
140
  mapLibCssClass: string;
119
141
  mapLibAttributionCssClass: string;
120
142
  };
121
- export declare const StyledAttribution: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
122
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
123
- }>, StyledAttributionProps>, StyledAttributionProps>>;
143
+ export declare const StyledAttribution: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof StyledAttributionProps> & StyledAttributionProps, keyof StyledAttributionProps> & StyledAttributionProps, "slot" | "ref" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "mapLibCssClass" | "mapLibAttributionCssClass"> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof StyledAttributionProps> & StyledAttributionProps, keyof StyledAttributionProps> & StyledAttributionProps, "slot" | "ref" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "mapLibCssClass" | "mapLibAttributionCssClass">>> & string;
124
144
  export interface StyledExportSectionProps {
125
145
  disabled?: boolean;
126
146
  }
127
- export declare const StyledExportSection: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledExportSectionProps>>;
128
- export declare const StyledFilteredOption: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, "ref"> & {
129
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
130
- }, never>> & Omit<IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SelectionButtonProps>>, keyof import("react").Component<any, {}, any>>;
131
- export declare const StyledType: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, "ref"> & {
132
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
133
- }, never>> & Omit<IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SelectionButtonProps>>, keyof import("react").Component<any, {}, any>>;
134
- export declare const WidgetContainer: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
135
- export declare const BottomWidgetInner: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
147
+ export declare const StyledExportSection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "disabled"> & StyledExportSectionProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "disabled"> & StyledExportSectionProps, never>>> & string;
148
+ export declare const StyledFilteredOption: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, never>>, "as" | "forwardedAs"> & {
149
+ as?: import("styled-components").WebTarget | undefined;
150
+ forwardedAs?: import("styled-components").WebTarget | undefined;
151
+ }, never> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, never>>, "as" | "forwardedAs"> & {
152
+ as?: import("styled-components").WebTarget | undefined;
153
+ forwardedAs?: import("styled-components").WebTarget | undefined;
154
+ }, never>>> & string;
155
+ export declare const StyledType: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, never>>, "as" | "forwardedAs"> & {
156
+ as?: import("styled-components").WebTarget | undefined;
157
+ forwardedAs?: import("styled-components").WebTarget | undefined;
158
+ }, never> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "selected"> & SelectionButtonProps, never>>, "as" | "forwardedAs"> & {
159
+ as?: import("styled-components").WebTarget | undefined;
160
+ forwardedAs?: import("styled-components").WebTarget | undefined;
161
+ }, never>>> & string;
162
+ export declare const WidgetContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
163
+ export declare const BottomWidgetInner: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
136
164
  interface MapControlButtonProps {
137
165
  active?: boolean;
138
166
  }
139
- export declare const MapControlButton: IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
140
- ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
141
- }>, never>, "ref" | "link" | "small" | "width" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "size" | "negative" | "secondary" | "floating" | "cta" | "large" | "inactive"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
167
+ export declare const MapControlButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof import("react").ClassAttributes<HTMLButtonElement> | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>, "small" | "ref" | "link" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
168
+ className?: string;
169
+ ref?: React.ForwardedRef<HTMLElement>;
170
+ children?: React.ReactNode;
171
+ negative?: boolean;
172
+ secondary?: boolean;
173
+ link?: boolean;
174
+ floating?: boolean;
175
+ cta?: boolean;
176
+ large?: boolean;
177
+ small?: boolean;
178
+ disabled?: boolean;
179
+ width?: string;
180
+ inactive?: boolean;
181
+ size?: string;
182
+ }, "className"> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof import("react").ClassAttributes<HTMLButtonElement> | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>, "small" | "ref" | "link" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
142
183
  className?: string;
143
184
  ref?: React.ForwardedRef<HTMLElement>;
144
185
  children?: React.ReactNode;
@@ -153,9 +194,10 @@ export declare const MapControlButton: IStyledComponent<"web", import("styled-co
153
194
  width?: string;
154
195
  inactive?: boolean;
155
196
  size?: string;
156
- }, import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
157
- ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
158
- }>, never>, "ref" | "link" | "small" | "width" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "size" | "negative" | "secondary" | "floating" | "cta" | "large" | "inactive"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
197
+ }, "className">>, "as" | "forwardedAs"> & {
198
+ as?: import("styled-components").WebTarget | undefined;
199
+ forwardedAs?: import("styled-components").WebTarget | undefined;
200
+ }, "form" | "slot" | "small" | "ref" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "as" | "forwardedAs" | "link" | "disabled" | "type" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof import("react").ClassAttributes<HTMLButtonElement> | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>, "small" | "ref" | "link" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
159
201
  className?: string;
160
202
  ref?: React.ForwardedRef<HTMLElement>;
161
203
  children?: React.ReactNode;
@@ -170,23 +212,127 @@ export declare const MapControlButton: IStyledComponent<"web", import("styled-co
170
212
  width?: string;
171
213
  inactive?: boolean;
172
214
  size?: string;
173
- }>, never>, MapControlButtonProps>> & Omit<IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
174
- ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
175
- }>, never>, ButtonProps>>, keyof import("react").Component<any, {}, any>>;
176
- export declare const StyledFilterContent: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
177
- export declare const TruncatedTitleText: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
178
- export declare const CheckMark: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
179
- ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
180
- }>, never>, never>>;
181
- export declare const StyledTimePicker: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<{
215
+ }, "className"> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof import("react").ClassAttributes<HTMLButtonElement> | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>, "small" | "ref" | "link" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
216
+ className?: string;
217
+ ref?: React.ForwardedRef<HTMLElement>;
218
+ children?: React.ReactNode;
219
+ negative?: boolean;
220
+ secondary?: boolean;
221
+ link?: boolean;
222
+ floating?: boolean;
223
+ cta?: boolean;
224
+ large?: boolean;
225
+ small?: boolean;
226
+ disabled?: boolean;
227
+ width?: string;
228
+ inactive?: boolean;
229
+ size?: string;
230
+ }, "className">>, "as" | "forwardedAs"> & {
231
+ as?: import("styled-components").WebTarget | undefined;
232
+ forwardedAs?: import("styled-components").WebTarget | undefined;
233
+ }, "active"> & MapControlButtonProps, "className"> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof import("react").ClassAttributes<HTMLButtonElement> | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>, "small" | "ref" | "link" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
234
+ className?: string;
235
+ ref?: React.ForwardedRef<HTMLElement>;
236
+ children?: React.ReactNode;
237
+ negative?: boolean;
238
+ secondary?: boolean;
239
+ link?: boolean;
240
+ floating?: boolean;
241
+ cta?: boolean;
242
+ large?: boolean;
243
+ small?: boolean;
244
+ disabled?: boolean;
245
+ width?: string;
246
+ inactive?: boolean;
247
+ size?: string;
248
+ }, "className"> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof import("react").ClassAttributes<HTMLButtonElement> | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>, "small" | "ref" | "link" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
249
+ className?: string;
250
+ ref?: React.ForwardedRef<HTMLElement>;
251
+ children?: React.ReactNode;
252
+ negative?: boolean;
253
+ secondary?: boolean;
254
+ link?: boolean;
255
+ floating?: boolean;
256
+ cta?: boolean;
257
+ large?: boolean;
258
+ small?: boolean;
259
+ disabled?: boolean;
260
+ width?: string;
261
+ inactive?: boolean;
262
+ size?: string;
263
+ }, "className">>, "as" | "forwardedAs"> & {
264
+ as?: import("styled-components").WebTarget | undefined;
265
+ forwardedAs?: import("styled-components").WebTarget | undefined;
266
+ }, "form" | "slot" | "small" | "ref" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "as" | "forwardedAs" | "link" | "disabled" | "type" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof import("react").ClassAttributes<HTMLButtonElement> | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>, "small" | "ref" | "link" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
267
+ className?: string;
268
+ ref?: React.ForwardedRef<HTMLElement>;
269
+ children?: React.ReactNode;
270
+ negative?: boolean;
271
+ secondary?: boolean;
272
+ link?: boolean;
273
+ floating?: boolean;
274
+ cta?: boolean;
275
+ large?: boolean;
276
+ small?: boolean;
277
+ disabled?: boolean;
278
+ width?: string;
279
+ inactive?: boolean;
280
+ size?: string;
281
+ }, "className"> & Partial<Pick<import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof import("react").ClassAttributes<HTMLButtonElement> | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement>, "small" | "ref" | "link" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement> | "negative" | "secondary" | "floating" | "cta" | "large" | "width" | "inactive" | "size"> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
282
+ className?: string;
283
+ ref?: React.ForwardedRef<HTMLElement>;
284
+ children?: React.ReactNode;
285
+ negative?: boolean;
286
+ secondary?: boolean;
287
+ link?: boolean;
288
+ floating?: boolean;
289
+ cta?: boolean;
290
+ large?: boolean;
291
+ small?: boolean;
292
+ disabled?: boolean;
293
+ width?: string;
294
+ inactive?: boolean;
295
+ size?: string;
296
+ }, "className">>, "as" | "forwardedAs"> & {
297
+ as?: import("styled-components").WebTarget | undefined;
298
+ forwardedAs?: import("styled-components").WebTarget | undefined;
299
+ }, "active"> & MapControlButtonProps, "className">>> & string;
300
+ export declare const StyledFilterContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
301
+ export declare const TruncatedTitleText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
302
+ export declare const CheckMark: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import("react").ClassAttributes<HTMLSpanElement> | keyof import("react").HTMLAttributes<HTMLSpanElement>> & import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement>, "className"> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import("react").ClassAttributes<HTMLSpanElement> | keyof import("react").HTMLAttributes<HTMLSpanElement>> & import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement>, "className">>> & string;
303
+ export declare const StyledTimePicker: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
182
304
  amPmAriaLabel?: string;
183
305
  autoFocus?: boolean;
184
306
  className?: import("react-time-picker/dist/cjs/shared/types").ClassName;
185
307
  clearAriaLabel?: string;
186
- clearIcon?: ((string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("prop-types").ReactNodeArray | null) | import("react").ComponentType<{}> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null;
308
+ clearIcon?: ((import("react").ReactNode | import("react").ReactNode[]) | import("react").ComponentType<{}> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | null;
187
309
  clockAriaLabel?: string;
188
- clockClassName?: import("react-time-picker/dist/cjs/shared/types").ClassName;
189
- clockIcon?: ((string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("prop-types").ReactNodeArray | null) | import("react").ComponentType<{}> | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null;
310
+ clockIcon?: ((import("react").ReactNode | import("react").ReactNode[]) | import("react").ComponentType<{}> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | null;
311
+ clockProps?: {
312
+ className?: import("react-clock/dist/cjs/shared/types").ClassName;
313
+ size?: React.CSSProperties["width"];
314
+ locale?: string | undefined;
315
+ formatHour?: typeof import("react-clock/dist/cjs/shared/hourFormatter").formatHour | undefined;
316
+ hourHandLength?: import("react-clock/dist/cjs/shared/types").HandLength | undefined;
317
+ hourHandOppositeLength?: import("react-clock/dist/cjs/shared/types").OppositeHandLength | undefined;
318
+ hourHandWidth?: import("react-clock/dist/cjs/shared/types").HandWidth | undefined;
319
+ hourMarksLength?: import("react-clock/dist/cjs/shared/types").MarkLength | undefined;
320
+ hourMarksWidth?: import("react-clock/dist/cjs/shared/types").MarkWidth | undefined;
321
+ minuteHandLength?: import("react-clock/dist/cjs/shared/types").HandLength | undefined;
322
+ minuteHandOppositeLength?: import("react-clock/dist/cjs/shared/types").OppositeHandLength | undefined;
323
+ minuteHandWidth?: import("react-clock/dist/cjs/shared/types").HandWidth | undefined;
324
+ minuteMarksLength?: import("react-clock/dist/cjs/shared/types").MarkLength | undefined;
325
+ minuteMarksWidth?: import("react-clock/dist/cjs/shared/types").MarkWidth | undefined;
326
+ renderHourMarks?: boolean | undefined;
327
+ renderMinuteHand?: boolean | undefined;
328
+ renderMinuteMarks?: boolean | undefined;
329
+ renderNumbers?: boolean | undefined;
330
+ renderSecondHand?: boolean | undefined;
331
+ secondHandLength?: import("react-clock/dist/cjs/shared/types").HandLength | undefined;
332
+ secondHandOppositeLength?: import("react-clock/dist/cjs/shared/types").OppositeHandLength | undefined;
333
+ secondHandWidth?: import("react-clock/dist/cjs/shared/types").HandWidth | undefined;
334
+ useMillisecondPrecision?: boolean | undefined;
335
+ };
190
336
  closeClock?: boolean;
191
337
  'data-testid'?: string;
192
338
  disableClock?: boolean;
@@ -221,30 +367,6 @@ export declare const StyledTimePicker: IStyledComponent<"web", import("styled-co
221
367
  reason: import("react-time-picker/dist/cjs/shared/types").OpenReason;
222
368
  }) => boolean;
223
369
  value?: import("react-time-picker/dist/cjs/shared/types").LooseValue;
224
- } & {
225
- className?: import("react-clock/dist/cjs/shared/types").ClassName;
226
- size?: React.CSSProperties["width"];
227
- formatHour?: typeof import("react-clock/dist/cjs/shared/hourFormatter").formatHour | undefined;
228
- hourHandLength?: import("react-clock/dist/cjs/shared/types").HandLength | undefined;
229
- hourHandOppositeLength?: import("react-clock/dist/cjs/shared/types").OppositeHandLength | undefined;
230
- hourHandWidth?: import("react-clock/dist/cjs/shared/types").HandWidth | undefined;
231
- hourMarksLength?: import("react-clock/dist/cjs/shared/types").MarkLength | undefined;
232
- hourMarksWidth?: import("react-clock/dist/cjs/shared/types").MarkWidth | undefined;
233
- locale?: string | undefined;
234
- minuteHandLength?: import("react-clock/dist/cjs/shared/types").HandLength | undefined;
235
- minuteHandOppositeLength?: import("react-clock/dist/cjs/shared/types").OppositeHandLength | undefined;
236
- minuteHandWidth?: import("react-clock/dist/cjs/shared/types").HandWidth | undefined;
237
- minuteMarksLength?: import("react-clock/dist/cjs/shared/types").MarkLength | undefined;
238
- minuteMarksWidth?: import("react-clock/dist/cjs/shared/types").MarkWidth | undefined;
239
- renderHourMarks?: boolean | undefined;
240
- renderMinuteHand?: boolean | undefined;
241
- renderMinuteMarks?: boolean | undefined;
242
- renderNumbers?: boolean | undefined;
243
- renderSecondHand?: boolean | undefined;
244
- secondHandLength?: import("react-clock/dist/cjs/shared/types").HandLength | undefined;
245
- secondHandOppositeLength?: import("react-clock/dist/cjs/shared/types").OppositeHandLength | undefined;
246
- secondHandWidth?: import("react-clock/dist/cjs/shared/types").HandWidth | undefined;
247
- useMillisecondPrecision?: boolean | undefined;
248
370
  } & Omit<{
249
371
  onCopy?: ((event: any) => void) | undefined;
250
372
  onCut?: ((event: any) => void) | undefined;
@@ -324,17 +446,220 @@ export declare const StyledTimePicker: IStyledComponent<"web", import("styled-co
324
446
  onAnimationStart?: ((event: any) => void) | undefined;
325
447
  onAnimationEnd?: ((event: any) => void) | undefined;
326
448
  onAnimationIteration?: ((event: any) => void) | undefined;
449
+ onToggle?: ((event: any) => void) | undefined;
327
450
  onTransitionEnd?: ((event: any) => void) | undefined;
451
+ }, "onFocus" | "onChange">, never> & Partial<Pick<{
452
+ amPmAriaLabel?: string;
453
+ autoFocus?: boolean;
454
+ className?: import("react-time-picker/dist/cjs/shared/types").ClassName;
455
+ clearAriaLabel?: string;
456
+ clearIcon?: ((import("react").ReactNode | import("react").ReactNode[]) | import("react").ComponentType<{}> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | null;
457
+ clockAriaLabel?: string;
458
+ clockIcon?: ((import("react").ReactNode | import("react").ReactNode[]) | import("react").ComponentType<{}> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | null;
459
+ clockProps?: {
460
+ className?: import("react-clock/dist/cjs/shared/types").ClassName;
461
+ size?: React.CSSProperties["width"];
462
+ locale?: string | undefined;
463
+ formatHour?: typeof import("react-clock/dist/cjs/shared/hourFormatter").formatHour | undefined;
464
+ hourHandLength?: import("react-clock/dist/cjs/shared/types").HandLength | undefined;
465
+ hourHandOppositeLength?: import("react-clock/dist/cjs/shared/types").OppositeHandLength | undefined;
466
+ hourHandWidth?: import("react-clock/dist/cjs/shared/types").HandWidth | undefined;
467
+ hourMarksLength?: import("react-clock/dist/cjs/shared/types").MarkLength | undefined;
468
+ hourMarksWidth?: import("react-clock/dist/cjs/shared/types").MarkWidth | undefined;
469
+ minuteHandLength?: import("react-clock/dist/cjs/shared/types").HandLength | undefined;
470
+ minuteHandOppositeLength?: import("react-clock/dist/cjs/shared/types").OppositeHandLength | undefined;
471
+ minuteHandWidth?: import("react-clock/dist/cjs/shared/types").HandWidth | undefined;
472
+ minuteMarksLength?: import("react-clock/dist/cjs/shared/types").MarkLength | undefined;
473
+ minuteMarksWidth?: import("react-clock/dist/cjs/shared/types").MarkWidth | undefined;
474
+ renderHourMarks?: boolean | undefined;
475
+ renderMinuteHand?: boolean | undefined;
476
+ renderMinuteMarks?: boolean | undefined;
477
+ renderNumbers?: boolean | undefined;
478
+ renderSecondHand?: boolean | undefined;
479
+ secondHandLength?: import("react-clock/dist/cjs/shared/types").HandLength | undefined;
480
+ secondHandOppositeLength?: import("react-clock/dist/cjs/shared/types").OppositeHandLength | undefined;
481
+ secondHandWidth?: import("react-clock/dist/cjs/shared/types").HandWidth | undefined;
482
+ useMillisecondPrecision?: boolean | undefined;
483
+ };
484
+ closeClock?: boolean;
485
+ 'data-testid'?: string;
486
+ disableClock?: boolean;
487
+ disabled?: boolean;
488
+ format?: string;
489
+ hourAriaLabel?: string;
490
+ hourPlaceholder?: string;
491
+ id?: string;
492
+ isOpen?: boolean;
493
+ locale?: string;
494
+ maxDetail?: import("react-time-picker/dist/cjs/shared/types").Detail;
495
+ maxTime?: string;
496
+ minTime?: string;
497
+ minuteAriaLabel?: string;
498
+ minutePlaceholder?: string;
499
+ name?: string;
500
+ nativeInputAriaLabel?: string;
501
+ onChange?: (value: import("react-time-picker/dist/cjs/shared/types").Value) => void;
502
+ onClockClose?: () => void;
503
+ onClockOpen?: () => void;
504
+ onFocus?: (event: React.FocusEvent<HTMLDivElement>) => void;
505
+ onInvalidChange?: () => void;
506
+ openClockOnFocus?: boolean;
507
+ portalContainer?: HTMLElement | null;
508
+ required?: boolean;
509
+ secondAriaLabel?: string;
510
+ secondPlaceholder?: string;
511
+ shouldCloseClock?: ({ reason }: {
512
+ reason: import("react-time-picker/dist/cjs/shared/types").CloseReason;
513
+ }) => boolean;
514
+ shouldOpenClock?: ({ reason }: {
515
+ reason: import("react-time-picker/dist/cjs/shared/types").OpenReason;
516
+ }) => boolean;
517
+ value?: import("react-time-picker/dist/cjs/shared/types").LooseValue;
518
+ } & Omit<{
519
+ onCopy?: ((event: any) => void) | undefined;
520
+ onCut?: ((event: any) => void) | undefined;
521
+ onPaste?: ((event: any) => void) | undefined;
522
+ onCompositionEnd?: ((event: any) => void) | undefined;
523
+ onCompositionStart?: ((event: any) => void) | undefined;
524
+ onCompositionUpdate?: ((event: any) => void) | undefined;
525
+ onFocus?: ((event: any) => void) | undefined;
526
+ onBlur?: ((event: any) => void) | undefined;
527
+ onChange?: ((event: any) => void) | undefined;
528
+ onInput?: ((event: any) => void) | undefined;
529
+ onReset?: ((event: any) => void) | undefined;
530
+ onSubmit?: ((event: any) => void) | undefined;
531
+ onInvalid?: ((event: any) => void) | undefined;
532
+ onLoad?: ((event: any) => void) | undefined;
533
+ onError?: ((event: any) => void) | undefined;
534
+ onKeyDown?: ((event: any) => void) | undefined;
535
+ onKeyPress?: ((event: any) => void) | undefined;
536
+ onKeyUp?: ((event: any) => void) | undefined;
537
+ onAbort?: ((event: any) => void) | undefined;
538
+ onCanPlay?: ((event: any) => void) | undefined;
539
+ onCanPlayThrough?: ((event: any) => void) | undefined;
540
+ onDurationChange?: ((event: any) => void) | undefined;
541
+ onEmptied?: ((event: any) => void) | undefined;
542
+ onEncrypted?: ((event: any) => void) | undefined;
543
+ onEnded?: ((event: any) => void) | undefined;
544
+ onLoadedData?: ((event: any) => void) | undefined;
545
+ onLoadedMetadata?: ((event: any) => void) | undefined;
546
+ onLoadStart?: ((event: any) => void) | undefined;
547
+ onPause?: ((event: any) => void) | undefined;
548
+ onPlay?: ((event: any) => void) | undefined;
549
+ onPlaying?: ((event: any) => void) | undefined;
550
+ onProgress?: ((event: any) => void) | undefined;
551
+ onRateChange?: ((event: any) => void) | undefined;
552
+ onSeeked?: ((event: any) => void) | undefined;
553
+ onSeeking?: ((event: any) => void) | undefined;
554
+ onStalled?: ((event: any) => void) | undefined;
555
+ onSuspend?: ((event: any) => void) | undefined;
556
+ onTimeUpdate?: ((event: any) => void) | undefined;
557
+ onVolumeChange?: ((event: any) => void) | undefined;
558
+ onWaiting?: ((event: any) => void) | undefined;
559
+ onClick?: ((event: any) => void) | undefined;
560
+ onContextMenu?: ((event: any) => void) | undefined;
561
+ onDoubleClick?: ((event: any) => void) | undefined;
562
+ onDrag?: ((event: any) => void) | undefined;
563
+ onDragEnd?: ((event: any) => void) | undefined;
564
+ onDragEnter?: ((event: any) => void) | undefined;
565
+ onDragExit?: ((event: any) => void) | undefined;
566
+ onDragLeave?: ((event: any) => void) | undefined;
567
+ onDragOver?: ((event: any) => void) | undefined;
568
+ onDragStart?: ((event: any) => void) | undefined;
569
+ onDrop?: ((event: any) => void) | undefined;
570
+ onMouseDown?: ((event: any) => void) | undefined;
571
+ onMouseEnter?: ((event: any) => void) | undefined;
572
+ onMouseLeave?: ((event: any) => void) | undefined;
573
+ onMouseMove?: ((event: any) => void) | undefined;
574
+ onMouseOut?: ((event: any) => void) | undefined;
575
+ onMouseOver?: ((event: any) => void) | undefined;
576
+ onMouseUp?: ((event: any) => void) | undefined;
577
+ onSelect?: ((event: any) => void) | undefined;
578
+ onTouchCancel?: ((event: any) => void) | undefined;
579
+ onTouchEnd?: ((event: any) => void) | undefined;
580
+ onTouchMove?: ((event: any) => void) | undefined;
581
+ onTouchStart?: ((event: any) => void) | undefined;
582
+ onPointerDown?: ((event: any) => void) | undefined;
583
+ onPointerMove?: ((event: any) => void) | undefined;
584
+ onPointerUp?: ((event: any) => void) | undefined;
585
+ onPointerCancel?: ((event: any) => void) | undefined;
586
+ onPointerEnter?: ((event: any) => void) | undefined;
587
+ onPointerLeave?: ((event: any) => void) | undefined;
588
+ onPointerOver?: ((event: any) => void) | undefined;
589
+ onPointerOut?: ((event: any) => void) | undefined;
590
+ onGotPointerCapture?: ((event: any) => void) | undefined;
591
+ onLostPointerCapture?: ((event: any) => void) | undefined;
592
+ onScroll?: ((event: any) => void) | undefined;
593
+ onWheel?: ((event: any) => void) | undefined;
594
+ onAnimationStart?: ((event: any) => void) | undefined;
595
+ onAnimationEnd?: ((event: any) => void) | undefined;
596
+ onAnimationIteration?: ((event: any) => void) | undefined;
328
597
  onToggle?: ((event: any) => void) | undefined;
329
- }, "onFocus" | "onChange">, never>> & Omit<import("react").FC<import("react-time-picker").TimePickerProps>, keyof import("react").Component<any, {}, any>>;
330
- export declare const StyledDatePicker: IStyledComponent<"web", import("styled-components/dist/types").FastOmit<{
598
+ onTransitionEnd?: ((event: any) => void) | undefined;
599
+ }, "onFocus" | "onChange">, never>>> & string & Omit<typeof TimePicker, keyof import("react").Component<any, {}, any>>;
600
+ export declare const StyledDatePicker: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
331
601
  autoFocus?: boolean;
332
602
  calendarAriaLabel?: string;
333
- calendarClassName?: import("react-date-picker/dist/cjs/shared/types").ClassName;
334
- calendarIcon?: (import("react").ComponentType<{}> | (string | number | boolean | import("prop-types").ReactNodeArray | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null) | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null;
603
+ calendarIcon?: (import("react").ComponentType<{}> | (import("react").ReactNode | import("react").ReactNode[]) | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | null;
604
+ calendarProps?: {
605
+ key?: import("react").Key | null | undefined;
606
+ defaultValue?: import("react-calendar/dist/cjs/shared/types").LooseValue | undefined;
607
+ className?: import("react-calendar/dist/cjs/shared/types").ClassName;
608
+ view?: import("react-calendar/dist/cjs/shared/types").View | undefined;
609
+ locale?: string | undefined;
610
+ maxDetail?: import("react-calendar/dist/cjs/shared/types").Detail | undefined;
611
+ maxDate?: Date | undefined;
612
+ minDate?: Date | undefined;
613
+ returnValue?: ("start" | "end" | "range") | undefined;
614
+ activeStartDate?: Date | undefined;
615
+ allowPartialRange?: boolean | undefined;
616
+ calendarType?: import("react-calendar").CalendarType | undefined;
617
+ defaultActiveStartDate?: Date | undefined;
618
+ defaultView?: import("react-calendar/dist/cjs/shared/types").View | undefined;
619
+ formatDay?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatDay | undefined;
620
+ formatLongDate?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatLongDate | undefined;
621
+ formatMonth?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatMonth | undefined;
622
+ formatMonthYear?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatMonthYear | undefined;
623
+ formatShortWeekday?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatShortWeekday | undefined;
624
+ formatWeekday?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatWeekday | undefined;
625
+ formatYear?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatYear | undefined;
626
+ goToRangeStartOnSelect?: boolean | undefined;
627
+ inputRef?: React.Ref<HTMLDivElement> | undefined;
628
+ minDetail?: import("react-calendar/dist/cjs/shared/types").Detail | undefined;
629
+ navigationAriaLabel?: string | undefined;
630
+ navigationAriaLive?: ("off" | "polite" | "assertive") | undefined;
631
+ navigationLabel?: import("react-calendar").NavigationLabelFunc | undefined;
632
+ next2AriaLabel?: string | undefined;
633
+ next2Label?: React.ReactNode;
634
+ nextAriaLabel?: string | undefined;
635
+ nextLabel?: React.ReactNode;
636
+ onActiveStartDateChange?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
637
+ onClickDay?: import("react-calendar").OnClickFunc | undefined;
638
+ onClickDecade?: import("react-calendar").OnClickFunc | undefined;
639
+ onClickMonth?: import("react-calendar").OnClickFunc | undefined;
640
+ onClickWeekNumber?: import("react-calendar").OnClickWeekNumberFunc | undefined;
641
+ onClickYear?: import("react-calendar").OnClickFunc | undefined;
642
+ onDrillDown?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
643
+ onDrillUp?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
644
+ onViewChange?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
645
+ prev2AriaLabel?: string | undefined;
646
+ prev2Label?: React.ReactNode;
647
+ prevAriaLabel?: string | undefined;
648
+ prevLabel?: React.ReactNode;
649
+ showDoubleView?: boolean | undefined;
650
+ showFixedNumberOfWeeks?: boolean | undefined;
651
+ showNavigation?: boolean | undefined;
652
+ showNeighboringCentury?: boolean | undefined;
653
+ showNeighboringDecade?: boolean | undefined;
654
+ showNeighboringMonth?: boolean | undefined;
655
+ showWeekNumbers?: boolean | undefined;
656
+ tileClassName?: import("react-calendar").TileClassNameFunc | import("react-calendar/dist/cjs/shared/types").ClassName;
657
+ tileContent?: import("react-calendar").TileContentFunc | React.ReactNode;
658
+ tileDisabled?: import("react-calendar").TileDisabledFunc | undefined;
659
+ };
335
660
  className?: import("react-date-picker/dist/cjs/shared/types").ClassName;
336
661
  clearAriaLabel?: string;
337
- clearIcon?: (import("react").ComponentType<{}> | (string | number | boolean | import("prop-types").ReactNodeArray | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null) | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null;
662
+ clearIcon?: (import("react").ComponentType<{}> | (import("react").ReactNode | import("react").ReactNode[]) | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | null;
338
663
  closeCalendar?: boolean;
339
664
  'data-testid'?: string;
340
665
  dayAriaLabel?: string;
@@ -371,61 +696,6 @@ export declare const StyledDatePicker: IStyledComponent<"web", import("styled-co
371
696
  value?: import("react-date-picker/dist/cjs/shared/types").LooseValue;
372
697
  yearAriaLabel?: string;
373
698
  yearPlaceholder?: string;
374
- } & {
375
- key?: import("react").Key | null | undefined;
376
- defaultValue?: import("react-calendar/dist/cjs/shared/types").LooseValue | undefined;
377
- view?: import("react-calendar/dist/cjs/shared/types").View | undefined;
378
- value?: import("react-calendar/dist/cjs/shared/types").LooseValue | undefined;
379
- locale?: string | undefined;
380
- activeStartDate?: Date | undefined;
381
- allowPartialRange?: boolean | undefined;
382
- calendarType?: (import("react-calendar/dist/cjs/shared/types").CalendarType | import("react-calendar/dist/cjs/shared/types").DeprecatedCalendarType) | undefined;
383
- defaultActiveStartDate?: Date | undefined;
384
- defaultView?: import("react-calendar/dist/cjs/shared/types").View | undefined;
385
- formatDay?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatDay | undefined;
386
- formatLongDate?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatLongDate | undefined;
387
- formatMonth?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatMonth | undefined;
388
- formatMonthYear?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatMonthYear | undefined;
389
- formatShortWeekday?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatShortWeekday | undefined;
390
- formatWeekday?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatWeekday | undefined;
391
- formatYear?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatYear | undefined;
392
- goToRangeStartOnSelect?: boolean | undefined;
393
- inputRef?: React.Ref<HTMLDivElement> | undefined;
394
- maxDate?: Date | undefined;
395
- minDate?: Date | undefined;
396
- minDetail?: import("react-calendar/dist/cjs/shared/types").Detail | undefined;
397
- navigationAriaLabel?: string | undefined;
398
- navigationAriaLive?: ("off" | "polite" | "assertive") | undefined;
399
- navigationLabel?: import("react-calendar").NavigationLabelFunc | undefined;
400
- next2AriaLabel?: string | undefined;
401
- next2Label?: React.ReactNode;
402
- nextAriaLabel?: string | undefined;
403
- nextLabel?: React.ReactNode;
404
- onActiveStartDateChange?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
405
- onClickDay?: import("react-calendar").OnClickFunc | undefined;
406
- onClickDecade?: import("react-calendar").OnClickFunc | undefined;
407
- onClickMonth?: import("react-calendar").OnClickFunc | undefined;
408
- onClickWeekNumber?: import("react-calendar").OnClickWeekNumberFunc | undefined;
409
- onClickYear?: import("react-calendar").OnClickFunc | undefined;
410
- onDrillDown?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
411
- onDrillUp?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
412
- onViewChange?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
413
- prev2AriaLabel?: string | undefined;
414
- prev2Label?: React.ReactNode;
415
- prevAriaLabel?: string | undefined;
416
- prevLabel?: React.ReactNode;
417
- returnValue?: ("start" | "end" | "range") | undefined;
418
- selectRange?: boolean | undefined;
419
- showDoubleView?: boolean | undefined;
420
- showFixedNumberOfWeeks?: boolean | undefined;
421
- showNavigation?: boolean | undefined;
422
- showNeighboringCentury?: boolean | undefined;
423
- showNeighboringDecade?: boolean | undefined;
424
- showNeighboringMonth?: boolean | undefined;
425
- showWeekNumbers?: boolean | undefined;
426
- tileClassName?: import("react-calendar").TileClassNameFunc | import("react-calendar/dist/cjs/shared/types").ClassName;
427
- tileContent?: import("react-calendar").TileContentFunc | React.ReactNode;
428
- tileDisabled?: import("react-calendar").TileDisabledFunc | undefined;
429
699
  } & Omit<{
430
700
  onCopy?: ((event: any) => void) | undefined;
431
701
  onCut?: ((event: any) => void) | undefined;
@@ -505,7 +775,187 @@ export declare const StyledDatePicker: IStyledComponent<"web", import("styled-co
505
775
  onAnimationStart?: ((event: any) => void) | undefined;
506
776
  onAnimationEnd?: ((event: any) => void) | undefined;
507
777
  onAnimationIteration?: ((event: any) => void) | undefined;
778
+ onToggle?: ((event: any) => void) | undefined;
508
779
  onTransitionEnd?: ((event: any) => void) | undefined;
780
+ }, "onFocus" | "onChange">, never> & Partial<Pick<{
781
+ autoFocus?: boolean;
782
+ calendarAriaLabel?: string;
783
+ calendarIcon?: (import("react").ComponentType<{}> | (import("react").ReactNode | import("react").ReactNode[]) | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | null;
784
+ calendarProps?: {
785
+ key?: import("react").Key | null | undefined;
786
+ defaultValue?: import("react-calendar/dist/cjs/shared/types").LooseValue | undefined;
787
+ className?: import("react-calendar/dist/cjs/shared/types").ClassName;
788
+ view?: import("react-calendar/dist/cjs/shared/types").View | undefined;
789
+ locale?: string | undefined;
790
+ maxDetail?: import("react-calendar/dist/cjs/shared/types").Detail | undefined;
791
+ maxDate?: Date | undefined;
792
+ minDate?: Date | undefined;
793
+ returnValue?: ("start" | "end" | "range") | undefined;
794
+ activeStartDate?: Date | undefined;
795
+ allowPartialRange?: boolean | undefined;
796
+ calendarType?: import("react-calendar").CalendarType | undefined;
797
+ defaultActiveStartDate?: Date | undefined;
798
+ defaultView?: import("react-calendar/dist/cjs/shared/types").View | undefined;
799
+ formatDay?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatDay | undefined;
800
+ formatLongDate?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatLongDate | undefined;
801
+ formatMonth?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatMonth | undefined;
802
+ formatMonthYear?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatMonthYear | undefined;
803
+ formatShortWeekday?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatShortWeekday | undefined;
804
+ formatWeekday?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatWeekday | undefined;
805
+ formatYear?: typeof import("react-calendar/dist/cjs/shared/dateFormatter").formatYear | undefined;
806
+ goToRangeStartOnSelect?: boolean | undefined;
807
+ inputRef?: React.Ref<HTMLDivElement> | undefined;
808
+ minDetail?: import("react-calendar/dist/cjs/shared/types").Detail | undefined;
809
+ navigationAriaLabel?: string | undefined;
810
+ navigationAriaLive?: ("off" | "polite" | "assertive") | undefined;
811
+ navigationLabel?: import("react-calendar").NavigationLabelFunc | undefined;
812
+ next2AriaLabel?: string | undefined;
813
+ next2Label?: React.ReactNode;
814
+ nextAriaLabel?: string | undefined;
815
+ nextLabel?: React.ReactNode;
816
+ onActiveStartDateChange?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
817
+ onClickDay?: import("react-calendar").OnClickFunc | undefined;
818
+ onClickDecade?: import("react-calendar").OnClickFunc | undefined;
819
+ onClickMonth?: import("react-calendar").OnClickFunc | undefined;
820
+ onClickWeekNumber?: import("react-calendar").OnClickWeekNumberFunc | undefined;
821
+ onClickYear?: import("react-calendar").OnClickFunc | undefined;
822
+ onDrillDown?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
823
+ onDrillUp?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
824
+ onViewChange?: (({ action, activeStartDate, value, view }: import("react-calendar").OnArgs) => void) | undefined;
825
+ prev2AriaLabel?: string | undefined;
826
+ prev2Label?: React.ReactNode;
827
+ prevAriaLabel?: string | undefined;
828
+ prevLabel?: React.ReactNode;
829
+ showDoubleView?: boolean | undefined;
830
+ showFixedNumberOfWeeks?: boolean | undefined;
831
+ showNavigation?: boolean | undefined;
832
+ showNeighboringCentury?: boolean | undefined;
833
+ showNeighboringDecade?: boolean | undefined;
834
+ showNeighboringMonth?: boolean | undefined;
835
+ showWeekNumbers?: boolean | undefined;
836
+ tileClassName?: import("react-calendar").TileClassNameFunc | import("react-calendar/dist/cjs/shared/types").ClassName;
837
+ tileContent?: import("react-calendar").TileContentFunc | React.ReactNode;
838
+ tileDisabled?: import("react-calendar").TileDisabledFunc | undefined;
839
+ };
840
+ className?: import("react-date-picker/dist/cjs/shared/types").ClassName;
841
+ clearAriaLabel?: string;
842
+ clearIcon?: (import("react").ComponentType<{}> | (import("react").ReactNode | import("react").ReactNode[]) | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | null;
843
+ closeCalendar?: boolean;
844
+ 'data-testid'?: string;
845
+ dayAriaLabel?: string;
846
+ dayPlaceholder?: string;
847
+ disableCalendar?: boolean;
848
+ disabled?: boolean;
849
+ format?: string;
850
+ id?: string;
851
+ isOpen?: boolean;
852
+ locale?: string;
853
+ maxDate?: Date;
854
+ maxDetail?: import("react-date-picker/dist/cjs/shared/types").Detail;
855
+ minDate?: Date;
856
+ monthAriaLabel?: string;
857
+ monthPlaceholder?: string;
858
+ name?: string;
859
+ nativeInputAriaLabel?: string;
860
+ onCalendarClose?: () => void;
861
+ onCalendarOpen?: () => void;
862
+ onChange?: (value: import("react-date-picker/dist/cjs/shared/types").Value) => void;
863
+ onFocus?: (event: React.FocusEvent<HTMLDivElement>) => void;
864
+ onInvalidChange?: () => void;
865
+ openCalendarOnFocus?: boolean;
866
+ portalContainer?: HTMLElement | null;
867
+ required?: boolean;
868
+ returnValue?: "start" | "end" | "range";
869
+ shouldCloseCalendar?: (props: {
870
+ reason: import("react-date-picker/dist/cjs/shared/types").CloseReason;
871
+ }) => boolean;
872
+ shouldOpenCalendar?: (props: {
873
+ reason: import("react-date-picker/dist/cjs/shared/types").OpenReason;
874
+ }) => boolean;
875
+ showLeadingZeros?: boolean;
876
+ value?: import("react-date-picker/dist/cjs/shared/types").LooseValue;
877
+ yearAriaLabel?: string;
878
+ yearPlaceholder?: string;
879
+ } & Omit<{
880
+ onCopy?: ((event: any) => void) | undefined;
881
+ onCut?: ((event: any) => void) | undefined;
882
+ onPaste?: ((event: any) => void) | undefined;
883
+ onCompositionEnd?: ((event: any) => void) | undefined;
884
+ onCompositionStart?: ((event: any) => void) | undefined;
885
+ onCompositionUpdate?: ((event: any) => void) | undefined;
886
+ onFocus?: ((event: any) => void) | undefined;
887
+ onBlur?: ((event: any) => void) | undefined;
888
+ onChange?: ((event: any) => void) | undefined;
889
+ onInput?: ((event: any) => void) | undefined;
890
+ onReset?: ((event: any) => void) | undefined;
891
+ onSubmit?: ((event: any) => void) | undefined;
892
+ onInvalid?: ((event: any) => void) | undefined;
893
+ onLoad?: ((event: any) => void) | undefined;
894
+ onError?: ((event: any) => void) | undefined;
895
+ onKeyDown?: ((event: any) => void) | undefined;
896
+ onKeyPress?: ((event: any) => void) | undefined;
897
+ onKeyUp?: ((event: any) => void) | undefined;
898
+ onAbort?: ((event: any) => void) | undefined;
899
+ onCanPlay?: ((event: any) => void) | undefined;
900
+ onCanPlayThrough?: ((event: any) => void) | undefined;
901
+ onDurationChange?: ((event: any) => void) | undefined;
902
+ onEmptied?: ((event: any) => void) | undefined;
903
+ onEncrypted?: ((event: any) => void) | undefined;
904
+ onEnded?: ((event: any) => void) | undefined;
905
+ onLoadedData?: ((event: any) => void) | undefined;
906
+ onLoadedMetadata?: ((event: any) => void) | undefined;
907
+ onLoadStart?: ((event: any) => void) | undefined;
908
+ onPause?: ((event: any) => void) | undefined;
909
+ onPlay?: ((event: any) => void) | undefined;
910
+ onPlaying?: ((event: any) => void) | undefined;
911
+ onProgress?: ((event: any) => void) | undefined;
912
+ onRateChange?: ((event: any) => void) | undefined;
913
+ onSeeked?: ((event: any) => void) | undefined;
914
+ onSeeking?: ((event: any) => void) | undefined;
915
+ onStalled?: ((event: any) => void) | undefined;
916
+ onSuspend?: ((event: any) => void) | undefined;
917
+ onTimeUpdate?: ((event: any) => void) | undefined;
918
+ onVolumeChange?: ((event: any) => void) | undefined;
919
+ onWaiting?: ((event: any) => void) | undefined;
920
+ onClick?: ((event: any) => void) | undefined;
921
+ onContextMenu?: ((event: any) => void) | undefined;
922
+ onDoubleClick?: ((event: any) => void) | undefined;
923
+ onDrag?: ((event: any) => void) | undefined;
924
+ onDragEnd?: ((event: any) => void) | undefined;
925
+ onDragEnter?: ((event: any) => void) | undefined;
926
+ onDragExit?: ((event: any) => void) | undefined;
927
+ onDragLeave?: ((event: any) => void) | undefined;
928
+ onDragOver?: ((event: any) => void) | undefined;
929
+ onDragStart?: ((event: any) => void) | undefined;
930
+ onDrop?: ((event: any) => void) | undefined;
931
+ onMouseDown?: ((event: any) => void) | undefined;
932
+ onMouseEnter?: ((event: any) => void) | undefined;
933
+ onMouseLeave?: ((event: any) => void) | undefined;
934
+ onMouseMove?: ((event: any) => void) | undefined;
935
+ onMouseOut?: ((event: any) => void) | undefined;
936
+ onMouseOver?: ((event: any) => void) | undefined;
937
+ onMouseUp?: ((event: any) => void) | undefined;
938
+ onSelect?: ((event: any) => void) | undefined;
939
+ onTouchCancel?: ((event: any) => void) | undefined;
940
+ onTouchEnd?: ((event: any) => void) | undefined;
941
+ onTouchMove?: ((event: any) => void) | undefined;
942
+ onTouchStart?: ((event: any) => void) | undefined;
943
+ onPointerDown?: ((event: any) => void) | undefined;
944
+ onPointerMove?: ((event: any) => void) | undefined;
945
+ onPointerUp?: ((event: any) => void) | undefined;
946
+ onPointerCancel?: ((event: any) => void) | undefined;
947
+ onPointerEnter?: ((event: any) => void) | undefined;
948
+ onPointerLeave?: ((event: any) => void) | undefined;
949
+ onPointerOver?: ((event: any) => void) | undefined;
950
+ onPointerOut?: ((event: any) => void) | undefined;
951
+ onGotPointerCapture?: ((event: any) => void) | undefined;
952
+ onLostPointerCapture?: ((event: any) => void) | undefined;
953
+ onScroll?: ((event: any) => void) | undefined;
954
+ onWheel?: ((event: any) => void) | undefined;
955
+ onAnimationStart?: ((event: any) => void) | undefined;
956
+ onAnimationEnd?: ((event: any) => void) | undefined;
957
+ onAnimationIteration?: ((event: any) => void) | undefined;
509
958
  onToggle?: ((event: any) => void) | undefined;
510
- }, "onFocus" | "onChange">, never>> & Omit<import("react").FC<import("react-date-picker").DatePickerProps>, keyof import("react").Component<any, {}, any>>;
959
+ onTransitionEnd?: ((event: any) => void) | undefined;
960
+ }, "onFocus" | "onChange">, never>>> & string & Omit<typeof DatePicker, keyof import("react").Component<any, {}, any>>;
511
961
  export {};