@epam/uui 4.11.0-alpha.1 → 4.11.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.
Files changed (143) hide show
  1. package/assets/styles/buttonLayout.scss +66 -66
  2. package/assets/styles/controlLayout.scss +27 -27
  3. package/assets/styles/effects.scss +9 -9
  4. package/assets/styles/font-faces.scss +51 -51
  5. package/assets/styles/icons.scss +18 -18
  6. package/assets/styles/index.scss +7 -7
  7. package/assets/styles/inputs.scss +69 -69
  8. package/assets/styles/layout-mixins.scss +8 -8
  9. package/assets/styles/prettifyScrollBar.scss +52 -52
  10. package/assets/styles/text-layout.scss +80 -80
  11. package/assets/styles/text-size.scss +37 -37
  12. package/assets/styles/typography-mixins.scss +159 -159
  13. package/assets/styles/typography.scss +38 -38
  14. package/assets/styles/variables/widgets/badge.scss +50 -50
  15. package/components/buttons/Button/Button.d.ts +12 -12
  16. package/components/buttons/Button/Button.test.d.ts +1 -1
  17. package/components/buttons/Button/index.d.ts +1 -1
  18. package/components/buttons/IconButton.d.ts +9 -9
  19. package/components/buttons/LinkButton.d.ts +7 -7
  20. package/components/buttons/TabButton.d.ts +7 -7
  21. package/components/buttons/VerticalTabButton.d.ts +4 -4
  22. package/components/buttons/helper.d.ts +2 -2
  23. package/components/buttons/index.d.ts +5 -5
  24. package/components/datePickers/Calendar.d.ts +4 -4
  25. package/components/datePickers/CalendarPresets.d.ts +3 -3
  26. package/components/datePickers/DatePicker.d.ts +12 -12
  27. package/components/datePickers/DatePickerBody.d.ts +3 -3
  28. package/components/datePickers/RangeDatePicker.d.ts +12 -12
  29. package/components/datePickers/RangeDatePickerBody.d.ts +3 -3
  30. package/components/datePickers/index.d.ts +5 -5
  31. package/components/dnd/DropMarker.d.ts +8 -8
  32. package/components/dnd/index.d.ts +1 -1
  33. package/components/filters/FilterDataPickerBody.d.ts +13 -13
  34. package/components/filters/FilterItemBody.d.ts +2 -2
  35. package/components/filters/FilterNumericBody.d.ts +12 -12
  36. package/components/filters/FilterPanelItemToggler.d.ts +12 -12
  37. package/components/filters/FilterPickerBody.d.ts +19 -19
  38. package/components/filters/FilterRangeDatePickerBody.d.ts +18 -18
  39. package/components/filters/FiltersPanel.d.ts +8 -8
  40. package/components/filters/FiltersPanelItem.d.ts +7 -7
  41. package/components/filters/PresetPanel/Preset.d.ts +8 -8
  42. package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +9 -9
  43. package/components/filters/PresetPanel/PresetInput.d.ts +8 -8
  44. package/components/filters/PresetPanel/PresetsPanel.d.ts +6 -6
  45. package/components/filters/PresetPanel/index.d.ts +1 -1
  46. package/components/filters/defaultPredicates.d.ts +4 -4
  47. package/components/filters/index.d.ts +4 -4
  48. package/components/forms/Form.d.ts +3 -3
  49. package/components/forms/index.d.ts +2 -2
  50. package/components/forms/useForm.d.ts +2 -2
  51. package/components/index.d.ts +14 -14
  52. package/components/inputs/Checkbox.d.ts +8 -8
  53. package/components/inputs/MultiSwitch.d.ts +15 -15
  54. package/components/inputs/NumericInput.d.ts +8 -8
  55. package/components/inputs/RadioInput.d.ts +6 -6
  56. package/components/inputs/Switch.d.ts +6 -6
  57. package/components/inputs/TextArea.d.ts +9 -9
  58. package/components/inputs/TextInput.d.ts +12 -12
  59. package/components/inputs/index.d.ts +7 -7
  60. package/components/layout/Accordion.d.ts +6 -6
  61. package/components/layout/Blocker.d.ts +3 -3
  62. package/components/layout/CheckboxGroup.d.ts +2 -2
  63. package/components/layout/ControlGroup.d.ts +2 -2
  64. package/components/layout/FlexItems/FlexCell.d.ts +11 -11
  65. package/components/layout/FlexItems/FlexRow.d.ts +16 -16
  66. package/components/layout/FlexItems/FlexSpacer.d.ts +4 -4
  67. package/components/layout/FlexItems/Panel.d.ts +7 -7
  68. package/components/layout/FlexItems/index.d.ts +4 -4
  69. package/components/layout/LabeledInput.d.ts +5 -5
  70. package/components/layout/RadioGroup.d.ts +2 -2
  71. package/components/layout/ScrollBars.d.ts +3 -3
  72. package/components/layout/VirtualList.d.ts +2 -2
  73. package/components/layout/index.d.ts +10 -10
  74. package/components/navigation/MainMenu/Burger/Burger.d.ts +5 -5
  75. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +7 -7
  76. package/components/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +4 -4
  77. package/components/navigation/MainMenu/Burger/BurgerSearch.d.ts +4 -4
  78. package/components/navigation/MainMenu/Burger/index.d.ts +4 -4
  79. package/components/navigation/MainMenu/GlobalMenu.d.ts +5 -5
  80. package/components/navigation/MainMenu/MainMenu.d.ts +4 -4
  81. package/components/navigation/MainMenu/MainMenuAvatar.d.ts +7 -7
  82. package/components/navigation/MainMenu/MainMenuButton.d.ts +6 -6
  83. package/components/navigation/MainMenu/MainMenuDropdown.d.ts +5 -5
  84. package/components/navigation/MainMenu/MainMenuIcon.d.ts +7 -7
  85. package/components/navigation/MainMenu/MainMenuSearch.d.ts +6 -6
  86. package/components/navigation/MainMenu/index.d.ts +8 -8
  87. package/components/navigation/index.d.ts +1 -1
  88. package/components/overlays/Alert.d.ts +23 -23
  89. package/components/overlays/ConfirmationModal.d.ts +10 -10
  90. package/components/overlays/Dropdown.d.ts +5 -5
  91. package/components/overlays/DropdownContainer.d.ts +8 -8
  92. package/components/overlays/DropdownMenu.d.ts +33 -33
  93. package/components/overlays/Modals.d.ts +19 -19
  94. package/components/overlays/NotificationCard.d.ts +25 -25
  95. package/components/overlays/Tooltip.d.ts +5 -5
  96. package/components/overlays/index.d.ts +7 -7
  97. package/components/pickers/DataPickerBody.d.ts +16 -16
  98. package/components/pickers/DataPickerFooter.d.ts +8 -8
  99. package/components/pickers/DataPickerHeader.d.ts +7 -7
  100. package/components/pickers/DataPickerRow.d.ts +15 -15
  101. package/components/pickers/MobileDropdownWrapper.d.ts +10 -10
  102. package/components/pickers/PickerInput.d.ts +16 -16
  103. package/components/pickers/PickerItem.d.ts +13 -13
  104. package/components/pickers/PickerList.d.ts +17 -17
  105. package/components/pickers/PickerListItem.d.ts +8 -8
  106. package/components/pickers/PickerModal.d.ts +16 -16
  107. package/components/pickers/PickerToggler.d.ts +7 -7
  108. package/components/pickers/index.d.ts +11 -11
  109. package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts +13 -13
  110. package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts +7 -7
  111. package/components/tables/ColumnHeaderDropdown/index.d.ts +1 -1
  112. package/components/tables/DataTable.d.ts +15 -15
  113. package/components/tables/DataTableCell.d.ts +4 -4
  114. package/components/tables/DataTableHeaderCell.d.ts +18 -18
  115. package/components/tables/DataTableHeaderRow.d.ts +4 -4
  116. package/components/tables/DataTableRow.d.ts +10 -10
  117. package/components/tables/columnsConfigurationModal/ColumnRow.d.ts +6 -6
  118. package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +9 -9
  119. package/components/tables/columnsConfigurationModal/PinIconButton.d.ts +9 -9
  120. package/components/tables/columnsConfigurationModal/index.d.ts +1 -1
  121. package/components/tables/index.d.ts +8 -8
  122. package/components/tables/types.d.ts +31 -31
  123. package/components/types.d.ts +34 -34
  124. package/components/typography/RichTextView.d.ts +6 -6
  125. package/components/typography/Text.d.ts +11 -11
  126. package/components/typography/TextPlaceholder.d.ts +9 -9
  127. package/components/typography/index.d.ts +3 -3
  128. package/components/widgets/Avatar.d.ts +2 -2
  129. package/components/widgets/Badge.d.ts +14 -14
  130. package/components/widgets/Spinner.d.ts +5 -5
  131. package/components/widgets/Tag.d.ts +8 -8
  132. package/components/widgets/index.d.ts +4 -4
  133. package/helpers/index.d.ts +2 -2
  134. package/helpers/textLayout.d.ts +8 -8
  135. package/helpers/useColumnsWithFilters.d.ts +2 -2
  136. package/i18n.d.ts +103 -103
  137. package/icons/icons.d.ts +3 -3
  138. package/index.d.ts +4 -4
  139. package/index.js +1967 -1967
  140. package/index.js.map +1 -1
  141. package/package.json +5 -5
  142. package/readme.md +4 -4
  143. package/stats.html +1 -1
