@epam/uui 5.7.1 → 5.8.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 (168) hide show
  1. package/assets/styles/buttonLayout.scss +70 -70
  2. package/assets/styles/clickable.scss +26 -26
  3. package/assets/styles/controlLayout.scss +28 -28
  4. package/assets/styles/dnd.scss +9 -9
  5. package/assets/styles/effects.scss +7 -7
  6. package/assets/styles/icons.scss +54 -54
  7. package/assets/styles/index.scss +9 -9
  8. package/assets/styles/inputs.scss +74 -74
  9. package/assets/styles/text-size.scss +42 -42
  10. package/assets/styles/typography.scss +174 -174
  11. package/components/buttons/Button.d.ts +8 -5
  12. package/components/buttons/Button.d.ts.map +1 -1
  13. package/components/buttons/IconButton.d.ts +8 -4
  14. package/components/buttons/IconButton.d.ts.map +1 -1
  15. package/components/buttons/LinkButton.d.ts +6 -14
  16. package/components/buttons/LinkButton.d.ts.map +1 -1
  17. package/components/buttons/TabButton.d.ts +5 -13
  18. package/components/buttons/TabButton.d.ts.map +1 -1
  19. package/components/buttons/VerticalTabButton.d.ts +4 -4
  20. package/components/buttons/VerticalTabButton.d.ts.map +1 -1
  21. package/components/datePickers/Calendar.d.ts +3 -2
  22. package/components/datePickers/Calendar.d.ts.map +1 -1
  23. package/components/datePickers/CalendarPresets.d.ts +2 -1
  24. package/components/datePickers/CalendarPresets.d.ts.map +1 -1
  25. package/components/datePickers/DatePicker.d.ts +3 -10
  26. package/components/datePickers/DatePicker.d.ts.map +1 -1
  27. package/components/datePickers/DatePickerBody.d.ts +18 -10
  28. package/components/datePickers/DatePickerBody.d.ts.map +1 -1
  29. package/components/datePickers/DatePickerHeader.d.ts +12 -8
  30. package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
  31. package/components/datePickers/RangeDatePicker.d.ts +3 -15
  32. package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
  33. package/components/datePickers/RangeDatePickerBody.d.ts +13 -30
  34. package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
  35. package/components/datePickers/RangeDatePickerInput.d.ts +43 -0
  36. package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -0
  37. package/components/datePickers/helpers.d.ts +34 -0
  38. package/components/datePickers/helpers.d.ts.map +1 -0
  39. package/components/datePickers/index.d.ts +4 -1
  40. package/components/datePickers/index.d.ts.map +1 -1
  41. package/components/datePickers/types.d.ts +132 -0
  42. package/components/datePickers/types.d.ts.map +1 -0
  43. package/components/filters/FilterDatePickerBody.d.ts +7 -11
  44. package/components/filters/FilterDatePickerBody.d.ts.map +1 -1
  45. package/components/filters/FilterNumericBody.d.ts.map +1 -1
  46. package/components/filters/FilterPanelItemToggler.d.ts +1 -1
  47. package/components/filters/FilterPickerBody.d.ts +1 -1
  48. package/components/filters/FilterPickerBody.d.ts.map +1 -1
  49. package/components/filters/FilterRangeDatePickerBody.d.ts +4 -17
  50. package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
  51. package/components/filters/FiltersPanel.d.ts.map +1 -1
  52. package/components/filters/FiltersPanelItem.d.ts.map +1 -1
  53. package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
  54. package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
  55. package/components/inputs/Checkbox.d.ts +6 -2
  56. package/components/inputs/Checkbox.d.ts.map +1 -1
  57. package/components/inputs/InputAddon.d.ts +2 -1
  58. package/components/inputs/InputAddon.d.ts.map +1 -1
  59. package/components/inputs/NumericInput.d.ts +8 -12
  60. package/components/inputs/NumericInput.d.ts.map +1 -1
  61. package/components/inputs/RadioInput.d.ts +3 -2
  62. package/components/inputs/RadioInput.d.ts.map +1 -1
  63. package/components/inputs/Slider.d.ts +2 -1
  64. package/components/inputs/Slider.d.ts.map +1 -1
  65. package/components/inputs/Switch.d.ts +6 -2
  66. package/components/inputs/Switch.d.ts.map +1 -1
  67. package/components/inputs/TextArea.d.ts +7 -11
  68. package/components/inputs/TextArea.d.ts.map +1 -1
  69. package/components/inputs/TextInput.d.ts +5 -9
  70. package/components/inputs/TextInput.d.ts.map +1 -1
  71. package/components/inputs/timePicker/TimePicker.d.ts +6 -2
  72. package/components/inputs/timePicker/TimePicker.d.ts.map +1 -1
  73. package/components/inputs/timePicker/TimePickerBody.d.ts.map +1 -1
  74. package/components/layout/Accordion.d.ts +6 -2
  75. package/components/layout/Accordion.d.ts.map +1 -1
  76. package/components/layout/Blocker.d.ts +1 -1
  77. package/components/layout/Blocker.d.ts.map +1 -1
  78. package/components/layout/ControlGroup.d.ts +2 -1
  79. package/components/layout/ControlGroup.d.ts.map +1 -1
  80. package/components/layout/FlexItems/FlexCell.d.ts +3 -2
  81. package/components/layout/FlexItems/FlexCell.d.ts.map +1 -1
  82. package/components/layout/FlexItems/FlexRow.d.ts +2 -6
  83. package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
  84. package/components/layout/FlexItems/Panel.d.ts +3 -2
  85. package/components/layout/FlexItems/Panel.d.ts.map +1 -1
  86. package/components/layout/LabeledInput.d.ts +11 -4
  87. package/components/layout/LabeledInput.d.ts.map +1 -1
  88. package/components/layout/ScrollBars.d.ts +2 -1
  89. package/components/layout/ScrollBars.d.ts.map +1 -1
  90. package/components/layout/index.d.ts +1 -0
  91. package/components/layout/index.d.ts.map +1 -1
  92. package/components/navigation/Anchor.d.ts +2 -1
  93. package/components/navigation/Anchor.d.ts.map +1 -1
  94. package/components/navigation/MainMenu/Burger/Burger.d.ts +2 -4
  95. package/components/navigation/MainMenu/Burger/Burger.d.ts.map +1 -1
  96. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +5 -3
  97. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
  98. package/components/navigation/MainMenu/MainMenu.d.ts +3 -6
  99. package/components/navigation/MainMenu/MainMenu.d.ts.map +1 -1
  100. package/components/navigation/MainMenu/MainMenuButton.d.ts +1 -11
  101. package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
  102. package/components/navigation/MainMenu/MainMenuIcon.d.ts +0 -1
  103. package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
  104. package/components/overlays/Dropdown.d.ts +2 -1
  105. package/components/overlays/Dropdown.d.ts.map +1 -1
  106. package/components/overlays/DropdownContainer.d.ts +2 -1
  107. package/components/overlays/DropdownContainer.d.ts.map +1 -1
  108. package/components/overlays/DropdownMenu.d.ts +2 -2
  109. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  110. package/components/overlays/Modals.d.ts +2 -2
  111. package/components/overlays/Modals.d.ts.map +1 -1
  112. package/components/overlays/NotificationCard.d.ts +2 -6
  113. package/components/overlays/NotificationCard.d.ts.map +1 -1
  114. package/components/overlays/Snackbar.d.ts +2 -8
  115. package/components/overlays/Snackbar.d.ts.map +1 -1
  116. package/components/overlays/Tooltip.d.ts +2 -1
  117. package/components/overlays/Tooltip.d.ts.map +1 -1
  118. package/components/pickers/PickerInput.d.ts +10 -3
  119. package/components/pickers/PickerInput.d.ts.map +1 -1
  120. package/components/pickers/PickerItem.d.ts +7 -10
  121. package/components/pickers/PickerItem.d.ts.map +1 -1
  122. package/components/pickers/PickerList.d.ts.map +1 -1
  123. package/components/pickers/PickerModal.d.ts.map +1 -1
  124. package/components/pickers/PickerToggler.d.ts +4 -4
  125. package/components/pickers/PickerToggler.d.ts.map +1 -1
  126. package/components/pickers/PickerTogglerTag.d.ts +10 -0
  127. package/components/pickers/PickerTogglerTag.d.ts.map +1 -0
  128. package/components/pickers/index.d.ts +1 -0
  129. package/components/pickers/index.d.ts.map +1 -1
  130. package/components/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +1 -1
  131. package/components/tables/DataTable.d.ts +13 -1
  132. package/components/tables/DataTable.d.ts.map +1 -1
  133. package/components/tables/DataTableCell.d.ts.map +1 -1
  134. package/components/tables/DataTableHeaderCell.d.ts.map +1 -1
  135. package/components/tables/DataTableHeaderRow.d.ts +3 -2
  136. package/components/tables/DataTableHeaderRow.d.ts.map +1 -1
  137. package/components/tables/DataTableRow.d.ts +3 -2
  138. package/components/tables/DataTableRow.d.ts.map +1 -1
  139. package/components/tables/columnsConfigurationModal/ColumnRow.d.ts.map +1 -1
  140. package/components/tables/columnsConfigurationModal/PinIconButton.d.ts.map +1 -1
  141. package/components/tables/types.d.ts +20 -0
  142. package/components/tables/types.d.ts.map +1 -1
  143. package/components/typography/RichTextView.d.ts +6 -2
  144. package/components/typography/RichTextView.d.ts.map +1 -1
  145. package/components/typography/Text.d.ts +7 -3
  146. package/components/typography/Text.d.ts.map +1 -1
  147. package/components/widgets/AvatarStack.d.ts +2 -1
  148. package/components/widgets/AvatarStack.d.ts.map +1 -1
  149. package/components/widgets/Badge.d.ts +5 -13
  150. package/components/widgets/Badge.d.ts.map +1 -1
  151. package/components/widgets/ProgressBar.d.ts +4 -3
  152. package/components/widgets/ProgressBar.d.ts.map +1 -1
  153. package/components/widgets/Spinner.d.ts +2 -1
  154. package/components/widgets/Spinner.d.ts.map +1 -1
  155. package/components/widgets/Tag.d.ts +5 -13
  156. package/components/widgets/Tag.d.ts.map +1 -1
  157. package/helpers/dayJsHelper.d.ts +6 -0
  158. package/helpers/dayJsHelper.d.ts.map +1 -0
  159. package/i18n.d.ts.map +1 -1
  160. package/index.esm.js +1699 -1322
  161. package/index.esm.js.map +1 -1
  162. package/index.js +1690 -1308
  163. package/index.js.map +1 -1
  164. package/package.json +7 -7
  165. package/readme.md +4 -4
  166. package/stats.html +32 -28
  167. package/styles.css +4576 -4696
  168. package/styles.css.map +1 -1
