@epam/uui 4.9.2 → 4.10.0-rc.1

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 (148) hide show
  1. package/assets/styles/buttonLayout.scss +66 -66
  2. package/assets/styles/controlLayout.scss +11 -11
  3. package/assets/styles/effects.scss +8 -8
  4. package/assets/styles/font-faces.scss +51 -51
  5. package/assets/styles/fonts-variables.scss +24 -24
  6. package/assets/styles/icons.scss +18 -18
  7. package/assets/styles/index.scss +7 -7
  8. package/assets/styles/inputs.scss +69 -69
  9. package/assets/styles/layout-mixins.scss +8 -8
  10. package/assets/styles/prettifyScrollBar.scss +44 -44
  11. package/assets/styles/text-layout.scss +80 -80
  12. package/assets/styles/text-size.scss +37 -37
  13. package/assets/styles/typography.scss +3 -3
  14. package/assets/styles/variables/buttons/button.scss +70 -70
  15. package/assets/styles/variables/buttons/iconButton.scss +41 -41
  16. package/assets/styles/variables/buttons/linkButton.scss +6 -6
  17. package/assets/styles/variables/buttons/tabButton.scss +8 -8
  18. package/assets/styles/variables/inputs/checkbox.scss +18 -18
  19. package/assets/styles/variables/inputs/radioInput.scss +14 -14
  20. package/assets/styles/variables/inputs/switch.scss +24 -24
  21. package/assets/styles/variables/inputs/textInput.scss +21 -21
  22. package/assets/styles/variables/layout/accordion.scss +10 -10
  23. package/assets/styles/variables/layout/iconContainer.scss +22 -22
  24. package/assets/styles/variables/layout/labeledInput.scss +8 -8
  25. package/assets/styles/variables/layout/panel.scss +5 -5
  26. package/assets/styles/variables/layout/scrollBars.scss +3 -3
  27. package/assets/styles/variables/overlays/dropdownContainer.scss +4 -4
  28. package/assets/styles/variables/overlays/modals.scss +5 -5
  29. package/assets/styles/variables/overlays/notificationCard.scss +27 -27
  30. package/assets/styles/variables/overlays/tooltip.scss +8 -8
  31. package/assets/styles/variables/pickers/pickerToggler.scss +15 -15
  32. package/assets/styles/variables/typography/text.scss +19 -19
  33. package/assets/styles/variables/typography/textPlaceholder.scss +4 -4
  34. package/assets/styles/variables/widgets/badge.scss +50 -50
  35. package/assets/styles/variables/widgets/tag.scss +9 -9
  36. package/components/buttons/Button.d.ts +13 -13
  37. package/components/buttons/Button.d.ts.map +1 -1
  38. package/components/buttons/IconButton.d.ts +11 -11
  39. package/components/buttons/IconButton.d.ts.map +1 -1
  40. package/components/buttons/LinkButton.d.ts +8 -8
  41. package/components/buttons/TabButton.d.ts +8 -8
  42. package/components/buttons/VerticalTabButton.d.ts +4 -4
  43. package/components/buttons/helper.d.ts +2 -2
  44. package/components/buttons/index.d.ts +5 -5
  45. package/components/index.d.ts +9 -9
  46. package/components/inputs/Checkbox.d.ts +9 -9
  47. package/components/inputs/RadioInput.d.ts +7 -7
  48. package/components/inputs/Switch.d.ts +8 -8
  49. package/components/inputs/TextInput.d.ts +13 -13
  50. package/components/inputs/index.d.ts +4 -4
  51. package/components/layout/Accordion.d.ts +8 -8
  52. package/components/layout/Accordion.d.ts.map +1 -1
  53. package/components/layout/ControlGroup.d.ts +3 -3
  54. package/components/layout/FlexItems/FlexCell.d.ts +11 -11
  55. package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
  56. package/components/layout/FlexItems/FlexRow.d.ts +17 -13
  57. package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
  58. package/components/layout/FlexItems/FlexSpacer.d.ts +4 -4
  59. package/components/layout/FlexItems/Panel.d.ts +10 -10
  60. package/components/layout/FlexItems/index.d.ts +4 -4
  61. package/components/layout/IconContainer.d.ts +9 -9
  62. package/components/layout/LabeledInput.d.ts +7 -7
  63. package/components/layout/RadioGroup.d.ts +3 -3
  64. package/components/layout/ScrollBars.d.ts +5 -5
  65. package/components/layout/VirtualList.d.ts +7 -7
  66. package/components/layout/index.d.ts +8 -8
  67. package/components/overlays/Dropdown.d.ts +5 -5
  68. package/components/overlays/DropdownContainer.d.ts +6 -6
  69. package/components/overlays/DropdownMenu.d.ts +36 -36
  70. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  71. package/components/overlays/Modals.d.ts +23 -23
  72. package/components/overlays/NotificationCard.d.ts +30 -30
  73. package/components/overlays/NotificationCard.d.ts.map +1 -1
  74. package/components/overlays/Tooltip.d.ts +6 -6
  75. package/components/overlays/index.d.ts +6 -6
  76. package/components/pickers/DataPickerBody.d.ts +15 -15
  77. package/components/pickers/DataPickerFooter.d.ts +8 -8
  78. package/components/pickers/DataPickerFooter.d.ts.map +1 -1
  79. package/components/pickers/DataPickerHeader.d.ts +7 -7
  80. package/components/pickers/DataPickerRow.d.ts +15 -15
  81. package/components/pickers/MobileDropdownWrapper.d.ts +10 -10
  82. package/components/pickers/PickerInput.d.ts +16 -16
  83. package/components/pickers/PickerInput.d.ts.map +1 -1
  84. package/components/pickers/PickerItem.d.ts +12 -12
  85. package/components/pickers/PickerList.d.ts +17 -17
  86. package/components/pickers/PickerList.d.ts.map +1 -1
  87. package/components/pickers/PickerListItem.d.ts +8 -8
  88. package/components/pickers/PickerModal.d.ts +15 -15
  89. package/components/pickers/PickerToggler.d.ts +8 -8
  90. package/components/pickers/index.d.ts +11 -11
  91. package/components/tables/DataTableCell.d.ts +9 -9
  92. package/components/tables/Presets/Preset.d.ts +13 -13
  93. package/components/tables/Presets/Presets.d.ts +8 -8
  94. package/components/tables/Presets/index.d.ts +2 -2
  95. package/components/tables/index.d.ts +3 -3
  96. package/components/tables/types.d.ts +8 -8
  97. package/components/types.d.ts +29 -29
  98. package/components/types.d.ts.map +1 -1
  99. package/components/typography/Text.d.ts +11 -11
  100. package/components/typography/TextPlaceholder.d.ts +7 -7
  101. package/components/typography/index.d.ts +2 -2
  102. package/components/widgets/Avatar.d.ts +3 -3
  103. package/components/widgets/Badge.d.ts +15 -15
  104. package/components/widgets/Badge.d.ts.map +1 -1
  105. package/components/widgets/Tag.d.ts +8 -8
  106. package/components/widgets/index.d.ts +3 -3
  107. package/helpers/textLayout.d.ts +8 -8
  108. package/i18n.d.ts +50 -50
  109. package/icons/icons.d.ts +3 -3
  110. package/index.d.ts +3 -3
  111. package/index.js +1631 -5241
  112. package/index.js.map +1 -1
  113. package/package.json +9 -11
  114. package/readme.md +4 -4
  115. package/stats.html +4044 -0
  116. package/styles.css +615 -616
  117. package/styles.css.map +1 -1
  118. package/bundle-stats.json +0 -1
  119. package/components/buttons/docs/button.doc.d.ts +0 -6
  120. package/components/buttons/docs/button.doc.d.ts.map +0 -1
  121. package/components/buttons/docs/linkButton.doc.d.ts +0 -6
  122. package/components/buttons/docs/linkButton.doc.d.ts.map +0 -1
  123. package/components/inputs/docs/checkbox.doc.d.ts +0 -6
  124. package/components/inputs/docs/checkbox.doc.d.ts.map +0 -1
  125. package/components/inputs/docs/radioInput.doc.d.ts +0 -6
  126. package/components/inputs/docs/radioInput.doc.d.ts.map +0 -1
  127. package/components/inputs/docs/switch.doc.d.ts +0 -6
  128. package/components/inputs/docs/switch.doc.d.ts.map +0 -1
  129. package/components/inputs/docs/textInput.doc.d.ts +0 -6
  130. package/components/inputs/docs/textInput.doc.d.ts.map +0 -1
  131. package/components/pickers/docs/common.d.ts +0 -28
  132. package/components/pickers/docs/common.d.ts.map +0 -1
  133. package/components/pickers/docs/pickerInput.doc.d.ts +0 -5
  134. package/components/pickers/docs/pickerInput.doc.d.ts.map +0 -1
  135. package/components/pickers/docs/pickerToggler.doc.d.ts +0 -6
  136. package/components/pickers/docs/pickerToggler.doc.d.ts.map +0 -1
  137. package/components/typography/docs/textPlaceholder.doc.d.ts +0 -5
  138. package/components/typography/docs/textPlaceholder.doc.d.ts.map +0 -1
  139. package/docs/common.d.ts +0 -11
  140. package/docs/common.d.ts.map +0 -1
  141. package/docs/contexts/DefaultContext.d.ts +0 -7
  142. package/docs/contexts/DefaultContext.d.ts.map +0 -1
  143. package/docs/contexts/index.d.ts +0 -2
  144. package/docs/contexts/index.d.ts.map +0 -1
  145. package/docs/index.d.ts +0 -3
  146. package/docs/index.d.ts.map +0 -1
  147. package/index.docs.d.ts +0 -6
  148. package/index.docs.d.ts.map +0 -1
