@elastic/eui 105.0.0-amsterdam.0 → 106.0.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 +970 -885
- 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,13 +171,124 @@ 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
|
+
|
|
174
178
|
}
|
|
175
179
|
declare module '@elastic/eui/src/services/theme/utils' {
|
|
176
180
|
export { DEFAULT_COLOR_MODE, isInverseColorMode, getColorMode, getOn, setOn, Computed, computed, getComputed, buildTheme, mergeDeep, } from '@elastic/eui-theme-common';
|
|
177
181
|
|
|
178
182
|
}
|
|
179
|
-
declare module '@elastic/eui/src/services/theme/
|
|
180
|
-
|
|
183
|
+
declare module '@elastic/eui/src/services/theme/context' {
|
|
184
|
+
import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
|
|
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;
|
|
181
292
|
|
|
182
293
|
}
|
|
183
294
|
declare module '@elastic/eui/src/services/emotion/clone_element' {
|
|
@@ -276,10 +387,6 @@ declare module '@elastic/eui/src/services/hooks/useDeepEqual' {
|
|
|
276
387
|
*/
|
|
277
388
|
export const useDeepEqual: <T = Record<string, any> | any[] | undefined>(object: T) => T;
|
|
278
389
|
|
|
279
|
-
}
|
|
280
|
-
declare module '@elastic/eui/src/services/throttle' {
|
|
281
|
-
export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
|
|
282
|
-
|
|
283
390
|
}
|
|
284
391
|
declare module '@elastic/eui/src/services/hooks/useMouseMove' {
|
|
285
392
|
import { MouseEvent, TouchEvent } from 'react';
|
|
@@ -302,15 +409,6 @@ declare module '@elastic/eui/src/services/hooks' {
|
|
|
302
409
|
export * from '@elastic/eui/src/services/hooks/useMouseMove';
|
|
303
410
|
export * from '@elastic/eui/src/services/hooks/useUpdateEffect';
|
|
304
411
|
|
|
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
|
-
|
|
314
412
|
}
|
|
315
413
|
declare module '@elastic/eui/src/services/theme/style_memoization' {
|
|
316
414
|
import React, { FunctionComponent, PropsWithChildren } from 'react';
|
|
@@ -507,11 +605,6 @@ declare module '@elastic/eui/src/services/color/color_palette' {
|
|
|
507
605
|
*/
|
|
508
606
|
categorical?: boolean): string[];
|
|
509
607
|
|
|
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
|
-
|
|
515
608
|
}
|
|
516
609
|
declare module '@elastic/eui/src/services/color/vis_color_store' {
|
|
517
610
|
import { _EuiVisColorStore } from '@elastic/eui-theme-common';
|
|
@@ -559,6 +652,8 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
559
652
|
};
|
|
560
653
|
export type EuiPaletteColorBlindProps = EuiPaletteCommonProps & EuiPaletteRotationProps;
|
|
561
654
|
/**
|
|
655
|
+
* For usage in React use the `useEuiPaletteColorBlind` hook instead.
|
|
656
|
+
*
|
|
562
657
|
* NOTE: These functions rely on base vis colors of the theme which are provided via a global
|
|
563
658
|
* singleton instance `EUI_VIS_COLOR_STORE` that's updated by the EuiProvider on theme change.
|
|
564
659
|
* Make sure the function is recalled on theme change to retrieve theme-related colors.
|
|
@@ -568,6 +663,8 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
568
663
|
*/
|
|
569
664
|
export const euiPaletteColorBlind: ({ rotations, order, direction, sortBy, sortShift, colors, }?: EuiPaletteColorBlindProps) => EuiPalette;
|
|
570
665
|
/**
|
|
666
|
+
* For usage in React use the `useEuiPaletteColorBlindBehindText` hook instead.
|
|
667
|
+
*
|
|
571
668
|
* Color blind palette with text is meant for use when text is applied on top of the color.
|
|
572
669
|
* It increases the brightness of the color to give the text more contrast.
|
|
573
670
|
*
|
|
@@ -590,56 +687,78 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
590
687
|
*/
|
|
591
688
|
export const euiPaletteForDarkBackground: ({ colors, }?: EuiPaletteCommonProps) => EuiPalette;
|
|
592
689
|
/**
|
|
690
|
+
* For usage in React use the `useEuiPaletteForStatus` hook instead.
|
|
691
|
+
*
|
|
593
692
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
594
693
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
595
694
|
*/
|
|
596
695
|
export const euiPaletteForStatus: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
597
696
|
/**
|
|
697
|
+
* For usage in React use the `useEuiPaletteForTemperature` hook instead.
|
|
698
|
+
*
|
|
598
699
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
599
700
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
600
701
|
*/
|
|
601
702
|
export const euiPaletteForTemperature: (steps: any, { colors, hasVisColorAdjustment }?: EuiPaletteCommonProps) => EuiPalette;
|
|
602
703
|
/**
|
|
704
|
+
* For usage in React use the `useEuiPaletteComplementary` hook instead.
|
|
705
|
+
*
|
|
603
706
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
604
707
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
605
708
|
*/
|
|
606
709
|
export const euiPaletteComplementary: (steps: number, { colors, hasVisColorAdjustment }?: EuiPaletteCommonProps) => EuiPalette;
|
|
607
710
|
/**
|
|
711
|
+
* For usage in React use the `useEuiPaletteRed` hook instead.
|
|
712
|
+
*
|
|
608
713
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
609
714
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
610
715
|
*/
|
|
611
716
|
export const euiPaletteRed: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
612
717
|
/**
|
|
718
|
+
* For usage in React use the `useEuiPaletteGreen` hook instead.
|
|
719
|
+
*
|
|
613
720
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
614
721
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
615
722
|
*/
|
|
616
723
|
export const euiPaletteGreen: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
617
724
|
/**
|
|
725
|
+
* For usage in React use the `useEuiPaletteSkyBlue` hook instead.
|
|
726
|
+
*
|
|
618
727
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
619
728
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
620
729
|
*/
|
|
621
730
|
export const euiPaletteSkyBlue: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
622
731
|
/**
|
|
732
|
+
* For usage in React use the `useEuiPaletteYellow` hook instead.
|
|
733
|
+
*
|
|
623
734
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
624
735
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
625
736
|
*/
|
|
626
737
|
export const euiPaletteYellow: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
627
738
|
/**
|
|
739
|
+
* For usage in React use the `useEuiPaletteOrange` hook instead.
|
|
740
|
+
*
|
|
628
741
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
629
742
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
630
743
|
*/
|
|
631
744
|
export const euiPaletteOrange: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
632
745
|
/**
|
|
746
|
+
* For usage in React use the `useEuiPaletteCool` hook instead.
|
|
747
|
+
*
|
|
633
748
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
634
749
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
635
750
|
*/
|
|
636
751
|
export const euiPaletteCool: (steps: number, { colors, hasVisColorAdjustment }?: EuiPaletteCommonProps) => EuiPalette;
|
|
637
752
|
/**
|
|
753
|
+
* For usage in React use the `useEuiPaletteWarm` hook instead.
|
|
754
|
+
*
|
|
638
755
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
639
756
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
640
757
|
*/
|
|
641
758
|
export const euiPaletteWarm: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
642
759
|
/**
|
|
760
|
+
* For usage in React use the `useEuiPaletteGray` hook instead.
|
|
761
|
+
*
|
|
643
762
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
644
763
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
645
764
|
*/
|
|
@@ -647,7 +766,9 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
647
766
|
|
|
648
767
|
}
|
|
649
768
|
declare module '@elastic/eui/src/services/color/visualization_colors' {
|
|
769
|
+
/** @deprecated - use the data vis colors on `euiTheme.colors.vis` instead */
|
|
650
770
|
export const VISUALIZATION_COLORS: import ("@elastic/eui/src/services/color/eui_palettes").EuiPalette;
|
|
771
|
+
/** @deprecated - use the data vis colors on `euiTheme.colors.vis` instead */
|
|
651
772
|
export const DEFAULT_VISUALIZATION_COLOR: string;
|
|
652
773
|
|
|
653
774
|
}
|
|
@@ -1019,7 +1140,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_button' {
|
|
|
1019
1140
|
minWidth: number;
|
|
1020
1141
|
height: string;
|
|
1021
1142
|
radius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1022
|
-
fontScale: "xs";
|
|
1143
|
+
fontScale: "s" | "xs";
|
|
1023
1144
|
};
|
|
1024
1145
|
s: {
|
|
1025
1146
|
minWidth: number;
|
|
@@ -1150,7 +1271,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_padding' {
|
|
|
1150
1271
|
*/
|
|
1151
1272
|
export const euiPaddingSize: ({ euiTheme }: UseEuiTheme, size: EuiPaddingSize) => string | null;
|
|
1152
1273
|
export const useEuiPaddingSize: (size: EuiPaddingSize) => string;
|
|
1153
|
-
export const useEuiPaddingCSS: (side?: LogicalSides) => Record<"s" | "
|
|
1274
|
+
export const useEuiPaddingCSS: (side?: LogicalSides) => Record<"s" | "xs" | "m" | "l" | "xl" | "none", SerializedStyles>;
|
|
1154
1275
|
|
|
1155
1276
|
}
|
|
1156
1277
|
declare module '@elastic/eui/src/global_styling/mixins/_states' {
|
|
@@ -1200,12 +1321,6 @@ declare module '@elastic/eui/src/global_styling/mixins/_typography' {
|
|
|
1200
1321
|
*/
|
|
1201
1322
|
export const euiNumberFormat: ({ euiTheme }: UseEuiTheme) => string;
|
|
1202
1323
|
|
|
1203
|
-
}
|
|
1204
|
-
declare module '@elastic/eui/src/services/breakpoint/_sorting' {
|
|
1205
|
-
import { _EuiThemeBreakpoints } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
1206
|
-
export const sortMapByLargeToSmallValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
|
|
1207
|
-
export const sortMapBySmallToLargeValues: (breakpointsMap: _EuiThemeBreakpoints) => _EuiThemeBreakpoints;
|
|
1208
|
-
|
|
1209
1324
|
}
|
|
1210
1325
|
declare module '@elastic/eui/src/global_styling/variables/animations' {
|
|
1211
1326
|
export { euiCanAnimate, euiCantAnimate, EuiThemeAnimationSpeeds, EuiThemeAnimationEasings, type _EuiThemeAnimationSpeed, type _EuiThemeAnimationSpeeds, type _EuiThemeAnimationEasing, type _EuiThemeAnimationEasings, type _EuiThemeAnimation, } from '@elastic/eui-theme-common';
|
|
@@ -2926,7 +3041,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
2926
3041
|
import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
|
|
2927
3042
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
2928
3043
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
2929
|
-
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "
|
|
3044
|
+
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "error" | "warning" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "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" | "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" | "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")[];
|
|
2930
3045
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
2931
3046
|
export type IconType = EuiIconType | string | ComponentType;
|
|
2932
3047
|
export type IconColor = string | NamedColor;
|
|
@@ -3970,6 +4085,10 @@ declare module '@elastic/eui/src/components/form/form.styles' {
|
|
|
3970
4085
|
backgroundDisabledColor: string;
|
|
3971
4086
|
backgroundReadOnlyColor: string;
|
|
3972
4087
|
borderColor: string;
|
|
4088
|
+
borderHovered: string;
|
|
4089
|
+
borderFocused: string;
|
|
4090
|
+
borderInvalid: string;
|
|
4091
|
+
borderInvalidHovered: string;
|
|
3973
4092
|
controlDisabledColor: string;
|
|
3974
4093
|
controlBoxShadow: string;
|
|
3975
4094
|
controlPlaceholderText: string;
|
|
@@ -3979,7 +4098,7 @@ declare module '@elastic/eui/src/components/form/form.styles' {
|
|
|
3979
4098
|
controlCompressedHeight: string;
|
|
3980
4099
|
controlPadding: string;
|
|
3981
4100
|
controlCompressedPadding: string;
|
|
3982
|
-
controlBorderRadius:
|
|
4101
|
+
controlBorderRadius: string | number | undefined;
|
|
3983
4102
|
controlCompressedBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
3984
4103
|
iconAffordance: string;
|
|
3985
4104
|
iconCompressedAffordance: string;
|
|
@@ -4005,12 +4124,15 @@ declare module '@elastic/eui/src/components/form/form.styles' {
|
|
|
4005
4124
|
withBackgroundColor?: boolean;
|
|
4006
4125
|
withBackgroundAnimation?: boolean;
|
|
4007
4126
|
}) => string;
|
|
4127
|
+
export const disableFormControlHoverStyles: () => string;
|
|
4128
|
+
export const euiFormControlHoverStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4129
|
+
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";
|
|
4008
4130
|
export const euiFormControlFocusStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4009
4131
|
export const euiFormControlInvalidStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4010
4132
|
export const euiFormControlDisabledStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4011
4133
|
export const euiFormControlReadOnlyStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4012
4134
|
export const euiFormControlAutoFillStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
4013
|
-
export const
|
|
4135
|
+
export const euiFormControlShowBackgroundLine: (euiThemeContext: UseEuiTheme, color: string) => string;
|
|
4014
4136
|
/**
|
|
4015
4137
|
* Selection custom controls - checkboxes, radios, and switches
|
|
4016
4138
|
*/
|
|
@@ -5754,7 +5876,7 @@ declare module '@elastic/eui/src/components/panel/panel' {
|
|
|
5754
5876
|
import { ButtonHTMLAttributes, FunctionComponent, HTMLAttributes, Ref } from 'react';
|
|
5755
5877
|
import { _EuiBackgroundColor, EuiPaddingSize } from '@elastic/eui/src/global_styling';
|
|
5756
5878
|
import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
|
|
5757
|
-
export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "
|
|
5879
|
+
export const SIZES: readonly ["none", "xs", "s", "m", "l", "xl"]; const _SIZES: ("s" | "xs" | "m" | "l" | "xl" | "none")[];
|
|
5758
5880
|
export type PanelPaddingSize = (typeof _SIZES)[number];
|
|
5759
5881
|
export const BORDER_RADII: readonly ["none", "m"];
|
|
5760
5882
|
export type PanelBorderRadius = (typeof BORDER_RADII)[number];
|
|
@@ -6236,7 +6358,7 @@ declare module '@elastic/eui/src/components/form/eui_form_context' {
|
|
|
6236
6358
|
}
|
|
6237
6359
|
declare module '@elastic/eui/src/components/form/form_control_layout/form_control_layout_clear_button.styles' {
|
|
6238
6360
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
6239
|
-
export const EuiFormControlLayoutClearButtonStyles: (
|
|
6361
|
+
export const EuiFormControlLayoutClearButtonStyles: (euiThemeContext: UseEuiTheme) => {
|
|
6240
6362
|
euiFormControlLayoutClearButton: import("@emotion/react").SerializedStyles;
|
|
6241
6363
|
size: {
|
|
6242
6364
|
s: string;
|
|
@@ -6445,10 +6567,11 @@ declare module '@elastic/eui/src/components/form/form_control_layout/form_contro
|
|
|
6445
6567
|
childrenWrapper: {
|
|
6446
6568
|
delimited: import("@emotion/react").SerializedStyles;
|
|
6447
6569
|
invalid: import("@emotion/react").SerializedStyles;
|
|
6570
|
+
readOnly: import("@emotion/react").SerializedStyles;
|
|
6448
6571
|
};
|
|
6449
6572
|
};
|
|
6450
|
-
export const euiFormControlLayoutDelimited__delimiter: import("@emotion/react").SerializedStyles;
|
|
6451
|
-
export const euiFormControlLayoutDelimited__input: import("@emotion/react").SerializedStyles;
|
|
6573
|
+
export const euiFormControlLayoutDelimited__delimiter: (euiThemeContext: UseEuiTheme) => import("@emotion/react").SerializedStyles;
|
|
6574
|
+
export const euiFormControlLayoutDelimited__input: (euiThemeContext: UseEuiTheme) => import("@emotion/react").SerializedStyles;
|
|
6452
6575
|
|
|
6453
6576
|
}
|
|
6454
6577
|
declare module '@elastic/eui/src/components/form/form_control_layout/form_control_layout_delimited' {
|
|
@@ -6864,6 +6987,71 @@ declare module '@elastic/eui/src/services/color/stepped_gradient' {
|
|
|
6864
6987
|
import { PaletteColorStop } from '@elastic/eui/src/components/color_picker/color_palette_picker';
|
|
6865
6988
|
export const getSteppedGradient: (colors: PaletteColorStop[], steps: number) => string[];
|
|
6866
6989
|
|
|
6990
|
+
}
|
|
6991
|
+
declare module '@elastic/eui/src/services/color/manipulation' {
|
|
6992
|
+
import { EuiThemeColorModeStandard } from '@elastic/eui/src/services/theme';
|
|
6993
|
+
/**
|
|
6994
|
+
* Makes a color more transparent.
|
|
6995
|
+
* @param color - Color to manipulate
|
|
6996
|
+
* @param alpha - alpha channel value. From 0-1.
|
|
6997
|
+
*/
|
|
6998
|
+
export const transparentize: (color: string, alpha: number) => string;
|
|
6999
|
+
/**
|
|
7000
|
+
* Mixes a provided color with white.
|
|
7001
|
+
* @param color - Color to mix with white
|
|
7002
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
7003
|
+
*/
|
|
7004
|
+
export const tint: (color: string, ratio: number) => string;
|
|
7005
|
+
/**
|
|
7006
|
+
* Mixes a provided color with black.
|
|
7007
|
+
* @param color - Color to mix with black
|
|
7008
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more black.
|
|
7009
|
+
*/
|
|
7010
|
+
export const shade: (color: string, ratio: number) => string;
|
|
7011
|
+
/**
|
|
7012
|
+
* Returns the tinted color for light mode and shaded color for dark mode
|
|
7013
|
+
* @param color - Color to mix with white
|
|
7014
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
7015
|
+
* @param colorMode - Light or dark only
|
|
7016
|
+
*/
|
|
7017
|
+
export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
|
|
7018
|
+
/**
|
|
7019
|
+
* Returns the shaded color for light mode and tinted color for dark mode
|
|
7020
|
+
* @param color - Color to mix with white
|
|
7021
|
+
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
7022
|
+
* @param colorMode - Light or dark only
|
|
7023
|
+
*/
|
|
7024
|
+
export const shadeOrTint: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
|
|
7025
|
+
/**
|
|
7026
|
+
* Increases the saturation of a color by manipulating the hsl saturation.
|
|
7027
|
+
* @param color - Color to manipulate
|
|
7028
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7029
|
+
*/
|
|
7030
|
+
export const saturate: (color: string, amount: number) => string;
|
|
7031
|
+
/**
|
|
7032
|
+
* Decreases the saturation of a color by manipulating the hsl saturation.
|
|
7033
|
+
* @param color - Color to manipulate
|
|
7034
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7035
|
+
*/
|
|
7036
|
+
export const desaturate: (color: string, amount: number) => string;
|
|
7037
|
+
/**
|
|
7038
|
+
* Returns the lightness value of a color. 0-100
|
|
7039
|
+
* @param color
|
|
7040
|
+
*/
|
|
7041
|
+
export const lightness: (color: string) => number;
|
|
7042
|
+
/**
|
|
7043
|
+
* Returns the darken value of a color. 0-100
|
|
7044
|
+
* @param color - Color to manipulate
|
|
7045
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7046
|
+
*/
|
|
7047
|
+
export const darken: (color: string, amount: number) => string;
|
|
7048
|
+
/**
|
|
7049
|
+
* Returns the brighten value of a color. 0-100
|
|
7050
|
+
* @param color - Color to manipulate
|
|
7051
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7052
|
+
*/
|
|
7053
|
+
export const brighten: (color: string, amount: number) => string;
|
|
7054
|
+
|
|
6867
7055
|
}
|
|
6868
7056
|
declare module '@elastic/eui/src/services/color/contrast' {
|
|
6869
7057
|
export const wcagContrastMin = 4.5;
|
|
@@ -6968,518 +7156,219 @@ declare module '@elastic/eui/src/services/theme' {
|
|
|
6968
7156
|
export * from '@elastic/eui/src/services/theme/theme_variant';
|
|
6969
7157
|
|
|
6970
7158
|
}
|
|
6971
|
-
declare module '@elastic/eui/src/services/
|
|
6972
|
-
import {
|
|
6973
|
-
/**
|
|
6974
|
-
* Makes a color more transparent.
|
|
6975
|
-
* @param color - Color to manipulate
|
|
6976
|
-
* @param alpha - alpha channel value. From 0-1.
|
|
6977
|
-
*/
|
|
6978
|
-
export const transparentize: (color: string, alpha: number) => string;
|
|
6979
|
-
/**
|
|
6980
|
-
* Mixes a provided color with white.
|
|
6981
|
-
* @param color - Color to mix with white
|
|
6982
|
-
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
6983
|
-
*/
|
|
6984
|
-
export const tint: (color: string, ratio: number) => string;
|
|
6985
|
-
/**
|
|
6986
|
-
* Mixes a provided color with black.
|
|
6987
|
-
* @param color - Color to mix with black
|
|
6988
|
-
* @param ratio - Mix weight. From 0-1. Larger value indicates more black.
|
|
6989
|
-
*/
|
|
6990
|
-
export const shade: (color: string, ratio: number) => string;
|
|
6991
|
-
/**
|
|
6992
|
-
* Returns the tinted color for light mode and shaded color for dark mode
|
|
6993
|
-
* @param color - Color to mix with white
|
|
6994
|
-
* @param ratio - Mix weight. From 0-1. Larger value indicates more white.
|
|
6995
|
-
* @param colorMode - Light or dark only
|
|
6996
|
-
*/
|
|
6997
|
-
export const tintOrShade: (color: string, ratio: number, colorMode: EuiThemeColorModeStandard) => string;
|
|
7159
|
+
declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
|
|
7160
|
+
import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
6998
7161
|
/**
|
|
6999
|
-
*
|
|
7000
|
-
*
|
|
7001
|
-
*
|
|
7002
|
-
*
|
|
7162
|
+
* Given an array of breakpoint keys, this hook returns true or false
|
|
7163
|
+
* if the breakpoint size of the current window width falls within
|
|
7164
|
+
* any of the named breakpoints.
|
|
7165
|
+
*
|
|
7166
|
+
* @param {EuiThemeBreakpoint[]} sizes An array of named EUI breakpoints
|
|
7167
|
+
* @param {boolean} isResponsive Some components have the option to turn off responsive behavior.
|
|
7168
|
+
* Since hooks can't be called conditionally, it's easier to pass the condition into the hook
|
|
7169
|
+
* @returns {boolean} Returns `true` if current breakpoint name is included in `sizes`
|
|
7003
7170
|
*/
|
|
7004
|
-
export const
|
|
7171
|
+
export const useIsWithinBreakpoints: (sizes: _EuiThemeBreakpoint[], isResponsive?: boolean) => boolean;
|
|
7005
7172
|
/**
|
|
7006
|
-
*
|
|
7007
|
-
*
|
|
7008
|
-
*
|
|
7173
|
+
* Given a max breakpoint key, this hook returns true if the breakpoint size
|
|
7174
|
+
* of the current window width falls within the max breakpoint or any below,
|
|
7175
|
+
* and false otherwise
|
|
7176
|
+
*
|
|
7177
|
+
* @param {EuiThemeBreakpoint} max The named max breakpoint to check against
|
|
7178
|
+
* @returns {boolean} Will return `false` if it can't find a value for the `max` breakpoint
|
|
7009
7179
|
*/
|
|
7010
|
-
export
|
|
7180
|
+
export function useIsWithinMaxBreakpoint(max: _EuiThemeBreakpoint): boolean;
|
|
7011
7181
|
/**
|
|
7012
|
-
*
|
|
7013
|
-
*
|
|
7014
|
-
*
|
|
7182
|
+
* Given a min breakpoint key, this hook returns true if the breakpoint size
|
|
7183
|
+
* of the current window width falls within the min breakpoint or any above,
|
|
7184
|
+
* and false otherwise
|
|
7185
|
+
*
|
|
7186
|
+
* @param {EuiThemeBreakpoint} min The named min breakpoint to check against
|
|
7187
|
+
* @returns {boolean} Will return `false` if it can't find a value for the `min` breakpoint
|
|
7015
7188
|
*/
|
|
7016
|
-
export
|
|
7189
|
+
export function useIsWithinMinBreakpoint(min: _EuiThemeBreakpoint): boolean;
|
|
7190
|
+
|
|
7191
|
+
}
|
|
7192
|
+
declare module '@elastic/eui/src/services/breakpoint' {
|
|
7193
|
+
export type { _EuiThemeBreakpoint as EuiBreakpointSize } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
7194
|
+
export * from '@elastic/eui/src/services/breakpoint/current_breakpoint';
|
|
7195
|
+
export * from '@elastic/eui/src/services/breakpoint/current_breakpoint_hook';
|
|
7196
|
+
export * from '@elastic/eui/src/services/breakpoint/is_within_hooks';
|
|
7197
|
+
|
|
7198
|
+
}
|
|
7199
|
+
declare module '@elastic/eui/src/services/color_picker/color_picker' {
|
|
7200
|
+
interface colorStopsType {
|
|
7201
|
+
stop: number;
|
|
7202
|
+
color: string;
|
|
7203
|
+
}
|
|
7017
7204
|
/**
|
|
7018
|
-
*
|
|
7019
|
-
* @param color
|
|
7205
|
+
* @deprecated
|
|
7020
7206
|
*/
|
|
7021
|
-
export const
|
|
7207
|
+
export const useColorStopsState: (useRandomColor?: boolean, initialColorStops?: colorStopsType[]) => (string | colorStopsType[] | ((colorStops: colorStopsType[]) => void))[];
|
|
7208
|
+
export type EuiSetColorMethod = (text: string, { hex, isValid }: {
|
|
7209
|
+
hex: string;
|
|
7210
|
+
isValid: boolean;
|
|
7211
|
+
}) => void;
|
|
7212
|
+
export const useColorPickerState: (initialColor?: string) => [color: string, setColor: EuiSetColorMethod, errors: string[] | null];
|
|
7213
|
+
export {};
|
|
7214
|
+
|
|
7215
|
+
}
|
|
7216
|
+
declare module '@elastic/eui/src/services/color_picker' {
|
|
7217
|
+
export type { EuiSetColorMethod } from '@elastic/eui/src/services/color_picker/color_picker';
|
|
7218
|
+
export { useColorPickerState, useColorStopsState } from '@elastic/eui/src/services/color_picker/color_picker';
|
|
7219
|
+
|
|
7220
|
+
}
|
|
7221
|
+
declare module '@elastic/eui/src/services/console/warn_once' {
|
|
7222
|
+
export const warnOnce: (id: string, message: string) => void;
|
|
7223
|
+
|
|
7224
|
+
}
|
|
7225
|
+
declare module '@elastic/eui/src/services/console' {
|
|
7226
|
+
export * from '@elastic/eui/src/services/console/warn_once';
|
|
7227
|
+
|
|
7228
|
+
}
|
|
7229
|
+
declare module '@elastic/eui/src/services/copy/copy_to_clipboard' {
|
|
7230
|
+
export function copyToClipboard(text: string): boolean;
|
|
7231
|
+
|
|
7232
|
+
}
|
|
7233
|
+
declare module '@elastic/eui/src/services/copy/tabular_copy' {
|
|
7234
|
+
import React, { PropsWithChildren } from 'react';
|
|
7022
7235
|
/**
|
|
7023
|
-
*
|
|
7024
|
-
* @param color - Color to manipulate
|
|
7025
|
-
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7236
|
+
* Clipboard text cleaning logic
|
|
7026
7237
|
*/
|
|
7027
|
-
export const
|
|
7238
|
+
export const CHARS: {
|
|
7239
|
+
NEWLINE: string;
|
|
7240
|
+
TAB: string;
|
|
7241
|
+
TABULAR_CONTENT_BOUND: string;
|
|
7242
|
+
NO_COPY_BOUND: string;
|
|
7243
|
+
};
|
|
7244
|
+
export const noCopyBoundsRegex: RegExp;
|
|
7245
|
+
export const onTabularCopy: (event: ClipboardEvent | React.ClipboardEvent) => void;
|
|
7246
|
+
export const tabularCopyMarkers: {
|
|
7247
|
+
hiddenTab: React.JSX.Element;
|
|
7248
|
+
hiddenNewline: React.JSX.Element;
|
|
7249
|
+
hiddenWrapperBoundary: React.JSX.Element;
|
|
7250
|
+
hiddenNoCopyBoundary: React.JSX.Element;
|
|
7251
|
+
};
|
|
7028
7252
|
/**
|
|
7029
|
-
*
|
|
7030
|
-
* @param color - Color to manipulate
|
|
7031
|
-
* @param amount - Amount to change in absolute terms. 0-1.
|
|
7253
|
+
* Wrapper setup around table/grid tabular content we want to override/clean up on copy
|
|
7032
7254
|
*/
|
|
7033
|
-
export const
|
|
7255
|
+
export const OverrideCopiedTabularContent: ({ children, }: PropsWithChildren) => React.JSX.Element;
|
|
7034
7256
|
|
|
7035
7257
|
}
|
|
7036
|
-
declare module '@elastic/eui/src/
|
|
7037
|
-
|
|
7038
|
-
export
|
|
7258
|
+
declare module '@elastic/eui/src/services/copy' {
|
|
7259
|
+
export { copyToClipboard } from '@elastic/eui/src/services/copy/copy_to_clipboard';
|
|
7260
|
+
export { tabularCopyMarkers, noCopyBoundsRegex, OverrideCopiedTabularContent, } from '@elastic/eui/src/services/copy/tabular_copy';
|
|
7039
7261
|
|
|
7040
7262
|
}
|
|
7041
|
-
declare module '@elastic/eui/src/
|
|
7263
|
+
declare module '@elastic/eui/src/services/findElement' {
|
|
7042
7264
|
/**
|
|
7043
|
-
*
|
|
7044
|
-
*
|
|
7265
|
+
* A DOM node, a selector string (which will be passed to
|
|
7266
|
+
* `document.querySelector()` to find the DOM node), or a function that
|
|
7267
|
+
* returns a DOM node.
|
|
7045
7268
|
*/
|
|
7046
|
-
export
|
|
7047
|
-
|
|
7048
|
-
neutral: string;
|
|
7049
|
-
success: string;
|
|
7050
|
-
warning: string;
|
|
7051
|
-
risk: string;
|
|
7052
|
-
danger: string;
|
|
7053
|
-
};
|
|
7269
|
+
export type ElementTarget = HTMLElement | string | (() => HTMLElement);
|
|
7270
|
+
export const findElementBySelectorOrRef: (elementTarget?: ElementTarget) => HTMLElement | null;
|
|
7054
7271
|
|
|
7055
7272
|
}
|
|
7056
|
-
declare module '@elastic/eui/src/
|
|
7057
|
-
|
|
7058
|
-
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
|
|
7062
|
-
export const text_colors: _EuiThemeTextColors;
|
|
7063
|
-
export const background_colors: _EuiThemeBackgroundColors;
|
|
7064
|
-
export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
7065
|
-
export const border_colors: _EuiThemeBorderColors;
|
|
7066
|
-
export const light_colors: _EuiThemeColorsMode;
|
|
7067
|
-
export const dark_shades: _EuiThemeShadeColors;
|
|
7068
|
-
export const dark_background_colors: _EuiThemeBackgroundColors;
|
|
7069
|
-
export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
7070
|
-
export const dark_border_colors: _EuiThemeBorderColors;
|
|
7071
|
-
export const dark_colors_ams: _EuiThemeColorsMode;
|
|
7072
|
-
export const colors: _EuiThemeColors;
|
|
7273
|
+
declare module '@elastic/eui/src/services/format/format_boolean' {
|
|
7274
|
+
export const formatBoolean: (value: boolean, { yes, no, nil }?: {
|
|
7275
|
+
yes?: string | undefined;
|
|
7276
|
+
no?: string | undefined;
|
|
7277
|
+
nil?: string | undefined;
|
|
7278
|
+
}) => string;
|
|
7073
7279
|
|
|
7074
7280
|
}
|
|
7075
|
-
declare module '@elastic/eui/src/
|
|
7076
|
-
import
|
|
7077
|
-
|
|
7078
|
-
|
|
7079
|
-
|
|
7281
|
+
declare module '@elastic/eui/src/services/format/format_date' {
|
|
7282
|
+
import moment from 'moment';
|
|
7283
|
+
type CalendarOptions = moment.CalendarSpec & {
|
|
7284
|
+
refTime?: moment.MomentInput;
|
|
7285
|
+
};
|
|
7286
|
+
export const dateFormatAliases: {
|
|
7287
|
+
date: string;
|
|
7288
|
+
longDate: string;
|
|
7289
|
+
shortDate: string;
|
|
7290
|
+
dateTime: string;
|
|
7291
|
+
longDateTime: string;
|
|
7292
|
+
shortDateTime: string;
|
|
7293
|
+
dobShort: string;
|
|
7294
|
+
dobLong: string;
|
|
7295
|
+
iso8601: string;
|
|
7296
|
+
calendar: (value: moment.MomentInput, options?: CalendarOptions) => string;
|
|
7297
|
+
calendarDateTime: (value: moment.MomentInput, options: moment.CalendarSpec) => string;
|
|
7298
|
+
calendarDate: (value: moment.MomentInput, options: moment.CalendarSpec) => string;
|
|
7299
|
+
};
|
|
7300
|
+
type DateFormat = keyof typeof dateFormatAliases;
|
|
7301
|
+
interface FormatDateConfig {
|
|
7302
|
+
format: DateFormat;
|
|
7303
|
+
nil: string;
|
|
7304
|
+
options: any;
|
|
7305
|
+
}
|
|
7306
|
+
export const formatDate: (value?: moment.MomentInput, dateFormatKeyOrConfig?: DateFormat | string | Partial<FormatDateConfig>) => string;
|
|
7307
|
+
export {};
|
|
7080
7308
|
|
|
7081
7309
|
}
|
|
7082
|
-
declare module '@elastic/eui/src/
|
|
7083
|
-
|
|
7310
|
+
declare module '@elastic/eui/src/services/format/format_number' {
|
|
7311
|
+
interface FormatNumberConfig {
|
|
7312
|
+
format: string;
|
|
7313
|
+
nil: string;
|
|
7314
|
+
round: boolean;
|
|
7315
|
+
}
|
|
7316
|
+
export const formatNumber: (value?: number | null, numberFormatOrConfig?: string | Partial<FormatNumberConfig>) => string;
|
|
7317
|
+
export {};
|
|
7084
7318
|
|
|
7085
7319
|
}
|
|
7086
|
-
declare module '@elastic/eui/src/
|
|
7087
|
-
|
|
7088
|
-
|
|
7089
|
-
|
|
7320
|
+
declare module '@elastic/eui/src/services/format/format_text' {
|
|
7321
|
+
interface FormatTextOptions {
|
|
7322
|
+
nil: string;
|
|
7323
|
+
}
|
|
7324
|
+
export const formatText: (value?: any, options?: Partial<FormatTextOptions>) => any;
|
|
7325
|
+
export {};
|
|
7090
7326
|
|
|
7091
7327
|
}
|
|
7092
|
-
declare module '@elastic/eui/src/
|
|
7093
|
-
|
|
7094
|
-
export const border: _EuiThemeBorder;
|
|
7328
|
+
declare module '@elastic/eui/src/services/format/format_auto' {
|
|
7329
|
+
export const formatAuto: (value: any) => string;
|
|
7095
7330
|
|
|
7096
7331
|
}
|
|
7097
|
-
declare module '@elastic/eui/src/
|
|
7098
|
-
|
|
7099
|
-
export
|
|
7332
|
+
declare module '@elastic/eui/src/services/format' {
|
|
7333
|
+
export { formatAuto } from '@elastic/eui/src/services/format/format_auto';
|
|
7334
|
+
export { formatBoolean } from '@elastic/eui/src/services/format/format_boolean';
|
|
7335
|
+
export { formatDate, dateFormatAliases } from '@elastic/eui/src/services/format/format_date';
|
|
7336
|
+
export { formatNumber } from '@elastic/eui/src/services/format/format_number';
|
|
7337
|
+
export { formatText } from '@elastic/eui/src/services/format/format_text';
|
|
7100
7338
|
|
|
7101
7339
|
}
|
|
7102
|
-
declare module '@elastic/eui/src/
|
|
7103
|
-
|
|
7104
|
-
export
|
|
7105
|
-
export const fontBase: _EuiThemeFontBase;
|
|
7106
|
-
export const fontWeight: _EuiThemeFontWeights;
|
|
7107
|
-
export const font: _EuiThemeFont;
|
|
7340
|
+
declare module '@elastic/eui/src/services/number/number' {
|
|
7341
|
+
export const isWithinRange: (min: number | string, max: number | string, value: number | string) => boolean;
|
|
7342
|
+
export function isEvenlyDivisibleBy(num: number, factor: number): boolean;
|
|
7108
7343
|
|
|
7109
7344
|
}
|
|
7110
|
-
declare module '@elastic/eui/src/
|
|
7111
|
-
|
|
7112
|
-
export const focus: _EuiThemeFocus;
|
|
7345
|
+
declare module '@elastic/eui/src/services/number' {
|
|
7346
|
+
export * from '@elastic/eui/src/services/number/number';
|
|
7113
7347
|
|
|
7114
7348
|
}
|
|
7115
|
-
declare module '@elastic/eui/src/
|
|
7116
|
-
|
|
7117
|
-
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
|
|
7125
|
-
|
|
7126
|
-
|
|
7127
|
-
|
|
7128
|
-
|
|
7129
|
-
|
|
7130
|
-
|
|
7131
|
-
|
|
7132
|
-
|
|
7133
|
-
|
|
7134
|
-
|
|
7135
|
-
|
|
7136
|
-
|
|
7137
|
-
|
|
7138
|
-
colorDisabled: any;
|
|
7139
|
-
iconDisabled: any;
|
|
7140
|
-
};
|
|
7141
|
-
DARK: {
|
|
7142
|
-
background: string;
|
|
7143
|
-
backgroundFocused: string;
|
|
7144
|
-
backgroundAutofilled: string;
|
|
7145
|
-
prependBackground: string;
|
|
7146
|
-
border: string;
|
|
7147
|
-
controlBorder: string;
|
|
7148
|
-
controlBorderSelected: string;
|
|
7149
|
-
controlBorderDisabled: string;
|
|
7150
|
-
backgroundDisabled: string;
|
|
7151
|
-
backgroundReadOnly: any;
|
|
7152
|
-
borderAutofilled: string;
|
|
7153
|
-
controlBackgroundUnselected: any;
|
|
7154
|
-
controlBackgroundDisabled: any;
|
|
7155
|
-
colorHasPlaceholder: string;
|
|
7156
|
-
colorDisabled: any;
|
|
7157
|
-
iconDisabled: any;
|
|
7158
|
-
};
|
|
7159
|
-
};
|
|
7160
|
-
|
|
7161
|
-
}
|
|
7162
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
|
|
7163
|
-
import { _EuiThemeComponents } from '@elastic/eui-theme-common';
|
|
7164
|
-
export const components: _EuiThemeComponents;
|
|
7165
|
-
|
|
7166
|
-
}
|
|
7167
|
-
declare module '@elastic/eui/src/themes/amsterdam/theme' {
|
|
7168
|
-
import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
|
|
7169
|
-
export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
|
|
7170
|
-
export const euiThemeAmsterdam: EuiThemeShape;
|
|
7171
|
-
export const EuiThemeAmsterdam: {
|
|
7172
|
-
model: EuiThemeShape;
|
|
7173
|
-
root: EuiThemeShape;
|
|
7174
|
-
key: string;
|
|
7175
|
-
};
|
|
7176
|
-
|
|
7177
|
-
}
|
|
7178
|
-
declare module '@elastic/eui/src/services/theme/context' {
|
|
7179
|
-
import { EuiThemeColorModeStandard, EuiThemeHighContrastMode, EuiThemeSystem, EuiThemeComputed, EuiThemeNested } from '@elastic/eui/src/services/theme/types';
|
|
7180
|
-
export const DEFAULTS: {
|
|
7181
|
-
system: {
|
|
7182
|
-
model: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
|
|
7183
|
-
root: import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape;
|
|
7184
|
-
key: string;
|
|
7185
|
-
};
|
|
7186
|
-
modifications: {};
|
|
7187
|
-
colorMode: "LIGHT";
|
|
7188
|
-
highContrastMode: false;
|
|
7189
|
-
};
|
|
7190
|
-
export const EuiSystemContext: import("react").Context<EuiThemeSystem>;
|
|
7191
|
-
export const EuiModificationsContext: import("react").Context<import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeShapeBase & {
|
|
7192
|
-
overrides?: import("@elastic/eui-theme-common")._EuiThemeOverrides;
|
|
7193
|
-
}>>;
|
|
7194
|
-
export const EuiColorModeContext: import("react").Context<EuiThemeColorModeStandard>;
|
|
7195
|
-
export const EuiHighContrastModeContext: import("react").Context<EuiThemeHighContrastMode>;
|
|
7196
|
-
export const defaultComputedTheme: EuiThemeComputed<import("@elastic/eui-theme-common/lib/cjs/services/theme/types").EuiThemeShape>;
|
|
7197
|
-
export const EuiThemeContext: import("react").Context<EuiThemeComputed>;
|
|
7198
|
-
export const EuiNestedThemeContext: import("react").Context<EuiThemeNested>;
|
|
7199
|
-
|
|
7200
|
-
}
|
|
7201
|
-
declare module '@elastic/eui/src/services/theme/hooks' {
|
|
7202
|
-
import React from 'react';
|
|
7203
|
-
import { type EuiThemeColorModeStandard, type EuiThemeHighContrastMode, type EuiThemeModifications, type EuiThemeComputed } from '@elastic/eui-theme-common';
|
|
7204
|
-
/**
|
|
7205
|
-
* Hook for function components
|
|
7206
|
-
*/
|
|
7207
|
-
export interface UseEuiTheme<T extends {} = {}> {
|
|
7208
|
-
euiTheme: EuiThemeComputed<T>;
|
|
7209
|
-
colorMode: EuiThemeColorModeStandard;
|
|
7210
|
-
highContrastMode: EuiThemeHighContrastMode;
|
|
7211
|
-
modifications: EuiThemeModifications<T>;
|
|
7212
|
-
}
|
|
7213
|
-
export const useEuiTheme: <T extends {} = {}>() => UseEuiTheme<T>;
|
|
7214
|
-
/**
|
|
7215
|
-
* HOC for class components
|
|
7216
|
-
*/
|
|
7217
|
-
export interface WithEuiThemeProps<P extends {} = {}> {
|
|
7218
|
-
theme: UseEuiTheme<P>;
|
|
7219
|
-
}
|
|
7220
|
-
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">>>;
|
|
7221
|
-
/**
|
|
7222
|
-
* Render prop alternative for complex class components
|
|
7223
|
-
* Most useful for scenarios where a HOC may interfere with typing
|
|
7224
|
-
*/
|
|
7225
|
-
export const RenderWithEuiTheme: <T extends {} = {}>({ children, }: {
|
|
7226
|
-
children: (theme: UseEuiTheme) => React.ReactElement;
|
|
7227
|
-
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
7228
|
-
/**
|
|
7229
|
-
* Minor syntactical sugar hook for theme CSS variables.
|
|
7230
|
-
* Primarily meant for internal EUI usage.
|
|
7231
|
-
*/
|
|
7232
|
-
export const useEuiThemeCSSVariables: () => {
|
|
7233
|
-
setGlobalCSSVariables: Function;
|
|
7234
|
-
globalCSSVariables: import("@emotion/serialize").CSSObject | undefined;
|
|
7235
|
-
setNearestThemeCSSVariables: Function;
|
|
7236
|
-
themeCSSVariables: import("@emotion/serialize").CSSObject | undefined;
|
|
7237
|
-
};
|
|
7238
|
-
/**
|
|
7239
|
-
* Checks whether the current active `colorMode` is set to `DARK`;
|
|
7240
|
-
* In case of nested providers this returns the value of the nearest provider context.
|
|
7241
|
-
*/
|
|
7242
|
-
export const useIsDarkMode: () => boolean;
|
|
7243
|
-
|
|
7244
|
-
}
|
|
7245
|
-
declare module '@elastic/eui/src/services/breakpoint/current_breakpoint' {
|
|
7246
|
-
import React, { FunctionComponent, PropsWithChildren } from 'react';
|
|
7247
|
-
import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
7248
|
-
type CurrentEuiBreakpoint = _EuiThemeBreakpoint | undefined;
|
|
7249
|
-
export const CurrentEuiBreakpointContext: React.Context<CurrentEuiBreakpoint>;
|
|
7250
|
-
/**
|
|
7251
|
-
* Returns the current breakpoint based on window width.
|
|
7252
|
-
* Typically only called by the top-level `EuiProvider` (to reduce the number
|
|
7253
|
-
* of window resize listeners on the page). Also conditionally called if a
|
|
7254
|
-
* nested `EuiThemeProvider` defines a `modify.breakpoint` override
|
|
7255
|
-
*/
|
|
7256
|
-
export const CurrentEuiBreakpointProvider: FunctionComponent<PropsWithChildren>;
|
|
7257
|
-
export {};
|
|
7258
|
-
|
|
7259
|
-
}
|
|
7260
|
-
declare module '@elastic/eui/src/services/breakpoint/current_breakpoint_hook' {
|
|
7261
|
-
/**
|
|
7262
|
-
* Hook util / syntactical sugar for useContext()
|
|
7263
|
-
*
|
|
7264
|
-
* This hook is in its own separate file to make mocking it
|
|
7265
|
-
* as a testenv easy for Jest unit tests
|
|
7266
|
-
*/
|
|
7267
|
-
export const useCurrentEuiBreakpoint: () => string | undefined;
|
|
7268
|
-
|
|
7269
|
-
}
|
|
7270
|
-
declare module '@elastic/eui/src/services/breakpoint/is_within_hooks' {
|
|
7271
|
-
import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
7272
|
-
/**
|
|
7273
|
-
* Given an array of breakpoint keys, this hook returns true or false
|
|
7274
|
-
* if the breakpoint size of the current window width falls within
|
|
7275
|
-
* any of the named breakpoints.
|
|
7276
|
-
*
|
|
7277
|
-
* @param {EuiThemeBreakpoint[]} sizes An array of named EUI breakpoints
|
|
7278
|
-
* @param {boolean} isResponsive Some components have the option to turn off responsive behavior.
|
|
7279
|
-
* Since hooks can't be called conditionally, it's easier to pass the condition into the hook
|
|
7280
|
-
* @returns {boolean} Returns `true` if current breakpoint name is included in `sizes`
|
|
7281
|
-
*/
|
|
7282
|
-
export const useIsWithinBreakpoints: (sizes: _EuiThemeBreakpoint[], isResponsive?: boolean) => boolean;
|
|
7283
|
-
/**
|
|
7284
|
-
* Given a max breakpoint key, this hook returns true if the breakpoint size
|
|
7285
|
-
* of the current window width falls within the max breakpoint or any below,
|
|
7286
|
-
* and false otherwise
|
|
7287
|
-
*
|
|
7288
|
-
* @param {EuiThemeBreakpoint} max The named max breakpoint to check against
|
|
7289
|
-
* @returns {boolean} Will return `false` if it can't find a value for the `max` breakpoint
|
|
7290
|
-
*/
|
|
7291
|
-
export function useIsWithinMaxBreakpoint(max: _EuiThemeBreakpoint): boolean;
|
|
7292
|
-
/**
|
|
7293
|
-
* Given a min breakpoint key, this hook returns true if the breakpoint size
|
|
7294
|
-
* of the current window width falls within the min breakpoint or any above,
|
|
7295
|
-
* and false otherwise
|
|
7296
|
-
*
|
|
7297
|
-
* @param {EuiThemeBreakpoint} min The named min breakpoint to check against
|
|
7298
|
-
* @returns {boolean} Will return `false` if it can't find a value for the `min` breakpoint
|
|
7299
|
-
*/
|
|
7300
|
-
export function useIsWithinMinBreakpoint(min: _EuiThemeBreakpoint): boolean;
|
|
7301
|
-
|
|
7302
|
-
}
|
|
7303
|
-
declare module '@elastic/eui/src/services/breakpoint' {
|
|
7304
|
-
export type { _EuiThemeBreakpoint as EuiBreakpointSize } from '@elastic/eui/src/global_styling/variables/breakpoint';
|
|
7305
|
-
export * from '@elastic/eui/src/services/breakpoint/current_breakpoint';
|
|
7306
|
-
export * from '@elastic/eui/src/services/breakpoint/current_breakpoint_hook';
|
|
7307
|
-
export * from '@elastic/eui/src/services/breakpoint/is_within_hooks';
|
|
7308
|
-
|
|
7309
|
-
}
|
|
7310
|
-
declare module '@elastic/eui/src/services/color_picker/color_picker' {
|
|
7311
|
-
interface colorStopsType {
|
|
7312
|
-
stop: number;
|
|
7313
|
-
color: string;
|
|
7314
|
-
}
|
|
7315
|
-
/**
|
|
7316
|
-
* @deprecated
|
|
7317
|
-
*/
|
|
7318
|
-
export const useColorStopsState: (useRandomColor?: boolean, initialColorStops?: colorStopsType[]) => (string | colorStopsType[] | ((colorStops: colorStopsType[]) => void))[];
|
|
7319
|
-
export type EuiSetColorMethod = (text: string, { hex, isValid }: {
|
|
7320
|
-
hex: string;
|
|
7321
|
-
isValid: boolean;
|
|
7322
|
-
}) => void;
|
|
7323
|
-
export const useColorPickerState: (initialColor?: string) => [color: string, setColor: EuiSetColorMethod, errors: string[] | null];
|
|
7324
|
-
export {};
|
|
7325
|
-
|
|
7326
|
-
}
|
|
7327
|
-
declare module '@elastic/eui/src/services/color_picker' {
|
|
7328
|
-
export type { EuiSetColorMethod } from '@elastic/eui/src/services/color_picker/color_picker';
|
|
7329
|
-
export { useColorPickerState, useColorStopsState } from '@elastic/eui/src/services/color_picker/color_picker';
|
|
7330
|
-
|
|
7331
|
-
}
|
|
7332
|
-
declare module '@elastic/eui/src/services/console/warn_once' {
|
|
7333
|
-
export const warnOnce: (id: string, message: string) => void;
|
|
7334
|
-
|
|
7335
|
-
}
|
|
7336
|
-
declare module '@elastic/eui/src/services/console' {
|
|
7337
|
-
export * from '@elastic/eui/src/services/console/warn_once';
|
|
7338
|
-
|
|
7339
|
-
}
|
|
7340
|
-
declare module '@elastic/eui/src/services/copy/copy_to_clipboard' {
|
|
7341
|
-
export function copyToClipboard(text: string): boolean;
|
|
7342
|
-
|
|
7343
|
-
}
|
|
7344
|
-
declare module '@elastic/eui/src/services/copy/tabular_copy' {
|
|
7345
|
-
import React, { PropsWithChildren } from 'react';
|
|
7346
|
-
/**
|
|
7347
|
-
* Clipboard text cleaning logic
|
|
7348
|
-
*/
|
|
7349
|
-
export const CHARS: {
|
|
7350
|
-
NEWLINE: string;
|
|
7351
|
-
TAB: string;
|
|
7352
|
-
TABULAR_CONTENT_BOUND: string;
|
|
7353
|
-
NO_COPY_BOUND: string;
|
|
7354
|
-
};
|
|
7355
|
-
export const noCopyBoundsRegex: RegExp;
|
|
7356
|
-
export const onTabularCopy: (event: ClipboardEvent | React.ClipboardEvent) => void;
|
|
7357
|
-
export const tabularCopyMarkers: {
|
|
7358
|
-
hiddenTab: React.JSX.Element;
|
|
7359
|
-
hiddenNewline: React.JSX.Element;
|
|
7360
|
-
hiddenWrapperBoundary: React.JSX.Element;
|
|
7361
|
-
hiddenNoCopyBoundary: React.JSX.Element;
|
|
7362
|
-
};
|
|
7363
|
-
/**
|
|
7364
|
-
* Wrapper setup around table/grid tabular content we want to override/clean up on copy
|
|
7365
|
-
*/
|
|
7366
|
-
export const OverrideCopiedTabularContent: ({ children, }: PropsWithChildren) => React.JSX.Element;
|
|
7367
|
-
|
|
7368
|
-
}
|
|
7369
|
-
declare module '@elastic/eui/src/services/copy' {
|
|
7370
|
-
export { copyToClipboard } from '@elastic/eui/src/services/copy/copy_to_clipboard';
|
|
7371
|
-
export { tabularCopyMarkers, noCopyBoundsRegex, OverrideCopiedTabularContent, } from '@elastic/eui/src/services/copy/tabular_copy';
|
|
7372
|
-
|
|
7373
|
-
}
|
|
7374
|
-
declare module '@elastic/eui/src/services/findElement' {
|
|
7375
|
-
/**
|
|
7376
|
-
* A DOM node, a selector string (which will be passed to
|
|
7377
|
-
* `document.querySelector()` to find the DOM node), or a function that
|
|
7378
|
-
* returns a DOM node.
|
|
7379
|
-
*/
|
|
7380
|
-
export type ElementTarget = HTMLElement | string | (() => HTMLElement);
|
|
7381
|
-
export const findElementBySelectorOrRef: (elementTarget?: ElementTarget) => HTMLElement | null;
|
|
7382
|
-
|
|
7383
|
-
}
|
|
7384
|
-
declare module '@elastic/eui/src/services/format/format_boolean' {
|
|
7385
|
-
export const formatBoolean: (value: boolean, { yes, no, nil }?: {
|
|
7386
|
-
yes?: string | undefined;
|
|
7387
|
-
no?: string | undefined;
|
|
7388
|
-
nil?: string | undefined;
|
|
7389
|
-
}) => string;
|
|
7390
|
-
|
|
7391
|
-
}
|
|
7392
|
-
declare module '@elastic/eui/src/services/format/format_date' {
|
|
7393
|
-
import moment from 'moment';
|
|
7394
|
-
type CalendarOptions = moment.CalendarSpec & {
|
|
7395
|
-
refTime?: moment.MomentInput;
|
|
7396
|
-
};
|
|
7397
|
-
export const dateFormatAliases: {
|
|
7398
|
-
date: string;
|
|
7399
|
-
longDate: string;
|
|
7400
|
-
shortDate: string;
|
|
7401
|
-
dateTime: string;
|
|
7402
|
-
longDateTime: string;
|
|
7403
|
-
shortDateTime: string;
|
|
7404
|
-
dobShort: string;
|
|
7405
|
-
dobLong: string;
|
|
7406
|
-
iso8601: string;
|
|
7407
|
-
calendar: (value: moment.MomentInput, options?: CalendarOptions) => string;
|
|
7408
|
-
calendarDateTime: (value: moment.MomentInput, options: moment.CalendarSpec) => string;
|
|
7409
|
-
calendarDate: (value: moment.MomentInput, options: moment.CalendarSpec) => string;
|
|
7410
|
-
};
|
|
7411
|
-
type DateFormat = keyof typeof dateFormatAliases;
|
|
7412
|
-
interface FormatDateConfig {
|
|
7413
|
-
format: DateFormat;
|
|
7414
|
-
nil: string;
|
|
7415
|
-
options: any;
|
|
7416
|
-
}
|
|
7417
|
-
export const formatDate: (value?: moment.MomentInput, dateFormatKeyOrConfig?: DateFormat | string | Partial<FormatDateConfig>) => string;
|
|
7418
|
-
export {};
|
|
7419
|
-
|
|
7420
|
-
}
|
|
7421
|
-
declare module '@elastic/eui/src/services/format/format_number' {
|
|
7422
|
-
interface FormatNumberConfig {
|
|
7423
|
-
format: string;
|
|
7424
|
-
nil: string;
|
|
7425
|
-
round: boolean;
|
|
7426
|
-
}
|
|
7427
|
-
export const formatNumber: (value?: number | null, numberFormatOrConfig?: string | Partial<FormatNumberConfig>) => string;
|
|
7428
|
-
export {};
|
|
7429
|
-
|
|
7430
|
-
}
|
|
7431
|
-
declare module '@elastic/eui/src/services/format/format_text' {
|
|
7432
|
-
interface FormatTextOptions {
|
|
7433
|
-
nil: string;
|
|
7434
|
-
}
|
|
7435
|
-
export const formatText: (value?: any, options?: Partial<FormatTextOptions>) => any;
|
|
7436
|
-
export {};
|
|
7437
|
-
|
|
7438
|
-
}
|
|
7439
|
-
declare module '@elastic/eui/src/services/format/format_auto' {
|
|
7440
|
-
export const formatAuto: (value: any) => string;
|
|
7441
|
-
|
|
7442
|
-
}
|
|
7443
|
-
declare module '@elastic/eui/src/services/format' {
|
|
7444
|
-
export { formatAuto } from '@elastic/eui/src/services/format/format_auto';
|
|
7445
|
-
export { formatBoolean } from '@elastic/eui/src/services/format/format_boolean';
|
|
7446
|
-
export { formatDate, dateFormatAliases } from '@elastic/eui/src/services/format/format_date';
|
|
7447
|
-
export { formatNumber } from '@elastic/eui/src/services/format/format_number';
|
|
7448
|
-
export { formatText } from '@elastic/eui/src/services/format/format_text';
|
|
7449
|
-
|
|
7450
|
-
}
|
|
7451
|
-
declare module '@elastic/eui/src/services/number/number' {
|
|
7452
|
-
export const isWithinRange: (min: number | string, max: number | string, value: number | string) => boolean;
|
|
7453
|
-
export function isEvenlyDivisibleBy(num: number, factor: number): boolean;
|
|
7454
|
-
|
|
7455
|
-
}
|
|
7456
|
-
declare module '@elastic/eui/src/services/number' {
|
|
7457
|
-
export * from '@elastic/eui/src/services/number/number';
|
|
7458
|
-
|
|
7459
|
-
}
|
|
7460
|
-
declare module '@elastic/eui/src/services/paging/pager' {
|
|
7461
|
-
export class Pager {
|
|
7462
|
-
currentPageIndex: number;
|
|
7463
|
-
firstItemIndex: number;
|
|
7464
|
-
itemsPerPage: number;
|
|
7465
|
-
lastItemIndex: number;
|
|
7466
|
-
totalItems: number;
|
|
7467
|
-
totalPages: number;
|
|
7468
|
-
constructor(totalItems: number, itemsPerPage: number, initialPageIndex?: number);
|
|
7469
|
-
setTotalItems: (totalItems: number) => void;
|
|
7470
|
-
setItemsPerPage: (itemsPerPage: number) => void;
|
|
7471
|
-
isPageable: () => boolean;
|
|
7472
|
-
getTotalPages: () => number;
|
|
7473
|
-
getCurrentPageIndex: () => number;
|
|
7474
|
-
getFirstItemIndex: () => number;
|
|
7475
|
-
getLastItemIndex: () => number;
|
|
7476
|
-
hasNextPage: () => boolean;
|
|
7477
|
-
hasPreviousPage: () => boolean;
|
|
7478
|
-
goToNextPage: () => void;
|
|
7479
|
-
goToPreviousPage: () => void;
|
|
7480
|
-
goToPageIndex: (pageIndex: number) => void;
|
|
7481
|
-
update: () => void;
|
|
7482
|
-
}
|
|
7349
|
+
declare module '@elastic/eui/src/services/paging/pager' {
|
|
7350
|
+
export class Pager {
|
|
7351
|
+
currentPageIndex: number;
|
|
7352
|
+
firstItemIndex: number;
|
|
7353
|
+
itemsPerPage: number;
|
|
7354
|
+
lastItemIndex: number;
|
|
7355
|
+
totalItems: number;
|
|
7356
|
+
totalPages: number;
|
|
7357
|
+
constructor(totalItems: number, itemsPerPage: number, initialPageIndex?: number);
|
|
7358
|
+
setTotalItems: (totalItems: number) => void;
|
|
7359
|
+
setItemsPerPage: (itemsPerPage: number) => void;
|
|
7360
|
+
isPageable: () => boolean;
|
|
7361
|
+
getTotalPages: () => number;
|
|
7362
|
+
getCurrentPageIndex: () => number;
|
|
7363
|
+
getFirstItemIndex: () => number;
|
|
7364
|
+
getLastItemIndex: () => number;
|
|
7365
|
+
hasNextPage: () => boolean;
|
|
7366
|
+
hasPreviousPage: () => boolean;
|
|
7367
|
+
goToNextPage: () => void;
|
|
7368
|
+
goToPreviousPage: () => void;
|
|
7369
|
+
goToPageIndex: (pageIndex: number) => void;
|
|
7370
|
+
update: () => void;
|
|
7371
|
+
}
|
|
7483
7372
|
|
|
7484
7373
|
}
|
|
7485
7374
|
declare module '@elastic/eui/src/services/paging' {
|
|
@@ -11858,11 +11747,12 @@ declare module '@elastic/eui/src/components/flyout/flyout_child.styles' {
|
|
|
11858
11747
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
11859
11748
|
export const euiFlyoutChildStyles: (euiThemeContext: UseEuiTheme) => {
|
|
11860
11749
|
euiFlyoutChild: import("@emotion/react").SerializedStyles;
|
|
11750
|
+
backgroundDefault: import("@emotion/react").SerializedStyles;
|
|
11751
|
+
backgroundShaded: import("@emotion/react").SerializedStyles;
|
|
11861
11752
|
sidePosition: import("@emotion/react").SerializedStyles;
|
|
11862
11753
|
stackedPosition: import("@emotion/react").SerializedStyles;
|
|
11863
11754
|
s: import("@emotion/react").SerializedStyles;
|
|
11864
11755
|
m: import("@emotion/react").SerializedStyles;
|
|
11865
|
-
closeButton: import("@emotion/react").SerializedStyles;
|
|
11866
11756
|
overflow: {
|
|
11867
11757
|
overflow: import("@emotion/react").SerializedStyles;
|
|
11868
11758
|
wrapper: import("@emotion/react").SerializedStyles;
|
|
@@ -11959,6 +11849,7 @@ declare module '@elastic/eui/src/components/flyout/flyout_child' {
|
|
|
11959
11849
|
* @default 's'
|
|
11960
11850
|
*/
|
|
11961
11851
|
size?: 's' | 'm';
|
|
11852
|
+
backgroundStyle?: 'shaded' | 'default';
|
|
11962
11853
|
/**
|
|
11963
11854
|
* Children are implicitly part of FunctionComponent, but good to have if props type is standalone.
|
|
11964
11855
|
*/
|
|
@@ -12729,8 +12620,6 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12729
12620
|
isMainOpen: boolean;
|
|
12730
12621
|
isChildOpen: boolean;
|
|
12731
12622
|
config: EuiFlyoutSessionConfig;
|
|
12732
|
-
mainOnUnmount?: () => void;
|
|
12733
|
-
childOnUnmount?: () => void;
|
|
12734
12623
|
meta?: FlyoutMeta;
|
|
12735
12624
|
}
|
|
12736
12625
|
/**
|
|
@@ -12745,15 +12634,12 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12745
12634
|
type: 'UPDATE_ACTIVE_FLYOUT_CONFIG';
|
|
12746
12635
|
payload: {
|
|
12747
12636
|
configChanges: Partial<EuiFlyoutSessionConfig>;
|
|
12748
|
-
newMainOnUnmount?: () => void;
|
|
12749
|
-
newChildOnUnmount?: () => void;
|
|
12750
12637
|
};
|
|
12751
12638
|
} | {
|
|
12752
12639
|
type: 'OPEN_MAIN_FLYOUT';
|
|
12753
12640
|
payload: {
|
|
12754
12641
|
size: EuiFlyoutSize;
|
|
12755
12642
|
flyoutProps?: Partial<Omit<EuiFlyoutProps, 'children'>>;
|
|
12756
|
-
onUnmount?: () => void;
|
|
12757
12643
|
meta?: FlyoutMeta;
|
|
12758
12644
|
};
|
|
12759
12645
|
} | {
|
|
@@ -12761,7 +12647,6 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12761
12647
|
payload: {
|
|
12762
12648
|
size: 's' | 'm';
|
|
12763
12649
|
flyoutProps?: Partial<Omit<EuiFlyoutChildProps, 'children'>>;
|
|
12764
|
-
onUnmount?: () => void;
|
|
12765
12650
|
meta?: FlyoutMeta;
|
|
12766
12651
|
};
|
|
12767
12652
|
} | {
|
|
@@ -12770,12 +12655,10 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12770
12655
|
main: {
|
|
12771
12656
|
size: EuiFlyoutSize;
|
|
12772
12657
|
flyoutProps?: Partial<Omit<EuiFlyoutProps, 'children'>>;
|
|
12773
|
-
onUnmount?: () => void;
|
|
12774
12658
|
};
|
|
12775
12659
|
child: {
|
|
12776
12660
|
size: 's' | 'm';
|
|
12777
12661
|
flyoutProps?: Partial<Omit<EuiFlyoutChildProps, 'children'>>;
|
|
12778
|
-
onUnmount?: () => void;
|
|
12779
12662
|
};
|
|
12780
12663
|
meta?: FlyoutMeta;
|
|
12781
12664
|
};
|
|
@@ -12790,13 +12673,7 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12790
12673
|
* Flyout session context managed by `EuiFlyoutSessionProvider`, and passed to the `renderMainFlyoutContent` and `renderChildFlyoutContent` functions.
|
|
12791
12674
|
*/
|
|
12792
12675
|
export interface EuiFlyoutSessionRenderContext<FlyoutMeta = unknown> {
|
|
12793
|
-
flyoutProps: Partial<EuiFlyoutProps | EuiFlyoutChildProps>;
|
|
12794
|
-
flyoutSize: EuiFlyoutProps['size'] | EuiFlyoutChildProps['size'];
|
|
12795
|
-
flyoutType: 'main' | 'child';
|
|
12796
|
-
dispatch: React.Dispatch<EuiFlyoutSessionAction<FlyoutMeta>>;
|
|
12797
12676
|
activeFlyoutGroup: EuiFlyoutSessionGroup<FlyoutMeta> | null;
|
|
12798
|
-
onCloseFlyout: () => void;
|
|
12799
|
-
onCloseChildFlyout: () => void;
|
|
12800
12677
|
meta?: FlyoutMeta;
|
|
12801
12678
|
}
|
|
12802
12679
|
/**
|
|
@@ -12804,6 +12681,7 @@ declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
|
12804
12681
|
*/
|
|
12805
12682
|
export interface EuiFlyoutSessionProviderComponentProps<FlyoutMeta = any> {
|
|
12806
12683
|
children: React.ReactNode;
|
|
12684
|
+
onUnmount?: () => void;
|
|
12807
12685
|
renderMainFlyoutContent: (context: EuiFlyoutSessionRenderContext<FlyoutMeta>) => React.ReactNode;
|
|
12808
12686
|
renderChildFlyoutContent?: (context: EuiFlyoutSessionRenderContext<FlyoutMeta>) => React.ReactNode;
|
|
12809
12687
|
}
|
|
@@ -12829,6 +12707,7 @@ declare module '@elastic/eui/src/components/flyout/sessions/flyout_provider' {
|
|
|
12829
12707
|
interface FlyoutSessionContextProps {
|
|
12830
12708
|
state: EuiFlyoutSessionHistoryState;
|
|
12831
12709
|
dispatch: React.Dispatch<EuiFlyoutSessionAction>;
|
|
12710
|
+
onUnmount?: EuiFlyoutSessionProviderComponentProps['onUnmount'];
|
|
12832
12711
|
}
|
|
12833
12712
|
/**
|
|
12834
12713
|
* Accesses the state data and dispatch function from the context of EuiFlyoutSessionProvider
|
|
@@ -12858,7 +12737,6 @@ declare module '@elastic/eui/src/components/flyout/sessions/use_eui_flyout' {
|
|
|
12858
12737
|
export interface EuiFlyoutSessionOpenMainOptions<Meta = unknown> {
|
|
12859
12738
|
size: EuiFlyoutSize;
|
|
12860
12739
|
flyoutProps?: EuiFlyoutSessionConfig['mainFlyoutProps'];
|
|
12861
|
-
onUnmount?: () => void;
|
|
12862
12740
|
meta?: Meta;
|
|
12863
12741
|
}
|
|
12864
12742
|
/**
|
|
@@ -12867,7 +12745,6 @@ declare module '@elastic/eui/src/components/flyout/sessions/use_eui_flyout' {
|
|
|
12867
12745
|
export interface EuiFlyoutSessionOpenChildOptions<Meta = unknown> {
|
|
12868
12746
|
size: 's' | 'm';
|
|
12869
12747
|
flyoutProps?: EuiFlyoutSessionConfig['childFlyoutProps'];
|
|
12870
|
-
onUnmount?: () => void;
|
|
12871
12748
|
meta?: Meta;
|
|
12872
12749
|
}
|
|
12873
12750
|
/**
|
|
@@ -12877,35 +12754,35 @@ declare module '@elastic/eui/src/components/flyout/sessions/use_eui_flyout' {
|
|
|
12877
12754
|
main: {
|
|
12878
12755
|
size: EuiFlyoutSize;
|
|
12879
12756
|
flyoutProps?: EuiFlyoutSessionConfig['mainFlyoutProps'];
|
|
12880
|
-
onUnmount?: () => void;
|
|
12881
12757
|
};
|
|
12882
12758
|
child: {
|
|
12883
12759
|
size: 's' | 'm';
|
|
12884
12760
|
flyoutProps?: EuiFlyoutSessionConfig['childFlyoutProps'];
|
|
12885
|
-
onUnmount?: () => void;
|
|
12886
12761
|
};
|
|
12887
12762
|
meta?: Meta;
|
|
12888
12763
|
}
|
|
12889
|
-
|
|
12890
|
-
* Hook for accessing the flyout API
|
|
12891
|
-
*/
|
|
12892
|
-
export function useEuiFlyoutSession(): {
|
|
12764
|
+
export interface EuiFlyoutSessionApi {
|
|
12893
12765
|
openFlyout: (options: EuiFlyoutSessionOpenMainOptions) => void;
|
|
12894
12766
|
openChildFlyout: (options: EuiFlyoutSessionOpenChildOptions) => void;
|
|
12895
12767
|
openFlyoutGroup: (options: EuiFlyoutSessionOpenGroupOptions) => void;
|
|
12896
12768
|
closeChildFlyout: () => void;
|
|
12897
12769
|
goBack: () => void;
|
|
12898
|
-
|
|
12770
|
+
clearHistory: () => void;
|
|
12899
12771
|
isFlyoutOpen: boolean;
|
|
12900
12772
|
isChildFlyoutOpen: boolean;
|
|
12901
|
-
|
|
12902
|
-
}
|
|
12773
|
+
canGoBack: boolean;
|
|
12774
|
+
}
|
|
12775
|
+
/**
|
|
12776
|
+
* Hook for accessing the flyout API
|
|
12777
|
+
* @public
|
|
12778
|
+
*/
|
|
12779
|
+
export function useEuiFlyoutSession(): EuiFlyoutSessionApi;
|
|
12903
12780
|
|
|
12904
12781
|
}
|
|
12905
12782
|
declare module '@elastic/eui/src/components/flyout/sessions' {
|
|
12906
12783
|
export { EuiFlyoutSessionProvider, useEuiFlyoutSessionContext, } from '@elastic/eui/src/components/flyout/sessions/flyout_provider';
|
|
12907
12784
|
export type { EuiFlyoutSessionConfig, EuiFlyoutSessionProviderComponentProps, EuiFlyoutSessionRenderContext, } from '@elastic/eui/src/components/flyout/sessions/types';
|
|
12908
|
-
export { useEuiFlyoutSession, type EuiFlyoutSessionOpenChildOptions, type EuiFlyoutSessionOpenMainOptions, } from '@elastic/eui/src/components/flyout/sessions/use_eui_flyout';
|
|
12785
|
+
export { useEuiFlyoutSession, type EuiFlyoutSessionOpenChildOptions, type EuiFlyoutSessionOpenMainOptions, type EuiFlyoutSessionApi, } from '@elastic/eui/src/components/flyout/sessions/use_eui_flyout';
|
|
12909
12786
|
|
|
12910
12787
|
}
|
|
12911
12788
|
declare module '@elastic/eui/src/components/flyout' {
|
|
@@ -12922,7 +12799,7 @@ declare module '@elastic/eui/src/components/flyout' {
|
|
|
12922
12799
|
export { EuiFlyoutResizable } from '@elastic/eui/src/components/flyout/flyout_resizable';
|
|
12923
12800
|
export { EuiFlyoutChild } from '@elastic/eui/src/components/flyout/flyout_child';
|
|
12924
12801
|
export type { EuiFlyoutChildProps } from '@elastic/eui/src/components/flyout/flyout_child';
|
|
12925
|
-
export type { EuiFlyoutSessionConfig, EuiFlyoutSessionOpenChildOptions, EuiFlyoutSessionOpenMainOptions, EuiFlyoutSessionProviderComponentProps, EuiFlyoutSessionRenderContext, } from '@elastic/eui/src/components/flyout/sessions';
|
|
12802
|
+
export type { EuiFlyoutSessionConfig, EuiFlyoutSessionOpenChildOptions, EuiFlyoutSessionOpenMainOptions, EuiFlyoutSessionProviderComponentProps, EuiFlyoutSessionRenderContext, EuiFlyoutSessionApi, } from '@elastic/eui/src/components/flyout/sessions';
|
|
12926
12803
|
export { EuiFlyoutSessionProvider, useEuiFlyoutSession } from '@elastic/eui/src/components/flyout/sessions';
|
|
12927
12804
|
|
|
12928
12805
|
}
|
|
@@ -13025,6 +12902,16 @@ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav
|
|
|
13025
12902
|
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
|
|
13026
12903
|
export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
|
|
13027
12904
|
|
|
12905
|
+
}
|
|
12906
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_light' {
|
|
12907
|
+
import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
|
|
12908
|
+
export const colorVisLight: _EuiThemeVisColors;
|
|
12909
|
+
|
|
12910
|
+
}
|
|
12911
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_dark' {
|
|
12912
|
+
import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
|
|
12913
|
+
export const colorVisDark: _EuiThemeVisColors;
|
|
12914
|
+
|
|
13028
12915
|
}
|
|
13029
12916
|
declare module '@elastic/eui/src/themes/themes' {
|
|
13030
12917
|
import { EuiThemeSystem } from '@elastic/eui/src/services';
|
|
@@ -13034,6 +12921,159 @@ declare module '@elastic/eui/src/themes/themes' {
|
|
|
13034
12921
|
provider?: EuiThemeSystem;
|
|
13035
12922
|
}
|
|
13036
12923
|
|
|
12924
|
+
}
|
|
12925
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_severity' {
|
|
12926
|
+
/**
|
|
12927
|
+
* These are not actually used, but we map them to ensure token parity.
|
|
12928
|
+
* They are mapped to other vis colors
|
|
12929
|
+
*/
|
|
12930
|
+
export const severityColors: {
|
|
12931
|
+
unknown: string;
|
|
12932
|
+
neutral: string;
|
|
12933
|
+
success: string;
|
|
12934
|
+
warning: string;
|
|
12935
|
+
risk: string;
|
|
12936
|
+
danger: string;
|
|
12937
|
+
};
|
|
12938
|
+
|
|
12939
|
+
}
|
|
12940
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
|
|
12941
|
+
import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
|
|
12942
|
+
export const brand_colors: _EuiThemeBrandColors;
|
|
12943
|
+
export const brand_text_colors: _EuiThemeBrandTextColors;
|
|
12944
|
+
export const shade_colors: _EuiThemeShadeColors;
|
|
12945
|
+
export const special_colors: _EuiThemeSpecialColors;
|
|
12946
|
+
export const text_colors: _EuiThemeTextColors;
|
|
12947
|
+
export const background_colors: _EuiThemeBackgroundColors;
|
|
12948
|
+
export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
12949
|
+
export const border_colors: _EuiThemeBorderColors;
|
|
12950
|
+
export const light_colors: _EuiThemeColorsMode;
|
|
12951
|
+
export const dark_shades: _EuiThemeShadeColors;
|
|
12952
|
+
export const dark_background_colors: _EuiThemeBackgroundColors;
|
|
12953
|
+
export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
12954
|
+
export const dark_border_colors: _EuiThemeBorderColors;
|
|
12955
|
+
export const dark_colors_ams: _EuiThemeColorsMode;
|
|
12956
|
+
export const colors: _EuiThemeColors;
|
|
12957
|
+
|
|
12958
|
+
}
|
|
12959
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
|
|
12960
|
+
import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
|
|
12961
|
+
export const animation_speed: _EuiThemeAnimationSpeeds;
|
|
12962
|
+
export const animation_ease: _EuiThemeAnimationEasings;
|
|
12963
|
+
export const animation: _EuiThemeAnimation;
|
|
12964
|
+
|
|
12965
|
+
}
|
|
12966
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
|
|
12967
|
+
export { breakpoint } from '@elastic/eui-theme-common';
|
|
12968
|
+
|
|
12969
|
+
}
|
|
12970
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
|
|
12971
|
+
import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
|
|
12972
|
+
export const base: _EuiThemeBase;
|
|
12973
|
+
export const size: _EuiThemeSizes;
|
|
12974
|
+
|
|
12975
|
+
}
|
|
12976
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
|
|
12977
|
+
import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
|
|
12978
|
+
export const border: _EuiThemeBorder;
|
|
12979
|
+
|
|
12980
|
+
}
|
|
12981
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
|
|
12982
|
+
import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
|
|
12983
|
+
export const levels: _EuiThemeLevels;
|
|
12984
|
+
|
|
12985
|
+
}
|
|
12986
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
|
|
12987
|
+
import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
|
|
12988
|
+
export const fontScale: _EuiThemeFontScales;
|
|
12989
|
+
export const fontBase: _EuiThemeFontBase;
|
|
12990
|
+
export const fontWeight: _EuiThemeFontWeights;
|
|
12991
|
+
export const font: _EuiThemeFont;
|
|
12992
|
+
|
|
12993
|
+
}
|
|
12994
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
|
|
12995
|
+
import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
|
|
12996
|
+
export const focus: _EuiThemeFocus;
|
|
12997
|
+
|
|
12998
|
+
}
|
|
12999
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
|
|
13000
|
+
import { _EuiThemeButton } from '@elastic/eui-theme-common';
|
|
13001
|
+
export const buttons: _EuiThemeButton;
|
|
13002
|
+
|
|
13003
|
+
}
|
|
13004
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
|
|
13005
|
+
export const forms: {
|
|
13006
|
+
maxWidth: string;
|
|
13007
|
+
LIGHT: {
|
|
13008
|
+
background: string;
|
|
13009
|
+
backgroundDisabled: string;
|
|
13010
|
+
backgroundReadOnly: any;
|
|
13011
|
+
backgroundFocused: any;
|
|
13012
|
+
backgroundAutofilled: string;
|
|
13013
|
+
backgroundDropping: string;
|
|
13014
|
+
prependBackground: string;
|
|
13015
|
+
border: string;
|
|
13016
|
+
borderDisabled: string;
|
|
13017
|
+
borderFocused: any;
|
|
13018
|
+
borderInvalid: any;
|
|
13019
|
+
borderHovered: string;
|
|
13020
|
+
borderInvalidHovered: any;
|
|
13021
|
+
borderAutofilled: string;
|
|
13022
|
+
borderAutofilledHovered: string;
|
|
13023
|
+
clearButtonBackground: any;
|
|
13024
|
+
controlBorder: string;
|
|
13025
|
+
controlBorderSelected: string;
|
|
13026
|
+
controlBorderDisabled: string;
|
|
13027
|
+
controlBackgroundUnselected: any;
|
|
13028
|
+
controlBackgroundDisabled: any;
|
|
13029
|
+
colorHasPlaceholder: string;
|
|
13030
|
+
colorDisabled: any;
|
|
13031
|
+
iconDisabled: any;
|
|
13032
|
+
};
|
|
13033
|
+
DARK: {
|
|
13034
|
+
background: string;
|
|
13035
|
+
backgroundFocused: string;
|
|
13036
|
+
backgroundAutofilled: string;
|
|
13037
|
+
prependBackground: string;
|
|
13038
|
+
border: string;
|
|
13039
|
+
clearButtonBackground: any;
|
|
13040
|
+
controlBorder: string;
|
|
13041
|
+
controlBorderSelected: string;
|
|
13042
|
+
controlBorderDisabled: string;
|
|
13043
|
+
backgroundDisabled: string;
|
|
13044
|
+
backgroundReadOnly: any;
|
|
13045
|
+
backgroundDropping: string;
|
|
13046
|
+
borderDisabled: string;
|
|
13047
|
+
borderFocused: any;
|
|
13048
|
+
borderInvalid: any;
|
|
13049
|
+
borderHovered: string;
|
|
13050
|
+
borderInvalidHovered: any;
|
|
13051
|
+
borderAutofilled: string;
|
|
13052
|
+
borderAutofilledHovered: string;
|
|
13053
|
+
controlBackgroundUnselected: any;
|
|
13054
|
+
controlBackgroundDisabled: any;
|
|
13055
|
+
colorHasPlaceholder: string;
|
|
13056
|
+
colorDisabled: any;
|
|
13057
|
+
iconDisabled: any;
|
|
13058
|
+
};
|
|
13059
|
+
};
|
|
13060
|
+
|
|
13061
|
+
}
|
|
13062
|
+
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
|
|
13063
|
+
import { _EuiThemeComponents } from '@elastic/eui-theme-common';
|
|
13064
|
+
export const components: _EuiThemeComponents;
|
|
13065
|
+
|
|
13066
|
+
}
|
|
13067
|
+
declare module '@elastic/eui/src/themes/amsterdam/theme' {
|
|
13068
|
+
import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
|
|
13069
|
+
export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
|
|
13070
|
+
export const euiThemeAmsterdam: EuiThemeShape;
|
|
13071
|
+
export const EuiThemeAmsterdam: {
|
|
13072
|
+
model: EuiThemeShape;
|
|
13073
|
+
root: EuiThemeShape;
|
|
13074
|
+
key: string;
|
|
13075
|
+
};
|
|
13076
|
+
|
|
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) => "auto" | "default" | "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 EuiThemeBorealis;
|
|
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;
|
|
23430
|
-
css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
|
|
23431
23470
|
width: number;
|
|
23432
23471
|
color?: string | undefined;
|
|
23433
23472
|
content?: string | undefined;
|
|
23473
|
+
hidden?: boolean | undefined;
|
|
23474
|
+
css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
|
|
23434
23475
|
translate?: "yes" | "no" | undefined;
|
|
23435
23476
|
property?: string | undefined;
|
|
23436
|
-
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
|
|