@@ -1,7 +1,7 @@
1
- import { DataTableState, IPresetsApi } from "@epam/uui-core";
2
- interface PresetsBlockProps extends IPresetsApi {
3
- tableState: DataTableState;
4
- }
5
- export declare const PresetsPanel: (props: PresetsBlockProps) => JSX.Element;
6
- export {};
1
+ import { DataTableState, IPresetsApi } from "@epam/uui-core";
2
+ interface PresetsBlockProps extends IPresetsApi {
3
+ tableState: DataTableState;
4
+ }
5
+ export declare const PresetsPanel: (props: PresetsBlockProps) => JSX.Element;
6
+ export {};
7
7
  //# sourceMappingURL=PresetsPanel.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './PresetsPanel';
1
+ export * from './PresetsPanel';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,5 +1,5 @@
1
- import { IFilterPredicate } from "@epam/uui-core";
2
- type defaultPredicateName = 'numeric' | 'multiPicker' | 'rangeDatePicker';
3
- export declare const defaultPredicates: Record<defaultPredicateName, IFilterPredicate[]>;
4
- export {};
1
+ import { IFilterPredicate } from "@epam/uui-core";
2
+ type defaultPredicateName = 'numeric' | 'multiPicker' | 'rangeDatePicker';
3
+ export declare const defaultPredicates: Record<defaultPredicateName, IFilterPredicate[]>;
4
+ export {};
5
5
  //# sourceMappingURL=defaultPredicates.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from "./FiltersPanel";