@@ -1,10 +1,10 @@
1
- /// <reference types="react" />
2
- import { CheckboxProps } from '@epam/uui-components';
3
- import '../../assets/styles/variables/inputs/checkbox.scss';
4
- export interface CheckboxMods {
5
- size?: '12' | '18';
6
- theme?: 'light' | 'dark';
7
- }
8
- export declare function applyCheckboxMods(mods: CheckboxMods & CheckboxProps): string[];
9
- export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & CheckboxMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { CheckboxProps } from '@epam/uui-components';
3
+ import '../../assets/styles/variables/inputs/checkbox.scss';
4
+ export interface CheckboxMods {
5
+ size?: '12' | '18';
6
+ theme?: 'light' | 'dark';
7
+ }
8
+ export declare function applyCheckboxMods(mods: CheckboxMods & CheckboxProps): string[];
9
+ export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & CheckboxMods & import("react").RefAttributes<any>>;
10
10
  //# sourceMappingURL=Checkbox.d.ts.map
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
2
- import { RadioInputProps } from '@epam/uui-components';
3
- import '../../assets/styles/variables/inputs/radioInput.scss';
4
- export interface RadioInputMods {
5
- size?: '12' | '18';
6
- }
7
- export declare const RadioInput: import("react").ForwardRefExoticComponent<RadioInputProps & RadioInputMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { RadioInputProps } from '@epam/uui-components';
3
+ import '../../assets/styles/variables/inputs/radioInput.scss';
4
+ export interface RadioInputMods {
5
+ size?: '12' | '18';
6
+ }
7
+ export declare const RadioInput: import("react").ForwardRefExoticComponent<RadioInputProps & RadioInputMods & import("react").RefAttributes<any>>;
8
8
  //# sourceMappingURL=RadioInput.d.ts.map
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
2
- import { SwitchProps } from '@epam/uui-components';
3
- import '../../assets/styles/variables/inputs/switch.scss';
4
- export interface SwitchMods {
5
- size?: '12' | '18' | '24';
6
- }
7
- export declare function applySwitchMods(mods: SwitchMods & SwitchProps): string[];
8
- export declare const Switch: import("react").ForwardRefExoticComponent<SwitchProps & SwitchMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { SwitchProps } from '@epam/uui-components';
3
+ import '../../assets/styles/variables/inputs/switch.scss';
4
+ export interface SwitchMods {
5
+ size?: '12' | '18' | '24';
6
+ }
7
+ export declare function applySwitchMods(mods: SwitchMods & SwitchProps): string[];
8
+ export declare const Switch: import("react").ForwardRefExoticComponent<SwitchProps & SwitchMods & import("react").RefAttributes<any>>;
9
9
  //# sourceMappingURL=Switch.d.ts.map
