@kepler.gl/components 3.3.0-alpha.0 → 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.
- package/dist/annotations/annotation-node.d.ts +11 -0
- package/dist/annotations/annotation-node.js +145 -0
- package/dist/annotations/annotation-overlay.d.ts +16 -0
- package/dist/annotations/annotation-overlay.js +166 -0
- package/dist/annotations/annotation-panel.d.ts +24 -0
- package/dist/annotations/annotation-panel.js +362 -0
- package/dist/annotations/annotation-text.d.ts +16 -0
- package/dist/annotations/annotation-text.js +150 -0
- package/dist/annotations/annotation-utils.d.ts +39 -0
- package/dist/annotations/annotation-utils.js +156 -0
- package/dist/annotations/index.d.ts +7 -0
- package/dist/annotations/index.js +53 -0
- package/dist/annotations/lexical-editor/clickable-link-plugin.d.ts +3 -0
- package/dist/annotations/lexical-editor/clickable-link-plugin.js +71 -0
- package/dist/annotations/lexical-editor/floating-link-editor.d.ts +1 -0
- package/dist/annotations/lexical-editor/floating-link-editor.js +194 -0
- package/dist/annotations/lexical-editor/index.d.ts +7 -0
- package/dist/annotations/lexical-editor/index.js +78 -0
- package/dist/annotations/lexical-editor/lexical-constants.d.ts +12 -0
- package/dist/annotations/lexical-editor/lexical-constants.js +22 -0
- package/dist/annotations/lexical-editor/lexical-nodes.d.ts +3 -0
- package/dist/annotations/lexical-editor/lexical-nodes.js +13 -0
- package/dist/annotations/lexical-editor/lexical-rich-text-editor.d.ts +15 -0
- package/dist/annotations/lexical-editor/lexical-rich-text-editor.js +122 -0
- package/dist/annotations/lexical-editor/lexical-theme.d.ts +15 -0
- package/dist/annotations/lexical-editor/lexical-theme.js +25 -0
- package/dist/annotations/lexical-editor/lexical-toolbar.d.ts +7 -0
- package/dist/annotations/lexical-editor/lexical-toolbar.js +293 -0
- package/dist/annotations/lexical-editor/lexical-utils.d.ts +4 -0
- package/dist/annotations/lexical-editor/lexical-utils.js +45 -0
- package/dist/annotations/lexical-editor/use-lexical-toolbar.d.ts +36 -0
- package/dist/annotations/lexical-editor/use-lexical-toolbar.js +253 -0
- package/dist/bottom-widget.d.ts +1 -1
- package/dist/bottom-widget.js +12 -6
- package/dist/common/action-panel.js +1 -1
- package/dist/common/animation-control/animation-control.d.ts +1 -0
- package/dist/common/animation-control/animation-control.js +3 -1
- package/dist/common/animation-control/animation-controller.js +8 -6
- package/dist/common/animation-control/export-video-control.d.ts +9 -0
- package/dist/common/animation-control/export-video-control.js +43 -0
- package/dist/common/animation-control/playback-controls.d.ts +4 -2
- package/dist/common/animation-control/playback-controls.js +7 -4
- package/dist/common/checkbox.d.ts +5 -21
- package/dist/common/checkbox.js +58 -70
- package/dist/common/color-legend.d.ts +1 -1
- package/dist/common/color-legend.js +3 -3
- package/dist/common/data-table/canvas.d.ts +1 -1
- package/dist/common/data-table/index.d.ts +2 -2
- package/dist/common/data-table/index.js +3 -3
- package/dist/common/dnd-layer-items.d.ts +4 -0
- package/dist/common/dnd-layer-items.js +6 -2
- package/dist/common/error-boundary.d.ts +1 -1
- package/dist/common/file-uploader/file-upload.d.ts +1 -1
- package/dist/common/file-uploader/file-upload.js +4 -4
- package/dist/common/flex-container.d.ts +15 -7
- package/dist/common/histogram-plot.js +102 -53
- package/dist/common/icon-button.d.ts +53 -6
- package/dist/common/icons/3d-models/airplane.d.ts +14 -0
- package/dist/common/icons/3d-models/airplane.js +104 -0
- package/dist/common/icons/3d-models/bicycle.d.ts +14 -0
- package/dist/common/icons/3d-models/bicycle.js +426 -0
- package/dist/common/icons/3d-models/boeing.d.ts +14 -0
- package/dist/common/icons/3d-models/boeing.js +119 -0
- package/dist/common/icons/3d-models/car.d.ts +14 -0
- package/dist/common/icons/3d-models/car.js +110 -0
- package/dist/common/icons/3d-models/cargoship.d.ts +14 -0
- package/dist/common/icons/3d-models/cargoship.js +246 -0
- package/dist/common/icons/3d-models/evtol.d.ts +14 -0
- package/dist/common/icons/3d-models/evtol.js +134 -0
- package/dist/common/icons/3d-models/glider.d.ts +14 -0
- package/dist/common/icons/3d-models/glider.js +62 -0
- package/dist/common/icons/3d-models/helicopter.d.ts +14 -0
- package/dist/common/icons/3d-models/helicopter.js +110 -0
- package/dist/common/icons/3d-models/scooter.d.ts +14 -0
- package/dist/common/icons/3d-models/scooter.js +159 -0
- package/dist/common/icons/3d-models/semitruck.d.ts +14 -0
- package/dist/common/icons/3d-models/semitruck.js +177 -0
- package/dist/common/icons/3d-models/truck.d.ts +14 -0
- package/dist/common/icons/3d-models/truck.js +122 -0
- package/dist/common/icons/anchor_window.d.ts +1 -8
- package/dist/common/icons/anchor_window.js +17 -10
- package/dist/common/icons/annotation-text.d.ts +9 -0
- package/dist/common/icons/annotation-text.js +56 -0
- package/dist/common/icons/arrow-down-full.d.ts +2 -1
- package/dist/common/icons/arrow-down-full.js +1 -1
- package/dist/common/icons/folder.d.ts +10 -0
- package/dist/common/icons/folder.js +51 -0
- package/dist/common/icons/index.d.ts +2 -0
- package/dist/common/icons/index.js +15 -1
- package/dist/common/icons/timeline-marker.d.ts +2 -1
- package/dist/common/icons/timeline-marker.js +1 -1
- package/dist/common/item-selector/chickleted-input.d.ts +1 -1
- package/dist/common/item-selector/chickleted-input.js +5 -5
- package/dist/common/item-selector/dropdown-list.d.ts +1 -1
- package/dist/common/item-selector/dropdown-list.js +1 -1
- package/dist/common/item-selector/dropdown-select.d.ts +13 -7
- package/dist/common/item-selector/item-selector.d.ts +1 -1
- package/dist/common/item-selector/item-selector.js +1 -1
- package/dist/common/item-selector/typeahead.d.ts +4 -4
- package/dist/common/item-selector/typeahead.js +1 -3
- package/dist/common/layout-splitter.d.ts +45 -0
- package/dist/common/layout-splitter.js +231 -0
- package/dist/common/line-chart.d.ts +10 -3
- package/dist/common/line-chart.js +219 -52
- package/dist/common/modal.d.ts +11 -5
- package/dist/common/modal.js +1 -1
- package/dist/common/portaled.d.ts +17 -17
- package/dist/common/range-plot.js +4 -2
- package/dist/common/range-slider.d.ts +2 -0
- package/dist/common/range-slider.js +108 -45
- package/dist/common/slider/mouse-event.d.ts +1 -1
- package/dist/common/slider/mouse-event.js +1 -2
- package/dist/common/slider/slider-bar-handle.d.ts +1 -1
- package/dist/common/slider/slider-bar-handle.js +1 -1
- package/dist/common/slider/slider-handle.d.ts +3 -3
- package/dist/common/slider/slider-handle.js +1 -1
- package/dist/common/slider/slider.d.ts +8 -4
- package/dist/common/slider/slider.js +78 -35
- package/dist/common/styled-components.d.ts +628 -178
- package/dist/common/styled-components.js +2 -2
- package/dist/common/time-range-slider-time-title.d.ts +1 -1
- package/dist/common/time-range-slider-time-title.js +5 -5
- package/dist/common/time-range-slider.d.ts +2 -1
- package/dist/common/time-range-slider.js +19 -7
- package/dist/common/timeline-helpers.d.ts +3 -0
- package/dist/common/timeline-helpers.js +57 -0
- package/dist/common/timeline-slider.js +21 -12
- package/dist/common/toolbar-item.js +5 -5
- package/dist/common/toolbar.d.ts +1 -1
- package/dist/common/toolbar.js +4 -4
- package/dist/common/vertical-toolbar.d.ts +13 -3
- package/dist/container.d.ts +3 -2
- package/dist/container.js +2 -2
- package/dist/context.d.ts +1 -1
- package/dist/context.js +1 -1
- package/dist/dnd-context.d.ts +4 -3
- package/dist/dnd-context.js +64 -9
- package/dist/effects/compact-color-picker.d.ts +1 -1
- package/dist/effects/effect-configurator.d.ts +5 -6
- package/dist/effects/effect-configurator.js +213 -52
- package/dist/effects/effect-manager.js +3 -3
- package/dist/effects/effect-panel-header.js +34 -17
- package/dist/effects/effect-panel.d.ts +4 -4
- package/dist/effects/effect-panel.js +61 -86
- package/dist/effects/effect-time-configurator.js +10 -10
- package/dist/effects/effect-type-dropdown-list.d.ts +1 -0
- package/dist/effects/effect-type-dropdown-list.js +1 -1
- package/dist/effects/effect-type-list-item.d.ts +2 -1
- package/dist/effects/effect-type-list-item.js +23 -7
- package/dist/effects/effect-type-selector.d.ts +1 -0
- package/dist/effects/effect-type-selector.js +2 -2
- package/dist/effects/surface-fog-section.d.ts +14 -0
- package/dist/effects/surface-fog-section.js +263 -0
- package/dist/filters/components.d.ts +7 -5
- package/dist/filters/filter-panels/filter-synced-dataset-panel.d.ts +6 -2
- package/dist/filters/index.d.ts +1 -0
- package/dist/filters/index.js +8 -1
- package/dist/filters/polygon-filter.js +2 -2
- package/dist/filters/time-range-filter.js +3 -1
- package/dist/filters/time-widget-settings.d.ts +14 -0
- package/dist/filters/time-widget-settings.js +312 -0
- package/dist/filters/time-widget-top.d.ts +2 -3
- package/dist/filters/time-widget-top.js +32 -39
- package/dist/filters/time-widget.d.ts +3 -2
- package/dist/filters/time-widget.js +285 -9
- package/dist/filters/types.d.ts +3 -3
- package/dist/filters/types.js +1 -1
- package/dist/geocoder/geocoder.d.ts +4 -1
- package/dist/geocoder/geocoder.js +61 -14
- package/dist/geocoder-panel.d.ts +3 -2
- package/dist/geocoder-panel.js +11 -8
- package/dist/hooks/use-dnd-layers.d.ts +4 -3
- package/dist/hooks/use-dnd-layers.js +103 -42
- package/dist/index.d.ts +17 -2
- package/dist/index.js +161 -9
- package/dist/injector.d.ts +1 -1
- package/dist/kepler-gl.d.ts +179 -27
- package/dist/kepler-gl.js +91 -12
- package/dist/loading-indicator.d.ts +3 -1
- package/dist/loading-indicator.js +6 -3
- package/dist/map/annotations/annotation-control.d.ts +16 -0
- package/dist/map/annotations/annotation-control.js +56 -0
- package/dist/map/layer-hover-info.d.ts +7 -3
- package/dist/map/layer-hover-info.js +124 -55
- package/dist/map/locale-panel.d.ts +1 -1
- package/dist/map/locale-panel.js +2 -2
- package/dist/map/map-control-panel.js +3 -2
- package/dist/map/map-control-toolbar.d.ts +33 -8
- package/dist/map/map-control.d.ts +14 -4
- package/dist/map/map-control.js +18 -8
- package/dist/map/map-draw-panel.d.ts +1 -1
- package/dist/map/map-draw-panel.js +7 -4
- package/dist/map/map-legend-panel.d.ts +11 -2
- package/dist/map/map-legend-panel.js +25 -8
- package/dist/map/map-legend.d.ts +20 -3
- package/dist/map/map-legend.js +145 -31
- package/dist/map/map-navigation-control.d.ts +13 -0
- package/dist/map/map-navigation-control.js +143 -0
- package/dist/map/map-popover.js +2 -2
- package/dist/map/split-map-button.d.ts +6 -1
- package/dist/map/split-map-button.js +113 -19
- package/dist/map-container.d.ts +13 -3
- package/dist/map-container.js +269 -59
- package/dist/map-view-state-context.d.ts +1 -0
- package/dist/map-view-state-context.js +1 -1
- package/dist/maps-layout.d.ts +3 -0
- package/dist/maps-layout.js +86 -26
- package/dist/modal-container.d.ts +3 -2
- package/dist/modal-container.js +28 -6
- package/dist/modals/add-map-style-modal.js +173 -200
- package/dist/modals/cloud-tile.d.ts +1 -2
- package/dist/modals/data-table-modal.d.ts +1 -1
- package/dist/modals/data-table-modal.js +146 -194
- package/dist/modals/export-data-modal.js +117 -139
- package/dist/modals/export-map-modal/components.d.ts +9 -5
- package/dist/modals/export-video-modal.d.ts +28 -0
- package/dist/modals/export-video-modal.js +371 -0
- package/dist/modals/export-video-modal.spec.d.ts +1 -0
- package/dist/modals/export-video-modal.spec.js +686 -0
- package/dist/modals/fog-height-animation.d.ts +8 -0
- package/dist/modals/fog-height-animation.js +97 -0
- package/dist/modals/hubble-utils.d.ts +41 -0
- package/dist/modals/hubble-utils.js +294 -0
- package/dist/modals/hubble-utils.spec.d.ts +1 -0
- package/dist/modals/hubble-utils.spec.js +397 -0
- package/dist/modals/modal-dialog.d.ts +1 -1
- package/dist/modals/share-map-modal.d.ts +2 -4
- package/dist/modals/swipe-composite-utils.d.ts +10 -0
- package/dist/modals/swipe-composite-utils.js +108 -0
- package/dist/modals/swipe-export-settings.d.ts +24 -0
- package/dist/modals/swipe-export-settings.js +370 -0
- package/dist/modals/swipe-export-video-container.d.ts +122 -0
- package/dist/modals/swipe-export-video-container.js +630 -0
- package/dist/modals/swipe-export-video-preview.d.ts +68 -0
- package/dist/modals/swipe-export-video-preview.js +339 -0
- package/dist/modals/tilesets-modals/load-data-footer.js +2 -2
- package/dist/modals/tilesets-modals/load-tileset.js +21 -10
- package/dist/modals/tilesets-modals/tileset-bitmap-form.d.ts +14 -0
- package/dist/modals/tilesets-modals/tileset-bitmap-form.js +284 -0
- package/dist/modals/tilesets-modals/tileset-raster-form.js +90 -11
- package/dist/modals/tilesets-modals/tileset-tile3d-form.js +3 -2
- package/dist/modals/tilesets-modals/tileset-vector-form.js +58 -4
- package/dist/modals/tilesets-modals/tileset-wms-form.js +4 -3
- package/dist/notification-panel/notification-item.d.ts +1 -53
- package/dist/notification-panel/notification-item.js +47 -75
- package/dist/notification-panel.d.ts +1 -1
- package/dist/notification-panel.js +20 -42
- package/dist/plot-container.js +7 -6
- package/dist/side-panel/add-by-dataset-button.js +3 -3
- package/dist/side-panel/common/dataset-info.js +2 -2
- package/dist/side-panel/filter-panel/filter-panel-header.d.ts +7 -3
- package/dist/side-panel/interaction-panel/geocoder-config.d.ts +11 -0
- package/dist/side-panel/interaction-panel/geocoder-config.js +45 -0
- package/dist/side-panel/interaction-panel/interaction-panel.d.ts +3 -2
- package/dist/side-panel/interaction-panel/interaction-panel.js +10 -3
- package/dist/side-panel/layer-manager.d.ts +5 -4
- package/dist/side-panel/layer-manager.js +26 -6
- package/dist/side-panel/layer-panel/color-scale-selector.d.ts +1 -1
- package/dist/side-panel/layer-panel/color-scale-selector.js +1 -1
- package/dist/side-panel/layer-panel/color-selector.d.ts +6 -4
- package/dist/side-panel/layer-panel/custom-palette.d.ts +3 -5
- package/dist/side-panel/layer-panel/custom-palette.js +5 -5
- package/dist/side-panel/layer-panel/dataset-layer-group.d.ts +2 -1
- package/dist/side-panel/layer-panel/dataset-layer-group.js +1 -1
- package/dist/side-panel/layer-panel/dataset-layer-section.d.ts +2 -1
- package/dist/side-panel/layer-panel/dataset-layer-section.js +19 -3
- package/dist/side-panel/layer-panel/layer-config-group.d.ts +5 -11
- package/dist/side-panel/layer-panel/layer-configurator.d.ts +4 -2
- package/dist/side-panel/layer-panel/layer-configurator.js +450 -76
- package/dist/side-panel/layer-panel/layer-group-header.d.ts +15 -0
- package/dist/side-panel/layer-panel/layer-group-header.js +179 -0
- package/dist/side-panel/layer-panel/layer-list.d.ts +9 -4
- package/dist/side-panel/layer-panel/layer-list.js +197 -40
- package/dist/side-panel/layer-panel/layer-panel-header.js +2 -2
- package/dist/side-panel/layer-panel/raster-tile-layer-configurator.d.ts +1 -1
- package/dist/side-panel/layer-panel/raster-tile-layer-configurator.js +127 -27
- package/dist/side-panel/layer-panel/scenegraph-model-selector.d.ts +24 -0
- package/dist/side-panel/layer-panel/scenegraph-model-selector.js +123 -0
- package/dist/side-panel/layer-panel/text-label-panel.d.ts +1 -1
- package/dist/side-panel/layer-panel/text-label-panel.js +11 -2
- package/dist/side-panel/layer-panel/vector-tile-layer-configurator.d.ts +1 -1
- package/dist/side-panel/layer-panel/vector-tile-layer-configurator.js +2 -10
- package/dist/side-panel/layer-panel/vis-config-slider.d.ts +2 -0
- package/dist/side-panel/layer-panel/vis-config-slider.js +7 -3
- package/dist/side-panel/panel-header.d.ts +1 -0
- package/dist/side-panel/panel-header.js +9 -2
- package/dist/side-panel/panel-tab.d.ts +2 -4
- package/dist/side-panel/panel-tab.js +4 -4
- package/dist/side-panel/panel-view-list-toggle.d.ts +4 -4
- package/dist/side-panel/side-bar.d.ts +1 -6
- package/dist/side-panel.d.ts +1 -1
- package/dist/side-panel.js +5 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.js +1 -1
- package/package.json +53 -48
- package/dist/map/layer-selector-panel.d.ts +0 -21
- package/dist/map/layer-selector-panel.js +0 -85
- package/dist/side-panel/layer-panel/radius-by-zoom-input.d.ts +0 -11
- 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:
|
|
7
|
-
export declare const SelectTextBold:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
export declare const
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
export declare const PanelLabelBold:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
export declare const PanelHeaderContent:
|
|
32
|
-
export declare const PanelContent:
|
|
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:
|
|
39
|
-
|
|
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:
|
|
65
|
-
|
|
66
|
-
|
|
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:
|
|
71
|
-
export declare const InputLight:
|
|
72
|
-
export declare const TextArea:
|
|
73
|
-
export declare const TextAreaLight:
|
|
74
|
-
export declare const InlineInput:
|
|
75
|
-
|
|
76
|
-
|
|
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
|
-
active?: boolean;
|
|
106
|
+
$active?: boolean;
|
|
79
107
|
labelRCGColorValues?: RGBColor | null;
|
|
80
108
|
warning?: boolean;
|
|
81
109
|
isValid?: boolean;
|
|
82
110
|
}
|
|
83
|
-
export declare const StyledPanelHeader:
|
|
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:
|
|
88
|
-
export declare const ButtonGroup:
|
|
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:
|
|
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:
|
|
97
|
-
export declare const StyledTable:
|
|
98
|
-
export declare const StyledModalContent:
|
|
99
|
-
export declare const StyledModalVerticalPanel:
|
|
100
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
128
|
-
export declare const StyledFilteredOption:
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
export declare const
|
|
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:
|
|
140
|
-
|
|
141
|
-
|
|
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
|
-
},
|
|
157
|
-
|
|
158
|
-
|
|
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
|
-
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
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?: ((
|
|
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
|
-
|
|
189
|
-
|
|
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
|
-
|
|
330
|
-
|
|
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
|
-
|
|
334
|
-
|
|
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<{}> | (
|
|
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
|
-
|
|
959
|
+
onTransitionEnd?: ((event: any) => void) | undefined;
|
|
960
|
+
}, "onFocus" | "onChange">, never>>> & string & Omit<typeof DatePicker, keyof import("react").Component<any, {}, any>>;
|
|
511
961
|
export {};
|