2
- export * from "./FilterItemBody";
3
- export * from "./PresetPanel";
4
- export * from "./defaultPredicates";
1
+ export * from "./FiltersPanel";
2
+ export * from "./FilterItemBody";
3
+ export * from "./PresetPanel";
4
+ export * from "./defaultPredicates";
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { FormProps } from '@epam/uui-core';
3
- export declare function Form<T>(props: FormProps<T>): JSX.Element;
1
+ /// <reference types="react" />
2
+ import { FormProps } from '@epam/uui-core';
3
+ export declare function Form<T>(props: FormProps<T>): JSX.Element;
4
4
  //# sourceMappingURL=Form.d.ts.map
@@ -1,3 +1,3 @@
1
- export * from './Form';
2
- export * from './useForm';
1
+ export * from './Form';
2
+ export * from './useForm';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,3 @@
1
- import { UseFormProps } from "@epam/uui-core";
2
- export declare function useForm<T>(props: UseFormProps<T>): import("@epam/uui-core").IFormApi<T>;
1
+ import { UseFormProps } from "@epam/uui-core";
2
+ export declare function useForm<T>(props: UseFormProps<T>): import("@epam/uui-core").IFormApi<T>;
3
3
  //# sourceMappingURL=useForm.d.ts.map
@@ -1,15 +1,15 @@
1
- export * from './buttons';
2
- export * from './datePickers';
3
- export * from './dnd';
4
- export * from './inputs';
5
- export * from './layout';
6
- export * from './overlays';
7
- export * from './pickers';
8
- export * from './typography';
9
- export * from './widgets';
10
- export * from './tables';
11
- export * from './types';
12
- export * from './filters';
13
- export * from './navigation';
14
- export * from './forms';
1
+ export * from './buttons';
2
+ export * from './datePickers';
3
+ export * from './dnd';
4
+ export * from './inputs';
5
+ export * from './layout';
6
+ export * from './overlays';
7
+ export * from './pickers';
8
+ export * from './typography';
9
+ export * from './widgets';
10
+ export * from './tables';
11
+ export * from './types';
12
+ export * from './filters';
13
+ export * from './navigation';
14
+ export * from './forms';
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1,9 +1,9 @@
1
- import { CheckboxProps as UuiCheckboxProps } from '@epam/uui-components';
2
- export interface CheckboxMods {
3
- size?: '12' | '18';
4
- mode?: 'form' | 'cell';
5
- }
6
- export type CheckboxProps = CheckboxMods & UuiCheckboxProps;
7
- export declare function applyCheckboxMods(mods: CheckboxProps): string[];
8
- export declare const Checkbox: (props: UuiCheckboxProps & CheckboxMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { CheckboxProps as UuiCheckboxProps } from '@epam/uui-components';
2
+ export interface CheckboxMods {
3
+ size?: '12' | '18';
4
+ mode?: 'form' | 'cell';
5
+ }
6
+ export type CheckboxProps = CheckboxMods & UuiCheckboxProps;
7
+ export declare function applyCheckboxMods(mods: CheckboxProps): string[];
8
+ export declare const Checkbox: (props: UuiCheckboxProps & CheckboxMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
9
9
  //# sourceMappingURL=Checkbox.d.ts.map
@@ -1,16 +1,16 @@
1
- import * as React from 'react';
2
- import { IEditable, IHasRawProps } from '@epam/uui-core';
3
- import { ButtonProps } from '@epam/uui-components';
4
- import { ButtonMods } from '../buttons';
5
- import { SizeMod } from '../types';
6
- interface MultiSwitchItem<TValue> extends ButtonProps, ButtonMods {
7
- id: TValue;
8
- }
9
- export type UuiMultiSwitchColor = 'primary' | 'secondary';
10
- export interface MultiSwitchProps<TValue> extends IEditable<TValue>, SizeMod, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
11
- items: MultiSwitchItem<TValue>[];
12
- color?: UuiMultiSwitchColor;
13
- }
14
- export declare const MultiSwitch: React.ForwardRefExoticComponent<MultiSwitchProps<unknown> & React.RefAttributes<HTMLDivElement>>;
15
- export {};
1
+ import * as React from 'react';
2
+ import { IEditable, IHasRawProps } from '@epam/uui-core';
3
+ import { ButtonProps } from '@epam/uui-components';
4
+ import { ButtonMods } from '../buttons';
5
+ import { SizeMod } from '../types';
6
+ interface MultiSwitchItem<TValue> extends ButtonProps, ButtonMods {
7
+ id: TValue;
8
+ }
9
+ export type UuiMultiSwitchColor = 'primary' | 'secondary';
10
+ export interface MultiSwitchProps<TValue> extends IEditable<TValue>, SizeMod, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
11
+ items: MultiSwitchItem<TValue>[];
12
+ color?: UuiMultiSwitchColor;
13
+ }
14
+ export declare const MultiSwitch: React.ForwardRefExoticComponent<MultiSwitchProps<unknown> & React.RefAttributes<HTMLDivElement>>;
15
+ export {};
16
16
  //# sourceMappingURL=MultiSwitch.d.ts.map