@@ -1,14 +1,14 @@
1
- import React from 'react';
2
- import { IEditableDebouncerOptions } from '@epam/uui-core';
3
- import { TextInputProps } from '@epam/uui-components';
4
- import { IHasEditMode, ControlSize } from '../types';
5
- import '../../assets/styles/variables/inputs/textInput.scss';
6
- export interface TextInputMods extends IHasEditMode {
7
- size?: ControlSize;
8
- }
9
- export declare function applyTextInputMods(mods: TextInputMods): string[];
10
- export declare const TextInput: React.ForwardRefExoticComponent<Pick<TextInputProps & TextInputMods, "value" | "onValueChange" | "isInvalid" | "validationMessage" | "validationProps" | "isDisabled" | "isReadonly" | "isRequired" | "onClick" | "caption" | "dropdownIcon" | "cx" | "icon" | "iconPosition" | "onIconClick" | "tabIndex" | "rawProps" | "isOpen" | "isDropdown" | "toggleDropdownOpening" | "isInteractedOutside" | "placeholder" | "type" | "id" | "prefix" | "inputMode" | "name" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "autoComplete" | "maxLength" | "suffix" | "acceptIcon" | "cancelIcon" | "inputCx" | "renderInput" | keyof TextInputMods> & React.RefAttributes<any>>;
11
- export declare class SearchInput extends React.Component<TextInputProps & TextInputMods & IEditableDebouncerOptions, {}> {
12
- render(): JSX.Element;
13
- }
1
+ import React from 'react';
2
+ import { IEditableDebouncerOptions } from '@epam/uui-core';
3
+ import { TextInputProps } from '@epam/uui-components';
4
+ import { IHasEditMode, ControlSize } from '../types';
5
+ import '../../assets/styles/variables/inputs/textInput.scss';
6
+ export interface TextInputMods extends IHasEditMode {
7
+ size?: ControlSize;
8
+ }
9
+ export declare function applyTextInputMods(mods: TextInputMods): string[];
10
+ export declare const TextInput: React.ForwardRefExoticComponent<Pick<TextInputProps & TextInputMods, "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" | "onFocus" | "onBlur" | "getValueChangeAnalyticsEvent" | "onCancel" | "onAccept" | "onKeyDown" | "autoFocus" | "autoComplete" | "maxLength" | "suffix" | "acceptIcon" | "cancelIcon" | "inputCx" | "renderInput" | keyof TextInputMods> & React.RefAttributes<any>>;
11
+ export declare class SearchInput extends React.Component<TextInputProps & TextInputMods & IEditableDebouncerOptions, {}> {
12
+ render(): JSX.Element;
13
+ }
14
14
  //# sourceMappingURL=TextInput.d.ts.map
@@ -1,5 +1,5 @@
1
- export * from './Checkbox';
2
- export * from './RadioInput';
3
- export * from './Switch';
4
- export * from './TextInput';
1
+ export * from './Checkbox';
2
+ export * from './RadioInput';
3
+ export * from './Switch';
4
+ export * from './TextInput';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
2
- import { AccordionProps } from '@epam/uui-components';
3
- import '../../assets/styles/variables/layout/accordion.scss';
4
- export interface AccordionMods {
5
- mode?: 'block' | 'inline';
6
- padding?: '0' | '6' | '12' | '18';
7
- }
8
- export declare const Accordion: import("react").ForwardRefExoticComponent<AccordionProps & AccordionMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { AccordionProps } from '@epam/uui-components';
3
+ import '../../assets/styles/variables/layout/accordion.scss';
4
+ export interface AccordionMods {
5
+ mode?: 'block' | 'inline';
6
+ padding?: '0' | '6' | '12' | '18';
7
+ }
8
+ export declare const Accordion: import("react").ForwardRefExoticComponent<(AccordionProps & AccordionMods) & import("react").RefAttributes<any>>;
9
9
  //# sourceMappingURL=Accordion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":";AACA,OAAO,EAA6B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEjF,OAAO,qDAAqD,CAAC;AAG7D,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAWD,eAAO,MAAM,SAAS,gHAEnB,CAAC"}
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":";AACA,OAAO,EAA6B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEjF,OAAO,qDAAqD,CAAC;AAG7D,MAAM,WAAW,aAAa;IAC1B,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAWD,eAAO,MAAM,SAAS,kHAEnB,CAAC"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { ControlGroupProps } from '@epam/uui-components';
3
- export declare const ControlGroup: import("react").ForwardRefExoticComponent<ControlGroupProps & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { ControlGroupProps } from '@epam/uui-components';
3
+ export declare const ControlGroup: import("react").ForwardRefExoticComponent<ControlGroupProps & import("react").RefAttributes<any>>;
4
4
  //# sourceMappingURL=ControlGroup.d.ts.map
