@elastic/eui 105.0.0 → 106.0.0-amsterdam.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eui_theme_amsterdam_dark.json +2 -0
- package/dist/eui_theme_amsterdam_dark.json.d.ts +2 -0
- package/dist/eui_theme_amsterdam_light.json +2 -0
- package/dist/eui_theme_amsterdam_light.json.d.ts +2 -0
- package/dist/eui_theme_borealis_dark.json +2 -0
- package/dist/eui_theme_borealis_dark.json.d.ts +2 -0
- package/dist/eui_theme_borealis_light.json +10 -8
- package/dist/eui_theme_borealis_light.json.d.ts +2 -0
- package/es/components/combo_box/combo_box_input/combo_box_input.js +65 -61
- package/es/components/combo_box/combo_box_input/combo_box_input.styles.js +6 -4
- package/es/components/date_picker/date_picker.styles.js +4 -1
- package/es/components/date_picker/date_picker_range.js +3 -2
- package/es/components/date_picker/date_picker_range.styles.js +11 -4
- package/es/components/date_picker/super_date_picker/super_date_picker.styles.js +23 -14
- package/es/components/flyout/_flyout_close_button.styles.js +10 -1
- package/es/components/flyout/flyout_child.js +8 -3
- package/es/components/flyout/flyout_child.styles.js +3 -2
- package/es/components/flyout/sessions/flyout_provider.js +7 -21
- package/es/components/flyout/sessions/flyout_reducer.js +5 -26
- package/es/components/flyout/sessions/use_eui_flyout.js +21 -10
- package/es/components/form/field_number/field_number.styles.js +4 -1
- package/es/components/form/field_text/field_text.styles.js +4 -1
- package/es/components/form/file_picker/file_picker.js +107 -101
- package/es/components/form/file_picker/file_picker.styles.js +18 -17
- package/es/components/form/form.styles.js +72 -22
- package/es/components/form/form_control_layout/form_control_layout.styles.js +28 -17
- package/es/components/form/form_control_layout/form_control_layout_clear_button.styles.js +7 -7
- package/es/components/form/form_control_layout/form_control_layout_delimited.js +10 -7
- package/es/components/form/form_control_layout/form_control_layout_delimited.styles.js +34 -29
- package/es/components/form/form_control_layout/form_control_layout_icons.js +35 -20
- package/es/components/form/form_control_layout/form_control_layout_icons.styles.js +6 -6
- package/es/components/form/form_error_text/form_error_text.styles.js +3 -1
- package/es/components/form/form_label/form_label.styles.js +4 -2
- package/es/components/header/header.styles.js +5 -3
- package/es/components/markdown_editor/markdown_editor_drop_zone.styles.js +6 -3
- package/es/components/progress/progress.a11y.js +7 -7
- package/es/components/progress/progress.js +18 -27
- package/es/components/provider/provider.js +2 -2
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +59 -23
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.styles.js +8 -2
- package/es/components/selectable/selectable_templates/selectable_template_sitewide_popover.js +63 -0
- package/es/global_styling/mixins/_button.js +1 -1
- package/es/services/color/eui_palettes.js +26 -0
- package/es/services/color/vis_color_store.js +2 -2
- package/es/services/color/visualization_colors.js +4 -0
- package/es/services/theme/context.js +2 -2
- package/es/services/theme/provider.js +13 -6
- package/es/themes/amsterdam/global_styling/variables/_colors.js +8 -3
- package/es/themes/amsterdam/global_styling/variables/_forms.js +96 -53
- package/es/themes/amsterdam/theme.js +2 -1
- package/es/themes/json/eui_theme_amsterdam_dark.json +2 -0
- package/es/themes/json/eui_theme_amsterdam_light.json +2 -0
- package/es/themes/json/eui_theme_borealis_dark.json +2 -0
- package/es/themes/json/eui_theme_borealis_light.json +10 -8
- package/eui.d.ts +976 -891
- package/i18ntokens.json +3595 -3523
- package/lib/components/combo_box/combo_box_input/combo_box_input.js +64 -60
- package/lib/components/combo_box/combo_box_input/combo_box_input.styles.js +6 -4
- package/lib/components/date_picker/date_picker.styles.js +4 -1
- package/lib/components/date_picker/date_picker_range.js +3 -2
- package/lib/components/date_picker/date_picker_range.styles.js +11 -4
- package/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +21 -12
- package/lib/components/flyout/_flyout_close_button.styles.js +10 -3
- package/lib/components/flyout/flyout_child.js +8 -3
- package/lib/components/flyout/flyout_child.styles.js +3 -2
- package/lib/components/flyout/sessions/flyout_provider.js +7 -21
- package/lib/components/flyout/sessions/flyout_reducer.js +5 -26
- package/lib/components/flyout/sessions/use_eui_flyout.js +21 -10
- package/lib/components/form/field_number/field_number.styles.js +4 -1
- package/lib/components/form/field_text/field_text.styles.js +4 -1
- package/lib/components/form/file_picker/file_picker.js +106 -100
- package/lib/components/form/file_picker/file_picker.styles.js +16 -15
- package/lib/components/form/form.styles.js +72 -22
- package/lib/components/form/form_control_layout/form_control_layout.styles.js +28 -17
- package/lib/components/form/form_control_layout/form_control_layout_clear_button.styles.js +7 -7
- package/lib/components/form/form_control_layout/form_control_layout_delimited.js +9 -6
- package/lib/components/form/form_control_layout/form_control_layout_delimited.styles.js +34 -27
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +34 -19
- package/lib/components/form/form_control_layout/form_control_layout_icons.styles.js +6 -6
- package/lib/components/form/form_error_text/form_error_text.styles.js +3 -1
- package/lib/components/form/form_label/form_label.styles.js +4 -2
- package/lib/components/header/header.styles.js +4 -2
- package/lib/components/markdown_editor/markdown_editor_drop_zone.styles.js +6 -3
- package/lib/components/progress/progress.a11y.js +7 -7
- package/lib/components/progress/progress.js +18 -27
- package/lib/components/provider/provider.js +2 -2
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +57 -21
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.styles.js +9 -3
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide_popover.js +69 -0
- package/lib/global_styling/mixins/_button.js +1 -1
- package/lib/services/color/eui_palettes.js +26 -0
- package/lib/services/color/vis_color_store.js +2 -2
- package/lib/services/color/visualization_colors.js +3 -0
- package/lib/services/theme/context.js +2 -2
- package/lib/services/theme/provider.js +13 -6
- package/lib/themes/amsterdam/global_styling/variables/_colors.js +8 -3
- package/lib/themes/amsterdam/global_styling/variables/_forms.js +96 -53
- package/lib/themes/amsterdam/theme.js +2 -1
- package/lib/themes/json/eui_theme_amsterdam_dark.json +2 -0
- package/lib/themes/json/eui_theme_amsterdam_light.json +2 -0
- package/lib/themes/json/eui_theme_borealis_dark.json +2 -0
- package/lib/themes/json/eui_theme_borealis_light.json +10 -8
- package/optimize/es/components/combo_box/combo_box_input/combo_box_input.js +65 -61
- package/optimize/es/components/combo_box/combo_box_input/combo_box_input.styles.js +6 -4
- package/optimize/es/components/date_picker/date_picker.styles.js +4 -1
- package/optimize/es/components/date_picker/date_picker_range.js +3 -2
- package/optimize/es/components/date_picker/date_picker_range.styles.js +11 -4
- package/optimize/es/components/date_picker/super_date_picker/super_date_picker.styles.js +23 -14
- package/optimize/es/components/flyout/_flyout_close_button.styles.js +10 -1
- package/optimize/es/components/flyout/flyout_child.js +4 -3
- package/optimize/es/components/flyout/flyout_child.styles.js +3 -2
- package/optimize/es/components/flyout/sessions/flyout_provider.js +7 -21
- package/optimize/es/components/flyout/sessions/flyout_reducer.js +5 -26
- package/optimize/es/components/flyout/sessions/use_eui_flyout.js +21 -10
- package/optimize/es/components/form/field_number/field_number.styles.js +4 -1
- package/optimize/es/components/form/field_text/field_text.styles.js +4 -1
- package/optimize/es/components/form/file_picker/file_picker.js +107 -101
- package/optimize/es/components/form/file_picker/file_picker.styles.js +18 -17
- package/optimize/es/components/form/form.styles.js +72 -22
- package/optimize/es/components/form/form_control_layout/form_control_layout.styles.js +28 -17
- package/optimize/es/components/form/form_control_layout/form_control_layout_clear_button.styles.js +7 -7
- package/optimize/es/components/form/form_control_layout/form_control_layout_delimited.js +10 -7
- package/optimize/es/components/form/form_control_layout/form_control_layout_delimited.styles.js +34 -29
- package/optimize/es/components/form/form_control_layout/form_control_layout_icons.js +35 -20
- package/optimize/es/components/form/form_control_layout/form_control_layout_icons.styles.js +6 -6
- package/optimize/es/components/form/form_error_text/form_error_text.styles.js +3 -1
- package/optimize/es/components/form/form_label/form_label.styles.js +4 -2
- package/optimize/es/components/header/header.styles.js +5 -3
- package/optimize/es/components/markdown_editor/markdown_editor_drop_zone.styles.js +6 -3
- package/optimize/es/components/progress/progress.a11y.js +7 -7
- package/optimize/es/components/progress/progress.js +18 -27
- package/optimize/es/components/provider/provider.js +2 -2
- package/optimize/es/components/selectable/selectable_templates/selectable_template_sitewide.js +47 -22
- package/optimize/es/components/selectable/selectable_templates/selectable_template_sitewide.styles.js +8 -2
- package/optimize/es/components/selectable/selectable_templates/selectable_template_sitewide_popover.js +52 -0
- package/optimize/es/global_styling/mixins/_button.js +1 -1
- package/optimize/es/services/color/eui_palettes.js +26 -0
- package/optimize/es/services/color/vis_color_store.js +2 -2
- package/optimize/es/services/color/visualization_colors.js +4 -0
- package/optimize/es/services/theme/context.js +2 -2
- package/optimize/es/services/theme/provider.js +13 -6
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors.js +8 -3
- package/optimize/es/themes/amsterdam/global_styling/variables/_forms.js +96 -53
- package/optimize/es/themes/amsterdam/theme.js +2 -1
- package/optimize/es/themes/json/eui_theme_amsterdam_dark.json +2 -0
- package/optimize/es/themes/json/eui_theme_amsterdam_light.json +2 -0
- package/optimize/es/themes/json/eui_theme_borealis_dark.json +2 -0
- package/optimize/es/themes/json/eui_theme_borealis_light.json +10 -8
- package/optimize/lib/components/combo_box/combo_box_input/combo_box_input.js +64 -60
- package/optimize/lib/components/combo_box/combo_box_input/combo_box_input.styles.js +6 -4
- package/optimize/lib/components/date_picker/date_picker.styles.js +4 -1
- package/optimize/lib/components/date_picker/date_picker_range.js +3 -2
- package/optimize/lib/components/date_picker/date_picker_range.styles.js +11 -4
- package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +21 -12
- package/optimize/lib/components/flyout/_flyout_close_button.styles.js +10 -3
- package/optimize/lib/components/flyout/flyout_child.js +4 -3
- package/optimize/lib/components/flyout/flyout_child.styles.js +3 -2
- package/optimize/lib/components/flyout/sessions/flyout_provider.js +7 -21
- package/optimize/lib/components/flyout/sessions/flyout_reducer.js +5 -26
- package/optimize/lib/components/flyout/sessions/use_eui_flyout.js +21 -10
- package/optimize/lib/components/form/field_number/field_number.styles.js +4 -1
- package/optimize/lib/components/form/field_text/field_text.styles.js +4 -1
- package/optimize/lib/components/form/file_picker/file_picker.js +106 -100
- package/optimize/lib/components/form/file_picker/file_picker.styles.js +16 -15
- package/optimize/lib/components/form/form.styles.js +72 -22
- package/optimize/lib/components/form/form_control_layout/form_control_layout.styles.js +28 -17
- package/optimize/lib/components/form/form_control_layout/form_control_layout_clear_button.styles.js +7 -7
- package/optimize/lib/components/form/form_control_layout/form_control_layout_delimited.js +9 -6
- package/optimize/lib/components/form/form_control_layout/form_control_layout_delimited.styles.js +34 -27
- package/optimize/lib/components/form/form_control_layout/form_control_layout_icons.js +34 -19
- package/optimize/lib/components/form/form_control_layout/form_control_layout_icons.styles.js +6 -6
- package/optimize/lib/components/form/form_error_text/form_error_text.styles.js +3 -1
- package/optimize/lib/components/form/form_label/form_label.styles.js +4 -2
- package/optimize/lib/components/header/header.styles.js +4 -2
- package/optimize/lib/components/markdown_editor/markdown_editor_drop_zone.styles.js +6 -3
- package/optimize/lib/components/progress/progress.a11y.js +7 -7
- package/optimize/lib/components/progress/progress.js +18 -27
- package/optimize/lib/components/provider/provider.js +2 -2
- package/optimize/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +45 -20
- package/optimize/lib/components/selectable/selectable_templates/selectable_template_sitewide.styles.js +9 -3
- package/optimize/lib/components/selectable/selectable_templates/selectable_template_sitewide_popover.js +58 -0
- package/optimize/lib/global_styling/mixins/_button.js +1 -1
- package/optimize/lib/services/color/eui_palettes.js +26 -0
- package/optimize/lib/services/color/vis_color_store.js +2 -2
- package/optimize/lib/services/color/visualization_colors.js +3 -0
- package/optimize/lib/services/theme/context.js +2 -2
- package/optimize/lib/services/theme/provider.js +13 -6
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors.js +8 -3
- package/optimize/lib/themes/amsterdam/global_styling/variables/_forms.js +96 -53
- package/optimize/lib/themes/amsterdam/theme.js +2 -1
- package/optimize/lib/themes/json/eui_theme_amsterdam_dark.json +2 -0
- package/optimize/lib/themes/json/eui_theme_amsterdam_light.json +2 -0
- package/optimize/lib/themes/json/eui_theme_borealis_dark.json +2 -0
- package/optimize/lib/themes/json/eui_theme_borealis_light.json +10 -8
- package/package.json +12 -10
- package/src/themes/amsterdam/_colors_dark.scss +3 -0
- package/src/themes/amsterdam/_colors_light.scss +3 -0
- package/test-env/components/combo_box/combo_box_input/combo_box_input.js +64 -60
- package/test-env/components/combo_box/combo_box_input/combo_box_input.styles.js +6 -4
- package/test-env/components/date_picker/date_picker.styles.js +4 -1
- package/test-env/components/date_picker/date_picker_range.js +3 -2
- package/test-env/components/date_picker/date_picker_range.styles.js +11 -4
- package/test-env/components/date_picker/super_date_picker/super_date_picker.styles.js +21 -12
- package/test-env/components/flyout/_flyout_close_button.styles.js +10 -3
- package/test-env/components/flyout/flyout_child.js +8 -3
- package/test-env/components/flyout/flyout_child.styles.js +3 -2
- package/test-env/components/flyout/sessions/flyout_provider.js +7 -21
- package/test-env/components/flyout/sessions/flyout_reducer.js +5 -26
- package/test-env/components/flyout/sessions/use_eui_flyout.js +21 -10
- package/test-env/components/form/field_number/field_number.styles.js +4 -1
- package/test-env/components/form/field_text/field_text.styles.js +4 -1
- package/test-env/components/form/file_picker/file_picker.js +106 -100
- package/test-env/components/form/file_picker/file_picker.styles.js +16 -15
- package/test-env/components/form/form.styles.js +72 -22
- package/test-env/components/form/form_control_layout/form_control_layout.styles.js +28 -17
- package/test-env/components/form/form_control_layout/form_control_layout_clear_button.styles.js +7 -7
- package/test-env/components/form/form_control_layout/form_control_layout_delimited.js +9 -6
- package/test-env/components/form/form_control_layout/form_control_layout_delimited.styles.js +34 -27
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +34 -19
- package/test-env/components/form/form_control_layout/form_control_layout_icons.styles.js +6 -6
- package/test-env/components/form/form_error_text/form_error_text.styles.js +3 -1
- package/test-env/components/form/form_label/form_label.styles.js +4 -2
- package/test-env/components/header/header.styles.js +4 -2
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.styles.js +6 -3
- package/test-env/components/progress/progress.a11y.js +7 -7
- package/test-env/components/progress/progress.js +18 -27
- package/test-env/components/provider/provider.js +2 -2
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +57 -21
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.styles.js +9 -3
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide_popover.js +68 -0
- package/test-env/global_styling/mixins/_button.js +1 -1
- package/test-env/services/color/eui_palettes.js +26 -0
- package/test-env/services/color/vis_color_store.js +2 -2
- package/test-env/services/color/visualization_colors.js +3 -0
- package/test-env/services/theme/context.js +2 -2
- package/test-env/services/theme/provider.js +13 -6
- package/test-env/themes/amsterdam/global_styling/variables/_colors.js +8 -3
- package/test-env/themes/amsterdam/global_styling/variables/_forms.js +96 -53
- package/test-env/themes/amsterdam/theme.js +2 -1
- package/test-env/themes/json/eui_theme_amsterdam_dark.json +2 -0
- package/test-env/themes/json/eui_theme_amsterdam_light.json +2 -0
- package/test-env/themes/json/eui_theme_borealis_dark.json +2 -0
- package/test-env/themes/json/eui_theme_borealis_light.json +10 -8
package/eui.d.ts
CHANGED
|
@@ -171,124 +171,13 @@ declare module '@elastic/eui/src/components/common' {
|
|
|
171
171
|
onClick?: MouseEventHandler<HTMLButtonElement>;
|
|
172
172
|
} & ButtonHTMLAttributes<HTMLButtonElement> & P;
|
|
173
173
|
|
|
174
|
-
}
|
|
175
|
-
declare module '@elastic/eui/src/services/theme/types' {
|
|
176
|
-
export { COLOR_MODES_STANDARD, COLOR_MODES_INVERSE, type EuiThemeColorModeInverse, type EuiThemeColorModeStandard, type EuiThemeColorMode, type ColorModeSwitch, type StrictColorModeSwitch, type EuiThemeShape, type EuiThemeSystem, type EuiThemeModifications, type ComputedThemeShape, type EuiThemeComputed, type EuiThemeNested, type EuiThemeHighContrastMode, type EuiThemeHighContrastModeProp, } from '@elastic/eui-theme-common';
|
|
177
|
-
|
|
178
174
|
}
|
|
179
175
|
declare module '@elastic/eui/src/services/theme/utils' {
|
|
180
176
|
export { DEFAULT_COLOR_MODE, isInverseColorMode, getColorMode, getOn, setOn, Computed, computed, getComputed, buildTheme, mergeDeep, } from '@elastic/eui-theme-common';
|
|
181
177
|
|
|
182
178
|
}
|
|
183
|
-
declare module '@elastic/eui/src/services/theme/
|
|
184
|
-
|
|
185
|
-
export const DEFAULTS: {
|
|
186
|
-
system: {
|
|
187
|
-
model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
|
|
188
|
-
root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
|
|
189
|
-
key: string;
|
|
190
|
-
};
|
|
191
|
-
modifications: {};
|
|
192
|
-
colorMode: "LIGHT";
|
|
193
|
-
highContrastMode: false;
|
|
194
|
-
};
|
|
195
|
-
export const EuiSystemContext: import("react").Context<EuiThemeSystem>;
|
|
196
|
-
export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
|
|
197
|
-
overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides;
|
|
198
|
-
}>>;
|
|
199
|
-
export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
|
|
200
|
-
export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
|
|
201
|
-
export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
|
|
202
|
-
export const EuiThemeContext: import("react").Context<EuiThemeComputed>;
|
|
203
|
-
export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
|
|
204
|
-
|
|
205
|
-
}
|
|
206
|
-
declare module '@elastic/eui/src/services/theme/warning' {
|
|
207
|
-
type LEVELS = 'log' | 'warn' | 'error';
|
|
208
|
-
type ProviderCallback = (message: string | Error) => void; let providerWarning: LEVELS | ProviderCallback | undefined;
|
|
209
|
-
export const setEuiDevProviderWarning: (warningType: typeof providerWarning) => LEVELS | ProviderCallback | undefined;
|
|
210
|
-
export const getEuiDevProviderWarning: () => LEVELS | ProviderCallback | undefined;
|
|
211
|
-
export const emitEuiProviderWarning: (providerMessage: string) => void;
|
|
212
|
-
export {};
|
|
213
|
-
|
|
214
|
-
}
|
|
215
|
-
declare module '@elastic/eui/src/services/theme/hooks' {
|
|
216
|
-
import React from 'react';
|
|
217
|
-
import { type EuiThemeColorModeStandard, type EuiThemeHighContrastMode, type EuiThemeModifications, type EuiThemeComputed } from '@elastic/eui-theme-common';
|
|
218
|
-
/**
|
|
219
|
-
* Hook for function components
|
|
220
|
-
*/
|
|
221
|
-
export interface UseEuiTheme<T extends {} = {}> {
|
|
222
|
-
euiTheme: EuiThemeComputed<T>;
|
|
223
|
-
colorMode: EuiThemeColorModeStandard;
|
|
224
|
-
highContrastMode: EuiThemeHighContrastMode;
|
|
225
|
-
modifications: EuiThemeModifications<T>;
|
|
226
|
-
}
|
|
227
|
-
export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
|
|
228
|
-
/**
|
|
229
|
-
* HOC for class components
|
|
230
|
-
*/
|
|
231
|
-
export interface WithEuiThemeProps<P extends {} = {}> {
|
|
232
|
-
theme: UseEuiTheme<P>;
|
|
233
|
-
}
|
|
234
|
-
export const withEuiTheme: <T extends {} = {}, U extends {} = {}>(Component: React.ComponentType<T & WithEuiThemeProps<U>>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<Omit<T, "theme">> & React.RefAttributes<Omit<T, "theme">>>;
|
|
235
|
-
/**
|
|
236
|
-
* Render prop alternative for complex class components
|
|
237
|
-
* Most useful for scenarios where a HOC may interfere with typing
|
|
238
|
-
*/
|
|
239
|
-
export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
|
|
240
|
-
children: (theme: UseEuiTheme) => React.ReactElement;
|
|
241
|
-
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
242
|
-
/**
|
|
243
|
-
* Minor syntactical sugar hook for theme CSS variables.
|
|
244
|
-
* Primarily meant for internal EUI usage.
|
|
245
|
-
*/
|
|
246
|
-
export const useEuiThemeCSSVariables: () => {
|
|
247
|
-
setGlobalCSSVariables: Function;
|
|
248
|
-
globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
|
|
249
|
-
setNearestThemeCSSVariables: Function;
|
|
250
|
-
themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
|
|
251
|
-
};
|
|
252
|
-
/**
|
|
253
|
-
* Checks whether the current active `colorMode` is set to `DARK`;
|
|
254
|
-
* In case of nested providers this returns the value of the nearest provider context.
|
|
255
|
-
*/
|
|
256
|
-
export const useIsDarkMode: () => boolean;
|
|
257
|
-
|
|
258
|
-
}
|
|
259
|
-
declare module '@elastic/eui/src/services/throttle' {
|
|
260
|
-
export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
|
|
261
|
-
|
|
262
|
-
}
|
|
263
|
-
declare module '@elastic/eui/src/services/breakpoint/_sorting' {
|
|
264
|
-
import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
265
|
-
export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
|
|
266
|
-
export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
|
|
267
|
-
|
|
268
|
-
}
|
|
269
|
-
declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
|
|
270
|
-
import React, { FunctionComponent, PropsWithChildren } from 'react';
|
|
271
|
-
import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
272
|
-
type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
|
|
273
|
-
export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
|
|
274
|
-
/**
|
|
275
|
-
* Returns the current breakpoint based on window width.
|
|
276
|
-
* Typically only called by the top-level `EuiProvider` (to reduce the number
|
|
277
|
-
* of window resize listeners on the page). Also conditionally called if a
|
|
278
|
-
* nested `EuiThemeProvider` defines a `modify.breakpoint` override
|
|
279
|
-
*/
|
|
280
|
-
export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
|
|
281
|
-
export {};
|
|
282
|
-
|
|
283
|
-
}
|
|
284
|
-
declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
|
|
285
|
-
/**
|
|
286
|
-
* Hook util / syntactical sugar for useContext()
|
|
287
|
-
*
|
|
288
|
-
* This hook is in its own separate file to make mocking it
|
|
289
|
-
* as a testenv easy for Jest unit tests
|
|
290
|
-
*/
|
|
291
|
-
export const useCurrentEuiBreakpoint: () => string | undefined;
|
|
179
|
+
declare module '@elastic/eui/src/services/theme/types' {
|
|
180
|
+
export { COLOR_MODES_STANDARD, COLOR_MODES_INVERSE, type EuiThemeColorModeInverse, type EuiThemeColorModeStandard, type EuiThemeColorMode, type ColorModeSwitch, type StrictColorModeSwitch, type EuiThemeShape, type EuiThemeSystem, type EuiThemeModifications, type ComputedThemeShape, type EuiThemeComputed, type EuiThemeNested, type EuiThemeHighContrastMode, type EuiThemeHighContrastModeProp, } from '@elastic/eui-theme-common';
|
|
292
181
|
|
|
293
182
|
}
|
|
294
183
|
declare module '@elastic/eui/src/services/emotion/clone_element' {
|
|
@@ -387,6 +276,10 @@ declare module '@elastic/eui/src/services/hooks/useDeepEqual' {
|
|
|
387
276
|
*/
|
|
388
277
|
export const useDeepEqual: <T = Record<string, any> | any[] | undefined>(object: T) => T;
|
|
389
278
|
|
|
279
|
+
}
|
|
280
|
+
declare module '@elastic/eui/src/services/throttle' {
|
|
281
|
+
export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
|
|
282
|
+
|
|
390
283
|
}
|
|
391
284
|
declare module '@elastic/eui/src/services/hooks/useMouseMove' {
|
|
392
285
|
import { MouseEvent, TouchEvent } from 'react';
|
|
@@ -409,6 +302,15 @@ declare module '@elastic/eui/src/services/hooks' {
|
|
|
409
302
|
export * from '@elastic/eui/src/services/hooks/useMouseMove';
|
|
410
303
|
export * from '@elastic/eui/src/services/hooks/useUpdateEffect';
|
|
411
304
|
|
|
305
|
+
}
|
|
306
|
+
declare module '@elastic/eui/src/services/theme/warning' {
|
|
307
|
+
type LEVELS = 'log' | 'warn' | 'error';
|
|
308
|
+
type ProviderCallback = (message: string | Error) => void; let providerWarning: LEVELS | ProviderCallback | undefined;
|
|
309
|
+
export const setEuiDevProviderWarning: (warningType: typeof providerWarning) => LEVELS | ProviderCallback | undefined;
|
|
310
|
+
export const getEuiDevProviderWarning: () => LEVELS | ProviderCallback | undefined;
|
|
311
|
+
export const emitEuiProviderWarning: (providerMessage: string) => void;
|
|
312
|
+
export {};
|
|
313
|
+
|
|
412
314
|
}
|
|
413
315
|
declare module '@elastic/eui/src/services/theme/style_memoization' {
|
|
414
316
|
import React, { FunctionComponent, PropsWithChildren } from 'react';
|
|
@@ -605,6 +507,11 @@ declare module '@elastic/eui/src/services/color/color_palette' {
|
|
|
605
507
|
*/
|
|
606
508
|
categorical?: boolean): string[];
|
|
607
509
|
|
|
510
|
+
}
|
|
511
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_light' {
|
|
512
|
+
import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
|
|
513
|
+
export const colorVisLight: _EuiThemeVisColors;
|
|
514
|
+
|
|
608
515
|
}
|
|
609
516
|
declare module '@elastic/eui/src/services/color/vis_color_store' {
|
|
610
517
|
import { _EuiVisColorStore } from '@elastic/eui-theme-common';
|
|
@@ -652,6 +559,8 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
652
559
|
};
|
|
653
560
|
export type EuiPaletteColorBlindProps = EuiPaletteCommonProps & EuiPaletteRotationProps;
|
|
654
561
|
/**
|
|
562
|
+
* For usage in React use the `useEuiPaletteColorBlind` hook instead.
|
|
563
|
+
*
|
|
655
564
|
* NOTE: These functions rely on base vis colors of the theme which are provided via a global
|
|
656
565
|
* singleton instance `EUI_VIS_COLOR_STORE` that's updated by the EuiProvider on theme change.
|
|
657
566
|
* Make sure the function is recalled on theme change to retrieve theme-related colors.
|
|
@@ -661,6 +570,8 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
661
570
|
*/
|
|
662
571
|
export const euiPaletteColorBlind: ({ rotations, order, direction, sortBy, sortShift, colors, }?: EuiPaletteColorBlindProps) => EuiPalette;
|
|
663
572
|
/**
|
|
573
|
+
* For usage in React use the `useEuiPaletteColorBlindBehindText` hook instead.
|
|
574
|
+
*
|
|
664
575
|
* Color blind palette with text is meant for use when text is applied on top of the color.
|
|
665
576
|
* It increases the brightness of the color to give the text more contrast.
|
|
666
577
|
*
|
|
@@ -683,56 +594,78 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
683
594
|
*/
|
|
684
595
|
export const euiPaletteForDarkBackground: ({ colors, }?: EuiPaletteCommonProps) => EuiPalette;
|
|
685
596
|
/**
|
|
597
|
+
* For usage in React use the `useEuiPaletteForStatus` hook instead.
|
|
598
|
+
*
|
|
686
599
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
687
600
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
688
601
|
*/
|
|
689
602
|
export const euiPaletteForStatus: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
690
603
|
/**
|
|
604
|
+
* For usage in React use the `useEuiPaletteForTemperature` hook instead.
|
|
605
|
+
*
|
|
691
606
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
692
607
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
693
608
|
*/
|
|
694
609
|
export const euiPaletteForTemperature: (steps: any, { colors, hasVisColorAdjustment }?: EuiPaletteCommonProps) => EuiPalette;
|
|
695
610
|
/**
|
|
611
|
+
* For usage in React use the `useEuiPaletteComplementary` hook instead.
|
|
612
|
+
*
|
|
696
613
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
697
614
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
698
615
|
*/
|
|
699
616
|
export const euiPaletteComplementary: (steps: number, { colors, hasVisColorAdjustment }?: EuiPaletteCommonProps) => EuiPalette;
|
|
700
617
|
/**
|
|
618
|
+
* For usage in React use the `useEuiPaletteRed` hook instead.
|
|
619
|
+
*
|
|
701
620
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
702
621
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
703
622
|
*/
|
|
704
623
|
export const euiPaletteRed: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
705
624
|
/**
|
|
625
|
+
* For usage in React use the `useEuiPaletteGreen` hook instead.
|
|
626
|
+
*
|
|
706
627
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
707
628
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
708
629
|
*/
|
|
709
630
|
export const euiPaletteGreen: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
710
631
|
/**
|
|
632
|
+
* For usage in React use the `useEuiPaletteSkyBlue` hook instead.
|
|
633
|
+
*
|
|
711
634
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
712
635
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
713
636
|
*/
|
|
714
637
|
export const euiPaletteSkyBlue: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
715
638
|
/**
|
|
639
|
+
* For usage in React use the `useEuiPaletteYellow` hook instead.
|
|
640
|
+
*
|
|
716
641
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
717
642
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
718
643
|
*/
|
|
719
644
|
export const euiPaletteYellow: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
720
645
|
/**
|
|
646
|
+
* For usage in React use the `useEuiPaletteOrange` hook instead.
|
|
647
|
+
*
|
|
721
648
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
722
649
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
723
650
|
*/
|
|
724
651
|
export const euiPaletteOrange: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
725
652
|
/**
|
|
653
|
+
* For usage in React use the `useEuiPaletteCool` hook instead.
|
|
654
|
+
*
|
|
726
655
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
727
656
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
728
657
|
*/
|
|
729
658
|
export const euiPaletteCool: (steps: number, { colors, hasVisColorAdjustment }?: EuiPaletteCommonProps) => EuiPalette;
|
|
730
659
|
/**
|
|
660
|
+
* For usage in React use the `useEuiPaletteWarm` hook instead.
|
|
661
|
+
*
|
|
731
662
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
732
663
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
733
664
|
*/
|
|
734
665
|
export const euiPaletteWarm: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
735
666
|
/**
|
|
667
|
+
* For usage in React use the `useEuiPaletteGray` hook instead.
|
|
668
|
+
*
|
|
736
669
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
737
670
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
738
671
|
*/
|
|
@@ -740,7 +673,9 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
740
673
|
|
|
741
674
|
}
|
|
742
675
|
declare module '@elastic/eui/src/services/color/visualization_colors' {
|
|
676
|
+
/** @deprecated - use the data vis colors on `euiTheme.colors.vis` instead */
|
|
743
677
|
export const VISUALIZATION_COLORS: import ("@elastic/eui/src/services/color/eui_palettes").EuiPalette;
|
|
678
|
+
/** @deprecated - use the data vis colors on `euiTheme.colors.vis` instead */
|
|
744
679
|
export const DEFAULT_VISUALIZATION_COLOR: string;
|
|
745
680
|
|
|
746
681
|
}
|
|
@@ -1112,7 +1047,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_button' {
|
|
|
1112
1047
|
minWidth: number;
|
|
1113
1048
|
height: string;
|
|
1114
1049
|
radius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1115
|
-
fontScale: "xs";
|
|
1050
|
+
fontScale: "s" | "xs";
|
|
1116
1051
|
};
|
|
1117
1052
|
s: {
|
|
1118
1053
|
minWidth: number;
|
|
@@ -1243,7 +1178,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_padding' {
|
|
|
1243
1178
|
*/
|
|
1244
1179
|
export const euiPaddingSize: ({ euiTheme }: UseEuiTheme, size: EuiPaddingSize) => string | null;
|
|
1245
1180
|
export const useEuiPaddingSize: (size: EuiPaddingSize) => string;
|
|
1246
|
-
export const useEuiPaddingCSS: (side?: LogicalSides) => Record<"s" | "
|
|
1181
|
+
export const useEuiPaddingCSS: (side?: LogicalSides) => Record<"s" | "none" | "xs" | "m" | "l" | "xl", SerializedStyles>;
|
|
1247
1182
|
|
|
1248
1183
|
}
|
|
1249
1184
|
declare module '@elastic/eui/src/global_styling/mixins/_states' {
|
|
@@ -1293,6 +1228,12 @@ declare module '@elastic/eui/src/global_styling/mixins/_typography' {
|
|
|
1293
1228
|
*/
|
|
1294
1229
|
export const euiNumberFormat: ({ euiTheme }: UseEuiTheme) => string;
|
|
1295
1230
|
|
|
1231
|
+
}
|
|
1232
|
+
declare module '@elastic/eui/src/services/breakpoint/_sorting' {
|
|
1233
|
+
import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
1234
|
+
export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
|
|
1235
|
+
export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
|
|
1236
|
+
|
|
1296
1237
|
}
|
|
1297
1238
|
declare module '@elastic/eui/src/global_styling/variables/animations' {
|
|
1298
1239
|
export { euiCanAnimate, euiCantAnimate, EuiThemeAnimationSpeeds, EuiThemeAnimationEasings, type _EuiThemeAnimationSpeed, type _EuiThemeAnimationSpeeds, type _EuiThemeAnimationEasing, type _EuiThemeAnimationEasings, type _EuiThemeAnimation, } from '@elastic/eui-theme-common';
|
|
@@ -3013,7 +2954,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
3013
2954
|
import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
|
|
3014
2955
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
3015
2956
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
3016
|
-
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "
|
|
2957
|
+
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "copy" | "cut" | "error" | "pause" | "play" | "warning" | "color" | "push" | "temperature" | "refresh" | "scale" | "wordWrap" | "grid" | "empty" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "info" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "question" | "quote" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "glasses" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector")[];
|
|
3017
2958
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
3018
2959
|
export type IconType = EuiIconType | string | ComponentType;
|
|
3019
2960
|
export type IconColor = string | NamedColor;
|
|
@@ -4057,6 +3998,10 @@ declare module '@elastic/eui/src/components/form/form.styles' {
|
|
|
4057
3998
|
backgroundDisabledColor: string;
|
|
4058
3999
|
backgroundReadOnlyColor: string;
|
|
4059
4000
|
borderColor: string;
|
|
4001
|
+
borderHovered: string;
|
|
4002
|
+
borderFocused: string;
|
|
4003
|
+
borderInvalid: string;
|
|
4004
|
+
borderInvalidHovered: string;
|
|
4060
4005
|
controlDisabledColor: string;
|
|
4061
4006
|
controlBoxShadow: string;
|
|
4062
4007
|
controlPlaceholderText: string;
|
|
@@ -4066,7 +4011,7 @@ declare module '@elastic/eui/src/components/form/form.styles' {
|
|
|
4066
4011
|
controlCompressedHeight: string;
|
|
4067
4012
|
controlPadding: string;
|
|
4068
4013
|
controlCompressedPadding: string;
|
|
4069
|
-
controlBorderRadius:
|
|
4014
|
+
controlBorderRadius: string | number | undefined;
|
|
4070
4015
|
controlCompressedBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
4071
4016
|
iconAffordance: string;
|
|
4072
4017
|
iconCompressedAffordance: string;
|
|
@@ -4092,12 +4037,15 @@ declare module '@elastic/eui/src/components/form/form.styles' {
|
|
|
4092
4037
|
withBackgroundColor?: boolean;
|
|
4093
4038
|
withBackgroundAnimation?: boolean;
|
|
4094
4039
|
}) => string;
|
|
4040
|
+
export const disableFormControlHoverStyles: () => string;
|
|
4041
|
+
export const euiFormControlHoverStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4042
|
+
export const euiFormControlHighlightBorderStyles = "\n position: relative;\n z-index: 1;\n box-shadow: none;\n outline: var(--euiFormControlStateWidth) solid var(--euiFormControlStateColor);\n outline-offset: calc(-1 * var(--euiFormControlStateWidth));\n";
|
|
4095
4043
|
export const euiFormControlFocusStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4096
4044
|
export const euiFormControlInvalidStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4097
4045
|
export const euiFormControlDisabledStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4098
4046
|
export const euiFormControlReadOnlyStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4099
4047
|
export const euiFormControlAutoFillStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4100
|
-
export const
|
|
4048
|
+
export const euiFormControlShowBackgroundLine: (euiThemeContext: UseEuiTheme, color: string) => string;
|
|
4101
4049
|
/**
|
|
4102
4050
|
* Selection custom controls - checkboxes, radios, and switches
|
|
4103
4051
|
*/
|
|
@@ -5841,7 +5789,7 @@ declare module '@elastic/eui/src/components/panel/panel' {
|
|
|
5841
5789
|
import { ButtonHTMLAttributes, FunctionComponent, HTMLAttributes, Ref } from 'react';
|
|
5842
5790
|
import { _EuiBackgroundColor, EuiPaddingSize } from '@elastic/eui/src/global_styling';
|
|
5843
5791
|
import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
|
|
5844
|
-
export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "
|
|
5792
|
+
export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "none" | "xs" | "m" | "l" | "xl")[];
|
|
5845
5793
|
export type PanelPaddingSize = (typeof _SIZES)[number];
|
|
5846
5794
|
export const BORDER_RADII: readonly ["none", "m"];
|
|
5847
5795
|
export type PanelBorderRadius = (typeof BORDER_RADII)[number];
|
|
@@ -6323,7 +6271,7 @@ declare module '@elastic/eui/src/components/form/eui_form_context' {
|
|
|
6323
6271
|
}
|
|
6324
6272
|
declare module '@elastic/eui/src/components/form/form_control_layout/form_control_layout_clear_button.styles' {
|
|
6325
6273
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
6326
|
-
export const EuiFormControlLayoutClearButtonStyles: (
|
|
6274
|
+
export const EuiFormControlLayoutClearButtonStyles: (euiThemeContext: UseEuiTheme) => {
|
|
6327
6275
|
euiFormControlLayoutClearButton: import("@emotion/react").SerializedStyles;
|
|
6328
6276
|
size: {
|
|
6329
6277
|
s: string;
|
|
@@ -6532,10 +6480,11 @@ declare module '@elastic/eui/src/components/form/form_control_layout/form_contro
|
|
|
6532
6480
|
childrenWrapper: {
|
|
6533
6481
|
delimited: import("@emotion/react").SerializedStyles;
|
|
6534
6482
|
invalid: import("@emotion/react").SerializedStyles;
|
|
6483
|
+
readOnly: import("@emotion/react").SerializedStyles;
|
|
6535
6484
|
};
|
|
6536
6485
|
};
|
|
6537
|
-
export const euiFormControlLayoutDelimited__delimiter: import("@emotion/react").SerializedStyles;
|
|
6538
|
-
export const euiFormControlLayoutDelimited__input: import("@emotion/react").SerializedStyles;
|
|
6486
|
+
export const euiFormControlLayoutDelimited__delimiter: (euiThemeContext: UseEuiTheme) => import("@emotion/react").SerializedStyles;
|
|
6487
|
+
export const euiFormControlLayoutDelimited__input: (euiThemeContext: UseEuiTheme) => import("@emotion/react").SerializedStyles;
|
|
6539
6488
|
|
|
6540
6489
|
}
|
|
6541
6490
|
declare module '@elastic/eui/src/components/form/form_control_layout/form_control_layout_delimited' {
|
|
@@ -6951,71 +6900,6 @@ declare module '@elastic/eui/src/services/color/stepped_gradient' {
|
|
|
6951
6900
|
import { PaletteColorStop } from '@elastic/eui/src/components/color_picker/color_palette_picker';
|
|
6952
6901
|
export const getSteppedGradient: (colors: PaletteColorStop[], steps: number) => string[];
|
|
6953
6902
|
|
|
6954
|
-
}
|
|
6955
|
-
declare module '@elastic/eui/src/services/color/manipulation' {
|
|
6956
|
-
import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
|
|
6957
|
-
/**
|
|
6958
|
-
* Makes a color more transparent.
|
|
6959
|
-
* @param color - Color to manipulate
|
|
6960
|
-
* @param alpha - alpha channel value. From 0-1.
|
|
6961
|
-
*/
|
|
6962
|
-
export const transparentize: (color: string, alpha: number) => string;
|
|
6963
|
-
/**
|
|
6964
|
-
* Mixes a provided color with white.
|
|
6965
|
-
* @param color - Color to mix with white
|
|
6966
|
-
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
6967
|
-
*/
|
|
6968
|
-
export const tint: (color: string, ratio: number) => string;
|
|
6969
|
-
/**
|
|
6970
|
-
* Mixes a provided color with black.
|
|
6971
|
-
* @param color - Color to mix with black
|
|
6972
|
-
* @param ratio - Mix weight. From 0-1. Larger value indicates more black.
|
|
6973
|
-
*/
|
|
6974
|
-
export const shade: (color: string, ratio: number) => string;
|
|
6975
|
-
/**
|
|
6976
|
-
* Returns the tinted color for light mode and shaded color for dark mode
|
|
6977
|
-
* @param color - Color to mix with white
|
|
6978
|
-
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
6979
|
-
* @param colorMode - Light or dark only
|
|
6980
|
-
*/
|
|
6981
|
-
export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
|
|
6982
|
-
/**
|
|
6983
|
-
* Returns the shaded color for light mode and tinted color for dark mode
|
|
6984
|
-
* @param color - Color to mix with white
|
|
6985
|
-
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
6986
|
-
* @param colorMode - Light or dark only
|
|
6987
|
-
*/
|
|
6988
|
-
export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
|
|
6989
|
-
/**
|
|
6990
|
-
* Increases the saturation of a color by manipulating the hsl saturation.
|
|
6991
|
-
* @param color - Color to manipulate
|
|
6992
|
-
* @param amount - Amount to change in absolute terms. 0-1.
|
|
6993
|
-
*/
|
|
6994
|
-
export const saturate: (color: string, amount: number) => string;
|
|
6995
|
-
/**
|
|
6996
|
-
* Decreases the saturation of a color by manipulating the hsl saturation.
|
|
6997
|
-
* @param color - Color to manipulate
|
|
6998
|
-
* @param amount - Amount to change in absolute terms. 0-1.
|
|
6999
|
-
*/
|
|
7000
|
-
export const desaturate: (color: string, amount: number) => string;
|
|
7001
|
-
/**
|
|
7002
|
-
* Returns the lightness value of a color. 0-100
|
|
7003
|
-
* @param color
|
|
7004
|
-
*/
|
|
7005
|
-
export const lightness: (color: string) => number;
|
|
7006
|
-
/**
|
|
7007
|
-
* Returns the darken value of a color. 0-100
|
|
7008
|
-
* @param color - Color to manipulate
|
|
7009
|
-
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7010
|
-
*/
|
|
7011
|
-
export const darken: (color: string, amount: number) => string;
|
|
7012
|
-
/**
|
|
7013
|
-
* Returns the brighten value of a color. 0-100
|
|
7014
|
-
* @param color - Color to manipulate
|
|
7015
|
-
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7016
|
-
*/
|
|
7017
|
-
export const brighten: (color: string, amount: number) => string;
|
|
7018
|
-
|
|
7019
6903
|
}
|
|
7020
6904
|
declare module '@elastic/eui/src/services/color/contrast' {
|
|
7021
6905
|
export const wcagContrastMin = 4.5;
|
|
@@ -7120,227 +7004,542 @@ declare module '@elastic/eui/src/services/theme' {
|
|
|
7120
7004
|
export * from '@elastic/eui/src/services/theme/theme_variant';
|
|
7121
7005
|
|
|
7122
7006
|
}
|
|
7123
|
-
declare module '@elastic/eui/src/services/
|
|
7124
|
-
import {
|
|
7007
|
+
declare module '@elastic/eui/src/services/color/manipulation' {
|
|
7008
|
+
import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
|
|
7125
7009
|
/**
|
|
7126
|
-
*
|
|
7127
|
-
*
|
|
7128
|
-
*
|
|
7129
|
-
*
|
|
7130
|
-
* @param {EuiThemeBreakpoint[]} sizes An array of named EUI breakpoints
|
|
7131
|
-
* @param {boolean} isResponsive Some components have the option to turn off responsive behavior.
|
|
7132
|
-
* Since hooks can't be called conditionally, it's easier to pass the condition into the hook
|
|
7133
|
-
* @returns {boolean} Returns `true` if current breakpoint name is included in `sizes`
|
|
7010
|
+
* Makes a color more transparent.
|
|
7011
|
+
* @param color - Color to manipulate
|
|
7012
|
+
* @param alpha - alpha channel value. From 0-1.
|
|
7134
7013
|
*/
|
|
7135
|
-
export const
|
|
7014
|
+
export const transparentize: (color: string, alpha: number) => string;
|
|
7136
7015
|
/**
|
|
7137
|
-
*
|
|
7138
|
-
*
|
|
7139
|
-
*
|
|
7140
|
-
*
|
|
7141
|
-
* @param {EuiThemeBreakpoint} max The named max breakpoint to check against
|
|
7142
|
-
* @returns {boolean} Will return `false` if it can't find a value for the `max` breakpoint
|
|
7016
|
+
* Mixes a provided color with white.
|
|
7017
|
+
* @param color - Color to mix with white
|
|
7018
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
7143
7019
|
*/
|
|
7144
|
-
export
|
|
7020
|
+
export const tint: (color: string, ratio: number) => string;
|
|
7145
7021
|
/**
|
|
7146
|
-
*
|
|
7147
|
-
*
|
|
7148
|
-
*
|
|
7149
|
-
*
|
|
7150
|
-
* @param {EuiThemeBreakpoint} min The named min breakpoint to check against
|
|
7151
|
-
* @returns {boolean} Will return `false` if it can't find a value for the `min` breakpoint
|
|
7022
|
+
* Mixes a provided color with black.
|
|
7023
|
+
* @param color - Color to mix with black
|
|
7024
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more black.
|
|
7152
7025
|
*/
|
|
7153
|
-
export
|
|
7154
|
-
|
|
7155
|
-
}
|
|
7156
|
-
declare module '@elastic/eui/src/services/breakpoint' {
|
|
7157
|
-
export type { _EuiThemeBreakpoint as EuiBreakpointSize } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
7158
|
-
export * from '@elastic/eui/src/services/breakpoint/current_breakpoint';
|
|
7159
|
-
export * from '@elastic/eui/src/services/breakpoint/current_breakpoint_hook';
|
|
7160
|
-
export * from '@elastic/eui/src/services/breakpoint/is_within_hooks';
|
|
7161
|
-
|
|
7162
|
-
}
|
|
7163
|
-
declare module '@elastic/eui/src/services/color_picker/color_picker' {
|
|
7164
|
-
interface colorStopsType {
|
|
7165
|
-
stop: number;
|
|
7166
|
-
color: string;
|
|
7167
|
-
}
|
|
7026
|
+
export const shade: (color: string, ratio: number) => string;
|
|
7168
7027
|
/**
|
|
7169
|
-
*
|
|
7028
|
+
* Returns the tinted color for light mode and shaded color for dark mode
|
|
7029
|
+
* @param color - Color to mix with white
|
|
7030
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
7031
|
+
* @param colorMode - Light or dark only
|
|
7170
7032
|
*/
|
|
7171
|
-
export const
|
|
7172
|
-
export type EuiSetColorMethod = (text: string, { hex, isValid }: {
|
|
7173
|
-
hex: string;
|
|
7174
|
-
isValid: boolean;
|
|
7175
|
-
}) => void;
|
|
7176
|
-
export const useColorPickerState: (initialColor?: string) => [color: string, setColor: EuiSetColorMethod, errors: string[] | null];
|
|
7177
|
-
export {};
|
|
7178
|
-
|
|
7179
|
-
}
|
|
7180
|
-
declare module '@elastic/eui/src/services/color_picker' {
|
|
7181
|
-
export type { EuiSetColorMethod } from '@elastic/eui/src/services/color_picker/color_picker';
|
|
7182
|
-
export { useColorPickerState, useColorStopsState } from '@elastic/eui/src/services/color_picker/color_picker';
|
|
7183
|
-
|
|
7184
|
-
}
|
|
7185
|
-
declare module '@elastic/eui/src/services/console/warn_once' {
|
|
7186
|
-
export const warnOnce: (id: string, message: string) => void;
|
|
7187
|
-
|
|
7188
|
-
}
|
|
7189
|
-
declare module '@elastic/eui/src/services/console' {
|
|
7190
|
-
export * from '@elastic/eui/src/services/console/warn_once';
|
|
7191
|
-
|
|
7192
|
-
}
|
|
7193
|
-
declare module '@elastic/eui/src/services/copy/copy_to_clipboard' {
|
|
7194
|
-
export function copyToClipboard(text: string): boolean;
|
|
7195
|
-
|
|
7196
|
-
}
|
|
7197
|
-
declare module '@elastic/eui/src/services/copy/tabular_copy' {
|
|
7198
|
-
import React, { PropsWithChildren } from 'react';
|
|
7033
|
+
export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
|
|
7199
7034
|
/**
|
|
7200
|
-
*
|
|
7035
|
+
* Returns the shaded color for light mode and tinted color for dark mode
|
|
7036
|
+
* @param color - Color to mix with white
|
|
7037
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
7038
|
+
* @param colorMode - Light or dark only
|
|
7201
7039
|
*/
|
|
7202
|
-
export const
|
|
7203
|
-
NEWLINE: string;
|
|
7204
|
-
TAB: string;
|
|
7205
|
-
TABULAR_CONTENT_BOUND: string;
|
|
7206
|
-
NO_COPY_BOUND: string;
|
|
7207
|
-
};
|
|
7208
|
-
export const noCopyBoundsRegex: RegExp;
|
|
7209
|
-
export const onTabularCopy: (event: ClipboardEvent | React.ClipboardEvent) => void;
|
|
7210
|
-
export const tabularCopyMarkers: {
|
|
7211
|
-
hiddenTab: React.JSX.Element;
|
|
7212
|
-
hiddenNewline: React.JSX.Element;
|
|
7213
|
-
hiddenWrapperBoundary: React.JSX.Element;
|
|
7214
|
-
hiddenNoCopyBoundary: React.JSX.Element;
|
|
7215
|
-
};
|
|
7040
|
+
export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
|
|
7216
7041
|
/**
|
|
7217
|
-
*
|
|
7042
|
+
* Increases the saturation of a color by manipulating the hsl saturation.
|
|
7043
|
+
* @param color - Color to manipulate
|
|
7044
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7218
7045
|
*/
|
|
7219
|
-
export const
|
|
7046
|
+
export const saturate: (color: string, amount: number) => string;
|
|
7047
|
+
/**
|
|
7048
|
+
* Decreases the saturation of a color by manipulating the hsl saturation.
|
|
7049
|
+
* @param color - Color to manipulate
|
|
7050
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7051
|
+
*/
|
|
7052
|
+
export const desaturate: (color: string, amount: number) => string;
|
|
7053
|
+
/**
|
|
7054
|
+
* Returns the lightness value of a color. 0-100
|
|
7055
|
+
* @param color
|
|
7056
|
+
*/
|
|
7057
|
+
export const lightness: (color: string) => number;
|
|
7058
|
+
/**
|
|
7059
|
+
* Returns the darken value of a color. 0-100
|
|
7060
|
+
* @param color - Color to manipulate
|
|
7061
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7062
|
+
*/
|
|
7063
|
+
export const darken: (color: string, amount: number) => string;
|
|
7064
|
+
/**
|
|
7065
|
+
* Returns the brighten value of a color. 0-100
|
|
7066
|
+
* @param color - Color to manipulate
|
|
7067
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7068
|
+
*/
|
|
7069
|
+
export const brighten: (color: string, amount: number) => string;
|
|
7220
7070
|
|
|
7221
7071
|
}
|
|
7222
|
-
declare module '@elastic/eui/src/
|
|
7223
|
-
|
|
7224
|
-
export
|
|
7072
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_dark' {
|
|
7073
|
+
import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
|
|
7074
|
+
export const colorVisDark: _EuiThemeVisColors;
|
|
7225
7075
|
|
|
7226
7076
|
}
|
|
7227
|
-
declare module '@elastic/eui/src/
|
|
7077
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_severity' {
|
|
7228
7078
|
/**
|
|
7229
|
-
*
|
|
7230
|
-
*
|
|
7231
|
-
* returns a DOM node.
|
|
7079
|
+
* These are not actually used, but we map them to ensure token parity.
|
|
7080
|
+
* They are mapped to other vis colors
|
|
7232
7081
|
*/
|
|
7233
|
-
export
|
|
7234
|
-
|
|
7235
|
-
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
nil?: string | undefined;
|
|
7242
|
-
}) => string;
|
|
7082
|
+
export const severityColors: {
|
|
7083
|
+
unknown: string;
|
|
7084
|
+
neutral: string;
|
|
7085
|
+
success: string;
|
|
7086
|
+
warning: string;
|
|
7087
|
+
risk: string;
|
|
7088
|
+
danger: string;
|
|
7089
|
+
};
|
|
7243
7090
|
|
|
7244
7091
|
}
|
|
7245
|
-
declare module '@elastic/eui/src/
|
|
7246
|
-
import
|
|
7247
|
-
|
|
7248
|
-
|
|
7249
|
-
|
|
7250
|
-
export const
|
|
7251
|
-
|
|
7252
|
-
|
|
7253
|
-
|
|
7254
|
-
|
|
7255
|
-
|
|
7256
|
-
|
|
7257
|
-
|
|
7258
|
-
|
|
7259
|
-
|
|
7260
|
-
|
|
7261
|
-
|
|
7262
|
-
calendarDate: (value: moment.MomentInput, options: moment.CalendarSpec) => string;
|
|
7263
|
-
};
|
|
7264
|
-
type DateFormat = keyof typeof dateFormatAliases;
|
|
7265
|
-
interface FormatDateConfig {
|
|
7266
|
-
format: DateFormat;
|
|
7267
|
-
nil: string;
|
|
7268
|
-
options: any;
|
|
7269
|
-
}
|
|
7270
|
-
export const formatDate: (value?: moment.MomentInput, dateFormatKeyOrConfig?: DateFormat | string | Partial<FormatDateConfig>) => string;
|
|
7271
|
-
export {};
|
|
7092
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
|
|
7093
|
+
import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
|
|
7094
|
+
export const brand_colors: _EuiThemeBrandColors;
|
|
7095
|
+
export const brand_text_colors: _EuiThemeBrandTextColors;
|
|
7096
|
+
export const shade_colors: _EuiThemeShadeColors;
|
|
7097
|
+
export const special_colors: _EuiThemeSpecialColors;
|
|
7098
|
+
export const text_colors: _EuiThemeTextColors;
|
|
7099
|
+
export const background_colors: _EuiThemeBackgroundColors;
|
|
7100
|
+
export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
7101
|
+
export const border_colors: _EuiThemeBorderColors;
|
|
7102
|
+
export const light_colors: _EuiThemeColorsMode;
|
|
7103
|
+
export const dark_shades: _EuiThemeShadeColors;
|
|
7104
|
+
export const dark_background_colors: _EuiThemeBackgroundColors;
|
|
7105
|
+
export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
7106
|
+
export const dark_border_colors: _EuiThemeBorderColors;
|
|
7107
|
+
export const dark_colors_ams: _EuiThemeColorsMode;
|
|
7108
|
+
export const colors: _EuiThemeColors;
|
|
7272
7109
|
|
|
7273
7110
|
}
|
|
7274
|
-
declare module '@elastic/eui/src/
|
|
7275
|
-
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
7279
|
-
}
|
|
7280
|
-
export const formatNumber: (value?: number | null, numberFormatOrConfig?: string | Partial<FormatNumberConfig>) => string;
|
|
7281
|
-
export {};
|
|
7111
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
|
|
7112
|
+
import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
|
|
7113
|
+
export const animation_speed: _EuiThemeAnimationSpeeds;
|
|
7114
|
+
export const animation_ease: _EuiThemeAnimationEasings;
|
|
7115
|
+
export const animation: _EuiThemeAnimation;
|
|
7282
7116
|
|
|
7283
7117
|
}
|
|
7284
|
-
declare module '@elastic/eui/src/
|
|
7285
|
-
|
|
7286
|
-
nil: string;
|
|
7287
|
-
}
|
|
7288
|
-
export const formatText: (value?: any, options?: Partial<FormatTextOptions>) => any;
|
|
7289
|
-
export {};
|
|
7118
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
|
|
7119
|
+
export { breakpoint } from '@elastic/eui-theme-common';
|
|
7290
7120
|
|
|
7291
7121
|
}
|
|
7292
|
-
declare module '@elastic/eui/src/
|
|
7293
|
-
|
|
7122
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
|
|
7123
|
+
import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
|
|
7124
|
+
export const base: _EuiThemeBase;
|
|
7125
|
+
export const size: _EuiThemeSizes;
|
|
7294
7126
|
|
|
7295
7127
|
}
|
|
7296
|
-
declare module '@elastic/eui/src/
|
|
7297
|
-
|
|
7298
|
-
export
|
|
7299
|
-
export { formatDate, dateFormatAliases } from '@elastic/eui/src/services/format/format_date';
|
|
7300
|
-
export { formatNumber } from '@elastic/eui/src/services/format/format_number';
|
|
7301
|
-
export { formatText } from '@elastic/eui/src/services/format/format_text';
|
|
7128
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
|
|
7129
|
+
import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
|
|
7130
|
+
export const border: _EuiThemeBorder;
|
|
7302
7131
|
|
|
7303
7132
|
}
|
|
7304
|
-
declare module '@elastic/eui/src/
|
|
7305
|
-
|
|
7306
|
-
export
|
|
7133
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
|
|
7134
|
+
import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
|
|
7135
|
+
export const levels: _EuiThemeLevels;
|
|
7307
7136
|
|
|
7308
7137
|
}
|
|
7309
|
-
declare module '@elastic/eui/src/
|
|
7310
|
-
|
|
7138
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
|
|
7139
|
+
import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
|
|
7140
|
+
export const fontScale: _EuiThemeFontScales;
|
|
7141
|
+
export const fontBase: _EuiThemeFontBase;
|
|
7142
|
+
export const fontWeight: _EuiThemeFontWeights;
|
|
7143
|
+
export const font: _EuiThemeFont;
|
|
7311
7144
|
|
|
7312
7145
|
}
|
|
7313
|
-
declare module '@elastic/eui/src/
|
|
7314
|
-
|
|
7315
|
-
|
|
7316
|
-
firstItemIndex: number;
|
|
7317
|
-
itemsPerPage: number;
|
|
7318
|
-
lastItemIndex: number;
|
|
7319
|
-
totalItems: number;
|
|
7320
|
-
totalPages: number;
|
|
7321
|
-
constructor(totalItems: number, itemsPerPage: number, initialPageIndex?: number);
|
|
7322
|
-
setTotalItems: (totalItems: number) => void;
|
|
7323
|
-
setItemsPerPage: (itemsPerPage: number) => void;
|
|
7324
|
-
isPageable: () => boolean;
|
|
7325
|
-
getTotalPages: () => number;
|
|
7326
|
-
getCurrentPageIndex: () => number;
|
|
7327
|
-
getFirstItemIndex: () => number;
|
|
7328
|
-
getLastItemIndex: () => number;
|
|
7329
|
-
hasNextPage: () => boolean;
|
|
7330
|
-
hasPreviousPage: () => boolean;
|
|
7331
|
-
goToNextPage: () => void;
|
|
7332
|
-
goToPreviousPage: () => void;
|
|
7333
|
-
goToPageIndex: (pageIndex: number) => void;
|
|
7334
|
-
update: () => void;
|
|
7335
|
-
}
|
|
7146
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
|
|
7147
|
+
import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
|
|
7148
|
+
export const focus: _EuiThemeFocus;
|
|
7336
7149
|
|
|
7337
7150
|
}
|
|
7338
|
-
declare module '@elastic/eui/src/
|
|
7339
|
-
|
|
7151
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
|
|
7152
|
+
import { _EuiThemeButton } from '@elastic/eui-theme-common';
|
|
7153
|
+
export const buttons: _EuiThemeButton;
|
|
7340
7154
|
|
|
7341
7155
|
}
|
|
7342
|
-
declare module '@elastic/eui/src/
|
|
7343
|
-
|
|
7156
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
|
|
7157
|
+
export const forms: {
|
|
7158
|
+
maxWidth: string;
|
|
7159
|
+
LIGHT: {
|
|
7160
|
+
background: string;
|
|
7161
|
+
backgroundDisabled: string;
|
|
7162
|
+
backgroundReadOnly: any;
|
|
7163
|
+
backgroundFocused: any;
|
|
7164
|
+
backgroundAutofilled: string;
|
|
7165
|
+
backgroundDropping: string;
|
|
7166
|
+
prependBackground: string;
|
|
7167
|
+
border: string;
|
|
7168
|
+
borderDisabled: string;
|
|
7169
|
+
borderFocused: any;
|
|
7170
|
+
borderInvalid: any;
|
|
7171
|
+
borderHovered: string;
|
|
7172
|
+
borderInvalidHovered: any;
|
|
7173
|
+
borderAutofilled: string;
|
|
7174
|
+
borderAutofilledHovered: string;
|
|
7175
|
+
clearButtonBackground: any;
|
|
7176
|
+
controlBorder: string;
|
|
7177
|
+
controlBorderSelected: string;
|
|
7178
|
+
controlBorderDisabled: string;
|
|
7179
|
+
controlBackgroundUnselected: any;
|
|
7180
|
+
controlBackgroundDisabled: any;
|
|
7181
|
+
colorHasPlaceholder: string;
|
|
7182
|
+
colorDisabled: any;
|
|
7183
|
+
iconDisabled: any;
|
|
7184
|
+
};
|
|
7185
|
+
DARK: {
|
|
7186
|
+
background: string;
|
|
7187
|
+
backgroundFocused: string;
|
|
7188
|
+
backgroundAutofilled: string;
|
|
7189
|
+
prependBackground: string;
|
|
7190
|
+
border: string;
|
|
7191
|
+
clearButtonBackground: any;
|
|
7192
|
+
controlBorder: string;
|
|
7193
|
+
controlBorderSelected: string;
|
|
7194
|
+
controlBorderDisabled: string;
|
|
7195
|
+
backgroundDisabled: string;
|
|
7196
|
+
backgroundReadOnly: any;
|
|
7197
|
+
backgroundDropping: string;
|
|
7198
|
+
borderDisabled: string;
|
|
7199
|
+
borderFocused: any;
|
|
7200
|
+
borderInvalid: any;
|
|
7201
|
+
borderHovered: string;
|
|
7202
|
+
borderInvalidHovered: any;
|
|
7203
|
+
borderAutofilled: string;
|
|
7204
|
+
borderAutofilledHovered: string;
|
|
7205
|
+
controlBackgroundUnselected: any;
|
|
7206
|
+
controlBackgroundDisabled: any;
|
|
7207
|
+
colorHasPlaceholder: string;
|
|
7208
|
+
colorDisabled: any;
|
|
7209
|
+
iconDisabled: any;
|
|
7210
|
+
};
|
|
7211
|
+
};
|
|
7212
|
+
|
|
7213
|
+
}
|
|
7214
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
|
|
7215
|
+
import { _EuiThemeComponents } from '@elastic/eui-theme-common';
|
|
7216
|
+
export const components: _EuiThemeComponents;
|
|
7217
|
+
|
|
7218
|
+
}
|
|
7219
|
+
declare module '@elastic/eui/src/themes/amsterdam/theme' {
|
|
7220
|
+
import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
|
|
7221
|
+
export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
|
|
7222
|
+
export const euiThemeAmsterdam: EuiThemeShape;
|
|
7223
|
+
export const EuiThemeAmsterdam: {
|
|
7224
|
+
model: EuiThemeShape;
|
|
7225
|
+
root: EuiThemeShape;
|
|
7226
|
+
key: string;
|
|
7227
|
+
};
|
|
7228
|
+
|
|
7229
|
+
}
|
|
7230
|
+
declare module '@elastic/eui/src/services/theme/context' {
|
|
7231
|
+
import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
|
|
7232
|
+
export const DEFAULTS: {
|
|
7233
|
+
system: {
|
|
7234
|
+
model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
|
|
7235
|
+
root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
|
|
7236
|
+
key: string;
|
|
7237
|
+
};
|
|
7238
|
+
modifications: {};
|
|
7239
|
+
colorMode: "LIGHT";
|
|
7240
|
+
highContrastMode: false;
|
|
7241
|
+
};
|
|
7242
|
+
export const EuiSystemContext: import("react").Context<EuiThemeSystem>;
|
|
7243
|
+
export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
|
|
7244
|
+
overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides;
|
|
7245
|
+
}>>;
|
|
7246
|
+
export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
|
|
7247
|
+
export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
|
|
7248
|
+
export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
|
|
7249
|
+
export const EuiThemeContext: import("react").Context<EuiThemeComputed>;
|
|
7250
|
+
export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
|
|
7251
|
+
|
|
7252
|
+
}
|
|
7253
|
+
declare module '@elastic/eui/src/services/theme/hooks' {
|
|
7254
|
+
import React from 'react';
|
|
7255
|
+
import { type EuiThemeColorModeStandard, type EuiThemeHighContrastMode, type EuiThemeModifications, type EuiThemeComputed } from '@elastic/eui-theme-common';
|
|
7256
|
+
/**
|
|
7257
|
+
* Hook for function components
|
|
7258
|
+
*/
|
|
7259
|
+
export interface UseEuiTheme<T extends {} = {}> {
|
|
7260
|
+
euiTheme: EuiThemeComputed<T>;
|
|
7261
|
+
colorMode: EuiThemeColorModeStandard;
|
|
7262
|
+
highContrastMode: EuiThemeHighContrastMode;
|
|
7263
|
+
modifications: EuiThemeModifications<T>;
|
|
7264
|
+
}
|
|
7265
|
+
export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
|
|
7266
|
+
/**
|
|
7267
|
+
* HOC for class components
|
|
7268
|
+
*/
|
|
7269
|
+
export interface WithEuiThemeProps<P extends {} = {}> {
|
|
7270
|
+
theme: UseEuiTheme<P>;
|
|
7271
|
+
}
|
|
7272
|
+
export const withEuiTheme: <T extends {} = {}, U extends {} = {}>(Component: React.ComponentType<T & WithEuiThemeProps<U>>) => React.ForwardRefExoticComponent<React.PropsWithoutRef<Omit<T, "theme">> & React.RefAttributes<Omit<T, "theme">>>;
|
|
7273
|
+
/**
|
|
7274
|
+
* Render prop alternative for complex class components
|
|
7275
|
+
* Most useful for scenarios where a HOC may interfere with typing
|
|
7276
|
+
*/
|
|
7277
|
+
export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
|
|
7278
|
+
children: (theme: UseEuiTheme) => React.ReactElement;
|
|
7279
|
+
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
7280
|
+
/**
|
|
7281
|
+
* Minor syntactical sugar hook for theme CSS variables.
|
|
7282
|
+
* Primarily meant for internal EUI usage.
|
|
7283
|
+
*/
|
|
7284
|
+
export const useEuiThemeCSSVariables: () => {
|
|
7285
|
+
setGlobalCSSVariables: Function;
|
|
7286
|
+
globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
|
|
7287
|
+
setNearestThemeCSSVariables: Function;
|
|
7288
|
+
themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
|
|
7289
|
+
};
|
|
7290
|
+
/**
|
|
7291
|
+
* Checks whether the current active `colorMode` is set to `DARK`;
|
|
7292
|
+
* In case of nested providers this returns the value of the nearest provider context.
|
|
7293
|
+
*/
|
|
7294
|
+
export const useIsDarkMode: () => boolean;
|
|
7295
|
+
|
|
7296
|
+
}
|
|
7297
|
+
declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
|
|
7298
|
+
import React, { FunctionComponent, PropsWithChildren } from 'react';
|
|
7299
|
+
import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
7300
|
+
type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
|
|
7301
|
+
export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
|
|
7302
|
+
/**
|
|
7303
|
+
* Returns the current breakpoint based on window width.
|
|
7304
|
+
* Typically only called by the top-level `EuiProvider` (to reduce the number
|
|
7305
|
+
* of window resize listeners on the page). Also conditionally called if a
|
|
7306
|
+
* nested `EuiThemeProvider` defines a `modify.breakpoint` override
|
|
7307
|
+
*/
|
|
7308
|
+
export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
|
|
7309
|
+
export {};
|
|
7310
|
+
|
|
7311
|
+
}
|
|
7312
|
+
declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
|
|
7313
|
+
/**
|
|
7314
|
+
* Hook util / syntactical sugar for useContext()
|
|
7315
|
+
*
|
|
7316
|
+
* This hook is in its own separate file to make mocking it
|
|
7317
|
+
* as a testenv easy for Jest unit tests
|
|
7318
|
+
*/
|
|
7319
|
+
export const useCurrentEuiBreakpoint: () => string | undefined;
|
|
7320
|
+
|
|
7321
|
+
}
|
|
7322
|
+
declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
|
|
7323
|
+
import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
7324
|
+
/**
|
|
7325
|
+
* Given an array of breakpoint keys, this hook returns true or false
|
|
7326
|
+
* if the breakpoint size of the current window width falls within
|
|
7327
|
+
* any of the named breakpoints.
|
|
7328
|
+
*
|
|
7329
|
+
* @param {EuiThemeBreakpoint[]} sizes An array of named EUI breakpoints
|
|
7330
|
+
* @param {boolean} isResponsive Some components have the option to turn off responsive behavior.
|
|
7331
|
+
* Since hooks can't be called conditionally, it's easier to pass the condition into the hook
|
|
7332
|
+
* @returns {boolean} Returns `true` if current breakpoint name is included in `sizes`
|
|
7333
|
+
*/
|
|
7334
|
+
export const useIsWithinBreakpoints: (sizes: _EuiThemeBreakpoint[], isResponsive?: boolean) => boolean;
|
|
7335
|
+
/**
|
|
7336
|
+
* Given a max breakpoint key, this hook returns true if the breakpoint size
|
|
7337
|
+
* of the current window width falls within the max breakpoint or any below,
|
|
7338
|
+
* and false otherwise
|
|
7339
|
+
*
|
|
7340
|
+
* @param {EuiThemeBreakpoint} max The named max breakpoint to check against
|
|
7341
|
+
* @returns {boolean} Will return `false` if it can't find a value for the `max` breakpoint
|
|
7342
|
+
*/
|
|
7343
|
+
export function useIsWithinMaxBreakpoint(max: _EuiThemeBreakpoint): boolean;
|
|
7344
|
+
/**
|
|
7345
|
+
* Given a min breakpoint key, this hook returns true if the breakpoint size
|
|
7346
|
+
* of the current window width falls within the min breakpoint or any above,
|
|
7347
|
+
* and false otherwise
|
|
7348
|
+
*
|
|
7349
|
+
* @param {EuiThemeBreakpoint} min The named min breakpoint to check against
|
|
7350
|
+
* @returns {boolean} Will return `false` if it can't find a value for the `min` breakpoint
|
|
7351
|
+
*/
|
|
7352
|
+
export function useIsWithinMinBreakpoint(min: _EuiThemeBreakpoint): boolean;
|
|
7353
|
+
|
|
7354
|
+
}
|
|
7355
|
+
declare module '@elastic/eui/src/services/breakpoint' {
|
|
7356
|
+
export type { _EuiThemeBreakpoint as EuiBreakpointSize } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
7357
|
+
export * from '@elastic/eui/src/services/breakpoint/current_breakpoint';
|
|
7358
|
+
export * from '@elastic/eui/src/services/breakpoint/current_breakpoint_hook';
|
|
7359
|
+
export * from '@elastic/eui/src/services/breakpoint/is_within_hooks';
|
|
7360
|
+
|
|
7361
|
+
}
|
|
7362
|
+
declare module '@elastic/eui/src/services/color_picker/color_picker' {
|
|
7363
|
+
interface colorStopsType {
|
|
7364
|
+
stop: number;
|
|
7365
|
+
color: string;
|
|
7366
|
+
}
|
|
7367
|
+
/**
|
|
7368
|
+
* @deprecated
|
|
7369
|
+
*/
|
|
7370
|
+
export const useColorStopsState: (useRandomColor?: boolean, initialColorStops?: colorStopsType[]) => (string | colorStopsType[] | ((colorStops: colorStopsType[]) => void))[];
|
|
7371
|
+
export type EuiSetColorMethod = (text: string, { hex, isValid }: {
|
|
7372
|
+
hex: string;
|
|
7373
|
+
isValid: boolean;
|
|
7374
|
+
}) => void;
|
|
7375
|
+
export const useColorPickerState: (initialColor?: string) => [color: string, setColor: EuiSetColorMethod, errors: string[] | null];
|
|
7376
|
+
export {};
|
|
7377
|
+
|
|
7378
|
+
}
|
|
7379
|
+
declare module '@elastic/eui/src/services/color_picker' {
|
|
7380
|
+
export type { EuiSetColorMethod } from '@elastic/eui/src/services/color_picker/color_picker';
|
|
7381
|
+
export { useColorPickerState, useColorStopsState } from '@elastic/eui/src/services/color_picker/color_picker';
|
|
7382
|
+
|
|
7383
|
+
}
|
|
7384
|
+
declare module '@elastic/eui/src/services/console/warn_once' {
|
|
7385
|
+
export const warnOnce: (id: string, message: string) => void;
|
|
7386
|
+
|
|
7387
|
+
}
|
|
7388
|
+
declare module '@elastic/eui/src/services/console' {
|
|
7389
|
+
export * from '@elastic/eui/src/services/console/warn_once';
|
|
7390
|
+
|
|
7391
|
+
}
|
|
7392
|
+
declare module '@elastic/eui/src/services/copy/copy_to_clipboard' {
|
|
7393
|
+
export function copyToClipboard(text: string): boolean;
|
|
7394
|
+
|
|
7395
|
+
}
|
|
7396
|
+
declare module '@elastic/eui/src/services/copy/tabular_copy' {
|
|
7397
|
+
import React, { PropsWithChildren } from 'react';
|
|
7398
|
+
/**
|
|
7399
|
+
* Clipboard text cleaning logic
|
|
7400
|
+
*/
|
|
7401
|
+
export const CHARS: {
|
|
7402
|
+
NEWLINE: string;
|
|
7403
|
+
TAB: string;
|
|
7404
|
+
TABULAR_CONTENT_BOUND: string;
|
|
7405
|
+
NO_COPY_BOUND: string;
|
|
7406
|
+
};
|
|
7407
|
+
export const noCopyBoundsRegex: RegExp;
|
|
7408
|
+
export const onTabularCopy: (event: ClipboardEvent | React.ClipboardEvent) => void;
|
|
7409
|
+
export const tabularCopyMarkers: {
|
|
7410
|
+
hiddenTab: React.JSX.Element;
|
|
7411
|
+
hiddenNewline: React.JSX.Element;
|
|
7412
|
+
hiddenWrapperBoundary: React.JSX.Element;
|
|
7413
|
+
hiddenNoCopyBoundary: React.JSX.Element;
|
|
7414
|
+
};
|
|
7415
|
+
/**
|
|
7416
|
+
* Wrapper setup around table/grid tabular content we want to override/clean up on copy
|
|
7417
|
+
*/
|
|
7418
|
+
export const OverrideCopiedTabularContent: ({ children, }: PropsWithChildren) => React.JSX.Element;
|
|
7419
|
+
|
|
7420
|
+
}
|
|
7421
|
+
declare module '@elastic/eui/src/services/copy' {
|
|
7422
|
+
export { copyToClipboard } from '@elastic/eui/src/services/copy/copy_to_clipboard';
|
|
7423
|
+
export { tabularCopyMarkers, noCopyBoundsRegex, OverrideCopiedTabularContent, } from '@elastic/eui/src/services/copy/tabular_copy';
|
|
7424
|
+
|
|
7425
|
+
}
|
|
7426
|
+
declare module '@elastic/eui/src/services/findElement' {
|
|
7427
|
+
/**
|
|
7428
|
+
* A DOM node, a selector string (which will be passed to
|
|
7429
|
+
* `document.querySelector()` to find the DOM node), or a function that
|
|
7430
|
+
* returns a DOM node.
|
|
7431
|
+
*/
|
|
7432
|
+
export type ElementTarget = HTMLElement | string | (() => HTMLElement);
|
|
7433
|
+
export const findElementBySelectorOrRef: (elementTarget?: ElementTarget) => HTMLElement | null;
|
|
7434
|
+
|
|
7435
|
+
}
|
|
7436
|
+
declare module '@elastic/eui/src/services/format/format_boolean' {
|
|
7437
|
+
export const formatBoolean: (value: boolean, { yes, no, nil }?: {
|
|
7438
|
+
yes?: string | undefined;
|
|
7439
|
+
no?: string | undefined;
|
|
7440
|
+
nil?: string | undefined;
|
|
7441
|
+
}) => string;
|
|
7442
|
+
|
|
7443
|
+
}
|
|
7444
|
+
declare module '@elastic/eui/src/services/format/format_date' {
|
|
7445
|
+
import moment from 'moment';
|
|
7446
|
+
type CalendarOptions = moment.CalendarSpec & {
|
|
7447
|
+
refTime?: moment.MomentInput;
|
|
7448
|
+
};
|
|
7449
|
+
export const dateFormatAliases: {
|
|
7450
|
+
date: string;
|
|
7451
|
+
longDate: string;
|
|
7452
|
+
shortDate: string;
|
|
7453
|
+
dateTime: string;
|
|
7454
|
+
longDateTime: string;
|
|
7455
|
+
shortDateTime: string;
|
|
7456
|
+
dobShort: string;
|
|
7457
|
+
dobLong: string;
|
|
7458
|
+
iso8601: string;
|
|
7459
|
+
calendar: (value: moment.MomentInput, options?: CalendarOptions) => string;
|
|
7460
|
+
calendarDateTime: (value: moment.MomentInput, options: moment.CalendarSpec) => string;
|
|
7461
|
+
calendarDate: (value: moment.MomentInput, options: moment.CalendarSpec) => string;
|
|
7462
|
+
};
|
|
7463
|
+
type DateFormat = keyof typeof dateFormatAliases;
|
|
7464
|
+
interface FormatDateConfig {
|
|
7465
|
+
format: DateFormat;
|
|
7466
|
+
nil: string;
|
|
7467
|
+
options: any;
|
|
7468
|
+
}
|
|
7469
|
+
export const formatDate: (value?: moment.MomentInput, dateFormatKeyOrConfig?: DateFormat | string | Partial<FormatDateConfig>) => string;
|
|
7470
|
+
export {};
|
|
7471
|
+
|
|
7472
|
+
}
|
|
7473
|
+
declare module '@elastic/eui/src/services/format/format_number' {
|
|
7474
|
+
interface FormatNumberConfig {
|
|
7475
|
+
format: string;
|
|
7476
|
+
nil: string;
|
|
7477
|
+
round: boolean;
|
|
7478
|
+
}
|
|
7479
|
+
export const formatNumber: (value?: number | null, numberFormatOrConfig?: string | Partial<FormatNumberConfig>) => string;
|
|
7480
|
+
export {};
|
|
7481
|
+
|
|
7482
|
+
}
|
|
7483
|
+
declare module '@elastic/eui/src/services/format/format_text' {
|
|
7484
|
+
interface FormatTextOptions {
|
|
7485
|
+
nil: string;
|
|
7486
|
+
}
|
|
7487
|
+
export const formatText: (value?: any, options?: Partial<FormatTextOptions>) => any;
|
|
7488
|
+
export {};
|
|
7489
|
+
|
|
7490
|
+
}
|
|
7491
|
+
declare module '@elastic/eui/src/services/format/format_auto' {
|
|
7492
|
+
export const formatAuto: (value: any) => string;
|
|
7493
|
+
|
|
7494
|
+
}
|
|
7495
|
+
declare module '@elastic/eui/src/services/format' {
|
|
7496
|
+
export { formatAuto } from '@elastic/eui/src/services/format/format_auto';
|
|
7497
|
+
export { formatBoolean } from '@elastic/eui/src/services/format/format_boolean';
|
|
7498
|
+
export { formatDate, dateFormatAliases } from '@elastic/eui/src/services/format/format_date';
|
|
7499
|
+
export { formatNumber } from '@elastic/eui/src/services/format/format_number';
|
|
7500
|
+
export { formatText } from '@elastic/eui/src/services/format/format_text';
|
|
7501
|
+
|
|
7502
|
+
}
|
|
7503
|
+
declare module '@elastic/eui/src/services/number/number' {
|
|
7504
|
+
export const isWithinRange: (min: number | string, max: number | string, value: number | string) => boolean;
|
|
7505
|
+
export function isEvenlyDivisibleBy(num: number, factor: number): boolean;
|
|
7506
|
+
|
|
7507
|
+
}
|
|
7508
|
+
declare module '@elastic/eui/src/services/number' {
|
|
7509
|
+
export * from '@elastic/eui/src/services/number/number';
|
|
7510
|
+
|
|
7511
|
+
}
|
|
7512
|
+
declare module '@elastic/eui/src/services/paging/pager' {
|
|
7513
|
+
export class Pager {
|
|
7514
|
+
currentPageIndex: number;
|
|
7515
|
+
firstItemIndex: number;
|
|
7516
|
+
itemsPerPage: number;
|
|
7517
|
+
lastItemIndex: number;
|
|
7518
|
+
totalItems: number;
|
|
7519
|
+
totalPages: number;
|
|
7520
|
+
constructor(totalItems: number, itemsPerPage: number, initialPageIndex?: number);
|
|
7521
|
+
setTotalItems: (totalItems: number) => void;
|
|
7522
|
+
setItemsPerPage: (itemsPerPage: number) => void;
|
|
7523
|
+
isPageable: () => boolean;
|
|
7524
|
+
getTotalPages: () => number;
|
|
7525
|
+
getCurrentPageIndex: () => number;
|
|
7526
|
+
getFirstItemIndex: () => number;
|
|
7527
|
+
getLastItemIndex: () => number;
|
|
7528
|
+
hasNextPage: () => boolean;
|
|
7529
|
+
hasPreviousPage: () => boolean;
|
|
7530
|
+
goToNextPage: () => void;
|
|
7531
|
+
goToPreviousPage: () => void;
|
|
7532
|
+
goToPageIndex: (pageIndex: number) => void;
|
|
7533
|
+
update: () => void;
|
|
7534
|
+
}
|
|
7535
|
+
|
|
7536
|
+
}
|
|
7537
|
+
declare module '@elastic/eui/src/services/paging' {
|
|
7538
|
+
export { Pager } from '@elastic/eui/src/services/paging/pager';
|
|
7539
|
+
|
|
7540
|
+
}
|
|
7541
|
+
declare module '@elastic/eui/src/services/security/get_secure_rel_for_target' {
|
|
7542
|
+
/**
|
|
7344
7543
|
* Secures outbound links. For more info:
|
|
7345
7544
|
* https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
|
|
7346
7545
|
*/
|
|
@@ -11711,11 +11910,12 @@ declare module '@elastic/eui/src/components/flyout/flyout_child.styles' {
|
|
|
11711
11910
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
11712
11911
|
export const euiFlyoutChildStyles: (euiThemeContext: UseEuiTheme) => {
|
|
11713
11912
|
euiFlyoutChild: import("@emotion/react").SerializedStyles;
|
|
11913
|
+
backgroundDefault: import("@emotion/react").SerializedStyles;
|
|
11914
|
+
backgroundShaded: import("@emotion/react").SerializedStyles;
|
|
11714
11915
|
sidePosition: import("@emotion/react").SerializedStyles;
|
|
11715
11916
|
stackedPosition: import("@emotion/react").SerializedStyles;
|
|
11716
11917
|
s: import("@emotion/react").SerializedStyles;
|
|
11717
11918
|
m: import("@emotion/react").SerializedStyles;
|
|
11718
|
-
closeButton: import("@emotion/react").SerializedStyles;
|
|
11719
11919
|
overflow: {
|
|
11720
11920
|
overflow: import("@emotion/react").SerializedStyles;
|
|
11721
11921
|
wrapper: import("@emotion/react").SerializedStyles;
|
|
@@ -11812,6 +12012,7 @@ declare module '@elastic/eui/src/components/flyout/flyout_child' {
|
|
|
11812
12012
|
* @default 's'
|
|
11813
12013
|
*/
|
|
11814
12014
|
size?: 's' | 'm';
|
|
12015
|
+
backgroundStyle?: 'shaded' | 'default';
|
|
11815
12016
|
/**
|
|
11816
12017
|
* Children are implicitly part of FunctionComponent, but good to have if props type is standalone.
|
|
11817
12018
|
*/
|
|
@@ -12582,8 +12783,6 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12582
12783
|
isMainOpen: boolean;
|
|
12583
12784
|
isChildOpen: boolean;
|
|
12584
12785
|
config: EuiFlyoutSessionConfig;
|
|
12585
|
-
mainOnUnmount?: () => void;
|
|
12586
|
-
childOnUnmount?: () => void;
|
|
12587
12786
|
meta?: FlyoutMeta;
|
|
12588
12787
|
}
|
|
12589
12788
|
/**
|
|
@@ -12598,15 +12797,12 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12598
12797
|
type: 'UPDATE_ACTIVE_FLYOUT_CONFIG';
|
|
12599
12798
|
payload: {
|
|
12600
12799
|
configChanges: Partial<EuiFlyoutSessionConfig>;
|
|
12601
|
-
newMainOnUnmount?: () => void;
|
|
12602
|
-
newChildOnUnmount?: () => void;
|
|
12603
12800
|
};
|
|
12604
12801
|
} | {
|
|
12605
12802
|
type: 'OPEN_MAIN_FLYOUT';
|
|
12606
12803
|
payload: {
|
|
12607
12804
|
size: EuiFlyoutSize;
|
|
12608
12805
|
flyoutProps?: Partial<Omit<EuiFlyoutProps, 'children'>>;
|
|
12609
|
-
onUnmount?: () => void;
|
|
12610
12806
|
meta?: FlyoutMeta;
|
|
12611
12807
|
};
|
|
12612
12808
|
} | {
|
|
@@ -12614,7 +12810,6 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12614
12810
|
payload: {
|
|
12615
12811
|
size: 's' | 'm';
|
|
12616
12812
|
flyoutProps?: Partial<Omit<EuiFlyoutChildProps, 'children'>>;
|
|
12617
|
-
onUnmount?: () => void;
|
|
12618
12813
|
meta?: FlyoutMeta;
|
|
12619
12814
|
};
|
|
12620
12815
|
} | {
|
|
@@ -12623,12 +12818,10 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12623
12818
|
main: {
|
|
12624
12819
|
size: EuiFlyoutSize;
|
|
12625
12820
|
flyoutProps?: Partial<Omit<EuiFlyoutProps, 'children'>>;
|
|
12626
|
-
onUnmount?: () => void;
|
|
12627
12821
|
};
|
|
12628
12822
|
child: {
|
|
12629
12823
|
size: 's' | 'm';
|
|
12630
12824
|
flyoutProps?: Partial<Omit<EuiFlyoutChildProps, 'children'>>;
|
|
12631
|
-
onUnmount?: () => void;
|
|
12632
12825
|
};
|
|
12633
12826
|
meta?: FlyoutMeta;
|
|
12634
12827
|
};
|
|
@@ -12643,13 +12836,7 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12643
12836
|
* Flyout session context managed by `EuiFlyoutSessionProvider`, and passed to the `renderMainFlyoutContent` and `renderChildFlyoutContent` functions.
|
|
12644
12837
|
*/
|
|
12645
12838
|
export interface EuiFlyoutSessionRenderContext<FlyoutMeta = unknown> {
|
|
12646
|
-
flyoutProps: Partial<EuiFlyoutProps | EuiFlyoutChildProps>;
|
|
12647
|
-
flyoutSize: EuiFlyoutProps['size'] | EuiFlyoutChildProps['size'];
|
|
12648
|
-
flyoutType: 'main' | 'child';
|
|
12649
|
-
dispatch: React.Dispatch<EuiFlyoutSessionAction<FlyoutMeta>>;
|
|
12650
12839
|
activeFlyoutGroup: EuiFlyoutSessionGroup<FlyoutMeta> | null;
|
|
12651
|
-
onCloseFlyout: () => void;
|
|
12652
|
-
onCloseChildFlyout: () => void;
|
|
12653
12840
|
meta?: FlyoutMeta;
|
|
12654
12841
|
}
|
|
12655
12842
|
/**
|
|
@@ -12657,6 +12844,7 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12657
12844
|
*/
|
|
12658
12845
|
export interface EuiFlyoutSessionProviderComponentProps<FlyoutMeta = any> {
|
|
12659
12846
|
children: React.ReactNode;
|
|
12847
|
+
onUnmount?: () => void;
|
|
12660
12848
|
renderMainFlyoutContent: (context: EuiFlyoutSessionRenderContext<FlyoutMeta>) => React.ReactNode;
|
|
12661
12849
|
renderChildFlyoutContent?: (context: EuiFlyoutSessionRenderContext<FlyoutMeta>) => React.ReactNode;
|
|
12662
12850
|
}
|
|
@@ -12682,6 +12870,7 @@ declare module '@elastic/eui/src/components/flyout/sessions/flyout_provider' {
|
|
|
12682
12870
|
interface FlyoutSessionContextProps {
|
|
12683
12871
|
state: EuiFlyoutSessionHistoryState;
|
|
12684
12872
|
dispatch: React.Dispatch<EuiFlyoutSessionAction>;
|
|
12873
|
+
onUnmount?: EuiFlyoutSessionProviderComponentProps['onUnmount'];
|
|
12685
12874
|
}
|
|
12686
12875
|
/**
|
|
12687
12876
|
* Accesses the state data and dispatch function from the context of EuiFlyoutSessionProvider
|
|
@@ -12711,7 +12900,6 @@ declare module '@elastic/eui/src/components/flyout/sessions/use_eui_flyout' {
|
|
|
12711
12900
|
export interface EuiFlyoutSessionOpenMainOptions<Meta = unknown> {
|
|
12712
12901
|
size: EuiFlyoutSize;
|
|
12713
12902
|
flyoutProps?: EuiFlyoutSessionConfig['mainFlyoutProps'];
|
|
12714
|
-
onUnmount?: () => void;
|
|
12715
12903
|
meta?: Meta;
|
|
12716
12904
|
}
|
|
12717
12905
|
/**
|
|
@@ -12720,7 +12908,6 @@ declare module '@elastic/eui/src/components/flyout/sessions/use_eui_flyout' {
|
|
|
12720
12908
|
export interface EuiFlyoutSessionOpenChildOptions<Meta = unknown> {
|
|
12721
12909
|
size: 's' | 'm';
|
|
12722
12910
|
flyoutProps?: EuiFlyoutSessionConfig['childFlyoutProps'];
|
|
12723
|
-
onUnmount?: () => void;
|
|
12724
12911
|
meta?: Meta;
|
|
12725
12912
|
}
|
|
12726
12913
|
/**
|
|
@@ -12730,35 +12917,35 @@ declare module '@elastic/eui/src/components/flyout/sessions/use_eui_flyout' {
|
|
|
12730
12917
|
main: {
|
|
12731
12918
|
size: EuiFlyoutSize;
|
|
12732
12919
|
flyoutProps?: EuiFlyoutSessionConfig['mainFlyoutProps'];
|
|
12733
|
-
onUnmount?: () => void;
|
|
12734
12920
|
};
|
|
12735
12921
|
child: {
|
|
12736
12922
|
size: 's' | 'm';
|
|
12737
12923
|
flyoutProps?: EuiFlyoutSessionConfig['childFlyoutProps'];
|
|
12738
|
-
onUnmount?: () => void;
|
|
12739
12924
|
};
|
|
12740
12925
|
meta?: Meta;
|
|
12741
12926
|
}
|
|
12742
|
-
|
|
12743
|
-
* Hook for accessing the flyout API
|
|
12744
|
-
*/
|
|
12745
|
-
export function useEuiFlyoutSession(): {
|
|
12927
|
+
export interface EuiFlyoutSessionApi {
|
|
12746
12928
|
openFlyout: (options: EuiFlyoutSessionOpenMainOptions) => void;
|
|
12747
12929
|
openChildFlyout: (options: EuiFlyoutSessionOpenChildOptions) => void;
|
|
12748
12930
|
openFlyoutGroup: (options: EuiFlyoutSessionOpenGroupOptions) => void;
|
|
12749
12931
|
closeChildFlyout: () => void;
|
|
12750
12932
|
goBack: () => void;
|
|
12751
|
-
|
|
12933
|
+
clearHistory: () => void;
|
|
12752
12934
|
isFlyoutOpen: boolean;
|
|
12753
12935
|
isChildFlyoutOpen: boolean;
|
|
12754
|
-
|
|
12755
|
-
}
|
|
12936
|
+
canGoBack: boolean;
|
|
12937
|
+
}
|
|
12938
|
+
/**
|
|
12939
|
+
* Hook for accessing the flyout API
|
|
12940
|
+
* @public
|
|
12941
|
+
*/
|
|
12942
|
+
export function useEuiFlyoutSession(): EuiFlyoutSessionApi;
|
|
12756
12943
|
|
|
12757
12944
|
}
|
|
12758
12945
|
declare module '@elastic/eui/src/components/flyout/sessions' {
|
|
12759
12946
|
export { EuiFlyoutSessionProvider, useEuiFlyoutSessionContext, } from '@elastic/eui/src/components/flyout/sessions/flyout_provider';
|
|
12760
12947
|
export type { EuiFlyoutSessionConfig, EuiFlyoutSessionProviderComponentProps, EuiFlyoutSessionRenderContext, } from '@elastic/eui/src/components/flyout/sessions/types';
|
|
12761
|
-
export { useEuiFlyoutSession, type EuiFlyoutSessionOpenChildOptions, type EuiFlyoutSessionOpenMainOptions, } from '@elastic/eui/src/components/flyout/sessions/use_eui_flyout';
|
|
12948
|
+
export { useEuiFlyoutSession, type EuiFlyoutSessionOpenChildOptions, type EuiFlyoutSessionOpenMainOptions, type EuiFlyoutSessionApi, } from '@elastic/eui/src/components/flyout/sessions/use_eui_flyout';
|
|
12762
12949
|
|
|
12763
12950
|
}
|
|
12764
12951
|
declare module '@elastic/eui/src/components/flyout' {
|
|
@@ -12775,7 +12962,7 @@ declare module '@elastic/eui/src/components/flyout' {
|
|
|
12775
12962
|
export { EuiFlyoutResizable } from '@elastic/eui/src/components/flyout/flyout_resizable';
|
|
12776
12963
|
export { EuiFlyoutChild } from '@elastic/eui/src/components/flyout/flyout_child';
|
|
12777
12964
|
export type { EuiFlyoutChildProps } from '@elastic/eui/src/components/flyout/flyout_child';
|
|
12778
|
-
export type { EuiFlyoutSessionConfig, EuiFlyoutSessionOpenChildOptions, EuiFlyoutSessionOpenMainOptions, EuiFlyoutSessionProviderComponentProps, EuiFlyoutSessionRenderContext, } from '@elastic/eui/src/components/flyout/sessions';
|
|
12965
|
+
export type { EuiFlyoutSessionConfig, EuiFlyoutSessionOpenChildOptions, EuiFlyoutSessionOpenMainOptions, EuiFlyoutSessionProviderComponentProps, EuiFlyoutSessionRenderContext, EuiFlyoutSessionApi, } from '@elastic/eui/src/components/flyout/sessions';
|
|
12779
12966
|
export { EuiFlyoutSessionProvider, useEuiFlyoutSession } from '@elastic/eui/src/components/flyout/sessions';
|
|
12780
12967
|
|
|
12781
12968
|
}
|
|
@@ -12878,16 +13065,6 @@ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav
|
|
|
12878
13065
|
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
|
|
12879
13066
|
export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
|
|
12880
13067
|
|
|
12881
|
-
}
|
|
12882
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_light' {
|
|
12883
|
-
import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
|
|
12884
|
-
export const colorVisLight: _EuiThemeVisColors;
|
|
12885
|
-
|
|
12886
|
-
}
|
|
12887
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_dark' {
|
|
12888
|
-
import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
|
|
12889
|
-
export const colorVisDark: _EuiThemeVisColors;
|
|
12890
|
-
|
|
12891
13068
|
}
|
|
12892
13069
|
declare module '@elastic/eui/src/themes/themes' {
|
|
12893
13070
|
import { EuiThemeSystem } from '@elastic/eui/src/services';
|
|
@@ -12897,143 +13074,6 @@ declare module '@elastic/eui/src/themes/themes' {
|
|
|
12897
13074
|
provider?: EuiThemeSystem;
|
|
12898
13075
|
}
|
|
12899
13076
|
|
|
12900
|
-
}
|
|
12901
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_severity' {
|
|
12902
|
-
/**
|
|
12903
|
-
* These are not actually used, but we map them to ensure token parity.
|
|
12904
|
-
* They are mapped to other vis colors
|
|
12905
|
-
*/
|
|
12906
|
-
export const severityColors: {
|
|
12907
|
-
unknown: string;
|
|
12908
|
-
neutral: string;
|
|
12909
|
-
success: string;
|
|
12910
|
-
warning: string;
|
|
12911
|
-
risk: string;
|
|
12912
|
-
danger: string;
|
|
12913
|
-
};
|
|
12914
|
-
|
|
12915
|
-
}
|
|
12916
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
|
|
12917
|
-
import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
|
|
12918
|
-
export const brand_colors: _EuiThemeBrandColors;
|
|
12919
|
-
export const brand_text_colors: _EuiThemeBrandTextColors;
|
|
12920
|
-
export const shade_colors: _EuiThemeShadeColors;
|
|
12921
|
-
export const special_colors: _EuiThemeSpecialColors;
|
|
12922
|
-
export const text_colors: _EuiThemeTextColors;
|
|
12923
|
-
export const background_colors: _EuiThemeBackgroundColors;
|
|
12924
|
-
export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
12925
|
-
export const border_colors: _EuiThemeBorderColors;
|
|
12926
|
-
export const light_colors: _EuiThemeColorsMode;
|
|
12927
|
-
export const dark_shades: _EuiThemeShadeColors;
|
|
12928
|
-
export const dark_background_colors: _EuiThemeBackgroundColors;
|
|
12929
|
-
export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
12930
|
-
export const dark_border_colors: _EuiThemeBorderColors;
|
|
12931
|
-
export const dark_colors_ams: _EuiThemeColorsMode;
|
|
12932
|
-
export const colors: _EuiThemeColors;
|
|
12933
|
-
|
|
12934
|
-
}
|
|
12935
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
|
|
12936
|
-
import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
|
|
12937
|
-
export const animation_speed: _EuiThemeAnimationSpeeds;
|
|
12938
|
-
export const animation_ease: _EuiThemeAnimationEasings;
|
|
12939
|
-
export const animation: _EuiThemeAnimation;
|
|
12940
|
-
|
|
12941
|
-
}
|
|
12942
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
|
|
12943
|
-
export { breakpoint } from '@elastic/eui-theme-common';
|
|
12944
|
-
|
|
12945
|
-
}
|
|
12946
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
|
|
12947
|
-
import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
|
|
12948
|
-
export const base: _EuiThemeBase;
|
|
12949
|
-
export const size: _EuiThemeSizes;
|
|
12950
|
-
|
|
12951
|
-
}
|
|
12952
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
|
|
12953
|
-
import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
|
|
12954
|
-
export const border: _EuiThemeBorder;
|
|
12955
|
-
|
|
12956
|
-
}
|
|
12957
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
|
|
12958
|
-
import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
|
|
12959
|
-
export const levels: _EuiThemeLevels;
|
|
12960
|
-
|
|
12961
|
-
}
|
|
12962
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
|
|
12963
|
-
import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
|
|
12964
|
-
export const fontScale: _EuiThemeFontScales;
|
|
12965
|
-
export const fontBase: _EuiThemeFontBase;
|
|
12966
|
-
export const fontWeight: _EuiThemeFontWeights;
|
|
12967
|
-
export const font: _EuiThemeFont;
|
|
12968
|
-
|
|
12969
|
-
}
|
|
12970
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
|
|
12971
|
-
import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
|
|
12972
|
-
export const focus: _EuiThemeFocus;
|
|
12973
|
-
|
|
12974
|
-
}
|
|
12975
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
|
|
12976
|
-
import { _EuiThemeButton } from '@elastic/eui-theme-common';
|
|
12977
|
-
export const buttons: _EuiThemeButton;
|
|
12978
|
-
|
|
12979
|
-
}
|
|
12980
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
|
|
12981
|
-
export const forms: {
|
|
12982
|
-
maxWidth: string;
|
|
12983
|
-
LIGHT: {
|
|
12984
|
-
background: string;
|
|
12985
|
-
backgroundDisabled: string;
|
|
12986
|
-
backgroundReadOnly: any;
|
|
12987
|
-
backgroundFocused: any;
|
|
12988
|
-
backgroundAutofilled: string;
|
|
12989
|
-
prependBackground: string;
|
|
12990
|
-
border: string;
|
|
12991
|
-
borderAutofilled: string;
|
|
12992
|
-
controlBorder: string;
|
|
12993
|
-
controlBorderSelected: string;
|
|
12994
|
-
controlBorderDisabled: string;
|
|
12995
|
-
controlBackgroundUnselected: any;
|
|
12996
|
-
controlBackgroundDisabled: any;
|
|
12997
|
-
colorHasPlaceholder: string;
|
|
12998
|
-
colorDisabled: any;
|
|
12999
|
-
iconDisabled: any;
|
|
13000
|
-
};
|
|
13001
|
-
DARK: {
|
|
13002
|
-
background: string;
|
|
13003
|
-
backgroundFocused: string;
|
|
13004
|
-
backgroundAutofilled: string;
|
|
13005
|
-
prependBackground: string;
|
|
13006
|
-
border: string;
|
|
13007
|
-
controlBorder: string;
|
|
13008
|
-
controlBorderSelected: string;
|
|
13009
|
-
controlBorderDisabled: string;
|
|
13010
|
-
backgroundDisabled: string;
|
|
13011
|
-
backgroundReadOnly: any;
|
|
13012
|
-
borderAutofilled: string;
|
|
13013
|
-
controlBackgroundUnselected: any;
|
|
13014
|
-
controlBackgroundDisabled: any;
|
|
13015
|
-
colorHasPlaceholder: string;
|
|
13016
|
-
colorDisabled: any;
|
|
13017
|
-
iconDisabled: any;
|
|
13018
|
-
};
|
|
13019
|
-
};
|
|
13020
|
-
|
|
13021
|
-
}
|
|
13022
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
|
|
13023
|
-
import { _EuiThemeComponents } from '@elastic/eui-theme-common';
|
|
13024
|
-
export const components: _EuiThemeComponents;
|
|
13025
|
-
|
|
13026
|
-
}
|
|
13027
|
-
declare module '@elastic/eui/src/themes/amsterdam/theme' {
|
|
13028
|
-
import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
|
|
13029
|
-
export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
|
|
13030
|
-
export const euiThemeAmsterdam: EuiThemeShape;
|
|
13031
|
-
export const EuiThemeAmsterdam: {
|
|
13032
|
-
model: EuiThemeShape;
|
|
13033
|
-
root: EuiThemeShape;
|
|
13034
|
-
key: string;
|
|
13035
|
-
};
|
|
13036
|
-
|
|
13037
13077
|
}
|
|
13038
13078
|
declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow' {
|
|
13039
13079
|
export * from '@elastic/eui/src/global_styling/mixins/_shadow';
|
|
@@ -14976,7 +15016,7 @@ declare module '@elastic/eui/src/components/datagrid/utils/row_heights' {
|
|
|
14976
15016
|
/**
|
|
14977
15017
|
* Height types
|
|
14978
15018
|
*/
|
|
14979
|
-
getHeightType: (option?: EuiDataGridRowHeightOption) => "
|
|
15019
|
+
getHeightType: (option?: EuiDataGridRowHeightOption) => "default" | "auto" | "lineCount" | "numerical";
|
|
14980
15020
|
/**
|
|
14981
15021
|
* Line count utils
|
|
14982
15022
|
*/
|
|
@@ -18637,7 +18677,7 @@ declare module '@elastic/eui/src/components/date_picker/super_date_picker/async_
|
|
|
18637
18677
|
}
|
|
18638
18678
|
declare module '@elastic/eui/src/components/date_picker/date_picker_range.styles' {
|
|
18639
18679
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
18640
|
-
export const euiDatePickerRangeStyles: {
|
|
18680
|
+
export const euiDatePickerRangeStyles: (euiThemeContext: UseEuiTheme) => {
|
|
18641
18681
|
euiDatePickerRange: import("@emotion/react").SerializedStyles;
|
|
18642
18682
|
};
|
|
18643
18683
|
export const euiDatePickerRangeInlineStyles: (euiThemeContext: UseEuiTheme) => {
|
|
@@ -22168,7 +22208,7 @@ declare module '@elastic/eui/src/components/provider/provider' {
|
|
|
22168
22208
|
import { EuiComponentDefaults } from '@elastic/eui/src/components/provider/component_defaults';
|
|
22169
22209
|
export interface EuiProviderProps<T> extends PropsWithChildren, EuiGlobalStylesProps, Pick<EuiThemeProviderProps<T>, 'modify'> {
|
|
22170
22210
|
/**
|
|
22171
|
-
* Provide a specific EuiTheme; Defaults to
|
|
22211
|
+
* Provide a specific EuiTheme; Defaults to EuiThemeAmsterdam;
|
|
22172
22212
|
* Pass `null` to remove all theming including global reset
|
|
22173
22213
|
*/
|
|
22174
22214
|
theme?: EuiThemeSystem | null;
|
|
@@ -23427,13 +23467,13 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
|
|
|
23427
23467
|
slot?: string | undefined;
|
|
23428
23468
|
style?: CSSProperties | undefined;
|
|
23429
23469
|
title?: string | undefined;
|
|
23470
|
+
css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
|
|
23430
23471
|
width: number;
|
|
23431
23472
|
color?: string | undefined;
|
|
23432
23473
|
content?: string | undefined;
|
|
23433
|
-
hidden?: boolean | undefined;
|
|
23434
|
-
css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
|
|
23435
23474
|
translate?: "yes" | "no" | undefined;
|
|
23436
23475
|
property?: string | undefined;
|
|
23476
|
+
hidden?: boolean | undefined;
|
|
23437
23477
|
className?: string | undefined;
|
|
23438
23478
|
defaultChecked?: boolean | undefined;
|
|
23439
23479
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -23924,6 +23964,9 @@ declare module '@elastic/eui/src/components/selectable/selectable_templates/sele
|
|
|
23924
23964
|
platform: import("@emotion/react").SerializedStyles;
|
|
23925
23965
|
};
|
|
23926
23966
|
};
|
|
23967
|
+
export const euiSelectableTemplateSitewidePopoverStyles: (euiThemeContext: UseEuiTheme) => {
|
|
23968
|
+
euiSelectableTemplateSitewide__popover: import("@emotion/react").SerializedStyles;
|
|
23969
|
+
};
|
|
23927
23970
|
|
|
23928
23971
|
}
|
|
23929
23972
|
declare module '@elastic/eui/src/components/selectable/selectable_templates/selectable_template_sitewide_option' {
|
|
@@ -23975,13 +24018,32 @@ declare module '@elastic/eui/src/components/selectable/selectable_templates/sele
|
|
|
23975
24018
|
export const euiSelectableTemplateSitewideFormatOptions: (options: EuiSelectableTemplateSitewideOption[], styles: ReturnType<typeof euiSelectableTemplateSitewideStyles>) => EuiSelectableTemplateSitewideOption[];
|
|
23976
24019
|
export const euiSelectableTemplateSitewideRenderOptions: (option: EuiSelectableTemplateSitewideOption, searchValue: string) => React.JSX.Element;
|
|
23977
24020
|
|
|
24021
|
+
}
|
|
24022
|
+
declare module '@elastic/eui/src/components/selectable/selectable_templates/selectable_template_sitewide_popover' {
|
|
24023
|
+
import { CSSProperties, FunctionComponent, ReactNode } from 'react';
|
|
24024
|
+
import { EuiPopoverProps } from '@elastic/eui/src/components/popover';
|
|
24025
|
+
import type { EuiSelectableTemplateSitewideProps } from '@elastic/eui/src/components/selectable/selectable_templates/selectable_template_sitewide';
|
|
24026
|
+
type EuiSelectableTemplateSitewidePopoverProps = Partial<EuiPopoverProps> & {
|
|
24027
|
+
search: ReactNode;
|
|
24028
|
+
list: ReactNode;
|
|
24029
|
+
trigger?: ReactNode;
|
|
24030
|
+
title?: EuiSelectableTemplateSitewideProps['popoverTitle'];
|
|
24031
|
+
footer?: EuiSelectableTemplateSitewideProps['popoverFooter'];
|
|
24032
|
+
width: CSSProperties['width'];
|
|
24033
|
+
isOpen: boolean;
|
|
24034
|
+
};
|
|
24035
|
+
export const EuiSelectableTemplateSitewidePopover: FunctionComponent<EuiSelectableTemplateSitewidePopoverProps>;
|
|
24036
|
+
export {};
|
|
24037
|
+
|
|
23978
24038
|
}
|
|
23979
24039
|
declare module '@elastic/eui/src/components/selectable/selectable_templates/selectable_template_sitewide' {
|
|
23980
24040
|
import { FunctionComponent, ReactNode, CSSProperties, ReactElement } from 'react';
|
|
24041
|
+
import { EuiThemeColorMode } from '@elastic/eui/src/services';
|
|
23981
24042
|
import { EuiBreakpointSize } from '@elastic/eui/src/services/breakpoint';
|
|
23982
24043
|
import { Props as PopoverProps } from '@elastic/eui/src/components/popover/popover';
|
|
23983
24044
|
import { EuiSelectableProps } from '@elastic/eui/src/components/selectable/selectable';
|
|
23984
24045
|
import { EuiSelectableTemplateSitewideOption } from '@elastic/eui/src/components/selectable/selectable_templates/selectable_template_sitewide_option';
|
|
24046
|
+
export type EuiSelectableTemplateSitewideTheme = 'default' | 'global' | EuiThemeColorMode;
|
|
23985
24047
|
export type EuiSelectableTemplateSitewideProps = Partial<Omit<EuiSelectableProps<{
|
|
23986
24048
|
[key: string]: any;
|
|
23987
24049
|
}>, 'options'>> & {
|
|
@@ -24014,13 +24076,24 @@ declare module '@elastic/eui/src/components/selectable/selectable_templates/sele
|
|
|
24014
24076
|
* If `undefined`, the `popoverButton` will always show (if provided)
|
|
24015
24077
|
*/
|
|
24016
24078
|
popoverButtonBreakpoints?: EuiBreakpointSize[];
|
|
24079
|
+
/**
|
|
24080
|
+
* Manually sets the color mode for the search input and popover. It supports the common `colorMode`
|
|
24081
|
+
* values: `light`, `dark`, `inverse` and additionally `default` and `global`.
|
|
24082
|
+
*
|
|
24083
|
+
* `default` applies the local (nearest) context `colorMode`.
|
|
24084
|
+
* `global` applies the global context `colorMode`
|
|
24085
|
+
*/
|
|
24086
|
+
colorModes?: {
|
|
24087
|
+
search: EuiSelectableTemplateSitewideTheme;
|
|
24088
|
+
popover: EuiSelectableTemplateSitewideTheme;
|
|
24089
|
+
};
|
|
24017
24090
|
};
|
|
24018
24091
|
export const EuiSelectableTemplateSitewide: FunctionComponent<EuiSelectableTemplateSitewideProps>;
|
|
24019
24092
|
|
|
24020
24093
|
}
|
|
24021
24094
|
declare module '@elastic/eui/src/components/selectable/selectable_templates' {
|
|
24022
24095
|
export type { EuiSelectableTemplateSitewideProps } from '@elastic/eui/src/components/selectable/selectable_templates/selectable_template_sitewide';
|
|
24023
|
-
export { EuiSelectableTemplateSitewide } from '@elastic/eui/src/components/selectable/selectable_templates/selectable_template_sitewide';
|
|
24096
|
+
export { type EuiSelectableTemplateSitewideTheme, EuiSelectableTemplateSitewide, } from '@elastic/eui/src/components/selectable/selectable_templates/selectable_template_sitewide';
|
|
24024
24097
|
export type { EuiSelectableTemplateSitewideOption, EuiSelectableTemplateSitewideMetaData, } from '@elastic/eui/src/components/selectable/selectable_templates/selectable_template_sitewide_option';
|
|
24025
24098
|
export { euiSelectableTemplateSitewideFormatOptions, euiSelectableTemplateSitewideRenderOptions, } from '@elastic/eui/src/components/selectable/selectable_templates/selectable_template_sitewide_option';
|
|
24026
24099
|
|
|
@@ -32255,6 +32328,8 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_dark.json' {
|
|
|
32255
32328
|
euiColorBorderBaseFloating: string;
|
|
32256
32329
|
euiColorBorderBaseFormsColorSwatch: string;
|
|
32257
32330
|
euiColorBorderBaseFormsControl: string;
|
|
32331
|
+
euiColorBorderInteractiveFormsHoverPlain: string;
|
|
32332
|
+
euiColorBorderInteractiveFormsHoverDanger: string;
|
|
32258
32333
|
euiColorBorderStrongPrimary: string;
|
|
32259
32334
|
euiColorBorderStrongAccent: string;
|
|
32260
32335
|
euiColorBorderStrongAccentSecondary: string;
|
|
@@ -32683,6 +32758,8 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_light.json' {
|
|
|
32683
32758
|
euiColorBorderBaseFloating: string;
|
|
32684
32759
|
euiColorBorderBaseFormsColorSwatch: string;
|
|
32685
32760
|
euiColorBorderBaseFormsControl: string;
|
|
32761
|
+
euiColorBorderInteractiveFormsHoverPlain: string;
|
|
32762
|
+
euiColorBorderInteractiveFormsHoverDanger: string;
|
|
32686
32763
|
euiColorBorderStrongPrimary: string;
|
|
32687
32764
|
euiColorBorderStrongAccent: string;
|
|
32688
32765
|
euiColorBorderStrongAccentSecondary: string;
|
|
@@ -33111,6 +33188,8 @@ declare module '@elastic/eui/dist/eui_theme_borealis_dark.json' {
|
|
|
33111
33188
|
euiColorBorderBaseFloating: string;
|
|
33112
33189
|
euiColorBorderBaseFormsColorSwatch: string;
|
|
33113
33190
|
euiColorBorderBaseFormsControl: string;
|
|
33191
|
+
euiColorBorderInteractiveFormsHoverPlain: string;
|
|
33192
|
+
euiColorBorderInteractiveFormsHoverDanger: string;
|
|
33114
33193
|
euiColorBorderStrongPrimary: string;
|
|
33115
33194
|
euiColorBorderStrongAccent: string;
|
|
33116
33195
|
euiColorBorderStrongAccentSecondary: string;
|
|
@@ -33539,6 +33618,8 @@ declare module '@elastic/eui/dist/eui_theme_borealis_light.json' {
|
|
|
33539
33618
|
euiColorBorderBaseFloating: string;
|
|
33540
33619
|
euiColorBorderBaseFormsColorSwatch: string;
|
|
33541
33620
|
euiColorBorderBaseFormsControl: string;
|
|
33621
|
+
euiColorBorderInteractiveFormsHoverPlain: string;
|
|
33622
|
+
euiColorBorderInteractiveFormsHoverDanger: string;
|
|
33542
33623
|
euiColorBorderStrongPrimary: string;
|
|
33543
33624
|
euiColorBorderStrongAccent: string;
|
|
33544
33625
|
euiColorBorderStrongAccentSecondary: string;
|
|
@@ -33561,227 +33642,194 @@ declare module '@loki/create-async-callback' {
|
|
|
33561
33642
|
|
|
33562
33643
|
declare module '@elastic/eui' {
|
|
33563
33644
|
export type EuiTokensObject = {
|
|
33564
|
-
"
|
|
33565
|
-
"
|
|
33566
|
-
"
|
|
33567
|
-
"
|
|
33568
|
-
"
|
|
33569
|
-
"
|
|
33570
|
-
"
|
|
33571
|
-
"
|
|
33572
|
-
"
|
|
33573
|
-
"
|
|
33574
|
-
"
|
|
33575
|
-
"
|
|
33576
|
-
"
|
|
33577
|
-
"
|
|
33578
|
-
"
|
|
33579
|
-
"
|
|
33580
|
-
"
|
|
33581
|
-
"
|
|
33582
|
-
"
|
|
33583
|
-
"
|
|
33584
|
-
"
|
|
33585
|
-
"
|
|
33586
|
-
"
|
|
33587
|
-
"
|
|
33588
|
-
"
|
|
33589
|
-
"
|
|
33590
|
-
"
|
|
33591
|
-
"
|
|
33592
|
-
"
|
|
33593
|
-
"
|
|
33594
|
-
"
|
|
33595
|
-
"
|
|
33645
|
+
"euiTreeView.listNavigationInstructions": any;
|
|
33646
|
+
"euiTourStepIndicator.isActive": any;
|
|
33647
|
+
"euiTourStepIndicator.isComplete": any;
|
|
33648
|
+
"euiTourStepIndicator.isIncomplete": any;
|
|
33649
|
+
"euiTourStepIndicator.ariaLabel": any;
|
|
33650
|
+
"euiTourFooter.endTour": any;
|
|
33651
|
+
"euiTourFooter.skipTour": any;
|
|
33652
|
+
"euiTourFooter.closeTour": any;
|
|
33653
|
+
"euiIconTip.defaultAriaLabel": any;
|
|
33654
|
+
"euiToast.newNotification": any;
|
|
33655
|
+
"euiToast.notification": any;
|
|
33656
|
+
"euiToast.dismissToast": any;
|
|
33657
|
+
"euiGlobalToastList.clearAllToastsButtonAriaLabel": any;
|
|
33658
|
+
"euiGlobalToastList.clearAllToastsButtonDisplayText": any;
|
|
33659
|
+
"euiTableHeaderCell.titleTextWithDesc": any;
|
|
33660
|
+
"euiStepStrings.step": any;
|
|
33661
|
+
"euiStepStrings.simpleStep": any;
|
|
33662
|
+
"euiStepStrings.complete": any;
|
|
33663
|
+
"euiStepStrings.simpleComplete": any;
|
|
33664
|
+
"euiStepStrings.warning": any;
|
|
33665
|
+
"euiStepStrings.simpleWarning": any;
|
|
33666
|
+
"euiStepStrings.errors": any;
|
|
33667
|
+
"euiStepStrings.simpleErrors": any;
|
|
33668
|
+
"euiStepStrings.incomplete": any;
|
|
33669
|
+
"euiStepStrings.simpleIncomplete": any;
|
|
33670
|
+
"euiStepStrings.disabled": any;
|
|
33671
|
+
"euiStepStrings.simpleDisabled": any;
|
|
33672
|
+
"euiStepStrings.loading": any;
|
|
33673
|
+
"euiStepStrings.simpleLoading": any;
|
|
33674
|
+
"euiStepStrings.current": any;
|
|
33675
|
+
"euiStepStrings.simpleCurrent": any;
|
|
33676
|
+
"euiStat.loadingText": any;
|
|
33677
|
+
"euiSkeletonLoading.loadedAriaText": any;
|
|
33678
|
+
"euiSkeletonLoading.loadingAriaText": any;
|
|
33679
|
+
"euiSideNav.mobileToggleAriaLabel": any;
|
|
33680
|
+
"euiSelectable.loadingOptions": any;
|
|
33681
|
+
"euiSelectable.noMatchingOptions": any;
|
|
33682
|
+
"euiSelectable.noAvailableOptions": any;
|
|
33683
|
+
"euiSelectable.screenReaderInstructions": any;
|
|
33684
|
+
"euiSelectable.placeholderName": any;
|
|
33685
|
+
"euiSelectable.searchResults": any;
|
|
33686
|
+
"euiSearchBox.placeholder": any;
|
|
33687
|
+
"euiSearchBox.incrementalAriaLabel": any;
|
|
33688
|
+
"euiSearchBox.ariaLabel": any;
|
|
33689
|
+
"euiResizablePanel.toggleButtonAriaLabel": any;
|
|
33690
|
+
"euiResizableButton.horizontalResizerAriaLabel": any;
|
|
33691
|
+
"euiResizableButton.verticalResizerAriaLabel": any;
|
|
33692
|
+
"euiProgress.valueText": any;
|
|
33693
|
+
"euiPopover.screenReaderAnnouncement": any;
|
|
33694
|
+
"euiPaginationButtonArrow.firstPage": any;
|
|
33695
|
+
"euiPaginationButtonArrow.previousPage": any;
|
|
33696
|
+
"euiPaginationButtonArrow.nextPage": any;
|
|
33697
|
+
"euiPaginationButtonArrow.lastPage": any;
|
|
33698
|
+
"euiPaginationButton.longPageString": any;
|
|
33699
|
+
"euiPaginationButton.shortPageString": any;
|
|
33700
|
+
"euiPagination.pageOfTotalCompressed": any;
|
|
33701
|
+
"euiPagination.firstRangeAriaLabel": any;
|
|
33702
|
+
"euiPagination.lastRangeAriaLabel": any;
|
|
33703
|
+
"euiPagination.last": any;
|
|
33704
|
+
"euiPagination.page": any;
|
|
33705
|
+
"euiPagination.of": any;
|
|
33706
|
+
"euiPagination.collection": any;
|
|
33707
|
+
"euiPagination.fromEndLabel": any;
|
|
33708
|
+
"euiModal.closeModal": any;
|
|
33709
|
+
"euiMark.highlightStart": any;
|
|
33710
|
+
"euiMark.highlightEnd": any;
|
|
33711
|
+
"euiMarkdownEditorToolbar.editor": any;
|
|
33712
|
+
"euiMarkdownEditorToolbar.previewMarkdown": any;
|
|
33713
|
+
"euiMarkdownEditorFooter.uploadingFiles": any;
|
|
33714
|
+
"euiMarkdownEditorFooter.openUploadModal": any;
|
|
33715
|
+
"euiMarkdownEditorFooter.unsupportedFileType": any;
|
|
33716
|
+
"euiMarkdownEditorFooter.supportedFileTypes": any;
|
|
33717
|
+
"euiMarkdownEditorFooter.showSyntaxErrors": any;
|
|
33718
|
+
"euiMarkdownEditorFooter.showMarkdownHelp": any;
|
|
33719
|
+
"euiMarkdownEditorFooter.syntaxTitle": any;
|
|
33720
|
+
"euiMarkdownEditorFooter.errorsTitle": any;
|
|
33721
|
+
"euiMarkdownEditorFooter.mdSyntaxLink": any;
|
|
33722
|
+
"euiMarkdownEditorFooter.syntaxModalDescriptionPrefix": any;
|
|
33723
|
+
"euiMarkdownEditorFooter.syntaxModalDescriptionSuffix": any;
|
|
33724
|
+
"euiMarkdownEditorFooter.closeButton": any;
|
|
33725
|
+
"euiMarkdownEditorFooter.syntaxPopoverDescription": any;
|
|
33726
|
+
"euiLoadingStrings.ariaLabel": any;
|
|
33727
|
+
"euiExternalLinkIcon.newTarget.screenReaderOnlyText": any;
|
|
33728
|
+
"euiExternalLinkIcon.externalTarget.screenReaderOnlyText": any;
|
|
33729
|
+
"euiInlineEditForm.saveButtonAriaLabel": any;
|
|
33730
|
+
"euiInlineEditForm.cancelButtonAriaLabel": any;
|
|
33731
|
+
"euiInlineEditForm.inputKeyboardInstructions": any;
|
|
33732
|
+
"euiInlineEditForm.activateEditModeDescription": any;
|
|
33733
|
+
"euiImageButton.openFullScreen": any;
|
|
33734
|
+
"euiImageButton.closeFullScreen": any;
|
|
33735
|
+
"euiForm.addressFormErrors": any;
|
|
33736
|
+
"euiFilterButton.filterBadgeActiveAriaLabel": any;
|
|
33737
|
+
"euiFilterButton.filterBadgeAvailableAriaLabel": any;
|
|
33738
|
+
"euiFlyout.screenReaderModalDialog": any;
|
|
33739
|
+
"euiFlyout.screenReaderNonModalDialog": any;
|
|
33740
|
+
"euiFlyout.screenReaderFixedHeaders": any;
|
|
33741
|
+
"euiFlyoutCloseButton.ariaLabel": any;
|
|
33742
|
+
"euiErrorBoundary.error": any;
|
|
33743
|
+
"euiDataGrid.ariaLabel": any;
|
|
33744
|
+
"euiDataGrid.ariaLabelledBy": any;
|
|
33745
|
+
"euiDataGrid.screenReaderNotice": any;
|
|
33746
|
+
"euiComboBox.listboxAriaLabel": any;
|
|
33596
33747
|
"euiCollapsibleNavBeta.ariaLabel": any;
|
|
33597
|
-
"
|
|
33598
|
-
"
|
|
33599
|
-
"
|
|
33600
|
-
"
|
|
33601
|
-
"
|
|
33748
|
+
"euiSaturation.ariaLabel": any;
|
|
33749
|
+
"euiSaturation.roleDescription": any;
|
|
33750
|
+
"euiSaturation.screenReaderInstructions": any;
|
|
33751
|
+
"euiHue.ariaValueText": any;
|
|
33752
|
+
"euiHue.ariaRoleDescription": any;
|
|
33753
|
+
"euiHue.label": any;
|
|
33602
33754
|
"euiColorPickerSwatch.ariaLabel": any;
|
|
33603
33755
|
"euiColorPicker.popoverLabel": any;
|
|
33604
33756
|
"euiColorPicker.colorLabel": any;
|
|
33757
|
+
"euiColorPicker.selectedColorLabel": any;
|
|
33605
33758
|
"euiColorPicker.colorErrorMessage": any;
|
|
33606
33759
|
"euiColorPicker.transparent": any;
|
|
33607
33760
|
"euiColorPicker.alphaLabel": any;
|
|
33608
33761
|
"euiColorPicker.openLabel": any;
|
|
33609
33762
|
"euiColorPicker.closeLabel": any;
|
|
33610
|
-
"
|
|
33611
|
-
"
|
|
33612
|
-
"
|
|
33613
|
-
"
|
|
33614
|
-
"
|
|
33615
|
-
"
|
|
33616
|
-
"
|
|
33617
|
-
"
|
|
33618
|
-
"
|
|
33619
|
-
"
|
|
33620
|
-
"
|
|
33621
|
-
"
|
|
33622
|
-
"
|
|
33623
|
-
"
|
|
33624
|
-
"
|
|
33625
|
-
"
|
|
33626
|
-
"
|
|
33627
|
-
"
|
|
33628
|
-
"
|
|
33629
|
-
"
|
|
33630
|
-
"
|
|
33631
|
-
"
|
|
33632
|
-
"
|
|
33633
|
-
"
|
|
33634
|
-
"
|
|
33635
|
-
"
|
|
33636
|
-
"
|
|
33637
|
-
"
|
|
33638
|
-
"
|
|
33639
|
-
"
|
|
33640
|
-
"
|
|
33641
|
-
"
|
|
33642
|
-
"
|
|
33643
|
-
"
|
|
33644
|
-
"
|
|
33645
|
-
"
|
|
33646
|
-
"
|
|
33647
|
-
"
|
|
33648
|
-
"
|
|
33649
|
-
"
|
|
33650
|
-
"
|
|
33651
|
-
"
|
|
33652
|
-
"
|
|
33653
|
-
"
|
|
33654
|
-
"
|
|
33655
|
-
"
|
|
33656
|
-
"
|
|
33657
|
-
"
|
|
33658
|
-
"
|
|
33659
|
-
"
|
|
33660
|
-
"
|
|
33661
|
-
"
|
|
33662
|
-
"
|
|
33663
|
-
"
|
|
33664
|
-
"
|
|
33665
|
-
"
|
|
33666
|
-
"
|
|
33667
|
-
"
|
|
33668
|
-
"
|
|
33669
|
-
"
|
|
33670
|
-
"
|
|
33671
|
-
"euiKeyboardShortcuts.title": any;
|
|
33672
|
-
"euiKeyboardShortcuts.upArrowTitle": any;
|
|
33673
|
-
"euiKeyboardShortcuts.upArrowDescription": any;
|
|
33674
|
-
"euiKeyboardShortcuts.downArrowTitle": any;
|
|
33675
|
-
"euiKeyboardShortcuts.downArrowDescription": any;
|
|
33676
|
-
"euiKeyboardShortcuts.rightArrowTitle": any;
|
|
33677
|
-
"euiKeyboardShortcuts.rightArrowDescription": any;
|
|
33678
|
-
"euiKeyboardShortcuts.leftArrowTitle": any;
|
|
33679
|
-
"euiKeyboardShortcuts.leftArrowDescription": any;
|
|
33680
|
-
"euiKeyboardShortcuts.homeTitle": any;
|
|
33681
|
-
"euiKeyboardShortcuts.homeDescription": any;
|
|
33682
|
-
"euiKeyboardShortcuts.endTitle": any;
|
|
33683
|
-
"euiKeyboardShortcuts.endDescription": any;
|
|
33684
|
-
"euiKeyboardShortcuts.ctrl": any;
|
|
33685
|
-
"euiKeyboardShortcuts.ctrlHomeDescription": any;
|
|
33686
|
-
"euiKeyboardShortcuts.ctrlEndDescription": any;
|
|
33687
|
-
"euiKeyboardShortcuts.pageUpTitle": any;
|
|
33688
|
-
"euiKeyboardShortcuts.pageUpDescription": any;
|
|
33689
|
-
"euiKeyboardShortcuts.pageDownTitle": any;
|
|
33690
|
-
"euiKeyboardShortcuts.pageDownDescription": any;
|
|
33691
|
-
"euiKeyboardShortcuts.enterTitle": any;
|
|
33692
|
-
"euiKeyboardShortcuts.enterDescription": any;
|
|
33693
|
-
"euiKeyboardShortcuts.escapeTitle": any;
|
|
33694
|
-
"euiKeyboardShortcuts.escapeDescription": any;
|
|
33695
|
-
"euiDataGrid.ariaLabel": any;
|
|
33696
|
-
"euiDataGrid.ariaLabelledBy": any;
|
|
33697
|
-
"euiDataGrid.screenReaderNotice": any;
|
|
33698
|
-
"euiDataGridPagination.detailedPaginationLabel": any;
|
|
33699
|
-
"euiDataGridPagination.paginationLabel": any;
|
|
33700
|
-
"euiDataGridSchema.booleanSortTextAsc": any;
|
|
33701
|
-
"euiDataGridSchema.booleanSortTextDesc": any;
|
|
33702
|
-
"euiDataGridSchema.currencySortTextAsc": any;
|
|
33703
|
-
"euiDataGridSchema.currencySortTextDesc": any;
|
|
33704
|
-
"euiDataGridSchema.dateSortTextAsc": any;
|
|
33705
|
-
"euiDataGridSchema.dateSortTextDesc": any;
|
|
33706
|
-
"euiDataGridSchema.numberSortTextAsc": any;
|
|
33707
|
-
"euiDataGridSchema.numberSortTextDesc": any;
|
|
33708
|
-
"euiDataGridSchema.jsonSortTextAsc": any;
|
|
33709
|
-
"euiDataGridSchema.jsonSortTextDesc": any;
|
|
33710
|
-
"euiAutoRefresh.autoRefreshLabel": any;
|
|
33711
|
-
"euiAutoRefresh.buttonLabelOff": any;
|
|
33712
|
-
"euiAutoRefresh.buttonLabelOn": any;
|
|
33763
|
+
"euiCallOut.dismissAriaLabel": any;
|
|
33764
|
+
"euiCodeBlockFullScreen.fullscreenCollapse": any;
|
|
33765
|
+
"euiCodeBlockFullScreen.fullscreenExpand": any;
|
|
33766
|
+
"euiCodeBlockFullScreen.ariaLabel": any;
|
|
33767
|
+
"euiCodeBlockCopy.copy": any;
|
|
33768
|
+
"euiCodeBlockAnnotations.ariaLabel": any;
|
|
33769
|
+
"euiCodeBlock.label": any;
|
|
33770
|
+
"euiBreadcrumbs.nav.ariaLabel": any;
|
|
33771
|
+
"euiBreadcrumb.collapsedBadge.ariaLabel": any;
|
|
33772
|
+
"euiBreadcrumb.popoverAriaLabel": any;
|
|
33773
|
+
"euiBottomBar.screenReaderHeading": any;
|
|
33774
|
+
"euiBottomBar.customScreenReaderAnnouncement": any;
|
|
33775
|
+
"euiBottomBar.screenReaderAnnouncement": any;
|
|
33776
|
+
"euiCollapsedItemActions.allActionsTooltip": any;
|
|
33777
|
+
"euiCollapsedItemActions.allActions": any;
|
|
33778
|
+
"euiCollapsedItemActions.allActionsDisabled": any;
|
|
33779
|
+
"euiBasicTable.noItemsMessage": any;
|
|
33780
|
+
"euiBasicTable.tableCaptionWithPagination": any;
|
|
33781
|
+
"euiBasicTable.tableAutoCaptionWithPagination": any;
|
|
33782
|
+
"euiBasicTable.tableSimpleAutoCaptionWithPagination": any;
|
|
33783
|
+
"euiBasicTable.tableAutoCaptionWithoutPagination": any;
|
|
33784
|
+
"euiBasicTable.selectAllRows": any;
|
|
33785
|
+
"euiBasicTable.deselectRows": any;
|
|
33786
|
+
"euiBasicTable.selectThisRow": any;
|
|
33787
|
+
"euiBasicTable.tablePagination": any;
|
|
33788
|
+
"euiTablePagination.allRows": any;
|
|
33789
|
+
"euiTablePagination.rowsPerPage": any;
|
|
33790
|
+
"euiTablePagination.rowsPerPageOptionShowAllRows": any;
|
|
33791
|
+
"euiTablePagination.rowsPerPageOption": any;
|
|
33792
|
+
"euiTableSortMobile.sorting": any;
|
|
33793
|
+
"euiSelectableTemplateSitewide.searchPlaceholder": any;
|
|
33794
|
+
"euiSelectableTemplateSitewide.loadingResults": any;
|
|
33795
|
+
"euiSelectableTemplateSitewide.noResults": any;
|
|
33796
|
+
"euiSelectableTemplateSitewide.onFocusBadgeGoTo": any;
|
|
33797
|
+
"euiSelectableListItem.checkedOption": any;
|
|
33798
|
+
"euiSelectableListItem.checkOptionInstructions": any;
|
|
33799
|
+
"euiSelectableListItem.uncheckOptionInstructions": any;
|
|
33800
|
+
"euiSelectableListItem.excludedOption": any;
|
|
33801
|
+
"euiSelectableListItem.excludeOptionInstructions": any;
|
|
33802
|
+
"euiSelectableListItem.mixedOption": any;
|
|
33803
|
+
"euiSelectableListItem.mixedOptionInstructions": any;
|
|
33804
|
+
"euiSelectableListItem.mixedOptionUncheckInstructions": any;
|
|
33805
|
+
"euiSelectableListItem.mixedOptionExcludeInstructions": any;
|
|
33806
|
+
"euiFieldValueSelectionFilter.buttonLabelHint": any;
|
|
33807
|
+
"euiPinnableListGroup.pinExtraActionLabel": any;
|
|
33808
|
+
"euiPinnableListGroup.pinnedExtraActionLabel": any;
|
|
33809
|
+
"euiHeaderLinks.appNavigation": any;
|
|
33810
|
+
"euiHeaderLinks.openNavigationMenu": any;
|
|
33811
|
+
"euiRange.sliderScreenReaderInstructions": any;
|
|
33812
|
+
"euiDualRange.sliderScreenReaderInstructions": any;
|
|
33813
|
+
"euiSuperSelect.screenReaderAnnouncement": any;
|
|
33814
|
+
"euiSuperSelect.ariaLabel": any;
|
|
33815
|
+
"euiFormControlLayoutDelimited.delimiterLabel": any;
|
|
33816
|
+
"euiFormControlLayoutClearButton.label": any;
|
|
33817
|
+
"euiFilePicker.promptText": any;
|
|
33818
|
+
"euiFilePicker.filesSelected": any;
|
|
33819
|
+
"euiFilePicker.removeSelectedAriaLabel": any;
|
|
33820
|
+
"euiFilePicker.removeSelected": any;
|
|
33821
|
+
"euiFieldPassword.showPassword": any;
|
|
33822
|
+
"euiFieldPassword.maskPassword": any;
|
|
33823
|
+
"euiFieldSearch.clearSearchButtonLabel": any;
|
|
33713
33824
|
"euiRefreshInterval.fullDescriptionOff": any;
|
|
33714
33825
|
"euiRefreshInterval.fullDescriptionOn": any;
|
|
33715
33826
|
"euiRefreshInterval.toggleLabel": any;
|
|
33716
33827
|
"euiRefreshInterval.toggleAriaLabel": any;
|
|
33717
33828
|
"euiRefreshInterval.valueAriaLabel": any;
|
|
33718
33829
|
"euiRefreshInterval.unitsAriaLabel": any;
|
|
33719
|
-
"
|
|
33720
|
-
"
|
|
33721
|
-
"
|
|
33722
|
-
"euiDatePopoverButton.outdatedTitle": any;
|
|
33723
|
-
"euiDatePopoverContent.startDateLabel": any;
|
|
33724
|
-
"euiDatePopoverContent.endDateLabel": any;
|
|
33725
|
-
"euiDatePopoverContent.absoluteTabLabel": any;
|
|
33726
|
-
"euiDatePopoverContent.relativeTabLabel": any;
|
|
33727
|
-
"euiDatePopoverContent.nowTabLabel": any;
|
|
33728
|
-
"euiDatePopoverContent.nowTabContent": any;
|
|
33729
|
-
"euiDatePopoverContent.nowTabButtonStart": any;
|
|
33730
|
-
"euiDatePopoverContent.nowTabButtonEnd": any;
|
|
33731
|
-
"euiRelativeTab.numberInputLabel": any;
|
|
33732
|
-
"euiRelativeTab.numberInputError": any;
|
|
33733
|
-
"euiRelativeTab.dateInputError": any;
|
|
33734
|
-
"euiRelativeTab.unitInputLabel": any;
|
|
33735
|
-
"euiRelativeTab.fullDescription": any;
|
|
33736
|
-
"euiPrettyDuration.lastDurationSeconds": any;
|
|
33737
|
-
"euiPrettyDuration.nextDurationSeconds": any;
|
|
33738
|
-
"euiPrettyDuration.lastDurationMinutes": any;
|
|
33739
|
-
"euiPrettyDuration.nextDurationMinutes": any;
|
|
33740
|
-
"euiPrettyDuration.lastDurationHours": any;
|
|
33741
|
-
"euiPrettyDuration.nextDurationHours": any;
|
|
33742
|
-
"euiPrettyDuration.lastDurationDays": any;
|
|
33743
|
-
"euiPrettyDuration.nexttDurationDays": any;
|
|
33744
|
-
"euiPrettyDuration.lastDurationWeeks": any;
|
|
33745
|
-
"euiPrettyDuration.nextDurationWeeks": any;
|
|
33746
|
-
"euiPrettyDuration.lastDurationMonths": any;
|
|
33747
|
-
"euiPrettyDuration.nextDurationMonths": any;
|
|
33748
|
-
"euiPrettyDuration.lastDurationYears": any;
|
|
33749
|
-
"euiPrettyDuration.nextDurationYears": any;
|
|
33750
|
-
"euiPrettyDuration.durationRoundedToSecond": any;
|
|
33751
|
-
"euiPrettyDuration.durationRoundedToMinute": any;
|
|
33752
|
-
"euiPrettyDuration.durationRoundedToHour": any;
|
|
33753
|
-
"euiPrettyDuration.durationRoundedToDay": any;
|
|
33754
|
-
"euiPrettyDuration.durationRoundedToWeek": any;
|
|
33755
|
-
"euiPrettyDuration.durationRoundedToMonth": any;
|
|
33756
|
-
"euiPrettyDuration.durationRoundedToYear": any;
|
|
33757
|
-
"euiPrettyDuration.now": any;
|
|
33758
|
-
"euiPrettyDuration.invalid": any;
|
|
33759
|
-
"euiPrettyDuration.fallbackDuration": any;
|
|
33760
|
-
"euiPrettyInterval.seconds": any;
|
|
33761
|
-
"euiPrettyInterval.minutes": any;
|
|
33762
|
-
"euiPrettyInterval.hours": any;
|
|
33763
|
-
"euiPrettyInterval.days": any;
|
|
33764
|
-
"euiPrettyInterval.secondsShorthand": any;
|
|
33765
|
-
"euiPrettyInterval.minutesShorthand": any;
|
|
33766
|
-
"euiPrettyInterval.hoursShorthand": any;
|
|
33767
|
-
"euiPrettyInterval.daysShorthand": any;
|
|
33768
|
-
"euiPrettyInterval.off": any;
|
|
33769
|
-
"euiCommonlyUsedTimeRanges.legend": any;
|
|
33770
|
-
"euiQuickSelectPopover.buttonLabel": any;
|
|
33771
|
-
"euiQuickSelect.quickSelectTitle": any;
|
|
33772
|
-
"euiQuickSelect.previousLabel": any;
|
|
33773
|
-
"euiQuickSelect.nextLabel": any;
|
|
33774
|
-
"euiQuickSelect.tenseLabel": any;
|
|
33775
|
-
"euiQuickSelect.valueLabel": any;
|
|
33776
|
-
"euiQuickSelect.unitLabel": any;
|
|
33777
|
-
"euiQuickSelect.applyButton": any;
|
|
33778
|
-
"euiQuickSelect.fullDescription": any;
|
|
33779
|
-
"euiRecentlyUsed.legend": any;
|
|
33780
|
-
"euiSuperUpdateButton.updatingButtonLabel": any;
|
|
33781
|
-
"euiSuperUpdateButton.updateButtonLabel": any;
|
|
33782
|
-
"euiSuperUpdateButton.refreshButtonLabel": any;
|
|
33783
|
-
"euiSuperUpdateButton.cannotUpdateTooltip": any;
|
|
33784
|
-
"euiSuperUpdateButton.clickToApplyTooltip": any;
|
|
33830
|
+
"euiAutoRefresh.autoRefreshLabel": any;
|
|
33831
|
+
"euiAutoRefresh.buttonLabelOff": any;
|
|
33832
|
+
"euiAutoRefresh.buttonLabelOn": any;
|
|
33785
33833
|
"euiTimeOptions.last": any;
|
|
33786
33834
|
"euiTimeOptions.next": any;
|
|
33787
33835
|
"euiTimeOptions.seconds": any;
|
|
@@ -33820,140 +33868,177 @@ declare module '@elastic/eui' {
|
|
|
33820
33868
|
"euiTimeOptions.weekToDate": any;
|
|
33821
33869
|
"euiTimeOptions.monthToDate": any;
|
|
33822
33870
|
"euiTimeOptions.yearToDate": any;
|
|
33823
|
-
"
|
|
33824
|
-
"
|
|
33825
|
-
"
|
|
33826
|
-
"
|
|
33827
|
-
"
|
|
33828
|
-
"
|
|
33829
|
-
"
|
|
33830
|
-
"
|
|
33831
|
-
"
|
|
33832
|
-
"
|
|
33833
|
-
"
|
|
33834
|
-
"
|
|
33835
|
-
"
|
|
33836
|
-
"
|
|
33837
|
-
"
|
|
33838
|
-
"
|
|
33839
|
-
"
|
|
33840
|
-
"
|
|
33841
|
-
"
|
|
33842
|
-
"
|
|
33843
|
-
"
|
|
33844
|
-
"
|
|
33845
|
-
"
|
|
33846
|
-
"
|
|
33847
|
-
"
|
|
33848
|
-
"
|
|
33849
|
-
"
|
|
33850
|
-
"
|
|
33851
|
-
"
|
|
33852
|
-
"
|
|
33853
|
-
"
|
|
33854
|
-
"
|
|
33855
|
-
"
|
|
33856
|
-
"
|
|
33857
|
-
"
|
|
33858
|
-
"
|
|
33859
|
-
"
|
|
33860
|
-
"
|
|
33861
|
-
"
|
|
33862
|
-
"
|
|
33863
|
-
"
|
|
33864
|
-
"
|
|
33865
|
-
"
|
|
33866
|
-
"
|
|
33867
|
-
"
|
|
33868
|
-
"
|
|
33869
|
-
"
|
|
33870
|
-
"
|
|
33871
|
-
"
|
|
33872
|
-
"
|
|
33873
|
-
"
|
|
33874
|
-
"
|
|
33875
|
-
"
|
|
33876
|
-
"
|
|
33877
|
-
"
|
|
33878
|
-
"
|
|
33879
|
-
"
|
|
33880
|
-
"
|
|
33881
|
-
"
|
|
33882
|
-
"
|
|
33883
|
-
"
|
|
33884
|
-
"
|
|
33885
|
-
"
|
|
33886
|
-
"
|
|
33887
|
-
"
|
|
33888
|
-
"
|
|
33889
|
-
"
|
|
33890
|
-
"
|
|
33891
|
-
"
|
|
33892
|
-
"
|
|
33893
|
-
"
|
|
33894
|
-
"
|
|
33895
|
-
"
|
|
33896
|
-
"
|
|
33897
|
-
"
|
|
33898
|
-
"
|
|
33899
|
-
"
|
|
33900
|
-
"
|
|
33901
|
-
"
|
|
33902
|
-
"
|
|
33903
|
-
"
|
|
33904
|
-
"
|
|
33905
|
-
"
|
|
33906
|
-
"
|
|
33907
|
-
"
|
|
33908
|
-
"
|
|
33909
|
-
"
|
|
33910
|
-
"
|
|
33911
|
-
"
|
|
33912
|
-
"
|
|
33913
|
-
"
|
|
33914
|
-
"
|
|
33915
|
-
"
|
|
33916
|
-
"
|
|
33917
|
-
"
|
|
33918
|
-
"
|
|
33919
|
-
"
|
|
33920
|
-
"
|
|
33921
|
-
"
|
|
33922
|
-
"
|
|
33923
|
-
"
|
|
33924
|
-
"
|
|
33925
|
-
"
|
|
33926
|
-
"
|
|
33927
|
-
"
|
|
33928
|
-
"
|
|
33929
|
-
"
|
|
33930
|
-
"
|
|
33931
|
-
"
|
|
33932
|
-
"
|
|
33933
|
-
"
|
|
33934
|
-
"
|
|
33935
|
-
"
|
|
33936
|
-
"
|
|
33937
|
-
"
|
|
33938
|
-
"
|
|
33939
|
-
"
|
|
33940
|
-
"
|
|
33941
|
-
"
|
|
33942
|
-
"
|
|
33943
|
-
"
|
|
33944
|
-
"
|
|
33945
|
-
"
|
|
33946
|
-
"
|
|
33947
|
-
"
|
|
33948
|
-
"
|
|
33949
|
-
"
|
|
33950
|
-
"
|
|
33951
|
-
"
|
|
33952
|
-
"
|
|
33953
|
-
"
|
|
33954
|
-
"
|
|
33955
|
-
"
|
|
33956
|
-
"
|
|
33871
|
+
"euiSuperUpdateButton.updatingButtonLabel": any;
|
|
33872
|
+
"euiSuperUpdateButton.updateButtonLabel": any;
|
|
33873
|
+
"euiSuperUpdateButton.refreshButtonLabel": any;
|
|
33874
|
+
"euiSuperUpdateButton.cannotUpdateTooltip": any;
|
|
33875
|
+
"euiSuperUpdateButton.clickToApplyTooltip": any;
|
|
33876
|
+
"euiPrettyInterval.seconds": any;
|
|
33877
|
+
"euiPrettyInterval.minutes": any;
|
|
33878
|
+
"euiPrettyInterval.hours": any;
|
|
33879
|
+
"euiPrettyInterval.days": any;
|
|
33880
|
+
"euiPrettyInterval.secondsShorthand": any;
|
|
33881
|
+
"euiPrettyInterval.minutesShorthand": any;
|
|
33882
|
+
"euiPrettyInterval.hoursShorthand": any;
|
|
33883
|
+
"euiPrettyInterval.daysShorthand": any;
|
|
33884
|
+
"euiPrettyInterval.off": any;
|
|
33885
|
+
"euiPrettyDuration.lastDurationSeconds": any;
|
|
33886
|
+
"euiPrettyDuration.nextDurationSeconds": any;
|
|
33887
|
+
"euiPrettyDuration.lastDurationMinutes": any;
|
|
33888
|
+
"euiPrettyDuration.nextDurationMinutes": any;
|
|
33889
|
+
"euiPrettyDuration.lastDurationHours": any;
|
|
33890
|
+
"euiPrettyDuration.nextDurationHours": any;
|
|
33891
|
+
"euiPrettyDuration.lastDurationDays": any;
|
|
33892
|
+
"euiPrettyDuration.nexttDurationDays": any;
|
|
33893
|
+
"euiPrettyDuration.lastDurationWeeks": any;
|
|
33894
|
+
"euiPrettyDuration.nextDurationWeeks": any;
|
|
33895
|
+
"euiPrettyDuration.lastDurationMonths": any;
|
|
33896
|
+
"euiPrettyDuration.nextDurationMonths": any;
|
|
33897
|
+
"euiPrettyDuration.lastDurationYears": any;
|
|
33898
|
+
"euiPrettyDuration.nextDurationYears": any;
|
|
33899
|
+
"euiPrettyDuration.durationRoundedToSecond": any;
|
|
33900
|
+
"euiPrettyDuration.durationRoundedToMinute": any;
|
|
33901
|
+
"euiPrettyDuration.durationRoundedToHour": any;
|
|
33902
|
+
"euiPrettyDuration.durationRoundedToDay": any;
|
|
33903
|
+
"euiPrettyDuration.durationRoundedToWeek": any;
|
|
33904
|
+
"euiPrettyDuration.durationRoundedToMonth": any;
|
|
33905
|
+
"euiPrettyDuration.durationRoundedToYear": any;
|
|
33906
|
+
"euiPrettyDuration.now": any;
|
|
33907
|
+
"euiPrettyDuration.invalid": any;
|
|
33908
|
+
"euiPrettyDuration.fallbackDuration": any;
|
|
33909
|
+
"euiDataGridSchema.booleanSortTextAsc": any;
|
|
33910
|
+
"euiDataGridSchema.booleanSortTextDesc": any;
|
|
33911
|
+
"euiDataGridSchema.currencySortTextAsc": any;
|
|
33912
|
+
"euiDataGridSchema.currencySortTextDesc": any;
|
|
33913
|
+
"euiDataGridSchema.dateSortTextAsc": any;
|
|
33914
|
+
"euiDataGridSchema.dateSortTextDesc": any;
|
|
33915
|
+
"euiDataGridSchema.numberSortTextAsc": any;
|
|
33916
|
+
"euiDataGridSchema.numberSortTextDesc": any;
|
|
33917
|
+
"euiDataGridSchema.jsonSortTextAsc": any;
|
|
33918
|
+
"euiDataGridSchema.jsonSortTextDesc": any;
|
|
33919
|
+
"euiKeyboardShortcuts.title": any;
|
|
33920
|
+
"euiKeyboardShortcuts.upArrowTitle": any;
|
|
33921
|
+
"euiKeyboardShortcuts.upArrowDescription": any;
|
|
33922
|
+
"euiKeyboardShortcuts.downArrowTitle": any;
|
|
33923
|
+
"euiKeyboardShortcuts.downArrowDescription": any;
|
|
33924
|
+
"euiKeyboardShortcuts.rightArrowTitle": any;
|
|
33925
|
+
"euiKeyboardShortcuts.rightArrowDescription": any;
|
|
33926
|
+
"euiKeyboardShortcuts.leftArrowTitle": any;
|
|
33927
|
+
"euiKeyboardShortcuts.leftArrowDescription": any;
|
|
33928
|
+
"euiKeyboardShortcuts.homeTitle": any;
|
|
33929
|
+
"euiKeyboardShortcuts.homeDescription": any;
|
|
33930
|
+
"euiKeyboardShortcuts.endTitle": any;
|
|
33931
|
+
"euiKeyboardShortcuts.endDescription": any;
|
|
33932
|
+
"euiKeyboardShortcuts.ctrl": any;
|
|
33933
|
+
"euiKeyboardShortcuts.ctrlHomeDescription": any;
|
|
33934
|
+
"euiKeyboardShortcuts.ctrlEndDescription": any;
|
|
33935
|
+
"euiKeyboardShortcuts.pageUpTitle": any;
|
|
33936
|
+
"euiKeyboardShortcuts.pageUpDescription": any;
|
|
33937
|
+
"euiKeyboardShortcuts.pageDownTitle": any;
|
|
33938
|
+
"euiKeyboardShortcuts.pageDownDescription": any;
|
|
33939
|
+
"euiKeyboardShortcuts.enterTitle": any;
|
|
33940
|
+
"euiKeyboardShortcuts.enterDescription": any;
|
|
33941
|
+
"euiKeyboardShortcuts.escapeTitle": any;
|
|
33942
|
+
"euiKeyboardShortcuts.escapeDescription": any;
|
|
33943
|
+
"euiFullscreenSelector.fullscreenButton": any;
|
|
33944
|
+
"euiFullscreenSelector.fullscreenButtonActive": any;
|
|
33945
|
+
"euiDisplaySelector.densityLabel": any;
|
|
33946
|
+
"euiDisplaySelector.labelCompact": any;
|
|
33947
|
+
"euiDisplaySelector.labelNormal": any;
|
|
33948
|
+
"euiDisplaySelector.labelExpanded": any;
|
|
33949
|
+
"euiDisplaySelector.rowHeightLabel": any;
|
|
33950
|
+
"euiDisplaySelector.labelAuto": any;
|
|
33951
|
+
"euiDisplaySelector.labelStatic": any;
|
|
33952
|
+
"euiDisplaySelector.labelMax": any;
|
|
33953
|
+
"euiDisplaySelector.buttonText": any;
|
|
33954
|
+
"euiDisplaySelector.resetButtonText": any;
|
|
33955
|
+
"euiDataGridToolbarControl.badgeAriaLabel": any;
|
|
33956
|
+
"euiColumnSortingDraggable.defaultSortAsc": any;
|
|
33957
|
+
"euiColumnSortingDraggable.defaultSortDesc": any;
|
|
33958
|
+
"euiColumnSortingDraggable.dragHandleAriaLabel": any;
|
|
33959
|
+
"euiColumnSortingDraggable.activeSortLabel": any;
|
|
33960
|
+
"euiColumnSortingDraggable.removeSortLabel": any;
|
|
33961
|
+
"euiColumnSortingDraggable.toggleLegend": any;
|
|
33962
|
+
"euiColumnSorting.button": any;
|
|
33963
|
+
"euiColumnSorting.sortFieldAriaLabel": any;
|
|
33964
|
+
"euiColumnSorting.emptySorting": any;
|
|
33965
|
+
"euiColumnSorting.pickFields": any;
|
|
33966
|
+
"euiColumnSorting.clearAll": any;
|
|
33967
|
+
"euiColumnSelector.dragHandleAriaLabel": any;
|
|
33968
|
+
"euiColumnSelector.button": any;
|
|
33969
|
+
"euiColumnSelector.search": any;
|
|
33970
|
+
"euiColumnSelector.searchcolumns": any;
|
|
33971
|
+
"euiColumnSelector.selectAll": any;
|
|
33972
|
+
"euiColumnSelector.hideAll": any;
|
|
33973
|
+
"euiDataGridPagination.detailedPaginationLabel": any;
|
|
33974
|
+
"euiDataGridPagination.paginationLabel": any;
|
|
33975
|
+
"euiComboBoxOptionsList.loadingOptions": any;
|
|
33976
|
+
"euiComboBoxOptionsList.delimiterMessage": any;
|
|
33977
|
+
"euiComboBoxOptionsList.alreadyAdded": any;
|
|
33978
|
+
"euiComboBoxOptionsList.createCustomOption": any;
|
|
33979
|
+
"euiComboBoxOptionsList.noMatchingOptions": any;
|
|
33980
|
+
"euiComboBoxOptionsList.noAvailableOptions": any;
|
|
33981
|
+
"euiComboBoxOptionsList.allOptionsSelected": any;
|
|
33982
|
+
"euiComboBoxPill.removeSelection": any;
|
|
33983
|
+
"euiCollapsibleNavButton.ariaLabelExpand": any;
|
|
33984
|
+
"euiCollapsibleNavButton.ariaLabelCollapse": any;
|
|
33985
|
+
"euiCollapsibleNavButton.ariaLabelOpen": any;
|
|
33986
|
+
"euiCollapsibleNavButton.ariaLabelClose": any;
|
|
33987
|
+
"euiCollapsibleNavKibanaSolution.switcherTitle": any;
|
|
33988
|
+
"euiCollapsibleNavKibanaSolution.switcherAriaLabel": any;
|
|
33989
|
+
"euiCollapsibleNavKibanaSolution.groupLabel": any;
|
|
33990
|
+
"euiCardSelect.selected": any;
|
|
33991
|
+
"euiCardSelect.unavailable": any;
|
|
33992
|
+
"euiCardSelect.select": any;
|
|
33993
|
+
"euiAccordionChildrenLoading.message": any;
|
|
33994
|
+
"euiRecentlyUsed.legend": any;
|
|
33995
|
+
"euiQuickSelectPopover.buttonLabel": any;
|
|
33996
|
+
"euiQuickSelect.quickSelectTitle": any;
|
|
33997
|
+
"euiQuickSelect.previousLabel": any;
|
|
33998
|
+
"euiQuickSelect.nextLabel": any;
|
|
33999
|
+
"euiQuickSelect.tenseLabel": any;
|
|
34000
|
+
"euiQuickSelect.valueLabel": any;
|
|
34001
|
+
"euiQuickSelect.unitLabel": any;
|
|
34002
|
+
"euiQuickSelect.applyButton": any;
|
|
34003
|
+
"euiQuickSelect.fullDescription": any;
|
|
34004
|
+
"euiCommonlyUsedTimeRanges.legend": any;
|
|
34005
|
+
"euiRelativeTab.numberInputLabel": any;
|
|
34006
|
+
"euiRelativeTab.numberInputError": any;
|
|
34007
|
+
"euiRelativeTab.dateInputError": any;
|
|
34008
|
+
"euiRelativeTab.unitInputLabel": any;
|
|
34009
|
+
"euiRelativeTab.fullDescription": any;
|
|
34010
|
+
"euiDatePopoverContent.startDateLabel": any;
|
|
34011
|
+
"euiDatePopoverContent.endDateLabel": any;
|
|
34012
|
+
"euiDatePopoverContent.absoluteTabLabel": any;
|
|
34013
|
+
"euiDatePopoverContent.relativeTabLabel": any;
|
|
34014
|
+
"euiDatePopoverContent.nowTabLabel": any;
|
|
34015
|
+
"euiDatePopoverContent.nowTabContent": any;
|
|
34016
|
+
"euiDatePopoverContent.nowTabButtonStart": any;
|
|
34017
|
+
"euiDatePopoverContent.nowTabButtonEnd": any;
|
|
34018
|
+
"euiDatePopoverButton.invalidTitle": any;
|
|
34019
|
+
"euiDatePopoverButton.outdatedTitle": any;
|
|
34020
|
+
"euiAbsoluteTab.dateFormatButtonLabel": any;
|
|
34021
|
+
"euiAbsoluteTab.dateFormatError": any;
|
|
34022
|
+
"euiDataGridHeaderCell.sortedByAscendingSingle": any;
|
|
34023
|
+
"euiDataGridHeaderCell.sortedByDescendingSingle": any;
|
|
34024
|
+
"euiDataGridHeaderCell.sortedByAscendingFirst": any;
|
|
34025
|
+
"euiDataGridHeaderCell.sortedByDescendingFirst": any;
|
|
34026
|
+
"euiDataGridHeaderCell.sortedByAscendingMultiple": any;
|
|
34027
|
+
"euiDataGridHeaderCell.sortedByDescendingMultiple": any;
|
|
34028
|
+
"euiDataGridHeaderCell.actionsButtonAriaLabel": any;
|
|
34029
|
+
"euiDataGridHeaderCell.actionsEnterKeyInstructions": any;
|
|
34030
|
+
"euiDataGridHeaderCell.actionsPopoverScreenReaderText": any;
|
|
34031
|
+
"euiColumnActions.hideColumn": any;
|
|
34032
|
+
"euiColumnActions.moveLeft": any;
|
|
34033
|
+
"euiColumnActions.moveRight": any;
|
|
34034
|
+
"euiColumnActions.unsort": any;
|
|
34035
|
+
"euiColumnActions.sort": any;
|
|
34036
|
+
"euiDataGridCell.focusTrapExitPrompt": any;
|
|
34037
|
+
"euiDataGridCell.focusTrapEnterPrompt": any;
|
|
34038
|
+
"euiDataGridCellActions.expandButtonTitle": any;
|
|
34039
|
+
"euiDataGridCell.position": any;
|
|
34040
|
+
"euiDataGridCell.expansionEnterPrompt": any;
|
|
34041
|
+
"euiCollapsedNavButton.ariaLabelButtonIcon": any;
|
|
33957
34042
|
}
|
|
33958
34043
|
}
|
|
33959
34044
|
|