@@ -1,22 +1,18 @@
1
+ /// <reference types="react" />
2
+ import { Overwrite } from '@epam/uui-core';
1
3
  import { NumericInputProps as uuiNumericInputProps } from '@epam/uui-components';
2
- import { ControlSize, IHasEditMode } from '../types';
4
+ import { IHasEditMode } from '../types';
3
5
  type NumericInputMods = IHasEditMode & {
4
6
  /**
5
7
  * Defines component size
6
8
  * @default '36'
7
- * Size '48' is deprecated and will be removed in future release
8
9
  */
9
- size?: ControlSize;
10
+ size?: '24' | '30' | '36' | '42' | '48';
10
11
  };
12
+ export interface NumericInputModsOverride {
13
+ }
11
14
  /** Represents the properties of a NumericInput component. */
12
- export type NumericInputProps = uuiNumericInputProps & NumericInputMods;
13
- export declare const NumericInput: (props: uuiNumericInputProps & IHasEditMode & {
14
- /**
15
- * Defines component size
16
- * @default '36'
17
- * Size '48' is deprecated and will be removed in future release
18
- */
19
- size?: ControlSize;
20
- } & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
15
+ export type NumericInputProps = uuiNumericInputProps & Overwrite<NumericInputMods, NumericInputModsOverride>;
16
+ export declare const NumericInput: import("react").ComponentType<uuiNumericInputProps & Omit<NumericInputMods, never> & NumericInputModsOverride & import("react").RefAttributes<any>>;
21
17
  export {};
22
18
  //# sourceMappingURL=NumericInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NumericInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/NumericInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAmC,iBAAiB,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAClH,OAAO,EAAE,WAAW,EAAY,YAAY,EAAE,MAAM,UAAU,CAAC;AAQ/D,KAAK,gBAAgB,GAAG,YAAY,GAAG;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;CACtB,CAAC;AAYF,6DAA6D;AAC7D,MAAM,MAAM,iBAAiB,GAAG,oBAAoB,GAAG,gBAAgB,CAAC;AAExE,eAAO,MAAM,YAAY;IArBrB;;;;OAIG;WACI,WAAW;iIAoCrB,CAAC"}
1
+ {"version":3,"file":"NumericInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/NumericInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAmC,iBAAiB,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAClH,OAAO,EAAY,YAAY,EAAE,MAAM,UAAU,CAAC;AAQlD,KAAK,gBAAgB,GAAG,YAAY,GAAG;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAEF,MAAM,WAAW,wBAAwB;CAAG;AAY5C,6DAA6D;AAC7D,MAAM,MAAM,iBAAiB,GAAG,oBAAoB,GAAG,SAAS,CAAC,gBAAgB,EAAE,wBAAwB,CAAC,CAAC;AAE7G,eAAO,MAAM,YAAY,qJAWxB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { RadioInputProps as uuiRadioInputProps } from '@epam/uui-components';
2
3
  type RadioInputMods = {
3
4
  /**
@@ -8,11 +9,11 @@ type RadioInputMods = {
8
9
  };
9
10
  /** Represents the properties of a RadioInput component. */
10
11
  export type RadioInputProps = RadioInputMods & uuiRadioInputProps;
11
- export declare const RadioInput: (props: import("@epam/uui-core").IHasCX & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IEditable<boolean> & import("@epam/uui-core").IHasLabel & import("@epam/uui-core").ICanBeReadonly & import("@epam/uui-core").IAnalyticableOnChange<boolean> & import("@epam/uui-core").IHasRawProps<import("react").LabelHTMLAttributes<HTMLLabelElement>> & import("@epam/uui-core").IHasForwardedRef<HTMLLabelElement> & import("@epam/uui-core").ICanFocus<HTMLInputElement> & import("@epam/uui-core").IHasTabIndex & {
12
+ export declare const RadioInput: import("react").ComponentType<RadioInputMods & import("@epam/uui-core").IHasCX & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IEditable<boolean> & import("@epam/uui-core").IHasLabel & import("@epam/uui-core").ICanBeReadonly & import("@epam/uui-core").IAnalyticableOnChange<boolean> & import("@epam/uui-core").IHasRawProps<import("react").LabelHTMLAttributes<HTMLLabelElement>> & import("@epam/uui-core").ICanFocus<HTMLInputElement> & import("@epam/uui-core").IHasTabIndex & {
12
13
  icon?: import("@epam/uui-core").Icon;
13
14
  renderLabel?(): import("react").ReactNode;
14
15
  id?: string;
15
16
  name?: string;
16
- } & RadioInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
17
+ } & import("react").RefAttributes<any>>;
17
18
  export {};
18
19
  //# sourceMappingURL=RadioInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAA+B,eAAe,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1G,KAAK,cAAc,GAAG;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB,CAAC;AAEF,2DAA2D;AAC3D,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,kBAAkB,CAAC;AAWlE,eAAO,MAAM,UAAU;;;;;kJAItB,CAAC"}
1
+ {"version":3,"file":"RadioInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/RadioInput.tsx"],"names":[],"mappings":";AACA,OAAO,EAA+B,eAAe,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1G,KAAK,cAAc,GAAG;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACtB,CAAC;AAEF,2DAA2D;AAC3D,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,kBAAkB,CAAC;AAWlE,eAAO,MAAM,UAAU;;;;;uCAItB,CAAC"}
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import { SliderProps as uuiSliderProps } from '@epam/uui-components';
2
3
  export interface SliderProps extends uuiSliderProps {
3
4
  }
4
- export declare const Slider: (props: SliderProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
5
+ export declare const Slider: import("react").ComponentType<SliderProps & import("react").RefAttributes<any>>;
5
6
  //# sourceMappingURL=Slider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../components/inputs/Slider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,WAAW,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAI1F,MAAM,WAAW,WAAY,SAAQ,cAAc;CAAG;AAMtD,eAAO,MAAM,MAAM,qJAAoD,CAAC"}
1
+ {"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../components/inputs/Slider.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAuB,WAAW,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAI1F,MAAM,WAAW,WAAY,SAAQ,cAAc;CAAG;AAMtD,eAAO,MAAM,MAAM,iFAAiE,CAAC"}
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { Overwrite } from '@epam/uui-core';
1
3
  import * as uuiComponents from '@epam/uui-components';
2
4
  interface SwitchMods {
3
5
  /**
@@ -6,8 +8,10 @@ interface SwitchMods {
6
8
  */
7
9
  size?: '12' | '18' | '24';
8
10
  }
11
+ export interface SwitchModsOverride {
12
+ }
9
13
  /** Represents the properties of the Switch component. */
10
- export type SwitchProps = uuiComponents.SwitchProps & SwitchMods;
11
- export declare const Switch: (props: uuiComponents.SwitchProps & SwitchMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
14
+ export type SwitchProps = uuiComponents.SwitchProps & Overwrite<SwitchMods, SwitchModsOverride>;
15
+ export declare const Switch: import("react").ComponentType<uuiComponents.SwitchProps & Omit<SwitchMods, never> & SwitchModsOverride & import("react").RefAttributes<any>>;
12
16
  export {};
13
17
  //# sourceMappingURL=Switch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,UAAU;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,yDAAyD;AACzD,MAAM,MAAM,WAAW,GAAG,aAAa,CAAC,WAAW,GAAG,UAAU,CAAC;AAQjE,eAAO,MAAM,MAAM,gLAAyF,CAAC"}
1
+ {"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../components/inputs/Switch.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,UAAU;IAChB;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;CAAG;AAEtC,yDAAyD;AACzD,MAAM,MAAM,WAAW,GAAG,aAAa,CAAC,WAAW,GAAG,SAAS,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAAC;AAQhG,eAAO,MAAM,MAAM,8IAA0F,CAAC"}
@@ -1,22 +1,18 @@
1
+ /// <reference types="react" />
2
+ import { Overwrite } from '@epam/uui-core';
1
3
  import { TextAreaProps as uuiTextAreaProps } from '@epam/uui-components';
2
4
  import * as types from '../types';
3
5
  type TextAreaMods = types.IHasEditMode & {
4
6
  /**
5
7
  * Defines component size.
6
8
  * @default '36'
7
- * Size '48' is deprecated, and will be removed in future release
8
9
  */
9
- size?: types.ControlSize;
10
+ size?: '24' | '30' | '36' | '42' | '48';
10
11
  };
12
+ export interface TextAreaModsOverride {
13
+ }
11
14
  /** Represents the properties of a TextArea component. */
12
- export type TextAreaProps = uuiTextAreaProps & TextAreaMods;
13
- export declare const TextArea: (props: uuiTextAreaProps & types.IHasEditMode & {
14
- /**
15
- * Defines component size.
16
- * @default '36'
17
- * Size '48' is deprecated, and will be removed in future release
18
- */
19
- size?: types.ControlSize;
20
- } & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
15
+ export type TextAreaProps = uuiTextAreaProps & Overwrite<TextAreaMods, TextAreaModsOverride>;
16
+ export declare const TextArea: import("react").ComponentType<uuiTextAreaProps & Omit<TextAreaMods, never> & TextAreaModsOverride & import("react").RefAttributes<any>>;
21
17
  export {};
22
18
  //# sourceMappingURL=TextArea.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":"AACA,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAMlC,KAAK,YAAY,GAAG,KAAK,CAAC,YAAY,GAAG;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC;CAC5B,CAAC;AAUF,yDAAyD;AACzD,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,YAAY,CAAC;AAE5D,eAAO,MAAM,QAAQ;IAnBjB;;;;OAIG;WACI,MAAM,WAAW;iIAgC3B,CAAC"}
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextArea.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAA2B,aAAa,IAAI,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAMlC,KAAK,YAAY,GAAG,KAAK,CAAC,YAAY,GAAG;IACrC;;;OAGG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C,CAAC;AAEF,MAAM,WAAW,oBAAoB;CAAG;AAUxC,yDAAyD;AACzD,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,SAAS,CAAC,YAAY,EAAE,oBAAoB,CAAC,CAAC;AAE7F,eAAO,MAAM,QAAQ,yIASpB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { IEditableDebouncerOptions } from '@epam/uui-core';
2
+ import { IEditableDebouncerOptions, Overwrite } from '@epam/uui-core';
3
3
  import { TextInputProps as CoreTextInputProps } from '@epam/uui-components';
4
4
  import { IHasEditMode, ControlSize } from '../types';
5
5
  type TextInputMods = IHasEditMode & {
@@ -9,19 +9,15 @@ type TextInputMods = IHasEditMode & {
9
9
  */
10
10
  size?: ControlSize | '60';
11
11
  };
12
+ export interface TextInputModsOverride {
13
+ }
12
14
  /** Represents the properties for a TextInput component. */
13
- export interface TextInputProps extends CoreTextInputProps, TextInputMods {
15
+ export interface TextInputProps extends CoreTextInputProps, Overwrite<TextInputMods, TextInputModsOverride> {
14
16
  }
15
17
  /** Represents the properties for a SearchInput component. */
16
18
  export interface SearchInputProps extends TextInputProps, IEditableDebouncerOptions {
17
19
  }
18
- export declare const TextInput: (props: CoreTextInputProps & IHasEditMode & {
19
- /**
20
- * Defines component size.
21
- * @default '36'
22
- */
23
- size?: ControlSize | '60';
24
- } & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
20
+ export declare const TextInput: React.ComponentType<TextInputProps & React.RefAttributes<any>>;
25
21
  export declare const SearchInput: React.ForwardRefExoticComponent<SearchInputProps & React.RefAttributes<HTMLInputElement>>;
26
22
  export {};
27
23
  //# sourceMappingURL=TextInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AACzF,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,KAAK,aAAa,GAAG,YAAY,GAAG;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B,CAAC;AAUF,2DAA2D;AAC3D,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,aAAa;CAAG;AAE5E,6DAA6D;AAC7D,MAAM,WAAW,gBAAiB,SAAQ,cAAc,EAAE,yBAAyB;CAAG;AAEtF,eAAO,MAAM,SAAS;IArBlB;;;OAGG;WACI,WAAW,GAAG,IAAI;mGAqB1B,CAAC;AAEJ,eAAO,MAAM,WAAW,2FAyBtB,CAAC"}
1
+ {"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../components/inputs/TextInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAgC,yBAAyB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACpG,OAAO,EAA6B,cAAc,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACvG,OAAO,EAAE,YAAY,EAAY,WAAW,EAAE,MAAM,UAAU,CAAC;AAO/D,KAAK,aAAa,GAAG,YAAY,GAAG;IAChC;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF,MAAM,WAAW,qBAAqB;CAAG;AAUzC,2DAA2D;AAC3D,MAAM,WAAW,cAAe,SAAQ,kBAAkB,EAAE,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC;CAAG;AAE9G,6DAA6D;AAC7D,MAAM,WAAW,gBAAiB,SAAQ,cAAc,EAAE,yBAAyB;CAAG;AAEtF,eAAO,MAAM,SAAS,gEAInB,CAAC;AAEJ,eAAO,MAAM,WAAW,2FAyBtB,CAAC"}
@@ -1,7 +1,11 @@
1
1
  import React from 'react';
2
2
  import { CX, ICanBeReadonly, ICanFocus, IDisableable, IDropdownToggler, IEditable, IHasForwardedRef, IHasPlaceholder, IHasRawProps } from '@epam/uui-core';
3
- import { IHasEditMode, SizeMod } from '../../types';
4
- export interface TimePickerProps extends SizeMod, IHasEditMode, IEditable<TimePickerValue | null>, IDisableable, ICanBeReadonly, IHasPlaceholder, ICanFocus<HTMLElement>, IHasForwardedRef<HTMLElement> {
3
+ import { IHasEditMode } from '../../types';
4
+ export interface TimePickerProps extends IHasEditMode, IEditable<TimePickerValue | null>, IDisableable, ICanBeReadonly, IHasPlaceholder, ICanFocus<HTMLElement>, IHasForwardedRef<HTMLElement> {
5
+ /**
6
+ * Defines component size.
7
+ */
8
+ size?: '24' | '30' | '36' | '42' | '48';
5
9
  /**
6
10
  * Minutes input increase/decrease step on up/down icons clicks and up/down arrow keys
7
11
  * @default 5
@@ -1 +1 @@
1
- {"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAO,EACH,EAAE,EAAgC,cAAc,EAAE,SAAS,EAAE,YAAY,EAAE,gBAAgB,EAAE,SAAS,EACtG,gBAAgB,EAAE,eAAe,EAAE,YAAY,EAClD,MAAM,gBAAgB,CAAC;AAIxB,OAAO,EAAY,YAAY,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAQ9D,MAAM,WAAW,eAAgB,SAAQ,OAAO,EAAE,YAAY,EAAE,SAAS,CAAC,eAAe,GAAG,IAAI,CAAC,EAC7F,YAAY,EACZ,cAAc,EACd,eAAe,EACf,SAAS,CAAC,WAAW,CAAC,EACtB,gBAAgB,CAAC,WAAW,CAAC;IAC7B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,MAAM,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC;IACjB,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,YAAY,CAAC,CAAC,KAAK,EAAE,gBAAgB,GAAG,KAAK,CAAC,SAAS,CAAC;IAExD,0DAA0D;IAC1D,QAAQ,CAAC,EAAE;QACP,2DAA2D;QAC3D,KAAK,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;QACvE,+DAA+D;QAC/D,IAAI,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;KACzE,CAAC;IACF,kHAAkH;IAClH,OAAO,CAAC,EAAE,EAAE,CAAC;IACb,iHAAiH;IACjH,MAAM,CAAC,EAAE,EAAE,CAAC;IACZ;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC5B,2BAA2B;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,OAAO,EAAE,MAAM,CAAC;CACnB;AASD,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,eAqJhD"}
1
+ {"version":3,"file":"TimePicker.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EACH,EAAE,EAAqB,cAAc,EAAE,SAAS,EAAE,YAAY,EAAE,gBAAgB,EAAE,SAAS,EAC3F,gBAAgB,EAAE,eAAe,EAAE,YAAY,EAClD,MAAM,gBAAgB,CAAC;AAIxB,OAAO,EAAY,YAAY,EAAE,MAAM,aAAa,CAAC;AAMrD,MAAM,WAAW,eAAgB,SAAQ,YAAY,EAAE,SAAS,CAAC,eAAe,GAAG,IAAI,CAAC,EACpF,YAAY,EACZ,cAAc,EACd,eAAe,EACf,SAAS,CAAC,WAAW,CAAC,EACtB,gBAAgB,CAAC,WAAW,CAAC;IAE7B;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAExC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,MAAM,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC;IAEjB,oDAAoD;IACpD,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,YAAY,CAAC,CAAC,KAAK,EAAE,gBAAgB,GAAG,KAAK,CAAC,SAAS,CAAC;IAExD,0DAA0D;IAC1D,QAAQ,CAAC,EAAE;QACP,2DAA2D;QAC3D,KAAK,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;QACvE,+DAA+D;QAC/D,IAAI,CAAC,EAAE,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;KACzE,CAAC;IACF,kHAAkH;IAClH,OAAO,CAAC,EAAE,EAAE,CAAC;IACb,iHAAiH;IACjH,MAAM,CAAC,EAAE,EAAE,CAAC;IACZ;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC5B,2BAA2B;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,OAAO,EAAE,MAAM,CAAC;CACnB;AASD,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,eA0IhD"}
@@ -1 +1 @@
1
- {"version":3,"file":"TimePickerBody.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAM,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE7F,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAMhE,eAAO,MAAM,aAAa;;;;;;CAMhB,CAAC;AAMX,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,eAAe,EAAE,aAAa,GAAG,QAAQ,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,eAAe,CAAC,EAC5H,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,gBAAgB,CAAC,cAAc,CAAC;IACpF;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC;CACvB;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,eAqGxD"}
1
+ {"version":3,"file":"TimePickerBody.d.ts","sourceRoot":"","sources":["../../../../components/inputs/timePicker/TimePickerBody.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAM,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE7F,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAIhE,eAAO,MAAM,aAAa;;;;;;CAMhB,CAAC;AAMX,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,eAAe,EAAE,aAAa,GAAG,QAAQ,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,eAAe,CAAC,EAC5H,YAAY,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,EAAE,gBAAgB,CAAC,cAAc,CAAC;IACpF;;OAEG;IACH,OAAO,CAAC,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,IAAI,CAAC;CACvB;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,eAqGxD"}
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { Overwrite } from '@epam/uui-core';
1
3
  import * as uuiComponents from '@epam/uui-components';
2
4
  interface AccordionMods {
3
5
  /**
@@ -7,8 +9,10 @@ interface AccordionMods {
7
9
  mode?: 'block' | 'inline';
8
10
  padding?: '0' | '6' | '12' | '18';
9
11
  }
12
+ export interface AccordionModsOverride {
13
+ }
10
14
  /** Represents the properties of the Accordion component. */
11
- export type AccordionProps = AccordionMods & uuiComponents.AccordionProps;
12
- export declare const Accordion: (props: (uuiComponents.AccordionProps & AccordionMods) & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
15
+ export type AccordionProps = Overwrite<AccordionMods, AccordionModsOverride> & uuiComponents.AccordionProps;
16
+ export declare const Accordion: import("react").ComponentType<AccordionProps & import("react").RefAttributes<any>>;
13
17
  export {};
14
18
  //# sourceMappingURL=Accordion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,UAAU,aAAa;IACnB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAI1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAED,4DAA4D;AAC5D,MAAM,MAAM,cAAc,GAAG,aAAa,GAAG,aAAa,CAAC,cAAc,CAAC;AAc1E,eAAO,MAAM,SAAS,wLAEnB,CAAC"}
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../components/layout/Accordion.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,UAAU,aAAa;IACnB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAI1B,OAAO,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;CACrC;AAED,MAAM,WAAW,qBAAqB;CAAG;AAEzC,4DAA4D;AAC5D,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,aAAa,EAAE,qBAAqB,CAAC,GAAG,aAAa,CAAC,cAAc,CAAC;AAc5G,eAAO,MAAM,SAAS,oFAEnB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { BlockerProps } from '@epam/uui-components';
3
- export declare const Blocker: (props: BlockerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
3
+ export declare const Blocker: React.ComponentType<BlockerProps & React.RefAttributes<any>>;
4
4
  //# sourceMappingURL=Blocker.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Blocker.d.ts","sourceRoot":"","sources":["../../../components/layout/Blocker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAyB,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAI3E,eAAO,MAAM,OAAO,wHAInB,CAAC"}
1
+ {"version":3,"file":"Blocker.d.ts","sourceRoot":"","sources":["../../../components/layout/Blocker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAyB,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAI3E,eAAO,MAAM,OAAO,8DAInB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  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
+ export declare const ControlGroup: import("react").ComponentType<ControlGroupProps & import("react").RefAttributes<any>>;
3
4
  //# sourceMappingURL=ControlGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ControlGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/ControlGroup.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAmC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE1F,eAAO,MAAM,YAAY,2JAAiE,CAAC"}
1
+ {"version":3,"file":"ControlGroup.d.ts","sourceRoot":"","sources":["../../../components/layout/ControlGroup.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAmC,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAE1F,eAAO,MAAM,YAAY,uFAAoF,CAAC"}
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  import * as uuiCore from '@epam/uui-core';
2
3
  type FlexCellMods = {};
3
4
  /** Represents the properties of the FlexCell component. */
4
5
  export type FlexCellProps = uuiCore.FlexCellProps & FlexCellMods;
5
- export declare const FlexCell: (props: uuiCore.IHasCX & uuiCore.IClickable & uuiCore.IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("react").Attributes & uuiCore.IHasChildren & {
6
+ export declare const FlexCell: import("react").ComponentType<uuiCore.IHasCX & uuiCore.IClickable & uuiCore.IHasRawProps<import("react").HTMLAttributes<HTMLDivElement>> & import("react").Attributes & uuiCore.IHasChildren & {
6
7
  width?: number | "auto" | "100%";
7
8
  minWidth?: number;
8
9
  grow?: number;
@@ -10,6 +11,6 @@ export declare const FlexCell: (props: uuiCore.IHasCX & uuiCore.IClickable & uui
10
11
  textAlign?: "left" | "right" | "center";
11
12
  alignSelf?: string;
12
13
  style?: import("react").CSSProperties;
13
- } & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
14
+ } & import("react").RefAttributes<any>>;
14
15
  export {};
15
16
  //# sourceMappingURL=FlexCell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAI1C,KAAK,YAAY,GAAG,EAAE,CAAC;AAEvB,2DAA2D;AAC3D,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,aAAa,GAAG,YAAY,CAAC;AAEjE,eAAO,MAAM,QAAQ;;;;;;;;iIAAmF,CAAC"}
1
+ {"version":3,"file":"FlexCell.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexCell.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAI1C,KAAK,YAAY,GAAG,EAAE,CAAC;AAEvB,2DAA2D;AAC3D,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,aAAa,GAAG,YAAY,CAAC;AAEjE,eAAO,MAAM,QAAQ;;;;;;;;uCAAoF,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FlexRowProps as uuiFlexRowProps } from '@epam/uui-core';
2
3
  export type RowMods = {
3
4
  /** Defines row size */
@@ -22,10 +23,5 @@ export type RowMods = {
22
23
  /** Represents the properties of the FlexRow component. */
23
24
  export interface FlexRowProps extends uuiFlexRowProps, RowMods {
24
25
  }
25
- export declare const FlexRow: (props: 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>> & {
26
- alignItems?: "top" | "center" | "bottom" | "stretch";
27
- justifyContent?: "center" | "space-between" | "space-around" | "space-evenly" | "start" | "end";
28
- columnGap?: number | "6" | "12" | "18" | "24" | "36";
29
- rowGap?: number | "6" | "12" | "18" | "24" | "36";
30
- } & RowMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
26
+ export declare const FlexRow: import("react").ComponentType<FlexRowProps & import("react").RefAttributes<any>>;
31
27
  //# sourceMappingURL=FlexRow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAItF,MAAM,MAAM,OAAO,GAAG;IAClB,uBAAuB;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C,0CAA0C;IAC1C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yBAAyB;IACzB,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,qCAAqC;IACrC,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,0BAA0B;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,6BAA6B;IAC7B,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B,CAAC;AAEF,0DAA0D;AAC1D,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,OAAO;CAAG;AAEjE,eAAO,MAAM,OAAO;;;;;2IAmBlB,CAAC"}
1
+ {"version":3,"file":"FlexRow.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/FlexRow.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAa,YAAY,IAAI,eAAe,EAAY,MAAM,gBAAgB,CAAC;AAItF,MAAM,MAAM,OAAO,GAAG;IAClB,uBAAuB;IACvB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C,0CAA0C;IAC1C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6CAA6C;IAC7C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yBAAyB;IACzB,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,qCAAqC;IACrC,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnC,0BAA0B;IAC1B,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mCAAmC;IACnC,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5C,6BAA6B;IAC7B,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B,CAAC;AAEF,0DAA0D;AAC1D,MAAM,WAAW,YAAa,SAAQ,eAAe,EAAE,OAAO;CAAG;AAEjE,eAAO,MAAM,OAAO,kFAmBlB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { VPanelProps } from '@epam/uui-core';
2
3
  interface PanelMods {
3
4
  shadow?: boolean;
@@ -6,8 +7,8 @@ interface PanelMods {
6
7
  }
7
8
  /** Represents the properties of the Panel component. */
8
9
  export type PanelProps = VPanelProps & PanelMods;
9
- 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 & {
10
+ export declare const Panel: import("react").ComponentType<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 & {
10
11
  style?: import("react").CSSProperties;
11
- } & PanelMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
12
+ } & PanelMods & import("react").RefAttributes<any>>;
12
13
  export {};
13
14
  //# sourceMappingURL=Panel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIvD,UAAU,SAAS;IAIf,MAAM,CAAC,EAAE,OAAO,CAAC;IAIjB,MAAM,CAAC,EAAE,IAAI,CAAC;IAId,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,wDAAwD;AACxD,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AAEjD,eAAO,MAAM,KAAK;;6IAMhB,CAAC"}
1
+ {"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../components/layout/FlexItems/Panel.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAY,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIvD,UAAU,SAAS;IAIf,MAAM,CAAC,EAAE,OAAO,CAAC;IAIjB,MAAM,CAAC,EAAE,IAAI,CAAC;IAId,UAAU,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,wDAAwD;AACxD,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;AAEjD,eAAO,MAAM,KAAK;;mDAMhB,CAAC"}
@@ -1,9 +1,16 @@
1
- import * as types from '../types';
1
+ /// <reference types="react" />
2
+ import { Overwrite } from '@epam/uui-core';
2
3
  import * as uuiComponents from '@epam/uui-components';
3
- interface LabeledInputMods extends types.SizeMod {
4
+ interface LabeledInputMods {
5
+ /**
6
+ * Defines component size.
7
+ */
8
+ size?: '24' | '30' | '36' | '42' | '48';
9
+ }
10
+ export interface LabeledInputModsOverride {
4
11
  }
5
12
  /** Represents the properties of the LabeledInput component. */
6
- export type LabeledInputProps = uuiComponents.LabeledInputProps & LabeledInputMods;
7
- export declare const LabeledInput: (props: uuiComponents.LabeledInputProps & LabeledInputMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
13
+ export type LabeledInputProps = uuiComponents.LabeledInputProps & Overwrite<LabeledInputMods, LabeledInputModsOverride>;
14
+ export declare const LabeledInput: import("react").ComponentType<uuiComponents.LabeledInputProps & Omit<LabeledInputMods, never> & LabeledInputModsOverride & import("react").RefAttributes<any>>;
8
15
  export {};
9
16
  //# sourceMappingURL=LabeledInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAElC,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAQtD,UAAU,gBAAiB,SAAQ,KAAK,CAAC,OAAO;CAAG;AAEnD,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC,iBAAiB,GAAG,gBAAgB,CAAC;AAMnF,eAAO,MAAM,YAAY,4LAGtB,CAAC"}
1
+ {"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../components/layout/LabeledInput.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAQtD,UAAU,gBAAgB;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3C;AAED,MAAM,WAAW,wBAAwB;CAAG;AAE5C,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,aAAa,CAAC,iBAAiB,GAAG,SAAS,CAAC,gBAAgB,EAAE,wBAAwB,CAAC,CAAC;AAMxH,eAAO,MAAM,YAAY,gKAGtB,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ScrollbarProps } from '@epam/uui-components';
2
- export declare const ScrollBars: (props: ScrollbarProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
3
+ export declare const ScrollBars: import("react").ComponentType<ScrollbarProps & import("react").RefAttributes<any>>;
3
4
  //# sourceMappingURL=ScrollBars.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScrollBars.d.ts","sourceRoot":"","sources":["../../../components/layout/ScrollBars.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA+B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAUnF,eAAO,MAAM,UAAU,wJAA+D,CAAC"}
1
+ {"version":3,"file":"ScrollBars.d.ts","sourceRoot":"","sources":["../../../components/layout/ScrollBars.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA+B,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAUnF,eAAO,MAAM,UAAU,oFAA+E,CAAC"}
@@ -2,6 +2,7 @@ export * from './Accordion';
2
2
  export * from './ControlGroup';
3
3
  export * from './FlexItems';
4
4
  export { IconContainer } from '@epam/uui-components';
5
+ export type { IconContainerProps } from '@epam/uui-components';
5
6
  export * from './LabeledInput';
6
7
  export * from './RadioGroup';
7
8
  export * from './ScrollBars';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../components/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const Anchor: (props: import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IHasChildren & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
1
+ /// <reference types="react" />
2
+ export declare const Anchor: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IHasChildren & import("react").RefAttributes<any>>;
2
3
  //# sourceMappingURL=Anchor.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../components/navigation/Anchor.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,ufAAqD,CAAC"}
1
+ {"version":3,"file":"Anchor.d.ts","sourceRoot":"","sources":["../../../components/navigation/Anchor.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,MAAM,mbAAkE,CAAC"}
@@ -1,6 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BurgerProps } from '@epam/uui-components';
2
- interface BurgerMods {
3
- }
4
- export declare const Burger: (props: BurgerProps & BurgerMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
5
- export {};
3
+ export declare const Burger: import("react").ComponentType<BurgerProps & import("react").RefAttributes<any>>;
6
4
  //# sourceMappingURL=Burger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Burger.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/Burger.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAKxE,UAAU,UAAU;CAAG;AAMvB,eAAO,MAAM,MAAM,kKAIhB,CAAC"}
1
+ {"version":3,"file":"Burger.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/Burger.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAuB,WAAW,EAAE,MAAM,sBAAsB,CAAC;AASxE,eAAO,MAAM,MAAM,iFAIhB,CAAC"}
@@ -1,13 +1,15 @@
1
+ /// <reference types="react" />
1
2
  import { IHasIcon, IDropdownToggler } from '@epam/uui-core';
3
+ import { ButtonProps } from '@epam/uui-components';
2
4
  interface BurgerButtonMods extends IHasIcon, IDropdownToggler {
3
5
  type?: 'primary' | 'secondary';
4
6
  indentLevel?: number;
5
7
  }
6
- export declare const BurgerButton: (props: import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & IDropdownToggler & IHasIcon & import("@epam/uui-core").IHasCaption & {
8
+ export type BurgerButtonProps = ButtonProps & BurgerButtonMods;
9
+ export declare const BurgerButton: import("react").ComponentType<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & IDropdownToggler & IHasIcon & import("@epam/uui-core").IHasCaption & {
7
10
  onClear?(e?: any): void;
8
11
  clearIcon?: import("@epam/uui-core").Icon;
9
- captionCX?: import("@epam/uui-core").ClassValue;
10
12
  dropdownIcon?: import("@epam/uui-core").Icon;
11
- } & BurgerButtonMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
13
+ } & BurgerButtonMods & import("react").RefAttributes<any>>;
12
14
  export {};
13
15
  //# sourceMappingURL=BurgerButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BurgerButton.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAKtE,UAAU,gBAAiB,SAAQ,QAAQ,EAAE,gBAAgB;IAIzD,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAI/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY;;;;;oJAWxB,CAAC"}
1
+ {"version":3,"file":"BurgerButton.d.ts","sourceRoot":"","sources":["../../../../../components/navigation/MainMenu/Burger/BurgerButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAU,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAI3D,UAAU,gBAAiB,SAAQ,QAAQ,EAAE,gBAAgB;IAIzD,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAI/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAE/D,eAAO,MAAM,YAAY;;;;0DAWxB,CAAC"}
@@ -1,8 +1,5 @@
1
+ /// <reference types="react" />
1
2
  import * as uuiComponents from '@epam/uui-components';
2
- interface MainMenuMods {
3
- }
4
- /** Represents the properties of the MainMenu component. */
5
- export type MainMenuProps = uuiComponents.MainMenuProps & MainMenuMods;
6
- export declare const MainMenu: (props: uuiComponents.MainMenuProps & MainMenuMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
7
- export {};
3
+ export type MainMenuProps = uuiComponents.MainMenuProps;
4
+ export declare const MainMenu: import("react").ComponentType<uuiComponents.MainMenuProps & import("react").RefAttributes<any>>;
8
5
  //# sourceMappingURL=MainMenu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MainMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenu.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAItD,UAAU,YAAY;CAAG;AAEzB,2DAA2D;AAC3D,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,GAAG,YAAY,CAAC;AASvE,eAAO,MAAM,QAAQ,oLAGlB,CAAC"}
1
+ {"version":3,"file":"MainMenu.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenu.tsx"],"names":[],"mappings":";AAEA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAWtD,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAExD,eAAO,MAAM,QAAQ,iGAOpB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { CX, IAdaptiveItem, Icon, IDropdownToggler, IHasCaption, IHasIcon } from '@epam/uui-core';
2
+ import { IAdaptiveItem, Icon, IDropdownToggler, IHasCaption, IHasIcon } from '@epam/uui-core';
3
3
  import { ClickableComponentProps } from '@epam/uui-components';
4
4
  interface MainMenuButtonMods {
5
5
  /**
@@ -8,22 +8,12 @@ interface MainMenuButtonMods {
8
8
  type?: 'primary' | 'secondary';
9
9
  }
10
10
  export type MainMenuButtonProps = MainMenuButtonMods & IAdaptiveItem & IDropdownToggler & Omit<ClickableComponentProps, 'isDisabled'> & IHasIcon & IHasCaption & {
11
- /**
12
- * CSS classes to put on the caption
13
- * @deprecated
14
- * */
15
- captionCX?: CX;
16
11
  /** Icon for drop-down toggler */
17
12
  dropdownIcon?: Icon;
18
13
  /** Count value to be placed in component */
19
14
  count?: React.ReactNode;
20
15
  };
21
16
  export declare const MainMenuButton: React.ForwardRefExoticComponent<MainMenuButtonMods & IAdaptiveItem & IDropdownToggler & Omit<ClickableComponentProps, "isDisabled"> & IHasIcon & IHasCaption & {
22
- /**
23
- * CSS classes to put on the caption
24
- * @deprecated
25
- * */
26
- captionCX?: CX;
27
17
  /** Icon for drop-down toggler */
28
18
  dropdownIcon?: Icon;
29
19
  /** Count value to be placed in component */
@@ -1 +1 @@
1
- {"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,EAAE,EAAiB,aAAa,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,MAAM,gBAAgB,CAAC;AAC7H,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAKzF,UAAU,kBAAkB;IACxB;;MAEE;IACF,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;CAClC;AAED,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC,uBAAuB,EAAE,YAAY,CAAC,GACnI,QAAQ,GAAG,WAAW,GAAG;IACvB;;;SAGK;IACL,SAAS,CAAC,EAAE,EAAE,CAAC;IACf,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,cAAc;IAXvB;;;SAGK;gBACO,EAAE;IACd,iCAAiC;mBAClB,IAAI;IACnB,4CAA4C;YACpC,MAAM,SAAS;iFAoDzB,CAAC"}
1
+ {"version":3,"file":"MainMenuButton.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,aAAa,EAAE,IAAI,EAAE,gBAAgB,EAAE,WAAW,EAAE,QAAQ,EAAc,MAAM,gBAAgB,CAAC;AAC1G,OAAO,EAAa,uBAAuB,EAAiB,MAAM,sBAAsB,CAAC;AAKzF,UAAU,kBAAkB;IACxB;;MAEE;IACF,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;CAClC;AAED,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,GAAG,aAAa,GAAG,gBAAgB,GAAG,IAAI,CAAC,uBAAuB,EAAE,YAAY,CAAC,GACnI,QAAQ,GAAG,WAAW,GAAG;IACvB,iCAAiC;IACjC,YAAY,CAAC,EAAE,IAAI,CAAC;IACpB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,cAAc;IANvB,iCAAiC;mBAClB,IAAI;IACnB,4CAA4C;YACpC,MAAM,SAAS;iFAgDzB,CAAC"}
@@ -8,7 +8,6 @@ export type MainMenuIconProps = ButtonProps & IAdaptiveItem & {
8
8
  export declare const MainMenuIcon: React.ForwardRefExoticComponent<import("@epam/uui-core").IClickable & import("@epam/uui-core").IAnalyticableClick & import("@epam/uui-core").IHasTabIndex & import("@epam/uui-core").IDisableable & import("@epam/uui-core").IHasCX & import("@epam/uui-core").ICanRedirect & import("@epam/uui-core").IHasRawProps<import("@epam/uui-components").ClickableRawProps> & import("@epam/uui-core").IDropdownToggler & import("@epam/uui-core").IHasIcon & import("@epam/uui-core").IHasCaption & {
9
9
  onClear?(e?: any): void;
10
10
  clearIcon?: Icon;
11
- captionCX?: import("@epam/uui-core").ClassValue;
12
11
  dropdownIcon?: Icon;
13
12
  } & IAdaptiveItem & {
14
13
  icon: Icon;
@@ -1 +1 @@
1
- {"version":3,"file":"MainMenuIcon.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAM,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,aAAa,GAAG;IAI1D,IAAI,EAAE,IAAI,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;UAHf,IAAI;+DAKZ,CAAC"}
1
+ {"version":3,"file":"MainMenuIcon.d.ts","sourceRoot":"","sources":["../../../../components/navigation/MainMenu/MainMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,EAAE,aAAa,EAAM,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAInD,+DAA+D;AAC/D,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG,aAAa,GAAG;IAI1D,IAAI,EAAE,IAAI,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;UAHf,IAAI;+DAKZ,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DropdownProps } from '@epam/uui-core';
2
- export declare const Dropdown: (props: DropdownProps & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
3
+ export declare const Dropdown: import("react").ComponentType<DropdownProps & import("react").RefAttributes<any>>;
3
4
  //# sourceMappingURL=Dropdown.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/overlays/Dropdown.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAEzD,eAAO,MAAM,QAAQ,uJAAuC,CAAC"}
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/overlays/Dropdown.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAEzD,eAAO,MAAM,QAAQ,mFAAsD,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as uuiComponents from '@epam/uui-components';
2
3
  interface DropdownContainerMods {
3
4
  /**
@@ -12,6 +13,6 @@ interface DropdownContainerMods {
12
13
  /** Represents the properties of a DropdownContainer component. */
13
14
  export interface DropdownContainerProps extends uuiComponents.DropdownContainerProps, DropdownContainerMods {
14
15
  }
15
- export declare const DropdownContainer: (props: uuiComponents.DropdownContainerProps & DropdownContainerMods & import("react").RefAttributes<any>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
16
+ export declare const DropdownContainer: import("react").ComponentType<DropdownContainerProps & import("react").RefAttributes<any>>;
16
17
  export {};
17
18
  //# sourceMappingURL=DropdownContainer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,qBAAqB;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD;;OAEG;IACH,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7C;AAED,kEAAkE;AAClE,MAAM,WAAW,sBAAuB,SAAQ,aAAa,CAAC,sBAAsB,EAAE,qBAAqB;CAAG;AAU9G,eAAO,MAAM,iBAAiB,sMAAqI,CAAC"}
1
+ {"version":3,"file":"DropdownContainer.d.ts","sourceRoot":"","sources":["../../../components/overlays/DropdownContainer.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,qBAAqB;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClD;;OAEG;IACH,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7C;AAED,kEAAkE;AAClE,MAAM,WAAW,sBAAuB,SAAQ,aAAa,CAAC,sBAAsB,EAAE,qBAAqB;CAAG;AAU9G,eAAO,MAAM,iBAAiB,4FAAsI,CAAC"}
@@ -18,8 +18,8 @@ export declare enum IDropdownControlKeys {
18
18
  UP_ARROW = "ArrowUp",
19
19
  DOWN_ARROW = "ArrowDown"
20
20
  }
21
- export declare const DropdownMenuBody: (props: DropdownMenuContainerProps & React.RefAttributes<any>) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
22
- export declare const DropdownMenuButton: React.ForwardRefExoticComponent<Pick<IDropdownMenuItemProps, "isDisabled" | "toggleDropdownOpening" | "isInteractedOutside" | "isOpen" | "isDropdown" | "onClick" | "link" | "cx" | "icon" | "iconPosition" | "onIconClick" | "isActive" | "caption" | "clickAnalyticsEvent" | "target" | "href" | "isSelected" | "isLinkActive" | "indent"> & React.RefAttributes<any>>;
21
+ export declare const DropdownMenuBody: React.ComponentType<DropdownMenuContainerProps & React.RefAttributes<any>>;
22
+ export declare const DropdownMenuButton: React.ForwardRefExoticComponent<Pick<IDropdownMenuItemProps, "isDisabled" | "toggleDropdownOpening" | "isInteractedOutside" | "isOpen" | "isDropdown" | "onClick" | "link" | "cx" | "caption" | "isActive" | "icon" | "iconPosition" | "onIconClick" | "clickAnalyticsEvent" | "target" | "href" | "isSelected" | "isLinkActive" | "indent"> & React.RefAttributes<any>>;
23
23
  export declare function DropdownMenuSplitter(props: IHasCX): JSX.Element;
24
24
  interface IDropdownMenuHeader extends IHasCX, IHasCaption {
25
25
  }