@@ -1,12 +1,12 @@
1
- import * as React from 'react';
2
- export declare type FlexCellMods = {};
3
- export declare const FlexCell: React.ForwardRefExoticComponent<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>>;
1
+ import * as React from 'react';
2
+ export type FlexCellMods = {};
3
+ export declare const FlexCell: React.ForwardRefExoticComponent<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>>;
12
12
  //# sourceMappingURL=FlexCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,oBAAY,YAAY,GAAG,EAAE,CAAC;AAE9B,eAAO,MAAM,QAAQ;;;;;;;;6BAEnB,CAAC"}
1
+ {"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,MAAM,MAAM,YAAY,GAAG,EAAE,CAAC;AAE9B,eAAO,MAAM,QAAQ;;;;;;;;6BAEnB,CAAC"}
@@ -1,14 +1,18 @@
1
- /// <reference types="react" />
2
- import { RowSizeMod } from '../../types';
3
- export interface RowMods extends RowSizeMod {
4
- topShadow?: boolean;
5
- borderBottom?: boolean;
6
- padding?: '6' | '12' | '18' | '24';
7
- vPadding?: '12' | '18' | '24' | '36' | '48';
8
- spacing?: '6' | '12' | '18';
9
- margin?: '12' | '24';
10
- }
11
- export declare const FlexRow: import("react").ForwardRefExoticComponent<import("@epam/uui-core").IHasCX & import("@epam/uui-core").IClickable & import("react").Attributes & import("@epam/uui-core").IHasChildren & import("@epam/uui-core").IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & {
12
- alignItems?: "top" | "bottom" | "center" | "stretch";
13
- } & RowMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { FlexRowProps as uuiFlexRowProps } from '@epam/uui-core';
3
+ import { RowSizeMod } from '../../types';
4
+ export interface RowMods extends RowSizeMod {
5
+ borderBottom?: boolean;
6
+ columnGap?: number | '6' | '12' | '18' | '24' | '36';
7
+ margin?: '12' | '24';
8
+ padding?: '6' | '12' | '18' | '24';
9
+ rowGap?: number | '6' | '12' | '18' | '24' | '36';
10
+ spacing?: '6' | '12' | '18';
11
+ topShadow?: boolean;
12
+ vPadding?: '12' | '18' | '24' | '36' | '48';
13
+ }
14
+ interface FlexRowProps extends Omit<uuiFlexRowProps, 'columnGap' | 'rowGap'> {
15
+ }
16
+ export declare const FlexRow: import("react").ForwardRefExoticComponent<FlexRowProps & RowMods & import("react").RefAttributes<any>>;
17
+ export {};
14
18
  //# sourceMappingURL=FlexRow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAGzC,MAAM,WAAW,OAAQ,SAAQ,UAAU;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,OAAO;;iDAWlB,CAAC"}
1
+ {"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAE3E,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAGzC,MAAM,WAAW,OAAQ,SAAQ,UAAU;IACvC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACrD,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC/C;AAED,UAAU,YAAa,SAAQ,IAAI,CAAC,eAAe,EAAE,WAAW,GAAG,QAAQ,CAAC;CAAG;AAE/E,eAAO,MAAM,OAAO,wGAWlB,CAAC"}
@@ -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,11 +1,11 @@
1
- /// <reference types="react" />
2
- import '../../../assets/styles/variables/layout/panel.scss';
3
- export interface PanelMods {
4
- shadow?: boolean;
5
- margin?: '24';
6
- background?: boolean;
7
- }
8
- export declare const Panel: import("react").ForwardRefExoticComponent<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 & {
9
- style?: import("react").CSSProperties;
10
- } & PanelMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import '../../../assets/styles/variables/layout/panel.scss';
3
+ export interface PanelMods {
4
+ shadow?: boolean;
5
+ margin?: '24';
6
+ background?: boolean;
7
+ }
8
+ export declare const Panel: import("react").ForwardRefExoticComponent<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 & {
9
+ style?: import("react").CSSProperties;
10
+ } & PanelMods & import("react").RefAttributes<any>>;
11
11
  //# 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,10 +1,10 @@