@@ -1,9 +1,9 @@
1
- import * as types from "../types";
2
- import { NumericInputProps as uuiNumericInputProps } from "@epam/uui-components";
3
- import { IHasEditMode } from "../types";
4
- export interface NumericInputMods extends types.SizeMod, IHasEditMode {
5
- }
6
- export declare function applyNumericInputMods(mods: NumericInputMods): string[];
7
- export type NumericInputProps = uuiNumericInputProps & NumericInputMods;
8
- export declare const NumericInput: (props: uuiNumericInputProps & NumericInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import * as types from "../types";
2
+ import { NumericInputProps as uuiNumericInputProps } from "@epam/uui-components";
3
+ import { IHasEditMode } from "../types";
4
+ export interface NumericInputMods extends types.SizeMod, IHasEditMode {
5
+ }
6
+ export declare function applyNumericInputMods(mods: NumericInputMods): string[];
7
+ export type NumericInputProps = uuiNumericInputProps & NumericInputMods;
8
+ export declare const NumericInput: (props: uuiNumericInputProps & NumericInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
9
9
  //# sourceMappingURL=NumericInput.d.ts.map
@@ -1,7 +1,7 @@
1
- import { RadioInputProps as UuiRadioInputProps } from '@epam/uui-components';
2
- export interface RadioInputMods {
3
- size?: '12' | '18';
4
- }
5
- export type RadioInputProps = RadioInputMods & UuiRadioInputProps;
6
- export declare const RadioInput: (props: UuiRadioInputProps & RadioInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { RadioInputProps as UuiRadioInputProps } from '@epam/uui-components';
2
+ export interface RadioInputMods {
3
+ size?: '12' | '18';
4
+ }
5
+ export type RadioInputProps = RadioInputMods & UuiRadioInputProps;
6
+ export declare const RadioInput: (props: UuiRadioInputProps & RadioInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
7
7
  //# sourceMappingURL=RadioInput.d.ts.map
@@ -1,7 +1,7 @@
1
- import { SwitchProps } from '@epam/uui-components';
2
- export interface SwitchMods {
3
- size?: '12' | '18' | '24';
4
- }
5
- export declare function applySwitchMods(mods: SwitchMods & SwitchProps): string[];
6
- export declare const Switch: (props: SwitchProps & SwitchMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { SwitchProps } from '@epam/uui-components';
2
+ export interface SwitchMods {
3
+ size?: '12' | '18' | '24';
4
+ }
5
+ export declare function applySwitchMods(mods: SwitchMods & SwitchProps): string[];
6
+ export declare const Switch: (props: SwitchProps & SwitchMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
7
7
  //# sourceMappingURL=Switch.d.ts.map
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import { TextAreaProps as UuiTextAreaProps } from '@epam/uui-components';
3
- import * as types from '../types';
4
- export interface TextAreaMods extends types.IHasEditMode {
5
- size?: types.ControlSize;
6
- }
7
- export declare function applyTextAreaMods(mods: TextAreaMods): string[];
8
- export type TextAreaProps = UuiTextAreaProps & TextAreaMods;
9
- export declare const TextArea: (props: UuiTextAreaProps & TextAreaMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
1
+ import * as React from 'react';
2
+ import { TextAreaProps as UuiTextAreaProps } from '@epam/uui-components';
3
+ import * as types from '../types';
4
+ export interface TextAreaMods extends types.IHasEditMode {
5
+ size?: types.ControlSize;
6
+ }
7
+ export declare function applyTextAreaMods(mods: TextAreaMods): string[];
8
+ export type TextAreaProps = UuiTextAreaProps & TextAreaMods;
9
+ export declare const TextArea: (props: UuiTextAreaProps & TextAreaMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
10
10
  //# sourceMappingURL=TextArea.d.ts.map
@@ -1,13 +1,13 @@
1
- import React from 'react';
2
- import { IEditableDebouncerOptions } from '@epam/uui-core';
3
- import { TextInputProps as CoreTextInputProps } from '@epam/uui-components';
4
- import { IHasEditMode, ControlSize } from '../types';
5
- export interface TextInputMods extends IHasEditMode {
6
- size?: ControlSize;
7
- }
8
- export declare function applyTextInputMods(mods: TextInputMods): string[];
9
- export interface TextInputProps extends CoreTextInputProps, TextInputMods {
10
- }
11
- export declare const TextInput: (props: CoreTextInputProps & TextInputMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
12
- export declare const SearchInput: React.ForwardRefExoticComponent<Pick<TextInputProps & TextInputMods & IEditableDebouncerOptions, "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "isRequired" | "onClick" | "caption" | "dropdownIcon" | "cx" | "icon" | "iconPosition" | "onIconClick" | "tabIndex" | "rawProps" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "placeholder" | "type" | "inputMode" | "id" | "prefix" | "name" | "size" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "autoComplete" | "maxLength" | "suffix" | "inputCx" | "mode" | "disableDebounce" | "debounceDelay" | "acceptIcon" | "cancelIcon" | "renderInput"> & React.RefAttributes<HTMLInputElement>>;
1
+ import React from 'react';
2
+ import { IEditableDebouncerOptions } from '@epam/uui-core';
3
+ import { TextInputProps as CoreTextInputProps } from '@epam/uui-components';
4
+ import { IHasEditMode, ControlSize } from '../types';
5
+ export interface TextInputMods extends IHasEditMode {
6
+ size?: ControlSize;
7
+ }
8
+ export declare function applyTextInputMods(mods: TextInputMods): string[];
9
+ export interface TextInputProps extends CoreTextInputProps, TextInputMods {
10
+ }
11
+ export declare const TextInput: (props: CoreTextInputProps & TextInputMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
12
+ export declare const SearchInput: React.ForwardRefExoticComponent<Pick<TextInputProps & TextInputMods & IEditableDebouncerOptions, "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "isRequired" | "onClick" | "caption" | "dropdownIcon" | "cx" | "icon" | "iconPosition" | "onIconClick" | "tabIndex" | "rawProps" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "placeholder" | "type" | "inputMode" | "id" | "prefix" | "name" | "size" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "autoComplete" | "maxLength" | "suffix" | "inputCx" | "mode" | "disableDebounce" | "debounceDelay" | "acceptIcon" | "cancelIcon" | "renderInput"> & React.RefAttributes<HTMLInputElement>>;
13
13
  //# sourceMappingURL=TextInput.d.ts.map
@@ -1,8 +1,8 @@
1
- export * from './Checkbox';
2
- export * from './RadioInput';
3
- export * from './Switch';
4
- export * from './TextInput';
5
- export * from './MultiSwitch';
6
- export * from './NumericInput';
7
- export * from './TextArea';
1
+ export * from './Checkbox';
2
+ export * from './RadioInput';
3
+ export * from './Switch';
4
+ export * from './TextInput';
5
+ export * from './MultiSwitch';
6
+ export * from './NumericInput';
7
+ export * from './TextArea';
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,7 @@
1
- import { AccordionProps } from '@epam/uui-components';
2
- export interface AccordionMods {
3
- mode?: 'block' | 'inline';
4
- padding?: '0' | '6' | '12' | '18';
5
- }
6
- export declare const Accordion: (props: (AccordionProps & AccordionMods) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { AccordionProps } from '@epam/uui-components';
2
+ export interface AccordionMods {
3
+ mode?: 'block' | 'inline';
4
+ padding?: '0' | '6' | '12' | '18';
5
+ }
6
+ export declare const Accordion: (props: (AccordionProps & AccordionMods) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
7
7
  //# sourceMappingURL=Accordion.d.ts.map
@@ -1,4 +1,4 @@
1
- import React from 'react';
2
- import { BlockerProps } from '@epam/uui-components';
3
- export declare const Blocker: (props: BlockerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
1
+ import React from 'react';
2
+ import { BlockerProps } from '@epam/uui-components';
3
+ export declare const Blocker: (props: BlockerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
4
4
  //# sourceMappingURL=Blocker.d.ts.map
@@ -1,3 +1,3 @@
1
- import { CheckboxGroupProps } from '@epam/uui-components';
2
- export declare const CheckboxGroup: (props: CheckboxGroupProps<any> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { CheckboxGroupProps } from '@epam/uui-components';
2
+ export declare const CheckboxGroup: (props: CheckboxGroupProps<any> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
3
3
  //# sourceMappingURL=CheckboxGroup.d.ts.map
@@ -1,3 +1,3 @@
1
- import { ControlGroupProps } from '@epam/uui-components';
2
- export declare const ControlGroup: (props: ControlGroupProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { ControlGroupProps } from '@epam/uui-components';
2
+ export declare const ControlGroup: (props: ControlGroupProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
3
3
  //# sourceMappingURL=ControlGroup.d.ts.map
@@ -1,12 +1,12 @@
1
- import * as React from 'react';
2
- export type FlexCellMods = {};
3
- export declare const FlexCell: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & React.Attributes & import("@epam/uui-core").IHasChildren & {
4
- width?: number | "auto" | "100%";
5
- minWidth?: number;
6
- grow?: number;
7
- shrink?: number;
8
- textAlign?: "left" | "right" | "center";
9
- alignSelf?: string;
10
- style?: React.CSSProperties;
11
- } & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
1
+ import * as React from 'react';
2
+ export type FlexCellMods = {};
3
+ export declare const FlexCell: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<React.HTMLAttributes<HTMLDivElement>> & React.Attributes & import("@epam/uui-core").IHasChildren & {
4
+ width?: number | "auto" | "100%";
5
+ minWidth?: number;
6
+ grow?: number;
7
+ shrink?: number;
8
+ textAlign?: "left" | "right" | "center";
9
+ alignSelf?: string;
10
+ style?: React.CSSProperties;
11
+ } & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
12
12
  //# sourceMappingURL=FlexCell.d.ts.map
@@ -1,17 +1,17 @@
1
- import { FlexRowProps as uuiFlexRowProps } from '@epam/uui-core';
2
- import { RowSizeMod } from '../../types';
3
- export interface RowMods extends RowSizeMod {
4
- borderBottom?: boolean;
5
- columnGap?: number | '6' | '12' | '18' | '24' | '36';
6
- margin?: '12' | '24';
7
- padding?: '6' | '12' | '18' | '24';
8
- rowGap?: number | '6' | '12' | '18' | '24' | '36';
9
- spacing?: '6' | '12' | '18';
10
- topShadow?: boolean;
11
- vPadding?: '12' | '18' | '24' | '36' | '48';
12
- }
13
- interface FlexRowProps extends Omit<uuiFlexRowProps, 'columnGap' | 'rowGap'> {
14
- }
15
- export declare const FlexRow: (props: FlexRowProps & RowMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
16
- export {};
1
+ import { FlexRowProps as uuiFlexRowProps } from '@epam/uui-core';
2
+ import { RowSizeMod } from '../../types';
3
+ export interface RowMods extends RowSizeMod {
4
+ borderBottom?: boolean;
5
+ columnGap?: number | '6' | '12' | '18' | '24' | '36';
6
+ margin?: '12' | '24';
7
+ padding?: '6' | '12' | '18' | '24';
8
+ rowGap?: number | '6' | '12' | '18' | '24' | '36';
9
+ spacing?: '6' | '12' | '18';
10
+ topShadow?: boolean;
11
+ vPadding?: '12' | '18' | '24' | '36' | '48';
12
+ }
13
+ interface FlexRowProps extends Omit<uuiFlexRowProps, 'columnGap' | 'rowGap'> {
14
+ }
15
+ export declare const FlexRow: (props: FlexRowProps & RowMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
16
+ export {};
17
17
  //# sourceMappingURL=FlexRow.d.ts.map
@@ -1,5 +1,5 @@
1
- export declare const FlexSpacer: {
2
- (props: import("@epam/uui-components").FlexSpacerProps): JSX.Element;
3
- displayName: string;
4
- };
1
+ export declare const FlexSpacer: {
2
+ (props: import("@epam/uui-components").FlexSpacerProps): JSX.Element;
3
+ displayName: string;
4
+ };
5
5
  //# sourceMappingURL=FlexSpacer.d.ts.map
@@ -1,8 +1,8 @@
1
- export interface PanelMods {
2
- shadow?: boolean;
3
- margin?: '24';
4
- }
5
- export declare const Panel: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & import("@epam/uui-core").IAnalyticableClick & {
6
- style?: import("react").CSSProperties;
7
- } & PanelMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ export interface PanelMods {
2
+ shadow?: boolean;
3
+ margin?: '24';
4
+ }
5
+ export declare const Panel: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IClickable & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLDivElement> & import("@epam/uui-core").IAnalyticableClick & {
6
+ style?: import("react").CSSProperties;
7
+ } & PanelMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
8
8
  //# sourceMappingURL=Panel.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from './FlexCell';
2
- export * from './FlexRow';
3
- export * from './FlexSpacer';
4
- export * from './Panel';
1
+ export * from './FlexCell';
2
+ export * from './FlexRow';
3
+ export * from './FlexSpacer';
4
+ export * from './Panel';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,6 +1,6 @@
1
- import * as types from '../types';
2
- import { LabeledInputProps } from '@epam/uui-components';
3
- export interface LabeledInputMods extends types.SizeMod {
4
- }
5
- export declare const LabeledInput: (props: LabeledInputProps & LabeledInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import * as types from '../types';
2
+ import { LabeledInputProps } from '@epam/uui-components';
3
+ export interface LabeledInputMods extends types.SizeMod {
4
+ }
5
+ export declare const LabeledInput: (props: LabeledInputProps & LabeledInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
6
6
  //# sourceMappingURL=LabeledInput.d.ts.map
@@ -1,3 +1,3 @@
1
- import { RadioGroupProps } from '@epam/uui-components';
2
- export declare const RadioGroup: (props: RadioGroupProps<any> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { RadioGroupProps } from '@epam/uui-components';
2
+ export declare const RadioGroup: (props: RadioGroupProps<any> & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
3
3
  //# sourceMappingURL=RadioGroup.d.ts.map
@@ -1,4 +1,4 @@
1
- import { ScrollbarProps } from '@epam/uui-components';
2
- import './ScrollBars.scss';
3
- export declare const ScrollBars: (props: ScrollbarProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { ScrollbarProps } from '@epam/uui-components';
2
+ import './ScrollBars.scss';
3
+ export declare const ScrollBars: (props: ScrollbarProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4
4
  //# sourceMappingURL=ScrollBars.d.ts.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- export declare const VirtualList: import("react").ForwardRefExoticComponent<import("@epam/uui-components").VirtualListProps<any, any> & import("react").RefAttributes<import("@epam/uui-components").ScrollbarsApi>>;
1
+ /// <reference types="react" />
2
+ export declare const VirtualList: import("react").ForwardRefExoticComponent<import("@epam/uui-components").VirtualListProps<any, any> & import("react").RefAttributes<import("@epam/uui-components").ScrollbarsApi>>;
3
3
  //# sourceMappingURL=VirtualList.d.ts.map
@@ -1,11 +1,11 @@
1
- export * from './Accordion';
2
- export * from './ControlGroup';
3
- export * from './FlexItems';
4
- export { IconContainer } from '@epam/uui-components';
5
- export * from './LabeledInput';
6
- export * from './RadioGroup';
7
- export * from './ScrollBars';
8
- export * from './VirtualList';
9
- export * from './Blocker';
10
- export * from './CheckboxGroup';
1
+ export * from './Accordion';
2
+ export * from './ControlGroup';
3
+ export * from './FlexItems';
4
+ export { IconContainer } from '@epam/uui-components';
5
+ export * from './LabeledInput';
6
+ export * from './RadioGroup';
7
+ export * from './ScrollBars';
8
+ export * from './VirtualList';
9
+ export * from './Blocker';
10
+ export * from './CheckboxGroup';
11
11
  //# sourceMappingURL=index.d.ts.map
@@ -1,6 +1,6 @@
1
- import * as React from 'react';
2
- import { BurgerProps } from '@epam/uui-components';
3
- export interface BurgerMods {
4
- }
5
- export declare const Burger: (props: BurgerProps & BurgerMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
1
+ import * as React from 'react';
2
+ import { BurgerProps } from '@epam/uui-components';
3
+ export interface BurgerMods {
4
+ }
5
+ export declare const Burger: (props: BurgerProps & BurgerMods & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
6
6
  //# sourceMappingURL=Burger.d.ts.map
@@ -1,8 +1,8 @@
1
- import { IHasIcon, IDropdownToggler } from '@epam/uui-core';
2
- import { ButtonProps } from '@epam/uui-components';
3
- export interface BurgerButtonMods extends IHasIcon, IDropdownToggler {
4
- type?: 'primary' | 'secondary';
5
- indentLevel?: number;
6
- }
7
- export declare const BurgerButton: (props: ButtonProps & BurgerButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { IHasIcon, IDropdownToggler } from '@epam/uui-core';
2
+ import { ButtonProps } from '@epam/uui-components';
3
+ export interface BurgerButtonMods extends IHasIcon, IDropdownToggler {
4
+ type?: 'primary' | 'secondary';
5
+ indentLevel?: number;
6
+ }
7
+ export declare const BurgerButton: (props: ButtonProps & BurgerButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
8
8
  //# sourceMappingURL=BurgerButton.d.ts.map
@@ -1,5 +1,5 @@
1
- export interface BurgerGroupHeaderProps {
2
- caption: string;
3
- }
4
- export declare const BurgerGroupHeader: (props: BurgerGroupHeaderProps) => JSX.Element;
1
+ export interface BurgerGroupHeaderProps {
2
+ caption: string;
3
+ }
4
+ export declare const BurgerGroupHeader: (props: BurgerGroupHeaderProps) => JSX.Element;
5
5
  //# sourceMappingURL=BurgerGroupHeader.d.ts.map
@@ -1,5 +1,5 @@
1
- import { TextInputProps } from '@epam/uui-components';
2
- export interface BurgerSearchProps extends TextInputProps {
3
- }
4
- export declare const BurgerSearch: (props: BurgerSearchProps) => JSX.Element;
1
+ import { TextInputProps } from '@epam/uui-components';
2
+ export interface BurgerSearchProps extends TextInputProps {
3
+ }
4
+ export declare const BurgerSearch: (props: BurgerSearchProps) => JSX.Element;
5
5
  //# sourceMappingURL=BurgerSearch.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from './Burger';
2
- export * from './BurgerButton';
3
- export * from './BurgerSearch';
4
- export * from './BurgerGroupHeader';
1
+ export * from './Burger';
2
+ export * from './BurgerButton';
3
+ export * from './BurgerSearch';
4
+ export * from './BurgerGroupHeader';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,6 +1,6 @@
1
- import * as React from 'react';
2
- import { IAdaptiveItem, IHasCX, IHasRawProps } from '@epam/uui-core';
3
- export interface GlobalMenuProps extends IAdaptiveItem, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
4
- }
5
- export declare const GlobalMenu: React.ForwardRefExoticComponent<GlobalMenuProps & React.RefAttributes<HTMLDivElement>>;
1
+ import * as React from 'react';
2
+ import { IAdaptiveItem, IHasCX, IHasRawProps } from '@epam/uui-core';
3
+ export interface GlobalMenuProps extends IAdaptiveItem, IHasCX, IHasRawProps<React.HTMLAttributes<HTMLDivElement>> {
4
+ }
5
+ export declare const GlobalMenu: React.ForwardRefExoticComponent<GlobalMenuProps & React.RefAttributes<HTMLDivElement>>;
6
6
  //# sourceMappingURL=GlobalMenu.d.ts.map
@@ -1,5 +1,5 @@
1
- import { MainMenuProps } from '@epam/uui-components';
2
- export interface MainMenuMods {
3
- }
4
- export declare const MainMenu: (props: MainMenuProps & MainMenuMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { MainMenuProps } from '@epam/uui-components';
2
+ export interface MainMenuMods {
3
+ }
4
+ export declare const MainMenu: (props: MainMenuProps & MainMenuMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
5
5
  //# sourceMappingURL=MainMenu.d.ts.map
@@ -1,8 +1,8 @@
1
- import * as React from 'react';
2
- import { IAdaptiveItem, IDropdownToggler, Icon, IHasCX } from '@epam/uui-core';
3
- export interface MainMenuAvatarProps extends IAdaptiveItem, IDropdownToggler, IHasCX {
4
- avatarUrl?: string;
5
- icon?: Icon;
6
- }
7
- export declare const MainMenuAvatar: React.ForwardRefExoticComponent<Pick<MainMenuAvatarProps, "isDisabled" | "onClick" | "caption" | "cx" | "icon" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "estimatedWidth" | "priority" | "showInBurgerMenu" | "collapseToMore" | "collapsedContainer" | "avatarUrl"> & React.RefAttributes<HTMLDivElement>>;
1
+ import * as React from 'react';
2
+ import { IAdaptiveItem, IDropdownToggler, Icon, IHasCX } from '@epam/uui-core';
3
+ export interface MainMenuAvatarProps extends IAdaptiveItem, IDropdownToggler, IHasCX {
4
+ avatarUrl?: string;
5
+ icon?: Icon;
6
+ }
7
+ export declare const MainMenuAvatar: React.ForwardRefExoticComponent<Pick<MainMenuAvatarProps, "isDisabled" | "onClick" | "caption" | "cx" | "icon" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "estimatedWidth" | "priority" | "showInBurgerMenu" | "collapseToMore" | "collapsedContainer" | "avatarUrl"> & React.RefAttributes<HTMLDivElement>>;
8
8
  //# sourceMappingURL=MainMenuAvatar.d.ts.map
@@ -1,7 +1,7 @@
1
- import { ButtonProps } from '@epam/uui-components';
2
- import { IAdaptiveItem } from '@epam/uui-core';
3
- export interface MainMenuButtonMods {
4
- type?: 'primary' | 'secondary';
5
- }
6
- export declare const MainMenuButton: (props: ButtonProps & MainMenuButtonMods & IAdaptiveItem & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ import { ButtonProps } from '@epam/uui-components';
2
+ import { IAdaptiveItem } from '@epam/uui-core';
3
+ export interface MainMenuButtonMods {
4
+ type?: 'primary' | 'secondary';
5
+ }
6
+ export declare const MainMenuButton: (props: ButtonProps & MainMenuButtonMods & IAdaptiveItem & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
7
7
  //# sourceMappingURL=MainMenuButton.d.ts.map
@@ -1,6 +1,6 @@
1
- import * as React from 'react';
2
- import { MainMenuDropdownProps } from '@epam/uui-components';
3
- export declare class MainMenuDropdown extends React.Component<MainMenuDropdownProps> {
4
- render(): JSX.Element;
5
- }
1
+ import * as React from 'react';
2
+ import { MainMenuDropdownProps } from '@epam/uui-components';
3
+ export declare class MainMenuDropdown extends React.Component<MainMenuDropdownProps> {
4
+ render(): JSX.Element;
5
+ }
6
6
  //# sourceMappingURL=MainMenuDropdown.d.ts.map