1
- /// <reference types="react" />
2
- import { ControlIconProps } from '@epam/uui-components';
3
- import { IconColor } from '../buttons';
4
- import '../../assets/styles/variables/layout/iconContainer.scss';
5
- export interface IconContainerMods {
6
- color?: IconColor;
7
- }
8
- export declare function applyIconContainerMods(mods: IconContainerMods): string[];
9
- export declare const IconContainer: import("react").ForwardRefExoticComponent<ControlIconProps & IconContainerMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { ControlIconProps } from '@epam/uui-components';
3
+ import { IconColor } from '../buttons';
4
+ import '../../assets/styles/variables/layout/iconContainer.scss';
5
+ export interface IconContainerMods {
6
+ color?: IconColor;
7
+ }
8
+ export declare function applyIconContainerMods(mods: IconContainerMods): string[];
9
+ export declare const IconContainer: import("react").ForwardRefExoticComponent<ControlIconProps & IconContainerMods & import("react").RefAttributes<any>>;
10
10
  //# sourceMappingURL=IconContainer.d.ts.map
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
2
- import * as types from '../types';
3
- import { LabeledInputProps } from '@epam/uui-components';
4
- import '../../assets/styles/variables/layout/labeledInput.scss';
5
- export interface LabeledInputMods extends types.SizeMod {
6
- }
7
- export declare const LabeledInput: import("react").ForwardRefExoticComponent<LabeledInputProps & LabeledInputMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import * as types from '../types';
3
+ import { LabeledInputProps } from '@epam/uui-components';
4
+ import '../../assets/styles/variables/layout/labeledInput.scss';
5
+ export interface LabeledInputMods extends types.SizeMod {
6
+ }
7
+ export declare const LabeledInput: import("react").ForwardRefExoticComponent<LabeledInputProps & LabeledInputMods & import("react").RefAttributes<any>>;
8
8
  //# sourceMappingURL=LabeledInput.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import { RadioGroupProps } from '@epam/uui-components';
3
- export declare const RadioGroup: import("react").ForwardRefExoticComponent<RadioGroupProps<any> & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { RadioGroupProps } from '@epam/uui-components';
3
+ export declare const RadioGroup: import("react").ForwardRefExoticComponent<RadioGroupProps<any> & import("react").RefAttributes<any>>;
4
4
  //# sourceMappingURL=RadioGroup.d.ts.map
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
2
- import { ScrollbarProps } from '@epam/uui-components';
3
- import './ScrollBars.scss';
4
- import '../../assets/styles/variables/layout/scrollBars.scss';
5
- export declare const ScrollBars: import("react").ForwardRefExoticComponent<ScrollbarProps & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { ScrollbarProps } from '@epam/uui-components';
3
+ import './ScrollBars.scss';
4
+ import '../../assets/styles/variables/layout/scrollBars.scss';
5
+ export declare const ScrollBars: import("react").ForwardRefExoticComponent<ScrollbarProps & import("react").RefAttributes<any>>;
6
6
  //# sourceMappingURL=ScrollBars.d.ts.map
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
2
- import { VirtualListProps } from '@epam/uui-components';
3
- import '../../assets/styles/variables/layout/scrollBars.scss';
4
- import './VirtualList.scss';
5
- export interface VirtualListMods {
6
- }
7
- export declare const VirtualList: import("react").ForwardRefExoticComponent<VirtualListProps<any, any> & VirtualListMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { VirtualListProps } from '@epam/uui-components';
3
+ import '../../assets/styles/variables/layout/scrollBars.scss';
4
+ import './VirtualList.scss';
5
+ export interface VirtualListMods {
6
+ }
7
+ export declare const VirtualList: import("react").ForwardRefExoticComponent<VirtualListProps<any, any> & VirtualListMods & import("react").RefAttributes<any>>;
8
8
  //# sourceMappingURL=VirtualList.d.ts.map
@@ -1,9 +1,9 @@
1
- export * from './Accordion';
2
- export * from './ControlGroup';
3
- export * from './FlexItems';
4
- export * from './IconContainer';
5
- export * from './LabeledInput';
6
- export * from './RadioGroup';
7
- export * from './ScrollBars';
8
- export * from './VirtualList';
1
+ export * from './Accordion';
2
+ export * from './ControlGroup';
3
+ export * from './FlexItems';
4
+ export * from './IconContainer';
5
+ export * from './LabeledInput';
6
+ export * from './RadioGroup';
7
+ export * from './ScrollBars';
8
+ export * from './VirtualList';
9
9
  //# sourceMappingURL=index.d.ts.map
@@ -1,6 +1,6 @@
1
- import * as React from 'react';
2
- import { DropdownProps } from '@epam/uui-components';
3
- export declare class Dropdown extends React.Component<DropdownProps, any> {
4
- render(): JSX.Element;
5
- }
1
+ import * as React from 'react';
2
+ import { DropdownProps } from '@epam/uui-components';
3
+ export declare class Dropdown extends React.Component<DropdownProps, any> {
4
+ render(): JSX.Element;
5
+ }
6
6
  //# sourceMappingURL=Dropdown.d.ts.map
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
2
- import { DropdownContainerProps } from '@epam/uui-components';
3
- import '../../assets/styles/variables/overlays/dropdownContainer.scss';
4
- export interface DropdownContainerMods {
5
- }
6
- export declare const DropdownContainer: import("react").ForwardRefExoticComponent<DropdownContainerProps & DropdownContainerMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { DropdownContainerProps } from '@epam/uui-components';
3
+ import '../../assets/styles/variables/overlays/dropdownContainer.scss';
4
+ export interface DropdownContainerMods {
5
+ }
6
+ export declare const DropdownContainer: import("react").ForwardRefExoticComponent<DropdownContainerProps & DropdownContainerMods & import("react").RefAttributes<any>>;
7
7
  //# sourceMappingURL=DropdownContainer.d.ts.map
@@ -1,37 +1,37 @@
1
- import React from 'react';
2
- import { IDropdownToggler, IHasChildren, VPanelProps, IHasIcon, ICanRedirect, IHasCaption, IDisableable, IAnalyticableClick, IHasCX, IClickable } from '@epam/uui-core';
3
- import { DropdownBodyProps } from '@epam/uui-components';
4
- export interface IDropdownMenuItemProps extends IHasIcon, ICanRedirect, IHasCX, IDisableable, IAnalyticableClick, IDropdownToggler {
5
- isSelected?: boolean;
6
- }
7
- export interface IDropdownMenuContainer extends VPanelProps, DropdownBodyProps {
8
- closeOnKey?: React.KeyboardEvent<HTMLElement>['key'];
9
- }
10
- export declare const DropdownControlKeys: {
11
- ENTER: string;
12
- ESCAPE: string;
13
- LEFT_ARROW: string;
14
- RIGHT_ARROW: string;
15
- UP_ARROW: string;
16
- DOWN_ARROW: string;
17
- };
18
- export declare const DropdownMenuBody: React.ForwardRefExoticComponent<IDropdownMenuContainer & React.RefAttributes<any>>;
19
- export declare const DropdownMenuButton: {
20
- (props: IDropdownMenuItemProps): JSX.Element;
21
- displayName: string;
22
- };
23
- export declare const DropdownMenuSplitter: (props: IHasCX) => JSX.Element;
24
- interface IDropdownMenuHeader extends IHasCX, IHasCaption {
25
- }
26
- export declare const DropdownMenuHeader: (props: IDropdownMenuHeader) => JSX.Element;
27
- interface IDropdownSubMenu extends IHasChildren, IHasCaption, IHasIcon, IDropdownMenuItemProps {
28
- openOnHover?: boolean;
29
- }
30
- export declare const DropdownSubMenu: (props: IDropdownSubMenu) => JSX.Element;
31
- interface IDropdownMenuSwitchButton extends IHasCX, IHasCaption, IHasIcon, IDisableable, IAnalyticableClick, IClickable {
32
- onValueChange: (value: boolean) => void;
33
- isSelected: boolean;
34
- }
35
- export declare const DropdownMenuSwitchButton: (props: IDropdownMenuSwitchButton) => JSX.Element;
36
- export {};
1
+ import React from 'react';
2
+ import { IDropdownToggler, IHasChildren, VPanelProps, IHasIcon, ICanRedirect, IHasCaption, IDisableable, IAnalyticableClick, IHasCX, IClickable } from '@epam/uui-core';
3
+ import { DropdownBodyProps } from '@epam/uui-components';
4
+ export interface IDropdownMenuItemProps extends IHasIcon, ICanRedirect, IHasCX, IDisableable, IAnalyticableClick, IDropdownToggler {
5
+ isSelected?: boolean;
6
+ }
7
+ export interface IDropdownMenuContainer extends VPanelProps, DropdownBodyProps {
8
+ closeOnKey?: React.KeyboardEvent<HTMLElement>['key'];
9
+ }
10
+ export declare const DropdownControlKeys: {
11
+ ENTER: string;
12
+ ESCAPE: string;
13
+ LEFT_ARROW: string;
14
+ RIGHT_ARROW: string;
15
+ UP_ARROW: string;
16
+ DOWN_ARROW: string;
17
+ };
18
+ export declare const DropdownMenuBody: React.ForwardRefExoticComponent<IDropdownMenuContainer & React.RefAttributes<any>>;
19
+ export declare const DropdownMenuButton: {
20
+ (props: IDropdownMenuItemProps): JSX.Element;
21
+ displayName: string;
22
+ };
23
+ export declare const DropdownMenuSplitter: (props: IHasCX) => JSX.Element;
24
+ interface IDropdownMenuHeader extends IHasCX, IHasCaption {
25
+ }
26
+ export declare const DropdownMenuHeader: (props: IDropdownMenuHeader) => JSX.Element;
27
+ interface IDropdownSubMenu extends IHasChildren, IHasCaption, IHasIcon, IDropdownMenuItemProps {
28
+ openOnHover?: boolean;
29
+ }
30
+ export declare const DropdownSubMenu: (props: IDropdownSubMenu) => JSX.Element;
31
+ interface IDropdownMenuSwitchButton extends IHasCX, IHasCaption, IHasIcon, IDisableable, IAnalyticableClick, IClickable {
32
+ onValueChange: (value: boolean) => void;
33
+ isSelected: boolean;
34
+ }
35
+ export declare const DropdownMenuSwitchButton: (props: IDropdownMenuSwitchButton) => JSX.Element;
36
+ export {};
37
37
  //# sourceMappingURL=DropdownMenu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAM,gBAAgB,EAAgC,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EACvH,YAAY,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjF,OAAO,EAAiF,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAMxI,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB;IAC9H,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,sBAAuB,SAAQ,WAAW,EAAE,iBAAiB;IAC1E,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;CACxD;AAED,eAAO,MAAM,mBAAmB;;;;;;;CAO/B,CAAC;AA6CF,eAAO,MAAM,gBAAgB,oFAI5B,CAAC;AAEF,eAAO,MAAM,kBAAkB;YAAW,sBAAsB;;CA8E/D,CAAC;AAIF,eAAO,MAAM,oBAAoB,UAAW,MAAM,gBAIjD,CAAC;AAEF,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAG;AAE5D,eAAO,MAAM,kBAAkB,UAAW,mBAAmB,gBAI5D,CAAC;AAEF,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,eAAe,UAAW,gBAAgB,gBAwBtD,CAAC;AAEF,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,wBAAwB,UAAW,yBAAyB,gBAmCxE,CAAC"}
1
+ {"version":3,"file":"DropdownMenu.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EACC,gBAAgB,EAAgC,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EAClH,YAAY,EAAE,kBAAkB,EAAE,MAAM,EAAE,UAAU,EACvD,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAiF,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAMxI,MAAM,WAAW,sBAAuB,SAAQ,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,EAAE,kBAAkB,EAAE,gBAAgB;IAC9H,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,sBAAuB,SAAQ,WAAW,EAAE,iBAAiB;IAC1E,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC;CACxD;AAED,eAAO,MAAM,mBAAmB;;;;;;;CAO/B,CAAC;AA6CF,eAAO,MAAM,gBAAgB,oFAI5B,CAAC;AAEF,eAAO,MAAM,kBAAkB;YAAW,sBAAsB;;CAgF/D,CAAC;AAIF,eAAO,MAAM,oBAAoB,UAAW,MAAM,gBAIjD,CAAC;AAEF,UAAU,mBAAoB,SAAQ,MAAM,EAAE,WAAW;CAAI;AAE7D,eAAO,MAAM,kBAAkB,UAAW,mBAAmB,gBAI5D,CAAC;AAEF,UAAU,gBAAiB,SAAQ,YAAY,EAAE,WAAW,EAAE,QAAQ,EAAE,sBAAsB;IAC1F,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,eAAe,UAAW,gBAAgB,gBAwBtD,CAAC;AAEF,UAAU,yBAA0B,SAAQ,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,kBAAkB,EAAE,UAAU;IACnH,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,wBAAwB,UAAW,yBAAyB,gBAmCxE,CAAC"}
@@ -1,24 +1,24 @@
1
- import * as React from 'react';
2
- import { ModalFooterCoreProps, ModalWindowProps, ModalBlockerProps, ModalHeaderCoreProps } from '@epam/uui-core';
3
- import { RowMods } from '../layout';
4
- import '../../assets/styles/variables/overlays/modals.scss';
5
- export interface ModalBlockerMods {
6
- overlay?: boolean;
7
- }
8
- export declare const ModalBlocker: React.ForwardRefExoticComponent<ModalBlockerProps & ModalBlockerMods & React.RefAttributes<any>>;
9
- export interface ModalWindowMods {
10
- width?: number;
11
- height?: number | 'auto';
12
- }
13
- export declare const ModalWindow: React.ForwardRefExoticComponent<ModalWindowProps & ModalWindowMods & React.RefAttributes<any>>;
14
- export interface ModalHeaderProps extends RowMods, ModalHeaderCoreProps {
15
- }
16
- export declare class ModalHeader extends React.Component<ModalHeaderProps> {
17
- render(): JSX.Element;
18
- }
19
- export interface ModalFooterProps extends RowMods, ModalFooterCoreProps {
20
- }
21
- export declare class ModalFooter extends React.Component<ModalFooterProps> {
22
- render(): JSX.Element;
23
- }
1
+ import * as React from 'react';
2
+ import { ModalFooterCoreProps, ModalWindowProps, ModalBlockerProps, ModalHeaderCoreProps } from '@epam/uui-core';
3
+ import { RowMods } from '../layout';
4
+ import '../../assets/styles/variables/overlays/modals.scss';
5
+ export interface ModalBlockerMods {
6
+ overlay?: boolean;
7
+ }
8
+ export declare const ModalBlocker: React.ForwardRefExoticComponent<ModalBlockerProps & ModalBlockerMods & React.RefAttributes<any>>;
9
+ export interface ModalWindowMods {
10
+ width?: number;
11
+ height?: number | 'auto';
12
+ }
13
+ export declare const ModalWindow: React.ForwardRefExoticComponent<ModalWindowProps & ModalWindowMods & React.RefAttributes<any>>;
14
+ export interface ModalHeaderProps extends RowMods, ModalHeaderCoreProps {
15
+ }
16
+ export declare class ModalHeader extends React.Component<ModalHeaderProps> {
17
+ render(): JSX.Element;
18
+ }
19
+ export interface ModalFooterProps extends RowMods, ModalFooterCoreProps {
20
+ }
21
+ export declare class ModalFooter extends React.Component<ModalFooterProps> {
22
+ render(): JSX.Element;
23
+ }
24
24
  //# sourceMappingURL=Modals.d.ts.map
@@ -1,31 +1,31 @@
1
- import React from 'react';
2
- import { INotification, Icon, IHasChildren, IHasCX, UuiContexts } from '@epam/uui-core';
3
- import '../../assets/styles/variables/overlays/notificationCard.scss';
4
- declare type notificationAction = {
5
- name: string;
6
- action: () => void;
7
- };
8
- export interface DefaultNotificationProps extends INotification, IHasChildren, IHasCX {
9
- actions?: notificationAction[];
10
- }
11
- export interface NotificationCardProps extends DefaultNotificationProps {
12
- icon?: Icon;
13
- color: 'info' | 'success' | 'warning' | 'error';
14
- }
15
- export declare class NotificationCard extends React.Component<NotificationCardProps> {
16
- notificationCardNode: HTMLElement | null;
17
- componentDidMount(): void;
18
- componentWillUnmount(): void;
19
- render(): JSX.Element;
20
- }
21
- export declare const WarningNotification: (props: DefaultNotificationProps) => JSX.Element;
22
- export declare const SuccessNotification: (props: DefaultNotificationProps) => JSX.Element;
23
- export declare const HintNotification: (props: DefaultNotificationProps) => JSX.Element;
24
- export declare const ErrorNotification: (props: DefaultNotificationProps) => JSX.Element;
25
- export declare class ClearNotification extends React.Component<{}> {
26
- static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
27
- context: UuiContexts;
28
- render(): JSX.Element;
29
- }
30
- export {};
1
+ import React from 'react';
2
+ import { INotification, Icon, IHasChildren, IHasCX, UuiContexts } from '@epam/uui-core';
3
+ import '../../assets/styles/variables/overlays/notificationCard.scss';
4
+ type notificationAction = {
5
+ name: string;
6
+ action: () => void;
7
+ };
8
+ export interface DefaultNotificationProps extends INotification, IHasChildren, IHasCX {
9
+ actions?: notificationAction[];
10
+ }
11
+ export interface NotificationCardProps extends DefaultNotificationProps {
12
+ icon?: Icon;
13
+ color: 'info' | 'success' | 'warning' | 'error';
14
+ }
15
+ export declare class NotificationCard extends React.Component<NotificationCardProps> {
16
+ notificationCardNode: HTMLElement | null;
17
+ componentDidMount(): void;
18
+ componentWillUnmount(): void;
19
+ render(): JSX.Element;
20
+ }
21
+ export declare const WarningNotification: (props: DefaultNotificationProps) => JSX.Element;
22
+ export declare const SuccessNotification: (props: DefaultNotificationProps) => JSX.Element;
23
+ export declare const HintNotification: (props: DefaultNotificationProps) => JSX.Element;
24
+ export declare const ErrorNotification: (props: DefaultNotificationProps) => JSX.Element;
25
+ export declare class ClearNotification extends React.Component<{}> {
26
+ static contextType: React.Context<import("@epam/uui-core").CommonContexts<any, any>>;
27
+ context: UuiContexts;
28
+ render(): JSX.Element;
29
+ }
30
+ export {};
31
31
  //# sourceMappingURL=NotificationCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../components/overlays/NotificationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,EAAc,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAQpG,OAAO,8DAA8D,CAAC;AAGtE,aAAK,kBAAkB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,WAAW,wBAAyB,SAAQ,aAAa,EAAE,YAAY,EAAE,MAAM;IACjF,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB;IACnE,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACnD;AAED,qBAAa,gBAAiB,SAAQ,KAAK,CAAC,SAAS,CAAC,qBAAqB,CAAC;IACxE,oBAAoB,EAAE,WAAW,GAAG,IAAI,CAAQ;IAEhD,iBAAiB;IAKjB,oBAAoB;IAKpB,MAAM;CA4BT;AAED,eAAO,MAAM,mBAAmB,UAAW,wBAAwB,gBAC2B,CAAC;AAC/F,eAAO,MAAM,mBAAmB,UAAW,wBAAwB,gBAC2B,CAAC;AAC/F,eAAO,MAAM,gBAAgB,UAAW,wBAAwB,gBACwB,CAAC;AACzF,eAAO,MAAM,iBAAiB,UAAW,wBAAwB,gBACyB,CAAC;AAE3F,qBAAa,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC;IACtD,OAAc,WAAW,mEAAc;IAChC,OAAO,EAAE,WAAW,CAAC;IAE5B,MAAM;CAMT"}
1
+ {"version":3,"file":"NotificationCard.d.ts","sourceRoot":"","sources":["../../../components/overlays/NotificationCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,EAAc,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAQpG,OAAO,8DAA8D,CAAC;AAGtE,KAAK,kBAAkB,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,MAAM,WAAW,wBAAyB,SAAQ,aAAa,EAAE,YAAY,EAAE,MAAM;IACjF,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB;IACnE,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACnD;AAED,qBAAa,gBAAiB,SAAQ,KAAK,CAAC,SAAS,CAAC,qBAAqB,CAAC;IACxE,oBAAoB,EAAE,WAAW,GAAG,IAAI,CAAQ;IAEhD,iBAAiB;IAKjB,oBAAoB;IAKpB,MAAM;CA4BT;AAED,eAAO,MAAM,mBAAmB,UAAW,wBAAwB,gBAC2B,CAAC;AAC/F,eAAO,MAAM,mBAAmB,UAAW,wBAAwB,gBAC2B,CAAC;AAC/F,eAAO,MAAM,gBAAgB,UAAW,wBAAwB,gBACwB,CAAC;AACzF,eAAO,MAAM,iBAAiB,UAAW,wBAAwB,gBACyB,CAAC;AAE3F,qBAAa,iBAAkB,SAAQ,KAAK,CAAC,SAAS,CAAC,EAAE,CAAC;IACtD,OAAc,WAAW,mEAAc;IAChC,OAAO,EAAE,WAAW,CAAC;IAE5B,MAAM;CAMT"}
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
2
- import { TooltipProps } from '@epam/uui-components';
3
- import '../../assets/styles/variables/overlays/tooltip.scss';
4
- export interface TooltipMods {
5
- }
6
- export declare const Tooltip: import("react").ForwardRefExoticComponent<TooltipProps & TooltipMods & import("react").RefAttributes<any>>;
1
+ /// <reference types="react" />
2
+ import { TooltipProps } from '@epam/uui-components';
3
+ import '../../assets/styles/variables/overlays/tooltip.scss';
4
+ export interface TooltipMods {
5
+ }
6
+ export declare const Tooltip: import("react").ForwardRefExoticComponent<TooltipProps & TooltipMods & import("react").RefAttributes<any>>;
7
7
  //# sourceMappingURL=Tooltip.d.ts.map